@font-face {
  font-family: "gift";
  src: url("fonts/gift.eot");
  src: url("fonts/gift.eot?#iefix") format("embedded-opentype"), url("fonts/gift.woff") format("woff"), url("fonts/gift.ttf") format("truetype"), url("fonts/gift.svg#gift") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "gift" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "gift" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-arr-d:before {
  content: "a";
}

.icon-ico-cart:before {
  content: "b";
}

.icon-ico-katalog:before {
  content: "c";
}

.icon-ico-na-miru:before {
  content: "d";
}

.icon-ico-na-zakazku:before {
  content: "e";
}

.icon-ico-search:before {
  content: "f";
}

.icon-ico-user:before {
  content: "g";
}

.icon-ico-truck:before {
  content: "h";
}

.icon-ico-box:before {
  content: "i";
}

.icon-info-circled:before {
  content: "j";
}

.icon-pencil:before {
  content: "k";
}

.icon-trash:before {
  content: "l";
}

.icon-upload:before {
  content: "m";
}

.icon-ico-close:before {
  content: "n";
}

.icon-ico-arr-t:before {
  content: "o";
}

.icon-ico-pointer:before {
  content: "p";
}

.icon-ico-arr-r:before {
  content: "q";
}

.icon-ico-arr-l:before {
  content: "r";
}

.icon-star-two:before {
  content: "s";
}

.icon-list-bullet:before {
  content: "t";
}

.icon-star:before {
  content: "u";
}

.icon-burst-sale:before {
  content: "v";
}

.icon-ico-online-katalogy:before {
  content: "w";
}

.icon-ico-responsive:before {
  content: "y";
}

.icon-ico-slevy:before {
  content: "z";
}

.icon-facebook:before {
  content: "x";
}

.icon-twitter:before {
  content: "A";
}

.icon-google-plus:before {
  content: "B";
}

.icon-calendar:before {
  content: "C";
}

html {
  font-size: 62.5%;
}

@media (max-width: 991px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 55%;
  }
}
body {
  background: #eeeeee url("/images/front/bg.jpg") repeat;
  background-attachment: fixed;
  padding-top: 6px;
}
body:before {
  background: url("/images/front/bg_top.png") repeat-x top center;
  height: 6px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

strong,
b {
  font-weight: 700;
}

.page-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  cursor: pointer;
}
.page-overlay.show {
  display: block;
}

.page-container {
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1099px) {
  .page-container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  body {
    font-size: 1.6rem;
  }
}
section {
  padding: 0 2rem;
}
section.bg-line {
  background: url("/images/front/bg_prod-line.png") repeat-x top left;
}

