@charset "UTF-8";
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  color: #fff;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 100%;
  overflow: hidden;
  margin-top: 0;
}

button {
  outline: none !important;
}

.btn-close {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.slick-slide {
  outline: none !important;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */
}

/* bootstrap hack end */
/*pagination*/
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46px;
}

.pagination .page-item.active .page-link {
  color: #FFFFFF;
  background: #7A5648;
}

.pagination .page-item .page-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
  }
}

/*pagination*/
/*breadcrumb*/
.breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb .breadcrumb-item {
  color: #7F7F7F;
}

.breadcrumb .breadcrumb-item a {
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  color: #8e8e8e;
}

.breadcrumb .breadcrumb-item.active::before {
  color: #E7E7E7;
}

/*breadcrumb*/
/*header*/
header {
  height: 60px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #D0D0D0;
  padding: 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  header {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
}

header.fixed {
  position: fixed;
}

header .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  margin-right: 37px;
}

@media (max-width: 575.98px) {
  header .logo {
    margin-left: 45px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .logo {
    margin-left: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .logo {
    margin-left: 45px;
  }
}

@media (max-width: 575.98px) {
  header .nav {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .nav {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .nav {
    display: none;
  }
}

header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}

header .nav ul li {
  margin-right: 50px;
}

header .nav ul li a {
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #4F4F4F;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .nav ul li a:hover {
  color: #eb0029;
}

header .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .controls .search {
  margin-right: 22px;
  cursor: pointer;
}

header .controls .profile {
  margin-right: 12px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .controls .profile {
    margin-right: 8px;
  }
}

header .controls .compare {
  margin-right: 12px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .controls .compare {
    margin-right: 8px;
  }
}

header .controls .bag {
  margin-right: 19px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .controls .bag {
    margin-right: 12px;
  }
}

header .controls .bag .count {
  position: absolute;
  top: 0;
  right: -8px;
  width: 16px;
  height: 16px;
  background: #EA0029;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

header .controls .lang {
  margin-right: 11px;
}

@media (max-width: 575.98px) {
  header .controls .lang {
    margin-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .controls .lang {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .controls .lang {
    margin-right: 8px;
  }
}

header .controls .lang a {
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #2E2E2E;
  text-transform: uppercase;
}

header .controls .lang #dropdownMenuLink {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00002 8.25C5.90412 8.25 5.80812 8.21334 5.7349 8.14013L1.9849 4.39013C1.83837 4.24359 1.83837 4.00631 1.9849 3.85988C2.13143 3.71344 2.36871 3.71334 2.51515 3.85988L6.00002 7.34475L9.4849 3.85988C9.63143 3.71334 9.86871 3.71334 10.0151 3.85988C10.1616 4.00641 10.1617 4.24369 10.0151 4.39013L6.26515 8.14013C6.19193 8.21334 6.09593 8.25 6.00002 8.25Z' fill='%23EA0029'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
  width: 24px;
  padding-right: 35px;
}

header .controls .lang #language_list .dropdown-toggle {
  display: block;
}

header .controls .lang #language_list .dropdown-toggle img {
  width: 28px;
  height: 28px;
}

header .controls .lang #language_list .dropdown-toggle::after {
  display: none;
}

header .controls .lang #language_list .dropdown-menu {
  padding: 10px 10px 0px;
  min-width: 120px;
  border-radius: 0;
}

header .controls .lang #language_list .dropdown-menu li {
  color: #565555;
  font-size: 12px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

header .controls .lang #language_list .dropdown-menu li img {
  width: 24px;
  height: 24px;
}

header .controls .lang #language_list .dropdown-menu li a {
  color: #565555;
  font-size: 12px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header .controls .communication svg {
  z-index: 2;
}

header .controls .communication:hover {
  cursor: pointer;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

header .controls .communication::after {
  position: absolute;
  background: #eb0029;
  top: -5px;
  content: '';
  width: 55px;
  height: 5px;
}

@media (max-width: 575.98px) {
  header .controls .communication::after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .controls .communication::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .controls .communication::after {
    display: none;
  }
}

header .search-container {
  position: relative;
  opacity: 1;
  background-color: #f5f5f5;
}

header .search-field {
  position: fixed;
  display: none;
  left: 0;
  top: 0px;
  height: 100vh;
  z-index: 9;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 160px;
}

header .search-field .header_search_input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 598px;
  margin: 0 auto 0rem auto;
}

header .search-field .block_head {
  max-width: 598px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

header .search-field .block_head .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #FFFFFF;
  text-align: center;
}

header .search-field .block_head .search {
  right: 0;
  left: unset;
  top: -34px;
}

header .search-field .header_search_result {
  overflow-y: scroll;
  height: auto;
  max-height: 210px;
  max-width: 598px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0px 0px 15px 15px;
  margin-top: -20px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
}

header .search-field .header_search_result .nothing_found {
  background: #fff;
  padding: 25px;
}

