@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Thin.eot");
  src: url("../../fonts/exo/Exo2-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Thin.woff2") format("woff2"), url("../../fonts/exo/Exo2-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-ExtraLight.eot");
  src: url("../../fonts/exo/Exo2-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-ExtraLight.woff2") format("woff2"), url("../../fonts/exo/Exo2-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Light.eot");
  src: url("../../fonts/exo/Exo2-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Light.woff2") format("woff2"), url("../../fonts/exo/Exo2-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Regular.eot");
  src: url("../../fonts/exo/Exo2-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Regular.woff2") format("woff2"), url("../../fonts/exo/Exo2-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Medium.eot");
  src: url("../../fonts/exo/Exo2-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Medium.woff2") format("woff2"), url("../../fonts/exo/Exo2-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-SemiBold.eot");
  src: url("../../fonts/exo/Exo2-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-SemiBold.woff2") format("woff2"), url("../../fonts/exo/Exo2-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Bold.eot");
  src: url("../../fonts/exo/Exo2-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Bold.woff2") format("woff2"), url("../../fonts/exo/Exo2-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-ExtraBold.eot");
  src: url("../../fonts/exo/Exo2-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-ExtraBold.woff2") format("woff2"), url("../../fonts/exo/Exo2-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Black.eot");
  src: url("../../fonts/exo/Exo2-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Black.woff2") format("woff2"), url("../../fonts/exo/Exo2-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.sfc-price-filter .irs--round .irs-bar {
  background-color: #A6CE39;
}
.sfc-price-filter .irs-from,
.sfc-price-filter .irs-to {
  background-color: #A6CE39;
}
.sfc-price-filter .irs-from:before,
.sfc-price-filter .irs-to:before {
  display: none;
}
.sfc-price-filter .irs-handle {
  background-color: #A6CE39;
  border-color: #A6CE39;
  box-shadow: unset;
}

.sfc-brand-filter li input[type=checkbox] {
  border: 2px solid #E0E0E0;
}
.sfc-brand-filter li.checked input[type=checkbox] {
  background-color: #A6CE39;
  border: 2px solid #A6CE39;
}
.sfc-brand-filter li.checked input[type=checkbox]:after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.product-box {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  padding: 0;
  transition: all 500ms ease-in-out;
}
.product-box img {
  width: 100%;
  height: auto;
  transition: transform 300ms ease-in-out;
}
.product-box:hover {
  border: 1px solid #A6CE39;
}
.product-box:hover img {
  transform: scale(1.1);
}
.product-box .product-thumb {
  overflow: hidden;
}
.product-box .woocommerce-Price-amount bdi {
  color: #A6CE39;
  font-weight: 700;
}
.product-box .product-box-add-to-cart {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.product-box .product-box-add-to-cart button {
  width: 100%;
  border-radius: 0;
  color: #ffffff;
}
.product-box .product-box-add-to-cart button bdi {
  color: #ffffff;
}
.product-box .add_to_cart_button {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.product-box:hover .add_to_cart_button,
.product-box:hover .product-box-add-to-cart {
  opacity: 1;
}
.product-box:hover .yith-wcwl-add-to-wishlist {
  color: #A6CE39;
}
.product-box .yith-wcwl-add-to-wishlist {
  right: 15px;
  left: unset !important;
  position: absolute;
  z-index: 10;
  color: #E0E0E0;
}
.product-box .yith-wcwl-add-to-wishlist i {
  margin-right: 0 !important;
}
.product-box .yith-wcwl-add-to-wishlist .add_to_wishlist span,
.product-box .yith-wcwl-add-to-wishlist .delete_item span {
  display: none;
}
.product-box .product-thumb {
  padding: 15px;
}
.product-box .product-brand {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 5px;
  padding: 0 15px;
}
.product-box .product-title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
  line-height: 22px;
}

.checkout-grouped-fields {
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  margin: 15px 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.checkout-grouped-fields label {
  display: block;
  margin-bottom: 12px;
  color: #38383A;
}
.checkout-grouped-fields p {
  margin-bottom: 0;
}
.checkout-grouped-fields .single-field-wrapper {
  flex: 48%;
}
.checkout-grouped-fields .single-field-wrapper label abbr {
  color: #FF7547;
}
.checkout-grouped-fields .address_book {
  display: flex;
  flex-direction: column;
}
.checkout-grouped-fields .address_book span.select2 {
  width: 100% !important;
}
.checkout-grouped-fields:not(.group-two) {
  display: flex;
}
.checkout-grouped-fields.group-three .single-field-wrapper:last-child, .checkout-grouped-fields.group-two .single-field-wrapper:last-child {
  width: 100%;
}
.checkout-grouped-fields #billing_invoice_required_field {
  display: flex;
  margin-bottom: 0;
}

.recover-pass-wrapper.required,
.login-form-wrapper .required,
.woocommerce form .form-row .required {
  color: #FF7547;
}

.checkout-invoice-info {
  display: none;
}
.checkout-invoice-info.add-invoice {
  display: flex;
}

.field-box-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  color: #38383A;
}

.woocommerce-ResetPassword,
.lost_reset_password,
.woocommerce-form-login,
.woocommerce-form-register {
  background-color: #F2F2F2;
}
.woocommerce-ResetPassword label,
.lost_reset_password label,
.woocommerce-form-login label,
.woocommerce-form-register label {
  display: block;
  font-weight: 500;
}
.woocommerce-ResetPassword label:not(.woocommerce-form-login__rememberme),
.lost_reset_password label:not(.woocommerce-form-login__rememberme),
.woocommerce-form-login label:not(.woocommerce-form-login__rememberme),
.woocommerce-form-register label:not(.woocommerce-form-login__rememberme) {
  margin-bottom: 10px;
}
.woocommerce-ResetPassword label a,
.lost_reset_password label a,
.woocommerce-form-login label a,
.woocommerce-form-register label a {
  font-weight: 700;
  color: #000000;
}
.woocommerce-ResetPassword label abbr,
.lost_reset_password label abbr,
.woocommerce-form-login label abbr,
.woocommerce-form-register label abbr {
  display: none;
}
.woocommerce-ResetPassword input:not([type=checkbox]),
.lost_reset_password input:not([type=checkbox]),
.woocommerce-form-login input:not([type=checkbox]),
.woocommerce-form-register input:not([type=checkbox]) {
  width: 100%;
}
.woocommerce-ResetPassword input:not([type=checkbox]):not([type=submit]),
.lost_reset_password input:not([type=checkbox]):not([type=submit]),
.woocommerce-form-login input:not([type=checkbox]):not([type=submit]),
.woocommerce-form-register input:not([type=checkbox]):not([type=submit]) {
  border: 1px solid #D8D8D8;
  border-radius: 7px;
  height: 50px;
  padding: 0 10px;
}
.woocommerce-ResetPassword .name-fields-wrapper,
.lost_reset_password .name-fields-wrapper,
.woocommerce-form-login .name-fields-wrapper,
.woocommerce-form-register .name-fields-wrapper {
  display: flex;
  gap: 1rem;
}
.woocommerce-ResetPassword .name-fields-wrapper .name-field,
.lost_reset_password .name-fields-wrapper .name-field,
.woocommerce-form-login .name-fields-wrapper .name-field,
.woocommerce-form-register .name-fields-wrapper .name-field {
  width: 50%;
}

