@-webkit-keyframes ani {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes ani {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "woodmart-font";
  src: url("../fonts/woodmart-font.woff") format("woff"), url("../fonts/woodmart-font.woff2") format("woff2");
}

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: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
}

body.woocommerce-checkout footer {
  display: none;
}

body.woocommerce-checkout .content {
  margin-bottom: 30px;
}

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

@media (max-width: 767.98px) {
  .content {
    margin-top: 66px;
  }
}

body.woocommerce-checkout .content {
  background-color: #f1f0ee;
  margin-bottom: 0;
  padding-bottom: 30px;
}

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: #0468B1;
}

.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;
}

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

.breadcrumb a {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
}

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

.breadcrumb .breadcrumb-item.active {
  color: #808080;
  font-size: 17px;
}

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

/*breadcrumb*/
/*header*/
header.new {
  border-bottom: 1px solid #9F9F9F;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10;
}

@media (max-width: 767.98px) {
  header.new {
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 11;
  }
}

header.new .container_header {
  padding: 22px 0px;
}

header.new .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (max-width: 767.98px) {
  header.new .row {
    margin: 0 5px;
  }
}

header.new .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

header.new .logo svg {
  max-width: 100%;
  height: auto;
}

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

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

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

header.new .navigation .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.new .navigation .nav li {
    padding: 0px 8px;
  }
}

header.new .navigation .nav li:first-child {
  padding-left: 0px;
}

header.new .navigation .nav li:last-child {
  padding-right: 0px;
}

header.new .navigation .nav li a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

header.new .navigation .nav_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.new .navigation .nav_new li {
  padding: 0px 15px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.new .navigation .nav_new li {
    padding: 0px 5px;
  }
}

header.new .navigation .nav_new li:first-child {
  padding-left: 0px;
}

header.new .navigation .nav_new li:last-child {
  padding-right: 0px;
}

header.new .navigation .nav_new li a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
  text-decoration: none;
}

header.new .navigation .nav_new li a:hover {
  color: rgba(51, 51, 51, 0.7);
}

header.new .navigation .nav_new li a:hover::after {
  width: 100%;
}

header.new .navigation .nav_new .menu__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header.new .navigation .nav_new .menu__list .main-li {
  position: relative;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.new .navigation .nav_new .menu__list .main-li .sub-link {
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.new .navigation .nav_new .menu__list .main-li .sub-link::after {
  margin-left: 4px;
  font-weight: normal;
  font-style: normal;
  font-size: 50%;
  content: "\f129";
  font-family: "woodmart-font";
}

header.new .navigation .nav_new .menu__list .main-li .sub-link:hover ~ .bg {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: visible;
  pointer-events: unset;
}

header.new .navigation .nav_new .menu__list .bg {
  padding: 12px 20px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 380;
  background-color: #fff;
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(15px) translateZ(0);
          transform: translateY(15px) translateZ(0);
  width: 220px;
}

header.new .navigation .nav_new .menu__list .bg:hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: visible;
  pointer-events: unset;
}

header.new .navigation .nav_new .menu__list .bg ul li {
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

header.new .navigation .nav_new .menu__list .bg ul li a {
  color: #848484;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
}

header.new .part_second {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

header.new .part_second li {
  margin-left: 15px;
}

@media (max-width: 767.98px) {
  header.new .part_second li {
    margin-left: 7px;
  }
}

header.new .part_second .lang a {
  text-decoration: none;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.new .part_second .lang a.dropdown-toggle::after {
  border: none;
  width: 20px;
  height: 20px;
  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='M6 9L12 15L18 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

header.new .part_second .search {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  margin-left: 5px;
}

header.new .part_second .user {
  position: relative;
}

header.new .part_second .user a {
  color: #4E4E4E;
  text-decoration: none;
}

header.new .part_second .bag {
  position: relative;
  top: 2px;
}

header.new .part_second .bag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.new .part_second .bag a .count {
  color: #FFFFFF;
  background: #0468B1;
  width: 22px;
  height: 22px;
  border-radius: 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;
  color: #FFF;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: absolute;
  right: -15px;
  top: -12px;
}

header.new .part_second ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.new .part_second .nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header.new .mobil_nav #sidebarMenu {
  position: absolute;
  left: 0;
  width: 100%;
  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;
  z-index: 99;
  top: 66px;
  overflow: hidden;
  height: calc(100vh - 66px);
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  header.new .mobil_nav #sidebarMenu {
    top: 100px;
  }
}

header.new .mobil_nav #sidebarMenu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

header.new .mobil_nav #sidebarMenu .container::before {
  content: "";
  background: #fff;
  display: block;
  width: 30%;
  min-width: 320px;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}

header.new .mobil_nav #sidebarMenu .container::after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

header.new .mobil_nav #sidebarMenu .data.old {
  min-height: 100%;
  background: #fff;
  max-width: 320px;
  padding-bottom: 20px;
}

header.new .mobil_nav #sidebarMenu .data.old .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;
  background: #fff;
}

header.new .mobil_nav #sidebarMenu .data.old .sidebarMenuInner .navigation {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

header.new .mobil_nav #sidebarMenu .data.old .sidebarMenuInner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}

header.new .mobil_nav #sidebarMenu .data.old .sidebarMenuInner .nav li {
  padding: 0px;
  margin-top: 40px;
}

header.new .mobil_nav #sidebarMenu .data.old .sidebarMenuInner .nav li a {
  color: v #4E4E4E;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

header.new .mobil_nav #sidebarMenu .data.old .sidebarMenuInner .nav li a:hover {
  color: #0468B1;
}

header.new .mobil_nav #sidebarMenu .data {
  min-height: 100%;
  background: #fff;
  max-width: 300px;
  padding-bottom: 20px;
}

@media (max-width: 575.98px) {
  header.new .mobil_nav #sidebarMenu .data .navigation {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header.new .mobil_nav #sidebarMenu .data .navigation {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.new .mobil_nav #sidebarMenu .data .navigation {
    display: block;
  }
}

header.new .mobil_nav #sidebarMenu .data .user {
  display: none;
}

header.new .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;
  background: #fff;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new {
  height: auto;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new .main-li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li {
  padding: 0px;
  margin-top: 0px;
  width: 100%;
  height: auto;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li.limain-active a {
  color: #0468B1;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li .sub-link {
  width: 100%;
  height: 50px;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li .sub-link::focus {
  color: #fff;
  background: #005aa7;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li .sub-link::after {
  font-weight: 700;
  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;
  font-size: 12px;
  color: #242424;
  margin-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.105);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li .sub-link:hover::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #fff;
  background: #005aa7;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li .sub-link:hover ~ .bg {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: visible;
  pointer-events: unset;
  display: block;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li .bg {
  position: relative;
  top: 0;
  display: none;
  visibility: visible;
  opacity: 1;
  padding: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li .bg:hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: visible;
  pointer-events: unset;
  display: block;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li .bg a {
  color: #848484;
  font-size: 14px;
  line-height: 1.3;
  text-transform: inherit;
  font-weight: 400;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li a {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 5px 20px;
  min-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li a::after {
  display: none;
}

header.new .mobil_nav #sidebarMenu .data .sidebarMenuInner .nav_new li a:hover {
  color: #0468B1;
}

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

header.new .mobil_nav input[type="checkbox"]:checked ~ #sidebarMenu::before {
  content: "";
  background: rgba(17, 17, 17, 0.698039);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

header.new .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;
}

header.new .mobil_nav .sidebarIconToggle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 21px;
  right: 12px;
  height: 40px;
  width: 40px;
  z-index: 999;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media (min-width: 768px) and (max-width: 991.98px) {
  header.new .mobil_nav .sidebarIconToggle {
    top: 42px;
  }
}

header.new .mobil_nav .spinner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 4px;
  width: 30px;
  border-radius: 5px;
  background-color: #FFFFFF;
}

header.new .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: 4px;
  background: #444444;
}

header.new .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;
  background: #0468B1;
}

header.new .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: 5px;
  background: #0468B1;
}

header.new .mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle {
  opacity: 1;
  width: 40px;
  height: 40px;
}

header.new .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;
}

header.new .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);
  background: #4E4E4EB2;
}

header.new .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;
  margin-left: 0px;
  background: #4E4E4EB2;
}

.container_header_product {
  border-bottom: 1px solid #9F9F9F;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10;
  top: 95px;
  border-top: 1px solid #9F9F9F;
}

@media (max-width: 767.98px) {
  .container_header_product {
    top: 65px;
  }
}

.container_header_product .header_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -10px;
  margin-left: -10px;
}

@media (max-width: 767.98px) {
  .container_header_product .header_product {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.container_header_product .header_product .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container_header_product .header_product .image img {
  width: 40px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.container_header_product .header_product .image .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .container_header_product .header_product .image .title {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    max-width: 22ch;
    text-overflow: ellipsis;
  }
}

.container_header_product .header_product .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container_header_product .header_product .info .price {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 20px 0px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.container_header_product .header_product .info .price del {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
  margin-right: 20px;
}

.container_header_product .header_product .info .price ins {
  color: #F00;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
}

.container_header_product .header_product .info .add_to_cart {
  position: relative;
}

.container_header_product .header_product .info .add_to_cart .quantity,
.container_header_product .header_product .info .add_to_cart .stock,
.container_header_product .header_product .info .add_to_cart .quantity_block {
  display: none;
}

.container_header_product .header_product .info .add_to_cart .single_add_to_cart_button {
  background: #0068B4;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #fff;
  border: none;
  width: 90px;
  height: 42px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  padding: 8px 12px 10px 20px;
  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: 53px 10px;
  background-size: 24px;
}

@media (max-width: 767.98px) {
  .container_header_product .header_product .info .add_to_cart .single_add_to_cart_button {
    font-size: 0;
    width: 42px;
    background-position: 10px 10px;
  }
}

.container_header_product .header_product .info .add_to_cart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.container_header_product .header_product .info .add_to_cart .added_to_cart {
  display: none;
}

.wd-search-full-screen {
  position: fixed;
  z-index: 400;
  background-color: #fff;
  -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: 100px;
}

.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 .wd-close-search {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.wd-search-full-screen .wd-close-search a {
  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;
}

.wd-search-full-screen .wd-close-search a::before {
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  font-family: "woodmart-font";
  content: "\f112";
  font-size: 30px;
}

.wd-search-full-screen .searchform {
  padding-right: 100px;
  padding-left: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  color: #333;
}

.wd-search-full-screen .searchform input[type="text"] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  max-width: 100%;
  width: 100%;
}

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

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

.wd-search-full-screen .search-info-text .item {
  margin-bottom: 20px;
  overflow: hidden;
  background: #F1F0EE;
}

@media (max-width: 767.98px) {
  .wd-search-full-screen .search-info-text .item {
    margin-bottom: 10px;
  }
}

.wd-search-full-screen .search-info-text .item .image {
  height: 265px;
  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;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .wd-search-full-screen .search-info-text .item .image {
    height: 190px;
  }
}

.wd-search-full-screen .search-info-text .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.wd-search-full-screen .search-info-text .item .caption {
  padding: 0 15px;
}

.wd-search-full-screen .search-info-text .item .caption .title {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .wd-search-full-screen .search-info-text .item .caption .title {
    margin-bottom: 6px;
  }
}

.wd-search-full-screen .search-info-text .item .caption .title a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  text-decoration: none;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .wd-search-full-screen .search-info-text .item .caption .title a {
    font-size: 13px;
  }
}

.wd-search-full-screen .search-info-text .item .caption .variable-items-wrapper {
  pointer-events: none;
}

.wd-search-full-screen .search-info-text .item .caption .description {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  /* 19.5px */
}

.wd-search-full-screen .search-info-text .item .caption .description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wd-search-full-screen .search-info-text .item .caption .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  background: #05A57E;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  text-transform: capitalize;
  height: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .wd-search-full-screen .search-info-text .item .caption .status {
    margin-bottom: 7px;
  }
}

.wd-search-full-screen .search-info-text .item .caption .status.instock {
  background: #05A57E;
}

.wd-search-full-screen .search-info-text .item .caption .status.outstock {
  background: #808080;
}

.wd-search-full-screen .search-info-text .item .caption svg {
  position: absolute;
  top: 0;
  left: 0;
}

.wd-search-full-screen .search-info-text .item .caption .added_to_cart {
  display: none;
}

.wd-search-full-screen .search-info-text .item .caption .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .wd-search-full-screen .search-info-text .item .caption .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 18px;
  }
}

