@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap");
.popup-quick-view {
  font-family: "Lato", sans-serif;
}
.popup-quick-view.wd-popup {
  padding: 60px;
  max-width: 1049px;
}
@media (max-width: 575px) {
  .popup-quick-view.wd-popup {
    padding: 30px;
  }
}
.popup-quick-view .summary-inner {
  padding-right: 10px !important;
}
.popup-quick-view .wd-grid-g {
  display: flex;
}
@media (max-width: 767px) {
  .popup-quick-view .wd-grid-g {
    display: block;
  }
}
@media (max-width: 767px) {
  .popup-quick-view .entry-summary {
    margin-top: 30px;
  }
  .popup-quick-view .summary-inner.wd-scroll-content {
    max-height: none;
  }
}
.popup-quick-view .woocommerce-product-gallery {
  max-width: 430px;
  min-width: auto !important;
}
@media (max-width: 767px) {
  .popup-quick-view .woocommerce-product-gallery {
    max-width: none;
  }
}
.popup-quick-view .quick-view-horizontal .entry-summary {
  width: 100%;
}
.popup-quick-view button.mfp-close {
  top: 12px;
  right: 12px;
  color: #222020;
  width: 24px;
  height: 24px;
}
.popup-quick-view button.mfp-close::after {
  font-size: 16px;
}
.popup-quick-view button.mfp-close:hover {
  color: rgba(51, 51, 51, 0.65);
}
.popup-quick-view .product_title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 24px;
}
.popup-quick-view .product_title a:not(:hover) {
  color: #000000;
}
.popup-quick-view .price .amount {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 59px;
  color: #388053;
}
.popup-quick-view table.variations {
  margin-bottom: 4px;
}
.popup-quick-view table.variations tr .cell {
  display: block;
  padding: 0;
  margin-bottom: 16px;
}
.popup-quick-view table.variations label, .popup-quick-view table.variations .selected-color-name {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #000000;
}
.popup-quick-view .wd-reset-side-lg .wd-reset-var {
  position: static;
}
.popup-quick-view .wd-reset-side-lg .reset_variations {
  margin-left: 0;
  margin-top: 10px;
}
.popup-quick-view .wd-swatches-product {
  gap: 12px;
}
.popup-quick-view .wd-swatch.wd-bg {
  border: 1px solid #C6C6C6;
  padding: 3px;
  width: 35px;
  height: 35px;
}
.popup-quick-view .wd-swatch.wd-bg.wd-active {
  border-color: #222020;
}
.popup-quick-view .wd-swatch.wd-bg.wd-active::after {
  display: none !important;
}
.popup-quick-view form.cart div.quantity {
  width: 125px;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  overflow: hidden;
}
.popup-quick-view form.cart div.quantity input[type=number], .popup-quick-view form.cart div.quantity input[type=button] {
  flex-grow: 1;
  border: 0;
  font-weight: 700;
  color: #222020;
}
.popup-quick-view form.cart div.quantity input[type=number] {
  font-size: 14px;
}
.popup-quick-view form.cart div.quantity input[type=button] {
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  color: #222020 !important;
  font-size: 16px;
}
.popup-quick-view form.cart div.quantity .minus {
  text-align: right;
}
.popup-quick-view form.cart div.quantity .plus {
  text-align: left;
}
.popup-quick-view form.cart .single_add_to_cart_button,
.popup-quick-view form.cart .wd-buy-now-btn {
  flex-grow: 1;
}
.popup-quick-view form.variations_form {
  margin-bottom: 32px;
}
.popup-quick-view .summary-inner .product_meta {
  padding-top: 33px;
}
.popup-quick-view .product_meta > span:not(:last-child) {
  margin-bottom: 16px;
}
.popup-quick-view .product_meta > span, .popup-quick-view .product_meta a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #000000;
}
.popup-quick-view .product_meta a {
  margin-bottom: 4px;
  display: inline-block;
}
.popup-quick-view .product_meta a:hover {
  color: rgba(51, 51, 51, 0.65);
}
.popup-quick-view .product_meta .meta-label {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #000000;
}