.recover-pass-wrapper,
.login-form-wrapper,
.custom-registration {
  border: none;
  background-color: #f2f2f2;
  border-radius: 15px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.recover-pass-wrapper form.login,
.login-form-wrapper form.login,
.custom-registration form.login {
  border: unset;
  padding: unset;
  margin: unset;
  text-align: unset;
  border-radius: unset;
}

.woocommerce-account .my-account-nav {
  float: unset;
  width: unset;
}
.woocommerce-account .my-account-nav ul {
  list-style: none;
  padding: 0;
}
.woocommerce-account .my-account-nav ul li {
  margin-bottom: 10px;
  padding: 15px 15px 15px 55px;
  position: relative;
  background-color: #ffffff;
  font-weight: 700;
  border-radius: 5px;
}
.woocommerce-account .my-account-nav ul li:before {
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translate(0, -50%);
}
.woocommerce-account .my-account-nav ul li a,
.woocommerce-account .my-account-nav ul li a:hover,
.woocommerce-account .my-account-nav ul li a:visited {
  color: #333333;
  font-weight: 600;
}
.woocommerce-account .my-account-nav ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: url(../img/icon-dashboard-default.svg);
  height: 18px;
}
.woocommerce-account .my-account-nav ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: url(../img/icon-user-default.svg);
  height: 18px;
}
.woocommerce-account .my-account-nav ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: url(../img/icon-map-pin-default.svg);
  height: 18px;
}
.woocommerce-account .my-account-nav ul li.woocommerce-MyAccount-navigation-link--orders:before {
  content: url(../img/icon-bag-default.svg);
  height: 18px;
}
.woocommerce-account .my-account-nav ul li.woocommerce-MyAccount-navigation-link--wishlist:before {
  content: url(../img/icon-wishlist-default.svg);
  height: 18px;
}
.woocommerce-account .my-account-nav ul li.woocommerce-MyAccount-navigation-link--reclamations:before {
  content: url(../img/icon-warranty-default.svg);
  height: 18px;
}
.woocommerce-account .my-account-nav ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: url(../img/icon-exit-default.svg);
  height: 18px;
}
.woocommerce-account .my-account-nav ul li a {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
}
.woocommerce-account .my-account-nav ul li.is-active a {
  color: #8DB615;
}

