@charset "UTF-8";
.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-sm, .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: 720px;
  }
}
@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: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1380px;
  }
}
@media (min-width: 1630px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1620px;
  }
}
: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;
}

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

.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%;
  }
} 
.account_page .menu {
  background: #F9F9F9;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.account_page .menu ul li {
  max-width: 200px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.account_page .menu ul li.active {
  background: #4CA429;
}
.account_page .menu ul li.active a {
  color: #FFFFFF;
}
.account_page .menu ul li.active::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 12px solid #4CA429;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -12px;
}
.account_page .menu ul li:last-child {
  border-top: 1px solid #9F9F9F;
}
.account_page .menu ul li a {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
  padding: 12px;
  display: block;
}

.page_page .row > * {
  padding-right: revert;
  padding-left: revert;
}

.woocommerce-account .woocommerce-page .page_page h1 {
  padding-left: 10px;
}
.woocommerce-account .woocommerce-page .woocommerce-form-coupon-toggle {
  padding-left: 10px;
}
.woocommerce-account .woocommerce-page .woocommerce-form-coupon {
  padding-left: 10px;
}
.woocommerce-account .woocommerce-page .woocommerce-form-coupon button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #4CA429;
  width: 300px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0 !important;
  box-shadow: none !important;
}
.woocommerce-account .woocommerce-page .woocommerce-form-coupon button::after {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}
.woocommerce-account .woocommerce-page .woocommerce-form-coupon button::before {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}
.woocommerce-account .woocommerce .coupon {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .coupon {
    flex-direction: column;
    align-items: baseline;
  }
}
.woocommerce-account .woocommerce .coupon button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #4CA429;
  width: 300px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0 !important;
  box-shadow: none !important;
}
.woocommerce-account .woocommerce .coupon button::after {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}
.woocommerce-account .woocommerce .coupon button::before {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}
.woocommerce-account .woocommerce .coupon label {
  margin-right: 15px;
}
.woocommerce-account .woocommerce .coupon input {
  margin-right: 15px;
}
.woocommerce-account .woocommerce .actions button {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  text-decoration: none;
  width: 300px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0 !important;
  box-shadow: none !important;
}
.woocommerce-account .woocommerce .actions button::after {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}
.woocommerce-account .woocommerce .actions button::before {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}
.woocommerce-account .woocommerce .bag_template {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce-account .woocommerce .bag_template .shipping-calculator-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #9F9F9F;
  font-size: 17px;
  line-height: 22px;
  color: #808080;
}
.woocommerce-account .woocommerce .bag_template .shipping-calculator-form button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #4CA429;
  width: 300px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0 !important;
  box-shadow: none !important;
}
.woocommerce-account .woocommerce .bag_template .shipping-calculator-form button::after {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}
.woocommerce-account .woocommerce .bag_template .shipping-calculator-form button::before {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-account .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce-account .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce-account .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item {
  display: flex;
  margin-bottom: 40px;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product-thumbnail {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  display: flex;
  flex-shrink: 0;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product-thumbnail img {
  width: 100%;
  height: 100%;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
    flex-direction: column;
    align-items: baseline;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
    flex-direction: column;
    align-items: baseline;
  }
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product-name {
  width: 280px;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product-name a {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
  text-decoration: none;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
  display: flex;
  margin-left: 50px;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 0;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 30px;
  }
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-price {
  display: none;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity {
  margin-right: 70px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity {
    margin-right: 34px;
  }
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity_attributes {
  display: none;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity {
  display: flex;
  height: 40px;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input {
  width: 40px;
  text-align: center;
  border: 1px solid #9F9F9F;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input::-webkit-outer-spin-button, .woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button {
  background: transparent;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button.minus {
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #9F9F9F;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button.plus {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #9F9F9F;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product_total {
  display: flex;
  align-items: center;
  width: 140px;
  justify-content: space-between;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product_total .amount {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce .bag_template .woocommerce-shipping-totals {
  display: flex;
  flex-direction: column;
}
.woocommerce-account .woocommerce .bag_template .cart-collaterals {
  flex: 0 0 auto;
  width: 33.3333333333%;
  border-left: 1px solid #9F9F9F;
  padding: 0px 0px 0px 40px;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .bag_template .cart-collaterals {
    width: 100%;
    padding: 0;
    border: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-account .woocommerce .bag_template .cart-collaterals {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce-account .woocommerce .bag_template .cart-collaterals {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce-account .woocommerce .bag_template .cart-collaterals {
    width: 50%;
  }
}
.woocommerce-account .woocommerce .bag_template .cart-collaterals .shop_table {
  width: 100%;
}
.woocommerce-account .woocommerce .bag_template .cart-collaterals .shop_table .cart-subtotal {
  display: none;
}
.woocommerce-account .woocommerce .bag_template .cart-collaterals .shop_table .order-total {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #141414;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.woocommerce-account .woocommerce .bag_template .cart-collaterals .shop_table .order-total th {
  font-weight: 400;
}
.woocommerce-account .woocommerce .bag_template .cart-collaterals .shop_table .order-total td {
  font-weight: 400;
}
.woocommerce-account .woocommerce .bag_template .cart-collaterals .shop_table .order-total td strong {
  font-weight: 400;
}
.woocommerce-account .woocommerce .bag_template .cart-collaterals .wc-proceed-to-checkout a,
.woocommerce-account .woocommerce .bag_template .cart-collaterals .woocommerce-shipping-calculator a {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #4CA429;
  width: 300px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce .bag_template .cart-collaterals .wc-proceed-to-checkout a::after,
.woocommerce-account .woocommerce .bag_template .cart-collaterals .woocommerce-shipping-calculator a::after {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}
.woocommerce-account .woocommerce .bag_template .cart-collaterals .wc-proceed-to-checkout a::before,
.woocommerce-account .woocommerce .bag_template .cart-collaterals .woocommerce-shipping-calculator a::before {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}
.woocommerce-account .woocommerce .bag_page {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce-account .woocommerce .bag_page .data_bag {
  position: relative;
  margin-bottom: 40px;
  padding: 30px;
  background: #f7f7f7;
  margin-top: 10px;
}
.woocommerce-account .woocommerce .bag_page .data_bag::before {
  top: -10px;
  background-position: -3px -5px, 0 0;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(farthest-side, transparent 6px, #f7f7f7 0);
  background-size: 15px 15px;
}
.woocommerce-account .woocommerce .bag_page .data_bag::after {
  bottom: -10px;
  background-position: -3px 2px, 0 0;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(farthest-side, transparent 6px, #f7f7f7 0);
  background-size: 15px 15px;
}
.woocommerce-account .woocommerce .bag_page .data_bag .shop_table {
  background: #fff;
  padding: 5px 15px;
}
.woocommerce-account .woocommerce .bag_page .data_bag .block_head {
  font-size: 22px;
  line-height: 1.4;
  color: #141414;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce .bag_page .data_bag .product_list_bag .item {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #9F9F9F;
  padding: 15px 0px;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .bag_page .data_bag .product_list_bag .item {
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-account .woocommerce .bag_page .data_bag .product_list_bag .item {
    padding-left: 0;
  }
}
.woocommerce-account .woocommerce .bag_page .data_bag .product_list_bag .item .image {
  width: 100px;
  height: 100px;
  margin-right: 23px;
  flex-shrink: 0;
  display: flex;
}
.woocommerce-account .woocommerce .bag_page .data_bag .product_list_bag .item .image img {
  width: 100%;
  height: 100%;
}
.woocommerce-account .woocommerce .bag_page .data_bag .product_list_bag .item .quantity_block {
  display: none;
}
.woocommerce-account .woocommerce .bag_page .data_bag .product_list_bag .item .delete_product {
  display: none;
}
.woocommerce-account .woocommerce .bag_page .data_bag .product_list_bag .item .product-subtotal {
  display: none;
}
.woocommerce-account .woocommerce .bag_page .data_bag .product_list_bag .item .product_title a {
  font-size: 14px;
  line-height: 125%;
  color: #777777;
  text-decoration: none;
}
.woocommerce-account .woocommerce .bag_page .data_bag .product_list_bag .item .price {
  font-size: 14px;
  line-height: 125%;
  color: #777777;
  margin-top: 20px;
}
.woocommerce-account .woocommerce .bag_page .data_bag .total {
  padding-right: 15px;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .bag_page .data_bag .total {
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-account .woocommerce .bag_page .data_bag .total {
    padding-left: 0;
  }
}
.woocommerce-account .woocommerce .bag_page .data_bag .total .page_head {
  font-size: 24px;
  line-height: 38px;
  color: #141414;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce .bag_page .data_bag .total .text {
  font-size: 17px;
  line-height: 22px;
  color: #141414;
}
.woocommerce-account .woocommerce .bag_page .data_bag .total .data {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
}
.woocommerce-account .woocommerce .bag_page .data_bag .total .data .order-total {
  display: flex;
  flex-direction: column;
  text-align: end;
}
.woocommerce-account .woocommerce .bag_page .data_bag .total .data .order-total strong {
  font-weight: 600;
  font-size: 22px;
  color: rgb(0, 90, 167);
}
.woocommerce-account .woocommerce .bag_page .data_bag .total .data .order-total small {
  font-size: 14px;
}
.woocommerce-account .woocommerce .bag_page .data_bag .total .data .order-total small span {
  font-weight: 600;
  color: rgb(0, 90, 167);
}
.woocommerce-account .woocommerce .bag_page .data_bag .total .total_price {
  padding-left: 10px;
  font-size: 17px;
  line-height: 22px;
  color: #141414;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce .bag_page .data_bag .total .delivery_coast {
  padding-left: 10px;
  font-size: 17px;
  line-height: 22px;
  color: #141414;
}
.woocommerce-account .woocommerce .bag_page .data_bag .confirm {
  padding-top: 30px;
}
.woocommerce-account .woocommerce .bag_page .data_bag .confirm button {
  padding: 14px 28px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 30px;
  border-radius: 35px;
}
.woocommerce-account .woocommerce .bag_page .data_bag .confirm button.disabled {
  background: #9E9E9E;
  cursor: no-drop;
}
.woocommerce-account .woocommerce .bag_page .data_bag .confirm .custom-checkboxes {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
}
.woocommerce-account .woocommerce .bag_page .info {
  margin-bottom: 40px;
  padding-right: 15px;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .bag_page .info {
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-account .woocommerce .bag_page .info {
    padding-right: 0;
  }
}
.woocommerce-account .woocommerce .bag_page .info .title {
  display: flex;
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #141414;
  align-items: center;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce .bag_page .info .title span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4CA429;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 25px;
  display: none;
}
.woocommerce-account .woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account .woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields .form-row {
  flex: 0 0 auto;
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields .form-row {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-account .woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields .form-row {
    width: 100%;
  }
}
.woocommerce-account .woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields .form-row label {
  font-size: 14px;
  line-height: 22.4px;
  color: #242424;
}
.woocommerce-account .woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields .form-row input {
  width: 100%;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  height: 42px;
  font-size: 14px;
}
.woocommerce-account .woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields .form-row .select2-selection--single {
  width: 100%;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0px;
  height: 42px;
  font-size: 14px;
}
.woocommerce-account .woocommerce .bag_page .info .form .notes {
  flex: 0 0 auto;
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  justify-content: flex-end;
}
.woocommerce-account .woocommerce .bag_page .info .form .notes textarea {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .bag_page .info .form .notes {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-account .woocommerce .bag_page .info .form .notes {
    width: 100%;
  }
}
.woocommerce-account .woocommerce .bag_page .info .form .shipping_address .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account .woocommerce .bag_page .info .form .shipping_address .form-row {
  flex: 0 0 auto;
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .bag_page .info .form .shipping_address .form-row {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-account .woocommerce .bag_page .info .form .shipping_address .form-row {
    width: 100%;
  }
}
.woocommerce-account .woocommerce .bag_page .info .form .shipping_address .form-row label {
  font-size: 14px;
  line-height: 22.4px;
  color: #242424;
}
.woocommerce-account .woocommerce .bag_page .info .form .shipping_address .form-row input {
  width: 100%;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  height: 42px;
  font-size: 14px;
}
.woocommerce-account .woocommerce .bag_page .info .form .shipping_address .form-row .select2-selection--single {
  width: 100%;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0px;
  height: 42px;
  font-size: 14px;
}
.woocommerce-account .woocommerce .bag_page .delivery {
  padding: 20px 16px;
}
.woocommerce-account .woocommerce .bag_page .delivery .title {
  display: flex;
  font-size: 24px;
  line-height: 22px;
  color: #141414;
  align-items: center;
  margin-bottom: 15px;
  display: none;
}
.woocommerce-account .woocommerce .bag_page .delivery .title span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4CA429;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 25px;
  display: none;
}
.woocommerce-account .woocommerce .bag_page .delivery .form .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce .bag_page .delivery .form .woocommerce-shipping-methods li label {
  font-weight: 400;
  color: #242424;
  font-size: 14px;
}
.woocommerce-account .woocommerce .bag_page .delivery .form .woocommerce-shipping-methods li label img {
  max-width: 100%;
  height: auto !important;
}
.woocommerce-account .woocommerce .bag_page .payment {
  margin-bottom: 40px;
}
.woocommerce-account .woocommerce .bag_page .payment .title {
  display: flex;
  font-size: 24px;
  line-height: 22px;
  color: #141414;
  align-items: center;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce .bag_page .payment .title span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4CA429;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 25px;
  display: none;
}
.woocommerce-account .woocommerce .bag_page .payment #place_order {
  display: none;
}
.woocommerce-account .woocommerce .bag_page .payment .payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce .bag_page .payment .payment_methods li label {
  margin-left: 33px;
}
.woocommerce-account .woocommerce .bag_page .create_profile {
  margin-bottom: 40px;
  display: none;
}
.woocommerce-account .woocommerce .bag_page .create_profile .title {
  display: flex;
  font-size: 24px;
  line-height: 22px;
  color: #141414;
  align-items: center;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce .bag_page .create_profile .title span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4CA429;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 25px;
}
.account__log_in,
.account__register {
  margin: 0 auto;
  min-width: 320px;
  padding: 0 7.5px;
}
.account__log_in .account__h2,
.account__register .account__h2 {
  text-align: center;
  color: #333;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.account__log_in .woocommerce-form-row,
.account__log_in .form-row,
.account__register .woocommerce-form-row,
.account__register .form-row {
  width: 100% !important;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.account__log_in .woocommerce-form-row label,
.account__log_in .form-row label,
.account__register .woocommerce-form-row label,
.account__register .form-row label {
  font-size: 18px;
}
.account__log_in input[type=date],
.account__log_in input[type=email],
.account__log_in input[type=password],
.account__log_in input[type=search],
.account__log_in input[type=tel],
.account__log_in input[type=text],
.account__log_in textarea,
.account__register input[type=date],
.account__register input[type=email],
.account__register input[type=password],
.account__register input[type=search],
.account__register input[type=tel],
.account__register input[type=text],
.account__register textarea {
  outline: 0;
  font-weight: 500;
  font-size: 24px;
  color: #333;
  padding: 2px 8px;
  border: 1px solid #bbb;
  width: 100%;
  box-sizing: border-box;
  height: 45px;
}
.account__log_in .lost_password,
.account__register .lost_password {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
}
.account__log_in .lost_password p,
.account__register .lost_password p {
  margin-bottom: 0;
}

.account__log_in .login,
.account__log_in .register,
.account__register .login,
.account__register .register,
.comment-respond,
.comments,
.lost_reset_password,
.product_new_review__form .user_info {
  display: grid;
  gap: 24px;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-Button {
  width: 270px;
  height: 45px;
  background: #4CA429;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0 !important;
  box-shadow: none !important;
  margin: 16px auto;
  cursor: pointer;
}
.account_orders_link_a,
.comment-respond a,
.main_page__sertificate_item span {
  color: #4CA429;
  text-transform: none;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

.account__main {
  padding-top: 2.5rem;
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 756px) {
  .account__main {
    grid-template-columns: 3fr 9fr;
    gap: 4.25rem;
    max-width: 76.5rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 4.5rem;
  }
}
.account__main .account__head {
  background-color: #0a0a0a;
  background-image: url("../img/shoes-page-title.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0px;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 20px;
}
.account__main .account__head h1 {
  color: #fff;
  text-align: center;
  font-size: 68px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .account__main .account__head h1 {
    font-size: 36px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .account__main .account__head h1 {
    font-size: 36px;
  }
}
.account__main .account__head .breadcrumb {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.account__main .account__head .breadcrumb a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
}
.account__main .account__head .breadcrumb .breadcrumb a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
}
.account__main .account__menu_section {
  display: grid;
  gap: 2rem;
  align-content: start;
}
.account__main .account__head,
.account__main .account__order_delivery_info {
  display: grid;
  gap: 0.75rem;
}
.account__main .account__title,
.account__main .section-title h1 {
  color: #333;
  text-transform: uppercase;
}
.account__main .account__menu_block,
.account__main .landing_page,
.account__main .main_page__showcase_item,
.account__main .woo-variation-swatches .variable-items-wrapper {
  display: grid;
}
.account__main .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.account__main .account__menu_block_item {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  position: relative;
}
.account__main .account__menu_block_item.is-active a {
  background-color: #f1f1f1;
}
.account__main .account__menu_block_item a {
  padding: 10px 15px;
  color: #242424;
  line-height: 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}
.account__main .account__menu_block_item a:hover {
  background-color: #f7f7f7;
}
.account__main .account__order_panel_head {
  display: flex;
}
.account__main .account__order_panel_head span {
  width: 20%;
  font-size: 16px;
  line-height: 22.4px;
  color: #242424;
  text-transform: uppercase;
  height: 68px;
  display: flex;
  align-items: center;
}
.account__main .account__order_item {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  border-top: 1px solid rgba(0, 0, 0, 0.105);
}
.account__main .account__order_item div {
  width: 20%;
  height: 68px;
  display: flex;
  align-items: center;
}
.account__main .account__order_item .woocommerce-orders-table__cell-order-number a {
  text-decoration: none;
  font-size: 14px;
  line-height: 19.6px;
  color: #333;
}
.account__main .account__order_item .woocommerce-orders-table__cell-order-date {
  text-decoration: none;
  font-size: 14px;
  line-height: 19.6px;
  color: #777;
}
.account__main .account__order_item .woocommerce-orders-table__cell-order-status {
  text-decoration: none;
  font-size: 14px;
  line-height: 19.6px;
  color: #777;
}
.account__main .account__order_item .woocommerce-orders-table__cell-order-total {
  text-decoration: none;
  font-size: 14px;
  line-height: 19.6px;
  color: #777;
}
.account__main .account__order_item .woocommerce-orders-table__cell-order-total .amount {
  color: #005AA7;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
}
.account__main .account__order_item .woocommerce-orders-table__cell-order-total .woocommerce-Price-currencySymbol {
  color: #005AA7;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
}
.account__main .account__order_item .woocommerce-orders-table__cell-order-actions a {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 10px 14px;
  background: rgb(0, 90, 167);
  border-radius: 35px;
  margin-left: auto;
}
.account__main #wps_rma_return_request_subject:after,
.account__main .account__menu_block_item:after,
.account__main .account__order_item.active::before {
  background-image: url("../img/arrow_bottom_grey.svg");
}
.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: grid;
}

.account_form_label {
  font-weight: 500;
  color: #111;
}

.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: grid;
}

@media screen and (min-width: 480px) {
  .account__password .account__my_info_form_block {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.account__my_info_form_block .form_item input {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  padding-bottom: 0;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #bbb;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 480px) {
  .account__user_data .account__my_info_form_block,
  .addresses,
  .product_new_review__form .user_info,
  .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: grid;
}

.account__main .form-row {
  width: 100% !important;
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.account__user_data input[type=date],
.account__user_data input[type=email],
.account__user_data input[type=password],
.account__user_data input[type=search],
.account__user_data input[type=tel],
.account__user_data input[type=text],
.account__user_data textarea {
  outline: 0;
  height: 45px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #bbb;
  width: 100%;
  box-sizing: border-box;
}

.addresses {
  display: grid;
  gap: 2rem;
}
.addresses .woocommerce-Address {
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

.woocommerce-address-fields {
  padding-top: 2rem;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 480px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  width: 100% !important;
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  width: 100%;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=date],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=email],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=password],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=search],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=tel],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=text],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row textarea {
  outline: 0;
  height: 45px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #bbb;
  width: 100%;
  box-sizing: border-box;
}
.woocommerce-address-fields .btn_style {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #4CA429;
  width: 300px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0 !important;
  box-shadow: none !important;
  margin: 16px auto;
}
.woocommerce-address-fields .btn_style::after {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}
.woocommerce-address-fields .btn_style::before {
  content: "";
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}
.woocommerce-address-fields .btn_style:hover {
  color: #FFFFFF;
  background: #4CA429;
}

:root {
  --white: #fff;
  --yellow: #fffbbc;
  --orange: #d1b39f;
  --header-bar-bg: #333;
  --menu-bg: #292929;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  scroll-behavior: smooth;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.15px;
  color: #555555;
}

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

.content {
  flex: 1 1 auto;
  min-height: 100%;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .content {
    margin-top: 196px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .content {
    margin-top: 196px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content {
    margin-top: 224px;
  }
}

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 */
/*pagination*/
.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination .page-numbers {
  display: flex;
  list-style: none;
}
.woocommerce-pagination .page-numbers li {
  margin: 0px 10px;
}
@media (max-width: 575.98px) {
  .woocommerce-pagination .page-numbers li {
    margin: 0px 5px;
  }
}
.woocommerce-pagination .page-numbers li .current {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #FFFFFF;
  text-decoration: none;
  background: #4CA429;
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .woocommerce-pagination .page-numbers li .current {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
.woocommerce-pagination .page-numbers li a {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #202020;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .woocommerce-pagination .page-numbers li a {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  margin: 0px 10px;
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #202020;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .pagination .page-numbers {
    margin: 0px 5px;
  }
}
@media (max-width: 575.98px) {
  .pagination .page-numbers {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
.pagination .page-numbers.current {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  color: #FFFFFF;
  text-decoration: none;
  background: #4CA429;
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .pagination .page-numbers.current {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

/*pagination*/
/*breadcrumb*/
.breadcrumb {
  margin-top: 10px;
  align-items: center;
}
.breadcrumb a {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
  color: #808080;
  font-size: 17px;
}
.breadcrumb .breadcrumb-item.active::before {
  color: #141414;
}

/*breadcrumb*/
/*header*/
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.hidden {
  overflow: hidden;
}

header.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0 auto;
  background: white;
  z-index: 11;
}
header .mobil_nav_data.active {
  transform: translateX(0);
}
header .mobil_nav_data {
  position: absolute;
  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: 0;
  padding: 0px;
}
header .mobil_nav_data .data {
  width: 320px;
  background: #FFFFFF;
  height: 100%;
}
header .mobil_nav_data .data .link_group {
  display: flex;
  padding-top: 86px;
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .mobil_nav_data .data .link_group {
    display: none;
  }
}
header .mobil_nav_data .data .link_group .search-wrap .search-field {
  width: calc(100% - 80px);
  left: 10px;
  top: 86px;
}
header .mobil_nav_data .data .sidebarMenuInner {
  margin: 0;
  padding: 0;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .mobil_nav_data .data .sidebarMenuInner {
    padding-top: 75px;
  }
}
header .mobil_nav_data .data .sidebarMenuInner li {
  list-style: none;
  color: #fff;
  padding: 0px 15px;
  cursor: pointer;
  text-align: left;
  margin-bottom: 4px;
}
header .mobil_nav_data .data .sidebarMenuInner li a {
  font-size: 18px;
  line-height: 150%;
  color: #261B0F;
}
header .mobil_nav_data .data .social {
  margin-top: 80px;
  padding-left: 26px;
}
header .mobil_nav_data .data .social li {
  margin-bottom: 6px;
}
header .mobil_nav_data .data .social li a {
  text-decoration: none;
}
header .mobil_nav {
  z-index: 99;
}
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;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 15px;
  left: 15px;
  height: 40px;
  width: 40px;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
header .mobil_nav .spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #333333;
}
header .mobil_nav .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 7px;
  width: 17px;
}
header .mobil_nav .diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
  width: 30px;
}
header .mobil_nav .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 7px;
  width: 30px;
}
header .mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
header .mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 10px;
}
header .mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -10px;
}
header .mobil_nav_data .sec-center {
  position: relative;
  max-width: 100%;
  text-align: center;
  z-index: 200;
}
header .mobil_nav_data [type=checkbox]:checked,
header .mobil_nav_data [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
header .mobil_nav_data .dark-light:checked + label,
header .mobil_nav_data .dark-light:not(:checked) + label {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 20000;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition: all 200ms linear;
  box-shadow: 0 0 25px rgba(255, 235, 167, 0.45);
}
header .mobil_nav_data .dark-light:checked + label {
  transform: rotate(360deg);
}
header .mobil_nav_data .dark-light:checked + label:after,
header .mobil_nav_data .dark-light:not(:checked) + label:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  overflow: hidden;
  z-index: 2;
  display: block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: #102770;
  background-image: url("https://assets.codepen.io/1462889/moon.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 200ms linear;
  opacity: 0;
}
header .mobil_nav_data .dark-light:checked + label:after {
  opacity: 1;
}
header .mobil_nav_data .dark-light:checked + label:before,
header .mobil_nav_data .dark-light:not(:checked) + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: #48dbfb;
  background-image: url("https://assets.codepen.io/1462889/sun.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 200ms linear;
}
header .mobil_nav_data .dark-light:checked + label:before {
  background-color: #000;
}
header .mobil_nav_data .light-back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg");
  background-position: center;
  background-repeat: repeat;
  background-size: 4%;
  height: 100%;
  width: 100%;
  transition: all 200ms linear;
  opacity: 0;
}
header .mobil_nav_data .dark-light:checked ~ .light-back {
  opacity: 1;
}
header .mobil_nav_data .dropdown:checked + label,
header .mobil_nav_data .dropdown:not(:checked) + label {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  height: 50px;
  transition: all 200ms linear;
  border-radius: 4px;
  width: 220px;
  letter-spacing: 1px;
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: #ffeba7;
  cursor: pointer;
  color: #102770;
  box-shadow: 0 12px 35px 0 rgba(255, 235, 167, 0.15);
}
header .mobil_nav_data .dark-light:checked ~ .sec-center .for-dropdown {
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 12px 35px 0 rgba(16, 39, 112, 0.25);
}
header .mobil_nav_data .dropdown:checked + label:before,
header .mobil_nav_data .dropdown:not(:checked) + label:before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}
header .mobil_nav_data .dropdown:checked + label:before {
  pointer-events: auto;
}
header .mobil_nav_data .dropdown:not(:checked) + label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
header .mobil_nav_data .dropdown:checked + label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
header .mobil_nav_data .section-dropdown {
  position: absolute;
  padding: 5px;
  background-color: #111;
  top: 70px;
  left: 0;
  width: 100%;
  border-radius: 4px;
  display: block;
  box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}
header .mobil_nav_data .dark-light:checked ~ .sec-center .section-dropdown {
  background-color: #fff;
  box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.15);
}
header .mobil_nav_data .dropdown:checked ~ .section-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
header .mobil_nav_data .section-dropdown:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: "";
  display: block;
  z-index: 1;
}
header .mobil_nav_data .section-dropdown:after {
  position: absolute;
  top: -7px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #111;
  content: "";
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
header .mobil_nav_data .dark-light:checked ~ .sec-center .section-dropdown:after {
  border-bottom: 8px solid #fff;
}
header .mobil_nav_data a {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  margin: 2px 0;
  text-align: left;
  text-decoration: none;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: distribute;
}
header .mobil_nav_data .dark-light:checked ~ .sec-center .section-dropdown a {
  color: #102770;
}
header .mobil_nav_data a:hover {
  color: #102770;
  background-color: #ffeba7;
}
header .mobil_nav_data .dark-light:checked ~ .sec-center .section-dropdown a:hover {
  color: #ffeba7;
  background-color: #102770;
}
header .mobil_nav_data a .uil {
  font-size: 22px;
}
header .mobil_nav_data .dropdown-sub:checked + label,
header .mobil_nav_data .dropdown-sub:not(:checked) + label {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: left;
  text-decoration: none;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: distribute;
  cursor: pointer;
}
header .mobil_nav_data .dropdown-sub:checked + label .uil,
header .mobil_nav_data .dropdown-sub:not(:checked) + label .uil {
  font-size: 22px;
}
header .mobil_nav_data .dropdown-sub:not(:checked) + label .uil {
  transition: transform 200ms linear;
}
header .mobil_nav_data .dropdown-sub:checked + label .uil {
  transform: rotate(135deg);
  transition: transform 200ms linear;
}
header .mobil_nav_data .dropdown-sub:checked + label:hover,
header .mobil_nav_data .dropdown-sub:not(:checked) + label:hover {
  color: #102770;
  background-color: #ffeba7;
}
header .mobil_nav_data .dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub {
  color: #102770;
}
header .mobil_nav_data .dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub:hover {
  color: #ffeba7;
  background-color: #102770;
}
header .mobil_nav_data .section-dropdown-sub {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  padding-left: 10px;
  padding-right: 3px;
  overflow: hidden;
  transition: all 200ms linear;
}
header .mobil_nav_data .dropdown-sub:checked ~ .section-dropdown-sub {
  pointer-events: auto;
  opacity: 1;
  max-height: 999px;
}
header .mobil_nav_data .section-dropdown-sub a {
  font-size: 14px;
}
header .mobil_nav_data .section-dropdown-sub a .uil {
  font-size: 20px;
}
header .mobil_nav_data .logo {
  position: fixed;
  top: 50px;
  left: 40px;
  display: block;
  z-index: 11000000;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  transition: all 250ms linear;
}
header .mobil_nav_data .logo:hover {
  background-color: transparent;
}
header .mobil_nav_data .logo img {
  height: 26px;
  width: auto;
  display: block;
  transition: all 200ms linear;
}
header .mobil_nav_data .dark-light:checked ~ .logo img {
  filter: brightness(10%);
}
@media screen and (max-width: 991px) {
  header .mobil_nav_data .logo {
    top: 30px;
    left: 20px;
  }
  header .mobil_nav_data .dark-light:checked + label,
  header .mobil_nav_data .dark-light:not(:checked) + label {
    top: 20px;
    right: 20px;
  }
}
header .mobil_nav_data a {
  color: #000;
}
header .top_header {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media (max-width: 575.98px) {
  header .top_header {
    padding: 0;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .top_header {
    padding: 0;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header .top_header hr {
  height: 1px;
  width: 100%;
  opacity: 1;
  background: #E0E0E0;
  position: absolute;
  left: 0;
  top: 45px;
  border: none;
}
@media (max-width: 575.98px) {
  header .top_header hr {
    top: 46px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .top_header hr {
    top: 46px;
  }
}
header .top_header .row {
  align-items: center;
}
@media (max-width: 575.98px) {
  header .top_header .header-navigation {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .top_header .header-navigation {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .top_header .header-navigation {
    display: none;
  }
}
header .top_header .header-navigation .header-menu-container .menu {
  display: flex;
  margin: 0;
}
header .top_header .header-navigation .header-menu-container .menu .menu-item {
  position: relative;
}
header .top_header .header-navigation .header-menu-container .menu .menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(50%, -50%);
  bottom: 0;
  width: 0.1px;
  height: 20px;
  background-color: #E0E0E0;
}
header .top_header .header-navigation .header-menu-container .menu .menu-item:nth-child(1) a {
  padding-left: 0px;
}
header .top_header .header-navigation .header-menu-container .menu .menu-item a {
  color: #202020;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  font-size: 14px;
}
header .top_header .header-navigation .header-menu-container .menu .menu-item a:hover {
  color: #4CA429;
}
header .top_header .header-html {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #202020;
  text-align: right;
}
@media (max-width: 575.98px) {
  header .top_header .header-html {
    text-align: center;
    font-size: 12px;
    line-height: 14.52px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .top_header .header-html {
    text-align: center;
    font-size: 12px;
    line-height: 14.52px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .top_header .header-html {
    text-align: center;
  }
}
header .top_header .header-html .phone-dropdown {
  position: relative;
  margin-top: 5px;
  width: 162px;
  display: none;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  header .top_header .header-html .phone-dropdown {
    display: inline-block;
  }
}
header .top_header .header-html .phone-dropdown a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
header .top_header .header-html .dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
header .top_header .header-html .dropdown-inner {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  border-radius: 30px;
  padding: 6px;
}
header .top_header .header-html .dropdown-inner a {
  margin: 5px;
}
header .top_header .header-html .dropdown-inner a {
  display: inline-block;
  /*margin-bottom: 10px;*/
}
header .top_header .header-html .dropdown-hover:hover .dropdown-inner,
header .top_header .header-html .dropdown-open:checked ~ .dropdown-inner {
  opacity: 1;
  visibility: visible;
  background: #fff;
}
header .top_header .header-html .dropdown-hover:hover ~ .dropdown-overlay,
header .top_header .header-html .dropdown-open:checked ~ .dropdown-overlay {
  display: block;
}
header .center_header {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (max-width: 575.98px) {
  header .center_header {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .center_header {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
header .center_header .row {
  align-items: center;
}
@media (max-width: 575.98px) {
  header .center_header .search {
    order: 2;
    background: #202020;
    height: 56px;
    margin-top: 16px;
  }
  header .center_header .search::before {
    content: "";
    background: #202020;
    height: 56px;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .center_header .search {
    order: 2;
    background: #202020;
    height: 56px;
    margin-top: 16px;
  }
  header .center_header .search::before {
    content: "";
    background: #202020;
    height: 56px;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .center_header .search {
    order: 2;
    background: #202020;
    height: 56px;
  }
  header .center_header .search::before {
    content: "";
    background: #202020;
    height: 56px;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
  }
}
header .center_header .search form {
  display: flex;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  align-items: center;
  max-width: 450px;
  height: 45px;
  background: #fff;
}
@media (max-width: 575.98px) {
  header .center_header .search form {
    height: 36px;
    max-width: 100%;
    margin: 10px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .center_header .search form {
    height: 36px;
    max-width: 100%;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .center_header .search form {
    height: 36px;
    max-width: 100%;
    margin: 10px 0px;
  }
}
header .center_header .search .search-category-field {
  position: relative;
  height: 35px;
  border-right: 1px solid #E0E0E0;
}
@media (max-width: 575.98px) {
  header .center_header .search .search-category-field {
    display: none;
  }
}
header .center_header .search .search-category-field select {
  border: none;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #555555;
  cursor: pointer;
  height: 35px;
  width: 140px;
  background: transparent;
  padding-left: 15px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .center_header .search .search-category-field select {
    width: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .center_header .search .search-category-field select {
    width: auto;
  }
}
header .center_header .search input {
  position: relative;
  flex-grow: 1;
  border: none !important;
  border-color: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #202020;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .center_header .search input {
    max-width: 126px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .center_header .search input {
    max-width: 186px;
  }
}
header .center_header .search .search-submit {
  background: transparent;
  width: 45px;
  height: 35px;
  border: none;
  border-left: 1px solid #E0E0E0;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .left_side {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  header .left_side {
    order: 1;
    justify-content: start;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .left_side {
    order: 1;
    justify-content: start;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .left_side {
    justify-content: start;
  }
}
header .left_side .mobil_nav {
  margin-right: 10px;
}
header .left_side .mobil_nav button {
  border: none;
  background: transparent;
  padding: 0px;
}
@media (max-width: 575.98px) {
  header .left_side .mobil_nav {
    display: flex !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .left_side .mobil_nav {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .left_side .mobil_nav {
    display: flex !important;
  }
}
header .left_side .logo a img {
  width: 192px;
}
@media (max-width: 575.98px) {
  header .left_side .logo a img {
    max-width: 107px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .left_side .logo a img {
    max-width: 107px;
  }
}
header .right_side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 575.98px) {
  header .right_side {
    order: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .right_side {
    order: 1;
  }
}
header .right_side .site-header-item {
  align-items: center;
  margin-right: 20px;
  display: flex;
  flex-shrink: 0;
  height: 45px;
  border-right: 1px solid #d9d9d9;
}
header .right_side .site-header-item:last-child {
  border: none;
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .right_side .site-header-item {
    margin-right: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .right_side .site-header-item {
    margin-right: 12px;
  }
}
@media (max-width: 575.98px) {
  header .right_side .site-header-item {
    border: none;
    margin-right: 10px;
  }
}
@media (max-width: 575.98px) {
  header .right_side .site-header-item.contact {
    display: none;
  }
}
header .right_side .site-header-item .header-contact-wrap .header-contact-inner-wrap {
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  header .right_side .site-header-item .header-contact-wrap .header-contact-inner-wrap {
    padding-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .right_side .site-header-item .header-contact-wrap .header-contact-inner-wrap {
    border-right: none;
    padding-right: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .right_side .site-header-item .header-contact-wrap .header-contact-inner-wrap {
    padding-right: 12px;
  }
}
header .right_side .site-header-item .header-contact-wrap .header-contact-inner-wrap .contact-button .base-svg-iconset {
  display: flex;
  align-items: center;
}
header .right_side .site-header-item .header-contact-wrap .header-contact-inner-wrap .contact-button .contact-content {
  padding-left: 12px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  header .right_side .site-header-item .header-contact-wrap .header-contact-inner-wrap .contact-button .contact-content {
    display: none;
  }
}
header .right_side .site-header-item .header-contact-wrap .header-contact-inner-wrap .contact-button .contact-content .contact-title {
  font-size: 12px;
  line-height: 1.3;
  color: #202020;
}
header .right_side .site-header-item .header-contact-wrap .header-contact-inner-wrap .contact-button .contact-content .contact-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #202020;
}
header .right_side .site-header-item .header-account-wrap {
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  header .right_side .site-header-item .header-account-wrap {
    padding-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .right_side .site-header-item .header-account-wrap {
    border-right: none;
    padding-right: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .right_side .site-header-item .header-account-wrap {
    padding-right: 12px;
  }
}
header .right_side .site-header-item .header-account-wrap .data {
  background: transparent;
  text-align: inherit;
  display: flex;
  align-items: center;
}
header .right_side .site-header-item .header-account-wrap .data .link {
  display: flex;
}
header .right_side .site-header-item .header-account-wrap .data .header-account-content {
  padding-left: 8px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  header .right_side .site-header-item .header-account-wrap .data .header-account-content {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .right_side .site-header-item .header-account-wrap .data .header-account-content {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .right_side .site-header-item .header-account-wrap .data .header-account-content {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .right_side .site-header-item .header-account-wrap .data .header-account-content {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .right_side .site-header-item .header-account-wrap .data .header-account-content {
    display: none;
  }
}
header .right_side .site-header-item .header-account-wrap .data .header-account-content .header-account-title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.94px;
  color: #202020;
}
header .right_side .site-header-item .header-account-wrap .data .header-account-content .header-account-label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 14.06px;
  color: #202020;
}
header .right_side .site-header-item .header-wishlist-wrap {
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  header .right_side .site-header-item .header-wishlist-wrap {
    padding-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .right_side .site-header-item .header-wishlist-wrap {
    border-right: none;
    padding-right: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .right_side .site-header-item .header-wishlist-wrap {
    padding-right: 12px;
  }
}
header .right_side .site-header-item .header-wishlist-wrap .items a {
  position: relative;
  display: flex;
}
header .right_side .site-header-item .header-wishlist-wrap .items a .counter {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 13.2px;
  height: 20px;
  background: #4CA429;
  border-radius: 50%;
  display: flex;
  width: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  transition: all 0.2s ease;
  position: absolute;
  top: -14px;
  left: -8px;
}
@media (max-width: 575.98px) {
  header .right_side .site-header-item .header-wishlist-wrap .items a .counter {
    top: -8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .right_side .site-header-item .header-wishlist-wrap .items a .counter {
    top: -8px;
  }
}
header .right_side .site-header-item .header-cart-wrap .header-cart-inner-wrap a {
  text-decoration: none;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  position: relative;
  text-align: inherit;
}
header .right_side .site-header-item .header-cart-wrap .header-cart-inner-wrap a .header-cart-total {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 13.2px;
  height: 20px;
  background: #4CA429;
  border-radius: 50%;
  display: flex;
  width: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  transition: all 0.2s ease;
  position: absolute;
  top: -9px;
  left: -8px;
}
header .right_side .site-header-item .header-cart-wrap .header-cart-inner-wrap a .header-cart-content {
  padding-left: 9px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  header .right_side .site-header-item .header-cart-wrap .header-cart-inner-wrap a .header-cart-content {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .right_side .site-header-item .header-cart-wrap .header-cart-inner-wrap a .header-cart-content {
    display: none;
  }
}
header .right_side .site-header-item .header-cart-wrap .header-cart-inner-wrap a .header-cart-content .header-cart-title {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 15.6px;
  color: #202020;
}
header .right_side .site-header-item .header-cart-wrap .header-cart-inner-wrap a .header-cart-content .header-cart-label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #202020;
}
header .navigation {
  background: #111111;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  header .navigation {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .navigation {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .navigation {
    display: none;
  }
}
header .navigation .navigation_list {
  display: flex;
  z-index: 99;
}
header .navigation .navigation_list .list-unstyled li a {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.15px;
  color: #fff;
}
header .navigation .navigation_list .list-unstyled li a svg {
  margin-left: px;
}
header .navigation .anchor_nav {
  display: flex;
  align-items: center;
  padding-left: 18px;
}
@media (max-width: 575.98px) {
  header .navigation .anchor_nav {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .navigation .anchor_nav {
    display: none;
  }
}
header .navigation .anchor_nav .menu-item.active .item-nav {
  color: #4CA429;
}
header .navigation .anchor_nav .menu-item.active .item-nav::after {
  transform: rotate(45deg);
  width: 14px;
  background: #4CA429;
}
header .navigation .anchor_nav .menu-item.active .item-nav::before {
  transform: translateX(5px) rotate(-45deg);
  width: 14px;
  background: #4CA429;
}
header .navigation .anchor_nav .menu-item.active .item-nav svg {
  transform: rotate(180deg);
}
header .navigation .anchor_nav .menu-item.active .nav_slide {
  display: flex;
}
header .navigation .anchor_nav li {
  padding: 0px 22px;
}
header .navigation .anchor_nav li .item-nav {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.15px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 60px;
  padding-right: 40px;
  transition: transform 0.4s ease-in-out;
  position: relative;
}
header .navigation .anchor_nav li .item-nav::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  backface-visibility: hidden;
  transition: width 0.3s, transform 0.3s;
  right: 17px;
  transform: rotate(-45deg);
}
header .navigation .anchor_nav li .item-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  backface-visibility: hidden;
  transition: width 0.3s, transform 0.3s;
  right: 22px;
  transform: rotate(45deg);
}
header .navigation .anchor_nav li .item-nav svg {
  transition: transform 0.4s ease-in-out;
}
header .navigation .anchor_nav .nav_slide {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 25px 0px;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}
header .navigation .anchor_nav .nav_slide .nav_absolute {
  display: flex;
}
header .navigation .anchor_nav .nav_slide .nav_absolute li {
  padding: 0;
  margin-bottom: 15px;
}
header .navigation .anchor_nav .nav_slide .nav_absolute li.cat_title {
  width: 20%;
}
header .navigation .anchor_nav .nav_slide .nav_absolute li.cat_title a {
  font-family: Inter;
  font-size: 15px;
  font-weight: 700;
  line-height: 18.15px;
  margin-bottom: 15px;
  color: #202020;
  display: block;
  transition: all 0.3ms;
}
header .navigation .anchor_nav .nav_slide .nav_absolute li.cat_title a:hover {
  color: #4CA429;
}
header .navigation .anchor_nav .nav_slide .nav_absolute .sub_category li a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #202020;
  display: block;
  transition: all 0.3ms;
}
header .navigation .anchor_nav .nav_slide .nav_absolute .sub_category li a:hover {
  color: #4CA429;
}

footer {
  margin-top: 70px;
}
@media (max-width: 575.98px) {
  footer {
    margin-top: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer {
    margin-top: 32px;
  }
}
footer .newsletter {
  padding-top: 47px;
  padding-bottom: 47px;
  background: #111111;
  line-height: 1.8;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  footer .newsletter {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .newsletter {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
footer .newsletter .promotion {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  footer .newsletter .promotion {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .newsletter .promotion {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .newsletter .promotion {
    flex-direction: column;
  }
}
footer .newsletter .title {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.8px;
  color: #fff;
}
@media (max-width: 575.98px) {
  footer .newsletter .title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 34.8px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .newsletter .title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 34.8px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .newsletter .title {
    margin-bottom: 20px;
    text-align: center;
  }
}
footer .newsletter .link {
  margin-left: 100px;
}
@media (max-width: 575.98px) {
  footer .newsletter .link {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .newsletter .link {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .newsletter .link {
    margin-left: 0px;
  }
}
footer .newsletter .link a {
  width: 270px;
  height: 45px;
  background: #4CA429;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #fff;
  border-radius: 30px;
}
@media (max-width: 575.98px) {
  footer .newsletter .link a {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .newsletter .link a {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }
}
footer .footer_content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 575.98px) {
  footer .footer_content {
    padding-bottom: 0;
    padding-top: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_content {
    padding-bottom: 0;
    padding-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_content .row {
    justify-content: space-between;
  }
}
footer .footer_content .info {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #555555;
}
footer .footer_content .info .logo {
  margin-bottom: 14px;
}
@media (max-width: 575.98px) {
  footer .footer_content .info .logo {
    max-width: 107px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_content .info .logo {
    max-width: 107px;
  }
}
footer .footer_content .info .block-social-links {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  footer .footer_content .info .block-social-links {
    margin-top: 15px;
    margin-bottom: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_content .info .block-social-links {
    margin-top: 15px;
    margin-bottom: 32px;
  }
}
footer .footer_content .info .block-social-links .social-link {
  margin-right: 20px;
  transition: 0.1s all;
  color: #000000;
}
footer .footer_content .info .block-social-links .social-link svg {
  fill: currentColor;
  color: currentColor;
  height: auto;
  width: auto;
}
footer .footer_content .info .block-social-links .social-link:hover {
  transform: scale(1.1);
  color: #4CA429;
}
footer .footer_content .info .block-social-links .social-link:hover svg {
  fill: currentColor;
  color: currentColor;
}
@media (max-width: 575.98px) {
  footer .footer_content .contact_block {
    margin-bottom: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_content .contact_block {
    margin-bottom: 32px;
  }
}
footer .footer_content .contact_block .title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  margin-bottom: 20px;
  color: #202020;
}
footer .footer_content .contact_block .group__inner-blocks .block-media-text {
  display: flex;
  align-items: center;
}
footer .footer_content .contact_block .group__inner-blocks .recall button {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #0978BE;
  margin-bottom: 14px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
footer .footer_content .contact_block .group__inner-blocks .block-media-text__content {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
footer .footer_content .contact_block .group__inner-blocks .block-media-text__content a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #202020;
  margin-bottom: 5px;
  transition: all 0.1s linear;
}
footer .footer_content .contact_block .group__inner-blocks .block-media-text__content a:hover {
  color: #4CA429;
}
footer .footer_content .nav_block_list {
  display: flex;
}
@media (max-width: 575.98px) {
  footer .footer_content .nav_block_list {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_content .nav_block_list {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_content .nav_block_list {
    order: -1;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  footer .footer_content .nav_block_list .col-lg-4 {
    margin-bottom: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_content .nav_block_list .col-lg-4 {
    margin-bottom: 32px;
  }
}
footer .footer_content .nav_block_list .title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  margin-bottom: 23px;
  color: #202020;
  margin-bottom: 23px;
}
@media (max-width: 575.98px) {
  footer .footer_content .nav_block_list .title {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_content .nav_block_list .title {
    margin-bottom: 15px;
  }
}
footer .footer_content .nav_block_list ul li {
  line-height: 1.8;
  margin-bottom: 8px;
}
footer .footer_content .nav_block_list ul li a {
  transition: all 0.1s linear;
  color: #555555;
}
footer .copyright {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  background: #E0E0E0;
  color: #202020;
  padding: 15px 0px;
}

.container-breadcrumbs {
  background: #eeefef;
  margin-bottom: 3rem;
}
.container-breadcrumbs .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 130px;
}
.container-breadcrumbs .container .base-breadcrumbs {
  margin: 0.5em 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  color: #202020;
}
.container-breadcrumbs h1 {
  font-family: Inter;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.73px;
  text-align: center;
  color: #202020;
}

.model_category_list {
  margin-bottom: 50px;
  margin-top: 70px;
}
@media (max-width: 575.98px) {
  .model_category_list {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .model_category_list {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.model_category_list .row {
  justify-content: center;
}
.model_category_list .item a {
  position: relative;
  display: inline-block;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  width: 100%;
}
.model_category_list .item a img {
  border-radius: 5px;
  transition-duration: 0.3s;
  transition-property: transform;
  width: 100%;
}
.model_category_list .item a .data {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #202020;
  max-width: 310px;
}
.model_category_list .item a .data .title {
  font-family: Inter;
  font-size: 26px;
  font-weight: 500;
  line-height: 31.47px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .model_category_list .item a .data .title {
    font-size: 20px;
    line-height: 24.2px;
  }
}
.model_category_list .item a .data .sub_title {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
}
@media (max-width: 575.98px) {
  .model_category_list .item a .data .sub_title {
    font-size: 12px;
    line-height: 15.6px;
  }
}

.product_list {
  margin-bottom: 70px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product_list .item {
  width: 300px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.product_list .item:hover .product-details .product-action-wrap a {
  color: #ffffff;
  background: #4CA429;
}
.product_list .item .product-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 30px;
}
.product_list .item .product-thumbnail .wishlist {
  position: absolute;
  right: 0px;
  top: 28px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.product_list .item .product-thumbnail .wishlist.add-to-wishlist {
  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%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83764 15.2413 6.88275 17.037 9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C17.1176 17.0366 19.1625 15.2413 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%23202020'/%3e%3c/svg%3e ");
}
.product_list .item .product-thumbnail .wishlist.remove-from-wishlist {
  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%3crect width='24' height='24' fill='white'/%3e%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83764 15.2413 6.88275 17.037 9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C17.1176 17.0366 19.1625 15.2413 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%23202020'/%3e%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83741 15.2411 6.88206 17.0364 9.24949 19.1152L9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C14.752 19.114 14.7541 19.1122 14.7562 19.1103C17.1213 17.0334 19.1638 15.2398 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%234CA429'/%3e%3cpath d='M6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83741 15.2411 6.88206 17.0364 9.24949 19.1152L9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159L14.7562 19.1103C17.1213 17.0334 19.1638 15.2398 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%234CA429'/%3e%3c/svg%3e ");
}
.product_list .item .product-thumbnail a img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 0 auto;
  box-shadow: none;
  transition: opacity 0.3s ease;
}
.product_list .item .product-thumbnail a img.secondary-product-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  min-width: 100%;
  min-height: 100%;
}
.product_list .item .product-thumbnail .product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease;
}
.product_list .item .product-thumbnail .product-actions .woosw-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 17px;
  justify-content: center;
  padding: 0;
  border: none;
  background: #eeefef;
  color: #000;
}
.product_list .item .product-thumbnail .product-actions .woosw-btn .woosw-btn-icon .woosw-btn-text {
  display: none;
}
.product_list .item .product-thumbnail .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
}
.product_list .item .product-thumbnail .sticker .item {
  height: 20px;
  width: 40px;
  border-radius: 4px;
  margin-right: 10px;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.31px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.product_list .item .product-thumbnail .sticker .item.new {
  background: #20665C;
}
.product_list .item .product-thumbnail .sticker .item.top {
  background: #EF233C;
}
.product_list .item .product-thumbnail .sticker .item.hit {
  background: #F98B0A;
}
.product_list .item .product-details {
  padding: 15px 15px 15px 20px;
}
@media (max-width: 575.98px) {
  .product_list .item .product-details {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_list .item .product-details {
    padding: 10px;
  }
}
.product_list .item .product-details .product_title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #202020;
  height: 58px;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .product_list .item .product-details .product_title {
    font-size: 12px;
    line-height: 15.6px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_list .item .product-details .product_title {
    font-size: 12px;
    line-height: 15.6px;
  }
}
.product_list .item .product-details .product_title a {
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product_list .item .product-details .star-rating-block {
  margin-bottom: 5px;
}
.product_list .item .product-details .price {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #202020;
}
@media (max-width: 575.98px) {
  .product_list .item .product-details .price {
    font-size: 15px;
    line-height: 18.75px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_list .item .product-details .price {
    font-size: 15px;
    line-height: 18.75px;
  }
}
.product_list .item .product-details .product-action-wrap {
  margin-top: 1em;
}
.product_list .item .product-details .product-action-wrap a {
  transition: 0.5s all;
  color: #000;
  background: #eeefef;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 30px;
  padding: 10px 26px 10px 26px;
}
.product_list .item .product-details .product-action-wrap .stock {
  display: none;
}
.product_list .item .product-details .product-action-wrap .quantity {
  display: none;
}
.product_list .item .product-details .product-action-wrap .added_to_cart {
  display: none;
}
.product_list .item .product-details .product-action-wrap .variations {
  display: none;
}
.product_list .item .product-details .product-action-wrap .single_add_to_cart_button {
  transition: 0.5s all;
  color: #000;
  background: #eeefef;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 30px;
  padding: 10px 26px 10px 26px;
  cursor: pointer;
}
.product_list .item .product-details .product-action-wrap .single_add_to_cart_button:hover {
  color: #ffffff;
  background: #4CA429;
}

.search-results .product_list .item {
  width: 20%;
}
@media (max-width: 575.98px) {
  .search-results .product_list .item {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .search-results .product_list .item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .search-results .product_list .item {
    width: 33.333333%;
  }
}

.wishlist_page .product_list .item {
  width: 20%;
}
@media (max-width: 575.98px) {
  .wishlist_page .product_list .item {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .wishlist_page .product_list .item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wishlist_page .product_list .item {
    width: 33.333333%;
  }
}

.catalog_page .product_list .item {
  width: 20%;
}
@media (max-width: 575.98px) {
  .catalog_page .product_list .item {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .product_list .item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .product_list .item {
    width: 33.333333%;
  }
}
.catalog_page .product_list.list_view .item {
  width: 100%;
  display: flex;
}
.catalog_page .product_list.list_view .item .product-thumbnail {
  width: 268px;
  margin: 0;
}
.catalog_page .product_list.list_view .item .product-thumbnail img {
  height: auto;
}
.catalog_page .product_list.list_view .item .product-details .product-action-wrap {
  width: 227px;
}
.catalog_page .product_list.list_view .item .product-details .product_title {
  height: auto;
}
.catalog_page .shop-load-more-button {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 30px;
  padding: 10px 26px 10px 26px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  color: #fff;
  background: #4CA429;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.catalog_page .shop-load-more-button:hover {
  background: #111111;
}
.catalog_page .sub_category_list .mySwiper_category_list {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .catalog_page .sub_category_list .swiper-button-prev, .catalog_page .sub_category_list .swiper-button-next {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .sub_category_list .swiper-button-prev, .catalog_page .sub_category_list .swiper-button-next {
    display: none;
  }
}
.catalog_page .catalog_content .info {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.catalog_page .catalog_content .info select {
  border: 1px solid #E0E0E0;
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  color: #202020;
  height: 32px;
  cursor: pointer;
}
.catalog_page .catalog_content .info .filter_info {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .catalog_page .catalog_content .info .filter_info {
    align-items: center;
    margin-bottom: 15px;
  }
}
.catalog_page .catalog_content .info .filter_info .catalog_filters__count {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  color: #555555;
  margin-right: 20px;
}
.catalog_page .catalog_content .info .filter_rezult {
  display: flex;
  justify-content: end;
}
.catalog_page .catalog_content .info .filter_rezult .sort {
  display: flex;
  align-items: baseline;
}
.catalog_page .catalog_content .info .filter_rezult .sort .view_mode {
  display: flex;
  margin-left: 10px;
}
.catalog_page .catalog_content .info .filter_rezult .sort .view_mode div {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EEEFEF;
  border-radius: 2px;
  cursor: pointer;
  margin-left: 5PX;
}
.catalog_page .catalog_content .info .filter_rezult .sort .view_mode div.active {
  background: #555555;
}
.catalog_page .catalog_content .info .filter_rezult .sort .view_mode div.active#grid_view svg rect {
  stroke: #FFFFFF;
}
.catalog_page .catalog_content .info .filter_rezult .sort .view_mode div.active#list_view svg path {
  stroke: #FFFFFF;
}

.product_slide {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .product_slide {
    margin-bottom: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_slide {
    margin-bottom: 32px;
  }
}
.product_slide .block_head {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .product_slide .block_head {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_slide .block_head {
    margin-bottom: 20px;
  }
}
.product_slide .block_head .title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #202020;
}
@media (max-width: 575.98px) {
  .product_slide .block_head .title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_slide .block_head .title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
  }
}
.product_slide .product_alternative {
  position: relative;
}
.product_slide .product_alternative .mySwiper_product {
  border-left: 1px solid #d9d9d9;
}
.product_slide .product_alternative .mySwiper_product_new {
  border-left: 1px solid #d9d9d9;
}
.product_slide .product_alternative .mySwiper_product_sale {
  border-left: 1px solid #d9d9d9;
}
.product_slide .product_alternative .swiper-button-prev, .product_slide .product_alternative .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
.product_slide .product_alternative .swiper-button-prev svg, .product_slide .product_alternative .swiper-button-next svg {
  width: auto;
  height: auto;
}
.product_slide .product_alternative .swiper-button-prev::after, .product_slide .product_alternative .swiper-button-next::after {
  display: none;
}
.product_slide .product_alternative .swiper-button-prev {
  left: -7px;
  top: 50%;
}
.product_slide .product_alternative .swiper-button-next {
  right: -7px;
  top: 50%;
}
.product_slide .product_alternative:hover .swiper-button-prev, .product_slide .product_alternative:hover .swiper-button-next {
  opacity: 1;
}
.product_slide .product_alternative:hover .slick-arrow {
  opacity: 1;
}
.product_slide .product_alternative:hover .swiper-button-disabled {
  opacity: 0.35;
}
.product_slide .product_alternative .slick-arrow {
  color: #000;
  background: #202020;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}
.product_slide .product_alternative .slick-arrow::before {
  display: none;
}
.product_slide .product_alternative .slick-arrow.slick-next {
  right: -7px;
}
.product_slide .product_alternative .slick-arrow.slick-prev {
  left: -7px;
}
.product_slide .product_alternative .slick-list {
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.product_slide .product_alternative .item {
  width: 300px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.product_slide .product_alternative .item:hover .product-details .product-action-wrap a {
  color: #ffffff;
  background: #4CA429;
}
.product_slide .product_alternative .item .product-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 30px;
}
.product_slide .product_alternative .item .product-thumbnail .wishlist {
  position: absolute;
  right: 0px;
  top: 28px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.product_slide .product_alternative .item .product-thumbnail .wishlist.add-to-wishlist {
  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%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83764 15.2413 6.88275 17.037 9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C17.1176 17.0366 19.1625 15.2413 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%23202020'/%3e%3c/svg%3e ");
}
.product_slide .product_alternative .item .product-thumbnail .wishlist.remove-from-wishlist {
  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%3crect width='24' height='24' fill='white'/%3e%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83764 15.2413 6.88275 17.037 9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C17.1176 17.0366 19.1625 15.2413 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%23202020'/%3e%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83741 15.2411 6.88206 17.0364 9.24949 19.1152L9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C14.752 19.114 14.7541 19.1122 14.7562 19.1103C17.1213 17.0334 19.1638 15.2398 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%234CA429'/%3e%3cpath d='M6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83741 15.2411 6.88206 17.0364 9.24949 19.1152L9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159L14.7562 19.1103C17.1213 17.0334 19.1638 15.2398 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%234CA429'/%3e%3c/svg%3e ");
}
.product_slide .product_alternative .item .product-thumbnail a img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 0 auto;
  box-shadow: none;
  transition: opacity 0.3s ease;
}
.product_slide .product_alternative .item .product-thumbnail a img.secondary-product-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  min-width: 100%;
  min-height: 100%;
}
.product_slide .product_alternative .item .product-thumbnail .product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease;
}
.product_slide .product_alternative .item .product-thumbnail .product-actions .woosw-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 17px;
  justify-content: center;
  padding: 0;
  border: none;
  background: #eeefef;
  color: #000;
}
.product_slide .product_alternative .item .product-thumbnail .product-actions .woosw-btn .woosw-btn-icon .woosw-btn-text {
  display: none;
}
.product_slide .product_alternative .item .product-thumbnail .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
}
.product_slide .product_alternative .item .product-thumbnail .sticker .item {
  height: 20px;
  width: 40px;
  border-radius: 4px;
  margin-right: 10px;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.31px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.product_slide .product_alternative .item .product-thumbnail .sticker .item.new {
  background: #20665C;
}
.product_slide .product_alternative .item .product-thumbnail .sticker .item.top {
  background: #EF233C;
}
.product_slide .product_alternative .item .product-thumbnail .sticker .item.hit {
  background: #F98B0A;
}
.product_slide .product_alternative .item .product-details {
  padding: 15px 15px 15px 20px;
}
@media (max-width: 575.98px) {
  .product_slide .product_alternative .item .product-details {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_slide .product_alternative .item .product-details {
    padding: 10px;
  }
}
.product_slide .product_alternative .item .product-details .product_title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #202020;
  height: 58px;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .product_slide .product_alternative .item .product-details .product_title {
    font-size: 12px;
    line-height: 15.6px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_slide .product_alternative .item .product-details .product_title {
    font-size: 12px;
    line-height: 15.6px;
  }
}
.product_slide .product_alternative .item .product-details .product_title a {
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product_slide .product_alternative .item .product-details .star-rating-block {
  margin-bottom: 5px;
}
.product_slide .product_alternative .item .product-details .price {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #202020;
}
@media (max-width: 575.98px) {
  .product_slide .product_alternative .item .product-details .price {
    font-size: 15px;
    line-height: 18.75px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_slide .product_alternative .item .product-details .price {
    font-size: 15px;
    line-height: 18.75px;
  }
}
.product_slide .product_alternative .item .product-details .product-action-wrap {
  margin-top: 1em;
}
.product_slide .product_alternative .item .product-details .product-action-wrap a {
  transition: 0.5s all;
  color: #000;
  background: #eeefef;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 30px;
  padding: 10px 26px 10px 26px;
}
.product_slide .product_alternative .item .product-details .product-action-wrap .stock {
  display: none;
}
.product_slide .product_alternative .item .product-details .product-action-wrap .quantity {
  display: none;
}
.product_slide .product_alternative .item .product-details .product-action-wrap .added_to_cart {
  display: none;
}
.product_slide .product_alternative .item .product-details .product-action-wrap .variations {
  display: none;
}
.product_slide .product_alternative .item .product-details .product-action-wrap .single_add_to_cart_button {
  transition: 0.5s all;
  color: #000;
  background: #eeefef;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 30px;
  padding: 10px 26px 10px 26px;
  cursor: pointer;
}
.product_slide .product_alternative .item .product-details .product-action-wrap .single_add_to_cart_button:hover {
  color: #ffffff;
  background: #4CA429;
}
.product_slide .product_alternative .item {
  border-top: 1px solid #d9d9d9;
}
.product_slide .slider-alternative:hover .slick-arrow {
  opacity: 1;
}
.product_slide .slider-alternative .slick-arrow {
  color: #000;
  background: #202020;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}
.product_slide .slider-alternative .slick-arrow::before {
  display: none;
}
.product_slide .slider-alternative .slick-arrow.slick-next {
  right: -7px;
}
.product_slide .slider-alternative .slick-arrow.slick-prev {
  left: -7px;
}
.product_slide .slider-alternative .slick-list {
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.product_slide .slider-alternative .item {
  width: 300px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.product_slide .slider-alternative .item:hover .product-details .product-action-wrap a {
  color: #ffffff;
  background: #4CA429;
}
.product_slide .slider-alternative .item .product-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 30px;
}
.product_slide .slider-alternative .item .product-thumbnail .wishlist {
  position: absolute;
  right: 0px;
  top: 28px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.product_slide .slider-alternative .item .product-thumbnail .wishlist.add-to-wishlist {
  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%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83764 15.2413 6.88275 17.037 9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C17.1176 17.0366 19.1625 15.2413 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%23202020'/%3e%3c/svg%3e ");
}
.product_slide .slider-alternative .item .product-thumbnail .wishlist.remove-from-wishlist {
  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%3crect width='24' height='24' fill='white'/%3e%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83764 15.2413 6.88275 17.037 9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C17.1176 17.0366 19.1625 15.2413 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%23202020'/%3e%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83741 15.2411 6.88206 17.0364 9.24949 19.1152L9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C14.752 19.114 14.7541 19.1122 14.7562 19.1103C17.1213 17.0334 19.1638 15.2398 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%234CA429'/%3e%3cpath d='M6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83741 15.2411 6.88206 17.0364 9.24949 19.1152L9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159L14.7562 19.1103C17.1213 17.0334 19.1638 15.2398 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%234CA429'/%3e%3c/svg%3e ");
}
.product_slide .slider-alternative .item .product-thumbnail a img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 0 auto;
  box-shadow: none;
  transition: opacity 0.3s ease;
}
.product_slide .slider-alternative .item .product-thumbnail a img.secondary-product-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  min-width: 100%;
  min-height: 100%;
}
.product_slide .slider-alternative .item .product-thumbnail .product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease;
}
.product_slide .slider-alternative .item .product-thumbnail .product-actions .woosw-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 17px;
  justify-content: center;
  padding: 0;
  border: none;
  background: #eeefef;
  color: #000;
}
.product_slide .slider-alternative .item .product-thumbnail .product-actions .woosw-btn .woosw-btn-icon .woosw-btn-text {
  display: none;
}
.product_slide .slider-alternative .item .product-thumbnail .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
}
.product_slide .slider-alternative .item .product-thumbnail .sticker .item {
  height: 20px;
  width: 40px;
  border-radius: 4px;
  margin-right: 10px;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.31px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.product_slide .slider-alternative .item .product-thumbnail .sticker .item.new {
  background: #20665C;
}
.product_slide .slider-alternative .item .product-thumbnail .sticker .item.top {
  background: #EF233C;
}
.product_slide .slider-alternative .item .product-thumbnail .sticker .item.hit {
  background: #F98B0A;
}
.product_slide .slider-alternative .item .product-details {
  padding: 15px 15px 15px 20px;
}
@media (max-width: 575.98px) {
  .product_slide .slider-alternative .item .product-details {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_slide .slider-alternative .item .product-details {
    padding: 10px;
  }
}
.product_slide .slider-alternative .item .product-details .product_title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #202020;
  height: 58px;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .product_slide .slider-alternative .item .product-details .product_title {
    font-size: 12px;
    line-height: 15.6px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_slide .slider-alternative .item .product-details .product_title {
    font-size: 12px;
    line-height: 15.6px;
  }
}
.product_slide .slider-alternative .item .product-details .product_title a {
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product_slide .slider-alternative .item .product-details .star-rating-block {
  margin-bottom: 5px;
}
.product_slide .slider-alternative .item .product-details .price {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #202020;
}
@media (max-width: 575.98px) {
  .product_slide .slider-alternative .item .product-details .price {
    font-size: 15px;
    line-height: 18.75px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_slide .slider-alternative .item .product-details .price {
    font-size: 15px;
    line-height: 18.75px;
  }
}
.product_slide .slider-alternative .item .product-details .product-action-wrap {
  margin-top: 1em;
}
.product_slide .slider-alternative .item .product-details .product-action-wrap a {
  transition: 0.5s all;
  color: #000;
  background: #eeefef;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 30px;
  padding: 10px 26px 10px 26px;
}
.product_slide .slider-alternative .item .product-details .product-action-wrap .stock {
  display: none;
}
.product_slide .slider-alternative .item .product-details .product-action-wrap .quantity {
  display: none;
}
.product_slide .slider-alternative .item .product-details .product-action-wrap .added_to_cart {
  display: none;
}
.product_slide .slider-alternative .item .product-details .product-action-wrap .variations {
  display: none;
}
.product_slide .slider-alternative .item .product-details .product-action-wrap .single_add_to_cart_button {
  transition: 0.5s all;
  color: #000;
  background: #eeefef;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 30px;
  padding: 10px 26px 10px 26px;
  cursor: pointer;
}
.product_slide .slider-alternative .item .product-details .product-action-wrap .single_add_to_cart_button:hover {
  color: #ffffff;
  background: #4CA429;
}
.product_slide .slider-alternative .item {
  border-top: 1px solid #d9d9d9;
}

.product_tabs {
  padding-top: 40px;
}
.product_tabs .block_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product_tabs .block_head .title {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  line-height: 1;
}
.product_tabs .buttonWrapper {
  display: flex;
}
.product_tabs .buttonWrapper button {
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s;
  color: #555555;
  background: transparent;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.product_tabs .buttonWrapper button::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #777777;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.product_tabs .buttonWrapper button[data-id=latest]::before {
  display: none;
}
.product_tabs .buttonWrapper button:hover {
  color: #4CA429;
}
.product_tabs .buttonWrapper button.active {
  color: #4CA429;
}
.product_tabs .buttonWrapper .arrows-rev {
  display: flex;
}
.product_tabs .buttonWrapper .arrows-rev .slick-arrow {
  top: 0;
  color: #000;
  background: #eeefef;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
  padding: 0;
  margin-left: 4px;
}
.product_tabs .buttonWrapper .arrows-rev .slick-arrow:hover {
  background: #4CA429;
  color: #fff;
}
.product_tabs .buttonWrapper .arrows-rev .slick-arrow::before {
  display: none;
}
.product_tabs .buttonWrapper .arrows-rev .slick-arrow.slick-next {
  right: 0px;
  transform: none;
}
.product_tabs .buttonWrapper .arrows-rev .slick-arrow.slick-prev {
  left: 0px;
  transform: rotate(180deg);
}
.product_tabs .buttonWrapper .arrows-rev .slick-arrow svg {
  fill: currentColor;
  width: 12px;
}
.product_tabs .content {
  display: none;
  padding: 0px;
}
.product_tabs .content.active {
  display: block;
}
.product_tabs .post_banner {
  width: 27%;
}
.product_tabs .post_banner .caption {
  position: relative;
}
.product_tabs .post_banner .caption .image .data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 36px;
}
.product_tabs .post_banner .caption .image .data .title {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}
.product_tabs .post_banner .caption .image .data .sub_title {
  color: #ffffff;
  line-height: 36px;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.product_tabs .post_banner .caption .image .data .price {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
.product_tabs .post_banner .caption .image .data .link a {
  transition: 0.5s all;
  color: #fff;
  background: #4CA429;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 30px;
  padding: 10px 26px 10px 26px;
}
.product_tabs .tabs_content {
  width: 73%;
}
.product_tabs .slider-tabs:hover .slick-arrow {
  opacity: 1;
}
.product_tabs .slider-tabs .slick-list {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.product_tabs .slider-tabs .item {
  width: 300px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.product_tabs .slider-tabs .item:hover .product-details .product-action-wrap a {
  color: #ffffff;
  background: #4CA429;
}
.product_tabs .slider-tabs .item .product-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 30px;
}
.product_tabs .slider-tabs .item .product-thumbnail .wishlist {
  position: absolute;
  right: 0px;
  top: 28px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.product_tabs .slider-tabs .item .product-thumbnail .wishlist.add-to-wishlist {
  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%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83764 15.2413 6.88275 17.037 9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C17.1176 17.0366 19.1625 15.2413 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%23202020'/%3e%3c/svg%3e ");
}
.product_tabs .slider-tabs .item .product-thumbnail .wishlist.remove-from-wishlist {
  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%3crect width='24' height='24' fill='white'/%3e%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83764 15.2413 6.88275 17.037 9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C17.1176 17.0366 19.1625 15.2413 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%23202020'/%3e%3cpath d='M12 23C11.6583 23 11.3289 22.8724 11.0722 22.6408C10.1026 21.7673 9.16791 20.9464 8.34319 20.2223L8.33897 20.2186C5.92106 18.0956 3.83311 16.2622 2.38036 14.4561C0.756422 12.4372 0 10.5228 0 8.43149C0 6.39964 0.676219 4.52509 1.90392 3.15298C3.1463 1.76464 4.851 1 6.70458 1C8.08997 1 9.35869 1.45129 10.4755 2.3412C11.0391 2.79037 11.5499 3.34013 12 3.98137C12.4502 3.34013 12.9609 2.79037 13.5247 2.3412C14.6415 1.45129 15.9102 1 17.2956 1C19.149 1 20.8539 1.76464 22.0963 3.15298C23.324 4.52509 24 6.39964 24 8.43149C24 10.5227 23.2438 12.4371 21.6198 14.4559C20.167 16.2622 18.0793 18.0954 15.6617 20.2182C14.8356 20.9434 13.8994 21.7656 12.9276 22.6412C12.6708 22.8726 12.3412 23.0001 12 23ZM6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83741 15.2411 6.88206 17.0364 9.24949 19.1152L9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159C14.752 19.114 14.7541 19.1122 14.7562 19.1103C17.1213 17.0334 19.1638 15.2398 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%234CA429'/%3e%3cpath d='M6.70458 2.44852C5.24836 2.44852 3.91059 3.04735 2.93738 4.13476C1.94972 5.23863 1.40569 6.76452 1.40569 8.43149C1.40569 10.1904 2.04014 11.7634 3.4627 13.5319C4.83741 15.2411 6.88206 17.0364 9.24949 19.1152L9.25069 19.1163L9.25505 19.12C10.0829 19.8469 11.0213 20.671 11.998 21.5509C12.9805 20.6693 13.9204 19.8439 14.7499 19.1159L14.7562 19.1103C17.1213 17.0334 19.1638 15.2398 20.5375 13.5319C21.9599 11.7634 22.5943 10.1904 22.5943 8.43149C22.5943 6.76447 22.0503 5.23858 21.0626 4.13476C20.0896 3.04735 18.7517 2.44852 17.2956 2.44852C16.2288 2.44852 15.2494 2.79795 14.3846 3.4869C13.6139 4.10119 13.077 4.87771 12.7622 5.42105C12.6004 5.70045 12.3155 5.86721 12 5.86721C11.6845 5.86721 11.3996 5.70045 11.2377 5.42105C10.9232 4.87771 10.3863 4.10119 9.61538 3.4869C8.75063 2.79795 7.77117 2.44852 6.70458 2.44852Z' fill='%234CA429'/%3e%3c/svg%3e ");
}
.product_tabs .slider-tabs .item .product-thumbnail a img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 0 auto;
  box-shadow: none;
  transition: opacity 0.3s ease;
}
.product_tabs .slider-tabs .item .product-thumbnail a img.secondary-product-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  min-width: 100%;
  min-height: 100%;
}
.product_tabs .slider-tabs .item .product-thumbnail .product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease;
}
.product_tabs .slider-tabs .item .product-thumbnail .product-actions .woosw-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 17px;
  justify-content: center;
  padding: 0;
  border: none;
  background: #eeefef;
  color: #000;
}
.product_tabs .slider-tabs .item .product-thumbnail .product-actions .woosw-btn .woosw-btn-icon .woosw-btn-text {
  display: none;
}
.product_tabs .slider-tabs .item .product-thumbnail .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
}
.product_tabs .slider-tabs .item .product-thumbnail .sticker .item {
  height: 20px;
  width: 40px;
  border-radius: 4px;
  margin-right: 10px;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.31px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.product_tabs .slider-tabs .item .product-thumbnail .sticker .item.new {
  background: #20665C;
}
.product_tabs .slider-tabs .item .product-thumbnail .sticker .item.top {
  background: #EF233C;
}
.product_tabs .slider-tabs .item .product-thumbnail .sticker .item.hit {
  background: #F98B0A;
}
.product_tabs .slider-tabs .item .product-details {
  padding: 15px 15px 15px 20px;
}
@media (max-width: 575.98px) {
  .product_tabs .slider-tabs .item .product-details {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_tabs .slider-tabs .item .product-details {
    padding: 10px;
  }
}
.product_tabs .slider-tabs .item .product-details .product_title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #202020;
  height: 58px;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .product_tabs .slider-tabs .item .product-details .product_title {
    font-size: 12px;
    line-height: 15.6px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_tabs .slider-tabs .item .product-details .product_title {
    font-size: 12px;
    line-height: 15.6px;
  }
}
.product_tabs .slider-tabs .item .product-details .product_title a {
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product_tabs .slider-tabs .item .product-details .star-rating-block {
  margin-bottom: 5px;
}
.product_tabs .slider-tabs .item .product-details .price {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #202020;
}
@media (max-width: 575.98px) {
  .product_tabs .slider-tabs .item .product-details .price {
    font-size: 15px;
    line-height: 18.75px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product_tabs .slider-tabs .item .product-details .price {
    font-size: 15px;
    line-height: 18.75px;
  }
}
.product_tabs .slider-tabs .item .product-details .product-action-wrap {
  margin-top: 1em;
}
.product_tabs .slider-tabs .item .product-details .product-action-wrap a {
  transition: 0.5s all;
  color: #000;
  background: #eeefef;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 30px;
  padding: 10px 26px 10px 26px;
}
.product_tabs .slider-tabs .item .product-details .product-action-wrap .stock {
  display: none;
}
.product_tabs .slider-tabs .item .product-details .product-action-wrap .quantity {
  display: none;
}
.product_tabs .slider-tabs .item .product-details .product-action-wrap .added_to_cart {
  display: none;
}
.product_tabs .slider-tabs .item .product-details .product-action-wrap .variations {
  display: none;
}
.product_tabs .slider-tabs .item .product-details .product-action-wrap .single_add_to_cart_button {
  transition: 0.5s all;
  color: #000;
  background: #eeefef;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 30px;
  padding: 10px 26px 10px 26px;
  cursor: pointer;
}
.product_tabs .slider-tabs .item .product-details .product-action-wrap .single_add_to_cart_button:hover {
  color: #ffffff;
  background: #4CA429;
}
.product_tabs .slider-tabs .item {
  margin: -5px;
}

.promo {
  padding-top: 30px;
  overflow: hidden;
  max-height: 500px;
}
@media (max-width: 575.98px) {
  .promo {
    padding-top: 0px;
  }
}
.promo .slider-promo {
  width: calc(100% - 308px);
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .promo .slider-promo {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .promo .slider-promo {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .promo .slider-promo {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .promo .slider-promo {
    width: 100%;
  }
}
.promo .slider-promo.mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .promo .slider-promo.mobile {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .promo .slider-promo.pc {
    display: none;
  }
}
.promo .slider-promo:hover .slick-arrow {
  opacity: 1;
}
.promo .slider-promo .slick-arrow {
  background: #202020;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}
@media (max-width: 575.98px) {
  .promo .slider-promo .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .promo .slider-promo .slick-arrow {
    display: none !important;
  }
}
.promo .slider-promo .slick-arrow::before {
  display: none;
}
.promo .slider-promo .slick-arrow.slick-next {
  right: 32px;
}
.promo .slider-promo .slick-arrow.slick-prev {
  left: 32px;
}
.promo .slider-promo .slick-list .slick-slide {
  border-radius: 10px;
}
.promo .slider-promo .slick-list .slick-slide div {
  height: 100%;
}
.promo .slider-promo .slick-list .slick-slide div img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 10px;
  width: 100%;
}
.promo .slider-promo_mobile {
  width: 100%;
  display: none;
}
@media (max-width: 575.98px) {
  .promo .slider-promo_mobile {
    display: b;
  }
}
.promo .slider-promo_mobile:hover .slick-arrow {
  opacity: 1;
}
.promo .slider-promo_mobile .slick-arrow {
  background: #202020;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}
@media (max-width: 575.98px) {
  .promo .slider-promo_mobile .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .promo .slider-promo_mobile .slick-arrow {
    display: none !important;
  }
}
.promo .slider-promo_mobile .slick-arrow::before {
  display: none;
}
.promo .slider-promo_mobile .slick-arrow.slick-next {
  right: 32px;
}
.promo .slider-promo_mobile .slick-arrow.slick-prev {
  left: 32px;
}
.promo .slider-promo_mobile .slick-list .slick-slide {
  border-radius: 10px;
}
.promo .slider-promo_mobile .slick-list .slick-slide div {
  height: 100%;
}
.promo .slider-promo_mobile .slick-list .slick-slide div img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 10px;
  width: 100%;
}
.promo .slick-arrow {
  display: none;
}
.promo .post_banner .caption {
  position: relative;
}
.promo .post_banner .caption .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.promo .post_banner .caption .image .data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promo .post_banner .caption .image .data .title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}
.promo .post_banner .caption .image .data .sub_title {
  color: #ffffff;
  line-height: 48px;
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.promo .post_banner .caption .image .data .price {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
.promo .post_banner .caption .image .data .link a {
  transition: 0.5s all;
  color: #fff;
  background: #4CA429;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 30px;
  padding: 10px 26px 10px 26px;
}

.popular_categories {
  padding-bottom: 60px;
}
.popular_categories .block_head {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .popular_categories .block_head {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .popular_categories .block_head {
    margin-bottom: 20px;
  }
}
.popular_categories .block_head .title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #202020;
}
@media (max-width: 575.98px) {
  .popular_categories .block_head .title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .popular_categories .block_head .title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
  }
}
.popular_categories .category_list {
  position: relative;
}
.popular_categories .category_list .swiper-button-prev, .popular_categories .category_list .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular_categories .category_list .swiper-button-prev svg, .popular_categories .category_list .swiper-button-next svg {
  width: auto;
  height: auto;
}
.popular_categories .category_list .swiper-button-prev::after, .popular_categories .category_list .swiper-button-next::after {
  display: none;
}
.popular_categories .category_list .swiper-button-prev {
  left: -7px;
  top: 40%;
}
.popular_categories .category_list .swiper-button-next {
  right: -7px;
  top: 40%;
}
.popular_categories .mySwiper_category {
  padding-bottom: 20px;
}
.popular_categories .product-cat {
  text-align: center;
  width: 12.5%;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .popular_categories .product-cat {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .popular_categories .product-cat {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .popular_categories .product-cat {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .popular_categories .product-cat {
    width: 16.66%;
  }
}
.popular_categories .product-cat .cat-image {
  border: 1px solid #E0E0E0;
  margin-bottom: 16px;
}
.popular_categories .product-cat .cat-image:hover {
  border: 1px solid #4CA429;
}
.popular_categories .product-cat .cat-title {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  color: #202020;
  margin-bottom: 10px;
}
.popular_categories .product-cat .cat-total {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  color: #202020;
  display: none;
}

.sub_category_list {
  position: relative;
}
.sub_category_list .swiper-button-prev, .sub_category_list .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_category_list .swiper-button-prev svg, .sub_category_list .swiper-button-next svg {
  width: auto;
  height: auto;
}
.sub_category_list .swiper-button-prev::after, .sub_category_list .swiper-button-next::after {
  display: none;
}
.sub_category_list .swiper-button-prev {
  left: -20px;
  top: 40%;
}
.sub_category_list .swiper-button-next {
  right: -20px;
  top: 40%;
}
.sub_category_list .mySwiper_category_list {
  padding-bottom: 20px;
}
.sub_category_list .mySwiper_category_list .product-cat {
  text-align: center;
  width: 12.5%;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .sub_category_list .mySwiper_category_list .product-cat {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sub_category_list .mySwiper_category_list .product-cat {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sub_category_list .mySwiper_category_list .product-cat {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sub_category_list .mySwiper_category_list .product-cat {
    width: 16.66%;
  }
}
.sub_category_list .mySwiper_category_list .product-cat .cat-image {
  border: 1px solid #E0E0E0;
  margin-bottom: 10px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sub_category_list .mySwiper_category_list .product-cat .cat-image:hover {
  border: 1px solid #4CA429;
}
.sub_category_list .mySwiper_category_list .product-cat .cat-title {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  color: #202020;
  margin-bottom: 10px;
}
.sub_category_list .mySwiper_category_list .product-cat .cat-total {
  display: none;
}

.product_page .product-galery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  display: none;
}
.product_page .product-galery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  display: block;
}
.product_page .product-galery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.product_page .product-galery .slider-product .slick-list {
  border: 1px solid #d9d9d9;
}
.product_page .product-galery .slider-product .slider__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.product_page .product-galery .slider-nav .slider-nav__item {
  padding: 5px;
}
.product_page .product-galery .slider-nav .slider-nav__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
}
.product_page .product-galery .slider-nav .slick-arrow {
  color: #eeefef;
  background: #000;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
}
.product_page .product-galery .slider-nav .slick-arrow:hover {
  background: #4CA429;
  color: #fff;
}
.product_page .product-galery .slider-nav .slick-arrow::before {
  display: none;
}
.product_page .product-galery .slider-nav .slick-arrow.slick-next {
  right: -7px;
}
.product_page .product-galery .slider-nav .slick-arrow.slick-prev {
  left: -7px;
  transform: rotate(180deg) translate(0, 50%);
}
.product_page .product-galery .slider-nav .slick-arrow svg {
  fill: currentColor;
  width: 12px;
}
.product_page .product-galery {
  position: relative;
}
.product_page .product-galery .sticker {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
}
.product_page .product-galery .sticker .item {
  height: 20px;
  width: 40px;
  border-radius: 4px;
  margin-right: 10px;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.31px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.product_page .product-galery .sticker .item.new {
  background: #20665C;
}
.product_page .product-galery .sticker .item.top {
  background: #4CA429;
}
.product_page .product-galery .sticker .item.hit {
  background: #F98B0A;
}
.product_page .product_data .title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  color: #202020;
  margin-bottom: 10px;
}
.product_page .product_data .sku {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  color: #202020;
  margin-bottom: 10px;
}
.product_page .product_data .sku span {
  font-weight: 600;
}
.product_page .product_data .wishlist {
  display: none;
}
.product_page .product_data .compare {
  display: none;
}
.product_page .product_data .rewiew {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.product_page .product_data .rewiew .star-rating {
  margin-right: 5px;
}
.product_page .product_data .rewiew span {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.75px;
}
.product_page .product_data .price {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #202020;
  margin-bottom: 20px;
  display: block;
}
.product_page .product_data .price .regular-price {
  margin-bottom: 25px;
  display: block;
}
.product_page .product_data .cart {
  display: flex;
  margin-bottom: 20px;
}
.product_page .product_data .cart input[type=number]::-webkit-inner-spin-button,
.product_page .product_data .cart input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_page .product_data .cart .woocommerce-variation-add-to-cart {
  display: flex;
}
.product_page .product_data .cart .quantity {
  background: #EEEFEF;
  width: 80px;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: space-between;
}
.product_page .product_data .cart .quantity button {
  border: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.product_page .product_data .cart .quantity input {
  width: 16px;
  border: none;
  background: transparent;
  text-align: center;
}
.product_page .product_data .cart .added_to_cart {
  display: none;
}
.product_page .product_data .cart .product-quantity {
  margin-right: 20px;
}
.product_page .product_data .cart .add_cart .woocommerce-variation-availability {
  display: none;
}
.product_page .product_data .cart .add_cart button[type=submit] {
  border: none;
  border-radius: 30px;
  padding: 0;
  width: 287px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #202020;
  margin-left: 20px;
  cursor: pointer;
}
.product_page .product_data .cart .add_cart .reset_variations {
  margin-top: 25px;
  display: block;
}
.product_page .product_data .cart .add_cart .variations label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  color: #202020;
  margin-bottom: 10px;
}
.product_page .product_data .cart .add_cart .variations .woo-selected-variation-item-name {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  color: #202020;
}
.product_page .product_data .cart .add_cart .variations tr {
  margin-bottom: 25px;
  display: block;
}
.product_page .product_data .oneclick .oneclick-input {
  border-radius: 30px;
  border: 1px solid #E0E0E0;
  max-width: 387px;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: space-between;
}
.product_page .product_data .oneclick .oneclick-input input {
  border: none;
  height: 100%;
  padding: 10px;
  border-radius: 30px 0px 0px 30px;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.75px;
  color: #202020;
  max-width: 175px;
}
.product_page .product_data .oneclick .oneclick-input #by_one_click_button {
  width: 189px;
  display: flex;
  border: none;
  height: 100%;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #202020;
  width: 100%;
  display: flex;
  border: none;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0px 30px 30px 0px;
  cursor: pointer;
}
.product_page .product_data_info .tabset {
  text-align: center;
}
.product_page .product_data_info .tabset > input[type=radio] {
  position: absolute;
  left: -200vw;
}
.product_page .product_data_info .tabset .tab-panel {
  display: none;
}
.product_page .product_data_info .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.product_page .product_data_info .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.product_page .product_data_info .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.product_page .product_data_info .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.product_page .product_data_info .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.product_page .product_data_info .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.product_page .product_data_info .tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 0px 7px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  line-height: 18.15px;
  color: #555555;
  margin: 0px 22px;
}
.product_page .product_data_info input:focus-visible + label {
  outline: 2px solid rgb(0, 102, 204);
  border-radius: 3px;
}
.product_page .product_data_info .tabset > label:hover,
.product_page .product_data_info .tabset > input:focus + label,
.product_page .product_data_info .tabset > input:checked + label {
  color: #202020;
}
.product_page .product_data_info .tabset > input:checked + label {
  border-bottom: 2px solid #4CA429;
  margin-bottom: -1px;
}
.product_page .product_data_info .tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  text-align: left;
}
.product_page .product_data_info .option {
  border: 1px solid #E0E0E0;
}
.product_page .product_data_info .option .item {
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 15px;
}
.product_page .product_data_info .option .item:last-child {
  border-bottom: none;
}
.product_page .product_data_info .option .item:nth-child(even) {
  background: #EEEFEF;
}
.product_page .product_data_info .option .item .name {
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  color: #000000;
}
.product_page .product_data_info .option .item .value {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  color: #000000;
}
.product_page .products_list .item {
  max-width: 250px;
  margin-left: auto;
  margin-bottom: 10px;
}
.product_page .products_list .item .title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #202020;
  margin-bottom: 10px;
}
.product_page .products_list .item .price {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #202020;
  margin-top: 10px;
}
.product_page .products_list .item a {
  display: flex;
}
.product_page .products_list .item .image {
  border: 1px solid #E0E0E0;
  width: 115px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.product_related .block_head {
  text-align: center;
}
.product_related .block_head .title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 8px;
  color: #000;
  line-height: 1;
  margin-bottom: 22px;
}
.product_related .block_head .sub_title {
  font-size: 16px;
  color: #000;
}
.product_related .product_list .item {
  width: 16.66%;
}

.about_page .about_data {
  background: #EEEFEF;
  margin-bottom: 70px;
}
.about_page .about_data .row {
  align-items: center;
}
.about_page .about_data .title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  color: #202020;
  margin-bottom: 15px;
}
.about_page .about_data .sub_title {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #555555;
  margin-bottom: 30px;
}
.about_page .about_data .info {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #202020;
}
.about_page .about_data .image {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  .about_page .about_data .image {
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .about_data .image {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about_page .about_data .image {
    padding-left: 0;
    text-align: center;
  }
}
.about_page .about_data .image img {
  max-height: 608px;
}
.about_page .about_number {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.about_page .about_number img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
.about_page .about_number .row {
  justify-content: space-evenly;
}
.about_page .about_number .item {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  width: 225px;
}
@media (max-width: 575.98px) {
  .about_page .about_number .item {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .about_number .item {
    width: 100%;
  }
}
.about_page .about_number .item .numb {
  font-family: Inter;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  color: #FFFFFF;
}
.about_page .about_number .item .title {
  font-family: Inter;
  font-size: 15px;
  font-weight: 700;
  line-height: 19.5px;
  color: #FFFFFF;
}
.about_page .about_contact {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.about_page .about_contact .sub_title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #555555;
  margin-bottom: 10px;
}
.about_page .about_contact .title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  color: #202020;
  margin-bottom: 10px;
}
.about_page .about_contact .info {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #202020;
  margin-bottom: 20px;
}
.about_page .about_contact .link {
  display: flex;
  justify-content: center;
}
.about_page .about_contact .link a {
  background: #E0E0E0;
  width: 300px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #202020;
  border-radius: 30px;
}

.contact_page .list_shop .item {
  border: 1px solid #E0E0E0;
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .contact_page .list_shop .item {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .list_shop .item {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .contact_page .list_shop .item .image {
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .list_shop .item .image {
    height: 300px;
  }
}
.contact_page .list_shop .item .image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.contact_page .list_shop .item .info {
  padding-left: 40px;
  padding-right: 10px;
}
@media (max-width: 575.98px) {
  .contact_page .list_shop .item .info {
    padding-left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .list_shop .item .info {
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact_page .list_shop .item .info {
    padding-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact_page .list_shop .item .info {
    padding-left: 10px;
  }
}
.contact_page .list_shop .item .title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #000000;
  margin-top: 48px;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .contact_page .list_shop .item .title {
    margin-top: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .list_shop .item .title {
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact_page .list_shop .item .title {
    margin-top: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact_page .list_shop .item .title {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact_page .list_shop .item .title {
    margin-top: 16px;
  }
}
.contact_page .list_shop .item .sub_title {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  color: #555555;
  margin-bottom: 46px;
}
@media (max-width: 575.98px) {
  .contact_page .list_shop .item .sub_title {
    margin-bottom: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .list_shop .item .sub_title {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact_page .list_shop .item .sub_title {
    margin-bottom: 16px;
  }
}
.contact_page .list_shop .item .time_work {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.15px;
  color: #555555;
  margin-bottom: 20px;
}
.contact_page .list_shop .item .time_work .block_name {
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.57px;
  color: #202020;
  margin-bottom: 10px;
}
.contact_page .list_shop .item .phone {
  display: flex;
  flex-direction: column;
}
.contact_page .list_shop .item .phone .block_name {
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.57px;
  color: #202020;
  margin-bottom: 10px;
}
.contact_page .list_shop .item .phone a {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.15px;
  color: #0978BE;
  margin-bottom: 10px;
}
.contact_page .list_shop .item .map {
  padding-right: 0px;
}
@media (max-width: 575.98px) {
  .contact_page .list_shop .item .map iframe {
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .list_shop .item .map iframe {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact_page .list_shop .item .map iframe {
    height: 300px;
  }
}
.contact_page .form_contact {
  max-width: 655px;
  margin: 0 auto;
  padding: 30px;
  margin-top: 70px;
}
.contact_page .form_contact .title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  color: #202020;
  margin-bottom: 15px;
  text-align: center;
}
.contact_page .form_contact .social ul {
  display: flex;
  justify-content: center;
}
.contact_page .form_contact .social ul li {
  margin: 0px 10px;
}
.contact_page .form_contact .sub_title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  color: #202020;
  margin-bottom: 20px;
  text-align: center;
}
.contact_page .form_contact .wpcf7-acceptance .wpcf7-list-item label {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.contact_page .form_contact .wpcf7-acceptance .wpcf7-list-item label input {
  margin-right: 12px;
}
.contact_page .form_contact form .wpcf7-list-item {
  margin: 0;
}
.contact_page .form_contact form p {
  margin-bottom: 20px;
}
.contact_page .form_contact form label {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #202020;
}
.contact_page .form_contact form input {
  height: 48px;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .contact_page .form_contact form input {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_page .form_contact form input {
    width: 100%;
  }
}
.contact_page .form_contact form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
}
.contact_page .form_contact form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  height: 45px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #fff;
  background: #4CA429;
}
.contact_page .form_contact form .wpcf7-spinner {
  display: none;
}
.contact_page .form_contact form .wpcf7-list-item-label {
  cursor: pointer;
}
.contact_page .form_contact form textarea {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background: #fff;
  width: 100%;
  height: 123px;
  margin-top: 10px;
}

/**/
.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 60px;
}
.cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content .has-children .cd-secondary-dropdown .sub-children a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}
.cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content .has-children .cd-secondary-dropdown .has-children ul {
  display: flex;
  flex-wrap: wrap;
}
.cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content .has-children .cd-secondary-dropdown .has-children ul li {
  width: 168px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
}
.cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content .has-children .cd-secondary-dropdown .has-children ul li.sub-children a {
  font-weight: 400;
}
.cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content .has-children .cd-secondary-dropdown .has-children ul li a {
  height: 25px;
  padding-left: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.15px;
  color: #202020;
}
.cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content .has-children .cd-secondary-dropdown .has-children .has-children.sub {
  display: flex;
  justify-content: space-between;
}
.cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content .has-children .cd-secondary-dropdown .has-children .has-children a::before {
  display: none;
}
.cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content .has-children .cd-secondary-dropdown .has-children .has-children a::after {
  display: none;
}
.cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content .has-children .cd-secondary-dropdown .has-children .has-children .before_next::before {
  display: block;
}
.cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content .has-children .cd-secondary-dropdown .has-children .has-children .before_next::after {
  display: block;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
  position: relative;
  background-color: #4CA429;
  color: #ffffff;
  width: 270px;
  height: 100%;
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  display: flex;
  align-items: center;
  padding-left: 22px;
}
.cd-dropdown-trigger svg {
  margin-right: 10px;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #4CA429;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  backface-visibility: hidden;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  right: 22px;
  transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
  right: 17px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #4CA429;
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #4CA429;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 68px;
  display: flex;
  align-items: center;
}

.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111433;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  backface-visibility: hidden;
  transform: translateZ(0);
  transform: translateY(-100%);
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 568px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .cd-dropdown {
    position: absolute;
    top: 100%;
    /* reset style*/
    height: 500px;
    width: auto;
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    border-color: #4CA429;
    border-radius: 0px 0px 10px 10px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) and (max-width: 1399.98px) {
  .cd-dropdown {
    height: 342px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1400px) and (max-width: 1629.98px) {
  .cd-dropdown {
    height: 412px;
  }
}
@media only screen and (min-width: 768px) {
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  text-overflow: ellipsis;
  border-top-width: 1px;
  border-color: #242643;
  border-style: solid;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 568px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    color: #202020;
    border: none;
    border-bottom: 1px solid #ebebeb;
    padding-left: 25px;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 266px;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    padding-top: 20px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #3f8654;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    padding: 0 30px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown .has-children .has-children a::before {
    right: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .has-children .has-children a::after {
    right: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    height: 25px;
    padding-left: 0;
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    color: #202020;
    margin-bottom: 8px;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    height: auto;
    position: absolute;
    height: 100%;
    background: white;
    z-index: 2;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
    width: 656px;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    color: #3f8654;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.sub_cat {
  display: flex;
  justify-content: space-between;
}
.sub_cat .before_next {
  position: relative;
  width: 25px;
}
.sub_cat .before_next::before, .sub_cat .before_next::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  backface-visibility: hidden;
  transform-origin: 9px 50%;
}
.sub_cat .before_next::before {
  transform: rotate(45deg);
}
.sub_cat .before_next::after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .sub_cat .before_next::before, .sub_cat .before_next::after {
    background: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 26px;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 768px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

.woocommerce-checkout .woocommerce-message {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag {
  background: #fff;
  margin-bottom: 20px;
}
.woocommerce-checkout .bag_page .info_bag .title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #202020;
  margin-bottom: 15px;
}
.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: #EDEDED;
  border-radius: 0.5rem;
  padding: 1rem;
  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: #EDEDED;
  border-radius: 0.5rem;
  padding: 1rem;
  border-color: transparent;
  width: 100%;
}
.woocommerce-checkout .bag_page .info_bag .woocommerce-billing-fields .delivery_fields .form-row .select2-container {
  height: 48px;
  background: #EDEDED;
  border-radius: 0.5rem;
  padding: 0.6rem 1rem;
  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: #EDEDED;
  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: #EDEDED;
  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: #EDEDED;
  border-radius: 0.5rem;
  padding: 1rem;
  border-color: transparent;
  width: 100%;
  height: 80px;
  font-family: Inter;
  font-size: 14px;
  line-height: 1.7;
  line-height: 18.75px;
}
.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: 30px;
}
.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 .info_bag .delivery .title {
  margin-top: 15px;
}
.woocommerce-checkout .bag_page .info_bag .delivery ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-checkout .bag_page .info_bag .delivery ul img {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag .delivery ul li {
  margin-bottom: 30px;
}
.woocommerce-checkout .bag_page .info_bag .delivery ul li input {
  display: none;
}
.woocommerce-checkout .bag_page .info_bag .delivery ul li label {
  cursor: pointer;
  display: flex;
}
.woocommerce-checkout .bag_page .info_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 .info_bag .delivery ul li input:checked ~ label::before {
  content: "";
  border: 6px solid #4CA429;
  width: 8px;
  height: 8px;
}
.woocommerce-checkout .bag_page .info_bag .delivery #place_order {
  display: none;
}
.woocommerce-checkout .bag_page .data_bag {
  background: #fff;
}
.woocommerce-checkout .bag_page .data_bag .block_head {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #202020;
  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;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .data_bag .product_list .item {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .data_bag .product_list .item {
    padding: 10px;
  }
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .image {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .data_bag .product_list .item .image {
    width: 20%;
    order: 1;
  }
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .image a {
  display: flex;
  width: 100%;
  justify-content: center;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .image img {
  height: auto;
  max-width: 76px;
  max-height: 76px;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product_data {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .data_bag .product_list .item .product_data {
    order: 2;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .data_bag .product_list .item .product_data {
    order: 2;
    margin-top: 10px;
  }
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product-quantity {
  display: flex;
  justify-content: center;
  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 */
}
.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: 0.375rem;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.06);
  border: 0;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .price_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 6px;
}
@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .data_bag .product_list .item .price_info {
    width: 80%;
    order: 1;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .data_bag .product_list .item .price_info {
    width: 80%;
    order: 1;
  }
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .price_info .price {
  font-family: Inter;
  font-size: 15px;
  font-weight: 700;
  line-height: 18.75px;
  color: #202020;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .price_info .product-subtotal {
  font-family: Inter;
  font-size: 15px;
  font-weight: 700;
  line-height: 18.75px;
  color: #202020;
}
.woocommerce-checkout .bag_page .data_bag .product_list .item .product_title a {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #202020;
  text-decoration: none;
}
.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 {
  position: absolute;
  left: 0;
}
@media (max-width: 575.98px) {
  .woocommerce-checkout .bag_page .data_bag .product_list .item .delete_product {
    right: 10px;
    top: 10px;
    left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-checkout .bag_page .data_bag .product_list .item .delete_product {
    right: 10px;
    top: 10px;
    left: auto;
  }
}
.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: 30px;
}
.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 #4CA429;
  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 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  text-align: center;
  background: #4CA429;
  border-radius: 30px;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.woocommerce-checkout .bag_page .data_bag .confirm .btn_style.disabled {
  background: rgb(165, 165, 165);
  color: #fff;
  cursor: default;
}
.woocommerce-checkout .bag_page .data_bag .confirm .checkout_additional_checkboxes label {
  cursor: pointer;
}

.xoo-wsc-items-count, .xoo-wsc-sc-count {
  background: #4CA429;
  color: #ffffff;
}

.xoo-wsc-bki {
  top: 0;
}

.xoo-wsc-icon-basket1:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  color: #4CA429;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.7129 23H6.50425C3.92164 23 1.80859 20.8786 1.80859 18.2857V18.1286L2.27816 5.55714C2.35642 2.96429 4.46946 1 6.97381 1H18.2434C20.7477 1 22.8608 2.96429 22.939 5.55714L23.4086 18.1286C23.4869 19.3857 23.0173 20.5643 22.1564 21.5071C21.2956 22.45 20.1216 23 18.8695 23H18.7129ZM6.97381 2.57143C5.25207 2.57143 3.92164 3.90714 3.84338 5.55714L3.37381 18.2857C3.37381 20.0143 4.78251 21.4286 6.50425 21.4286H18.8695C19.7303 21.4286 20.5129 21.0357 21.0608 20.4071C21.6086 19.7786 21.9216 18.9929 21.9216 18.1286L21.4521 5.55714C21.3738 3.82857 20.0434 2.57143 18.3216 2.57143H6.97381Z' fill='%23202020'/%3e%3cpath d='M12.6086 10.4288C9.55646 10.4288 7.13037 7.99307 7.13037 4.92878C7.13037 4.45735 7.44341 4.14307 7.91298 4.14307C8.38254 4.14307 8.69559 4.45735 8.69559 4.92878C8.69559 7.12878 10.4173 8.85735 12.6086 8.85735C14.7999 8.85735 16.5217 7.12878 16.5217 4.92878C16.5217 4.45735 16.8347 4.14307 17.3043 4.14307C17.7738 4.14307 18.0869 4.45735 18.0869 4.92878C18.0869 7.99307 15.6608 10.4288 12.6086 10.4288Z' fill='%23202020'/%3e%3c/svg%3e ");
}

.xoo-wsc-modal .xoo-wsc-sp-container {
  display: none;
}
.xoo-wsc-modal .xoo-wsc-ft-btn-cart {
  display: none;
}
.xoo-wsc-modal .xoo-wsc-ft-buttons-cont a:first-child {
  border-radius: 30px;
  background: #E0E0E0;
  height: 45px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202020;
}
.xoo-wsc-modal .xoo-wsc-ft-buttons-cont a:last-child {
  border-radius: 30px;
  background: #4CA429;
  height: 45px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.xoo-wsc-modal .xoo-wsc-ft-btn-continue {
  grid-column: 1/-1;
}
.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-pname {
  line-height: 18px;
}
.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-pname a {
  font-size: 14px;
  color: #000000;
}
.xoo-wsc-modal .xoo-wsc-smr-ptotal {
  display: flex;
}
.xoo-wsc-modal .xoo-wsc-smr-ptotal span {
  flex-shrink: 0;
  padding-right: 5px;
}

.not_found_page {
  text-align: center;
  margin: 70px 0px;
}
@media (max-width: 575.98px) {
  .not_found_page {
    margin: 32px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .not_found_page {
    margin: 32px 0px;
  }
}
.not_found_page .title {
  margin-bottom: 15px;
}
.not_found_page .title h1 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  color: #202020;
}
.not_found_page .sub_title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #202020;
  margin-bottom: 15px;
}
.not_found_page .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  background: #E0E0E0;
  border-radius: 30px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #202020;
  width: 250px;
  margin: 0 auto;
  transition: 0.5s all;
}
.not_found_page .link a:hover {
  background: #4CA429;
  color: #FFF;
}

.page-id-16 .login_form {
  text-align: center;
  margin: 70px auto;
  max-width: 400px;
  width: 100%;
  padding: 50px 35px;
  background: #eeefef;
  padding-bottom: 30px;
}
@media (max-width: 575.98px) {
  .page-id-16 .login_form {
    margin: 32px auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page-id-16 .login_form {
    margin: 32px auto;
  }
}
.page-id-16 .login_form h2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.page-id-16 .login_form form p {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.75px;
  color: #202020;
  margin-bottom: 20px;
}
.page-id-16 .login_form form p label {
  margin-bottom: 5px;
}
.page-id-16 .login_form form input {
  width: 100%;
  border: 1px solid #E0E0E0;
  height: 48px;
  border-radius: 3px;
  padding: 0px 15px;
}
.page-id-16 .login_form form input#rememberme {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-right: 13px;
}
.page-id-16 .login_form form button {
  border-radius: 30px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #fff;
  border: none;
  background: #4CA429;
  cursor: pointer;
}

dialog {
  padding: 30px;
  padding-bottom: 0;
  background: white;
  max-width: 480px;
  border: 0;
  animation: fadeIn 1s ease both;
  margin: auto auto;
}
@media (max-width: 575.98px) {
  dialog {
    max-width: 356px;
  }
}
dialog::backdrop {
  animation: fadeIn 1s ease both;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
dialog .x {
  filter: grayscale(1);
  border: none;
  background: none;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease filter, transform 0.3s;
  cursor: pointer;
  transform-origin: center;
}
dialog .title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #202020;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
dialog form .wpcf7-acceptance .wpcf7-list-item label {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
dialog form .wpcf7-acceptance .wpcf7-list-item label input {
  margin-right: 12px;
}
dialog form .wpcf7-list-item {
  margin: 0;
}
dialog form p {
  margin-bottom: 20px;
}
dialog form label {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #202020;
}
dialog form input {
  height: 48px;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  margin-top: 10px;
  padding: 0px 15px;
}
@media (max-width: 575.98px) {
  dialog form input {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  dialog form input {
    width: 100%;
  }
}
dialog form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 0;
}
dialog form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  height: 45px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #fff;
  background: #4CA429;
}
dialog form .wpcf7-spinner {
  display: none;
}
dialog form .wpcf7-list-item-label {
  cursor: pointer;
}
dialog form textarea {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background: #fff;
  width: 100%;
  height: 123px;
  margin-top: 10px;
  padding: 15px;
}
dialog p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #000000;
  margin-bottom: 20px;
}
dialog p a:visited {
  color: rgb 29 92 255;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 575.98px) {
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
  }
}

.page-header .menu-wrapper {
  display: none;
  position: absolute;
  top: 181px;
  left: 0;
  width: 280px;
  height: calc(100vh - 112px);
  overflow: hidden;
  z-index: 11;
  padding: 0;
  border-right: 1px solid;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-header .menu-wrapper {
    top: 199px;
    height: calc(100vh - 199px);
  }
}

.page-header .menu-wrapper.is-visible {
  display: block;
}

.page-header .list-wrapper {
  height: 100%;
  padding: 20px;
  overflow-y: auto;
  background: #fff;
}
.page-header .list-wrapper .close_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid;
  border-radius: 4px;
  z-index: 2;
  background: #fff;
}
.page-header .list-wrapper .catalog_link {
  background: #4CA429;
  margin-top: 10px;
  border-radius: 5px;
}
.page-header .list-wrapper .catalog_link > a {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.page-header .list-wrapper .catalog_link > a svg {
  margin-right: 8px;
}
.page-header .list-wrapper .has-children > a::before, .page-header .list-wrapper .has-children > a::after, .page-header .list-wrapper .go-back a::before, .page-header .list-wrapper .go-back a::after {
  content: "";
  background: #202020;
  right: 0;
}

.page-header .list-wrapper:nth-child(2),
.page-header .list-wrapper:nth-child(3),
.page-header .list-wrapper:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  backface-visibility: hidden;
  transition: transform 0.5s;
}

.page-header .list-wrapper:nth-child(2).is-visible,
.page-header .list-wrapper:nth-child(3).is-visible,
.page-header .list-wrapper:nth-child(4).is-visible {
  transform: none;
}

.page-header .list-wrapper:nth-child(1) > ul > li > .sub-menu,
.page-header .list-wrapper:nth-child(2) .level-3,
.page-header .list-wrapper:nth-child(3) .level-4 {
  display: none;
}

.page-header .menu-wrapper li + li {
  margin-top: 20px;
}

.page-header .menu-wrapper a {
  display: flex;
  position: relative;
  padding: 5px 0;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.15px;
  color: #202020;
}

.page-header .menu-wrapper a.nested {
  text-decoration: underline;
}

.page-header .back-one-level {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid;
  border-radius: 4px;
  z-index: 2;
  margin-bottom: 20px;
  background: transparent;
  padding: 10px;
}

.page-header .back-one-level svg {
  fill: #202020;
  margin-right: 10px;
}/*# sourceMappingURL=style.css.map */