header .search-field .header_search_result .header_search_result_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .search-field .header_search_result .header_search_result_item .search_img_parent {
  max-width: 100px;
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  header .search-field .header_search_result .header_search_result_item .search_img_parent {
    max-width: 70px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .search-field .header_search_result .header_search_result_item .search_img_parent {
    max-width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .search-field .header_search_result .header_search_result_item .search_img_parent {
    max-width: 70px;
  }
}

header .search-field .header_search_result .header_search_result_item .search_img_parent img {
  max-width: 100%;
  height: auto;
}

header .search-field .header_search_result .header_search_result_item .header_search_result_title {
  font-size: 17px;
  line-height: 22px;
  color: #000000;
}

header .search-field input[type=search] {
  width: 100%;
  outline: none;
  background: #FFFFFF;
  border: none;
  border-radius: 15px;
  height: 70px;
  padding-left: 80px;
}

header .search-field input[type=search]::-webkit-input-placeholder {
  color: #C4C4C4;
}

header .search-field input[type=search]:-ms-input-placeholder {
  color: #C4C4C4;
}

header .search-field input[type=search]::-ms-input-placeholder {
  color: #C4C4C4;
}

header .search-field input[type=search]::placeholder {
  color: #C4C4C4;
}

header .search-field input[type="search"]::-webkit-search-decoration,
header .search-field input[type="search"]::-webkit-search-cancel-button,
header .search-field input[type="search"]::-webkit-search-results-button,
header .search-field input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

header .search-field svg {
  position: absolute;
  left: 23px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  header .search-field svg {
    margin-right: 10px;
  }
}

.wd-search-full-screen {
  position: fixed;
  z-index: 400;
  background: #00000080;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  opacity: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0px;
  padding-top: 200px;
}

.wd-search-full-screen.wd-opened {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.wd-search-full-screen .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40.7px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.wd-search-full-screen .wd-close-search {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.wd-search-full-screen .wd-close-search span {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .wd-search-full-screen .wd-close-search span {
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
  }
}

.wd-search-full-screen .wd-close-search span svg {
  fill: transparent;
}

.wd-search-full-screen .wd-close-search span svg rect {
  fill: transparent;
}

.wd-search-full-screen .wd-close-search span svg path {
  stroke: #fff;
}

.wd-search-full-screen .wd-close-search span svg {
  width: 55px;
}

.wd-search-full-screen .searchform {
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  color: #333;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .wd-search-full-screen .searchform {
    padding-right: 60px;
    padding-left: 0px;
  }
}

.wd-search-full-screen .searchform input[type="text"] {
  padding: 0;
  height: 70px;
  border-radius: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.62px;
  text-align: left;
  color: #8E8E8E;
  padding: 20px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #868686;
}

@media (max-width: 991.98px) {
  .wd-search-full-screen .searchform input[type="text"] {
    height: 60px;
    font-size: 20px;
  }
}

.wd-search-full-screen .searchform .searchsubmit {
  display: none;
}

.wd-search-full-screen .search-info-text {
  margin-top: 10px;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
}

.wd-search-full-screen .search-info-text .wd-search-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  background-color: rgba(var(--bgcolor-white-rgb), 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.wd-search-full-screen .search-info-text .wd-search-loader.wd-fill {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.wd-search-full-screen .search-info-text .wd-search-loader.wd-fill:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #0000001f;
  border-left-color: #242424;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-animation: wd-rotate 450ms infinite linear;
          animation: wd-rotate 450ms infinite linear;
}

.search-info-text .healp_search {
  display: none;
}

.search-product-result {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  margin-top: -26px;
  padding-top: 12px;
  border-radius: 0px 0px 15px 15px;
}

.search-product-result .product_item .product-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-product-result .product_item .product-layout .image {
  width: 100px;
}

.search-product-result .product_item .product-layout .image img {
  max-width: 100%;
  height: auto;
}

.search-product-result .product_item .product-layout .info_size {
  display: none;
}

.search-product-result .product_item .product-layout .info {
  padding-left: 20px;
}

.search-product-result .product_item .product-layout .info .title a {
  font-size: 17px;
  font-weight: 400;
  line-height: 21.62px;
  color: #000;
  text-decoration: none;
}

.search-product-result .product_item .product-layout .info .list-unstyled {
  display: none;
}

.mobil_nav #sidebarMenu {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 320px;
  margin-top: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100vh;
  min-height: 450px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  top: 60px;
}

.mobil_nav #sidebarMenu .data {
  min-height: 100%;
  background: #000000;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls {
  border-top: 1px solid #D0D0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .search {
  margin-right: 21px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .profile {
  margin-right: 16px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .compare {
  margin-right: 16px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .bag {
  margin-right: 24px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .lang {
  margin-right: 28px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .controls .communication {
  height: 50px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav ul li {
  padding: 0px;
  border-top: 1px solid #D0D0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav ul li a {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #EA0029;
  padding: 16px 27px;
  width: 100%;
  text-align: left;
}

.mobil_nav input[type="checkbox"]:checked ~ #sidebarMenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobil_nav input[type=checkbox] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.mobil_nav .sidebarIconToggle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 10px;
  left: 20px;
  height: 40px;
  width: 40px;
  z-index: 999;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobil_nav .sidebarIconToggle svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobil_nav .spinner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 3px;
  border-radius: 30px;
  width: 100%;
  background-color: #eb0029;
}

.mobil_nav .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 8px;
  width: 30px;
}

.mobil_nav .diagonal.part-1 {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 36px;
}

.mobil_nav .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 8px;
  width: 20px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle {
  opacity: 1;
  width: 40px;
  height: 40px;
  right: 8px;
  top: 6px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 0px;
  width: 36px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -13px;
  width: 36px;
}

/*header*/
/*footer*/
footer {
  border-top: 2px solid #868686;
  padding: 50px 0px;
  background: #000000;
  margin-top: 120px;
}

@media (max-width: 575.98px) {
  footer {
    padding: 35px 0px;
  }
}

footer .footer_info {
  margin-bottom: 20px;
}

footer .footer_info .info {
  margin-top: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  footer .footer_info .copy_right {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_info .copy_right {
    display: none;
  }
}

footer .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  footer .nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 6%;
}

@media (max-width: 767.98px) {
  footer .footer_nav {
    border-top: 1px solid #868686;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

footer .footer_nav .nav_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #EA0029;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  footer .footer_nav .nav_title {
    font-size: 24px;
    line-height: 31px;
  }
}

footer .footer_nav .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 10px;
}

footer .footer_nav ul {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  footer .footer_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

footer .footer_nav ul li {
  margin-bottom: 5px;
}

footer .footer_nav ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  footer .footer_nav ul li a {
    padding: 0px;
    text-align: left;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_nav ul li a {
    padding: 0px;
    text-align: left;
  }
}

footer .copy_right {
  padding-top: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .lang_footer {
  padding-top: 50px;
}

@media (max-width: 575.98px) {
  footer .lang_footer {
    padding-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .lang_footer {
    padding-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .lang_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: flex;
  }
}

footer .lang_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 575.98px) {
  footer .lang_footer ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .lang_footer ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .lang_footer ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
}

footer .lang_footer ul li {
  margin-left: 50px;
}

@media (max-width: 575.98px) {
  footer .lang_footer ul li {
    margin-left: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .lang_footer ul li {
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .lang_footer ul li {
    margin-left: 0px;
  }
}

footer .lang_footer ul li.active {
  color: #7F7F7F;
}

footer .lang_footer ul li a {
  color: #F8F8F8;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

footer .lang_footer ul li a:hover {
  text-decoration: none;
}

/*footer*/
/*offer*/
.offer .slider-promo {
  margin-bottom: 0 !important;
}

.offer .slide {
  height: 600px;
  position: relative;
}

@media (max-width: 575.98px) {
  .offer .slide {
    height: 500px;
  }
}

.offer .slide .container {
  height: 100%;
}

.offer .slide .container .row {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer .slide .container .row .data .title {
  font-size: 52px;
  line-height: 108.5%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .offer .slide .container .row .data .title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .offer .slide .container .row .data .title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 10px;
  }
}

.offer .slide .container .row .data .title span {
  color: #ea0029;
}

.offer .slide .container .row .data .sub_title {
  font-size: 24px;
  line-height: 108.5%;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .offer .slide .container .row .data .sub_title {
    font-size: 17px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer .slide .container .row .data .sub_title {
    font-size: 17px;
  }
}

.offer .slide .container .row .data .sub_title span {
  color: #ea0029;
}

.offer .slide .container .row .data .link {
  background: #FFFFFF;
  border-radius: 10px;
  width: 289px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575.98px) {
  .offer .slide .container .row .data .link {
    width: 100%;
  }
}

.offer .slide .container .row .data .link a {
  font-size: 17px;
  line-height: 108.5%;
  color: #2E2E2E;
  text-decoration: none;
}

.offer .image {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.offer .image .mobile-img {
  display: none;
}

.offer .image .desktop-img {
  display: block;
}

@media (max-width: 768px) {
  .offer .image .desktop-img {
    display: none;
  }
  .offer .image .mobile-img {
    display: block;
  }
}

.offer .image img {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.offer .image .container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer .image .data {
  padding-left: 110px;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .offer .image .data {
    padding-left: unset;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer .image .data {
    padding-left: unset;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .offer .image .data {
    padding-left: unset;
  }
}

.offer .image .data span {
  font-weight: 700;
}

.offer .slick-dots {
  bottom: 40px;
}

@media (max-width: 767.98px) {
  .offer .slick-dots {
    bottom: 18px;
  }
}

.offer .slick-dots li {
  width: 71px;
  margin: 0 15px;
  height: 3px;
}

.offer .slick-dots li.slick-active {
  width: 71x;
}

.offer .slick-dots li.slick-active button {
  background: #EA0029;
}

.offer .slick-dots li button {
  width: 71px;
  background: #fff;
  height: 3px;
  border-radius: 50px;
  padding: 0;
}

.offer .slick-dots li button::before {
  display: none;
}

/*offer*/
/*guide*/
.guide {
  margin-bottom: 120px;
}

@media (max-width: 767.98px) {
  .guide {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .guide {
    margin-bottom: 30px;
  }
}

.guide .block_title {
  text-align: center;
  margin-bottom: 20px;
}

.guide .block_title .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}

.guide .block_title .sub_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .guide .list .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .guide .list .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.guide .list .item {
  position: relative;
  margin-bottom: 20px;
}

.guide .list .item a {
  text-decoration: none;
  -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.guide .list .item a:hover .title {
  color: #000000;
}

.guide .list .item a:hover .link {
  opacity: 1;
}

.guide .list .item .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guide .list .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  max-height: 500px;
  min-height: 420px;
}

@media (max-width: 575.98px) {
  .guide .list .item .image img {
    min-height: 320px;
    max-height: 320px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .guide .list .item .image img {
    min-height: 320px;
    max-height: 320px;
  }
}

.guide .list .item .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  position: absolute;
  bottom: 88px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.guide .list .item .link {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #FFFFFF;
  background: #000000;
  padding: 10px 24px;
  position: absolute;
  bottom: 43px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*guide*/
.pluses {
  margin-top: 105px;
  margin-bottom: 90px;
}

@media (max-width: 575.98px) {
  .pluses {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pluses {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.pluses .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .pluses .title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pluses .title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}

.pluses .title span {
  color: #EA0029;
}

.pluses .list .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pluses .list .row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #fff;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  width: 240px;
  max-width: 50%;
}

@media (max-width: 575.98px) {
  .pluses .list .row .item {
    margin-bottom: 20px;
    border: none;
  }
}

@media (max-width: 767.98px) {
  .pluses .list .row .item {
    margin-bottom: 20px;
  }
  .pluses .list .row .item:nth-child(even) {
    border: none;
  }
}

@media (min-width: 710px) {
  .pluses .list .row .item:nth-child(3n) {
    border: none;
  }
}

@media (min-width: 980px) {
  .pluses .list .row .item:nth-child(4n) {
    border: none;
  }
  .pluses .list .row .item:nth-child(3n) {
    border-right: 1px solid #fff;
  }
}

@media (min-width: 1399px) {
  .pluses .list .row .item:nth-child(5n) {
    border: none;
  }
  .pluses .list .row .item:nth-child(4n) {
    border-right: 1px solid #fff;
  }
  .pluses .list .row .item:nth-child(3n) {
    border-right: 1px solid #fff;
  }
}

.pluses .list .row .item:last-child {
  border: none;
}

/*top_sellers*/
.top_sellers {
  margin-bottom: 115px;
}

@media (max-width: 575.98px) {
  .top_sellers {
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .top_sellers {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top_sellers {
    margin-bottom: 30px;
  }
}

.top_sellers .block_title {
  text-align: center;
  margin-bottom: 36px;
}

.top_sellers .block_title .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}

.top_sellers .slider-top-seller .slick-list {
  margin: 0px -12px;
}

.top_sellers .slider-top-seller .slick-slide {
  padding: 0px 12px;
}

.product_new_slider {
  margin-top: 120px;
}

@media (max-width: 575.98px) {
  .product_new_slider {
    margin-top: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_new_slider {
    margin-top: 50px;
  }
}

.product_new_slider .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #fff;
  margin-bottom: 12px;
}

@media (max-width: 575.98px) {
  .product_new_slider .title {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_new_slider .title {
    font-size: 24px;
    line-height: 31px;
  }
}

.product_new_slider .title span {
  color: #EA0029;
}

.product_new_slider .slider-popular .slick-arrow {
  background: #171717;
  border-radius: 15px;
  width: 50px;
  height: 60px;
}

.product_new_slider .slider-popular .slick-arrow.slick-prev {
  left: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_new_slider .slider-popular .slick-arrow.slick-prev::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' viewBox='0 0 16 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500015 13.9999C0.500015 14.3196 0.622202 14.6396 0.866264 14.8837L13.3663 27.3837C13.8547 27.8721 14.6456 27.8721 15.1338 27.3837C15.6219 26.8952 15.6222 26.1043 15.1338 25.6162L3.51751 13.9999L15.1338 2.38367C15.6222 1.89523 15.6222 1.10429 15.1338 0.616167C14.6453 0.128042 13.8544 0.127729 13.3663 0.616167L0.866264 13.1162C0.622202 13.3602 0.500015 13.6802 0.500015 13.9999Z' fill='%23F33354'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 16px;
  width: 28px;
  background-position: center;
}

.product_new_slider .slider-popular .slick-arrow.slick-next {
  right: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_new_slider .slider-popular .slick-arrow.slick-next::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' viewBox='0 0 16 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 13.9999C15.5 14.3196 15.3778 14.6396 15.1337 14.8837L2.63371 27.3837C2.14527 27.8721 1.35433 27.8721 0.866206 27.3837C0.378081 26.8952 0.377769 26.1043 0.866206 25.6162L12.4825 13.9999L0.866205 2.38367C0.377767 1.89523 0.377767 1.10429 0.866205 0.616167C1.35464 0.128042 2.14558 0.127729 2.6337 0.616167L15.1337 13.1162C15.3778 13.3602 15.5 13.6802 15.5 13.9999Z' fill='%23EA0029'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 16px;
  width: 28px;
  background-position: center;
}

.product_new_slider .slider-popular .slick-list {
  background: #171717;
  border: 1px solid #868686;
  border-radius: 15px;
}

.product_new_slider .slider-popular .product_list {
  padding: 20px;
  margin: 0;
}

.product_new_slider .slider-popular .product_list .item .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_new_slider .slider-popular .product_list .item .data .title {
  margin-bottom: 10px;
}

.product_new_slider .slider-popular .product_list .item .data .title a {
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #EA0029;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .product_new_slider .slider-popular .product_list .item .data .title a {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_new_slider .slider-popular .product_list .item .data .title a {
    font-size: 24px;
    line-height: 28px;
  }
}

.product_new_slider .slider-popular .product_list .item .data .desc {
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .product_new_slider .slider-popular .product_list .item .data .desc {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_new_slider .slider-popular .product_list .item .data .desc {
    font-size: 15px;
  }
}

.product_new_slider .slider-popular .product_list .item .data .btn_gr {
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 289px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  .product_new_slider .slider-popular .product_list .item .data .btn_gr {
    margin: 0 auto;
  }
}

.product_new_slider .slider-popular .product_list .item .data .btn_gr a {
  font-weight: 400;
  font-size: 17px;
  line-height: 108.5%;
  color: #2E2E2E;
  text-decoration: none;
}

/*top_sellers*/
/*blog*/
.blog .block_title {
  text-align: center;
  margin-bottom: 36px;
}

.blog .block_title .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}

.blog .angry-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .blog .angry-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog .angry-grid {
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.blog .item {
  position: relative;
  max-height: 655px;
}

@media (max-width: 575.98px) {
  .blog .item {
    width: 100%;
    max-height: 320px;
    overflow: hidden;
  }
}

.blog .item .caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog .item .caption .data {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #FFFFFF;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog .item .caption .data {
    top: 12px;
    right: 12px;
  }
}

.blog .item .caption .link {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: #FFFFFF;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog .item .caption .link {
    left: 12px;
    bottom: 12px;
  }
}

.blog .item .caption .title {
  position: absolute;
  left: 24px;
  bottom: 60px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog .item .caption .title {
    left: 12px;
    bottom: 48px;
  }
}

.blog .item img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.blog .item:nth-child(n+3) {
  max-height: 320px;
  height: 100%;
}

.blog #item-0 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-row-end: 3;
  grid-column-end: 5;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog #item-0 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
  }
}

.blog #item-1 {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-row-end: 4;
  grid-column-end: 3;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog #item-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
  }
}

.blog #item-2 {
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-row-end: 4;
  grid-column-end: 4;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog #item-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
  }
}

.blog #item-3 {
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-column: 4;
      grid-column-start: 4;
  grid-row-end: 4;
  grid-column-end: 5;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog #item-3 {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
  }
}

.blog #item-4 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 2;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog #item-4 {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
  }
}

.blog #item-5 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog #item-5 {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
  }
}

/*blog*/
/*product_list*/
.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
}

.product_list .product_item {
  padding: 0px 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .product_list .product_item {
    width: 50%;
  }
  .product_list .product_item:nth-child(odd) {
    padding: 0 5px 0 0;
  }
  .product_list .product_item:nth-child(even) {
    padding: 0 0 0 5px;
  }
}

.product_list .product_item .product-layout {
  padding: 23px 20px;
  position: relative;
  margin-bottom: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  background: #313131;
  border: 1px solid #868686;
  border-radius: 15px;
}

.product_list .product_item .product-layout:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
  .product_list .product_item .product-layout {
    padding: 10px;
  }
}

.product_list .product_item .image {
  height: 167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .product_list .product_item .image {
    height: 140px;
    margin-bottom: 6px;
  }
}

.product_list .product_item .image a {
  height: 167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_list .product_item .image .hoverImg {
  display: none;
  opacity: 0;
}

.product_list .product_item .image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}

.product_list .product_item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.product_list .product_item .info .caption .title {
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  .product_list .product_item .info .caption .title {
    margin-bottom: 5px;
  }
}

.product_list .product_item .info .caption .title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #EA0029;
  background: transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .product_list .product_item .info .caption .title a {
    font-size: 17px;
  }
}

.product_list .product_item .info .caption .description {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.product_list .product_item .info .caption .description ul {
  margin-bottom: 0px;
}

.product_list .product_item .info .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_list .product_item .info .button-group .compare-button a {
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_list .product_item .info .button-group .compare-button a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_list .product_item .info .button-group .compare-button a.added {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_list .product_item .info .button-group button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0px;
  margin-bottom: 8px;
}

.product_list .product_item .info .button-group button:hover svg path, .product_list .product_item .info .button-group button.active svg path {
  stroke: #EA0029;
}

.product_list .product_item .info .button-group button svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_list .product_item .info_size {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_list .product_item .info_size .by_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_list .product_item .info_size .by_product .status {
  display: none;
}

.product_list .product_item .info_size .by_product .price {
  font-size: 20px;
  font-weight: 500;
  line-height: 17px;
}

.product_list .product_item .info_size .by_product .add_to_cart .stock {
  display: none;
}

.product_list .product_item .info_size .stiker {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  height: 37px;
}

.product_list .product_item .info_size .stiker .new {
  background: #EA0029;
  padding: 0px 18px 0px 12px;
}

.product_list .product_item .info_size .stiker .onsale {
  background: #E52836;
  padding: 0px 18px 0px 12px;
}

.product_list .product_item .info_size .stiker .special {
  background: #FF8500;
  padding: 0px 18px 0px 12px;
}

.product_list .product_item .info_size .add_to_cart {
  position: relative;
}

.product_list .product_item .info_size .add_to_cart .quantity {
  display: none;
}

.product_list .product_item .info_size .add_to_cart .single_add_to_cart_button {
  background: #EA0029;
  font-size: 20px;
  font-weight: 500;
  line-height: 17px;
  text-align: left;
  color: #fff;
  border: none;
  width: 107px;
  height: 42px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  padding: 9px 10px 9px 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3306_1267)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5 4.88241C3.5 4.39511 3.89035 4.00006 4.37187 4.00006H5.02952C5.98149 4.00006 6.83674 4.52016 7.29501 5.32359H17.8828C19.6135 5.32359 20.867 6.99399 20.4025 8.68115L20.3073 9.02681C19.8157 10.8125 18.2733 12.0968 16.4471 12.2411L9.26272 12.8084L9.32028 13.0394C9.41797 13.4313 9.76629 13.7059 10.1657 13.7059H17.014C17.4955 13.7059 17.8859 14.101 17.8859 14.5883C17.8859 15.0756 17.4955 15.4706 17.014 15.4706H10.1657C8.96751 15.4706 7.92254 14.6467 7.6295 13.471L5.87491 6.43131C5.77723 6.0394 5.42891 5.76477 5.02952 5.76477H4.37187C3.89035 5.76477 3.5 5.36972 3.5 4.88241ZM8.83275 11.0833L7.83702 7.0883H17.8828C18.4597 7.0883 18.8775 7.6451 18.7227 8.20748L18.6276 8.55314C18.3325 9.62462 17.4071 10.3951 16.3114 10.4816L8.96927 11.0615C8.92253 11.0652 8.87694 11.0726 8.83275 11.0833ZM9.60309 17.6765C9.60309 18.4075 9.01757 19.0001 8.29529 19.0001C7.573 19.0001 6.98748 18.4075 6.98748 17.6765C6.98748 16.9456 7.573 16.353 8.29529 16.353C9.01757 16.353 9.60309 16.9456 9.60309 17.6765ZM18.3218 17.6765C18.3218 18.4075 17.7362 19.0001 17.014 19.0001C16.2917 19.0001 15.7062 18.4075 15.7062 17.6765C15.7062 16.9456 16.2917 16.353 17.014 16.353C17.7362 16.353 18.3218 16.9456 18.3218 17.6765Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3306_1267'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.5 6.10352e-05)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 76px 10px;
  background-size: 24px;
}

@media (max-width: 767.98px) {
  .product_list .product_item .info_size .add_to_cart .single_add_to_cart_button {
    font-size: 0;
    width: 42px;
    background-position: 10px 10px;
  }
}

.product_list .product_item .info_size .add_to_cart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.product_list .product_item .info_size .add_to_cart .added_to_cart {
  display: none;
}

.product_list .product_item .info_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_list .product_item .info_price .price {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.product_list .product_item .info_price .price .old_price {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #222222;
  margin-bottom: -5px;
}

.product_list .product_item .info_price .price .new_price {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  color: #222222;
}

.product_list .product_item .info_price .add_cart button {
  padding: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product_list .product_item .info_price .add_cart .quantity {
  display: none;
}

.product_list .product_item .info_price .add_cart .btn_group .fast_order {
  display: none;
}

.product_list .product_item .info_price .add_cart .btn_group .added_to_cart {
  display: none;
}

.product_list .product_item .info_price .add_cart .btn_group .alt {
  font-size: 0px;
}

.product_list .product_item .info_price .add_cart .btn_group .alt svg g path {
  stroke: #222222;
}

.product_list .product_item .link_more a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #8E8E8E;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*product_list*/
/*catalog*/
.woocommerce_after_shop_loop .woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce_after_shop_loop .woocommerce-pagination ul li {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #313131;
  border-radius: 6px;
  margin: 0px 2.5px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.53px;
  color: #fff;
}

.woocommerce_after_shop_loop .woocommerce-pagination ul li a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.53px;
  color: #fff;
  -webkit-transition: all 0.2ms;
  transition: all 0.2ms;
}

.woocommerce_after_shop_loop .woocommerce-pagination ul li a:hover {
  color: #F33354;
}

.catalog_page {
  padding-top: 10px;
  padding-bottom: 70px;
}

.catalog_page .promo {
  margin-bottom: -17px;
}

@media (max-width: 575.98px) {
  .catalog_page .promo {
    margin-bottom: 6px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .promo {
    margin-bottom: 6px;
  }
}

.catalog_page .title_block .title {
  font-weight: 500;
  font-size: 52px;
  line-height: 66px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 575.98px) {
  .catalog_page .title_block .title {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 575.98px) {
  .catalog_page .title_block .title {
    font-size: 24px;
    line-height: 31px;
  }
}

.catalog_page .title_block .title h1 {
  font-weight: 500;
  font-size: 52px;
  line-height: 66px;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .catalog_page .title_block .title h1 {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 575.98px) {
  .catalog_page .title_block .title h1 {
    font-size: 24px;
    line-height: 31px;
  }
}

.catalog_page .title_block .title .mobile_filter {
  display: none;
}

.catalog_page .title_block .title .mobile_filter.active button {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L21 21' stroke='%23eb0029' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M3 21L21.0001 3' stroke='%23eb0029' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

@media (max-width: 575.98px) {
  .catalog_page .title_block .title .mobile_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .title_block .title .mobile_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .title_block .title .mobile_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.catalog_page .title_block .title .mobile_filter button {
  padding: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 23px;
  height: 23px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 26 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L23 3' stroke='%23eb0029' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M13 14L13 20' stroke='%23eb0029' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M3 3L13 14' stroke='%23eb0029' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M23 3L13 14' stroke='%23eb0029' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.catalog_page .place {
  margin-top: 0px;
}

@media (max-width: 575.98px) {
  .catalog_page .place {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .place {
    display: none;
  }
}

.catalog_page .place .filter_place .list .item a {
  height: 122px;
}

.catalog_page .filter_block {
  padding-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 274px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .catalog_page .filter_block {
    left: 0;
    display: none;
    max-width: 320px;
    position: absolute;
    z-index: 9;
    background: #000000;
    padding: 0px 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .filter_block {
    left: 0;
    display: none;
    max-width: 320px;
    position: absolute;
    z-index: 9;
    background: #000000;
    padding: 0px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .filter_block {
    left: 0;
    display: none;
    max-width: 320px;
    position: absolute;
    z-index: 9;
    background: #000000;
    padding: 0px 20px;
  }
}

.catalog_page .filter_block .yith-wcan-filters {
  background: #000000;
}

.catalog_page .filter_block .yith-wcan-active-filters {
  display: none;
}

.catalog_page .filter_block .filters-container .filter-title {
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 400;
  cursor: pointer;
}

.catalog_page .filter_block .filters-container .filter-title.not-active::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.129 16.5C11.9371 16.5 11.7451 16.4267 11.5987 16.2802L4.0987 8.78024C3.80564 8.48717 3.80564 8.01261 4.0987 7.71974C4.39177 7.42686 4.86633 7.42667 5.1592 7.71974L12.129 14.6895L19.0987 7.71974C19.3918 7.42667 19.8663 7.42667 20.1592 7.71974C20.4521 8.0128 20.4523 8.48736 20.1592 8.78024L12.6592 16.2802C12.5128 16.4267 12.3208 16.5 12.129 16.5Z' fill='%23EA0029'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 25px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.catalog_page .filter_block .filters-container .filter-title::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.129 16.5C11.9371 16.5 11.7451 16.4267 11.5987 16.2802L4.0987 8.78024C3.80564 8.48717 3.80564 8.01261 4.0987 7.71974C4.39177 7.42686 4.86633 7.42667 5.1592 7.71974L12.129 14.6895L19.0987 7.71974C19.3918 7.42667 19.8663 7.42667 20.1592 7.71974C20.4521 8.0128 20.4523 8.48736 20.1592 8.78024L12.6592 16.2802C12.5128 16.4267 12.3208 16.5 12.129 16.5Z' fill='%23EA0029'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 25px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.catalog_page .filter_block .filters-container .yith-wcan-filter {
  border-bottom: 1px solid #868686;
  margin-bottom: 20px;
  position: relative;
}

.catalog_page .filter_block .filters-container .yith-wcan-active-filters .active-filter b {
  display: none;
}

.catalog_page .filter_block .filters-container .filter-content.filter-d-none {
  display: none;
}

.catalog_page .filter_block .filters-container .filter-content .filter-items .filter-item.label {
  text-align: center;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 5px;
  background: transparent !important;
}

.catalog_page .filter_block .filters-container .filter-content .filter-items .filter-item.label:hover {
  background: transparent !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_page .filter_block .filters-container .filter-content .filter-items .filter-item.label.active {
  background: #EA0029 !important;
}

.catalog_page .filter_block .filters-container .filter-content .filter-items .filter-item.label.active a {
  color: #fff;
}

.catalog_page .filter_block .filters-container .filter-content .filter-items .filter-item.label a {
  font-size: 28px;
  border-radius: 2px;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ffffff00), color-stop(25%, #EA0029), color-stop(86%, #EA0029), color-stop(75%, #EA0029)), -webkit-gradient(linear, left top, right top, color-stop(25%, #EA0029), color-stop(25%, #EA0029), color-stop(75%, #EA0029), color-stop(75%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(25%, #EA0029), color-stop(75%, #EA0029), color-stop(75%, #EA0029)), -webkit-gradient(linear, right top, left top, color-stop(25%, #EA0029), color-stop(25%, #EA0029), color-stop(75%, #EA0029), color-stop(75%, #ffffff00));
  background-image: linear-gradient(0deg, #ffffff00 25%, #EA0029 25%, #EA0029 86%, #EA0029 75%), linear-gradient(90deg, #EA0029 25%, #EA0029 25%, #EA0029 75%, transparent 75%), linear-gradient(180deg, transparent 25%, #EA0029 25%, #EA0029 75%, #EA0029 75%), linear-gradient(270deg, #EA0029 25%, #EA0029 25%, #EA0029 75%, #ffffff00 75%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  padding: 0.5em;
  line-height: 1;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
  background-repeat: no-repeat;
  color: #fff;
}

.catalog_page .filter_block .filters-container .filter-content .filter-items .filter-item.label a::before {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(arrowblaupunk.png);
  background-size: 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog_page .filter_block .filters-container .filter-content .filter-items .filter-item.label a::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(arrowblaupunk.png);
  background-size: 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.catalog_page .filter_block .filters-container .filter-content .filter-items .filter-item.label a .term-label {
  font-size: 28px;
}

.catalog_page .filter_block .filters-container .filter-content .checkbox {
  margin-bottom: 20px;
}

.catalog_page .filter_block .filters-container .filter-content .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog_page .filter_block .filters-container .filter-content .checkbox input {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #EA0029;
  cursor: pointer;
}

.catalog_page .filter_block .filters-container .filter-content .checkbox input:checked {
  background: #EA0029;
  border: 1px solid #EA0029;
  background-image: none;
}

.catalog_page .filter_block .filters-container .filter-content .checkbox input:checked::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='2' fill='%23EA0029'/%3E%3Cpath d='M4.5 12.5L9 17L19 6' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  position: absolute;
}

.catalog_page .filter_block .filters-container .filter-content .checkbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF !important;
  padding-left: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0px;
  background: transparent;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item a::after {
  display: none;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item:hover .term-image img {
  -webkit-filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
          filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item.active .term-image img {
  -webkit-filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
          filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item .term-image {
  width: 52px;
  height: 52px;
}

.catalog_page .filter_block .filters-container .filter-content .with-images .filter-item .term-label {
  display: none;
}

.catalog_page .filter_block .filters-container .filter-content .yith-wcan-dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_page .filter_block .filters-container .filter-content .yith-wcan-dropdown.open {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_page .filter_block .filters-container .filter-content .yith-wcan-dropdown .dropdown-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog_page .filter_block .item {
  padding-bottom: 17px;
  padding-right: 6px;
}

.catalog_page .filter_block .item.price {
  padding-right: 24px;
  padding-bottom: 32px;
}

.catalog_page .filter_block .item.price .title {
  margin-bottom: 1px;
}

.catalog_page .filter_block .item .title {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 12px;
}

.catalog_page .filter_block .item .price-field {
  position: relative;
  width: 100%;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
  border-radius: 3px;
}

.catalog_page .filter_block .item .price-field input[type=range] {
  position: absolute;
  width: 100%;
  height: 1px;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.catalog_page .filter_block .item .price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.catalog_page .filter_block .item .price-field input[type=range]:active, .catalog_page .filter_block .item .price-field input[type=range]:focus {
  outline: 0;
}

.catalog_page .filter_block .item .price-field input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: #EA0029;
  border-color: #EA0029;
  color: #EA0029;
  border-radius: 5px;
}

.catalog_page .filter_block .item .price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  margin-top: -8px;
  background-color: #EA0029;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.catalog_page .filter_block .item .price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  margin-top: -8px;
  background-color: #EA0029;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.catalog_page .filter_block .item .price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  margin-top: -8px;
  background-color: #EA0029;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.catalog_page .filter_block .item .price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #7C8285;
  border-radius: 5px;
}

.catalog_page .filter_block .item .price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #7C8285;
  border-radius: 5px;
}

.catalog_page .filter_block .item .price-field input[type=range]::-ms-track {
  /* IE */
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #7C8285;
  border-radius: 5px;
}

.catalog_page .filter_block .item .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog_page .filter_block .item .price-wrap .price-wrap-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog_page .filter_block .item .price-wrap .price-wrap_line {
  width: 22px;
  height: 1px;
  background: #D0D0D0;
}

.catalog_page .filter_block .item .price-wrap #one,
.catalog_page .filter_block .item .price-wrap #two {
  border: 1px solid #EA0029;
  border-radius: 5px;
  margin-right: 2px;
  outline: 0;
  font-size: 16px;
  line-height: 19px;
  color: #323333;
  width: 105px;
  height: 27px;
  padding: 0px 7px;
}

.catalog_page .filter_block .item .price-wrap .price-field input[type=range]:hover::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 0.5px #fff;
          box-shadow: 0 0 0 0.5px #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.catalog_page .filter_block .item .price-wrap .price-field input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 0.5px #fff;
          box-shadow: 0 0 0 0.5px #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.catalog_page .filter_block .item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 6px;
}

.catalog_page .filter_block .item .form-check .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #EA0029;
  cursor: pointer;
}

.catalog_page .filter_block .item .form-check .form-check-input:checked {
  background: #EA0029;
  border: 1px solid #EA0029;
  background-image: none;
}

.catalog_page .filter_block .item .form-check .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 19px;
  color: #525454;
  padding-left: 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.catalog_page .filter_block .size_filter .title {
  margin-bottom: 17px;
}

.catalog_page .filter_block .size_filter .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog_page .filter_block .size_filter .form-check {
  padding-left: 0px;
  margin-bottom: 12px;
  margin-right: 14px;
}

.catalog_page .filter_block .size_filter .form-check .form-check-input {
  display: none;
}

.catalog_page .filter_block .size_filter .form-check .form-check-label {
  padding-left: 0px;
  cursor: pointer;
}

.catalog_page .filter_block .size_filter .form-check .form-check-label svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog_page .filter_block .size_filter .form-check .form-check-input:checked ~ .form-check-label svg path {
  fill: #EA0029;
}

.catalog_page .filter_block .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
  text-align: center;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 5px;
}

.catalog_page .filter_block .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label > a {
  font-size: 28px;
  border-radius: 2px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6433 1.9421C3.14722 1.9421 1.93434 3.15498 1.93434 4.65105V36.6593H0.642578V4.65105C0.642578 2.44155 2.4338 0.65033 4.6433 0.65033H34.1201V1.9421H4.6433Z' fill='%23F43D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.0579 47.349V15.3332H51.3496V47.349C51.3496 49.5585 49.5584 51.3497 47.3489 51.3497H17.8721V50.058H47.3489C48.845 50.058 50.0579 48.8451 50.0579 47.349Z' fill='%23F43D5E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  padding: 0.5em;
  line-height: 1;
  color: #F43D5E;
}

.catalog_page .filter_block .yith-wcan-filters .yith-wcan-filter.label-design .filter-items {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog_page .filter_block .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label > a::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(../img/arrowblaupunk.png);
  background-size: 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.catalog_page .filter_block .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label > a::before {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(../img/arrowblaupunk.png);
  background-size: 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog_page .filter_block .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label {
  display: block;
  font-size: inherit;
}

.catalog_page .filter_block .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover {
  background: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.catalog_page .filter_block .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .term-label,
.catalog_page .filter_block .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .item-count {
  color: unset;
}

.catalog_page .filter_block .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) {
  background-color: #009dde;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: var(--yith-wcan-labels_style_text_active, #fff);
}

.catalog_page .filter_rezult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 17px;
  margin-bottom: 20px;
}

.catalog_page .filter_rezult .filtr_yith .yith-wcan-active-filters {
  margin-bottom: 0px;
}

.catalog_page .filter_rezult .filtr_yith h4 {
  display: none;
}

.catalog_page .filter_rezult .filtr_yith .active-filter {
  margin-right: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog_page .filter_rezult .filtr_yith .active-filter:hover .active-filter-label {
  background: #eb0029;
  color: #FFFFFF;
}

.catalog_page .filter_rezult .filtr_yith .active-filter:hover .active-filter-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.88671 3.50002L6.91991 0.466802C7.0267 0.360011 7.0267 0.186871 6.91991 0.0800932C6.81312 -0.0266841 6.63998 -0.0266977 6.5332 0.0800932L3.49999 3.11331L0.466801 0.0800932C0.36001 -0.0266977 0.18687 -0.0266977 0.080093 0.0800932C-0.026684 0.186884 -0.0266977 0.360025 0.080093 0.466802L3.11329 3.5L0.080093 6.53322C-0.0266977 6.64001 -0.0266977 6.81315 0.080093 6.91992C0.133482 6.97331 0.203468 7 0.273454 7C0.34344 7 0.413412 6.97331 0.466815 6.91992L3.49999 3.88672L6.53319 6.91992C6.58657 6.97331 6.65656 7 6.72655 7C6.79653 7 6.8665 6.97331 6.91991 6.91992C7.0267 6.81313 7.0267 6.63999 6.91991 6.53322L3.88671 3.50002Z' fill='%23FFFFFF'%3E%3C/path%3E%3C/svg%3E");
}

.catalog_page .filter_rezult .filtr_yith .active-filter b {
  display: none;
}

.catalog_page .filter_rezult .filtr_yith .active-filter .active-filter-label {
  padding: 0px 16px 0px 8px;
  font-size: 14px;
  line-height: 16px;
  color: #525454;
  border: 1px solid #EA0029;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.catalog_page .filter_rezult .filtr_yith .active-filter .active-filter-label::after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.88671 3.50002L6.91991 0.466802C7.0267 0.360011 7.0267 0.186871 6.91991 0.0800932C6.81312 -0.0266841 6.63998 -0.0266977 6.5332 0.0800932L3.49999 3.11331L0.466801 0.0800932C0.36001 -0.0266977 0.18687 -0.0266977 0.080093 0.0800932C-0.026684 0.186884 -0.0266977 0.360025 0.080093 0.466802L3.11329 3.5L0.080093 6.53322C-0.0266977 6.64001 -0.0266977 6.81315 0.080093 6.91992C0.133482 6.97331 0.203468 7 0.273454 7C0.34344 7 0.413412 6.97331 0.466815 6.91992L3.49999 3.88672L6.53319 6.91992C6.58657 6.97331 6.65656 7 6.72655 7C6.79653 7 6.8665 6.97331 6.91991 6.91992C7.0267 6.81313 7.0267 6.63999 6.91991 6.53322L3.88671 3.50002Z' fill='%23525454'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: '';
  background-color: transparent;
  width: 10px;
  height: 10px;
  top: 5px;
  right: 4px;
}

.catalog_page .filter_rezult .filter_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog_page .filter_rezult .filter_info .quantity {
  font-size: 16px;
  line-height: 19px;
  color: #525454;
  margin-bottom: 10px;
}

.catalog_page .filter_rezult .filter_info .filter_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog_page .filter_rezult .filter_info .filter_button .clear {
  margin-right: 4px;
  height: 24px;
  width: 65px;
}

.catalog_page .filter_rezult .filter_info .filter_button .clear button {
  background: #eb0029;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  height: 100%;
  width: 100%;
  padding: 0px 7px 0px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog_page .filter_rezult .filter_info .filter_button .item {
  margin-right: 4px;
  height: 24px;
}

.catalog_page .filter_rezult .filter_info .filter_button .item button {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  color: #525454;
  border: 1px solid #EA0029;
  border-radius: 3px;
  height: 100%;
  padding: 0px 7px 0px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog_page .filter_rezult .filter_info .filter_button .item button svg {
  margin-left: 4px;
}

.catalog_page .filter_rezult .sort {
  margin-bottom: 5px;
  z-index: 4;
}

@media (max-width: 575.98px) {
  .catalog_page .filter_rezult .sort {
    display: none;
  }
}

.catalog_page .filter_rezult .sort .scrollableList {
  color: #666;
  width: 140px;
  height: 24px;
  float: left;
  display: none;
  padding: 5px;
  background: #EA0029;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.catalog_page .filter_rezult .sort .scrollableList::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  top: 8px;
  right: 7px;
}

.catalog_page .filter_rezult .sort .scrollableList .selectedOption {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.catalog_page .filter_rezult .sort .scrollableList ul {
  padding: 3px 0px 3px 0px;
  margin: 0;
  margin-left: -5px;
  position: absolute;
  width: 140px;
  background: #FAFAFA;
  margin-top: 5px;
  border: 1px solid #DEDEDE;
}

.catalog_page .filter_rezult .sort .scrollableList ul li {
  list-style: none;
  cursor: pointer;
  margin-left: 14px;
  line-height: 25px;
  font-size: 14px;
  line-height: 16px;
}

.catalog_page .filter_rezult .sort h4 {
  display: none;
}

.catalog_page .filter_rezult .sort select {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #EA0029;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  width: 132px;
  height: 24px;
  padding: 0px 8px;
  cursor: pointer;
}

.catalog_page .product_list .product_item .product-layout .link_more a {
  font-size: 17px;
  line-height: 22px;
  color: #8E8E8E;
}

.catalog_page .product_list .product_item .info .caption .description {
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
}

.catalog_page .product_list .product_item .info .caption .description li {
  margin-bottom: 5px;
}

.catalog_page .product_list .product_item .info .button-group {
  display: none;
}

/*catalog*/
/*history*/
.history {
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  .history {
    margin-top: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .history {
    margin-top: 30px;
  }
}

.history .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .history .title_block .title {
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .history .title_block .title {
    text-align: center;
  }
}

.history .title_block .title h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .history .title_block .title h1 {
    font-size: 24px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .history .title_block .title h1 {
    font-size: 24px;
  }
}

.history .title_block .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

@media (max-width: 575.98px) {
  .history .title_block .description {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .history .title_block .description {
    margin-bottom: 30px;
  }
}

.history .image_block {
  max-height: 360px;
  min-height: 280px;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .history .image_block {
    max-height: 280px;
  }
}

.history .image_block img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.history .time_laps {
  margin-top: 140px;
}

@media (max-width: 575.98px) {
  .history .time_laps {
    margin-top: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .history .time_laps {
    margin-top: 40px;
  }
}

.history .time_laps .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.history .time_laps .item:nth-child(2n) {
  margin-left: auto;
}

.history .time_laps .item {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .history .time_laps .item {
    margin-bottom: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .history .time_laps .item {
    margin-bottom: 40px;
  }
}

.history .time_laps .item .year {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 35px;
}

@media (max-width: 575.98px) {
  .history .time_laps .item .year {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .history .time_laps .item .year {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.history .time_laps .item .info {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

@media (max-width: 575.98px) {
  .history .time_laps .item .info {
    font-size: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .history .time_laps .item .info {
    font-size: 18px;
  }
}

/*history*/
/*guarantee*/
.guarantee {
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  .guarantee {
    margin-top: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .guarantee {
    margin-top: 30px;
  }
}

.guarantee .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .guarantee .title_block .title {
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .guarantee .title_block .title {
    text-align: center;
  }
}

.guarantee .title_block .title h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .guarantee .title_block .title h1 {
    font-size: 24px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .guarantee .title_block .title h1 {
    font-size: 24px;
  }
}

.guarantee .title_block .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

@media (max-width: 575.98px) {
  .guarantee .title_block .description {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .guarantee .title_block .description {
    margin-bottom: 30px;
  }
}

.guarantee .image_block {
  max-height: 360px;
  min-height: 280px;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .guarantee .image_block {
    max-height: 280px;
  }
}

.guarantee .image_block img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

/*guarantee*/
/*about*/
.block_info_about {
  padding: 0px 0px;
}

@media (max-width: 575.98px) {
  .block_info_about {
    padding: 0px 0px;
  }
}

.block_info_about .block_title_desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0px;
}

.block_info_about .desc {
  margin-top: 50px;
}

.block_info_about .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .block_info_about .title {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .block_info_about .title {
    font-size: 24px;
    line-height: 31px;
  }
}

.block_info_about .title span {
  color: #EA0029;
}

.block_info_about .sub_title {
  font-weight: 700;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .block_info_about .sub_title {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .block_info_about .sub_title {
    font-size: 15px;
  }
}

.block_info_about .data {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .block_info_about .data {
    font-size: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .block_info_about .data {
    font-size: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.block_info_about .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block_info_about .image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.about {
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  .about {
    margin-top: 30px;
  }
}

.about .info .title_block {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .about .info .title_block {
    margin-bottom: 30px;
  }
}

.about .info .title_block .title {
  text-align: center;
}

.about .info .title_block .title h1 {
  font-weight: 500;
  font-size: 52px;
  line-height: 66px;
  color: #FFFFFF;
  text-align: left;
}

@media (max-width: 575.98px) {
  .about .info .title_block .title h1 {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 575.98px) {
  .about .info .title_block .title h1 {
    font-size: 24px;
    line-height: 31px;
  }
}

.about .stores {
  margin-top: 120px;
}

.about .stores .block_title {
  text-align: center;
}

.about .stores .block_title .title {
  font-weight: 400;
  font-size: 35px;
  line-height: 84.2%;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.about .stores .block_title .sub_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  max-width: 534px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.about .stores .map {
  background: #1A171B;
  padding: 50px 0px;
}

.about .stores .map .logo {
  margin-bottom: 40px;
}

.about .stores .map .logo img {
  max-width: 190px;
}

.about .stores .map .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #9F9F9F;
  max-width: 340px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.about .stores .map .list {
  margin-top: 48px;
  max-width: 340px;
}

.about .stores .map .list .item {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 17px;
}

.about .stores .map .list .item svg {
  margin-right: 12px;
}

@media (max-width: 575.98px) {
  .about .stores .map .image_map {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about .stores .map .image_map {
    display: none;
  }
}

/*about*/
/*product_page*/
.product_page .product_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #171717;
  border: 1px solid #868686;
  border-radius: 15px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 85px;
}

@media (max-width: 575.98px) {
  .product_page .product_tabs {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .product_tabs {
    display: none;
  }
}

.product_page .product_tabs li a {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  padding: 8px 0px;
  border-bottom: 3px solid #ffffff00;
}

@media screen and (max-width: 360px) {
  .product_page .product_tabs li a {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .product_page .product_tabs li a {
    padding: 13px 0px;
  }
}

.product_page .product_tabs li a:hover {
  border: none;
  border-radius: 2px;
  border-bottom: 3px solid #EB0029;
}

.product_page .breadcrumb {
  margin-top: 10px;
}

.product_page .image_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .product_page .image_product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product_page .image_product .btn-juliet {
  background: transparent;
  width: 100%;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none !important;
}

@media (max-width: 575.98px) {
  .product_page .image_product .btn-juliet {
    position: absolute;
    top: 50%;
    padding: 0px;
    z-index: 10;
    font-size: 0;
    width: 20px;
    height: 12px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .product_page .image_product .btn-juliet#prev {
    left: -20px;
  }
  .product_page .image_product .btn-juliet#next {
    right: -20px;
  }
}

.product_page .image_product .btn-juliet:hover svg path {
  stroke: #EB0029;
}

.product_page .image_product .slider-product {
  width: 440px;
  margin-left: 36px;
}

@media (max-width: 575.98px) {
  .product_page .image_product .slider-product {
    width: 100%;
    margin-left: unset;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .image_product .slider-product {
    margin-left: unset;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .image_product .slider-product {
    width: 400px;
    margin-left: unset;
    margin-left: 10px;
  }
}

.product_page .image_product .slider-product .image {
  height: 285px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_page .image_product .slider-product .image img {
  max-height: 285px;
  margin: 0 auto;
}

.product_page .image_product .slider-product-nav {
  width: 91px;
}

@media (max-width: 575.98px) {
  .product_page .image_product .slider-product-nav {
    width: 85%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}

.product_page .image_product .slider-product-nav .slick-slide {
  opacity: 0.6;
}

.product_page .image_product .slider-product-nav .slick-slide.slick-current {
  opacity: 1;
}

.product_page .image_product .slider-product-nav .image {
  margin: 7px 0px;
}

@media (max-width: 575.98px) {
  .product_page .image_product .slider-product-nav .image {
    height: 86px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 91px;
    margin: 0 auto;
  }
}

.product_page .image_product .slider-product-nav .image img {
  max-height: 59px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .product_page .image_product .slider-product-nav .image img {
    max-height: 86px;
  }
}

@media (max-width: 767.98px) {
  .product_page .info_product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (100%)[1];
        grid-template-columns: repeat(1, 100%);
    -ms-grid-rows: (auto)[5];
        grid-template-rows: repeat(5, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

.product_page .info_product .info_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_page .info_product .button-group {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_page .info_product .button-group .compare-button a {
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 18px;
  width: 18px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%234D4D4F' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_page .info_product .button-group .compare-button a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_page .info_product .button-group .compare-button a.added {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62132 1L1.25977 5.40395L5.62132 9.80791' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1.25977 5.40381H18.1983' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.6367 20.0979L18.9983 15.694L14.6367 11.29' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M18.9991 15.6938H2.06055' stroke='%23EA0029' stroke-width='1.4514' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.product_page .info_product .button-group button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0px;
  margin-right: 18px;
}

.product_page .info_product .button-group button:hover svg path, .product_page .info_product .button-group button.active svg path {
  stroke: #EB0029;
}

.product_page .info_product .button-group button svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_page .info_product .stiker {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  width: auto;
}

.product_page .info_product .stiker .new {
  background: #EB0029;
  padding: 0px 18px 0px 12px;
}

.product_page .info_product .stiker .onsale {
  background: #E52836;
  padding: 0px 18px 0px 12px;
}

.product_page .info_product .stiker .special {
  background: #FF8500;
  padding: 0px 18px 0px 12px;
}

.product_page .title_product {
  font-size: 32px;
  line-height: 41px;
  color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .product_page .title_product {
    font-size: 28px;
    line-height: 33px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
}

.product_page .title_product h1 {
  font-size: 32px;
  line-height: 41px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

@media (max-width: 575.98px) {
  .product_page .title_product h1 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (max-width: 767.98px) {
  .product_page .mobile_image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
}

.product_page .option_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .product_page .option_product {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
}

.product_page .option_product .form-check {
  padding-left: 0px;
  margin-bottom: 12px;
  margin-right: 14px;
}

.product_page .option_product .form-check .form-check-input {
  display: none;
}

.product_page .option_product .form-check .form-check-label {
  padding-left: 0px;
  cursor: pointer;
}

.product_page .option_product .form-check .form-check-label svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_page .option_product .form-check .form-check-input:checked ~ .form-check-label svg path {
  fill: #222222;
}

.product_page .short_desc {
  font-size: 16px;
  line-height: 22px;
  color: #525454;
  padding-bottom: 45px;
}

@media (max-width: 575.98px) {
  .product_page .short_desc {
    border: none;
    padding-bottom: 20px;
  }
}

.product_page .short_desc ul {
  margin-bottom: 0px;
}

.product_page .short_desc ul li {
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
}

.product_page .by_product {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575.98px) {
  .product_page .by_product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
}

.product_page .by_product .price {
  font-weight: 500;
  font-size: 46px;
  line-height: 54px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_page .by_product .price del {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #222222;
}

.product_page .by_product .price ins {
  text-decoration: none;
}

.product_page .by_product .status {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.product_page .by_product .add_to_cart {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .product_page .by_product .add_to_cart {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.product_page .by_product .add_to_cart .stock.in-stock {
  display: none;
}

.product_page .by_product .add_to_cart .quantity {
  display: none;
}

.product_page .by_product .add_to_cart button {
  font-size: 17px;
  line-height: 108.5%;
  color: #000;
  background: #fff;
  border-radius: 10px;
  width: 289px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product_page .by_product .add_to_cart .btn_group .alt {
  background: #EB0029;
  border-radius: 5px;
  width: 290px;
  height: 58px;
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  color: #FFFFFF;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 12px;
}

@media (max-width: 575.98px) {
  .product_page .by_product .add_to_cart .btn_group .alt {
    width: 100%;
  }
}

.product_page .by_product .add_to_cart .btn_group .fast_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}

.product_page .by_product .add_to_cart .btn_group .fast_order button {
  background: #F1F0F0;
  border-radius: 5px;
  max-width: 152px;
  width: 100%;
  height: 33px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #525454;
  max-width: calc(50% - 4px);
}

.product_page .description_product {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.product_page .description_product .block_head .data {
  padding-top: 50px;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  text-align: center;
  max-width: 824px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.product_page .description_product .description_block {
  position: relative;
}

@media (max-width: 767.98px) {
  .product_page .description_product .description_block {
    height: 310px;
  }
}

.product_page .description_product .description_block .background {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

.product_page .description_product .description_block .background img {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_page .description_product .description_block.right .background {
  margin: 0 auto;
  max-width: 1920px;
}

.product_page .description_product .description_block.right .background img {
  width: 100%;
}

.product_page .description_product .description_block.right .container {
  position: absolute;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.product_page .description_product .description_block.right .pos {
  margin-left: auto;
}

.product_page .description_product .description_block.right .pos .data {
  padding: 40px;
}

@media (max-width: 767.98px) {
  .product_page .description_product .description_block.right .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block.right .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block.right .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

.product_page .description_product .description_block.left .background {
  margin: 0 auto;
  max-width: 1920px;
}

.product_page .description_product .description_block.left .background img {
  width: 100%;
}

.product_page .description_product .description_block.left .container {
  position: absolute;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.product_page .description_product .description_block.left .pos {
  margin-right: auto;
}

.product_page .description_product .description_block.left .pos .data {
  padding: 40px;
}

@media (max-width: 767.98px) {
  .product_page .description_product .description_block.left .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block.left .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block.left .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

.product_page .description_product .description_block.botton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (max-width: 767.98px) {
  .product_page .description_product .description_block.botton {
    height: auto;
  }
}

.product_page .description_product .description_block.botton .pos {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.product_page .description_product .description_block.botton .background {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  height: auto;
}

.product_page .description_product .description_block.botton .background img {
  width: 100%;
  position: relative;
}

.product_page .description_product .description_block.botton .container {
  margin: 0 auto;
  position: relative;
}

.product_page .description_product .description_block.botton .pos {
  margin-left: auto;
}

.product_page .description_product .description_block.botton .pos .data {
  padding: 40px;
}

@media (max-width: 767.98px) {
  .product_page .description_product .description_block.botton .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .description_product .description_block.botton .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_page .description_product .description_block.botton .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

.product_page .description_product .description_block.top .pos {
  width: 100%;
  text-align: center;
}

.product_page .description_product .description_block .data .title {
  font-size: 48px;
  line-height: 120%;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .product_page .description_product .description_block .data .title {
    font-size: 20px;
  }
}

.product_page .description_product .description_block .data .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #222222;
}

@media (max-width: 767.98px) {
  .product_page .description_product .description_block .data .desc {
    font-size: 17px;
  }
}

.product_page .atributes_block {
  overflow: hidden;
}

.product_page .atributes_block .block_head {
  text-align: center;
  font-size: 32px;
  line-height: 41px;
  color: #FFFFFF;
  margin-bottom: 30px;
  margin-top: 120px;
}

@media (max-width: 767.98px) {
  .product_page .atributes_block .block_head {
    font-size: 24px;
    line-height: 28px;
  }
}

.product_page .atributes_block .attributes_tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  margin-bottom: 30px;
}

.product_page .atributes_block .attributes_tabs li {
  margin: 0px 40px;
}

@media (max-width: 767.98px) {
  .product_page .atributes_block .attributes_tabs li {
    margin: 0px;
  }
}

.product_page .atributes_block .attributes_tabs li button {
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  border: none;
  padding: 13px 32px;
  padding-top: 0px;
}

.product_page .atributes_block .attributes_tabs li button.active {
  border: none;
  border-radius: 0px;
  border-bottom: 3px solid #EB0029;
  padding-top: 0px;
  color: #EB0029;
  background: transparent;
}

.product_page .atributes_block #allattributes .attributes_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_page .atributes_block #allattributes .attributes_group.hidden {
  display: none;
}

.product_page .atributes_block #allattributes .click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.product_page .atributes_block #allattributes .group_value {
  height: 75px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 75px;
}

@media (max-width: 767.98px) {
  .product_page .atributes_block #allattributes .group_value {
    height: 110px;
    max-height: 110px;
    font-size: 14px;
  }
}

.product_page .atributes_block #allattributes .group_value.all {
  max-height: 300px;
  height: 100%;
}

@media (max-width: 767.98px) {
  .product_page .atributes_block #allattributes .group_value.all {
    max-height: 660px;
  }
}

.product_page .atributes_block #allattributes .group_value.all .click {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product_page .atributes_block #allattributes .group_value .group_value_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_page .atributes_block .attributes_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #868686;
  margin-bottom: 33px;
  padding-top: 20px;
  position: relative;
}

@media (max-width: 767.98px) {
  .product_page .atributes_block .attributes_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .atributes_block .attributes_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product_page .atributes_block .attributes_group.hidden {
  display: none;
}

.product_page .atributes_block .group_nane {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #8E8E8E;
  width: 40%;
}

@media (max-width: 767.98px) {
  .product_page .atributes_block .group_nane {
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .atributes_block .group_nane {
    width: 100%;
    margin-bottom: 10px;
  }
}

.product_page .atributes_block .group_value {
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  width: 60%;
}

@media (max-width: 767.98px) {
  .product_page .atributes_block .group_value {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .atributes_block .group_value {
    width: 100%;
  }
}

.product_page .atributes_block .group_value .group_value_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  .product_page .atributes_block .group_value .group_value_one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px;
  }
}

.product_page .atributes_block .group_value .group_value_one.hidden {
  display: none;
}

.product_page .atributes_block .group_value .group_value_one .attribute_lable {
  min-width: 324px;
}

.product_page .instruction {
  width: 100%;
  margin-bottom: 70px;
}

.product_page .instruction .video {
  height: 600px;
  max-height: 80vh;
  width: 100%;
}

.product_page .instruction .video a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.product_page .instruction .video a img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.product_page .instruction .video .yt {
  width: 68px;
  height: 48px;
  margin: 0 auto;
  background: #EB0029;
  position: absolute;
  border-radius: 15px 15px 15px 15px / 45px 45px 45px 45px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.product_page .instruction .video .yt:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -10px;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.product_page .instruction .video:hover .yt {
  background: #f00;
}

.product_page .instruction .instruction_text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .product_page .instruction .instruction_text {
    font-size: 15px;
    margin-bottom: 19px;
    margin-top: 32px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .instruction .instruction_text {
    font-size: 15px;
    margin-bottom: 19px;
    margin-top: 32px;
  }
}

.product_page .instruction .link_instruction {
  width: 370px;
  height: 69px;
  background: #EB0029;
  border-radius: 5px;
  font-weight: 400;
  font-size: 19px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.product_page .instruction .link_instruction svg {
  margin-left: 8px;
  width: 33px;
  height: 33px;
}

@media (max-width: 767.98px) {
  .product_page .instruction .link_instruction {
    font-size: 14px;
    width: 86%;
    height: 50px;
  }
}

.product_page .related_product {
  display: none;
}

.product_page .related_product .title_block {
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  color: #ffff;
  text-align: center;
  margin-bottom: 37px;
}

@media (max-width: 767.98px) {
  .product_page .related_product .title_block {
    font-size: 24px;
    line-height: 28px;
  }
}

.product_page .related_product .product_list {
  margin: 0px -2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_page .related_product .product_list .product_item {
  padding-bottom: 20px;
}

.product_page .related_product .product_list .product_item .info .button-group {
  display: none;
}

/*product_page*/
/*front_page*/
.promo {
  margin-bottom: 74px;
}

@media (max-width: 575.98px) {
  .promo {
    margin-bottom: 6px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .promo {
    margin-bottom: 6px;
  }
}

.promo .slick-slide img {
  display: block;
  margin: 0 auto;
  min-height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575.98px) {
  .promo .slick-slide img {
    min-height: 120px;
  }
}

.promo .slick-dots {
  bottom: 5px;
}

.promo .slick-dots li {
  width: 35px;
}

.promo .slick-dots li.slick-active {
  width: 44px;
}

.promo .slick-dots li.slick-active button::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='6' viewBox='0 0 41 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L38 3' stroke='%23eb0029' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 44px;
  opacity: 1;
}

.promo .slick-dots li button::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='6' viewBox='0 0 26 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3H23' stroke='white' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 35px;
  opacity: 1;
}

.front_page .slide a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.front_page .slide:nth-child(2) {
  display: none;
}

.front_page .category {
  margin-bottom: 120px;
}

@media (max-width: 767.98px) {
  .front_page .category {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .front_page .category {
    margin-bottom: 80px;
  }
}

.front_page .category .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40.7px;
  text-align: left;
  margin-bottom: 30px;
}

.front_page .category .title span {
  color: #EA0029;
}

.front_page .category .item {
  margin-bottom: 20px;
}

.front_page .description_product {
  position: relative;
}

.front_page .description_product .block_head {
  border-top: 1px solid #D0D0D0;
}

@media (max-width: 575.98px) {
  .front_page .description_product .block_head {
    border: none;
  }
}

.front_page .description_product .block_head .data {
  padding-top: 64px;
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  color: #222222;
  max-width: 824px;
  margin: 0 auto;
  margin-bottom: 58px;
}

@media (max-width: 575.98px) {
  .front_page .description_product .block_head .data {
    font-size: 24px;
    line-height: 28px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .description_product .block_head .data {
    font-size: 24px;
    line-height: 28px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .description_product .block_head .data {
    font-size: 24px;
    line-height: 28px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.front_page .description_product .description_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  height: 400px;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block {
    margin-bottom: 20px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .description_product .description_block {
    margin-bottom: 20px;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block .background {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .front_page .description_product .description_block .background {
    margin-bottom: 20px !important;
  }
}

.front_page .description_product .description_block.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.front_page .description_product .description_block.right .background-image {
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.right .background-image {
    padding: 0;
  }
}

.front_page .description_product .description_block.right .data {
  padding-left: 10%;
  border-left: 10px solid #000;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.right .data {
    border: 0;
    padding: 20px 10px !important;
  }
}

.front_page .description_product .description_block.right .data::after {
  content: '';
  background: #313131;
  position: absolute;
  right: 0;
  width: 50%;
  height: 400px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.right .data::after {
    display: none;
  }
}

.front_page .description_product .description_block.right .background {
  margin: 0 auto;
  max-width: 1920px;
}

.front_page .description_product .description_block.right .background img {
  width: 100%;
}

.front_page .description_product .description_block.right .container {
  position: absolute;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.right .container {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .front_page .description_product .description_block.right .container {
    position: relative;
  }
}

.front_page .description_product .description_block.right .pos {
  margin-left: auto;
}

.front_page .description_product .description_block.right .pos .data {
  padding: 40px;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.right .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .front_page .description_product .description_block.right .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.front_page .description_product .description_block.left .background-image {
  padding-left: 10px;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.left .background-image {
    padding: 0;
  }
}

.front_page .description_product .description_block.left .data {
  border-right: 10px solid #000;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.left .data {
    border: 0;
  }
}

.front_page .description_product .description_block.left .data::after {
  content: '';
  background: #313131;
  position: absolute;
  left: 0;
  width: 50%;
  height: 400px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.left .data::after {
    display: none;
  }
}

.front_page .description_product .description_block.left .background {
  margin: 0 auto;
  max-width: 1920px;
}

.front_page .description_product .description_block.left .background img {
  width: 100%;
}

.front_page .description_product .description_block.left .container {
  position: absolute;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.left .container {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .front_page .description_product .description_block.left .container {
    position: relative;
  }
}

.front_page .description_product .description_block.left .pos {
  margin-right: auto;
}

.front_page .description_product .description_block.left .pos .data {
  padding: 40px;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block.left .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .front_page .description_product .description_block.left .pos .data {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

.front_page .description_product .description_block.botton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.front_page .description_product .description_block.botton .pos {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.front_page .description_product .description_block.top .pos {
  width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block {
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .description_product .description_block {
    margin-bottom: 20px;
  }
}

.front_page .description_product .description_block .background-image {
  width: 41.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block .background-image {
    width: 100%;
  }
}

.front_page .description_product .description_block .data {
  width: 58.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block .data {
    width: 100%;
    border-radius: 0px, 0px, 20px, 20px;
    padding: 20px 10px;
  }
}

.front_page .description_product .description_block .data .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 50.4px;
  margin-bottom: 15px;
  color: #000000;
}

@media (max-width: 575.98px) {
  .front_page .description_product .description_block .data .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
  }
}

.front_page .description_product .description_block .data .desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block .data .desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
  }
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block .data .desc span {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}

.front_page .description_product .description_block .data .btn_gr {
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 289px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  .front_page .description_product .description_block .data .btn_gr {
    margin: 0 auto;
  }
}

.front_page .description_product .description_block .data .btn_gr a {
  font-weight: 400;
  font-size: 17px;
  line-height: 108.5%;
  color: #2E2E2E;
  text-decoration: none;
}

.front_page .result .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-top: 1px solid #D0D0D0;
  margin-top: 80px;
  padding-top: 52px;
  margin-bottom: 34px;
}

@media (max-width: 575.98px) {
  .front_page .result .nav {
    margin-top: 26px;
    padding-top: 22px;
    margin-bottom: 22px;
  }
}

.front_page .result .nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front_page .result .nav .nav-item:first-child:after {
  content: '•';
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #525454;
}

@media (max-width: 575.98px) {
  .front_page .result .nav .nav-item:first-child:after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .result .nav .nav-item:first-child:after {
    display: none;
  }
}

.front_page .result .nav .nav-item .nav-link {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #525454;
  border: none;
}

@media (max-width: 575.98px) {
  .front_page .result .nav .nav-item .nav-link {
    font-size: 28px;
    line-height: 33px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

.front_page .result .nav .nav-item .nav-link.active {
  font-weight: 500;
  color: #eb0029;
}

.front_page .result .tab-content {
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 62px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content {
    padding-bottom: 36px;
  }
}

.front_page .result .tab-content .product_list {
  margin: 0px -2px;
}

.front_page .result .tab-content .product_list .product_item {
  padding-bottom: 20px;
  width: 100%;
}

.front_page .result .tab-content .product_list .product_item .info .button-group {
  display: none;
}

.front_page .result .tab-content .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.front_page .result .tab-content .item .image img {
  max-width: 494px;
  max-height: 473px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .item .image img {
    max-width: 248px;
  }
}

.front_page .result .tab-content .data {
  margin-top: 66px;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data {
    margin: 0 auto;
    max-width: 260px;
    margin-top: 29px;
  }
}

.front_page .result .tab-content .data .title a {
  font-weight: bold;
  font-size: 45px;
  line-height: 53px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 26px;
  text-decoration: none;
  display: block;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .title a {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 10px;
  }
}

.front_page .result .tab-content .data .title a .model {
  font-weight: 400;
}

.front_page .result .tab-content .data .desc {
  margin-bottom: 33px;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .desc {
    margin-bottom: 10px;
  }
}

.front_page .result .tab-content .data .desc ul {
  padding-left: 28px;
  list-style: initial;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .desc ul {
    padding-left: 22px;
  }
}

.front_page .result .tab-content .data .desc ul li {
  font-size: 18px;
  line-height: 21px;
  color: #222222;
  margin-bottom: 8px;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .desc ul li {
    font-size: 14px;
    line-height: 16px;
  }
}

.front_page .result .tab-content .data .btn_gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .result .tab-content .data .btn_gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .btn_gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.front_page .result .tab-content .data .btn_gr a {
  width: 251px;
  height: 62px;
  background: #eb0029;
  border-radius: 5px;
  font-size: 24px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 25px;
  border: none;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .result .tab-content .data .btn_gr a {
    margin-top: 10px;
  }
}

.front_page .result .tab-content .data .btn_gr .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .btn_gr .option {
    margin-top: 20px;
  }
}

.front_page .result .tab-content .data .btn_gr .option .item {
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .btn_gr .option .item {
    margin-right: 17px;
  }
}

.front_page .result .tab-content .data .btn_gr .option .item:last-child {
  margin-right: 0px;
}

@media (max-width: 575.98px) {
  .front_page .result .tab-content .data .btn_gr .option .item svg {
    width: 50px;
    height: 50px;
  }
}

/*front_page*/
/*contact_page*/
.contact_page {
  padding-top: 40px;
}

.contact_page .page_head .title {
  font-weight: 500;
  font-size: 52px;
  line-height: 66px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .contact_page .page_head .title {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 575.98px) {
  .contact_page .page_head .title {
    font-size: 24px;
    line-height: 31px;
  }
}

.contact_page .page_content .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_page .page_content .info_contact .sub_title {
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .info_contact .sub_title {
    font-size: 16px;
  }
}

.contact_page .page_content .info_contact .phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  margin-bottom: 30px;
}

.contact_page .page_content .info_contact .mail {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  margin-bottom: 30px;
}

.contact_page .page_content .info_contact .social {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}

.contact_page .page_content .info_contact .social svg {
  margin-right: 16px;
}

.contact_page .page_content .info_contact .social li {
  margin-bottom: 10px;
}

.contact_page .page_content .info_contact .illustration {
  margin-left: auto;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .info_contact .illustration {
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .page_content .info_contact .illustration {
    margin: 0 auto;
  }
}

.contact_page .page_content .info_contact .illustration svg {
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .info_contact .illustration svg {
    width: 208px;
    height: 193px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .page_content .info_contact .illustration svg {
    width: 208px;
    height: 193px;
  }
}

.contact_page .page_content .info_contact .title {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #8E8E8E;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .info_contact .title {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .page_content .info_contact .title {
    font-size: 16px;
  }
}

.contact_page .page_content .info_contact a {
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .info_contact a {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .page_content .info_contact a {
    font-size: 14px;
  }
}

.contact_page .page_content .contact_form .form {
  max-width: 458px;
  border: 1px solid #D0D0D0;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-left: auto;
  padding: 35px;
  margin-bottom: 40px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .page_content .contact_form .form {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .contact_page .page_content .contact_form .form {
    max-width: 100%;
    padding: 30px 15px;
  }
}

.contact_page .page_content .contact_form .form .title_fotm {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #525454;
  margin-bottom: 15px;
}

.contact_page .page_content .contact_form .form .form-group {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .contact_page .page_content .contact_form .form .form-group {
    margin-bottom: 15px;
  }
}

.contact_page .page_content .contact_form .form .form-group label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  margin-bottom: 0px;
}

.contact_page .page_content .contact_form .form .form-group input {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525454;
  width: 100%;
}

.contact_page .page_content .contact_form .form .form-group textarea {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  padding: 0px 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525454;
  width: 100%;
}

.contact_page .page_content .contact_form .form .btn {
  width: 100%;
  background: #eb0029;
  border-radius: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*contact_page*/
.not_found_page {
  margin-top: 60px;
  margin-bottom: 160px;
}

.not_found_page .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .not_found_page .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .not_found_page .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 575.98px) {
  .not_found_page .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .not_found_page .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .not_found_page .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media (max-width: 575.98px) {
  .not_found_page .image svg {
    width: 219px;
    height: 163px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .not_found_page .image svg {
    width: 219px;
    height: 163px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .not_found_page .image svg {
    width: 286px;
    height: 213px;
  }
}

.not_found_page .title {
  margin-bottom: 15px;
}

.not_found_page .title h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}

.not_found_page .sub_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 25px;
}

.not_found_page .link a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 50px;
  background: #eb0029;
  border-radius: 5px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .not_found_page .link a {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .not_found_page .link a {
    font-size: 18px;
    line-height: 21px;
  }
}

.woocommerce-checkout h1.title {
  font-weight: 500;
  font-size: 52px;
  line-height: 66px;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .woocommerce-checkout h1.title {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 575.98px) {
  .woocommerce-checkout h1.title {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-checkout .bag_page {
    position: relative;
  }
}

.woocommerce-checkout .bag_page .data_bag {
  position: relative;
  padding: 0;
}

@media (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .data_bag {
    position: unset;
  }
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag {
  margin: 0;
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item {
  background: #313131;
  border: 1px solid #868686;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 20px 0px;
  width: 100%;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .image img {
  max-height: 100px;
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product_title {
  width: 41.6666666667%;
}

@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product_title {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product_title {
    width: 100%;
    margin-bottom: 20px;
  }
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product_title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #EA0029;
  text-decoration: none;
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product-quantity {
  margin-right: 90px;
  display: none;
}

@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product-quantity {
    margin-right: 0;
    width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product-quantity {
    margin-right: 0;
    width: 50%;
  }
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product-quantity .quantity button {
  padding: 0;
  background: transparent;
  width: 24px;
  height: 24px;
  border: none;
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product-quantity .quantity input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product-quantity .quantity input {
  width: 32px;
  height: 32px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  background: transparent;
  margin: 0px 20px;
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .price {
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .product-subtotal {
  display: none;
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .delete_product {
  position: absolute;
  right: 20px;
}

@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .delete_product {
    top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .delete_product {
    top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .delete_product {
    top: 20px;
  }
}

.woocommerce-checkout .bag_page .data_bag .order_review .product_list_bag .item .product_data .delete_product .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.722 22.2786C1.79166 22.3483 1.87437 22.4037 1.96542 22.4414C2.05647 22.4791 2.15406 22.4986 2.25263 22.4986C2.35119 22.4986 2.44878 22.4791 2.53983 22.4414C2.63088 22.4037 2.7136 22.3483 2.78325 22.2786L12.0007 13.0611L21.222 22.2786C21.3627 22.4193 21.5536 22.4984 21.7526 22.4984C21.9516 22.4984 22.1425 22.4193 22.2832 22.2786C22.424 22.1379 22.503 21.947 22.503 21.748C22.503 21.549 22.424 21.3581 22.2832 21.2174L13.062 11.9999L22.2795 2.7786C22.4202 2.63787 22.4993 2.447 22.4993 2.24798C22.4993 2.04895 22.4202 1.85808 22.2795 1.71735C22.1388 1.57662 21.9479 1.49756 21.7489 1.49756C21.5499 1.49756 21.359 1.57662 21.2183 1.71735L12.0007 10.9386L2.7795 1.7211C2.63602 1.59823 2.45147 1.53403 2.26271 1.54132C2.07395 1.54861 1.8949 1.62686 1.76133 1.76043C1.62776 1.894 1.54951 2.07305 1.54222 2.26181C1.53493 2.45057 1.59913 2.63512 1.722 2.7786L10.9395 11.9999L1.722 21.2211C1.58231 21.3616 1.50391 21.5517 1.50391 21.7499C1.50391 21.948 1.58231 22.1381 1.722 22.2786Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 24px;
  height: 24px;
  display: block;
  opacity: 1;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total {
  width: calc(33.3333333333% - 20px);
  background: #313131;
  border: 1px solid #868686;
  border-radius: 15px;
  position: absolute;
  right: 0;
  padding: 30px 20px;
  font-weight: 400;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .info_total {
    width: calc(100%);
    position: absolute;
    right: 0px;
    padding: 20px;
    margin-bottom: 10px;
    bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .info_total {
    width: calc(100%);
    position: absolute;
    right: 0px;
    padding: 20px;
    margin-bottom: 10px;
    bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .info_total {
    width: calc(50% - 20px);
  }
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery {
  position: relative;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery .title {
  margin-bottom: 15px;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery .select2-container {
  width: 100% !important;
  color: #8e8e8e;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery .js--choose-point-dpd {
  font-size: 24px;
  line-height: 31px;
  color: #EA0029;
  text-decoration: none;
  margin-bottom: 15px;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery .form {
  font-size: 0;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery .form .woocommerce-shipping-methods {
  font-size: 16px;
  list-style: none;
  padding: 0;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery .form .woocommerce-shipping-methods li {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery .form .woocommerce-shipping-methods li label {
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  margin-left: 15px;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery .form .woocommerce-shipping-methods li input {
  width: 24px;
  height: 24px;
  position: relative;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery .form .woocommerce-shipping-methods li input:checked::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background: #ffffff;
  position: absolute;
  display: block;
  left: 3px;
  top: 3px;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .delivery .form .woocommerce-shipping-methods li input::after {
  content: '';
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  display: block;
  background: #313131;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .total {
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  padding: 35px 0px;
}

@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .info_total .total {
    padding: 15px 0px;
  }
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .confirm {
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .info_total .confirm {
    margin-top: 15px;
  }
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .confirm #place_order {
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 17px;
  line-height: 108.5%;
  color: #2E2E2E;
  max-width: 289px;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .data_bag .order_review .info_total .confirm #place_order {
    height: 30px;
  }
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .confirm #place_order.disabled {
  background: #9E9E9E;
  cursor: no-drop;
}

.woocommerce-checkout .bag_page .data_bag .order_review .info_total .woocommerce-form__label {
  margin-top: 15px;
  font-size: 16px;
}

.woocommerce-checkout .bag_page .info_bag {
  background: #313131;
  border: 1px solid #868686;
  border-radius: 15px;
  padding: 30px 20px;
}

.woocommerce-checkout .bag_page .info_bag .info .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce-billing-fields .delivery_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
}

.woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce-billing-fields .delivery_fields .form-row {
  width: 50%;
  padding: 0px 10px;
}

@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce-billing-fields .delivery_fields .form-row {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce-billing-fields .delivery_fields .form-row {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce-billing-fields .delivery_fields .form-row {
    width: 100%;
  }
}

.woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce-billing-fields .delivery_fields .form-row label {
  display: none;
}

.woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce-billing-fields .delivery_fields .form-row input {
  border: 1px solid #868686;
  border-radius: 15px;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  padding: 0px 20px;
  background: #313131;
  width: 100%;
  height: 55px;
}

.woocommerce-checkout .bag_page .info_bag .info .form .billing #billing_country_field {
  display: none;
}

.woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
}

.woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 50%;
  padding: 0px 10px;
}

@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
  }
}

.woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper .form-row label {
  display: none;
}

.woocommerce-checkout .bag_page .info_bag .info .form .billing .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper .form-row input {
  border: 1px solid #868686;
  border-radius: 15px;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  padding: 0px 20px;
  background: #313131;
  width: 100%;
  height: 55px;
}

.woocommerce-checkout .bag_page .info_bag .info .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-checkout .bag_page .info_bag .info .notes label {
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.woocommerce-checkout .bag_page .info_bag .info .notes textarea {
  border: 1px solid #868686;
  border-radius: 15px;
  background: #313131;
  padding: 20px;
  font-size: 17px;
  line-height: 22px;
  color: #8E8E8E;
  max-width: 578px;
  width: 100%;
  height: 155px;
}

.woocommerce-checkout .bag_page .info_bag .payment #place_order {
  display: none;
}

.woocommerce-checkout .bag_page .info_bag .payment .title {
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.woocommerce-checkout .bag_page .info_bag .payment .form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-checkout .bag_page .info_bag .payment .form ul li {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.woocommerce-checkout .bag_page .info_bag .payment .form ul li div {
  display: none;
}

.woocommerce-checkout .bag_page .info_bag .payment .form ul li label {
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  margin-left: 15px;
}

.woocommerce-checkout .bag_page .info_bag .payment .form ul li input {
  width: 24px;
  height: 24px;
  position: relative;
}

.woocommerce-checkout .bag_page .info_bag .payment .form ul li input:checked::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background: #ffffff;
  position: absolute;
  display: block;
  left: 3px;
  top: 3px;
}

.woocommerce-checkout .bag_page .info_bag .payment .form ul li input::after {
  content: '';
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  display: block;
  background: #313131;
}

.woocommerce-checkout .bag_page .info_bag .payment .form ul li img {
  display: none;
}

.select2-results__option {
  color: #8e8e8e;
}

.xoo-wsc-container .xoo-wsc-header {
  background: #000000;
  color: #fff;
}

.xoo-wsc-container .xoo-wsc-header svg path {
  fill: #fff;
}

.xoo-wsc-container .xoo-wsc-body {
  background: #000000;
  color: #fff;
}

.xoo-wsc-container .xoo-wsc-body a {
  color: #EA0029;
  text-decoration: none;
}

.xoo-wsc-container .xoo-wsc-body span.amount {
  color: #fff;
}

.xoo-wsc-container .xoo-wsc-footer {
  background: #000000;
  color: #fff;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-btn-continue {
  display: none;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-btn-cart {
  display: none;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-btn-checkout {
  background: #fff;
  color: #EA0029;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-sp-wide {
  display: none;
}

.warranty {
  padding-top: 40px;
}

.warranty .title_block {
  margin-bottom: 130px;
}

.warranty .title_block .title h1 {
  font-weight: 500;
  font-size: 52px;
  line-height: 66px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .warranty .title_block .title h1 {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 575.98px) {
  .warranty .title_block .title h1 {
    font-size: 24px;
    line-height: 31px;
  }
}

.warranty .title_block .description {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  max-width: 705px;
}

.warranty .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}

@media (max-width: 575.98px) {
  .warranty .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.warranty .list .item {
  text-align: center;
}

@media (max-width: 575.98px) {
  .warranty .list .item {
    margin-bottom: 20px;
  }
}

.warranty .list .item .icon {
  margin-bottom: 20px;
}

.warranty .list .item .data .link {
  background: #FFFFFF;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 15px;
}

.warranty .list .item .data .link a {
  text-decoration: none;
  font-size: 17px;
  line-height: 108.5%;
  color: #2E2E2E;
}

.warranty .download {
  text-align: center;
}

.warranty .download .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 108.5%;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.warranty .download .link {
  max-width: 370px;
  width: 100%;
  height: 70px;
  background: #EA0029;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.warranty .download .link a {
  font-size: 17px;
  line-height: 108.5%;
  color: #FFFFFF;
  text-decoration: none;
}

.complected_page {
  text-align: center;
}

.complected_page .title h1 {
  font-weight: 500;
  font-size: 52px;
  line-height: 66px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.complected_page .sub_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.complected_page .link {
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 289px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.complected_page .link a {
  font-weight: 400;
  font-size: 17px;
  line-height: 108.5%;
  color: #2E2E2E;
  text-decoration: none;
}

.thankyou_page .woocommerce-order-details {
  margin: 0 auto;
  width: 100%;
  max-width: 1067px;
  margin-top: 52px;
  border-radius: 20px;
  padding: 30px 10px 120px;
  background-image: url("data:image/svg+xml,%3Csvg width='1074' height='472' viewBox='0 0 1074 472' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_1481_3288)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.1799 34.9202C32 39.1984 32 44.7989 32 56V432H42.0083C42.2119 428.008 46.1598 424.824 51 424.824C55.8402 424.824 59.7881 428.008 59.9917 432H69.0083C69.2119 428.008 73.1598 424.824 78 424.824C82.8402 424.824 86.7881 428.008 86.9917 432H96.0083C96.2119 428.008 100.16 424.824 105 424.824C109.84 424.824 113.788 428.008 113.992 432H123.008C123.212 428.008 127.16 424.824 132 424.824C136.84 424.824 140.788 428.008 140.992 432H150.008C150.212 428.008 154.16 424.824 159 424.824C163.84 424.824 167.788 428.008 167.992 432H177.008C177.212 428.008 181.16 424.824 186 424.824C190.84 424.824 194.788 428.008 194.992 432H204.008C204.212 428.008 208.16 424.824 213 424.824C217.84 424.824 221.788 428.008 221.992 432H231.008C231.212 428.008 235.16 424.824 240 424.824C244.84 424.824 248.788 428.008 248.992 432H258.008C258.212 428.008 262.16 424.824 267 424.824C271.84 424.824 275.788 428.008 275.992 432H285.008C285.212 428.008 289.16 424.824 294 424.824C298.84 424.824 302.788 428.008 302.992 432H312.008C312.212 428.008 316.16 424.824 321 424.824C325.84 424.824 329.788 428.008 329.992 432H339.008C339.212 428.008 343.16 424.824 348 424.824C352.84 424.824 356.788 428.008 356.992 432H366.008C366.212 428.008 370.16 424.824 375 424.824C379.84 424.824 383.788 428.008 383.992 432H393.008C393.212 428.008 397.16 424.824 402 424.824C406.84 424.824 410.788 428.008 410.992 432H420.008C420.212 428.008 424.16 424.824 429 424.824C433.84 424.824 437.788 428.008 437.992 432H447.008C447.212 428.008 451.16 424.824 456 424.824C460.84 424.824 464.788 428.008 464.992 432H474.008C474.212 428.008 478.16 424.824 483 424.824C487.84 424.824 491.788 428.008 491.992 432H501.008C501.212 428.008 505.16 424.824 510 424.824C514.84 424.824 518.788 428.008 518.992 432H528.008C528.212 428.008 532.16 424.824 537 424.824C541.84 424.824 545.788 428.008 545.992 432H555.008C555.212 428.008 559.16 424.824 564 424.824C568.84 424.824 572.788 428.008 572.992 432H582.008C582.212 428.008 586.16 424.824 591 424.824C595.84 424.824 599.788 428.008 599.992 432H609.008C609.212 428.008 613.16 424.824 618 424.824C622.84 424.824 626.788 428.008 626.992 432H636.008C636.212 428.008 640.16 424.824 645 424.824C649.84 424.824 653.788 428.008 653.992 432H663.008C663.212 428.008 667.16 424.824 672 424.824C676.84 424.824 680.788 428.008 680.992 432H690.008C690.212 428.008 694.16 424.824 699 424.824C703.84 424.824 707.788 428.008 707.992 432H717.008C717.212 428.008 721.16 424.824 726 424.824C730.84 424.824 734.788 428.008 734.992 432H744.008C744.212 428.008 748.16 424.824 753 424.824C757.84 424.824 761.788 428.008 761.992 432H771.008C771.212 428.008 775.16 424.824 780 424.824C784.84 424.824 788.788 428.008 788.992 432H798.008C798.212 428.008 802.16 424.824 807 424.824C811.84 424.824 815.788 428.008 815.992 432H825.008C825.212 428.008 829.16 424.824 834 424.824C838.84 424.824 842.788 428.008 842.992 432H852.008C852.212 428.008 856.16 424.824 861 424.824C865.84 424.824 869.788 428.008 869.992 432H879.008C879.212 428.008 883.16 424.824 888 424.824C892.84 424.824 896.788 428.008 896.992 432H906.008C906.212 428.008 910.16 424.824 915 424.824C919.84 424.824 923.788 428.008 923.992 432H933.008C933.212 428.008 937.16 424.824 942 424.824C946.84 424.824 950.788 428.008 950.992 432H960.008C960.212 428.008 964.16 424.824 969 424.824C973.84 424.824 977.788 428.008 977.992 432H987.008C987.212 428.008 991.16 424.824 996 424.824C1000.84 424.824 1004.79 428.008 1004.99 432H1014.01C1014.21 428.008 1018.16 424.824 1023 424.824C1027.84 424.824 1031.79 428.008 1031.99 432H1042V56C1042 44.799 1042 39.1984 1039.82 34.9202C1037.9 31.1569 1034.84 28.0973 1031.08 26.1799C1026.8 24 1021.2 24 1010 24H64C52.799 24 47.1984 24 42.9202 26.1799C39.1569 28.0973 36.0973 31.1569 34.1799 34.9202Z' fill='%2325282E'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_1481_3288' x='0' y='0' width='1074' height='472' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur stdDeviation='16'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1481_3288'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1481_3288' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.thankyou_page .woocommerce-order-details .woocommerce-order-details__title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 40.7px;
  margin-bottom: 16px;
}

.thankyou_page .woocommerce-order-details .order_number {
  font-size: 17px;
  font-weight: 400;
  line-height: 21.62px;
  text-align: center;
  margin-bottom: 42px;
}

.thankyou_page .woocommerce-order-details .woocommerce-table {
  margin: 0 auto;
}

.thankyou_page .woocommerce-order-details .woocommerce-table .product-name a {
  text-decoration: none;
  color: #EA0029;
}
/*# sourceMappingURL=style.css.map */