.woocommerce-checkout form input,
.account-content form input,
.woocommerce-edit-account form input {
  padding: 10px;
}
.woocommerce-checkout form .select2-container--default .select2-selection--single,
.woocommerce-checkout form input:not([type=checkbox]):not([type=submit]):not([type=radio]),
.account-content form .select2-container--default .select2-selection--single,
.account-content form input:not([type=checkbox]):not([type=submit]):not([type=radio]),
.woocommerce-edit-account form .select2-container--default .select2-selection--single,
.woocommerce-edit-account form input:not([type=checkbox]):not([type=submit]):not([type=radio]) {
  display: block;
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  border-radius: 7px;
}
.woocommerce-checkout form .select2-container--default .select2-selection--single,
.woocommerce-checkout form input:not([type=checkbox]):not([type=submit]):not([type=textarea]):not([type=radio]):not([type=search]),
.account-content form .select2-container--default .select2-selection--single,
.account-content form input:not([type=checkbox]):not([type=submit]):not([type=textarea]):not([type=radio]):not([type=search]),
.woocommerce-edit-account form .select2-container--default .select2-selection--single,
.woocommerce-edit-account form input:not([type=checkbox]):not([type=submit]):not([type=textarea]):not([type=radio]):not([type=search]) {
  height: 50px;
}
.woocommerce-checkout form .edit-personal-info-wrapper,
.woocommerce-checkout form .change-pas-info,
.account-content form .edit-personal-info-wrapper,
.account-content form .change-pas-info,
.woocommerce-edit-account form .edit-personal-info-wrapper,
.woocommerce-edit-account form .change-pas-info {
  background-color: #f2f2f2;
  border: none;
  overflow: hidden;
  padding: 0;
}
.woocommerce-checkout form .edit-personal-info-wrapper .fields-wrapper,
.woocommerce-checkout form .change-pas-info .fields-wrapper,
.account-content form .edit-personal-info-wrapper .fields-wrapper,
.account-content form .change-pas-info .fields-wrapper,
.woocommerce-edit-account form .edit-personal-info-wrapper .fields-wrapper,
.woocommerce-edit-account form .change-pas-info .fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout form .edit-personal-info-wrapper .fields-wrapper,
  .woocommerce-checkout form .change-pas-info .fields-wrapper,
  .account-content form .edit-personal-info-wrapper .fields-wrapper,
  .account-content form .change-pas-info .fields-wrapper,
  .woocommerce-edit-account form .edit-personal-info-wrapper .fields-wrapper,
  .woocommerce-edit-account form .change-pas-info .fields-wrapper {
    flex-direction: row;
  }
}
.woocommerce-checkout form .edit-personal-info-wrapper .fields-wrapper div, .woocommerce-checkout form .edit-personal-info-wrapper .fields-wrapper label, .woocommerce-checkout form .edit-personal-info-wrapper .fields-wrapper input,
.woocommerce-checkout form .change-pas-info .fields-wrapper div,
.woocommerce-checkout form .change-pas-info .fields-wrapper label,
.woocommerce-checkout form .change-pas-info .fields-wrapper input,
.account-content form .edit-personal-info-wrapper .fields-wrapper div,
.account-content form .edit-personal-info-wrapper .fields-wrapper label,
.account-content form .edit-personal-info-wrapper .fields-wrapper input,
.account-content form .change-pas-info .fields-wrapper div,
.account-content form .change-pas-info .fields-wrapper label,
.account-content form .change-pas-info .fields-wrapper input,
.woocommerce-edit-account form .edit-personal-info-wrapper .fields-wrapper div,
.woocommerce-edit-account form .edit-personal-info-wrapper .fields-wrapper label,
.woocommerce-edit-account form .edit-personal-info-wrapper .fields-wrapper input,
.woocommerce-edit-account form .change-pas-info .fields-wrapper div,
.woocommerce-edit-account form .change-pas-info .fields-wrapper label,
.woocommerce-edit-account form .change-pas-info .fields-wrapper input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce-checkout form .edit-personal-info-wrapper legend,
.woocommerce-checkout form .change-pas-info legend,
.account-content form .edit-personal-info-wrapper legend,
.account-content form .change-pas-info legend,
.woocommerce-edit-account form .edit-personal-info-wrapper legend,
.woocommerce-edit-account form .change-pas-info legend {
  padding: 10px 15px;
}
.woocommerce-checkout form #payment,
.account-content form #payment,
.woocommerce-edit-account form #payment {
  background-color: transparent;
}
.woocommerce-checkout form #payment .payments-wrapper,
.account-content form #payment .payments-wrapper,
.woocommerce-edit-account form #payment .payments-wrapper {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #38383A;
}
.woocommerce-checkout form #payment .payments-wrapper ul.payment_methods,
.account-content form #payment .payments-wrapper ul.payment_methods,
.woocommerce-edit-account form #payment .payments-wrapper ul.payment_methods {
  padding: 0 0 0 0;
  margin-bottom: 0;
  border: 0;
}
.woocommerce-checkout form #payment .payments-wrapper ul.payment_methods li .payment_box,
.account-content form #payment .payments-wrapper ul.payment_methods li .payment_box,
.woocommerce-edit-account form #payment .payments-wrapper ul.payment_methods li .payment_box {
  display: none !important;
}
.woocommerce-checkout form .woocommerce-additional-fields,
.account-content form .woocommerce-additional-fields,
.woocommerce-edit-account form .woocommerce-additional-fields {
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(171, 171, 171, 0.1);
  width: 100%;
  margin: 15px 0;
  padding: 30px;
  border-radius: 10px;
}
.woocommerce-checkout form .woocommerce-additional-fields .single-field-wrapper,
.account-content form .woocommerce-additional-fields .single-field-wrapper,
.woocommerce-edit-account form .woocommerce-additional-fields .single-field-wrapper {
  width: 100%;
}
.woocommerce-checkout form .woocommerce-additional-fields .single-field-wrapper textarea,
.account-content form .woocommerce-additional-fields .single-field-wrapper textarea,
.woocommerce-edit-account form .woocommerce-additional-fields .single-field-wrapper textarea {
  padding: 10px;
  border: 1px solid #E0E0E0;
  width: 100%;
  font-family: inherit;
}
.woocommerce-checkout form .woocommerce-additional-fields label,
.account-content form .woocommerce-additional-fields label,
.woocommerce-edit-account form .woocommerce-additional-fields label {
  display: none;
}
.woocommerce-checkout form .woocommerce-additional-fields textarea,
.account-content form .woocommerce-additional-fields textarea,
.woocommerce-edit-account form .woocommerce-additional-fields textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  display: block;
  margin-bottom: 0;
}
.woocommerce-checkout form .woocommerce-account-fields,
.account-content form .woocommerce-account-fields,
.woocommerce-edit-account form .woocommerce-account-fields {
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(171, 171, 171, 0.1);
  width: 100%;
  margin: 15px 0;
  padding: 30px;
  border-radius: 10px;
}
.woocommerce-checkout #billing_address_nickname_field,
.account-content #billing_address_nickname_field,
.woocommerce-edit-account #billing_address_nickname_field {
  background-color: #f2f2f2;
  overflow: hidden;
}

.woocommerce-checkout .entry-header {
  padding-top: 30px;
}
.woocommerce-checkout .entry-header .entry-title {
  font-size: 32px;
  line-height: 100%;
  font-weight: 900;
}
.woocommerce-checkout.woocommerce-order-received .entry-header {
  padding-top: 30px;
}
.woocommerce-checkout.woocommerce-order-received .entry-header .entry-title {
  text-align: center;
  line-height: 100%;
  font-size: 32px;
  font-weight: 900;
}
.woocommerce-checkout .woocommerce-form-login-toggle {
  text-align: center;
}
.woocommerce-checkout .woocommerce-form-login-toggle a {
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-info {
  margin: 0;
  padding-left: 0;
}
.woocommerce-checkout .woocommerce-info:before {
  content: unset;
}
.woocommerce-checkout form .optional {
  display: none;
}
.woocommerce-checkout form .checkout-invoice-info {
  display: none;
}
.woocommerce-checkout form .checkout-invoice-info.add-invoice {
  display: flex;
}
.woocommerce-checkout form #billing_country_field label {
  display: block;
}
.woocommerce-checkout form #billing_country_field .woocommerce-input-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  height: 50px;
}
.woocommerce-checkout form span.select2 {
  height: 50px;
}
.woocommerce-checkout form span.select2 .select2-selection {
  display: flex;
  align-items: center;
}
.woocommerce-checkout form span.select2 .select2-selection__arrow {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.woocommerce-checkout form .wc_payment_methods {
  padding: 0;
}
.woocommerce-checkout form .form-row {
  padding: 0 !important;
  margin-bottom: 0;
}
.woocommerce-checkout form .checkout-grouped-fields {
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(171, 171, 171, 0.1);
  width: 100%;
  margin: 15px 0;
  padding: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.woocommerce-checkout form .checkout-grouped-fields:first-child {
  margin: 0 0 15px;
}
.woocommerce-checkout form .checkout-grouped-fields .single-field-wrapper {
  flex: 48%;
}
.woocommerce-checkout form .checkout-grouped-fields.group-three .single-field-wrapper:last-child, .woocommerce-checkout form .checkout-grouped-fields.group-two .single-field-wrapper:last-child {
  width: 100%;
}
.woocommerce-checkout form .form-section-title {
  flex: 100%;
}
.woocommerce-checkout form.form-in-checkout {
  border: none;
  background-color: #F2F2F2;
  border-radius: 0;
}
.woocommerce-checkout form.form-in-checkout .form-in-checkout-btn-block {
  display: flex;
  align-items: end;
  width: 33.333333%;
}
.woocommerce-checkout form.form-in-checkout .form-in-checkout-btn-block button {
  width: 100%;
  margin: 0;
  height: 50px;
  padding: unset;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout form.form-in-checkout .form-in-checkout-btn-block .custom-check {
    order: 2;
  }
}
.woocommerce-checkout form.form-in-checkout .form-in-checkout-btn-block .custom-check .custom-check-inner {
  line-height: unset;
}
.woocommerce-checkout form.form-in-checkout .fields-wrapper {
  display: flex;
  gap: 15px;
  width: 66.66666%;
}
.woocommerce-checkout #place_order {
  float: none !important;
  display: block;
  width: 100%;
}

.woocommerce-address-fields__field-wrapper span.required,
.woocommerce-address-fields__field-wrapper abbr.required,
.woocommerce form .form-row span.required,
.woocommerce form .form-row abbr.required,
.woocommerce-billing-fields__field-wrapper span.required,
.woocommerce-billing-fields__field-wrapper abbr.required {
  text-decoration: none;
  color: #FF7547;
}
.woocommerce-address-fields__field-wrapper > .single-field-wrapper.full-col,
.woocommerce form .form-row > .single-field-wrapper.full-col,
.woocommerce-billing-fields__field-wrapper > .single-field-wrapper.full-col {
  width: 100%;
}
.woocommerce-address-fields__field-wrapper > .single-field-wrapper.full-col .woocommerce-input-wrapper,
.woocommerce form .form-row > .single-field-wrapper.full-col .woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper > .single-field-wrapper.full-col .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-address-fields__field-wrapper > .single-field-wrapper.full-col .woocommerce-input-wrapper .select2.select2-container,
.woocommerce form .form-row > .single-field-wrapper.full-col .woocommerce-input-wrapper .select2.select2-container,
.woocommerce-billing-fields__field-wrapper > .single-field-wrapper.full-col .woocommerce-input-wrapper .select2.select2-container {
  max-width: unset;
  min-width: 100%;
}

.woocommerce-edit-address .checkout-grouped-fields {
  background-color: #f2f2f2;
  overflow: hidden;
}
.woocommerce-edit-address .checkout-grouped-fields .field-box-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}
.woocommerce-edit-address .checkout-grouped-fields .field-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}
.woocommerce-edit-address .checkout-grouped-fields .field-group > p {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 420px) {
  .woocommerce-edit-address .checkout-grouped-fields .field-group > p {
    flex: 0 1 calc(50% - 10px);
  }
}

@media screen and (min-width: 768px) {
  .quantity {
    max-width: max-content;
    margin: 0 auto;
  }
}
.quantity .quantity-wrapper {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
@media screen and (max-width: 991px) {
  .quantity .quantity-wrapper {
    max-width: max-content;
    margin-left: auto;
  }
}
.quantity .quantity-wrapper .qty {
  font-size: 14px;
  text-align: center;
  color: #323232;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  background-color: transparent;
}
.quantity .quantity-wrapper a.plus,
.quantity .quantity-wrapper a.minus {
  padding: 0 5px;
  font-size: 18px;
  cursor: pointer;
}
.quantity .quantity-wrapper .quantity__button {
  padding: 5px;
  height: 100%;
  color: black;
  display: flex;
  align-items: center;
  width: 45px;
  justify-content: center;
}
.quantity .quantity-wrapper .quantity__button.quantity__plus {
  border-left: 1px solid #E0E0E0;
}
.quantity .quantity-wrapper .quantity__button.quantity__minus {
  border-right: 1px solid #E0E0E0;
}
.quantity .quantity-wrapper .quantity__button a {
  color: black;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity .quantity-wrapper .quantity__button a:hover {
  color: black;
}

.woocommerce .woocommerce-cart-form {
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(171, 171, 171, 0.1);
}
@media screen and (min-width: 1400px) {
  .woocommerce .woocommerce-cart-form {
    margin: 0 auto;
    max-width: 100%;
  }
}

table.shop_table {
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(171, 171, 171, 0.1);
}
table.shop_table tr:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
table.shop_table tr th {
  font-weight: 400;
  color: #38383A;
  padding: 15px 10px;
}
table.shop_table tr th:first-child {
  padding-left: 15px;
}
table.shop_table tr td {
  text-align: left;
  padding: 10px 10px;
}
@media screen and (min-width: 768px) {
  table.shop_table tr td {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1200px) {
  table.shop_table tr td {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  table.shop_table tr td:first-child {
    padding-left: 15px;
  }
}
table.shop_table tr td.woocommerce-orders-table__cell-order-actions a, table.shop_table tr td.woocommerce-orders-table__cell-order-number a {
  color: #A6CE39;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  table.shop_table tr td.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 20px;
  }
}
table.shop_table tr td.woocommerce-orders-table__cell-order-actions a {
  background-color: transparent;
  border: none;
  padding: 0;
}
table.shop_table tr td.woocommerce-orders-table__cell-order-actions a.view {
  color: #A6CE39;
}
table.shop_table a.remove {
  display: block;
  font-size: 2.5em;
  height: unset;
  width: unset;
  text-align: right;
  padding-right: 10px;
  line-height: 1;
  border-radius: 100%;
  color: #CE3A3A !important;
  text-decoration: none;
  font-weight: 400;
  border: 0;
}
@media screen and (min-width: 768px) {
  table.shop_table a.remove {
    text-align: center;
    padding-right: unset;
  }
}
table.shop_table a.remove:hover {
  color: #CE3A3A !important;
  background: unset;
}
table.shop_table a.remove:focus {
  outline: none;
}
table.shop_table #order_review tbody .product-total {
  text-align: right;
}
table.shop_table #order_review tfoot tr td {
  text-align: right;
}
table.shop_table .checkout-product-thumb {
  display: inline-block;
  max-width: 50px;
}
table.shop_table .cart-collaterals-outer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}
table.shop_table .cart-collaterals-outer-wrapper .cart-collaterals {
  background-color: transparent;
  margin: 0 0 0 auto;
  max-width: max-content;
}
table.shop_table .cart-collaterals-outer-wrapper .cart-collaterals .checkout-button {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 800;
}
table.shop_table .cart-collaterals-outer-wrapper .cart-collaterals .cart-subtotal td {
  text-align: right !important;
}
table.shop_table thead th, table.shop_table thead th span {
  text-transform: uppercase;
}
table.shop_table .coupon {
  display: flex;
}
table.shop_table .coupon input {
  height: 50px;
  width: 170px !important;
  border-radius: 5px 0 0 5px;
  margin-right: 0;
}
table.shop_table.cart tr th {
  font-size: 14px;
}
table.shop_table.cart .cart_item td:not(.product-name) {
  text-align: center;
}
table.shop_table.cart .cart_item td.product-remove {
  padding: 0;
}
table.shop_table.cart .cart_item td.product-thumbnail img {
  width: auto;
}
@media screen and (min-width: 768px) {
  table.shop_table.cart .cart_item td.product-remove {
    width: 5%;
  }
  table.shop_table.cart .cart_item td.product-thumbnail {
    width: 8%;
  }
  table.shop_table.cart .cart_item td.product-price {
    width: 12%;
  }
  table.shop_table.cart .cart_item td.product-quantity {
    width: 15%;
  }
  table.shop_table.cart .cart_item td.product-subtotal {
    width: 15%;
  }
}
table.shop_table.cart .update-cart:disabled {
  opacity: 0.5;
}
table.shop_table.cart .coupon {
  display: flex;
}
table.shop_table.cart .coupon input {
  width: 200px !important;
  border-radius: 0;
  margin-right: 0 !important;
  font-size: 15px;
}
table.shop_table.cart .coupon input::placeholder {
  font-size: 15px;
}
table.shop_table.cart thead tr {
  border-bottom: 1px solid #EBEBEB;
}
table.shop_table.cart tbody .product-name a {
  color: #38383A;
  font-size: 14px;
}
table.shop_table.cart tbody .product-subtotal,
table.shop_table.cart tbody .product-price {
  color: #333333;
}
table.shop_table.cart .coupon button {
  border-radius: 0 10px 10px 0;
}
table.shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
table.shop_table.woocommerce-checkout-review-order-table .order-total th {
  text-transform: uppercase;
  font-weight: 500;
}

