@charset "UTF-8";
@keyframes slideinFirst {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes slideinSecond {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes slideinThird {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgba(77, 203, 121, 0.5), 0 0 0 0 rgba(77, 203, 121, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 0, 64, 0), 0 0 0 20px rgba(255, 0, 64, 0);
  }
}
@keyframes ani {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0);
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 576px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 767px) {
  .container-md, .container-sm, .container {
    max-width: 636px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.p-0 {
  padding: 0;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
} 
@font-face {
  font-family: "Avanti";
  src: url("Avanti.eot");
  src: url("Avanti.eot?#iefix") format("embedded-opentype"), url("Avanti.woff2") format("woff2"), url("Avanti.woff") format("woff"), url("Avanti.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avanti";
  src: url("AvantiBold.eot");
  src: url("AvantiBold.eot?#iefix") format("embedded-opentype"), url("AvantiBold.woff2") format("woff2"), url("AvantiBold.woff") format("woff"), url("AvantiBold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  background: #fff;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.content {
  flex: 1 1 auto;
  min-height: 100%;
  overflow: hidden;
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .content {
    margin-top: 60px;
  }
}

button {
  outline: none !important;
}

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

input:focus {
  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 */
/*header*/
.home header {
  background: transparent;
}
.home header .logo svg path {
  fill: #fff;
}
.home header .link_header a {
  color: #fff;
  text-decoration: none;
}
.home header .top_block {
  color: #fff;
}
.home header .top_block .contact a {
  color: #fff;
}
.home header .top_block .action_block .search_block .wd-search-full-screen .searchform svg path {
  stroke: #fff;
}
.home header .top_block .header-cart-wrap svg path {
  stroke: #fff;
}
.home header .top_navigation {
  background: transparent;
}
.home header .top_navigation .spinner {
  background-color: #fff;
}
.home header .top_navigation.fixed {
  background: #232323;
}
@media (max-width: 991.98px) {
  .home header .top_navigation.fixed {
    background: transparent;
  }
}
.home header .top_navigation.fixed .mobil_nav_data {
  top: 40px;
}
@media (max-width: 991.98px) {
  .home header .top_navigation.fixed .mobil_nav_data {
    top: 60px;
  }
}
.home header .navigation nav ul li a {
  color: #fff;
}
.home .content {
  margin-top: 0;
}

header {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media (max-width: 991.98px) {
  header {
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  header .top_navigation {
    background: transparent;
  }
}
header.fixed {
  position: fixed;
  background: #232323;
}
@media (max-width: 991.98px) {
  header.fixed .logo svg path {
    fill: #fff;
  }
  header.fixed .top_block {
    color: #fff;
  }
  header.fixed .top_block .contact a {
    color: #fff;
  }
  header.fixed .top_block .action_block .search_block .wd-search-full-screen .searchform svg path {
    stroke: #fff;
  }
  header.fixed .top_block .header-cart-wrap svg path {
    stroke: #fff;
  }
  header.fixed .top_navigation.fixed .spinner {
    background-color: #fff;
  }
}
header.fixed .top_block {
  display: flex !important;
}
header .link_header a {
  color: #333333;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  header .link_header {
    display: none;
  }
}
header .logo {
  text-align: center;
}
@media (max-width: 767.98px) {
  header .logo {
    padding-left: 74px;
  }
}
header .top_block {
  height: 68px;
  display: flex;
  align-items: center;
}
header .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  /* мегаменю */
  /* показ по hover */
}
@media (max-width: 991.98px) {
  header .navigation {
    display: none;
  }
}
header .navigation nav ul {
  display: flex;
}
header .navigation nav ul li {
  padding: 0px 40px;
}
header .navigation nav .main-menu {
  display: flex;
  gap: 25px;
  list-style: none;
}
header .navigation nav .main-menu .menu-item-has-mega .parent {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
header .navigation nav .main-menu .menu-item-has-mega .mega-dropdown .mega-column h4 {
  font-family: Avanti;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 12px;
}
header .navigation nav .main-menu .menu-item-has-mega .mega-dropdown .mega-column a {
  display: block;
  text-decoration: none;
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  text-decoration: none;
}
header .navigation nav .main-menu .menu-item-has-mega .mega-dropdown .mega-column a:hover {
  color: #007aff;
}
header .navigation .menu-item-has-mega > a {
  display: inline-block;
  padding: 15px 0;
  text-decoration: none;
}
header .navigation .mega-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  gap: 60px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.25s ease;
  z-index: 99;
  display: flex;
  justify-content: center;
}
header .navigation .mega-dropdown .mega-column {
  max-width: 20%;
  width: 100%;
  padding-top: 25px;
  border-right: 1px solid #F4F5F5;
}
header .navigation .mega-dropdown .mega-column a {
  margin-bottom: 12px;
}
header .navigation .menu-item-has-mega:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .contact {
  display: flex;
}
@media (max-width: 991.98px) {
  header .contact {
    display: none;
  }
}
header .contact a {
  text-decoration: none;
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
}
header .action_block {
  display: flex;
  align-items: center;
  justify-content: end;
}
header .action_block .search_block {
  height: 44px;
  border-radius: 4px;
  margin-left: 15px;
  max-width: 664px;
  cursor: pointer;
}
header .action_block .search_block.active .wd-search-full-screen {
  z-index: 2;
}
header .action_block .search_block.active .wd-search-full-screen .search-info-text {
  display: block;
  z-index: 2;
  position: relative;
  background: transparent;
  font-family: Avanti;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #A4A4A4;
}
header .action_block .search_block.active .wd-search-full-screen .searchform {
  border-radius: 4px 4px 0px 0px;
}
header .action_block .search_block .wd-search-full-screen {
  height: 100%;
  position: relative;
}
header .action_block .search_block .wd-search-full-screen .wd-close-search {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  display: none;
}
header .action_block .search_block .wd-search-full-screen .wd-close-search a {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .action_block .search_block .wd-search-full-screen .wd-close-search a::before {
  transition: opacity 0.15s ease;
  font-family: "woodmart-font";
  content: "\f112";
  font-size: 30px;
}
header .action_block .search_block .wd-search-full-screen .searchform {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
header .action_block .search_block .wd-search-full-screen .searchform input {
  border: none;
  width: 100%;
  height: 100%;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.57px;
  color: #6A6A6A;
  padding-left: 25px;
  border-radius: 4px;
  display: none;
}
@media (max-width: 575.98px) {
  header .action_block .search_block .wd-search-full-screen .searchform input {
    padding-left: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .action_block .search_block .wd-search-full-screen .searchform input {
    padding-left: 16px;
  }
}
header .action_block .search_block .wd-search-full-screen .searchform input::-moz-placeholder {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.57px;
  color: #6A6A6A;
}
header .action_block .search_block .wd-search-full-screen .searchform input::placeholder {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.57px;
  color: #6A6A6A;
}
header .action_block .search_block .wd-search-full-screen .searchform .searchsubmit {
  display: none;
}
header .action_block .search_block .wd-search-full-screen .search-product-result {
  max-height: 508px;
  overflow-y: scroll;
}
header .action_block .search_block .wd-search-full-screen .search-info-text {
  border-top: 1px solid #D8D8D8;
  display: none;
  border-radius: 0px 0px 4px 4px;
}
header .action_block .search_block .wd-search-full-screen .search-info-text .head {
  padding: 0px;
}
header .action_block .search_block .wd-search-full-screen .search-info-text .all_result {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #19AD47;
  text-decoration: underline;
  border-bottom: 1px solid #D8D8D8;
  padding: 26px 24px;
}
header .action_block .search_block .wd-search-full-screen .search-info-text .search-product-result .nothing_found {
  padding: 26px 24px;
  border-bottom: 1px solid #D8D8D8;
}
header .action_block .search_block .wd-search-full-screen .search-info-text .search-product-result .product_item-search {
  border-bottom: 1px solid #D8D8D8;
  padding: 26px 0px;
}
header .action_block .search_block .wd-search-full-screen .search-info-text .category {
  padding: 26px 24px;
}
header .action_block .search_block .wd-search-full-screen .search-info-text .category .title {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  color: #111111;
  margin-bottom: 12px;
}
header .action_block .search_block .wd-search-full-screen .search-info-text .category a {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #19AD47;
}
header .action_block .search_block .wd-search-full-screen .search-info-text .wd-search-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  background-color: rgba(var(--bgcolor-white-rgb), 0.8);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
header .action_block .search_block .wd-search-full-screen .search-info-text .wd-search-loader.wd-fill {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
header .action_block .search_block .wd-search-full-screen .search-info-text .wd-search-loader.wd-fill:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-left-color: #242424;
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear;
}
header .action_block .header-cart-wrap {
  margin-left: 24px;
  height: 40px;
}
header .action_block .header-cart-wrap .header-cart-total {
  display: none;
}
header .mobil_nav_data.active {
  transform: translateX(0);
}
header .mobil_nav_data {
  position: fixed;
  left: 0;
  width: 100%;
  margin-top: 0px;
  transform: translateX(-100%);
  height: 100vh;
  min-height: 450px;
  transition: transform 250ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  top: 108px;
  padding: 0px;
}
@media (max-width: 991.98px) {
  header .mobil_nav_data {
    top: 60px;
  }
}
header .mobil_nav_data .data {
  width: 370px;
  background: #fff;
  height: 100%;
}
@media (max-width: 575.98px) {
  header .mobil_nav_data .data {
    width: 320px;
  }
}
header .mobil_nav_data .data .sidebarMenuInner {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header .mobil_nav_data .data .info_navigation {
  margin-top: 30px;
  padding: 0px 16px;
}
header .mobil_nav_data .data .info_navigation ul li {
  margin-bottom: 16px;
}
header .mobil_nav_data .data .info_navigation ul li a {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  text-decoration: none;
}
header .mobil_nav_data .data .contact {
  padding-left: 16px;
  margin-top: 8px;
  display: flex;
}
header .mobil_nav_data .data .contact a {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  text-decoration: none;
}
header .mobil_nav {
  z-index: 99;
  position: absolute;
  left: 20px;
  padding: 0;
  width: 40px;
}
@media (max-width: 991.98px) {
  header .mobil_nav {
    top: 9px;
  }
}
header .mobil_nav input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
}
header .mobil_nav input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
  display: none;
}
header .mobil_nav .sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  height: 40px;
  width: 40px;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
header .mobil_nav .sidebarIconToggle.active {
  align-items: center;
}
header .mobil_nav .spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #FFFFFF;
}
header .mobil_nav .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 8px;
  width: 26px;
}
header .mobil_nav .diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
  width: 32.5px;
}
header .mobil_nav .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 7px;
  width: 32.5px;
}
header .mobil_nav .sidebarIconToggle.active > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
header .mobil_nav .sidebarIconToggle.active > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 0px;
}
header .mobil_nav .sidebarIconToggle.active > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -10px;
}
header .mobile-menu .menu-root,
header .mobile-menu .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .mobile-menu .menu-item.lvl1 {
  padding: 0px 16px;
  border-bottom: 1px solid #F7F8F9;
}
header .mobile-menu .menu-item.lvl2 .menu-row {
  height: 27px;
  margin-bottom: 10px;
  justify-content: flex-start;
}
header .mobile-menu .menu-item.lvl2 .menu-row .arrow-btn {
  margin-left: 12px;
}
header .mobile-menu .menu-item .menu-row a {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  text-decoration: none;
}
header .mobile-menu .menu-item .submenu .menu-item .menu-row a {
  font-family: Avanti;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #808080;
}
header .mobile-menu .menu-item .submenu .menu-item li {
  margin-bottom: 12px;
}
header .mobile-menu .menu-item .submenu .menu-item li a {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  text-decoration: none;
  margin-bottom: 12px;
}
header .mobile-menu .menu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  height: 56px;
  cursor: default;
}
header .mobile-menu .menu-row .arrow-btn {
  background: none;
  border: none;
  padding: 0px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
header .mobile-menu .menu-row .arrow-btn.open {
  transform: rotate(180deg);
}
header .mobile-menu .submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
  padding-left: 15px;
}
header .mobile-menu .submenu.open {
  max-height: 500px;
}
@media (max-width: 991.98px) {
  header .top_navigation .spinner {
    background-color: #333333;
  }
}
header .top_navigation.fidex .mobil_nav_data {
  top: 40px;
}