.wd-search-full-screen .search-info-text .item .caption .info .price {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin: 20px 0px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .wd-search-full-screen .search-info-text .item .caption .info .price {
    margin: 0px;
  }
}

.wd-search-full-screen .search-info-text .item .caption .info .price del {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
  margin-right: 20px;
}

.wd-search-full-screen .search-info-text .item .caption .info .price ins {
  color: #F00;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  /* 28.6px */
}

.wd-search-full-screen .search-info-text .item .caption .info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #0068B4;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
}

.wd-search-full-screen .search-info-text .item .caption .info .link a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wd-search-full-screen .search-info-text .item .caption .info .add_to_cart {
  position: relative;
}

.wd-search-full-screen .search-info-text .item .caption .info .add_to_cart .quantity,
.wd-search-full-screen .search-info-text .item .caption .info .add_to_cart .stock,
.wd-search-full-screen .search-info-text .item .caption .info .add_to_cart .quantity_block {
  display: none;
}

.wd-search-full-screen .search-info-text .item .caption .info .add_to_cart .single_add_to_cart_button {
  background: #0068B4;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #fff;
  border: none;
  width: 90px;
  height: 42px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  padding: 8px 12px 10px 20px;
  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: 53px 10px;
  background-size: 24px;
}

@media (max-width: 767.98px) {
  .wd-search-full-screen .search-info-text .item .caption .info .add_to_cart .single_add_to_cart_button {
    font-size: 0;
    width: 42px;
    background-position: 10px 10px;
  }
}

.wd-search-full-screen .search-info-text .item .caption .info .add_to_cart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.wd-search-full-screen .search-info-text .item .caption .info .add_to_cart .added_to_cart {
  display: none;
}

.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;
}

header.old {
  padding: 28px 0px;
  border-bottom: 1px solid #9F9F9F;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10;
}

header.old .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header.old .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.old .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

header.old .nav li {
  padding: 0px 23px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.old .nav li {
    padding: 0px 8px;
  }
}

header.old .nav li:first-child {
  padding-left: 0px;
}

header.old .nav li:last-child {
  padding-right: 0px;
}

header.old .nav li a {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}

header.old .part_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

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

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

header.old .part_second .lang a {
  text-decoration: none;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.old .part_second .lang a.dropdown-toggle::after {
  border: none;
  width: 20px;
  height: 20px;
  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='M6 9L12 15L18 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

header.old .part_second .nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header.old .part_second .nav .bag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.old .part_second .nav .bag a .count {
  color: #FFFFFF;
  background: #0468B1;
  width: 30px;
  height: 30px;
  border-radius: 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-left: 5px;
  margin-top: -4px;
}

.mobil_nav #sidebarMenu {
  position: absolute;
  left: 0;
  width: 100%;
  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;
  z-index: 99;
  top: 104px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .mobil_nav #sidebarMenu {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .mobil_nav #sidebarMenu {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mobil_nav #sidebarMenu {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.mobil_nav #sidebarMenu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.mobil_nav #sidebarMenu .container::before {
  content: "";
  background: #fff;
  display: block;
  width: 30%;
  min-width: 320px;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}

.mobil_nav #sidebarMenu .container::after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mobil_nav #sidebarMenu .data {
  min-height: 100%;
  background: #fff;
  max-width: 320px;
  padding-bottom: 20px;
  z-index: 12;
  position: relative;
}

.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;
  background: #fff;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav li {
  padding: 0px;
  margin-top: 40px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav li a {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav li a:hover {
  color: #0468B1;
}

.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;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 21px;
  right: 12px;
  height: 46px;
  width: 40px;
  z-index: 999;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media (min-width: 768px) and (max-width: 991.98px) {
  .mobil_nav .sidebarIconToggle {
    top: 42px;
  }
}

.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;
  width: 40px;
  background-color: #FFFFFF;
}

.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;
  background: #444444;
}

.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;
  background: #0468B1;
}

.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;
  background: #0468B1;
}

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

.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);
}

.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;
  margin-left: 0px;
}

/*header*/
/*footer*/
footer {
  margin-top: 120px;
  padding: 50px 0px;
  border-top: 1px solid #000;
}

@media (max-width: 575.98px) {
  footer .footer_nav {
    text-align: center;
    margin-bottom: 40px;
  }
}

footer .footer_nav .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 20px;
}

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

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

footer .footer_nav ul li a {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
}

footer .footer_nav ul li a:hover {
  border-bottom: 1px solid #141414;
}

footer .footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  footer .footer_info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}

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

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 70px;
  }
}

footer .footer_info .logo {
  margin-bottom: 28px;
}

footer .footer_info .description {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
}

@media (max-width: 575.98px) {
  footer .footer_info .description {
    text-align: center;
  }
}

footer .footer_info .description ul {
  max-width: 362px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_info .description ul {
    max-width: 100%;
  }
}

footer .footer_info .description ul li {
  margin-bottom: 11px;
}

footer .footer_info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
}

footer .footer_info .social .item {
  margin-right: 20px;
}

footer .footer_info .social .item:last-child {
  margin-right: 0px;
}

footer .footer_info .social .item a svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .footer_info .social .item a:hover svg path {
  fill: #0468B1;
}

footer .developer {
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 30px;
}

footer .developer .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .developer .copyright {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
}

footer .developer .payment {
  padding-right: 46px;
}

