@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;
  }
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  width: min(1240px, 100% - 32px);
}

: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*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  margin: 0px 10px;
}
@media (max-width: 575.98px) {
  .pagination .page-numbers {
    margin: 0px 5px;
  }
}
.pagination .page-numbers {
  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 {
    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*/
li {
  list-style: none;
}

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

.hidden {
  overflow: hidden;
}

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

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

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

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

.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 */