.create-account {
  display: flex;
  flex-direction: column;
  gap: 2%;
}
.create-account .single-field-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .create-account .single-field-wrapper {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .create-account {
    flex-direction: row;
  }
}

.woocommerce-view-order .order-heading-info .order-status {
  display: flex;
}
.woocommerce-view-order .payment-and-delivery-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 30px;
}
.woocommerce-view-order .payment-and-delivery-info > div {
  flex: 0 0 33.33333%;
}
@media screen and (min-width: 768px) {
  .woocommerce-view-order .payment-and-delivery-info {
    flex-direction: row;
  }
}
.woocommerce-view-order .payment-and-delivery-info .order-info-block {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 15px;
  margin-top: 15px;
  line-height: 1.4;
}
.woocommerce-view-order .payment-and-delivery-info .order-info-block p {
  margin: 0;
}
.woocommerce-view-order .payment-and-delivery-info .order-info-block > div {
  padding: 5px 15px;
}
.woocommerce-view-order .payment-and-delivery-info .order-info-block .order-info-heading {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 15px;
}
.woocommerce-view-order .current-order-totals {
  display: flex;
  flex-direction: column;
  align-content: end;
  flex-wrap: wrap;
}
.woocommerce-view-order .current-order-totals .item-row {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .woocommerce-view-order .current-order-totals .item-row {
    width: 100%;
  }
}
.woocommerce-view-order .current-order-totals .item-row:last-child .woocommerce-Price-amount {
  font-weight: 600;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top: none;
  background-color: unset;
  padding: 1em 1.5em 1em 1.5em;
  max-width: max-content;
  margin: 0 auto;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  left: 0;
}

.account-content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .account-content {
    margin-top: 20px;
  }
}
.account-content .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}
.account-content .woocommerce-address-fields__field-wrapper label {
  display: block;
  margin-bottom: 10px;
}
.account-content .woocommerce-address-fields__field-wrapper .checkout-grouped-fields.group-one {
  order: 1;
}
.account-content .woocommerce-address-fields__field-wrapper .checkout-grouped-fields.group-two {
  order: 3;
}
.account-content .woocommerce-address-fields__field-wrapper .checkout-grouped-fields.group-three {
  order: 2;
}
.account-content a:not(.btn-primary) {
  color: #8DB615;
  font-weight: 600;
  text-transform: uppercase;
}
.account-content a.dashborad-link {
  color: #8DB615;
}
.account-content .address_book .wc-address-book-add-billing-button {
  color: #F2F2F2;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #8DB615;
  padding: 15px 20px;
  background-color: #8DB615;
  text-align: center;
}
.account-content .address_book .wc-address-book-add-billing-button:hover, .account-content .address_book .wc-address-book-add-billing-button:visited {
  background-color: #8DB615;
  color: #F2F2F2;
}
.account-content #billing_country_field label {
  display: block;
}
.account-content #billing_country_field .woocommerce-input-wrapper {
  width: 100%;
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #ffffff;
}
.account-content #billing_country_field .woocommerce-input-wrapper strong {
  font-weight: 400;
}
.account-content #billing_country_field .woocommerce-input-wrapper span.select2 {
  height: 50px;
}
.account-content #billing_country_field .woocommerce-input-wrapper span.select2 .select2-selection {
  display: flex;
  align-items: center;
}
.account-content #billing_country_field .woocommerce-input-wrapper span.select2 .select2-selection__arrow {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.account-content .wc-address-book-add-new-address.add-new-address {
  float: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 500px) {
  .account-content .wc-address-book-add-new-address.add-new-address {
    position: absolute;
    top: 10px;
    right: 0;
    margin: unset;
  }
}
.account-content .address-box {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-radius: 15px;
}
@media screen and (min-width: 1200px) {
  .account-content .address-box {
    padding: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .account-content .address-box {
    padding: 30px;
  }
}
.account-content .address-box p {
  color: #000000;
  margin-bottom: 5px;
  font-weight: 400;
}
.account-content .address-box p.address-name {
  color: #333333;
}
.account-content .address-box .wc-address-book-make-primary,
.account-content .address-box .wc-address-book-delete,
.account-content .address-box .wc-address-book-edit,
.account-content .address-box .edit-billing-address {
  display: block;
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
  color: #333333;
  font-size: 14px;
}
.account-content .address-box .wc-address-book-make-primary:before,
.account-content .address-box .wc-address-book-delete:before,
.account-content .address-box .wc-address-book-edit:before,
.account-content .address-box .edit-billing-address:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.account-content .address-box .edit-billing-address:before,
.account-content .address-box .wc-address-book-edit:before {
  background-image: url("../img/icon-pencil.svg");
  background-size: 75%;
}
.account-content .address-box .wc-address-book-delete:before {
  background-image: url("../img/icon-pencil.svg");
  background-size: 75%;
}
.account-content .address-box .wc-address-book-make-primary:before {
  background-image: url("../img/icon-pencil.svg");
  background-size: 75%;
}
.account-content .address-box .wc-address-book-meta {
  float: none !important;
  gap: 15px;
  margin-top: auto;
  font-size: 14px;
}
.account-content .address-box .wc-address-book-meta a {
  color: #333333;
}
.account-content #billing_invoice_required_field {
  display: none;
}
.account-content p .optional {
  display: none;
}
.account-content .order_details td {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .account-content .order_details td:before {
    display: none;
  }
}
.account-content .order_details .product-name {
  gap: 15px;
}
.account-content .order_details .product-name a {
  color: #38383A;
  text-transform: uppercase;
  font-size: 16px;
}
.account-content .order_details .product-name .wc-item-meta {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 0;
  padding: 0;
  color: #4F4F4F;
}
.account-content .order_details .product-name .wc-item-meta li {
  display: flex;
}
.account-content .order_details .product-total .amount {
  color: #4F4F4F;
  font-weight: 500;
}
.account-content .current-order-totals .item-row .shipped_via {
  display: none;
}

.single-product .single-product-image-wrapper img {
  max-width: 65%;
  margin: 0 auto;
}
.single-product .yith-wcwl-add-button .add_to_wishlist i {
  margin-right: 3px;
}
.single-product .product .single-product-summary-wrapper .price {
  color: #A6CE39;
  font-weight: 700;
  font-size: 24px;
}
.single-product .product .single-product-summary-wrapper .single-add-to-cart-wrapper form {
  margin-bottom: 20px;
}
.single-product .open-quick-order .xoo-wsc-bki {
  font-size: 18px;
  margin-right: 3px;
}

.quick-order-modal {
  max-width: 430px;
  border: none;
  border-radius: 10px;
  padding: 0;
}
.quick-order-modal .dialog-inner {
  max-height: 80dvh;
  overflow-y: auto;
  padding: 15px;
  scrollbar-width: thin;
}
.quick-order-modal > * {
  color: #38383A;
}
.quick-order-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.68);
}
.quick-order-modal .required {
  color: #FF7547;
}
.quick-order-modal label:not(.accept-policy) {
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 600;
}
.quick-order-modal label.accept-policy {
  padding-left: 15px;
}
.quick-order-modal input {
  width: 100%;
}
.quick-order-modal #quick-order-terms {
  left: -3px;
  width: 15px;
  height: 15px;
  top: -3px;
}
.quick-order-modal button {
  width: 100%;
}
.quick-order-modal input[type=checkbox] {
  max-width: 40px;
  margin: -7px;
  width: 13px;
  left: -30px;
}
.quick-order-modal .custom-check-inner {
  padding-left: 0;
}
.quick-order-modal .custom-check-inner:before {
  top: -3px !important;
}
.quick-order-modal .custom-check-inner:after {
  top: -1px !important;
}
.quick-order-modal .custom-check-inner label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quick-order-modal .close-quick-order {
  font-size: 40px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 0;
  transform: rotate(45deg);
  color: #38383A;
  height: 30px;
  width: 30px;
}

.stock {
  font-weight: 700 !important;
}
.stock.out-of-stock {
  display: none;
}
.stock.product-out-of-stock {
  color: #EB5757 !important;
}
.stock.product-in-stock {
  color: #A6CE39 !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: unset;
}