.top_navigation {
  background: #232323;
  height: 40px;
  display: flex;
  align-items: center;
}
.top_navigation.fixed {
  background: #232323;
}
@media (max-width: 991.98px) {
  .top_navigation.fixed {
    background: transparent;
  }
}
.top_navigation.fixed .mobil_nav_data {
  top: 40px;
}
@media (max-width: 991.98px) {
  .top_navigation.fixed .mobil_nav_data {
    top: 60px;
  }
}
.top_navigation .navigation ul li a {
  text-decoration: none;
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

/*footer*/
footer {
  background: #222222;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
footer .navigation_block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  footer .navigation_block {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .navigation_block {
    display: none;
  }
}
footer .footer_nav .title {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 12px;
}
footer .footer_nav ul {
  list-style: none;
}
footer .footer_nav ul li {
  margin-bottom: 16px;
}
footer .footer_nav ul li a {
  text-decoration: none;
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  footer .footer_nav ul li a {
    font-family: Avanti;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
footer .contact_info {
  display: flex;
}
@media (max-width: 767.98px) {
  footer .contact_info {
    border-top: 1px solid #A4A4A4;
    padding-top: 30px;
    margin-top: 14px;
  }
}
footer .contact_info .name {
  display: flex;
  flex-direction: column;
}
footer .contact_info .name .item {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #A4A4A4;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  footer .contact_info .name .item {
    font-family: Avanti;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
footer .contact_info .data {
  display: flex;
  flex-direction: column;
  margin-left: 37px;
}
footer .contact_info .data .item {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  footer .contact_info .data .item {
    font-family: Avanti;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
footer .contact_info .data .item a {
  text-decoration: none;
  color: #FFFFFF;
}
footer hr {
  height: 1px;
  width: calc(100% - 20px) !important;
  background: A4A4A4;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  footer hr {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer hr {
    display: none;
  }
}
footer .copyright {
  font-family: Avanti;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #A4A4A4;
}
@media (max-width: 767.98px) {
  footer .copyright {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .copyright {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .social {
  display: flex;
  justify-content: center;
}
footer .social .item {
  margin: 0px 9px;
}
footer .social .item a {
  width: 32px;
  height: 32px;
  border: 1px solid #A4A4A4;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
footer .partner_link {
  display: flex;
  justify-content: end;
}
@media (max-width: 767.98px) {
  footer .partner_link {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .partner_link {
    display: none;
  }
}
footer .partner_link a {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #fff;
}

/**/
/**/
.breadcrumb {
  display: flex;
  list-style: none;
  align-items: center;
  margin-top: 26px;
}
.breadcrumb li {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6A6A6A;
  margin-right: 10px;
}
.breadcrumb li a {
  color: #111111;
  text-decoration: none;
}

.woocommerce-breadcrumb {
  display: flex;
  list-style: none;
  align-items: center;
  margin-top: 12px;
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #A4A4A4;
  margin-right: 10px;
  margin-bottom: 12px;
}
.woocommerce-breadcrumb a {
  color: #333333;
  text-decoration: none;
  flex-shrink: 0;
}

.breadcrumb {
  display: flex;
  list-style: none;
  align-items: center;
  margin-top: 16px;
}
.breadcrumb span {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
}
.breadcrumb span a {
  color: #333333;
  text-decoration: none;
}

/**/
.block_head {
  font-family: Avanti;
  font-weight: 400;
  font-size: 50px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .block_head {
    font-family: Avanti;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
  }
}
.block_head h1 {
  font-family: Avanti;
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #333333;
}
@media (max-width: 767.98px) {
  .block_head h1 {
    font-family: Avanti;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
  }
}

.product_item .item {
  position: relative;
}
.product_item .item .image a {
  height: 280px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product_item .item .image a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.product_item .item .image .sticker {
  display: flex;
  left: 12px;
  top: 12px;
  position: absolute;
  flex-wrap: wrap;
}
.product_item .item .image .sticker div {
  font-family: Mulish;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  color: #FFFFFF;
  margin-right: 8px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 0px 6px;
  margin-bottom: 4px;
}
.product_item .item .caption {
  margin-top: 12px;
}
.product_item .item .caption .title {
  height: 42px;
}
.product_item .item .caption .title a {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 2px;
}
.product_item .item .caption .stock {
  font-family: Avanti;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #333333;
  display: none;
}
.product_item .item .caption .product_details {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 10px;
}
.product_item .item .caption .product_details .price {
  display: flex;
  flex-direction: column;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
}
.product_item .item .caption .product_details .price .old_price {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  text-decoration: line-through;
}
.product_item .item .caption .product_details .add_cart .quantity {
  display: none;
}
.product_item .item .caption .product_details .add_cart button {
  background: #4687BA;
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
.product_item .item .caption .product_details .add_cart .added_to_cart {
  display: none;
}

/**/
.promo_slider {
  margin-bottom: 50px;
  position: relative;
  min-height: 600px;
}
@media (max-width: 767.98px) {
  .promo_slider {
    margin-bottom: 50px;
    height: 566px;
    min-height: 566px;
  }
}
.promo_slider .mySwiper_promo {
  height: 100%;
}
.promo_slider .navigation {
  display: flex;
  position: absolute;
  z-index: 2;
  justify-content: flex-end;
  bottom: 24px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .promo_slider .navigation {
    padding-right: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .promo_slider .navigation {
    padding-right: 12px;
  }
}
@media (max-width: 575.98px) {
  .promo_slider .navigation {
    display: none;
  }
}
.promo_slider .navigation .swiper-button-disabled {
  opacity: 0.3;
}
.promo_slider .navigation .swiper-prev {
  margin-right: 8px;
  cursor: pointer;
}
.promo_slider .navigation .swiper-next {
  cursor: pointer;
}
.promo_slider .swiper-slide {
  text-align: center;
  position: relative;
}
.promo_slider .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.promo_slider .swiper-slide img {
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.promo_slider .swiper-slide .container {
  position: absolute;
  z-index: 2;
  bottom: 200px;
  right: 0;
  left: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .promo_slider .swiper-slide .container {
    padding: 0px 20px;
    bottom: 84px;
  }
}
.promo_slider .swiper-slide .container .title {
  font-family: Avanti;
  font-weight: 700;
  font-size: 78px;
  line-height: 120%;
  color: #fff;
  max-width: 835px;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .promo_slider .swiper-slide .container .title {
    font-family: Avanti;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
  }
}
.promo_slider .swiper-slide .container .sub_title {
  font-family: Avanti;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .promo_slider .swiper-slide .container .sub_title {
    font-family: Avanti;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
  }
}
.promo_slider .swiper-slide .container .sub_title svg {
  margin-left: 8px;
}
.promo_slider .swiper-pagination {
  bottom: 21px;
}
.promo_slider .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #A4A4A4;
  opacity: 1;
}
.promo_slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #FFFFFF;
  height: 2px;
  opacity: 1;
}

.about_info {
  margin-bottom: 50px;
}
.about_info .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.about_info .list .item {
  width: 33.33%;
  position: relative;
}
@media (max-width: 767.98px) {
  .about_info .list .item {
    width: 100%;
    margin-bottom: 20px;
    height: 250px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .about_info .list .item {
    width: 100%;
    margin-bottom: 20px;
    height: 250px;
    position: relative;
    overflow: hidden;
  }
}
.about_info .list .item:first-child {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .about_info .list .item:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about_info .list .item:first-child {
    margin-bottom: 20px;
  }
}
.about_info .list .item:first-child .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.about_info .list .item:first-child .caption {
  position: absolute;
  left: unset;
  top: unset;
  width: calc(100% - 20px);
}
.about_info .list .item:first-child .title {
  font-family: Avanti;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  max-width: 595px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .about_info .list .item:first-child .title {
    font-size: 28px;
  }
}
.about_info .list .item .image {
  display: flex;
  align-items: center;
  height: 100%;
}
.about_info .list .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.about_info .list .item .caption {
  position: absolute;
  left: 22px;
  top: 80px;
}
.about_info .list .item .title {
  font-family: Avanti;
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  line-height: 105%;
  max-width: 193px;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .about_info .list .item .title {
    font-size: 22px;
  }
}
.about_info .list .item .sub_title {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  color: #fff;
  max-width: 200px;
}
.about_info .pluses {
  margin-bottom: 50px;
}
.about_info .pluses .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about_info .pluses .item .icon {
  margin-right: 20px;
}
.about_info .pluses .item .title {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
}

.category_list {
  margin-bottom: 50px;
}
.category_list .item {
  background: #F8F8F8;
  height: 304px;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 20px;
}
.category_list .item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.category_list .item .title {
  font-family: Avanti;
  font-weight: 700;
  font-size: 24px;
  line-height: 105%;
  color: #000000;
  text-align: center;
  position: absolute;
  bottom: 16px;
}

.category {
  background: #ADC8DD;
  padding: 100px 0px;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .category {
    margin-bottom: 50px;
    padding: 50px 0px;
  }
}
.category .colection .mySwiper_colection .item .image {
  position: relative;
}
.category .colection .mySwiper_colection .item .image img {
  width: 100%;
}
.category .colection .mySwiper_colection .item .image .title {
  position: absolute;
  left: 30px;
  bottom: 33px;
  font-family: Avanti;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
}
.category .colection .mySwiper_colection .swiper-pagination {
  bottom: 12px;
}
.category .colection .mySwiper_colection .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 1;
}
.category .colection .mySwiper_colection .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 7px;
}
.category .category_item {
  margin-top: 60px;
}
.category .category_item .row {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .category .category_item .row {
    flex-direction: column-reverse;
  }
}
.category .category_item .data {
  max-width: 520px;
}
@media (max-width: 575.98px) {
  .category .category_item .data {
    margin-top: 32px;
  }
}
.category .category_item:nth-child(3) .row {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .category .category_item:nth-child(3) .row {
    flex-direction: column-reverse;
  }
}
.category .category_item:nth-child(3) .row .data {
  margin-left: auto;
}
.category .category_item .info {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
}
.category .category_item .more {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .category .category_item .more {
    margin-bottom: 32px;
  }
}
.category .category_item .more a {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  text-decoration: none;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  transition: all 0.4ms;
}
.category .category_item .more a:hover {
  background: #333333;
  color: #FFFFFF;
}

.about {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .about {
    margin-bottom: 50px;
  }
}
.about .row {
  align-items: center;
}
.about .sub_title {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  max-width: 520px;
}
.about .more {
  margin-top: 32px;
}
.about .more a {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  text-decoration: none;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  transition: all 0.4ms;
}
.about .more a:hover {
  background: #333333;
  color: #FFFFFF;
}

.blog_block {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .blog_block {
    margin-bottom: 50px;
  }
}
.blog_block .swiper-pagination {
  bottom: 0px;
}
.blog_block .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(51, 51, 51, 0.8);
  opacity: 1;
}
.blog_block .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: rgba(51, 51, 51, 0.8);
  opacity: 1;
  border-radius: 7px;
}
.blog_block .item {
  margin-bottom: 30px;
}
.blog_block .item a {
  display: block;
  height: 100%;
}
.blog_block .item .image {
  margin-bottom: 16px;
  height: 250px;
}
.blog_block .item .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.blog_block .item .caption a {
  text-decoration: none;
}
.blog_block .item .caption .title a {
  font-family: Avanti;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #333333;
  margin-bottom: 12px;
}
.blog_block .item .caption .desc {
  font-family: Avanti;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
}
.blog_block .more {
  margin-top: 20px;
}
.blog_block .more a {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  text-decoration: none;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  transition: all 0.4ms;
}
.blog_block .more a:hover {
  background: #333333;
  color: #FFFFFF;
}

/**/
.service_page .promo_service {
  position: relative;
  min-height: 290px;
}
.service_page .promo_service .image {
  position: absolute;
  top: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: -1;
}
.service_page .promo_service .block_head h1 {
  font-family: Avanti;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  color: #333333;
}
@media (max-width: 767.98px) {
  .service_page .promo_service .block_head h1 {
    font-size: 32px;
  }
}
.service_page .promo_service .contact {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .service_page .promo_service .contact {
    flex-direction: column;
  }
}
.service_page .promo_service .contact .phone {
  margin-right: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.service_page .promo_service .contact .phone .icon {
  margin-right: 12px;
}
.service_page .promo_service .contact .phone .data {
  display: flex;
  flex-direction: column;
}
.service_page .promo_service .contact .phone .data .title {
  font-family: Avanti;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #909090;
  margin-bottom: 4px;
}
.service_page .promo_service .contact .phone .data .value a {
  text-decoration: none;
  font-family: Avanti;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #333333;
}
.service_page .promo_service .contact .mail {
  display: flex;
  align-items: center;
}
.service_page .promo_service .contact .mail .icon {
  margin-right: 12px;
}
.service_page .promo_service .contact .mail .data {
  display: flex;
  flex-direction: column;
}
.service_page .promo_service .contact .mail .data .title {
  font-family: Avanti;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 4px;
}
.service_page .promo_service .contact .mail .data .value a {
  text-decoration: none;
  font-family: Avanti;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #4687BA;
}
.service_page .service_form {
  margin-top: 40px;
  margin-bottom: 40px;
}
.service_page .service_form .title {
  font-family: Avanti;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: #333333;
  margin-bottom: 24px;
}
.service_page .service_form .form-group .item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .service_page .service_form .form-group .item {
    flex-direction: column;
  }
}
.service_page .service_form .form-group .item label {
  font-family: Avanti;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  width: 100%;
}
@media (max-width: 767.98px) {
  .service_page .service_form .form-group .item label {
    margin-bottom: 6px;
  }
}
.service_page .service_form .form-group .item input, .service_page .service_form .form-group .item textarea {
  height: 38px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  background: #F7F8F9;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  font-family: Avanti;
  font-weight: 700;
  font-size: 14px;
  line-height: 38px;
  color: #6C757D;
}
@media (max-width: 767.98px) {
  .service_page .service_form .form-group .item input, .service_page .service_form .form-group .item textarea {
    max-width: 100%;
  }
}
.service_page .service_form .form-group .item textarea {
  height: 74px;
  padding: 0px 10px;
}
.service_page .service_form .form-group .checkbox {
  cursor: pointer;
}
.service_page .service_form .form-group .checkbox label {
  cursor: pointer;
}
.service_page .service_form .form-group .checkbox .error-message {
  color: red;
}
.service_page .service_form .form-actions .submit {
  background: #81B1D5;
  border-radius: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  border: none;
  padding: 0;
  margin-top: 24px;
  cursor: pointer;
}
.service_page .service_form .form-status .error {
  color: red;
}
@media (max-width: 991.98px) {
  .service_page .map {
    display: none;
  }
}
.service_page .map svg {
  max-width: 100%;
  height: auto;
}

.contact_page .contact .list .item {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.contact_page .contact .list .item .name {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-right: 12px;
}
.contact_page .contact .list .item .value {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.contact_page .contact .list .item .value a {
  color: #4687BA;
  text-decoration: none;
}
.contact_page .details {
  border-radius: 12px;
  background: #F7F8F9;
  padding: 20px;
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #333333;
}
.contact_page .details p {
  margin-top: 12px;
}
.contact_page .details .title {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
}
.contact_page .social {
  margin-top: 24px;
}
.contact_page .social .title {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 12px;
}
.contact_page .social .list {
  display: flex;
}
.contact_page .social .list .item {
  margin-right: 18px;
}
.contact_page .form {
  margin-top: 32px;
  margin-bottom: 16px;
}
.contact_page .form .title {
  font-family: Avanti;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: #333333;
  margin-bottom: 24px;
}
.contact_page .form .form-group .item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .contact_page .form .form-group .item {
    flex-direction: column;
  }
}
.contact_page .form .form-group .item label {
  font-family: Avanti;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  width: 100%;
}
@media (max-width: 767.98px) {
  .contact_page .form .form-group .item label {
    margin-bottom: 6px;
  }
}
.contact_page .form .form-group .item input, .contact_page .form .form-group .item textarea {
  height: 38px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  background: #F7F8F9;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  font-family: Avanti;
  font-weight: 700;
  font-size: 14px;
  line-height: 38px;
  color: #6C757D;
}
@media (max-width: 767.98px) {
  .contact_page .form .form-group .item input, .contact_page .form .form-group .item textarea {
    max-width: 100%;
  }
}
.contact_page .form .form-group .item textarea {
  height: 74px;
  padding: 0px 10px;
}
.contact_page .form .form-group .checkbox {
  cursor: pointer;
}
.contact_page .form .form-group .checkbox label {
  cursor: pointer;
}
.contact_page .form .form-group .checkbox .error-message {
  color: red;
}
.contact_page .form .form-actions .submit {
  background: #81B1D5;
  border-radius: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  border: none;
  padding: 0;
  margin-top: 24px;
  cursor: pointer;
}
.contact_page .form .form-status .error {
  color: red;
}
.contact_page .map {
  margin-top: 40px;
}

.partner_page .form {
  margin-bottom: 40px;
}
.partner_page .form .title {
  font-family: Avanti;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: #333333;
  margin-bottom: 24px;
}
.partner_page .form .form-group .item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .partner_page .form .form-group .item {
    flex-direction: column;
  }
}
.partner_page .form .form-group .item label {
  font-family: Avanti;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  width: 100%;
}
@media (max-width: 767.98px) {
  .partner_page .form .form-group .item label {
    margin-bottom: 6px;
  }
}
.partner_page .form .form-group .item input, .partner_page .form .form-group .item textarea {
  height: 38px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  background: #F7F8F9;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  font-family: Avanti;
  font-weight: 700;
  font-size: 14px;
  line-height: 38px;
  color: #6C757D;
}
@media (max-width: 767.98px) {
  .partner_page .form .form-group .item input, .partner_page .form .form-group .item textarea {
    max-width: 100%;
  }
}
.partner_page .form .form-group .item textarea {
  height: 74px;
  padding: 0px 10px;
}
.partner_page .form .form-group .checkbox {
  cursor: pointer;
}
.partner_page .form .form-group .checkbox label {
  cursor: pointer;
}
.partner_page .form .form-group .checkbox .error-message {
  color: red;
}
.partner_page .form .form-actions .submit {
  background: #81B1D5;
  border-radius: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  border: none;
  padding: 0;
  margin-top: 24px;
  cursor: pointer;
}
.partner_page .form .form-status .error {
  color: red;
}
@media (max-width: 991.98px) {
  .partner_page .contact {
    order: -1;
  }
}
.partner_page .list .item {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.partner_page .list .item .name {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-right: 12px;
}
.partner_page .list .item .value {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.partner_page .list .item .value a {
  color: #4687BA;
  text-decoration: none;
}
.partner_page .social {
  margin-top: 24px;
}
.partner_page .social .title {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 12px;
}
.partner_page .social .list {
  display: flex;
}
.partner_page .social .list .item {
  margin-right: 18px;
}

.shipping_page {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 40px;
}
.shipping_page .title_block {
  font-family: Avanti;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 16px;
}
.shipping_page .shipping_block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shipping_page .shipping_block .shipping_list .item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.shipping_page .shipping_block .shipping_list .item .image {
  margin-right: 20px;
  flex-shrink: 0;
}
.shipping_page .shipping_block .alert_block {
  background: #5797C8;
  padding: 20px;
  color: #FFFFFF;
}
.shipping_page .payment_block .payment_list .item {
  margin-bottom: 16px;
}
.shipping_page .payment_block .payment_list .item .image {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.shipping_page .payment_block .payment_list .item .image img {
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .shipping_page .delivery_method {
    margin-top: 16px;
  }
}
.shipping_page .delivery_method .title {
  text-align: center;
  font-family: Avanti;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .shipping_page .delivery_method .title {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .shipping_page .delivery_method .sub_title {
    text-align: left;
  }
}
.shipping_page .delivery_method .image {
  margin-top: 6px;
}
@media (max-width: 991.98px) {
  .shipping_page .delivery_method .image {
    text-align: left;
  }
}

.warranty_page {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}
.warranty_page .title_block {
  font-family: Avanti;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 16px;
}
.warranty_page ul {
  margin: 0;
  padding-left: 16px;
}
.warranty_page .warranty_info {
  margin-bottom: 40px;
}
.warranty_page .alert_block {
  display: flex;
  align-items: center;
}
.warranty_page .alert_block .icon {
  margin-right: 12px;
  flex-shrink: 0;
}
.warranty_page .warranty_block {
  margin-bottom: 40px;
}
.warranty_page .warranty_none {
  margin-bottom: 40px;
  color: #FFFFFF;
  background: #5797C8;
  padding: 20px 0px;
}
.warranty_page .warranty_none .title_block {
  color: #FFFFFF;
}
.warranty_page .warranty_none .warranty_none_list .item {
  margin-bottom: 10px;
}
.warranty_page .exploitation {
  margin-bottom: 40px;
}
.warranty_page .exploitation .exploitation_info_list {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.warranty_page .exploitation .exploitation_info_list .item .image {
  display: flex;
  align-items: center;
}
.warranty_page .exploitation .exploitation_info_list .item .image img {
  flex-shrink: 0;
  margin-right: 12px;
}
.warranty_page .exploitation .exploitation_info_list .item .image .title {
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}
.warranty_page .exploitation .exploitation_rule {
  margin-top: 16px;
}
.warranty_page .exploitation .exploitation_rule .item {
  margin-bottom: 16px;
}
.warranty_page .exploitation .exploitation_rule .item .image {
  text-align: center;
  margin-bottom: 16px;
}
.warranty_page .service {
  margin-bottom: 40px;
}
.warranty_page .service .service_alert {
  margin-top: 12px;
  padding: 20px;
  background: #5797C8;
  color: #FFFFFF;
}
.warranty_page .return {
  margin-bottom: 40px;
}

.not_found_page .data {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 96px;
  margin-bottom: 180px;
}
.not_found_page .data .sub_title {
  font-family: Avanti;
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 6px;
}
.not_found_page .data .desc {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  max-width: 357px;
  margin-bottom: 54px;
}
.not_found_page .data .link a {
  font-family: Avanti;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  text-decoration: none;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  transition: all 0.4ms;
}
.not_found_page .data .link a:hover {
  background: #333333;
  color: #FFFFFF;
}

.catalog_page .info {
  display: flex;
  align-items: end;
  margin-bottom: 14px;
  margin-top: 14px;
  padding: 0px 4px;
}
.catalog_page .info .catalog_filters__count {
  margin-bottom: 4px;
}
.catalog_page .info select {
  height: 48px;
  border-radius: 4px;
  background: #EAF4EC;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #111111;
  min-width: 60px;
  border: none;
  padding: 14px;
  padding-right: 24px;
  cursor: pointer;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_2328_14205)'%3e%3cpath d='M7.41 8.59L12 13.17L16.59 8.59L18 10L12 16L6 10L7.41 8.59Z' fill='%23323232'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_2328_14205'%3e%3crect width='24' height='24' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center right;
}
.catalog_page .info .filter_rezult {
  display: flex;
  justify-content: flex-end;
}
.catalog_page .sort .view_mode {
  display: none;
}
.catalog_page .catalog .product_list {
  margin-bottom: 45px;
}
.catalog_page .catalog .product_list .product_item {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .catalog_page .catalog .product_list .product_item {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .catalog .product_list .product_item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .catalog .product_list .product_item {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .catalog_page .catalog .product_list .product_item {
    width: 33.333%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .catalog_page .catalog .product_list .product_item {
    width: 33.333%;
  }
}
@media (max-width: 575.98px) {
  .catalog_page .filter_block {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .filter_block {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .filter_block {
    width: 100%;
  }
}
.catalog_page .filter_block .filter_mobile {
  display: none;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #19AD47;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  color: #FFFFFF;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .catalog_page .filter_block .filter_mobile {
    display: flex;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .filter_block .filter_mobile {
    display: flex;
    max-width: 528px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .filter_block .filter_mobile {
    display: flex;
    max-width: 636px;
    width: 100%;
  }
}
.catalog_page .filter_block .filter_mobile.fixed {
  width: calc(100% - 32px);
  position: fixed;
  bottom: 8px;
  z-index: 8;
  left: 0;
  right: 0;
}
.catalog_page .filter_block .filter_mobile.fixed::after {
  content: "";
  width: 100%;
  position: fixed;
  left: 0;
  height: 40px;
  border: 8px solid #fff;
}
.catalog_page .filter_block .filter_mobile svg {
  margin-right: 8px;
}
.catalog_page .filter_block .filter .mob {
  display: none;
  justify-content: flex-end;
  margin-top: 16px;
}
@media (max-width: 575.98px) {
  .catalog_page .filter_block .filter .mob {
    display: flex;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .filter_block .filter .mob {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .filter_block .filter .mob {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .catalog_page .filter_block .filter {
    width: 312px;
    padding: 0px 16px;
    position: fixed;
    left: 0;
    top: 94px;
    height: 100%;
    background: #fff;
    transform: translateX(-150%);
    animation: ani 1s forwards;
    display: none;
    z-index: 8;
  }
  .catalog_page .filter_block .filter.active {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .filter_block .filter {
    width: 312px;
    padding: 0px 16px;
    position: fixed;
    left: 0;
    top: 94px;
    height: 100%;
    background: #fff;
    transform: translateX(-150%);
    animation: ani 1s forwards;
    display: none;
    z-index: 8;
  }
  .catalog_page .filter_block .filter.active {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .filter_block .filter {
    width: 312px;
    padding: 0px 16px;
    position: fixed;
    left: 0;
    top: 94px;
    height: 100%;
    background: #fff;
    transform: translateX(-150%);
    animation: ani 1s forwards;
    display: none;
    z-index: 8;
  }
  .catalog_page .filter_block .filter.active {
    display: block;
  }
}
.catalog_page .woocommerce-pagination {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
}
.catalog_page .woocommerce-pagination .page-numbers {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
.catalog_page .woocommerce-pagination .page-numbers li {
  margin: 0px 10px;
}
.catalog_page .woocommerce-pagination .page-numbers li .current {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #FFFFFF;
  text-decoration: none;
  background: #19AD47;
  border-radius: 4px;
}
.catalog_page .woocommerce-pagination .page-numbers li a {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #111111;
  text-decoration: none;
}

/**/
.slide_product {
  margin-bottom: 86px;
}
@media (max-width: 575.98px) {
  .slide_product {
    margin-bottom: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slide_product {
    margin-bottom: 24px;
  }
}
.slide_product .block_head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
}
.slide_product .block_head .block_title {
  font-family: Mulish;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: #111111;
}
@media (max-width: 575.98px) {
  .slide_product .block_head .block_title {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.08px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slide_product .block_head .block_title {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.08px;
  }
}
.slide_product .block_head .navigation {
  display: flex;
}
.slide_product .block_head .navigation div {
  cursor: pointer;
  margin-left: 12px;
}
.slide_product .block_head .navigation .swiper-button-disabled {
  opacity: 0.4;
}

.category_list_mob {
  background: #fff;
  margin-bottom: 55px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .category_list_mob {
    display: flex !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .category_list_mob {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .category_list_mob {
    display: flex !important;
    background: transparent;
  }
}
.category_list_mob nav ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 10px;
}
.category_list_mob nav ul li {
  width: 50%;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .category_list_mob nav ul li {
    width: 25%;
  }
}
.category_list_mob nav ul li.parent_no-link {
  width: 100%;
  margin-top: 16px;
}
.category_list_mob nav ul li.parent_no-link:first-child {
  margin-top: 0;
}
.category_list_mob nav ul li.parent_no-link a .title {
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
}
.category_list_mob nav ul li.parent {
  width: 100%;
  margin-top: 16px;
}
.category_list_mob nav ul li.parent a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .category_list_mob nav ul li.parent a {
    justify-content: flex-start;
  }
}
.category_list_mob nav ul li.parent a .title {
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
}
.category_list_mob nav ul li.parent a svg {
  display: flex;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .category_list_mob nav ul li.parent a svg {
    margin-left: 16px;
  }
}
.category_list_mob nav ul li a {
  text-decoration: none;
}
.category_list_mob nav ul li a .title {
  display: flex;
  flex-direction: column;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0C0D0D;
  text-align: center;
}
.category_list_mob nav ul li a .title img {
  max-width: 40px;
  margin: 0 auto;
  margin-bottom: 4px;
}
.category_list_mob nav ul li a svg {
  display: none;
}

.item_video {
  padding: 2px;
}
.item_video .video_block {
  background: #fff;
}
.item_video .video_block iframe {
  border-radius: 12px;
}
.item_video .caption {
  background: #fff;
  padding: 5px 12px 22px;
  border-radius: 0px 0px 8px 8px;
}
.item_video .caption .title {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  color: #1E1E1E;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accessories_item {
  padding: 1px;
}
.accessories_item .item {
  background: #FFFFFF;
  position: relative;
}
.accessories_item .item .image {
  padding: 8px 0px;
  margin: 0 !important;
}
.accessories_item .item .image a {
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accessories_item .item .image img {
  max-height: 77px;
}
.accessories_item .item .caption {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-left: 16px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.accessories_item .item .caption .data .title {
  margin-bottom: 4px;
}
.accessories_item .item .caption .data .title a {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .accessories_item .item .caption .data .title a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.accessories_item .item .caption .data .price {
  font-family: Mulish;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: #111111;
}
@media (max-width: 575.98px) {
  .accessories_item .item .caption .data .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.59px;
  }
}
.accessories_item .item .caption .data .price del {
  display: none;
}
.accessories_item .item .caption .data .price ins {
  text-decoration: none;
}
.accessories_item .item .caption .add_cart .quantity {
  display: none;
}
.accessories_item .item .caption .add_cart button {
  padding: 0px;
  border: none;
  background: transparent;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #19AD47;
  border-radius: 4px;
}
.accessories_item .item .caption .add_cart button svg g path {
  fill: #19AD47;
}

.product_item-search .item {
  display: flex;
}
.product_item-search .item .image a {
  height: 70px;
  width: 107px;
  display: flex;
  justify-content: center;
}
.product_item-search .item .image a img {
  height: 100%;
  padding: 2px 15px;
}
.product_item-search .item .caption {
  padding-right: 6px;
}
.product_item-search .item .caption .title {
  margin-bottom: 8px;
}
.product_item-search .item .caption .title a {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  color: #0C0D0D;
}
.product_item-search .item .caption .product_details .price {
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #111111;
}
.product_item-search .item .caption .product_details .old_price {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6A6A6A;
  margin-bottom: 4px;
  text-decoration: line-through;
}

/**/
.search_page .title_search {
  margin-top: 62px;
  margin-bottom: 36px;
}
@media (max-width: 575.98px) {
  .search_page .title_search {
    margin-top: 14px;
    margin-bottom: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .search_page .title_search {
    margin-top: 14px;
    margin-bottom: 16px;
  }
}
.search_page .title_search h1 {
  font-family: Mulish;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #111111;
}
@media (max-width: 575.98px) {
  .search_page .title_search h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .search_page .title_search h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.search_page .search .product_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .search_page .search .product_list .product_item {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .search_page .search .product_list .product_item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .search_page .search .product_list .product_item {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .search_page .search .product_list .product_item {
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .search_page .search .product_list .product_item {
    width: 33.333%;
  }
}
.search_page .pagination {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
  width: 100%;
}
.search_page .pagination span {
  margin: 0px 10px;
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #FFFFFF;
  text-decoration: none;
  background: #19AD47;
  border-radius: 4px;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
.search_page .pagination a {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #111111;
  text-decoration: none;
  margin: 0px 10px;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
.search_page .pagination .page-numbers li {
  margin: 0px 10px;
}
.search_page .pagination .page-numbers li .current {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #FFFFFF;
  text-decoration: none;
  background: #19AD47;
  border-radius: 4px;
}
.search_page .pagination .page-numbers li a {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #111111;
  text-decoration: none;
}

/**/
.product_template .image_block {
  position: relative;
  min-height: 600px;
}
.product_template .image_block .image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: -70px;
}
.product_template .image_block .image .product_bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.product_template .info .price {
  font-family: Avanti;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #333333;
}
.product_template .info .stoctk_product {
  display: none;
}
.product_template .info .btn_group .quantity {
  display: none;
}
.product_template .info .btn_group .single_add_to_cart_button {
  background: #81B1D5;
  border-radius: 20px;
  height: 60px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Avanti;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
}

/**/
.woocommerce-checkout .woocommerce-message {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag .info {
  background: #fff;
  padding: 40px;
  margin-bottom: 4px;
}
.woocommerce-checkout .bag_page .info_bag .payment {
  background: #fff;
  padding: 40px;
}
.woocommerce-checkout .bag_page .info_bag .title {
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #111111;
  margin-bottom: 16px;
  padding-left: 10px;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields .form-row {
  width: calc(50% - 6px);
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields .form-row {
    width: calc(100% - 6px);
  }
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields .form-row#billing_phone_field .wpcf7-form-control-wrap select {
  height: 48px;
  background: #F1F8F3;
  border-radius: 4px;
  padding: 0px 16px;
  border-color: transparent;
  width: 95px;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields .form-row#billing_phone_field input {
  width: calc(100% - 100px);
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields .form-row label {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields .form-row input {
  height: 48px;
  background: #F1F8F3;
  border-radius: 4px;
  padding: 0px 16px;
  border-color: transparent;
  width: 100%;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #111111;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields .form-row input::-moz-placeholder {
  color: #6A6A6A;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields .form-row input::placeholder {
  color: #6A6A6A;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields .form-row .select2-container {
  height: 48px;
  background: #F1F8F3;
  border-radius: 4px;
  padding: 0px 16px;
  border-color: transparent;
  width: 100%;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields #billing_company_field {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields #billing_country_field {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .wcus-checkout-fields h3 {
  font-size: 1rem;
  line-height: 1.125rem;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .wcus-checkout-fields .zen-ui-select__value {
  height: 64px;
  background: #EDEDED;
  border-radius: 0.5rem;
  padding: 1rem;
  border-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce_checkout_shipping .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce_checkout_shipping h3 {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper .form-row {
  width: calc(50% - 6px);
  position: relative;
  margin-bottom: 15px;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper .form-row label {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper .form-row input {
  height: 48px;
  background: #F1F8F3;
  border-radius: 0.5rem;
  padding: 1rem;
  border-color: transparent;
  width: 100%;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper .form-row .select2-container {
  height: 48px;
  background: #F1F8F3;
  border-radius: 0.5rem;
  padding: 1rem;
  border-color: transparent;
  width: 100%;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper #shipping_company_field {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce_checkout_shipping .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce_checkout_shipping .wcus-checkout-fields h3 {
  font-size: 1rem;
  line-height: 1.125rem;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce_checkout_shipping .wcus-checkout-fields .zen-ui-select__value {
  height: 48px;
  background: #EDEDED;
  border-radius: 0.5rem;
  padding: 1rem;
  border-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-additional-fields .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-additional-fields .form-row textarea {
  height: 64px;
  background: #F1F8F3;
  border-radius: 4px;
  padding: 16px;
  border-color: transparent;
  width: 100%;
  height: 80px;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #111111;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-additional-fields .form-row textarea::-moz-placeholder {
  color: #6A6A6A;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-additional-fields .form-row textarea::placeholder {
  color: #6A6A6A;
}
.woocommerce-checkout .bag_page .info_bag .payment ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-checkout .bag_page .info_bag .payment ul img {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag .payment ul li {
  margin-bottom: 16px;
}
.woocommerce-checkout .bag_page .info_bag .payment ul li input {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag .payment ul li label {
  cursor: pointer;
  display: flex;
}
.woocommerce-checkout .bag_page .info_bag .payment ul li label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #E0E0E0;
  border-radius: 40px;
  display: flex;
  margin-right: 15px;
}
.woocommerce-checkout .bag_page .info_bag .payment ul li input:checked ~ label::before {
  content: "";
  border: 6px solid #4CA429;
  width: 8px;
  height: 8px;
}
.woocommerce-checkout .bag_page .info_bag .payment #place_order {
  display: none;
}
.woocommerce-checkout .bag_page .data_bag {
  background: #fff;
  padding: 1.25rem;
}
.woocommerce-checkout .bag_page .data_bag .block_head {
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #111111;
  margin-bottom: 15px;
}
.woocommerce-checkout .bag_page .data_bag .product_list {
  margin-bottom: 1.25rem;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item {
  display: flex;
  border-bottom: 1px solid #C9C9C9;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .image {
  width: 80px;
  margin-right: 5px;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .image img {
  max-width: 100%;
  height: auto;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product_data {
  width: calc(100% - 186px);
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product-quantity {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product-quantity .quantity {
  display: flex;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product-quantity input {
  width: 30px;
  border: 0;
  text-align: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #111111;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product-quantity input::-webkit-outer-spin-button, .woocommerce-checkout .bag_page .data_bag .product_list .item .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product-quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product-quantity button {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E0E1E0;
  border: 0;
  cursor: pointer;
  transition: all 0.4ms;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product-quantity button:hover {
  background: #19AD47;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .price_info {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .price_info .price {
  font-family: Mulish;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: #111111;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product_title a {
  text-decoration: none;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  color: #0C0D0D;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product_title .variation .variation- {
  margin: 0;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product_title .variation .variation- p {
  margin: 0;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .delete_product a {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #19AD47;
}
.woocommerce-checkout .bag_page .data_bag .delivery {
  font-size: 0;
}
.woocommerce-checkout .bag_page .data_bag .delivery .title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #202020;
  margin-bottom: 15px;
}
.woocommerce-checkout .bag_page .data_bag .delivery ul {
  list-style: none;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #202020;
}
.woocommerce-checkout .bag_page .data_bag .delivery ul li {
  margin-bottom: 16px;
}
.woocommerce-checkout .bag_page .data_bag .delivery ul li input {
  display: none;
}
.woocommerce-checkout .bag_page .data_bag .delivery ul li label {
  cursor: pointer;
  display: flex;
}
.woocommerce-checkout .bag_page .data_bag .delivery ul li label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #E0E0E0;
  border-radius: 40px;
  display: flex;
  margin-right: 15px;
}
.woocommerce-checkout .bag_page .data_bag .delivery ul li input:checked ~ label::before {
  content: "";
  border: 6px solid #232323;
  width: 8px;
  height: 8px;
}
.woocommerce-checkout .bag_page .data_bag .delivery ul li .shipping-method-description {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-top: 5px;
}
.woocommerce-checkout .bag_page .data_bag .total {
  margin-bottom: 8px;
}
.woocommerce-checkout .bag_page .data_bag .total .order-total {
  text-align: end;
}
.woocommerce-checkout .bag_page .data_bag .confirm .btn_style {
  text-transform: uppercase;
  background: #232323;
  color: #fff;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  cursor: pointer;
}

.xoo-wsc-modal.xoo-wsc-cart-active .xoo-wsc-opac {
  z-index: 98;
}
.xoo-wsc-modal .xoo-wsc-container {
  z-index: 999999999;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header .xoo-wsch-top {
  justify-content: start;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header .xoo-wsch-basket {
  display: none;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header .xoo-wsch-text {
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  text-align: center;
  color: #111111;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product a {
  text-decoration: none;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-pprice {
  font-size: 0px;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-qty-box.xoo-wsc-qtb-square {
  border: none;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-chng {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  transition: all 0.4ms;
  color: #fff;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-minus {
  background: #E0E1E0;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-plus {
  background: #232323;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col input[type=number].xoo-wsc-qty {
  border-radius: 0px;
  border: none;
  width: 30px;
  height: 24px;
  border: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #111111;
  padding: 0px;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-qty-price .product_subtotal {
  display: none;
}

.xoo-wsc-ft-buttons-cont {
  grid-template-columns: 2fr;
}
.xoo-wsc-ft-buttons-cont a {
  text-decoration: none;
}
.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue {
  border-radius: 4px;
  background: #E0E1E0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  text-align: center;
  color: #111111;
  border: none;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 14px;
  cursor: pointer;
  width: 100%;
}
.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout {
  border-radius: 4px;
  background: #232323;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  text-align: center;
  color: #fff;
  border: none;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 14px;
  cursor: pointer;
  width: 100%;
}

.xoo-wsc-basket {
  border-radius: 10px;
}

.xoo-wsc-body {
  overflow: hidden;
  overflow-y: scroll;
}

.xoo-wsc-smr-ptotal {
  display: flex;
}
.xoo-wsc-smr-ptotal .woocommerce-Price-amount {
  flex-shrink: 0;
  padding-right: 20px;
}/*# sourceMappingURL=style.css.map */