.cart_totals .shop_table > tbody, .cart_totals .shop_table > tfoot, #order_review .shop_table > tbody, #order_review .shop_table > tfoot {
  display: block;
}
.cart_totals .shop_table > tbody th, .cart_totals .shop_table > tbody td, .cart_totals .shop_table > tfoot th, .cart_totals .shop_table > tfoot td, #order_review .shop_table > tbody th, #order_review .shop_table > tbody td, #order_review .shop_table > tfoot th, #order_review .shop_table > tfoot td {
  color: #000000;
  padding-top: 12px;
  padding-bottom: 12px;
}
.cart_totals .shop_table > tbody > tr.cart-subtotal, .cart_totals .shop_table > tfoot > tr.cart-subtotal, #order_review .shop_table > tbody > tr.cart-subtotal, #order_review .shop_table > tfoot > tr.cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E4E4E4;
}
.cart_totals .shop_table > tbody > tr.cart-subtotal th, .cart_totals .shop_table > tbody > tr.cart-subtotal td, .cart_totals .shop_table > tfoot > tr.cart-subtotal th, .cart_totals .shop_table > tfoot > tr.cart-subtotal td, #order_review .shop_table > tbody > tr.cart-subtotal th, #order_review .shop_table > tbody > tr.cart-subtotal td, #order_review .shop_table > tfoot > tr.cart-subtotal th, #order_review .shop_table > tfoot > tr.cart-subtotal td {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.cart_totals .shop_table > tbody > tr.cart-subtotal td, .cart_totals .shop_table > tfoot > tr.cart-subtotal td, #order_review .shop_table > tbody > tr.cart-subtotal td, #order_review .shop_table > tfoot > tr.cart-subtotal td {
  font-weight: 600;
  color: #343A40;
  flex-grow: 0 !important;
}
.cart_totals .shop_table > tbody > tr.cart-subtotal td .amount, .cart_totals .shop_table > tfoot > tr.cart-subtotal td .amount, #order_review .shop_table > tbody > tr.cart-subtotal td .amount, #order_review .shop_table > tfoot > tr.cart-subtotal td .amount {
  font-weight: 600;
}
.cart_totals .shop_table > tbody > tr.shipping, .cart_totals .shop_table > tfoot > tr.shipping, #order_review .shop_table > tbody > tr.shipping, #order_review .shop_table > tfoot > tr.shipping {
  padding-top: 13px;
}
.cart_totals .shop_table > tbody > tr.shipping, .cart_totals .shop_table > tbody > tr.shipping th, .cart_totals .shop_table > tbody > tr.shipping td, .cart_totals .shop_table > tfoot > tr.shipping, .cart_totals .shop_table > tfoot > tr.shipping th, .cart_totals .shop_table > tfoot > tr.shipping td, #order_review .shop_table > tbody > tr.shipping, #order_review .shop_table > tbody > tr.shipping th, #order_review .shop_table > tbody > tr.shipping td, #order_review .shop_table > tfoot > tr.shipping, #order_review .shop_table > tfoot > tr.shipping th, #order_review .shop_table > tfoot > tr.shipping td {
  display: block;
}
.cart_totals .shop_table > tbody > tr.shipping th, .cart_totals .shop_table > tbody > tr.shipping td, .cart_totals .shop_table > tfoot > tr.shipping th, .cart_totals .shop_table > tfoot > tr.shipping td, #order_review .shop_table > tbody > tr.shipping th, #order_review .shop_table > tbody > tr.shipping td, #order_review .shop_table > tfoot > tr.shipping th, #order_review .shop_table > tfoot > tr.shipping td {
  padding-left: 0;
  padding-right: 0;
}
.cart_totals .shop_table > tbody > tr.order-total, .cart_totals .shop_table > tfoot > tr.order-total, #order_review .shop_table > tbody > tr.order-total, #order_review .shop_table > tfoot > tr.order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E4E4E4;
}
.cart_totals .shop_table > tbody > tr.order-total th, .cart_totals .shop_table > tbody > tr.order-total td, .cart_totals .shop_table > tfoot > tr.order-total th, .cart_totals .shop_table > tfoot > tr.order-total td, #order_review .shop_table > tbody > tr.order-total th, #order_review .shop_table > tbody > tr.order-total td, #order_review .shop_table > tfoot > tr.order-total th, #order_review .shop_table > tfoot > tr.order-total td {
  padding-left: 0;
  padding-right: 0;
}
.cart_totals .shop_table > tbody > tr.order-total th, .cart_totals .shop_table > tfoot > tr.order-total th, #order_review .shop_table > tbody > tr.order-total th, #order_review .shop_table > tfoot > tr.order-total th {
  font-size: 22px;
  font-weight: 700;
}
.cart_totals .shop_table > tbody > tr.order-total td, .cart_totals .shop_table > tfoot > tr.order-total td, #order_review .shop_table > tbody > tr.order-total td, #order_review .shop_table > tfoot > tr.order-total td {
  flex-grow: 0 !important;
}
.cart_totals .shop_table > tbody > tr.order-total td .amount, .cart_totals .shop_table > tfoot > tr.order-total td .amount, #order_review .shop_table > tbody > tr.order-total td .amount, #order_review .shop_table > tfoot > tr.order-total td .amount {
  font-size: 22px;
  font-weight: 900;
}
.cart_totals .shop_table > tbody tr :is(td, th):last-child, .cart_totals .shop_table > tfoot tr :is(td, th):last-child, #order_review .shop_table > tbody tr :is(td, th):last-child, #order_review .shop_table > tfoot tr :is(td, th):last-child {
  text-align: left;
}
.cart_totals .shop_table > tbody ul.woocommerce-shipping-methods > li, .cart_totals .shop_table > tfoot ul.woocommerce-shipping-methods > li, #order_review .shop_table > tbody ul.woocommerce-shipping-methods > li, #order_review .shop_table > tfoot ul.woocommerce-shipping-methods > li {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 32px;
  padding-left: 23px;
}
.cart_totals .shop_table > tbody ul.woocommerce-shipping-methods > li:first-child, .cart_totals .shop_table > tfoot ul.woocommerce-shipping-methods > li:first-child, #order_review .shop_table > tbody ul.woocommerce-shipping-methods > li:first-child, #order_review .shop_table > tfoot ul.woocommerce-shipping-methods > li:first-child {
  margin-top: 8px;
}
.cart_totals .shop_table > tbody ul.woocommerce-shipping-methods > li label, .cart_totals .shop_table > tfoot ul.woocommerce-shipping-methods > li label, #order_review .shop_table > tbody ul.woocommerce-shipping-methods > li label, #order_review .shop_table > tfoot ul.woocommerce-shipping-methods > li label {
  order: 3;
  padding-right: 80px;
  text-align: left;
  color: #343A40;
  font-size: 15px;
  font-weight: 400;
}
.cart_totals .shop_table > tbody ul.woocommerce-shipping-methods > li label small, .cart_totals .shop_table > tfoot ul.woocommerce-shipping-methods > li label small, #order_review .shop_table > tbody ul.woocommerce-shipping-methods > li label small, #order_review .shop_table > tfoot ul.woocommerce-shipping-methods > li label small {
  font-size: 12px;
  font-weight: 400;
}
.cart_totals .shop_table > tbody .woocommerce-shipping-destination, .cart_totals .shop_table > tfoot .woocommerce-shipping-destination, #order_review .shop_table > tbody .woocommerce-shipping-destination, #order_review .shop_table > tfoot .woocommerce-shipping-destination {
  text-align: left;
}
.cart_totals .shop_table > tbody tr.shipping-policy-link td a, .cart_totals .shop_table > tfoot tr.shipping-policy-link td a, #order_review .shop_table > tbody tr.shipping-policy-link td a, #order_review .shop_table > tfoot tr.shipping-policy-link td a {
  text-decoration: underline;
  color: #388053;
}
.cart_totals #shipping_method .easypack-shipping-method-logo, .cart_totals .payment_methods .easypack-shipping-method-logo, #order_review #shipping_method .easypack-shipping-method-logo, #order_review .payment_methods .easypack-shipping-method-logo {
  flex-shrink: 0;
  margin-right: 11px;
  margin-top: 4px;
}
.cart_totals #shipping_method .easypack-shipping-method-logo img, .cart_totals .payment_methods .easypack-shipping-method-logo img, #order_review #shipping_method .easypack-shipping-method-logo img, #order_review .payment_methods .easypack-shipping-method-logo img {
  margin: 0;
}
.cart_totals #shipping_method input.shipping_method, .cart_totals .payment_methods input.shipping_method, #order_review #shipping_method input.shipping_method, #order_review .payment_methods input.shipping_method {
  margin: 0 11px 0 0;
  top: 0;
}
.cart_totals #shipping_method input[type=radio], .cart_totals .payment_methods input[type=radio], #order_review #shipping_method input[type=radio], #order_review .payment_methods input[type=radio] {
  display: none;
}
.cart_totals #shipping_method input[type=radio] + label::before, .cart_totals .payment_methods input[type=radio] + label::before, #order_review #shipping_method input[type=radio] + label::before, #order_review .payment_methods input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #343A40;
  margin: auto;
}
.cart_totals #shipping_method input[type=radio] + label::after, .cart_totals .payment_methods input[type=radio] + label::after, #order_review #shipping_method input[type=radio] + label::after, #order_review .payment_methods input[type=radio] + label::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #343A40;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}
.cart_totals #shipping_method input[type=radio]:checked + label::after, .cart_totals .payment_methods input[type=radio]:checked + label::after, #order_review #shipping_method input[type=radio]:checked + label::after, #order_review .payment_methods input[type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.cart_totals #shipping_method .woocommerce-Price-amount, .cart_totals .payment_methods .woocommerce-Price-amount, #order_review #shipping_method .woocommerce-Price-amount, #order_review .payment_methods .woocommerce-Price-amount {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.cart_totals #shipping_method > li, .cart_totals #shipping_method > li label, #order_review #shipping_method > li, #order_review #shipping_method > li label {
  cursor: pointer;
}
.cart_totals .payment_methods input[type=radio] + label, #order_review .payment_methods input[type=radio] + label {
  display: block !important;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}
.cart_totals .shop_table_responsive :is(thead, th), #order_review .shop_table_responsive :is(thead, th) {
  display: block;
}
.cart_totals .shop_table_responsive td:before, #order_review .shop_table_responsive td:before {
  display: none;
}

.wd-coupon-form {
  flex-wrap: wrap;
}

.continue-shopping-cart-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 577px) {
  .continue-shopping-cart-custom {
    margin-left: auto !important;
  }
}

.coupon-error-notice {
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .wd-coupon-form .input-text {
    order: -2;
  }
  .coupon-error-notice {
    order: -1;
  }
}
.woocommerce-form__label-for-checkbox input[type=checkbox] {
  display: none;
}
.woocommerce-form__label-for-checkbox input[type=checkbox] + span {
  position: relative;
  padding-left: 23px;
}
.woocommerce-form__label-for-checkbox input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #343A40;
  margin: auto;
}
.woocommerce-form__label-for-checkbox input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #343A40;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}
.woocommerce-form__label-for-checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
  visibility: visible;
}

.easypack-parcel-machine-label {
  display: none;
}

.easypack-parcel-machine-select {
  padding: 20px 0;
}

.easypack_show_geowidget {
  margin: 0;
  max-width: none;
  padding: 17px 15px;
  font-weight: 600;
  font-size: 14px !important;
  border-radius: 5px;
  box-shadow: none !important;
}

.wd-registration-page > .row {
  justify-content: center;
}

.product-categories .cat-item.cat-item-3484, .product-categories .cat-item.cat-item-2122, .product-categories .cat-item.cat-item-3486 {
  display: none;
}

/*

.categories-accordion-on .widget_product_categories .product-categories li.cat-parent > a {
    pointer-events: none;
    cursor: default;
}
*/
.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
  visibility: hidden;
}

/*# sourceMappingURL=custom-style.css.map */