.order-complete-top-details {
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(171, 171, 171, 0.1);
  max-width: max-content;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 15px;
  margin: 30px auto 0 !important;
}
@media screen and (min-width: 768px) {
  .order-complete-top-details {
    padding: 20px;
    justify-content: center;
  }
}
.order-complete-top-details li {
  border-right: none !important;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 10px;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.order-complete-top-details li strong {
  font-size: 16px !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 500px) {
  .order-complete-top-details li {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 800px) {
  .order-complete-top-details li {
    border-right: 1px solid #cfc8d8 !important;
    margin-right: 20px;
    padding-right: 20px;
  }
}
.order-complete-top-details li:last-child {
  border-right: none !important;
  padding-right: 0;
  margin-right: 0;
}

.current-order-totals {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 3px;
}
@media screen and (min-width: 600px) {
  .current-order-totals {
    max-width: 400px;
    padding: 0;
  }
}
.current-order-totals .item-row {
  display: flex;
  justify-content: space-between;
}

.order-table-item .view {
  display: none;
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
  margin-bottom: unset;
  padding-bottom: 30px;
}

.actions .update-cart {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 15px;
  background-color: #EBEBEB;
  color: #646464;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  cursor: pointer;
}

.cart-collaterals-outer-wrapper .cart_totals {
  max-width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .cart-collaterals-outer-wrapper .cart_totals {
    max-width: 100%;
    width: 100%;
  }
}
.cart-collaterals-outer-wrapper .cart_totals h2 {
  display: none;
}
.cart-collaterals-outer-wrapper .cart_totals .shop_table {
  background-color: transparent;
  border: none;
}
.cart-collaterals-outer-wrapper .cart_totals .shop_table tr, .cart-collaterals-outer-wrapper .cart_totals .shop_table td, .cart-collaterals-outer-wrapper .cart_totals .shop_table th {
  border: none;
  border-top: none !important;
}
.cart-collaterals-outer-wrapper .cart_totals .cart-subtotal,
.cart-collaterals-outer-wrapper .cart_totals .order-total {
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .cart-collaterals-outer-wrapper .cart_totals .cart-subtotal td,
  .cart-collaterals-outer-wrapper .cart_totals .order-total td {
    float: right;
  }
}
.cart-collaterals-outer-wrapper .cart_totals .order-total bdi {
  font-size: 18px;
  font-weight: 700;
}
.cart-collaterals-outer-wrapper .cart_totals .order-total .lev-price {
  font-size: 18px;
  font-weight: 700;
}
.cart-collaterals-outer-wrapper .cart_totals .wc-proceed-to-checkout .checkout-button {
  font-size: 16px;
}
.cart-collaterals-outer-wrapper .cart_totals tr:nth-child(2n) td,
.cart-collaterals-outer-wrapper .cart_totals tr:nth-child(2n) td {
  background-color: transparent !important;
}
.cart-collaterals-outer-wrapper .cart-collaterals td {
  text-align: right !important;
}

.woocommerce-page table.cart td.actions .coupon {
  float: left !important;
  width: 100% !important;
}
@media screen and (min-width: 500px) {
  .woocommerce-page table.cart td.actions .coupon {
    width: unset !important;
  }
}
.woocommerce-page table.cart td.actions .coupon #coupon_code {
  width: 100% !important;
}

.woocommerce-privacy-policy-text {
  color: #38383A;
}

.checkout-product-name-wrapper {
  font-size: 14px;
  line-height: 1.2;
}

.box-shadow {
  box-shadow: 0 4px 4px 0 rgba(171, 171, 171, 0.1);
}

@media screen and (max-width: 768px) {
  .woocommerce-table--order-details .woocommerce-table__product-name.product-name {
    text-align: left !important;
  }
  .woocommerce-table--order-details .woocommerce-table__product-name.product-name:before {
    display: none;
  }
  .woocommerce-table--order-details .woocommerce-table__product-total.product-quantity {
    display: flex !important;
    justify-content: space-between;
  }
  .woocommerce-table--order-details .woocommerce-table__product-total.product-quantity:before {
    display: none;
  }
  .woocommerce-table--order-details .woocommerce-table__product-total.product-total {
    display: flex !important;
    justify-content: space-between;
  }
  .woocommerce-table--order-details .woocommerce-table__product-total.product-total:before {
    display: none;
  }
  .woocommerce-table--order-details .product-price {
    display: flex !important;
    justify-content: space-between;
  }
  .woocommerce-table--order-details .product-price:before {
    display: none;
  }
}
.archive-products-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-bottom: 30px;
}
.archive-products-wrapper:before {
  display: none;
}
.archive-products-wrapper li {
  display: flex;
  flex-direction: column;
}
.archive-products-wrapper li > .woocommerce-LoopProduct-link {
  margin-top: auto;
  padding: 1.25rem;
}
.archive-products-wrapper li .price {
  margin-top: auto;
}
.archive-products-wrapper li .add_to_cart_button {
  position: absolute;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.archive-products-wrapper li .product-thumbnail-wrapper {
  padding: 20px;
  overflow: hidden;
}
.archive-products-wrapper li i {
  font-size: 18px !important;
}
.archive-products-wrapper li .woocommerce-loop-product__title {
  margin: 10px 0 20px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
}

.onsale {
  display: none;
}

.page-template-promotions .woocommerce-pagination .page-numbers,
.page-template-promotions .woocommerce-pagination ul.page-numbers,
.page-template-promotions nav.woocommerce-pagination .page-numbers,
.page-template-promotions nav.woocommerce-pagination ul.page-numbers,
.page-template-new-products .woocommerce-pagination .page-numbers,
.page-template-new-products .woocommerce-pagination ul.page-numbers,
.page-template-new-products nav.woocommerce-pagination .page-numbers,
.page-template-new-products nav.woocommerce-pagination ul.page-numbers,
.woocommerce .woocommerce-pagination .page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 5px;
  border: none;
  gap: 10px;
  display: flex;
  justify-content: center;
}
.page-template-promotions .woocommerce-pagination .page-numbers li,
.page-template-promotions .woocommerce-pagination ul.page-numbers li,
.page-template-promotions nav.woocommerce-pagination .page-numbers li,
.page-template-promotions nav.woocommerce-pagination ul.page-numbers li,
.page-template-new-products .woocommerce-pagination .page-numbers li,
.page-template-new-products .woocommerce-pagination ul.page-numbers li,
.page-template-new-products nav.woocommerce-pagination .page-numbers li,
.page-template-new-products nav.woocommerce-pagination ul.page-numbers li,
.woocommerce .woocommerce-pagination .page-numbers li,
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce nav.woocommerce-pagination .page-numbers li,
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
}
.page-template-promotions .woocommerce-pagination .page-numbers li .page-numbers,
.page-template-promotions .woocommerce-pagination ul.page-numbers li .page-numbers,
.page-template-promotions nav.woocommerce-pagination .page-numbers li .page-numbers,
.page-template-promotions nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.page-template-new-products .woocommerce-pagination .page-numbers li .page-numbers,
.page-template-new-products .woocommerce-pagination ul.page-numbers li .page-numbers,
.page-template-new-products nav.woocommerce-pagination .page-numbers li .page-numbers,
.page-template-new-products nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  border: 1px solid #EBEBEB;
  background-color: white;
  min-width: 45px;
  min-height: 45px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.page-template-promotions .woocommerce-pagination .page-numbers li .page-numbers.current,
.page-template-promotions .woocommerce-pagination ul.page-numbers li .page-numbers.current,
.page-template-promotions nav.woocommerce-pagination .page-numbers li .page-numbers.current,
.page-template-promotions nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.page-template-new-products .woocommerce-pagination .page-numbers li .page-numbers.current,
.page-template-new-products .woocommerce-pagination ul.page-numbers li .page-numbers.current,
.page-template-new-products nav.woocommerce-pagination .page-numbers li .page-numbers.current,
.page-template-new-products nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  border: 1px solid #A6CE39;
  background-color: #A6CE39;
  color: white;
}

.category-sidebar-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-sidebar-filters ul .current-menu-item > a {
  color: #A6CE39;
}
.category-sidebar-filters ul .current-product_cat-ancestor > a {
  font-weight: 500;
}
.category-sidebar-filters ul .sub-menu {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}
.category-sidebar-filters ul li {
  margin-bottom: 10px;
}
.category-sidebar-filters ul li a {
  font-size: 17px;
}

.product-filters-count {
  margin-top: 15px !important;
  margin-bottom: unset !important;
  font-size: 14px;
  font-weight: 700;
}

.items-return-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.items-return-wrapper .items-return {
  padding: 15px;
}
.items-return-wrapper .items-return .heading-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

#speedy_client_table .edin-html-ne-mojete-da-napishete-kato-horata td {
  width: 50%;
}
#speedy_client_table .edin-html-ne-mojete-da-napishete-kato-horata td input,
#speedy_client_table .edin-html-ne-mojete-da-napishete-kato-horata td label {
  display: block;
  width: 100% !important;
  text-align: left;
  float: none !important;
  margin: 0;
  padding: 0 !important;
}
#speedy_client_table tr#speedy_note_container, #speedy_client_table tr.speedy_street_container-home, #speedy_client_table tr#speedy_quarter_container {
  display: flex;
  flex-direction: column;
  border: none;
}
#speedy_client_table tr#speedy_note_container td, #speedy_client_table tr.speedy_street_container-home td, #speedy_client_table tr#speedy_quarter_container td {
  border: none;
}
#speedy_client_table tr#speedy_block_no_container {
  display: flex;
  border: none;
}
#speedy_client_table tr#speedy_block_no_container td {
  display: flex;
  flex-direction: column;
}
#speedy_client_table tr#speedy_block_no_container td input {
  width: 100%;
}
#speedy_client_table tr#speedy_block_no_container td label {
  width: auto;
  line-height: unset;
  padding: unset;
  text-align: left;
}
#speedy_client_table tr > td:first-child {
  width: auto;
  text-align: left;
}
#speedy_client_table .abroad-first-row label {
  display: block !important;
  float: none !important;
  padding: 0 !important;
}
#speedy_client_table .abroad-first-row input {
  margin: 0;
  float: none;
  width: unset !important;
}
#speedy_client_table .abroad-second-row label {
  display: block;
  width: 100%;
  float: none !important;
  text-align: left;
  padding: 0 !important;
}
#speedy_client_table .abroad-second-row input {
  width: 100% !important;
}
#speedy_client_table #speedy_address_1_container label,
#speedy_client_table #speedy_address_2_container label {
  width: 100%;
  display: block;
}

.woocommerce-wishlist .wishlist-fragment .woocommerce-message .button.wc-forward {
  margin-left: 30px;
}

abbr {
  text-decoration: none;
}

#primary .custom-registration #socials-login .mo-openid-app-icons,
#primary .login-form-wrapper #socials-login .mo-openid-app-icons {
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
}
#primary .custom-registration #socials-login .mo-openid-app-icons > p,
#primary .login-form-wrapper #socials-login .mo-openid-app-icons > p {
  display: none;
}
#primary .custom-registration #socials-login .mo-openid-app-icons > a.mo_btn,
#primary .login-form-wrapper #socials-login .mo-openid-app-icons > a.mo_btn {
  padding: 0 !important;
  width: 100% !important;
}
#primary .custom-registration #socials-login .mo-openid-app-icons > a.mo_btn.mo_btn-google,
#primary .login-form-wrapper #socials-login .mo-openid-app-icons > a.mo_btn.mo_btn-google {
  font-family: "Jost", sans-serif;
  background: white !important;
  color: black !important;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  flex: 0 0 100% !important;
  max-width: unset !important;
  width: 100% !important;
  margin: 0 auto !important;
  min-width: 100% !important;
}
#primary .custom-registration #socials-login .mo-openid-app-icons > a.mo_btn .mo_btn-facebook,
#primary .login-form-wrapper #socials-login .mo-openid-app-icons > a.mo_btn .mo_btn-facebook {
  border: 1px solid #4267B2 !important;
  background: #4267B2 !important;
}
#primary .custom-registration #socials-login .mo-openid-app-icons > a.mo_btn img,
#primary .login-form-wrapper #socials-login .mo-openid-app-icons > a.mo_btn img {
  position: static;
  border-right: unset !important;
  margin: 0 !important;
}

.delivery-types-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.delivery-types-wrapper label {
  text-align: left;
}

.order_details .order-table-item .wc-item-meta {
  margin-top: 0 !important;
  padding-left: 0 !important;
}

.product-add-to-cart .btn-primary {
  padding: 13px 5px !important;
}

.cart-collaterals-outer-wrapper .card-totals .shop_table {
  box-shadow: none !important;
}

#order_review .woocommerce-checkout-review-order-table tr td dl {
  display: flex;
  align-items: center;
  margin: 0;
}
#order_review .woocommerce-checkout-review-order-table tr td dd p {
  margin: 0 !important;
}

span.xoo-wsch-close {
  font-size: 24px;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.currdent-order-totals .item-row .totals-label {
  color: #38383A !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.currdent-order-totals .item-row .totals-num {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.currdent-order-totals .item-row .total-num-price {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.current-order-totals .item-row .totals-label {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.current-order-totals .item-row .totals-num {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.current-order-totals .item-row .totals-num-price {
  font-size: 18px !important;
  font-weight: 700 !important;
}

@media screen and (min-width: 768px) {
  .woocommerce-order-details .woocommerce-table--order-details .product-price .mob-labels,
  .woocommerce-order-details .woocommerce-table--order-details .product-quantity .mob-labels,
  .woocommerce-order-details .woocommerce-table--order-details .product-total .mob-labels {
    display: none !important;
  }
}

.swiper-initialized {
  margin: 2px;
}

.main-slider-container .mySwiper {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=woo.css.map */