@media (max-width: 767px) {
  section {
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  .mb-1 {
    margin-bottom: 2rem !important;
  }
}
.social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.social-list a {
  margin-right: 1rem;
  font-size: 2.6rem;
}
.social-list a img {
  height: 3rem;
}

.perex {
  font-weight: bold;
  color: #1c1c1f;
}

@media (min-width: 992px) {
  .show-mobile {
    display: none;
  }
}

.styled-title {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.styled-title:after {
  height: 1px;
  background: #f1f1f1;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  display: block;
}
.styled-title h2, .styled-title .h2 {
  border: none;
  background: #ffffff;
  padding: 0 2rem;
  margin-bottom: 0;
  z-index: 10;
  color: #b2b2b2;
  font-weight: 500;
}
.styled-title h2:not(.collapsed) i, .styled-title .h2:not(.collapsed) i {
  transform: rotate(180deg);
}

.mw-36 {
  max-width: 36rem;
  margin: 0 auto;
}

.form-control {
  color: #000;
  font-size: 1.4rem;
  padding: 0.2rem 1rem;
  line-height: 1;
  height: 4.2rem;
  border-radius: 0;
  background: #f2f2f2;
  box-shadow: inset 0 2px 2px rgba(1, 1, 1, 0.1);
  border: none;
}

.form-select {
  background-color: #f2f2f2;
  height: 4.2rem;
  box-shadow: none !important;
}

textarea.form-control {
  height: 12rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

.btn {
  transition: 0.3s;
  padding: 1rem 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
  border-radius: 0px;
}
.btn-file {
  padding: 0;
  color: #e32126;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
}
.btn-file span {
  margin-left: 1rem;
}
.btn-input-group {
  border: 2px solid #e9e9e9;
  background: transparent;
  box-shadow: none;
}
.btn-primary {
  background: #e32126;
  color: #ffffff;
  box-shadow: 0 4px 0 #d3292e;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #d3292e;
  box-shadow: 0 2px 0 #d3292e;
  transform: translateY(2px);
}
.btn-light {
  background: #b2b2b2;
  box-shadow: 0 4px 0 #939393;
  color: #ffffff;
}
.btn-light:hover {
  color: #ffffff;
  background-color: #b2b2b2;
  box-shadow: 0 2px 0 #939393;
  transform: translateY(2px);
}
.btn-white {
  background: #ffffff;
  color: #e32126;
  box-shadow: 0 4px 0 #e8e8e8;
}
.btn-white:hover {
  box-shadow: 0 2px 0 #e8e8e8;
  transform: translateY(2px);
  color: #e32126;
  background-color: #ffffff;
}
.btn-small {
  font-size: 1.3rem;
  padding: 0.5rem 1.8rem;
}
.btn-with-num {
  position: relative;
}
.btn-with-num .btn-num {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  background: #1c1c1f;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.2rem 0.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.btn-more {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
  padding: 0;
}
.btn-more:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn-dark {
  color: #ffffff;
  background: #6c6c6c;
}
.btn-dark:hover {
  background: #3c3c3c;
  color: #ffffff;
}
.btn-smallest {
  font-size: 1.3rem;
  padding: 0.2rem 1rem;
  box-shadow: none !important;
}
.btn-smallest:hover {
  transform: none;
}

.input-group-append .form-control {
  border: 2px solid #e9e9e9;
  border-right: 0 !important;
  box-shadow: none;
  background: transparent;
}
.input-group-append .btn {
  border-left: 0 !important;
  color: #939393;
  padding-left: 1rem;
  padding-right: 1rem;
}
.input-group-append .btn:hover {
  border-color: #e9e9e9;
  color: #e32126;
}
.input-group-append:focus-within .form-control {
  border-color: rgb(241, 144, 146.5);
}
.input-group-append:focus-within .btn {
  border-color: rgb(241, 144, 146.5);
}

.check-styled {
  width: auto;
  position: relative;
  margin-bottom: 0rem;
  display: flex;
  padding: 0;
}
.check-styled input[type=checkbox] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled input[type=checkbox] + label {
  padding-left: 2.5rem;
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 400;
  color: #6c6c6c;
}
.check-styled input[type=checkbox] + label:before {
  width: 2rem;
  height: 2rem;
  border-radius: 0rem;
  border: 1px solid #b2b2b2;
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  display: block;
}
.check-styled input[type=checkbox] + label:after {
  margin-top: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2rem;
  height: 2rem;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  border-radius: 0rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  transition: all 0.3s;
  opacity: 0;
  line-height: 1;
  font-weight: 800;
  color: #1c1c1f;
}
.check-styled input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.ui-slider {
  box-shadow: none;
}

.price-slider-filter {
  margin-left: auto;
  display: flex;
  position: relative;
  width: 100%;
}
.price-slider-filter .price-slider-input {
  width: 7rem;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
}
.price-slider-filter .price-slider-input span {
  margin-left: 0.4rem;
}
.price-slider-filter .price-slider-input.end {
  left: unset;
  right: 0;
}
.price-slider-filter .price-slider-input input {
  width: 50px;
  text-align: right;
}

.price-slider-wrapper {
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 100%;
  padding-left: 7rem;
  padding-right: 8rem;
}
.price-slider-wrapper .ui-slider-horizontal {
  height: 0.8rem;
  border: none;
  float: none;
  width: 100%;
  border-radius: 0;
  background-color: #D0CFCE;
}

.ui-slider .ui-slider-range {
  box-shadow: none;
  background-color: #e32126;
}

.ui-slider .ui-slider-handle {
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 0.4rem;
  border: 2px solid #e32126;
  transition: all 0.3s;
}
.ui-slider .ui-slider-handle:hover {
  background: #e32126;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.7rem;
}

.ui-slider-horizontal .ui-slider-handle {
  outline: none !important;
  transition: background-color 200ms;
}

.form-row .col-12 {
  display: flex;
  margin-bottom: 1rem;
}
.form-row-col {
  width: 100%;
  display: flex;
  align-items: center;
}
.form-row label {
  font-weight: 700;
  color: #1c1c1f;
  font-size: 1.6rem;
  text-align: right;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form-row .form-control {
  max-width: 32rem;
}
.form-row-btns a {
  margin: 1rem;
}

@media (max-width: 767px) {
  .form-row label {
    justify-content: flex-start;
  }
  .form-row-col {
    flex-wrap: wrap;
  }
  .form-row-col .form-control {
    max-width: 100%;
    width: 100%;
  }
  .form-row-col .ms-2 {
    margin-left: 0 !important;
  }
}
.header {
  padding: 2rem 2rem 0 2rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.header-top {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.header-logo {
  margin-right: 2.7rem;
  width: 16rem;
}
.header-logo img {
  max-width: 100%;
}
.header-text {
  font-size: 2rem;
  line-height: 1.1;
  color: #201e1e;
}
.header-search {
  width: 26.5rem;
  padding-left: 2.5rem;
}
.header-contact {
  padding: 0 2rem;
  flex-direction: column;
  display: flex;
  text-align: right;
  color: #939393;
  margin-left: auto;
  align-items: flex-end;
}
.header-contact a {
  text-decoration: none;
}
.header-contact strong {
  color: #1c1c1f;
}
.header-icon-list {
  display: flex;
  justify-content: space-between;
}
.header-icon-item {
  display: flex;
  flex-direction: column;
  color: #1c1c1f;
  text-decoration: none;
  align-items: center;
  text-align: center;
  padding: 0 0.8rem;
  position: relative;
}
.header-icon-item i {
  font-size: 3.6rem;
  color: #b2b2b2;
  margin-bottom: 0.8rem;
}
.header-icon-item span {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
}
.header-icon-item .cart-num {
  position: absolute !important;
  top: -1rem;
  right: 0;
  background: #1c1c1f;
  color: #ffffff !important;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.2rem 0.4rem;
  font-weight: bold;
  white-space: nowrap;
  display: block !important;
}
.header-icon-item:hover i {
  color: #e32126;
}
.header-icon-item:hover span {
  color: #1c1c1f;
}
.header-menu {
  background: #e32126;
  box-shadow: 0 4px #c61419;
  width: 100%;
  height: 5.2rem;
  display: flex;
  color: #ffffff;
  align-items: center;
}
.header-menu-main-link {
  border-right: 1px solid #d3292e;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 1.5rem;
}
.header-menu a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  height: 100%;
  align-items: center;
}
.header-menu a:hover {
  background: #d3292e;
  color: #ffffff;
}

.main-menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  margin-left: auto;
  z-index: 1000;
}
.main-menu > li {
  margin: 0;
  padding: 0;
}
.main-menu > li > a {
  border-right: 1px solid #d3292e;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 1.5rem;
}
.main-menu .dropdown-hover .dropdown-toggle:after {
  display: none;
}
.main-menu .dropdown-hover:hover .dropdown-toggle {
  background-color: #d3292e;
}
.main-menu .dropdown-hover:hover .dropdown-menu {
  display: block;
  border: none;
  background: #d3292e;
  box-shadow: 3px 3px 5px rgba(2, 3, 3, 0.15);
  padding: 1rem 0.5rem;
}
.main-menu .dropdown-hover:hover .dropdown-menu a {
  padding: 0.6rem 1.6rem;
}
.main-menu .dropdown-hover:hover .dropdown-menu a:hover {
  background: #e32126;
}

.header-search-toggle {
  display: none;
}

.header-menu-toggle {
  display: none !important;
  width: 5.8rem;
  height: 4.8rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: none;
  margin-right: 0rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .header-menu-toggle {
    display: block !important;
  }
}
.header-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 3.2rem;
  background: #ffffff;
  border-radius: 1px;
  opacity: 1;
  left: 1.3rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header-menu-toggle span:nth-child(1) {
  top: 1.4rem;
}
.header-menu-toggle span:nth-child(2) {
  top: 2.4rem;
}
.header-menu-toggle span:nth-child(3) {
  top: 3.4rem;
}
.header-menu-toggle.open span:nth-child(1) {
  top: 2.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.header-menu-toggle.open span:nth-child(3) {
  top: 2.4rem;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 1100px) {
  .header-search {
    display: none;
    position: absolute;
    z-index: 1100;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 2rem;
    margin-top: 15rem;
  }
  .header-search .btn-input-group {
    background: #e32126;
    color: #ffffff;
    width: 4.6rem;
  }
  .header-search.show {
    display: flex;
  }
  .header-search-toggle {
    display: flex;
  }
  .header-menu-main-link {
    font-size: 1.6rem;
  }
  .main-menu > li > a {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .header-menu {
    position: relative;
    height: 4.8rem;
  }
  .header-text {
    display: none;
  }
  .main-menu {
    display: none;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: 100%;
    background: #e32126;
    flex-direction: column;
    width: 100%;
    text-align: right;
    height: auto;
  }
  .main-menu li a {
    text-align: right;
    justify-content: flex-end;
    font-size: 1.8rem;
    padding: 0.8rem 1.6rem;
  }
  .main-menu.opening {
    display: flex;
    opacity: 0;
  }
  .main-menu.open {
    opacity: 1;
  }
  .main-menu .dropdown-hover .dropdown-menu {
    position: relative;
    inset: unset;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 1.5rem 1rem 0 1rem;
  }
  .header-icon-item span {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-logo {
    width: 12rem;
  }
  .header-top {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .header-contact {
    order: 3;
    width: 100%;
    background: #f1f1f1;
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
    align-items: center;
  }
  .header-icon-list {
    margin-left: auto;
  }
  .header-icon-item i {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
  .header-icon-item span {
    display: none;
  }
}
.swiper-pagination {
  justify-content: flex-end;
  text-align: right;
  padding-right: 2rem;
}
.swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  margin: 0 0.2rem !important;
}
.swiper-pagination-bullet-active {
  background: #e32126;
}
.swiper-slide-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44%;
  text-align: right;
  padding: 3% 4% 0 4%;
  background: rgba(28, 28, 31, 0.75);
  color: #ffffff;
}
.swiper-slide-text .h1 {
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.swiper-slide-text p {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
.swiper-h-300 .swiper-slide {
  height: 30rem;
}
.swiper-h-300 .swiper-slide-img {
  height: 100%;
}
.swiper-h-300 .swiper-slide-img img {
  height: 100%;
}

@media (max-width: 767px) {
  .swiper-slide-text {
    width: 75%;
  }
}
.swiper-brand {
  height: 7rem;
  padding: 1.9rem 0;
  box-shadow: 0 1px 4px rgba(1, 1, 1, 0.4);
}
.swiper-brand-item {
  flex-shrink: 1;
  padding: 0 1.5rem;
  width: auto;
}
.swiper-brand-item img {
  max-height: 100%;
}

.swiper-advantage {
  margin: 0 6rem;
  overflow: hidden;
}
.swiper-button-prev, .swiper-button-next {
  height: 100%;
  width: 2.5rem;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  top: 0;
  opacity: 0.3;
  left: 3rem;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev {
  background: url("/images/front/ico-carousel-prev.svg");
}
.swiper-button-next {
  background: url("/images/front/ico-carousel-next.svg");
  left: unset;
  right: 3rem;
}

.advantage-swiper-section {
  position: relative;
}

.product-detail-swiper .swiper-pagination {
  text-align: center;
}
.product-detail-swiper .swiper-pagination-bullet {
  border: 1px solid #f1f1f1;
}
.product-detail-swiper .swiper-slide-detail-img {
  width: 100%;
}
.product-detail-swiper .swiper-slide-detail-img img {
  width: 100%;
}

.primary-box {
  background: #e32126;
  position: relative;
  width: 100%;
  min-height: 16rem;
  padding: 1.4rem;
  color: #ffffff;
  box-shadow: 0 4px 0 #d3292e;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: flex-start;
  overflow: hidden;
}
.primary-box-col {
  display: flex;
}
.primary-box:hover {
  background: #d3292e;
}
.primary-box h4 {
  color: #ffffff;
  margin-bottom: 1.4rem;
}
.primary-box p {
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  max-width: 16rem;
}
.primary-box .btn {
  margin-top: auto;
}
.primary-box-icon {
  width: 12.5rem;
  font-size: 7.4rem;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0;
  line-height: 1;
}

.product-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(1, 1, 1, 0.4);
  position: relative;
}
.product-item:hover .product-item-text {
  display: block;
}
.product-item:hover .product-item-color-list {
  display: flex;
}
.product-item a {
  text-decoration: none;
}
.product-item:hover {
  box-shadow: 0 1px 4px rgba(1, 1, 1, 0.8);
}
.product-item-tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 3.5rem;
  flex-direction: column;
  z-index: 1;
}
.product-item-tag-list .badge {
  margin-bottom: 0.4rem;
}
.product-item-name {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem 1.4rem;
  color: #1c1c1f;
  text-decoration: none;
}
.product-item-img {
  width: 100%;
  padding: 0 2rem 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item-img img {
  max-width: 100%;
  max-height: 15.5rem;
}
.product-item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #3c3c3c;
  margin: 0;
  text-align: left;
  padding: 1rem 1rem 4rem 1rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.product-item-price {
  color: #6c6c6c;
  margin: 0;
  text-align: center;
  border-top: 1px solid #dfdfdf;
  padding: 0.8rem 1rem;
}
.product-item-price strong {
  color: #e32126;
}
.product-item-color-list {
  align-items: center;
  z-index: 100;
  position: absolute;
  bottom: 4.5rem;
  left: 0;
  right: 0;
  justify-content: center;
  display: none;
}
.product-item-color-item {
  width: 1rem;
  height: 1rem;
  margin: 1px;
  display: flex;
}
.product-item-color-item span {
  width: 100%;
  height: 100%;
  display: block;
}

.product-layout {
  display: flex;
  margin-left: -2rem;
}
.product-sidebar {
  width: 26.6rem;
  border-right: 1px solid #f1f1f1;
}
.product-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-sidebar ul li {
  margin: 0;
  padding: 0;
}
.product-sidebar .sidebar-menu > li {
  padding-right: 1rem;
}
.product-sidebar .sidebar-menu > li.active .sidebar-item {
  color: #ffffff;
  background-color: #e32126;
}
.product-sidebar .sidebar-menu > li.active .sidebar-item-inner {
  border-color: #e32126;
}
.product-sidebar .sidebar-menu > li.active .sidebar-item-icon svg {
  stroke: #ffffff;
}
.product-sidebar .sidebar-menu > li.active .sidebar-item:after {
  color: #ffffff !important;
  content: "\f068";
}
.product-sidebar .sidebar-menu > li.has-submenu .sidebar-item:after {
  content: "+";
  font-family: "Font Awesome 6";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #b2b2b2;
}
.product-sidebar .sidebar-menu > li > ul {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0rem;
}
.product-sidebar .sidebar-menu > li > ul a {
  color: #1c1c1f;
  text-decoration: none;
  font-size: 1.5rem;
}
.product-sidebar .sidebar-menu > li > ul a:hover {
  color: #e32126;
}
.product-sidebar .sidebar-menu > li > ul > li {
  padding-left: 4rem;
}
.product-sidebar .sidebar-menu > li > ul > li.has-submenu > a {
  position: relative;
}
.product-sidebar .sidebar-menu > li > ul > li.has-submenu > a:after {
  font-size: 1.4rem;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: -2.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #b2b2b2;
  font-weight: 500;
}
.product-sidebar .sidebar-menu > li > ul > li.has-submenu.active > a {
  color: #e32126;
}
.product-sidebar .sidebar-menu > li > ul > li.has-submenu.active > a:after {
  content: "\f068";
}
.product-sidebar .sidebar-menu > li > ul > li:last-child {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 1rem;
}
.product-sidebar .sidebar-menu > li > ul > li > ul {
  padding-left: 2rem;
}
.product-list-content {
  width: calc(100% - 26.6rem);
  padding-left: 2rem;
}

.sidebar-item {
  padding: 0 2rem;
  display: block;
  color: #1c1c1f;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
}
.sidebar-item:hover {
  background: #e32126;
  color: #ffffff;
}
.sidebar-item:hover .sidebar-item-inner {
  border-color: #e32126;
}
.sidebar-item:hover .sidebar-item-icon svg {
  stroke: #ffffff;
}
.sidebar-item:hover:after {
  color: #ffffff !important;
}
.sidebar-item-inner {
  border-bottom: 1px solid #f1f1f1;
  padding: 0.8rem 0;
  padding-right: 2rem;
  display: flex;
  position: relative;
}
.sidebar-item-icon {
  width: 2rem;
}
.sidebar-item-icon svg {
  max-width: 100%;
  fill: none;
  stroke-width: 3px;
  stroke: #1c1c1f;
}
.sidebar-item-icon img {
  max-width: 100%;
}
.sidebar-item-name {
  width: calc(100% - 2rem);
  padding-left: 1.5rem;
}

@media (max-width: 991px) {
  .product-layout {
    margin-left: 0;
  }
  .product-sidebar {
    display: none;
  }
  .product-list-content {
    width: 100%;
    padding-left: 0;
  }
}
.product-list-filter {
  box-shadow: 0 1px 4px rgba(1, 1, 1, 0.4);
  padding: 1.2rem 2rem 0 2rem;
  font-size: 1.5rem;
}
.product-list-filter .check-list {
  display: flex;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.product-list-filter .check-list .check-styled {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.product-list-filter .check-tag-list .check-styled {
  padding: 0.2rem;
}
.product-list-filter .check-tag-list .check-styled input[type=checkbox] + label {
  color: #ffffff;
  padding-left: 2.4rem;
  padding-right: 0.4rem;
  font-size: 1.3rem;
  line-height: 1;
  min-height: 2rem;
  display: flex;
  align-items: center;
}
.product-list-filter .check-tag-list .check-styled input[type=checkbox] + label:before, .product-list-filter .check-tag-list .check-styled input[type=checkbox] + label:after {
  top: 0.4rem;
  left: 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  border-color: #ffffff;
  background: #ffffff;
}
.product-list-filter-line {
  display: flex;
  flex-wrap: wrap;
}
.product-list-filter-line:not(:first-child) {
  border-top: 1px solid #f1f1f1;
  padding-top: 1rem;
}
.product-list-filter-line-item {
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.product-list-filter-line-item.end {
  margin-left: auto;
}
.product-list-filter-line-item .form-select {
  height: 3rem;
  font-size: 1.4rem;
}
.product-list-filter-line-item span {
  margin-right: 0.4rem;
  font-weight: bold;
}
.product-list-filter-line-price {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.product-list-filter-line-price .btn-dark {
  white-space: nowrap;
  margin-right: 2rem;
}
.product-list-filter-line-price .price-slider-filter {
  max-width: 53rem;
  position: relative;
}

.active-filter-list {
  display: flex;
  flex-direction: column;
}
.active-filter-item {
  display: flex;
}
.active-filter-item-list {
  display: flex;
  flex-wrap: wrap;
}
.active-filter-item a {
  text-decoration: none;
  margin-left: 0.8rem;
}
.active-filter-item a:nth-child(1) {
  margin-left: 0;
}

@media (max-width: 767px) {
  .product-list-filter-line-price {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-list-filter-line-price .price-slider-filter {
    order: 1;
    margin-bottom: 2rem;
  }
  .product-list-filter-line-price .btn-dark {
    order: 2;
  }
}
.product-detail-content {
  padding-left: 2rem;
  width: calc(100% - 26rem);
}
.product-detail-top {
  display: flex;
  flex-direction: column;
}
.product-detail-top h1 {
  margin-bottom: 0rem;
}
.product-detail-top h1 small {
  color: #939393;
  font-size: 2rem;
  font-weight: 500;
}
.product-detail-top p {
  font-size: 1.8rem;
}
.product-detail-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.product-detail-tag-list .badge {
  margin: 0.2rem;
}
.product-detail-main {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-main-left {
  width: 50%;
  padding-right: 4rem;
}
.product-detail-main-right {
  width: 50%;
}
.product-detail-main-right table {
  width: 100%;
}
.product-detail-main-right table th {
  font-weight: 400;
}
.product-detail-main-right table th,
.product-detail-main-right table td {
  width: 50%;
  padding: 0.2rem 1rem;
}
.product-detail-line {
  padding-left: 2.4rem;
}
.product-detail-line i {
  color: #e32126;
}
.product-detail-table {
  margin-bottom: 3rem;
}
.product-detail-price-list {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-price-item {
  margin: 0.5rem;
  width: calc(33.33% - 1rem);
  background: #dfdfdf;
  text-align: center;
  text-decoration: none;
}
.product-detail-price-item:hover span:nth-child(2) {
  background: #e32126;
}
.product-detail-price-item span {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  text-shadow: 0 1px #fff;
  color: #000;
}
.product-detail-price-item span:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.2);
  background-color: #a6a6a6;
}
.product-detail-note-text {
  margin-top: 1;
  color: #939393;
}
.product-detail-order {
  margin: 2rem 0;
}
.product-detail-order .btn {
  width: 100%;
}

.product-detail-variant h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.product-detail-variant-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.product-detail-variant-item {
  box-shadow: 0 1px 4px rgba(1, 1, 1, 0.4);
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  margin: 0.5rem;
}
.product-detail-variant-item img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 991px) {
  .product-detail-content {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-detail-content {
    padding-left: 0;
    width: 100%;
  }
  .product-detail-line {
    padding-left: 0;
  }
  .product-detail-main {
    flex-direction: column;
  }
  .product-detail-main-left {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .product-detail-main-right {
    width: 100%;
  }
}
.badge {
  border-radius: 0px;
  font-size: 1.2rem;
  padding: 0.2rem 0.6rem;
  font-weight: 400;
}

.footer-top {
  padding: 2.5rem 2rem;
  background: #444;
}
.footer-bottom {
  padding: 2rem;
  background: #343434;
  font-size: 1.4rem;
}
.footer-bottom p {
  margin-bottom: 0;
  color: #d6d6d6;
}
.footer-bottom a {
  text-decoration: none;
}
.footer-bottom-col-center {
  text-align: center;
}
.footer-bottom-col-center p,
.footer-bottom-col-center a {
  color: #a1a1a1;
}
.footer-bottom-col-center a:hover {
  color: #d6d6d6;
  text-decoration: underline;
}
.footer-bottom-col-right {
  text-align: right;
}
.footer-bottom-col-right p {
  color: #a1a1a1;
}
.footer-bottom-col-right a {
  color: #d6d6d6;
}
.footer-bottom-col-right a:hover {
  text-decoration: underline;
}
.footer-text {
  font-size: 1.4rem;
  padding-right: 3rem;
  color: #a1a1a1;
}
.footer-text strong {
  color: #d6d6d6;
}
.footer-text p {
  margin-bottom: 1.6rem;
}
.footer-text-more a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 700;
}
.footer-text-more a i {
  margin-left: 0.4rem;
}
.footer-text-more a:hover {
  text-decoration: underline;
}
.footer-right-list {
  display: flex;
}
.footer-right-col {
  width: 33.33%;
  border-left: 1px solid #4a4a4a;
  padding: 0 1.5rem;
}
.footer-right-col .social-list a {
  color: #ffffff;
}
.footer-right-col h3 {
  margin-bottom: 2.2rem;
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: uppercase;
}
.footer-right-col p {
  font-size: 1.4rem;
  color: #d6d6d6;
}
.footer-right-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-right-col ul li {
  margin: 0;
  padding: 0;
}
.footer-right-col ul li a {
  color: #a1a1a1;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.25;
  display: inline-block;
}
.footer-right-col ul li a:hover {
  color: #d6d6d6;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .footer-col-services, .footer-col-catalog {
    display: none;
  }
  .footer-right-col {
    width: 100%;
    padding: 0;
    border-left: none;
    padding-top: 2rem;
    border-top: 1px solid #4a4a4a;
    margin-top: 2rem;
  }
}
@media (max-width: 575px) {
  .footer-bottom-col-center {
    text-align: left;
  }
  .footer-bottom-col-right {
    text-align: left;
  }
}
.noprofit {
  padding: 1.6rem 2.8rem;
  background: #99999f;
  position: relative;
  display: flex;
  align-items: center;
}
.noprofit p {
  padding-right: 0.8rem;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1.7rem;
}
.noprofit .count {
  display: flex;
}
.noprofit .count-space {
  margin-right: 0.4rem;
}
.noprofit .count-item {
  background: #ffffff;
  color: #000;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 1px;
  height: 4.6rem;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 3px;
  border-bottom: 2px solid #ececec;
}
.noprofit-img {
  position: absolute;
  right: 12.5rem;
  top: -2.4rem;
  width: 13.4rem;
}
.noprofit .btn-more {
  margin-left: auto;
}

@media (max-width: 1099px) {
  .noprofit {
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
  .noprofit p {
    margin-bottom: 1rem;
    padding-right: 20rem;
  }
  .noprofit .count {
    margin-bottom: 1rem;
  }
  .noprofit .btn-more {
    margin-left: 0;
  }
  .noprofit-img {
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 575px) {
  .noprofit {
    overflow: hidden;
  }
  .noprofit p {
    margin-bottom: 1rem;
    padding-right: 10rem;
  }
  .noprofit .count {
    margin-bottom: 1rem;
  }
  .noprofit .count-item {
    width: 2.5rem;
    height: 4rem;
    font-size: 2rem;
  }
  .noprofit .btn-more {
    margin-left: 0;
  }
  .noprofit-img {
    right: -5rem;
  }
}
.simple-news-list {
  display: flex;
  flex-wrap: wrap;
  width: 78%;
}
.simple-news-item {
  width: 50%;
  display: flex;
}
.simple-news-item-img {
  height: 12.4rem;
  width: 12.4rem;
  box-shadow: 0 1px 4px rgba(1, 1, 1, 0.4);
}
.simple-news-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-news-item-text {
  width: calc(100% - 12.4rem);
  padding-left: 2rem;
  padding-right: 3rem;
}
.simple-news-item-date {
  font-size: 1.4rem;
  color: #939393;
}
.simple-news-item-name {
  color: #e32126;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: block;
}
.simple-news-item-name:hover {
  text-decoration: underline;
}
.simple-news-item p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.simple-news-newsletter {
  display: flex;
}
.simple-news-newsletter .newsletter-box {
  margin-top: -4rem;
}

.newsletter-box {
  background: #f3f3f3;
  padding: 2rem;
  text-align: center;
  width: 22%;
  border-radius: 0px;
  box-shadow: 0 1px 4px rgba(1, 1, 1, 0.4);
}
.newsletter-box h3 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.newsletter-box p {
  color: #6c6c6c;
  margin-bottom: 1.2rem;
}

@media (max-width: 991px) {
  .simple-news-newsletter {
    flex-direction: column;
  }
  .simple-news-newsletter .newsletter-box {
    margin-top: 0;
    width: 100%;
    order: 1;
    margin-bottom: 2rem;
  }
  .simple-news-newsletter .simple-news-list {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .simple-news-item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .simple-news-item-text {
    padding-right: 0;
  }
}
.news-item {
  display: flex;
  flex-direction: column;
}
.news-item-col {
  display: flex;
}
.news-item a {
  text-decoration: none;
}
.news-item:hover .news-item-bottom {
  border-color: #a40305;
  background: #e32126;
  color: #ffffff;
}
.news-item:hover .news-item-img img {
  transform: scale(1.1);
}
.news-item:hover .news-item-date {
  color: #ffffff;
}
.news-item:hover h3 {
  color: #ffffff;
}
.news-item:hover h3 a {
  color: #ffffff !important;
}
.news-item-img {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.news-item-img img {
  width: 100%;
  transition: all 0.3s;
}
.news-item-bottom {
  background: #f1f1f1;
  color: #1c1c1f;
  padding: 1rem;
  border-top: 5px solid #dfdfdf;
  transition: all 0.3s;
  flex-grow: 1;
}
.news-item-date {
  color: #b2b2b2;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.news-item-date i {
  margin-right: 1rem;
}
.news-item h3 a {
  transition: all 0.3s;
}
.news-item p {
  margin-bottom: 0;
}

.news-detail-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news-detail-top-left {
  margin-bottom: 1rem;
}
.news-detail-top-left .news-item-date {
  margin-bottom: 0;
}
.news-detail-top-right {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.news-detail-top-right .btn {
  margin: 0.4rem;
}
.news-detail-top h1 {
  margin-bottom: 1rem;
}
.news-detail-box {
  display: flex;
}
.news-detail-content {
  width: calc(100% - 25rem);
  padding-right: 5rem;
}
.news-detail-sidebar {
  width: 25rem;
  display: flex;
  flex-direction: column;
}
.news-detail-sidebar-top {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.news-detail-sidebar-top h2 {
  margin-bottom: 0;
}
.news-detail-sidebar-news {
  display: flex;
  flex-direction: column;
}
.news-detail-sidebar-news .news-item {
  margin-bottom: 2rem;
}
.news-detail-sidebar-news .news-item-bottom {
  border-color: #a40305;
  background: #e32126;
  color: #ffffff;
}
.news-detail-sidebar-news .news-item-date {
  color: #ffffff;
}
.news-detail-sidebar-news h3 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.news-detail-sidebar-news h3 a {
  color: #ffffff !important;
}
.news-detail-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-detail-bottom-right {
  display: flex;
  align-items: center;
}
.news-detail-bottom-right .social-list {
  margin-bottom: 0;
  margin-left: 1rem;
}
.news-detail-bottom-right .social-list a {
  color: #1c1c1f;
}

@media (max-width: 767px) {
  .news-detail-box {
    flex-direction: column;
  }
  .news-detail-content {
    width: 100%;
    padding-right: 0;
  }
  .news-detail-sidebar {
    width: 100%;
    margin-top: 3rem;
  }
  .news-detail-sidebar-news {
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
    flex-wrap: wrap;
  }
  .news-detail-sidebar-news .news-item {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
@media (max-width: 575px) {
  .news-detail-box {
    flex-direction: column;
  }
  .news-detail-content {
    width: 100%;
    padding-right: 0;
  }
  .news-detail-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-detail-bottom-right {
    margin-top: 2rem;
  }
  .news-detail-sidebar {
    width: 100%;
    margin-top: 3rem;
  }
  .news-detail-sidebar-news {
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
    flex-wrap: wrap;
  }
  .news-detail-sidebar-news .news-item {
    width: calc(100% - 2rem);
    margin: 1rem;
  }
}
.modal .btn-close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  padding: 0.5rem;
  z-index: 10;
  color: #e32126;
  background: transparent;
  opacity: 1;
  font-size: 3rem;
  line-height: 1;
  transition: all 0.3s;
}
.modal .btn-close:hover {
  background: #e32126;
  color: #ffffff;
}
.modal-content {
  border: none;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 960px;
  }
}
@media (max-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 960px;
  }
}
.modal-login-content {
  padding: 2rem;
  max-width: 36.5rem;
  margin: 0 auto;
}
.modal-login-content p {
  text-align: center;
  color: #6c6c6c;
}
.modal-login-content-reg {
  text-align: center;
}
.modal-login-content .login-img {
  display: flex;
  justify-content: center;
}
.modal-login-content .login-img img {
  max-width: 100%;
  max-height: 18.5rem;
}
.modal-login-content .reg-img {
  display: flex;
  justify-content: center;
}
.modal-login-content .reg-img img {
  max-width: 100%;
  max-height: 21.5rem;
}

.modal-header {
  border: none;
}

.modal-text {
  color: #3c3c3c;
}

.modal-table table {
  width: 100%;
  font-size: 1.2rem;
}
.modal-table table td,
.modal-table table th {
  padding: 0.2rem 0.8rem;
  text-align: right;
}
.modal-table table td {
  background: #e8e8e8;
  border-bottom: 1px solid #ffffff;
  border-right: 6px solid #ffffff;
  border-left: 0 !important;
}
.modal-table table th {
  color: #ffffff;
  background: #e32126;
  border: 6px solid #ffffff;
  border-left: 0 !important;
}
.modal-table table .tr-dark {
  background: #6c6c6c;
}
.modal-table table .tr-dark td,
.modal-table table .tr-dark th {
  background: #939393;
  color: #ffffff;
}

.modal-order table {
  font-size: 1.4rem;
}
.modal-order table th {
  border-width: 3px;
}
.modal-order table td {
  border-width: 3px;
}

.link-tooltip {
  border-bottom: 1px dotted #1c1c1f;
}

.modal-order td:nth-child(1) {
  background: #939393;
  color: #ffffff;
}
.modal-order th {
  text-align: center !important;
}
.modal-order .form-select {
  height: 3rem;
  background-color: #ffffff;
  border: 1px solid #727272;
  line-height: 1;
}
.modal-order-item {
  display: flex;
  align-items: center;
}
.modal-order-item-img {
  width: 5rem;
  height: 5rem;
  padding: 0.4rem;
}
.modal-order-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.modal-order-item-name {
  font-weight: 700;
  margin-left: 1rem;
}
.modal-order-count-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.1rem;
  color: #727272;
}
.modal-order-count input {
  width: 5.2rem;
  background-color: #ffffff;
  height: 2.8rem;
  border: 1px solid #727272;
  margin-right: 0.4rem;
  text-align: right;
}
.modal-order-td-num {
  text-align: center !important;
  font-weight: 700;
}

.modal-order-primary-line {
  background-color: #e32126;
  color: #ffffff;
  padding: 0.4rem 2rem;
}
.modal-order-primary-line .modal-order-toggle {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
.modal-order-primary-line .modal-order-toggle:before {
  margin-right: 1rem;
  position: relative;
  content: "\f146";
  font-family: "Font Awesome 6 Pro";
  display: block;
}
.modal-order-primary-line .modal-order-toggle.collapsed:before {
  content: "\f0fe";
}

.modal-order-collapse {
  background-color: #f5f5f5;
  padding: 2rem;
}

.modal-order-variant-list {
  display: flex;
  justify-content: center;
}
.modal-order-variant-item {
  width: 11rem;
  margin: 0.5rem;
  text-decoration: none;
}
.modal-order-variant-item-img {
  width: 100%;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  box-shadow: 0 1px 4px rgba(1, 1, 1, 0.4);
  background: #ffffff;
  margin-bottom: 0.5rem;
}
.modal-order-variant-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.modal-order-variant-item-name {
  text-align: center;
  color: #1c1c1f;
}

.modal-order-price {
  background-color: #e32126;
  color: #ffffff;
  padding: 0.8rem 2rem;
  text-align: right;
  font-size: 2rem;
  margin-top: 3rem;
}

.modal-order .show-mobile {
  display: none !important;
}

@media (max-width: 700px) {
  .modal-order table {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .modal-order table thead {
    display: none !important;
  }
  .modal-order table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .modal-order table th {
    display: none !important;
  }
  .modal-order table tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
  }
  .modal-order table tr td {
    width: 100%;
    display: block;
    border: none !important;
    display: flex;
    text-align: left !important;
    align-items: center;
    position: relative;
    padding: 0.8rem 0.8rem;
    padding-left: calc(45% + 1rem);
    border-bottom: 1px solid #ffffff !important;
    text-align: right !important;
    justify-content: flex-end;
  }
  .modal-order table tr td:before {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 45%;
    white-space: nowrap;
    text-align: right;
    background: #939393;
    color: #ffffff;
    content: attr(data-content);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem;
  }
  .modal-order-price {
    font-size: 1.5rem;
  }
}
.breadcrumb {
  padding: 0.5rem 1.5rem;
}
.breadcrumb-item a {
  color: #b2b2b2;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #e32126;
}

.breadcrumb-item + .breadcrumb-item::before {
  background: url("/images/front/ico_arr-breadcrumbs.png") no-repeat center;
  height: 100%;
  width: 1.3rem;
  background-size: contain;
  content: "";
  margin-right: 1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}

.text-section .perex p {
  font-weight: bold;
  color: #1c1c1f;
}
.text-section p {
  color: #6c6c6c;
  margin-bottom: 22px;
}
.text-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}
.text-section ul li {
  margin: 0;
  padding: 0;
  padding-left: 2rem;
  position: relative;
}
.text-section ul li:before {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #e32126;
  left: 0;
  top: 0.8rem;
  content: "";
  position: absolute;
}

table {
  width: 100%;
  font-size: 1.6rem;
}
table td, table th {
  padding: 0.5rem 1rem;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.full-img {
  width: 100%;
}
.full-img img {
  width: 100%;
}

.advantage-item {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.advantage-item-col {
  padding: 0.6rem;
  display: flex;
}
.advantage-item-col .advantage-item {
  border: 1px solid #e8e8e8;
  width: 100%;
}
.advantage-item:hover .advantage-item-img img {
  transform: scale(1.1);
}
.advantage-item:hover .advantage-item-text {
  color: #e32126;
}
.advantage-item-img {
  width: 100%;
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.advantage-item-img img {
  transition: all 0.3s;
  max-width: 100%;
  max-height: 100%;
}
.advantage-item-img:after {
  width: 35%;
  height: 2px;
  background: #ddd;
  top: 100%;
  margin-top: 2rem;
  content: "";
  display: block;
  position: absolute;
}
.advantage-item-text {
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-top: 3.2rem;
  text-align: center;
  color: #1c1c1f;
  line-height: 1.5;
  font-weight: 700;
}

.callout {
  padding: 1rem 3rem;
  border: 0px solid #eee;
  border-left-width: 5px;
  border-radius: 0px;
}
.callout h1, .callout h2, .callout h3, .callout h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 0;
}
.callout + .bs-callout {
  margin-top: 0;
}

.callout-dark {
  border-left-color: #1c1c1f;
}
.callout-dark h4 {
  color: #1c1c1f;
}

.callout-primary {
  border-left-color: #e32126;
}
.callout-primary h4 {
  color: #1c1c1f;
}

.callout-success {
  border-left-color: #009E15;
}
.callout-success h4 {
  color: #1c1c1f;
}

.callout-danger {
  border-left-color: #ED1C24;
}
.callout-danger h4 {
  color: #1c1c1f;
}

.callout-warning {
  border-left-color: #f6980a;
}
.callout-warning h4 {
  color: #1c1c1f;
}

.callout-info {
  border-left-color: #17a2b8;
}
.callout-info h4 {
  color: #1c1c1f;
}

.page-item {
  margin: 0.3rem;
}

.page-link.disabled, .disabled > .page-link {
  background: #f1f1f1;
  color: #1c1c1f;
  opacity: 0.5;
}

.page-link {
  font-size: 1.4rem;
  min-width: 2.8rem;
  height: 2.8rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #3c3c3c;
  background: #f1f1f1;
  border: none;
  font-weight: bold;
}
.page-link:hover {
  color: #ffffff;
  background: #e32126;
}
.page-link-btn {
  padding: 0 2rem;
}

.side-tabs {
  display: flex;
  width: 100%;
}
.side-tabs .nav-tabs {
  flex-direction: column;
  margin-bottom: -1px;
  width: 16rem;
}
.side-tabs .nav-tabs .nav-link {
  text-align: left;
  width: 100%;
  color: #1c1c1f;
  border: 1px solid #e8e8e8;
}
.side-tabs .nav-tabs .nav-link.active {
  color: #e32126;
  background: #f1f1f1;
}
.side-tabs .tab-content {
  width: calc(100% - 16rem);
  padding: 1rem 2rem;
  background: #f1f1f1;
}
.side-tabs .tab-content .check-styled {
  width: 33.33%;
  margin: 0;
}
.side-tabs .tab-content .check-styled input[type=checkbox] + label {
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.side-tabs .tab-content .check-styled input[type=checkbox] + label:before, .side-tabs .tab-content .check-styled input[type=checkbox] + label:after {
  background: #ffffff;
}

@media (max-width: 767px) {
  .side-tabs {
    flex-direction: column;
  }
  .side-tabs .nav-tabs {
    width: 100%;
    flex-direction: row;
  }
  .side-tabs .nav-tabs .nav-link {
    width: auto;
    margin-right: -1px;
  }
  .side-tabs .tab-content {
    width: 100%;
  }
  .side-tabs .tab-content .check-styled {
    width: 50%;
  }
}
.cart-box {
  box-shadow: 1px 1px 4px rgba(1, 1, 1, 0.4);
  padding: 3.5rem;
}

.cart-table tr {
  background: none !important;
}
.cart-table thead th {
  padding: 0.4rem 2rem;
  white-space: nowrap;
}
.cart-table thead th:nth-child(1) {
  padding-left: 0;
}
.cart-table tbody td {
  padding: 1rem 2rem;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #6c6c6c;
  line-height: 1.25;
}
.cart-table tbody td:nth-child(1) {
  padding-left: 0;
}
.cart-table tbody td .cart-table-product {
  position: relative;
}
.cart-table tbody td .cart-table-product p {
  margin-bottom: 0;
}
.cart-table tbody td .cart-table-product-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.cart-table tbody td .cart-table-strong {
  font-weight: 700;
  font-size: 1.8rem;
  white-space: nowrap;
  color: #1c1c1f;
}
.cart-table tbody td .cart-table-action {
  display: flex;
  font-size: 1.4rem;
  justify-content: flex-end;
}
.cart-table tbody td .cart-table-action a {
  margin: 0 0.4rem;
  color: #1c1c1f;
}
.cart-table tbody .cart-table-product-variant {
  display: flex;
  align-items: flex-start;
}
.cart-table tbody .cart-table-product-variant-tr {
  display: none;
}
.cart-table tbody .cart-table-product-variant-tr.open {
  display: table-row;
}
.cart-table tbody .cart-table-product-variant-tr td {
  font-size: 1.2rem;
}
.cart-table tbody .cart-table-product-variant-img {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.2rem;
  flex-shrink: 0;
}
.cart-table tbody .cart-table-product-variant-img img {
  max-width: 100%;
  max-height: 100%;
}
.cart-table tbody .cart-table-product-variant-code {
  width: 9rem;
  padding-left: 1rem;
  flex-shrink: 0;
}
.cart-table tbody .cart-table-product-variant-name {
  padding-left: 1rem;
}

.cart-table-product-toggle-variant {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -2rem;
  top: 0.2rem;
}
.cart-table-product-toggle-variant:after {
  position: absolute;
  inset: 0;
  content: "\f0fe";
  font-family: "Font Awesome 6 Pro";
}
.cart-table-product-toggle-variant.open:after {
  content: "\f146";
}

.cart-table-count {
  display: flex;
  align-items: center;
}
.cart-table-count input {
  width: 5rem;
  margin-right: 0.5rem;
  height: 3rem;
}

.cart-table-price-tr td {
  color: #1c1c1f;
}
.cart-table-price-tr td .check-styled input[type=checkbox] + label {
  color: #1c1c1f;
  padding-top: 0.1rem;
}
.cart-table-price-select {
  display: flex;
  align-items: center;
}
.cart-table-price-select label {
  color: #1c1c1f;
  font-size: 1.5rem;
  min-width: 8rem;
  text-align: left;
}
.cart-table-price-select .form-select {
  height: 3rem;
  width: 20rem;
}
.cart-table-price-big td {
  border: none;
  font-size: 2rem;
  padding-bottom: 0.5rem !important;
}
.cart-table-price-small td {
  border: none;
  padding-top: 0 !important;
  padding-bottom: 0.5rem !important;
}
.cart-table-price-small td .cart-table-strong {
  color: #6c6c6c !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}

.cart-tabs .nav-tabs {
  justify-content: center;
}
.cart-tabs .nav-tabs .nav-link {
  font-size: 2.4rem;
  padding: 0.5rem 2rem;
}
.cart-tabs .nav-tabs .nav-link.active {
  color: #939393;
}
.cart-tabs .tab-content {
  box-shadow: 1px 1px 4px rgba(1, 1, 1, 0.4);
  padding: 4rem 2rem;
}

.cart-table-product-tr .show-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .cart-table-product-tr .show-mobile {
    display: block !important;
  }
  .cart-box {
    padding: 0;
    box-shadow: none;
  }
  .cart-table table {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .cart-table table thead {
    display: none !important;
  }
  .cart-table table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .cart-table table tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border: 1px solid #f1f1f1;
    padding: 2rem 2.4rem;
    margin-bottom: 1rem;
  }
  .cart-table table tr td {
    width: 100%;
    display: block;
    border: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .cart-table table tr td .cart-table-strong {
    display: flex;
    align-items: flex-end;
    line-height: 1;
  }
  .cart-table table tr td .cart-table-strong .show-mobile {
    font-size: 1.4rem;
    font-weight: 400;
    margin-right: 0.4rem;
    margin-bottom: 0.2rem;
    flex-grow: 1;
    text-align: left;
  }
  .cart-table-product-td {
    width: 100% !important;
  }
  .cart-table .cart-table-price-tr td {
    width: 50% !important;
  }
  .cart-table .cart-table-price-tr td:nth-child(1) {
    width: 60% !important;
  }
  .cart-table .cart-table-price-tr td:nth-child(2) {
    width: 40% !important;
  }
  .cart-table .cart-table-price-tr td.text-end {
    text-align: right !important;
  }
  .cart-table .cart-table-price-tr td.text-end .cart-table-strong {
    text-align: right !important;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cart-table .cart-table-price-tr td:last-child {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