@media (max-width: 575.98px) {
  footer .developer .payment {
    margin-top: 25px;
    padding-right: unset;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .developer .payment {
    padding-right: unset;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .developer .payment {
    padding-right: unset;
  }
}

footer .developer .payment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 0px;
}

@media (max-width: 575.98px) {
  footer .developer .payment ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

footer .developer .payment ul li {
  margin-right: 30px;
}

footer .developer .payment ul li:last-child {
  margin-right: unset;
}

/*footer*/
.front_page .offer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.front_page .offer .image_bg {
  min-height: 600px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .front_page .offer .image_bg {
    min-height: 318px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer .image_bg {
    min-height: 316px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer .image_bg {
    min-height: 490px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .offer .image_bg {
    min-height: 640px;
  }
}

.front_page .offer .image_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.front_page .offer .row {
  height: 100%;
}

@media (max-width: 575.98px) {
  .front_page .offer .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) {
  .front_page .offer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .offer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.front_page .offer .container {
  position: absolute;
  top: 0;
  height: 100%;
}

.front_page .offer .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  font-weight: 400;
  font-size: 41px;
  line-height: 56px;
  color: #FFFFFF;
  background: #0468B1;
  padding: 47px 0px;
  position: relative;
  padding-left: 0;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .front_page .offer .data {
    font-size: 24px;
    line-height: 28px;
    padding: 20px;
    width: 80%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer .data {
    width: 445px;
    font-size: 32px;
    line-height: 38px;
    padding: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer .data {
    max-width: 660px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .offer .data {
    max-width: 735px;
  }
}

.front_page .offer .data::before {
  content: '';
  background: #0468B1;
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}

.front_page .offer .data::after {
  content: '';
  height: 100%;
  width: 0;
  height: 0;
  border-top: 150px solid transparent;
  border-left: 53px solid #0468B1;
  position: absolute;
  right: -53px;
  bottom: 0;
}

@media (max-width: 575.98px) {
  .front_page .offer .data::after {
    border-top: 98px solid transparent;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer .data::after {
    border-top: 95px solid transparent;
  }
}

.front_page .offer .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0;
}

@media (max-width: 575.98px) {
  .front_page .offer .image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

@media (max-width: 575.98px) {
  .front_page .offer .image img {
    max-width: 220px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer .image img {
    max-width: 220px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer .image img {
    max-width: 340px;
  }
}

.front_page .pluses {
  margin-top: 130px;
}

@media (max-width: 575.98px) {
  .front_page .pluses {
    margin-top: 0px;
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .pluses {
    margin-top: 0px;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .pluses {
    margin-top: 70px;
  }
}

.front_page .pluses .list {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0468B1;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 575.98px) {
  .front_page .pluses .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
    height: auto;
    -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;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .pluses .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 10px;
    height: auto;
    -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;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .pluses .list {
    padding: 40px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.front_page .pluses .list::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

@media (max-width: 575.98px) {
  .front_page .pluses .list::after {
    display: none;
  }
}

.front_page .pluses .list::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

@media (max-width: 575.98px) {
  .front_page .pluses .list::before {
    display: none;
  }
}

.front_page .pluses .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .front_page .pluses .list .item {
    margin-bottom: 22px;
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .pluses .list .item {
    margin-bottom: 22px;
  }
  .front_page .pluses .list .item:first-child {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .pluses .list .item {
    margin-bottom: 30px;
  }
  .front_page .pluses .list .item:nth-child(4), .front_page .pluses .list .item:nth-child(5) {
    margin-bottom: 0;
  }
}

.front_page .pluses .list .item:last-child {
  max-width: 227px;
}

@media (max-width: 575.98px) {
  .front_page .pluses .list .item:last-child {
    max-width: 100%;
  }
}

.front_page .pluses .list .item .icon {
  margin-right: 15px;
}

.front_page .category {
  margin-top: 120px;
  position: relative;
}

@media (max-width: 575.98px) {
  .front_page .category {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category {
    margin-top: 0;
  }
}

.front_page .category .category_item {
  margin-bottom: 80px;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item {
    margin-bottom: 10px;
  }
}

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

.front_page .category .category_item:nth-child(2) .row {
  direction: rtl;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item:nth-child(2) .row .image_category img {
    -o-object-position: right;
       object-position: right;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category .category_item:nth-child(2) .row .image_category img {
    -o-object-position: right;
       object-position: right;
  }
}

.front_page .category .category_item:nth-child(2) .row .row {
  direction: ltr;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item .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) {
  .front_page .category .category_item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .category .category_item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .category .category_item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 575.98px) {
  .front_page .category .category_item .row .row {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category .category_item .row .row {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .category .category_item .row .row {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .category .category_item .row .row {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.front_page .category .category_item .data .info .title {
  font-size: 32px;
  line-height: 38px;
  color: #141414;
  margin-bottom: 20px;
}

.front_page .category .category_item .data .info .description {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 30px;
}

.front_page .category .category_item .data .info .link a {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  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;
  position: relative;
}

.front_page .category .category_item .data .info .link a::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.front_page .category .category_item .data .info .link a::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item .data .info .link a {
    width: 100%;
  }
}

.front_page .category .category_item .data .product_list {
  margin-top: 30px;
}

.front_page .category .category_item .data .product_list .item a {
  text-decoration: none;
}

.front_page .category .category_item .data .product_list .item .image {
  height: 292px;
  background: #F1F0EE;
  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;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}

.front_page .category .category_item .data .product_list .item .image::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.front_page .category .category_item .data .product_list .item .image::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.front_page .category .category_item .data .product_list .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.front_page .category .category_item .data .product_list .item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.front_page .category .category_item .data .product_list .item .caption .title {
  font-size: 20px;
  line-height: 130%;
  color: #141414;
}

.front_page .category .category_item .data .product_list .item .caption .price {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #141414;
}

.front_page .category .category_item .image_category {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item .image_category {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category .category_item .image_category {
    padding: 0;
  }
}

.front_page .category .category_item .image_category img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item .image_category img {
    max-width: 100%;
    height: auto;
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category .category_item .image_category img {
    max-width: 100%;
    height: auto;
    height: 660px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

.front_page .blog {
  margin-bottom: 20px;
}

.front_page .blog .block_head {
  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) {
  .front_page .blog .block_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .front_page .blog .block_head .title_block {
    margin-bottom: 0;
  }
}

.front_page .blog .block_head a {
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #141414;
}

.front_page .blog .title_block {
  font-size: 32px;
  line-height: 38px;
  color: #141414;
  margin-bottom: 30px;
}

.front_page .blog .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.front_page .blog .list .item {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .front_page .blog .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .blog .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.front_page .blog .list .item:nth-child(2) .image {
  max-height: 415px;
}

.front_page .blog .list .item .image {
  margin-bottom: 20px;
  max-height: 370px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .front_page .blog .list .item .image {
    max-height: 500px;
  }
}

.front_page .blog .list .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.front_page .blog .list .item .caption .title {
  margin-bottom: 14px;
  max-width: 370px;
}

.front_page .blog .list .item .caption .title a {
  font-size: 24px;
  line-height: 120%;
  color: #141414;
  text-decoration: none;
}

.front_page .blog .list .item .caption .description {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  display: -webkit-box;
}

.front_page .blog .list .item .caption .color .single_variation_wrap,
.front_page .blog .list .item .caption .color .label {
  display: none !important;
}

.front_page .blog .list .item .caption .link {
  margin-bottom: 20px;
}

.front_page .blog .list .item .caption .link a {
  text-decoration: none;
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  padding-bottom: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.front_page .blog .list .item .caption .link a:hover {
  border-bottom: 1px solid #141414;
}

.front_page .video_front {
  margin-bottom: 50px;
  max-height: 600px;
  height: 100%;
  overflow: hidden;
}

.front_page .video_front video {
  padding: 0px;
}

.front_page .pluses_block {
  margin: 60px 0;
}

@media (max-width: 767.98px) {
  .front_page .pluses_block {
    margin: 0 0;
  }
}

.front_page .pluses_block .pluses_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-align: center;
  padding: 28px 0 28px;
}

@media (max-width: 767.98px) {
  .front_page .pluses_block .pluses_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.front_page .pluses_block .pluses_item .pluses_item_icon {
  margin-bottom: 15px;
  text-align: center;
}

.front_page .pluses_block .pluses_item .pluses_item_data {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 22.1px */
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 575.98px) {
  .front_page .pluses_block .pluses_item .pluses_item_data {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .pluses_block .pluses_item .pluses_item_data {
    font-size: 15px;
  }
}

.front_page .products_block {
  margin-bottom: 50px;
}

.front_page .products_block .categories_list .item {
  margin-bottom: 20px;
  overflow: hidden;
  background: #F1F0EE;
}

.front_page .products_block .categories_list .item .image {
  height: 265px;
  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;
  margin-bottom: 15px;
  width: 100%;
}

.front_page .products_block .categories_list .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.front_page .products_block .categories_list .item .caption {
  padding: 0 15px;
}

.front_page .products_block .categories_list .item .caption .title {
  margin-bottom: 10px;
}

.front_page .products_block .categories_list .item .caption .title a {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.front_page .products_block .categories_list .item .caption .variable-items-wrapper {
  pointer-events: none;
}

.front_page .products_block .categories_list .item .caption .subtitle {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 15px;
  text-align: center;
  /* 19.5px */
}

.front_page .products_block .categories_list .item .caption .subtitle a {
  text-decoration: none;
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}

.front_page .products_block .categories_list .item .caption .subtitle ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.front_page .products_block .categories_list .item .caption .link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #0068B4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 270px;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  margin-bottom: 30px;
}

.front_page .products_block .categories_list .item .caption .link a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front_page .products_block .categories_list .item .caption .color {
  display: none;
}

.front_page .products_block .categories_list .item .caption .color .single_variation_wrap,
.front_page .products_block .categories_list .item .caption .color .label {
  display: none !important;
}

.front_page .products_block .categories_list .item .caption form {
  display: none;
}

.front_page .products_block .categories_list .item .caption .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.front_page .products_block .categories_list .item .caption .info .price {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin: 20px 0px;
  margin-bottom: 20px;
}

.front_page .products_block .categories_list .item .caption .info .price del {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
  margin-right: 20px;
}

.front_page .products_block .categories_list .item .caption .info .price ins {
  color: #F00;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  /* 28.6px */
}

.front_page .products_block .categories_list .item .caption .info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #0068B4;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
}

.front_page .products_block .categories_list .item .caption .info .link a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

.front_page .shop_block .slider-product-front {
  padding: 0px;
}

.front_page .shop_block .product_slider .item {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}

.front_page .shop_block .product_slider .btn-juliet {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.front_page .shop_block .product_slider #prev {
  left: -50px;
}

.front_page .shop_block .product_slider #next {
  right: -50px;
}

.front_page .shop_block .product_slider .slick-slide .item {
  margin-bottom: 20px;
  overflow: hidden;
  background: #F1F0EE;
}

@media (max-width: 767.98px) {
  .front_page .shop_block .product_slider .slick-slide .item {
    margin-bottom: 10px;
  }
}

.front_page .shop_block .product_slider .slick-slide .item .image {
  height: 265px;
  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;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .front_page .shop_block .product_slider .slick-slide .item .image {
    height: 190px;
  }
}

.front_page .shop_block .product_slider .slick-slide .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.front_page .shop_block .product_slider .slick-slide .item .caption {
  padding: 0 15px;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .title {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .front_page .shop_block .product_slider .slick-slide .item .caption .title {
    margin-bottom: 6px;
  }
}

.front_page .shop_block .product_slider .slick-slide .item .caption .title a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  text-decoration: none;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .front_page .shop_block .product_slider .slick-slide .item .caption .title a {
    font-size: 13px;
  }
}

.front_page .shop_block .product_slider .slick-slide .item .caption .variable-items-wrapper {
  pointer-events: none;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .description {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  /* 19.5px */
}

.front_page .shop_block .product_slider .slick-slide .item .caption .description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  background: #05A57E;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  text-transform: capitalize;
  height: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .front_page .shop_block .product_slider .slick-slide .item .caption .status {
    margin-bottom: 7px;
  }
}

.front_page .shop_block .product_slider .slick-slide .item .caption .status.instock {
  background: #05A57E;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .status.outstock {
  background: #808080;
}

.front_page .shop_block .product_slider .slick-slide .item .caption svg {
  position: absolute;
  top: 0;
  left: 0;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .added_to_cart {
  display: none;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .front_page .shop_block .product_slider .slick-slide .item .caption .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 18px;
  }
}

.front_page .shop_block .product_slider .slick-slide .item .caption .info .price {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin: 20px 0px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .front_page .shop_block .product_slider .slick-slide .item .caption .info .price {
    margin: 0px;
  }
}

.front_page .shop_block .product_slider .slick-slide .item .caption .info .price del {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
  margin-right: 20px;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .info .price ins {
  color: #F00;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  /* 28.6px */
}

.front_page .shop_block .product_slider .slick-slide .item .caption .info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #0068B4;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .info .link a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .info .add_to_cart {
  position: relative;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .info .add_to_cart .quantity,
.front_page .shop_block .product_slider .slick-slide .item .caption .info .add_to_cart .stock,
.front_page .shop_block .product_slider .slick-slide .item .caption .info .add_to_cart .quantity_block {
  display: none;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .info .add_to_cart .single_add_to_cart_button {
  background: #0068B4;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #fff;
  border: none;
  width: 90px;
  height: 42px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  padding: 8px 12px 10px 20px;
  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: 53px 10px;
  background-size: 24px;
}

@media (max-width: 767.98px) {
  .front_page .shop_block .product_slider .slick-slide .item .caption .info .add_to_cart .single_add_to_cart_button {
    font-size: 0;
    width: 42px;
    background-position: 10px 10px;
  }
}

.front_page .shop_block .product_slider .slick-slide .item .caption .info .add_to_cart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.front_page .shop_block .product_slider .slick-slide .item .caption .info .add_to_cart .added_to_cart {
  display: none;
}

.front_page .rooms_block {
  margin-bottom: 50px;
}

.front_page .rooms_block .room_list .room_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 30px;
}

.front_page .rooms_block .room_list .room_item .room_image {
  height: 314px;
  margin-bottom: 20px;
}

.front_page .rooms_block .room_list .room_item .room_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front_page .rooms_block .room_list .room_item .room_text .room_title {
  margin-bottom: 10px;
}

.front_page .rooms_block .room_list .room_item .room_text .room_title a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .front_page .rooms_block .room_list .room_item .room_text .room_title a {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .rooms_block .room_list .room_item .room_text .room_title a {
    font-size: 20px;
  }
}

.front_page .rooms_block .room_list .room_item .room_text .room_desc {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 22.1px */
}

@media (max-width: 575.98px) {
  .front_page .rooms_block .room_list .room_item .room_text .room_desc {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .rooms_block .room_list .room_item .room_text .room_desc {
    font-size: 15px;
  }
}

.front_page .rooms_block .room_link {
  border: 2px solid #0068B4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.front_page .rooms_block .room_link a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

.front_page .blog_block {
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .front_page .blog_block {
    max-width: 98%;
  }
}

.front_page .blog_block .blog_list .item {
  margin-bottom: 30px;
}

.front_page .blog_block .blog_list .item .image {
  height: 314px;
  margin-bottom: 20px;
}

.front_page .blog_block .blog_list .item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front_page .blog_block .blog_list .caption .title {
  margin-bottom: 10px;
}

.front_page .blog_block .blog_list .caption .title a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .front_page .blog_block .blog_list .caption .title a {
    font-size: 20px;
  }
}

.front_page .blog_block .blog_list .caption .description {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 22.1px */
}

@media (max-width: 575.98px) {
  .front_page .blog_block .blog_list .caption .description {
    font-size: 15px;
  }
}

.front_page .blog_block .blog_link {
  width: 260px;
  height: 44px;
  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;
  margin: 0 auto;
  background-color: #0068B4;
  border-radius: 20px;
}

.front_page .blog_block .blog_link:hover {
  background: #0056b3;
}

.front_page .blog_block .blog_link a {
  color: #ffffff;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

.front_page .clients_block .block_clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F1F0EE;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 33px;
}

@media (max-width: 575.98px) {
  .front_page .clients_block .block_clients {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media (max-width: 575.98px) {
  .front_page .clients_block .block_clients .item_client {
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .clients_block .block_clients .item_client {
    margin-bottom: 50px;
  }
}

.front_page .clients_block .block_clients .item_client:last-child {
  margin-bottom: 0px;
}

.front_page .about_block {
  background: #F1F0EE;
  padding: 0;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .front_page .about_block {
    margin-bottom: 0px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .about_block {
    margin-bottom: 0px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.front_page .about_block .block_head {
  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) {
  .front_page .about_block .block_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media (max-width: 575.98px) {
  .front_page .about_block .block_head .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .about_block .block_head .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.front_page .about_block .block_head .info {
  padding-top: 40px;
  padding-left: 103px;
  max-width: 553px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .front_page .about_block .block_head .info {
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .about_block .block_head .info {
    padding: 20px;
  }
}

.front_page .about_block .block_head .info .title {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .front_page .about_block .block_head .info .title {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .about_block .block_head .info .title {
    font-size: 20px;
  }
}

.front_page .about_block .block_head .info .text {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 22.1px */
}

@media (max-width: 575.98px) {
  .front_page .about_block .block_head .info .text {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .about_block .block_head .info .text {
    font-size: 15px;
  }
}

.front_page .warranty_block {
  background-image: url("../img/warranty.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 80px;
}

@media (max-width: 575.98px) {
  .front_page .warranty_block {
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 66px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .warranty_block {
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 66px;
  }
}

.front_page .warranty_block .warranty_title {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 26.4px;
  /* 94.286% */
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .front_page .warranty_block .warranty_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .warranty_block .warranty_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.front_page .warranty_block .warranty_text {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 575.98px) {
  .front_page .warranty_block .warranty_text {
    font-size: 15px;
  }
}

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

.front_page .block_title {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .front_page .block_title {
    background: #F1F0EE;
  }
}

.front_page .block_title .data {
  background: #F1F0EE;
  height: 120px;
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 33.6px */
  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 .block_title .data {
    font-size: 24px;
    height: 90px;
  }
}

.front_page .air-cleaner-block {
  position: relative;
  margin: 27px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.front_page .air-cleaner-block .air-cleaner-image {
  position: relative;
  max-width: 70%;
  margin-left: auto;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .front_page .air-cleaner-block .air-cleaner-image {
    max-width: 100%;
    width: 100%;
  }
}

.front_page .air-cleaner-block .air-cleaner-image img {
  width: 100%;
  height: auto;
  display: block;
}

.front_page .air-cleaner-block .air-cleaner-content {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  padding: 28px;
  max-width: 90%;
  width: 50%;
}

@media (max-width: 767.98px) {
  .front_page .air-cleaner-block .air-cleaner-content {
    position: relative;
    top: -28px;
    left: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    padding: 28px 16px;
  }
}

.front_page .air-cleaner-block .air-cleaner-content h2 {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 700;
}

.front_page .air-cleaner-block .air-cleaner-content h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #0468B1;
  margin-top: 5px;
}

.front_page .air-cleaner-block .air-cleaner-content h3 {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 130%;
  font-weight: 700;
  color: #333;
}

.front_page .air-cleaner-block .air-cleaner-content p {
  font-size: 17px;
  line-height: 130%;
  color: #333;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.front_page .air-cleaner-block .air-cleaner-content .cleaner-btn {
  width: 260px;
  height: 44px;
  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;
  margin: 0 auto;
  background-color: #0068B4;
  border-radius: 20px;
  margin: 0 auto 0 0;
}

.front_page .air-cleaner-block .air-cleaner-content .cleaner-btn:hover {
  background: #0056b3;
}

.front_page .air-cleaner-block .air-cleaner-content .cleaner-btn a {
  color: #ffffff;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .front_page .air-cleaner-block .air-cleaner-content .cleaner-btn {
    margin: 0 auto;
  }
}

.front_page .air-cleaner-block.order-6 {
  margin-bottom: 27px;
}

.front_page .air-cleaner-block.order-6 .air-cleaner-image {
  margin-right: auto;
  margin-left: unset;
}

.front_page .air-cleaner-block.order-6 .air-cleaner-content {
  left: unset;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 767.98px) {
  .front_page .air-cleaner-block.order-6 .air-cleaner-content {
    top: -28px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    padding: 28px 16px;
  }
}

.front_page .air-cleaner-block.order-6 .air-cleaner-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.front_page .air-product-slider {
  position: relative;
}

.front_page .air-product-slider .slider-product-front .slick-arrow {
  display: none !important;
}

.front_page .air-product-slider .slider-product-front .item {
  margin-bottom: 20px;
  overflow: hidden;
  background: #F1F0EE;
}

@media (max-width: 767.98px) {
  .front_page .air-product-slider .slider-product-front .item {
    margin-bottom: 10px;
  }
}

.front_page .air-product-slider .slider-product-front .item .image {
  height: 265px;
  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;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .front_page .air-product-slider .slider-product-front .item .image {
    height: 190px;
  }
}

.front_page .air-product-slider .slider-product-front .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.front_page .air-product-slider .slider-product-front .item .caption {
  padding: 0 15px;
}

.front_page .air-product-slider .slider-product-front .item .caption .title {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .front_page .air-product-slider .slider-product-front .item .caption .title {
    margin-bottom: 6px;
  }
}

.front_page .air-product-slider .slider-product-front .item .caption .title a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  text-decoration: none;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .front_page .air-product-slider .slider-product-front .item .caption .title a {
    font-size: 13px;
  }
}

.front_page .air-product-slider .slider-product-front .item .caption .variable-items-wrapper {
  pointer-events: none;
}

.front_page .air-product-slider .slider-product-front .item .caption .description {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  /* 19.5px */
}

.front_page .air-product-slider .slider-product-front .item .caption .description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.front_page .air-product-slider .slider-product-front .item .caption .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  background: #05A57E;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  text-transform: capitalize;
  height: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .front_page .air-product-slider .slider-product-front .item .caption .status {
    margin-bottom: 7px;
  }
}

.front_page .air-product-slider .slider-product-front .item .caption .status.instock {
  background: #05A57E;
}

.front_page .air-product-slider .slider-product-front .item .caption .status.outstock {
  background: #808080;
}

.front_page .air-product-slider .slider-product-front .item .caption svg {
  position: absolute;
  top: 0;
  left: 0;
}

.front_page .air-product-slider .slider-product-front .item .caption .added_to_cart {
  display: none;
}

.front_page .air-product-slider .slider-product-front .item .caption .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .front_page .air-product-slider .slider-product-front .item .caption .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 18px;
  }
}

.front_page .air-product-slider .slider-product-front .item .caption .info .price {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin: 20px 0px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .front_page .air-product-slider .slider-product-front .item .caption .info .price {
    margin: 0px;
  }
}

.front_page .air-product-slider .slider-product-front .item .caption .info .price del {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
  margin-right: 20px;
}

.front_page .air-product-slider .slider-product-front .item .caption .info .price ins {
  color: #F00;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  /* 28.6px */
}

.front_page .air-product-slider .slider-product-front .item .caption .info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #0068B4;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
}

.front_page .air-product-slider .slider-product-front .item .caption .info .link a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front_page .air-product-slider .slider-product-front .item .caption .info .add_to_cart {
  position: relative;
}

.front_page .air-product-slider .slider-product-front .item .caption .info .add_to_cart .quantity,
.front_page .air-product-slider .slider-product-front .item .caption .info .add_to_cart .stock,
.front_page .air-product-slider .slider-product-front .item .caption .info .add_to_cart .quantity_block {
  display: none;
}

.front_page .air-product-slider .slider-product-front .item .caption .info .add_to_cart .single_add_to_cart_button {
  background: #0068B4;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #fff;
  border: none;
  width: 90px;
  height: 42px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  padding: 8px 12px 10px 20px;
  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: 53px 10px;
  background-size: 24px;
}

@media (max-width: 767.98px) {
  .front_page .air-product-slider .slider-product-front .item .caption .info .add_to_cart .single_add_to_cart_button {
    font-size: 0;
    width: 42px;
    background-position: 10px 10px;
  }
}

.front_page .air-product-slider .slider-product-front .item .caption .info .add_to_cart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.front_page .air-product-slider .slider-product-front .item .caption .info .add_to_cart .added_to_cart {
  display: none;
}

.front_page .air-product-slider .slider-product-front .item {
  margin: 0 5px;
}

.front_page .grey_block {
  margin: 60px 0;
  padding: 60px 0;
  background: #F1F0EE;
}

@media (max-width: 767.98px) {
  .front_page .grey_block {
    margin: 30px 0;
    padding: 20px 0 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .front_page .grey_block .container {
    max-width: 96%;
  }
}

.front_page .offer_block_title {
  margin: 20px auto;
}

.front_page .offer_block_title h1 {
  font-weight: 900;
  line-height: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 68px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .offer_block_title h1 {
    font-size: 56px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer_block_title h1 {
    font-size: 48px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer_block_title h1 {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .front_page .offer_block_title h1 {
    font-size: 24px;
  }
}

.front_page .offer_block {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.front_page .offer_block picture {
  position: absolute;
  width: auto;
  top: 0;
  z-index: -1;
  height: 100%;
}

.front_page .offer_block picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100vw;
  min-height: 100%;
}

.front_page .offer_block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .front_page .offer_block .container {
    max-width: 98%;
  }
}

.front_page .offer_block .container .product_info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding: 105px 0 80px 0;
}

@media (max-width: 767.98px) {
  .front_page .offer_block .container .product_info {
    width: 100%;
    padding: 25px 0 0px 0;
  }
}

.front_page .offer_block .container .product_info .discount_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.front_page .offer_block .container .product_info .discount_block .discount_procent {
  font-weight: 900;
  line-height: 100%;
  color: #000;
  font-size: 84px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .offer_block .container .product_info .discount_block .discount_procent {
    font-size: 72px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer_block .container .product_info .discount_block .discount_procent {
    font-size: 64px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer_block .container .product_info .discount_block .discount_procent {
    font-size: 56px;
  }
}

@media (max-width: 575.98px) {
  .front_page .offer_block .container .product_info .discount_block .discount_procent {
    font-size: 48px;
  }
}

.front_page .offer_block .container .product_info .discount_block .discount_text {
  font-weight: 400;
  line-height: 100%;
  color: #000;
  font-size: 48px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .offer_block .container .product_info .discount_block .discount_text {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer_block .container .product_info .discount_block .discount_text {
    font-size: 32px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer_block .container .product_info .discount_block .discount_text {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .front_page .offer_block .container .product_info .discount_block .discount_text {
    font-size: 20px;
  }
}

.front_page .offer_block .container .product_info .product_title {
  font-weight: 500;
  margin-top: 10px;
  color: #000;
  line-height: 1;
  font-size: 33px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .offer_block .container .product_info .product_title {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer_block .container .product_info .product_title {
    font-size: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer_block .container .product_info .product_title {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .front_page .offer_block .container .product_info .product_title {
    font-size: 24px;
  }
}

.front_page .offer_block .container .product_info .product_price {
  font-weight: 500;
  margin: 10px 0;
  color: #000;
  font-size: 33px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .offer_block .container .product_info .product_price {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer_block .container .product_info .product_price {
    font-size: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer_block .container .product_info .product_price {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .front_page .offer_block .container .product_info .product_price {
    font-size: 24px;
  }
}

.front_page .offer_block .container .product_info .product_link {
  width: 260px;
  height: 44px;
  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;
  margin: 0 auto;
  background-color: #0068B4;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.front_page .offer_block .container .product_info .product_link:hover {
  background: #0056b3;
}

.front_page .offer_block .container .product_info .product_link a {
  color: #ffffff;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .front_page .offer_block .container .product_info .product_link {
    position: absolute;
    bottom: 28px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.front_page .offer_block .container .product_info .product_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 20px 20px 90px;
}

@media (max-width: 991.98px) {
  .front_page .offer_block .container .product_info .product_icon {
    display: none;
  }
}

.front_page .offer_block .container .product_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  margin: 0;
  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;
}

@media (max-width: 767.98px) {
  .front_page .offer_block .container .product_image {
    width: 100%;
    margin-bottom: 96px;
  }
}

.front_page .offer_block .container .product_image img {
  max-width: 480px;
  height: auto;
}

@media (max-width: 767.98px) {
  .front_page .offer_block .container .product_image img {
    max-width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .front_page .offer_block .container .product_image img {
    max-width: 80%;
  }
}

.blog_page .title_block {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .blog_page .title_block {
    background: #F1F0EE;
  }
}

.blog_page .title_block .data {
  background: #F1F0EE;
  height: 120px;
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 33.6px */
  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) {
  .blog_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

.blog_page .title_block .data h1 {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
}

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

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

.blog_page .list .item {
  margin-bottom: 30px;
}

.blog_page .list .item .image {
  height: 314px;
  margin-bottom: 20px;
}

.blog_page .list .item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_page .list .caption .title {
  margin-bottom: 10px;
}

.blog_page .list .caption .title a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .blog_page .list .caption .title a {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog_page .list .caption .title a {
    font-size: 20px;
  }
}

.blog_page .list .caption .description {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 22.1px */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .blog_page .list .caption .description {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog_page .list .caption .description {
    font-size: 15px;
  }
}

.blog_page .list .caption .link {
  display: none;
}

.about_page .title_block {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .about_page .title_block {
    background: #F1F0EE;
  }
}

.about_page .title_block .data {
  background: #F1F0EE;
  height: 120px;
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 33.6px */
  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) {
  .about_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

.about_page .title_block .data h1 {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
}

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

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

.about_page .block_head {
  background: #F1F0EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

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

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

@media (min-width: 768px) and (max-width: 991.98px) {
  .about_page .block_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about_page .block_head .info {
  padding-top: 40px;
  padding-left: 103px;
  max-width: 553px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .about_page .block_head .info {
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .block_head .info {
    padding: 20px;
  }
}

.about_page .block_head .info .title {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .about_page .block_head .info .title {
    font-size: 20px;
  }
}

.about_page .block_head .info .text {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 22.1px */
}

@media (max-width: 575.98px) {
  .about_page .block_head .info .text {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .about_page .block_head .image img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .block_head .image img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about_page .block_head .image img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}

.about_page .block_data .title {
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 20px;
}

.about_page .block_data .list {
  max-width: 860px;
}

.about_page .block_data .list .item {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  margin-bottom: 20px;
}

.about_page .block_data .list .item .name {
  font-weight: 700;
}

.contact_page .title_block {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .contact_page .title_block {
    background: #F1F0EE;
  }
}

.contact_page .title_block .data {
  background: #F1F0EE;
  height: 120px;
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 33.6px */
  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) {
  .contact_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

.contact_page .title_block .data h1 {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
}

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

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

.contact_page .sub_title {
  max-width: 710px;
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 30px;
}

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

.contact_page hr {
  color: #9F9F9F;
  margin-bottom: 50px;
}

.contact_page .contact .phone {
  text-decoration: none;
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  .contact_page .contact .phone {
    font-size: 24px;
  }
}

.contact_page .contact .time_work {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .contact_page .contact .time_work {
    font-size: 15px;
  }
}

.contact_page .contact .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact_page .contact .social .item {
  margin-right: 20px;
}

.contact_page .adress .name {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #353535;
  margin-bottom: 15px;
}

.contact_page .adress .text {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
}

@media (max-width: 575.98px) {
  .contact_page .adress .text {
    font-size: 15px;
  }
}

.contact_page .contact_form {
  padding-bottom: 40px;
}

@media (max-width: 575.98px) {
  .contact_page .contact_form {
    margin-top: 20px;
  }
}

.contact_page .contact_form .form {
  background: #F1F0EE;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  padding: 30px;
  padding-bottom: 0;
}

.contact_page .contact_form .form .title {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  margin-bottom: 30px;
}

.contact_page .contact_form .form .item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.contact_page .contact_form .form .item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 17px;
  line-height: 130%;
  color: #808080;
}

.contact_page .contact_form .form .item label input {
  border: none;
  border-bottom: 1px solid #9F9F9F;
  background: #F1F0EE;
  width: 100%;
}

.contact_page .contact_form .form .item label textarea {
  border: none;
  border-bottom: 1px solid #9F9F9F;
  background: #F1F0EE;
  width: 100%;
  height: 85px;
}

.contact_page .contact_form .form .item .wpcf7-submit {
  border: 2px solid #0068B4;
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  /* 158.824% */
  text-decoration: none;
  max-width: 209px;
  width: 100%;
  height: 55px;
  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;
  position: relative;
}

.contact_page .service_block {
  background: #F1F0EE;
  padding: 30px;
  margin-top: 20px;
}

.contact_page .service_block .title_block {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  color: #4E4E4E;
  margin: 0;
  margin-bottom: 14px;
}

.contact_page .service_block .sub_title {
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  margin: 0;
  margin-bottom: 20px;
}

.contact_page .service_block .adress {
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}

.contact_page .service_block .phone {
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}

.contact_page .service_block .phone a {
  color: #0068B4;
  text-decoration: none;
}

.contact_page .service_block .mail {
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
}

.contact_page .service_block .mail a {
  color: #0068B4;
  text-decoration: none;
}

.rooms_page .title_block {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .rooms_page .title_block {
    background: #F1F0EE;
  }
}

.rooms_page .title_block .data {
  background: #F1F0EE;
  height: 120px;
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 33.6px */
  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) {
  .rooms_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .rooms_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

.rooms_page .title_block .data h1 {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
}

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

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

.rooms_page .sub_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 40px;
}

.rooms_page .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rooms_page .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.rooms_page .list .item .image {
  height: 314px;
  margin-bottom: 20px;
}

.rooms_page .list .item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rooms_page .list .item .caption .title {
  margin-bottom: 10px;
}

.rooms_page .list .item .caption .title a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .rooms_page .list .item .caption .title a {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .rooms_page .list .item .caption .title a {
    font-size: 20px;
  }
}

.rooms_page .list .item .caption .description {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 22.1px */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .rooms_page .list .item .caption .description {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .rooms_page .list .item .caption .description {
    font-size: 15px;
  }
}

.rooms_page .list .item .caption .color .single_variation_wrap,
.rooms_page .list .item .caption .color .label {
  display: none !important;
}

.rooms_page .list .item .caption .link {
  display: none;
}

.rooms_page .list .item .caption .link a {
  text-decoration: none;
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  padding-bottom: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.rooms_page .list .item .caption .link a:hover {
  border-bottom: 1px solid #141414;
}

.use_page .title_block {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .use_page .title_block {
    background: #F1F0EE;
  }
}

.use_page .title_block .data {
  background: #F1F0EE;
  height: 120px;
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 33.6px */
  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) {
  .use_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .use_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

.use_page .title_block .data h1 {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
}

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

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

.use_page .description_rooms .image {
  margin-bottom: 30px;
}

.use_page .description_rooms .data {
  background: #F1F0EE;
  padding: 30px;
  margin-bottom: 30px;
}

.use_page .description_rooms .title {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 575.98px) {
  .use_page .description_rooms .title {
    font-size: 15px;
  }
}

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

.use_page .description_rooms .desc {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 575.98px) {
  .use_page .description_rooms .desc {
    font-size: 15px;
  }
}

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

.content .title_block {
  margin-top: 40px;
}

.content .title_block h1 {
  font-size: 48px;
  line-height: 56px;
  color: #141414;
  margin-bottom: 10px;
}

.title_block {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .title_block {
    background: #F1F0EE;
  }
}

.title_block .data {
  background: #F1F0EE;
  height: 120px;
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 33.6px */
  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) {
  .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

.title_block .data h1 {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
}

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

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

@media (max-width: 767.98px) {
  .catalog_page {
    margin-top: 70px;
  }
}

.catalog_page .title_block {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .catalog_page .title_block {
    background: #F1F0EE;
    margin-top: 0px;
    margin-bottom: 0;
  }
}

.catalog_page .title_block .data {
  background: #F1F0EE;
  height: 120px;
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 33.6px */
  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) {
  .catalog_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

.catalog_page .title_block .data h1 {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
}

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

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

.catalog_page.filter_active::before {
  content: "";
  background: rgba(17, 17, 17, 0.698039);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.catalog_page .filter_btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 20.4px */
  margin-bottom: 20px;
}

.catalog_page .filter_btn svg {
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .catalog_page .filter_btn {
    width: 210px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.catalog_page .filter_btn::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.catalog_page .filter_btn::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

@media (max-width: 575.98px) {
  .catalog_page .filter_btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

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

@media (min-width: 992px) and (max-width: 1199.98px) {
  .catalog_page .filter_btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.catalog_page .product_list .product-cart {
  padding-right: 5px;
  padding-left: 5px;
}

.catalog_page .product_list .item {
  margin-bottom: 20px;
  overflow: hidden;
  background: #F1F0EE;
}

@media (max-width: 767.98px) {
  .catalog_page .product_list .item {
    margin-bottom: 10px;
  }
}

.catalog_page .product_list .item .image {
  height: 265px;
  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;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .catalog_page .product_list .item .image {
    height: 190px;
  }
}

.catalog_page .product_list .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.catalog_page .product_list .item .caption {
  padding: 0 15px;
}

.catalog_page .product_list .item .caption .title {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .catalog_page .product_list .item .caption .title {
    margin-bottom: 6px;
  }
}

.catalog_page .product_list .item .caption .title a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  text-decoration: none;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .catalog_page .product_list .item .caption .title a {
    font-size: 13px;
  }
}

.catalog_page .product_list .item .caption .variable-items-wrapper {
  pointer-events: none;
}

.catalog_page .product_list .item .caption .description {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  /* 19.5px */
}

.catalog_page .product_list .item .caption .description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog_page .product_list .item .caption .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  background: #05A57E;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  text-transform: capitalize;
  height: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .catalog_page .product_list .item .caption .status {
    margin-bottom: 7px;
  }
}

.catalog_page .product_list .item .caption .status.instock {
  background: #05A57E;
}

.catalog_page .product_list .item .caption .status.outstock {
  background: #808080;
}

.catalog_page .product_list .item .caption svg {
  position: absolute;
  top: 0;
  left: 0;
}

.catalog_page .product_list .item .caption .added_to_cart {
  display: none;
}

.catalog_page .product_list .item .caption .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .catalog_page .product_list .item .caption .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 18px;
  }
}

.catalog_page .product_list .item .caption .info .price {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin: 20px 0px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .catalog_page .product_list .item .caption .info .price {
    margin: 0px;
  }
}

.catalog_page .product_list .item .caption .info .price del {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
  margin-right: 20px;
}

.catalog_page .product_list .item .caption .info .price ins {
  color: #F00;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  /* 28.6px */
}

.catalog_page .product_list .item .caption .info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #0068B4;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
}

.catalog_page .product_list .item .caption .info .link a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog_page .product_list .item .caption .info .add_to_cart {
  position: relative;
}

.catalog_page .product_list .item .caption .info .add_to_cart .quantity,
.catalog_page .product_list .item .caption .info .add_to_cart .stock,
.catalog_page .product_list .item .caption .info .add_to_cart .quantity_block {
  display: none;
}

.catalog_page .product_list .item .caption .info .add_to_cart .single_add_to_cart_button {
  background: #0068B4;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #fff;
  border: none;
  width: 90px;
  height: 42px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  padding: 8px 12px 10px 20px;
  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: 53px 10px;
  background-size: 24px;
}

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

.catalog_page .product_list .item .caption .info .add_to_cart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.catalog_page .product_list .item .caption .info .add_to_cart .added_to_cart {
  display: none;
}

.catalog_page .sort {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .catalog_page .filter {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 2;
    max-width: 320px;
    width: 100%;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-animation: ani 1s forwards;
            animation: ani 1s forwards;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .catalog_page .filter {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 2;
    max-width: 320px;
    width: 100%;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-animation: ani 1s forwards;
            animation: ani 1s forwards;
  }
}

.catalog_page .filter.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 12;
  padding: 10px 12px;
  background-color: #fff;
  top: 66px;
  position: fixed;
  height: calc(100% - 66px);
  overflow: auto;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.catalog_page .filter .yith-wcan-filters {
  width: 100%;
}

.catalog_page .filter .filters-container .filter-title {
  font-size: 24px;
  line-height: 125%;
  color: #141414;
  font-weight: 400;
}

.catalog_page .filter .filters-container .checkbox {
  position: relative;
  margin-bottom: 10px;
}

.catalog_page .filter .filters-container .checkbox input {
  width: 24px;
  height: 24px;
  display: none;
}

.catalog_page .filter .filters-container .checkbox input:checked ~ a::after {
  background: #0A27CB;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 7.5L6 12L16 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.catalog_page .filter .filters-container .checkbox a {
  font-size: 17px;
  line-height: 120%;
  color: #000000 !important;
  padding-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog_page .filter .filters-container .checkbox a::after {
  content: "";
  border: 1px solid rgba(5, 15, 34, 0.5);
  border-radius: 4px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background: #fff;
}

.product_list {
  position: relative;
}

.product_list .item {
  margin-bottom: 20px;
  overflow: hidden;
  background: #F1F0EE;
}

@media (max-width: 767.98px) {
  .product_list .item {
    margin-bottom: 10px;
  }
}

.product_list .item .image {
  height: 265px;
  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;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .product_list .item .image {
    height: 190px;
  }
}

.product_list .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.product_list .item .caption {
  padding: 0 15px;
}

.product_list .item .caption .title {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .product_list .item .caption .title {
    margin-bottom: 6px;
  }
}

.product_list .item .caption .title a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  text-decoration: none;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.product_list .item .caption .variable-items-wrapper {
  pointer-events: none;
}

.product_list .item .caption .description {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  /* 19.5px */
}

.product_list .item .caption .description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product_list .item .caption .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  background: #05A57E;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  text-transform: capitalize;
  height: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .product_list .item .caption .status {
    margin-bottom: 7px;
  }
}

.product_list .item .caption .status.instock {
  background: #05A57E;
}

.product_list .item .caption .status.outstock {
  background: #808080;
}

.product_list .item .caption svg {
  position: absolute;
  top: 0;
  left: 0;
}

.product_list .item .caption .added_to_cart {
  display: none;
}

.product_list .item .caption .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .product_list .item .caption .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 18px;
  }
}

.product_list .item .caption .info .price {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin: 20px 0px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .product_list .item .caption .info .price {
    margin: 0px;
  }
}

.product_list .item .caption .info .price del {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
  margin-right: 20px;
}

.product_list .item .caption .info .price ins {
  color: #F00;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  /* 28.6px */
}

.product_list .item .caption .info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #0068B4;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
}

.product_list .item .caption .info .link a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_list .item .caption .info .add_to_cart {
  position: relative;
}

.product_list .item .caption .info .add_to_cart .quantity,
.product_list .item .caption .info .add_to_cart .stock,
.product_list .item .caption .info .add_to_cart .quantity_block {
  display: none;
}

.product_list .item .caption .info .add_to_cart .single_add_to_cart_button {
  background: #0068B4;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #fff;
  border: none;
  width: 90px;
  height: 42px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  padding: 8px 12px 10px 20px;
  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: 53px 10px;
  background-size: 24px;
}

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

.product_list .item .caption .info .add_to_cart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.product_list .item .caption .info .add_to_cart .added_to_cart {
  display: none;
}

.not_found_page {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not_found_page .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not_found_page .title h1 {
  color: #0068B4;
  font-family: Roboto;
  font-size: 200px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 575.98px) {
  .not_found_page .title h1 {
    font-size: 150px;
  }
}

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

.not_found_page .sub_title {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

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

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

.not_found_page .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 55px;
  border: 2px solid #0068B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.not_found_page .link a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  /* 158.824% */
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .not_found_page .link a {
    font-size: 15px;
  }
}

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

.single_post .title_block {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .single_post .title_block {
    background: #F1F0EE;
  }
}

.single_post .title_block .data {
  background: #F1F0EE;
  height: 120px;
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 33.6px */
  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) {
  .single_post .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single_post .title_block .data {
    font-size: 24px;
    height: 90px;
  }
}

.single_post .title_block .data h1 {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
}

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

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

.single_post .content_block .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;
}

.single_post .content_block .data .title {
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 20px;
  max-width: 470px;
}

.single_post .content_block .data .text {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  max-width: 470px;
}

.single_post .content_block .data {
  margin-top: 30px;
}

.single_post .content_block .data .text {
  background: #F1F0EE;
  padding: 30px;
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
}

.single_post .description {
  margin-top: 30px;
}

.single_post .description .item {
  margin-bottom: 30px;
}

.single_post .description .item.right .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.single_post .description .item.left .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.single_post .description .item.center .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single_post .description .item:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.single_post .description .item:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.single_post .description .item .title_block {
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 30px;
}

.single_post .description .item .info_block {
  background: #F1F0EE;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single_post .description .item .info_block .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;
}

.single_post .description .item .info_block .data .title {
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 20px;
  max-width: 470px;
}

.single_post .description .item .info_block .data .text {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  max-width: 470px;
}

.woocommerce-pagination .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.woocommerce-pagination .page-numbers li .current {
  color: #FFFFFF !important;
  background: #0468B1;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  border: 1px solid #7C8285;
  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;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .woocommerce-pagination .page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-pagination .page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
  }
}

.woocommerce-pagination .page-numbers .page-item.active .page-link {
  color: #FFFFFF;
  background: #0468B1;
}

.woocommerce-pagination .page-numbers .page-item .page-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  border: 1px solid #7C8285;
  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) {
  .woocommerce-pagination .page-numbers .page-item .page-link {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-pagination .page-numbers .page-item .page-link {
    width: 40px;
    height: 40px;
  }
}

.product_page {
  margin-top: 170px;
}

@media (max-width: 767.98px) {
  .product_page {
    margin-top: 132px;
  }
}

.product_page .woo-variation-product-gallery {
  max-width: 100% !important;
  width: 100%;
}

.product_page .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_page .image .btn-juliet {
  background: transparent;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 38%;
  padding: 0px;
  z-index: 10;
  font-size: 0;
}

.product_page .image .btn-juliet#prev {
  left: 0px;
}

.product_page .image .btn-juliet#next {
  right: 0px;
}

.product_page .image .btn-juliet:hover svg path {
  stroke: #00A3FF;
}

.product_page .image .slider-product {
  width: 100%;
  margin-left: unset;
}

.product_page .image .slider-product .image {
  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 .slider-product .image img {
  margin: 0 auto;
}

.product_page .image .slider-product-nav {
  width: 100%;
}

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

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

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

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

@media (max-width: 575.98px) {
  .product_page .image .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 .slider-product-nav .image img {
  max-height: 120px;
  margin: 0 auto;
}

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

.product_page .data .title h1 {
  font-size: 48px;
  line-height: 56px;
  color: #141414;
  margin-bottom: 15px;
  font-weight: 400;
}

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

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .data .title h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

.product_page .data .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  background: #05A57E;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  text-transform: capitalize;
  height: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .product_page .data .status {
    margin-bottom: 7px;
  }
}

.product_page .data .status.instock {
  background: #05A57E;
}

.product_page .data .status.outstock {
  background: #808080;
}

.product_page .data .reset_variations {
  display: none !important;
}

.product_page .data .price {
  color: #005aa7;
  line-height: 26px;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin: 20px 0px;
  margin-bottom: 20px;
}

.product_page .data .price del {
  color: var(--txt-black, #000);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
  margin-right: 8px;
}

.product_page .data .price ins {
  color: var(--txt-red, #F00);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  /* 28.6px */
}

.product_page .data .option {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 30px;
}

.product_page .data .stock {
  display: none;
}

.product_page .data .option_name {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  width: 110px;
}

.product_page .data .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.product_page .data .color .list button {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  margin-right: 15px;
  border: 1px solid;
}

.product_page .data .add_to_cart .variations_form .variations .label {
  width: 110px;
}

.product_page .data .add_to_cart .variations_form .variations .woo-selected-variation-item-name {
  display: none;
}

.product_page .data .add_to_cart .variations_form .variations .reset_variations {
  display: none;
}

.product_page .data .add_to_cart .variations_form .variations ul li {
  border-radius: 50%;
}

.product_page .data .add_to_cart .variations_form .variations ul li .variable-item-contents span {
  width: 24px;
  height: 24px;
  border-radius: 50px;
}

.product_page .data .add_to_cart .variations_form .variations ul li .variable-item-contents span::after {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
}

.product_page .data .quantity_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  margin-top: 24px;
}

.product_page .data .quantity_block .quantity_attributes {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  width: 110px;
}

.product_page .data .quantity_block .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_page .data .quantity_block .quantity .minus {
  border-radius: 5px 0px 0px 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #9F9F9F;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.product_page .data .quantity_block .quantity .plus {
  border-radius: 0px 5px 5px 0px;
  width: 40px;
  height: 40px;
  border: 1px solid #9F9F9F;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.product_page .data .quantity_block .quantity input {
  max-width: 40px;
  height: 40px;
  background: #ffffff;
  font-size: 17px;
  line-height: 27px;
  color: #353535;
  border-radius: 0px;
  border: 0;
  border-top: 1px solid #9F9F9F;
  border-bottom: 1px solid #9F9F9F;
  text-align: center;
}

.product_page .data .quantity_block .quantity input::-webkit-outer-spin-button, .product_page .data .quantity_block .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.product_page .data .quantity_block .quantity .number-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_page .data .quantity_block .quantity .number-spinner .input-group-btn:first-child .btn-default {
  border-radius: 5px 0px 0px 5px;
}

.product_page .data .quantity_block .quantity .number-spinner .input-group-btn:last-child .btn-default {
  border-radius: 0px 5px 5px 0px;
}

.product_page .data .quantity_block .quantity .number-spinner .input-group-btn .btn-default {
  width: 40px;
  height: 40px;
  border: 1px solid #9F9F9F;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product_page .data .single_add_to_cart_button {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  width: 270px;
  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;
  position: relative;
  border: 2px solid #0068B4;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .product_page .data .single_add_to_cart_button {
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .data .single_add_to_cart_button {
    margin: 0 auto;
  }
}

.product_page .data .single_add_to_cart_button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.product_page .data .single_add_to_cart_button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.product_page .data .added_to_cart {
  margin-top: 16px;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 45px;
  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;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (max-width: 575.98px) {
  .product_page .data .added_to_cart {
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .data .added_to_cart {
    margin: 0 auto;
  }
}

.product_page .data .added_to_cart::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.product_page .data .added_to_cart::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.product_page .data .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.product_page .data .total .value {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #141414;
}

.product_page .data .add_cart button {
  background: #0468B1;
  border: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  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;
  width: 300px;
  height: 65px;
}

.product_page .pluses {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_page .pluses .item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .product_page .pluses .item {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .pluses .item {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .pluses .item {
    width: 50%;
  }
}

.product_page .pluses .item .icon {
  margin-bottom: 15px;
}

.product_page .pluses .item .title {
  font-size: 17px;
  line-height: 130%;
  text-align: center;
  color: #141414;
}

.product_page .description {
  margin-top: 120px;
}

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

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description {
    padding: 0;
  }
}

.product_page .description .item {
  margin-bottom: 30px;
}

.product_page .description .item.right .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.product_page .description .item.left .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.product_page .description .item.center .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_page .description .item:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product_page .description .item:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product_page .description .item .title_block {
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 30px;
}

.product_page .description .item .info_block {
  background: #F1F0EE;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .product_page .description .item .info_block {
    padding: 60px 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description .item .info_block {
    padding: 60px 0px;
  }
}

.product_page .description .item .info_block .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_page .description .item .info_block .data .title {
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 20px;
  max-width: 470px;
}

.product_page .description .item .info_block .data .text {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  max-width: 470px;
}

.product_page .characteristics {
  margin-top: 120px;
}

@media (max-width: 575.98px) {
  .product_page .characteristics {
    margin-top: 70px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .characteristics {
    margin-top: 70px;
  }
}

.product_page .characteristics .block_title {
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 30px;
}

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

.product_page .characteristics .list ul .item {
  border-bottom: 1px solid #9F9F9F;
  padding-top: 20px;
  padding-bottom: 10px;
}

.product_page .characteristics .list ul .item .name {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}

.product_page .characteristics .list ul .item .value {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
}

.product_page .recomended_products {
  margin-top: 120px;
}

.product_page .recomended_products .block_title {
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 30px;
}

.product_page .recomended_products .list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: -10px;
  margin-left: -10px;
}

.product_page .recomended_products .item {
  margin-bottom: 20px;
  overflow: hidden;
  background: #F1F0EE;
}

@media (max-width: 767.98px) {
  .product_page .recomended_products .item {
    margin-bottom: 10px;
  }
}

.product_page .recomended_products .item .image {
  height: 265px;
  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;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .product_page .recomended_products .item .image {
    height: 190px;
  }
}

.product_page .recomended_products .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.product_page .recomended_products .item .caption {
  padding: 0 15px;
}

.product_page .recomended_products .item .caption .title {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .product_page .recomended_products .item .caption .title {
    margin-bottom: 6px;
  }
}

.product_page .recomended_products .item .caption .title a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  text-decoration: none;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .product_page .recomended_products .item .caption .title a {
    font-size: 13px;
  }
}

.product_page .recomended_products .item .caption .variable-items-wrapper {
  pointer-events: none;
}

.product_page .recomended_products .item .caption .description {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  /* 19.5px */
}

.product_page .recomended_products .item .caption .description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product_page .recomended_products .item .caption .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  background: #05A57E;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  text-transform: capitalize;
  height: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .product_page .recomended_products .item .caption .status {
    margin-bottom: 7px;
  }
}

.product_page .recomended_products .item .caption .status.instock {
  background: #05A57E;
}

.product_page .recomended_products .item .caption .status.outstock {
  background: #808080;
}

.product_page .recomended_products .item .caption svg {
  position: absolute;
  top: 0;
  left: 0;
}

.product_page .recomended_products .item .caption .added_to_cart {
  display: none;
}

.product_page .recomended_products .item .caption .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .product_page .recomended_products .item .caption .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 18px;
  }
}

.product_page .recomended_products .item .caption .info .price {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin: 20px 0px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .product_page .recomended_products .item .caption .info .price {
    margin: 0px;
  }
}

.product_page .recomended_products .item .caption .info .price del {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
  margin-right: 20px;
}

.product_page .recomended_products .item .caption .info .price ins {
  color: #F00;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  /* 28.6px */
}

.product_page .recomended_products .item .caption .info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #0068B4;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
}

.product_page .recomended_products .item .caption .info .link a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_page .recomended_products .item .caption .info .add_to_cart {
  position: relative;
}

.product_page .recomended_products .item .caption .info .add_to_cart .quantity,
.product_page .recomended_products .item .caption .info .add_to_cart .stock,
.product_page .recomended_products .item .caption .info .add_to_cart .quantity_block {
  display: none;
}

.product_page .recomended_products .item .caption .info .add_to_cart .single_add_to_cart_button {
  background: #0068B4;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #fff;
  border: none;
  width: 90px;
  height: 42px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  padding: 8px 12px 10px 20px;
  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: 53px 10px;
  background-size: 24px;
}

@media (max-width: 767.98px) {
  .product_page .recomended_products .item .caption .info .add_to_cart .single_add_to_cart_button {
    font-size: 0;
    width: 42px;
    background-position: 10px 10px;
  }
}

.product_page .recomended_products .item .caption .info .add_to_cart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.product_page .recomended_products .item .caption .info .add_to_cart .added_to_cart {
  display: none;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sm-sales {
  display: none;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-pname a {
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  text-decoration: none;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sm-left .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .variation {
  display: none;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ecl {
  color: red;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  width: 300px;
  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;
  position: relative;
  border: 2px solid #0068B4;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  width: 300px;
  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;
  position: relative;
  border: 2px solid #0068B4;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .catalog_link {
  display: none;
}

.account_page .menu {
  background: #F1F0EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.account_page .menu ul li {
  max-width: 200px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account_page .menu ul li.active {
  background: #0468B1;
}

.account_page .menu ul li.active a {
  color: #FFFFFF;
}

.account_page .menu ul li.active::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 12px solid #0468B1;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -12px;
}

.account_page .menu ul li:last-child {
  border-top: 1px solid #9F9F9F;
}

.account_page .menu ul li a {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
  padding: 12px;
  display: block;
}

.page_page .row > * {
  padding-right: revert;
  padding-left: revert;
}

.woocommerce-page .page_page h1 {
  padding-left: 10px;
}

.woocommerce-page .woocommerce-form-coupon-toggle {
  padding-left: 10px;
}

.woocommerce-page .woocommerce-form-coupon {
  padding-left: 10px;
}

.woocommerce-page .woocommerce-form-coupon button {
  text-align: center;
  padding: 14px 0;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 48px;
  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;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 auto;
}

.woocommerce-page .woocommerce-form-coupon button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce-page .woocommerce-form-coupon button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce {
  /* steps */
  /* content */
  /* step1 */
  /* step2 */
  /* step3 */
  /* step4 */
  /**order-summary */
  /**promo-code-section */
  /**cart-items */
  /* woocommerce-billing-fields */
  /* delivery */
  /* payment_methods */
}

.woocommerce .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .woocommerce .coupon {
    -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;
  }
}

.woocommerce .coupon button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  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;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce .coupon button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .coupon button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .coupon label {
  margin-right: 15px;
}

.woocommerce .coupon input {
  margin-right: 15px;
}

.woocommerce .actions button {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  text-decoration: none;
  width: 300px;
  height: 65px;
  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;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce .actions button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .actions button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .bag_template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce .bag_template .shipping-calculator-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #9F9F9F;
  font-size: 17px;
  line-height: 22px;
  color: #808080;
}

.woocommerce .bag_template .shipping-calculator-form button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  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;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce .bag_template .shipping-calculator-form button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .bag_template .shipping-calculator-form button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .bag_template .woocommerce-cart-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product-thumbnail {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product-thumbnail img {
  width: 100%;
  height: 100%;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
    -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;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
    -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;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product-name {
  width: 280px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product-name a {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
  text-decoration: none;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 30px;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-price {
  display: none;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity {
  margin-right: 70px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity {
    margin-right: 34px;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity_attributes {
  display: none;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input {
  width: 40px;
  text-align: center;
  border: 1px solid #9F9F9F;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input::-webkit-outer-spin-button, .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button {
  background: transparent;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button.minus {
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #9F9F9F;
  border-radius: 5px 0px 0px 5px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button.plus {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #9F9F9F;
  border-radius: 0px 5px 5px 0px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product_total .amount {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
}

.woocommerce .bag_template .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce .bag_template .woocommerce-shipping-methods li {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.woocommerce .bag_template .woocommerce-shipping-methods li input {
  width: 24px;
  height: 24px;
  opacity: 0;
}

.woocommerce .bag_template .woocommerce-shipping-methods li label {
  font-size: 17px;
  line-height: 22px;
  color: #353535;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.woocommerce .bag_template .woocommerce-shipping-methods li label::after {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #0468B1;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.woocommerce .bag_template .woocommerce-shipping-methods li input:checked ~ label::after {
  border: 9px solid #0468B1;
}

.woocommerce .bag_template .woocommerce-shipping-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce .bag_template .cart-collaterals {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
  border-left: 1px solid #9F9F9F;
  padding: 0px 0px 0px 40px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 100%;
    padding: 0;
    border: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 50%;
  }
}

.woocommerce .bag_template .cart-collaterals .shop_table {
  width: 100%;
}

.woocommerce .bag_template .cart-collaterals .shop_table .cart-subtotal {
  display: none;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total th {
  font-weight: 400;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total td {
  font-weight: 400;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total td strong {
  font-weight: 400;
}

.woocommerce .bag_template .cart-collaterals .wc-proceed-to-checkout a,
.woocommerce .bag_template .cart-collaterals .woocommerce-shipping-calculator a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  width: 300px;
  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;
  position: relative;
  border: 2px solid #0068B4;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: 60px;
  margin-bottom: 20px;
}

.woocommerce .checkout-steps {
  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;
  gap: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.woocommerce .checkout-steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.woocommerce .checkout-steps .step .circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #ccc;
  color: #888;
  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-right: 8px;
  font-weight: bold;
}

.woocommerce .checkout-steps .step.active {
  color: black;
}

.woocommerce .checkout-steps .step.active .circle {
  background-color: #0063ae;
  color: white;
  border: none;
}

.woocommerce .checkout-steps .separator {
  width: 30px;
  height: 1px;
  background-color: #999;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .cart-items-h1 {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .woocommerce-billing-fields {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .woocommerce_checkout_shipping {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .create_profile {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .confirm {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .product_list_bag {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .total {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 1 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .total .next_step_delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .total .next_step_payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .promo-code-section {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .cart-items-h1 {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .woocommerce-billing-fields {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .woocommerce_checkout_shipping {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .create_profile {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .confirm {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review .delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review .total {
  margin-top: 20px;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review .total .next_step_billing {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review .total .next_step_payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .promo-code-section {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .cart-items-h1 {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .woocommerce-billing-fields {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .woocommerce_checkout_shipping {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .create_profile {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .confirm {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr 1fr 2fr;
      grid-template-rows: 1fr 1fr 2fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .product_list_bag {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .delivery {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3 / 1 / 4 / 2;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .total {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .total .next_step_billing {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .total .next_step_delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .promo-code-section {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .cart-items-h1 {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .woocommerce-billing-fields {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .woocommerce_checkout_shipping {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .payment {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .create_profile {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .confirm {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 370px;
      grid-template-columns: 1fr 370px;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 2 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .product_list_bag {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total .next_step_billing {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total .next_step_delivery {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total .next_step_payment {
  display: none;
}

.woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .promo-code-section {
  display: none;
}

.woocommerce .order-summary {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}

.woocommerce .order-summary .order-summary-h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.woocommerce .order-summary .product-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.woocommerce .order-summary .product-value .old-price {
  text-decoration: line-through;
  color: #999;
}

.woocommerce .order-summary .product-value .new-price {
  font-weight: 500;
  color: #23424a;
}

.woocommerce .order-summary .line {
  border-top: 1px solid #ccc;
  margin: 15px 0;
}

.woocommerce .order-summary .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.woocommerce .order-summary .btn-next {
  display: block;
  width: 100%;
  background-color: #006ac6;
  color: white;
  text-align: center;
  padding: 14px 0;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.woocommerce .order-summary .btn-next:hover {
  background-color: #005bb5;
}

.woocommerce .promo-code-section {
  background: #fff;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin: 0 auto;
  width: 100%;
}

.woocommerce .promo-code-section .checkout_coupon {
  display: block !important;
}

.woocommerce .promo-code-section label {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.woocommerce .promo-code-section .promo-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.woocommerce .promo-code-section .promo-input-wrapper input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  border: none;
  outline: none;
  font-size: 14px;
}

.woocommerce .promo-code-section .promo-input-wrapper button.inline {
  background: none;
  border: none;
  padding: 12px 16px;
  font-weight: bold;
  color: #333;
  border-left: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  width: unset;
}

.woocommerce .promo-code-section .promo-submit:hover {
  background-color: #3d8ac4;
}

.woocommerce .woocommerce-page .promo-code-section button.promo-submit {
  text-align: center;
  padding: 14px 0;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 48px;
  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;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce .cart-items .cart-items-h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.woocommerce .cart-items .delivery {
  display: none;
}

.woocommerce .cart-items .total {
  display: none;
}

.woocommerce .order_review .product_list_bag {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
}

.woocommerce .order_review .product_list_bag .cart_item {
  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: 20px 0;
  gap: 20px;
  background: #fff;
  margin: 0;
  overflow: hidden;
}

.woocommerce .order_review .product_list_bag .cart_item .image {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  width: 100px;
}

.woocommerce .order_review .product_list_bag .cart_item .image img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .product_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .product_title a {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .quantity_block {
  margin-top: 8px;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .quantity_block .quantity_attributes {
  display: none;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .quantity_block .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  overflow: hidden;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .quantity_block .quantity button {
  width: 32px;
  height: 32px;
  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;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.4ms;
  transition: all 0.4ms;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .quantity_block .quantity button.minus {
  background: #E0E1E0;
  border-radius: 4px 0px 0px 4px;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .quantity_block .quantity button.plus {
  background: #0468b1;
  border-radius: 0px 4px 4px 0px;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .quantity_block .quantity input {
  width: 40px;
  height: 32px;
  text-align: center;
  border: none;
  font-size: 16px;
  moz-appearance: textfield;
}

.woocommerce .order_review .product_list_bag .cart_item .product_data .price_info {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 150px;
}

.woocommerce .order_review .product_list_bag .cart_item .price_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.woocommerce .order_review .product_list_bag .cart_item .price_info .product-subtotal {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.woocommerce .order_review .product_list_bag .cart_item .price_info .price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.woocommerce .order_review .product_list_bag .cart_item .price_info .delete_product .product-remove a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

.woocommerce .woocommerce-billing-fields {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
}

.woocommerce .woocommerce-billing-fields .title {
  display: none;
}

.woocommerce .woocommerce-billing-fields .delivery_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce .woocommerce-billing-fields .delivery_fields .form-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.woocommerce .woocommerce-billing-fields .delivery_fields .form-row label {
  display: none;
}

.woocommerce .woocommerce-billing-fields .delivery_fields .form-row input {
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525454;
  max-width: 350px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  height: 42px;
  font-size: 14px;
}

.woocommerce .delivery {
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
}

.woocommerce .delivery .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce .delivery .woocommerce-shipping-methods li {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.woocommerce .delivery .woocommerce-shipping-methods li input {
  width: 24px;
  height: 24px;
  opacity: 0;
}

.woocommerce .delivery .woocommerce-shipping-methods li input:checked ~ label::after {
  border: 9px solid #0468B1;
}

.woocommerce .delivery .woocommerce-shipping-methods li label {
  font-size: 17px;
  line-height: 22px;
  color: #353535;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.woocommerce .delivery .woocommerce-shipping-methods li label::after {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #0468B1;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.woocommerce .payment {
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
}

.woocommerce .payment .payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce .payment .payment_methods li {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.woocommerce .payment .payment_methods li input {
  width: 24px;
  height: 24px;
  opacity: 0;
}

.woocommerce .payment .payment_methods li input:checked ~ label::after {
  border: 9px solid #0468B1;
}

.woocommerce .payment .payment_methods li label {
  font-size: 17px;
  line-height: 22px;
  color: #353535;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.woocommerce .payment .payment_methods li label::after {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #0468B1;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.woocommerce .payment .title {
  display: none;
}

.woocommerce .payment .place-order {
  display: none !important;
}

.woocommerce .confirm {
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
}

.woocommerce .confirm button {
  background-color: #4a9bd9;
  color: white;
  text-align: center;
  padding: 14px 0;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 48px;
  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;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: 28px;
}

.woocommerce .confirm button.disabled {
  background: #9E9E9E;
  cursor: no-drop;
}

.woocommerce .confirm .custom-checkboxes {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
}

.woocommerce .total {
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
}

.woocommerce .total .next_step {
  text-align: center;
  padding: 14px 0;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 48px;
  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;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 auto;
}

.woocommerce .total .page_head {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.woocommerce .total .delivery_coast {
  margin: 10px 0;
}

.woocommerce .total .delivery_coast .text {
  font-size: 14px;
  color: #555;
}

.woocommerce .total .delivery_coast .data {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.woocommerce .total .total_price {
  margin: 10px 0;
}

.woocommerce .total .total_price .text {
  font-size: 14px;
  color: #555;
}

.woocommerce .total .total_price .data {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.woocommerce .total .total_price .data .order-total {
  font-size: 18px;
  font-weight: bold;
}

.woocommerce .total .total_price .data .order-total del {
  color: #999;
  margin-right: 8px;
  font-weight: normal;
}

.woocommerce .total .total_price .data .order-total ins {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.woocommerce .total hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 10px 0;
}

@media (max-width: 700px) {
  .woocommerce .checkout-steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px 13px;
    max-width: 500px;
    margin: 10px auto;
  }
  .woocommerce .checkout-steps .step {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    width: calc(50% - 20px);
    margin-bottom: 10px;
    padding-left: 20px;
    margin-top: 10px;
  }
  .woocommerce .checkout-steps .separator {
    display: none;
  }
}

@media (max-width: 991px) {
  .woocommerce .checkout-steps-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 2fr 210px 210px;
        grid-template-rows: 2fr 210px 210px;
    gap: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 1fr 1fr 210px;
        grid-template-rows: 1fr 1fr 210px;
    gap: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 210px;
        grid-template-rows: 1fr 1fr 210px;
    gap: 10px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 4 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 4 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step2 .order_review .total {
    margin-top: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 1fr 210px 210px 210px;
        grid-template-rows: 1fr 210px 210px 210px;
    gap: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 form {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 5 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 1fr 210px 210px 210px;
        grid-template-rows: 1fr 210px 210px 210px;
    gap: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .payment {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .confirm {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4 / 1 / 5 / 2;
    padding: 20px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 210px;
        grid-template-rows: 1fr 210px;
    gap: 10px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .product_list_bag {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 form {
    display: block;
    width: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 210px;
        grid-template-rows: 1fr 210px;
    gap: 10px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .product_list_bag {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .order_review .total {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 / 1 / 3 / 3;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step1 .promo-code-section {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 form {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 4 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 2fr 260px 210px;
        grid-template-rows: 2fr 260px 210px;
    gap: 10px;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .product_list_bag {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .delivery {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step3 .order_review .total {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media (max-width: 585px) {
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .product_list_bag {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  .woocommerce .checkout-steps-content .cart-items-summary-promo-code.step4 .order_review .total {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
    width: calc(100vw - 20px);
  }
  .woocommerce .order_review .product_list_bag {
    width: calc(100vw - 20px);
    padding: 9px;
  }
  .woocommerce .woocommerce-billing-fields .delivery_fields .form-row {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .woocommerce .checkout .confirm {
    padding-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .checkout .confirm {
    padding-left: 0;
  }
}

.account__log_in,
.account__register {
  margin: 0 auto;
  min-width: 320px;
  padding: 0 7.5px;
}

.account__log_in .account__h2,
.account__register .account__h2 {
  text-align: center;
  color: #333;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.account__log_in .woocommerce-form-row,
.account__log_in .form-row,
.account__register .woocommerce-form-row,
.account__register .form-row {
  width: 100% !important;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.account__log_in .woocommerce-form-row label,
.account__log_in .form-row label,
.account__register .woocommerce-form-row label,
.account__register .form-row label {
  font-size: 18px;
}

.account__log_in input[type=date],
.account__log_in input[type=email],
.account__log_in input[type=password],
.account__log_in input[type=search],
.account__log_in input[type=tel],
.account__log_in input[type=text],
.account__log_in textarea,
.account__register input[type=date],
.account__register input[type=email],
.account__register input[type=password],
.account__register input[type=search],
.account__register input[type=tel],
.account__register input[type=text],
.account__register textarea {
  outline: 0;
  font-weight: 500;
  font-size: 24px;
  color: #333;
  padding: 2px 8px;
  border: 1px solid #bbb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
}

.account__log_in .lost_password,
.account__register .lost_password {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 0.5rem;
}

.account__log_in .lost_password p,
.account__register .lost_password p {
  margin-bottom: 0;
}

.account__log_in .login,
.account__log_in .register,
.account__register .login,
.account__register .register,
.comment-respond,
.comments,
.lost_reset_password,
.product_new_review__form .user_info {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-Button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  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;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 16px auto;
}

.woocommerce-form-login__submit::after,
.woocommerce-form-register__submit::after,
.woocommerce-Button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce-form-login__submit::before,
.woocommerce-form-register__submit::before,
.woocommerce-Button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-Button:hover {
  color: #FFFFFF;
  background: #0468B1;
}

.account_orders_link_a,
.comment-respond a,
.main_page__sertificate_item span {
  color: #0468b1;
  text-transform: none;
  text-decoration: underline;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.account__main {
  padding-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
}

@media screen and (min-width: 756px) {
  .account__main {
    -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr;
    gap: 4.25rem;
    max-width: 76.5rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 4.5rem;
  }
}

.account__main .account__menu_section {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-flex-line-pack: start;
      align-content: start;
}

.account__main .account__head,
.account__main .account__order_delivery_info {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.account__main .account__title,
.account__main .section-title h1 {
  color: #333;
  text-transform: uppercase;
}

.account__main .account__menu_block,
.account__main .landing_page,
.account__main .main_page__showcase_item,
.account__main .woo-variation-swatches .variable-items-wrapper {
  display: -ms-grid;
  display: grid;
}

.account__main .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.account__main .account__menu_block_item {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  position: relative;
  border-top: 0.0625rem solid #bbb;
}

.account__main .account__menu_block_item.is-active a {
  color: #0468b1;
}

.account__main .account__menu_block_item a {
  padding: 18px 0;
  color: #bbb;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: unset;
}

.account__main .account__menu_block_item:after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.account__main #wps_rma_return_request_subject:after,
.account__main .account__menu_block_item:after,
.account__main .account__order_item.active::before {
  background-image: url("../img/arrow_bottom_grey.svg");
}

.account__main .account__menu_block_item:last-of-type,
.account__main .payment-method:last-of-type,
.account__main .product_page__reviews_list li {
  border-bottom: 0.0625rem solid #bbb;
}

.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
}

.account_form_label {
  font-weight: 500;
  color: #111;
}

.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 480px) {
  .account__password .account__my_info_form_block {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.account__my_info_form_block .form_item input {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  padding-bottom: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #bbb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 480px) {
  .account__user_data .account__my_info_form_block,
  .addresses,
  .product_new_review__form .user_info,
  .woocommerce-address-fields__field-wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
}

.account__main .form-row {
  width: 100% !important;
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.account__user_data input[type=date],
.account__user_data input[type=email],
.account__user_data input[type=password],
.account__user_data input[type=search],
.account__user_data input[type=tel],
.account__user_data input[type=text],
.account__user_data textarea {
  outline: 0;
  height: 45px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #bbb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.addresses {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.addresses .woocommerce-Address {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -ms-flex-line-pack: start;
      align-content: start;
}

.woocommerce-address-fields {
  padding-top: 2rem;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

@media screen and (min-width: 480px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  width: 100% !important;
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  width: 100%;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=date],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=email],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=password],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=search],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=tel],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=text],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row textarea {
  outline: 0;
  height: 45px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #bbb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.woocommerce-address-fields .btn_style {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  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;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 16px auto;
}

.woocommerce-address-fields .btn_style::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce-address-fields .btn_style::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce-address-fields .btn_style:hover {
  color: #FFFFFF;
  background: #0468B1;
}

.complected_page .complected_page_row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fast_order {
  display: none;
}

.content-inform {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 100%;
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto;
}

.content-inform .title_block {
  font-size: 48px;
  line-height: 56px;
  color: #141414;
  margin-bottom: 30px;
}

.content-inform .sub_title_blue {
  color: var(--lable, #0068B4);
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.content-inform .sub_title_black {
  color: var(--txt-black, #000);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.content-inform .block_img {
  width: 100%;
  margin-bottom: 20px;
}

.content-inform .description {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: Roboto;
}

.content-inform .products_block {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-inform .products_block .item {
  margin-bottom: 20px;
  overflow: hidden;
  background: #F1F0EE;
}

@media (max-width: 767.98px) {
  .content-inform .products_block .item {
    margin-bottom: 10px;
  }
}

.content-inform .products_block .item .image {
  height: 265px;
  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;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .content-inform .products_block .item .image {
    height: 190px;
  }
}

.content-inform .products_block .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.content-inform .products_block .item .caption {
  padding: 0 15px;
}

.content-inform .products_block .item .caption .title {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .content-inform .products_block .item .caption .title {
    margin-bottom: 6px;
  }
}

.content-inform .products_block .item .caption .title a {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  text-decoration: none;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .content-inform .products_block .item .caption .title a {
    font-size: 13px;
  }
}

.content-inform .products_block .item .caption .variable-items-wrapper {
  pointer-events: none;
}

.content-inform .products_block .item .caption .description {
  color: #4E4E4E;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  /* 19.5px */
}

.content-inform .products_block .item .caption .description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-inform .products_block .item .caption .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  background: #05A57E;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  text-transform: capitalize;
  height: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .content-inform .products_block .item .caption .status {
    margin-bottom: 7px;
  }
}

.content-inform .products_block .item .caption .status.instock {
  background: #05A57E;
}

.content-inform .products_block .item .caption .status.outstock {
  background: #808080;
}

.content-inform .products_block .item .caption svg {
  position: absolute;
  top: 0;
  left: 0;
}

.content-inform .products_block .item .caption .added_to_cart {
  display: none;
}

.content-inform .products_block .item .caption .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .content-inform .products_block .item .caption .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 18px;
  }
}

.content-inform .products_block .item .caption .info .price {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin: 20px 0px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .content-inform .products_block .item .caption .info .price {
    margin: 0px;
  }
}

.content-inform .products_block .item .caption .info .price del {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
  margin-right: 20px;
}

.content-inform .products_block .item .caption .info .price ins {
  color: #F00;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  /* 28.6px */
}

.content-inform .products_block .item .caption .info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #0068B4;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
}

.content-inform .products_block .item .caption .info .link a {
  color: #0068B4;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-inform .products_block .item .caption .info .add_to_cart {
  position: relative;
}

.content-inform .products_block .item .caption .info .add_to_cart .quantity,
.content-inform .products_block .item .caption .info .add_to_cart .stock,
.content-inform .products_block .item .caption .info .add_to_cart .quantity_block {
  display: none;
}

.content-inform .products_block .item .caption .info .add_to_cart .single_add_to_cart_button {
  background: #0068B4;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #fff;
  border: none;
  width: 90px;
  height: 42px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  padding: 8px 12px 10px 20px;
  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: 53px 10px;
  background-size: 24px;
}

@media (max-width: 767.98px) {
  .content-inform .products_block .item .caption .info .add_to_cart .single_add_to_cart_button {
    font-size: 0;
    width: 42px;
    background-position: 10px 10px;
  }
}

.content-inform .products_block .item .caption .info .add_to_cart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.content-inform .products_block .item .caption .info .add_to_cart .added_to_cart {
  display: none;
}

.xoo-wsc-items-count,
.xoo-wsc-sc-count {
  background-color: #0068b4 !important;
}

.thankyou_page {
  position: relative;
}

.thankyou_page .woocommerce-notice--success {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  margin: 60px 0 0px 0;
  font-family: 'Roboto', sans-serif;
  color: #0468b1;
}

@media (max-width: 767.98px) {
  .thankyou_page .woocommerce-notice--success {
    text-align: center;
    line-height: 29px;
    font-size: 27px;
    width: 80%;
    margin: 0 auto 10px;
  }
}

.thankyou_page .venta-success {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 23px;
  margin: 0px 0 40px 0;
  font-family: 'Roboto', sans-serif;
  color: #212529;
}

@media (max-width: 767.98px) {
  .thankyou_page .venta-success {
    width: 80%;
    margin: 0 auto 40px;
    text-align: center;
  }
}

.thankyou_page .woocommerce-order-details {
  position: relative;
  background: #f7f7f7;
  padding: 20px;
  margin: 0 0 40px;
}

.thankyou_page .woocommerce-order-details::before {
  top: -10px;
  background-position: -3px -5px, 0 0;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(farthest-side, transparent 6px, #f7f7f7 0);
  background-size: 15px 15px;
}

.thankyou_page .woocommerce-order-details:after {
  bottom: -10px;
  background-position: -3px 2px, 0 0;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(farthest-side, transparent 6px, #f7f7f7 0);
  background-size: 15px 15px;
}

.thankyou_page .woocommerce-order-details .woocommerce-order-details__title {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #212529;
  font-size: 25px;
  font-weight: 800;
}

.thankyou_page .woocommerce-order-details .order_number {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #0468b1;
  font-size: 25px;
}

.thankyou_page .woocommerce-order-details .woocommerce-table--order-details {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #212529;
  font-size: 14px;
}

.thankyou_page .woocommerce-customer-details {
  position: relative;
}

@media (max-width: 767.98px) {
  .thankyou_page .woocommerce-customer-details {
    padding: 20px;
  }
}

.thankyou_page .woocommerce-customer-details .woocommerce-column__title {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #212529;
  font-size: 21px;
}

.thankyou_page .woocommerce-customer-details .woocommerce-column--billing-address {
  position: relative;
}

.thankyou_page .woocommerce-customer-details .woocommerce-column--shipping-address {
  position: relative;
}

.thankyou_page .woocommerce-customer-details address {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #212529;
  font-size: 14px;
}

.thankyou_page .woocommerce-customer-details address p {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */