/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

.btn.single_add_to_cart_button {
  border: none;
}

.select2-results__option {
  color: #222;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #F2B827;
}

.card.text-center .star-rating {
  margin-left: auto;
  margin-right: auto;
}
.card.card-style1 .card-footer {
  position: absolute;
  width: 100%;
  bottom: -100px;
  z-index: -99;
  padding: 0;
  background-color: rgba(var(--bs-light-rgb), 0.95);
  transition: all 0.2s ease-in-out;
}
.card.card-style1 .card-footer a {
  color: var(--bs-dark);
}
.card.card-style1 .card-footer a:hover, .card.card-style1 .card-footer a:focus {
  color: var(--bs-primary);
}
.card.card-style1 .card-footer a .pe-7s-cart {
  font-weight: bold;
  font-size: 22px;
}
.card.card-style1 .card-footer .loop-add-to-cart {
  margin-right: auto;
  padding: 1rem;
}
.card.card-style1 .card-footer .yith-wcwl-add-to-wishlist {
  padding: 1rem;
}
.card.card-style1 .card-footer .yith-wcwl-add-to-wishlist {
  margin: 0;
  border-left: 1px solid rgba(var(--bs-black-rgb), 0.125);
  padding-left: 1rem;
  align-self: stretch;
}
.card.card-style1 .card-footer .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
  margin-right: 0;
}
.card.card-style1 .card-footer .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  color: var(--bs-primary);
}
.card.card-style1 .card-footer .compare,
.card.card-style1 .card-footer .yith-wcqv-button {
  font-size: 0;
  border-left: 1px solid rgba(var(--bs-black-rgb), 0.125);
  padding: 1rem;
  align-self: stretch;
}
.card.card-style1 .card-footer .compare:before,
.card.card-style1 .card-footer .yith-wcqv-button:before {
  content: "\e60b";
  font-family: "Pe-icon-7-stroke";
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: initial;
}
.card.card-style1 .card-footer .compare:before {
  content: "\e651";
}
.card.card-style1:hover .card-footer, .card.card-style1:focus .card-footer {
  bottom: 0;
  z-index: 9;
}

.checkout_coupon .form-row {
  max-width: 400px;
}

.cart-icon .cart-contents {
  position: relative;
}
.cart-icon .cart-contents i {
  font-size: 22px;
  margin-right: 0;
}
.cart-icon .cart-contents .cart-contents-count {
  width: 22px;
  height: 22px;
  color: white;
  background-color: var(--bs-primary);
  display: block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -14px;
  font-size: 0.825rem;
  line-height: 22px;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #F2B827;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #F2B827;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #F2B827;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #F2B827;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #F2B827;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #F2B827;
  opacity: 1;
}

.cart_item .product-thumbnail img {
  width: 100px !important;
}

.wc-tabs-wrapper .nav-tabs .nav-link {
  padding: 1rem 2rem;
  border-top-width: 4px;
}
.wc-tabs-wrapper .nav-tabs .nav-link.active {
  border-top-color: var(--bs-primary);
}

.woocommerce-form-login__rememberme .form-check-input::after,
.woocommerce-account-fields .form-check-input::after {
  content: none;
}

#tab-additional_information h2,
#tab-description h2 {
  margin-bottom: 20px;
}

.wc_payment_methods .wc_payment_method label {
  margin-bottom: 0 !important;
}
.wc_payment_methods .wc_payment_method .input-radio::after {
  background: var(--bs-primary);
}
.wc_payment_methods .wc_payment_method .input-radio:focus {
  outline: none;
}

.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

.p-last-mb-0 > p:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: var(--bs-danger) !important;
}

.table .product-name {
  min-width: 200px;
}
.table .product-subtotal,
.table .product-total {
  text-align: right;
}
.table tfoot td:last-child,
.table .order-total td:last-child,
.table .cart-subtotal td:last-child {
  text-align: right;
}

.quantity input[type=text] {
  max-width: 80px;
  margin: 0;
  text-align: center;
  --form--border-color: #e9ecef;
}
.quantity .count-control i {
  font-size: 12px;
}

.onsale {
  width: 60px;
  height: 60px;
  background-color: var(--bs-primary);
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.woocommerce .price,
.product .price {
  font-size: 20px;
  font-weight: 700;
  color: var(--bs-primary);
}
.woocommerce .entry-header,
.product .entry-header {
  border-bottom: 3px solid var(--global--color-border);
  padding-bottom: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}
.woocommerce .entry-title,
.product .entry-title {
  font-size: var(--global--font-size-page-title);
  font-size: var(--global--font-size-page-title);
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.woocommerce .related h2, .woocommerce .related h3,
.woocommerce .upsells h2,
.woocommerce .upsells h3,
.woocommerce .cross-sells h2,
.woocommerce .cross-sells h3,
.woocommerce .cart_totals h2,
.woocommerce .cart_totals h3,
.woocommerce .woocommerce-billing-fields h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-Reviews h2,
.woocommerce .woocommerce-Reviews h3,
.woocommerce .woocommerce-order-details h2,
.woocommerce .woocommerce-order-details h3,
.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-customer-details h3,
.woocommerce .woocommerce-additional-fields h2,
.woocommerce .woocommerce-additional-fields h3,
.product .related h2,
.product .related h3,
.product .upsells h2,
.product .upsells h3,
.product .cross-sells h2,
.product .cross-sells h3,
.product .cart_totals h2,
.product .cart_totals h3,
.product .woocommerce-billing-fields h2,
.product .woocommerce-billing-fields h3,
.product .woocommerce-Reviews h2,
.product .woocommerce-Reviews h3,
.product .woocommerce-order-details h2,
.product .woocommerce-order-details h3,
.product .woocommerce-customer-details h2,
.product .woocommerce-customer-details h3,
.product .woocommerce-additional-fields h2,
.product .woocommerce-additional-fields h3 {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-Reviews .avatar,
.product .woocommerce-Reviews .avatar {
  width: 70px;
  height: 70px;
}
.woocommerce .woocommerce-Reviews .comment-text .meta,
.product .woocommerce-Reviews .comment-text .meta {
  margin-bottom: 0;
}
.woocommerce .woocommerce-cart-form__cart-item .product-name .variation-size,
.woocommerce .shop_table .product-name .variation-size,
.product .woocommerce-cart-form__cart-item .product-name .variation-size,
.product .shop_table .product-name .variation-size {
  display: inline-block;
  padding-left: 5px;
}
.woocommerce .select2-selection--single,
.product .select2-selection--single {
  border: none;
}
.woocommerce .select2-selection__rendered,
.product .select2-selection__rendered {
  border: var(--form--border-width) solid var(--form--border-color);
  background-color: #f3f3f3;
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
  height: var(--bs-input-height, 43px);
  border-radius: 0.375rem;
}

.woocommerce .woocommerce-order-overview,
.woocommerce .wc_payment_methods {
  list-style: none;
}

.woocommerce-pagination ul {
  list-style: none;
  display: flex;
  gap: 15px;
  padding-left: 0;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.search-results .woocommerce .entry-header,
.search-results .product .entry-header {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* max width 767 px*/
@media screen and (max-width: 767px) {
  .woocommerce .entry-title,
  .product .entry-title {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
  }
}
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--bs-primary);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--bs-primary);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.woocommerce .product_list_widget img {
  width: 100px;
}

.widget .wc-layered-nav-rating a {
  display: flex;
  align-items: center;
}
.widget .wc-layered-nav-rating a .star-rating {
  display: inline-flex;
  margin-right: 10px;
}
.widget .chosen,
.widget .current-cat {
  border-left-color: var(--bs-primary);
}
.widget.woocommerce li {
  display: flex;
  justify-content: space-between;
}

.woocommerce table th,
.woocommerce table td,
.product table th,
.product table td {
  border-color: #dee2e6;
}
.woocommerce table.woocommerce-checkout-review-order-table tr,
.woocommerce table.woocommerce-checkout-review-order-table th:not(.product-total),
.product table.woocommerce-checkout-review-order-table tr,
.product table.woocommerce-checkout-review-order-table th:not(.product-total) {
  text-align: left;
}
.woocommerce table.woocommerce-table--order-details tbody,
.product table.woocommerce-table--order-details tbody {
  text-align: center;
}

table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr {
  vertical-align: middle;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}

/*# sourceMappingURL=woocommerce.css.map */
