/*
Theme Name: xayesta

WooCommerce styles override
*/
/* Variable Icon Colors */
/* Variable Fonts */
/* Variable Colors */
/**
 * Shop tables
 */
/**
 * Products
 */
ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
  gap: 30px 15px;
}
ul.products li.product {
  width: 100%;
  transition: 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
ul.products li.product .product-wrap {
  margin: auto;
  position: relative;
  padding: 0;
}
ul.products li.product .product-wrap .figure {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
}
ul.products li.product .product-wrap .figure span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 0.75rem;
  color: #ffffff;
  z-index: 1;
}
ul.products li.product .product-wrap .figure span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 3.57, 3.57);
  z-index: -1;
}
ul.products li.product .product-wrap .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/3;
  object-fit: cover;
}
ul.products li.product .product-wrap .book-info {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s ease-in-out 0.1s;
}
ul.products li.product .product-wrap .book-info .woocommerce-LoopProduct-link {
  flex-basis: 100%;
}
ul.products li.product .product-wrap .book-info h2 {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #bf9845;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-bottom: 0;
}
ul.products li.product .product-wrap .book-info .short-description {
  margin-top: 10px;
}
ul.products li.product .product-wrap .book-info .short-description p {
  font-size: 0.8125rem;
}
ul.products li.product .product-wrap .book-info .review-count {
  display: flex;
  align-items: center;
  gap: 5px;
}
ul.products li.product .product-wrap .book-info .review-count p,
ul.products li.product .product-wrap .book-info .review-count span {
  color: #1A1B1D;
  font-size: 0.875rem;
}
ul.products li.product .product-wrap .book-info .review-count span {
  font-size: 1.5rem;
  line-height: 1;
}
ul.products li.product .product-wrap .book-info .details {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
ul.products li.product .product-wrap .book-info .details span {
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #1A1B1D;
}
ul.products li.product .product-wrap .book-info .details span.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
  color: #FF0000;
}
ul.products li.product .product-wrap .book-info .details span bdi {
  font-weight: 500;
}
ul.products li.product .product-wrap .book-info .details span ins {
  background-color: transparent;
  font-weight: 500;
  margin-right: 5px;
}
ul.products li.product .product-wrap .book-info .details span del {
  color: #1d1d1d;
}
ul.products li.product .product-wrap .book-info .details .custom-cart-icon {
  line-height: 1;
}
ul.products li.product .product-wrap .book-info .details .custom-cart-icon svg {
  width: 20px;
}
ul.products li.product .product-wrap .book-info .details .custom-cart-icon svg path {
  transition: 0.3s ease-in-out;
}
ul.products li.product .product-wrap .book-info .details .custom-cart-icon:hover svg path {
  stroke: #caa650;
}
ul.products li.product .btn {
  margin: 10px 15px 0;
}
ul.products li.product .tinvwl_add_to_wishlist_button {
  margin: 5px 0;
  color: #caa650;
}
ul.products li.product .add-to-cart-icon {
  position: absolute;
  bottom: 10px;
  right: -50px;
  width: 40px;
  height: 40px;
  background-color: #000000;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
ul.products li.product .add-to-cart-icon i {
  font-size: 0.875rem;
  color: #ffffff;
}
ul.products li.product .add-to-cart-icon:hover {
  background-color: #caa650;
}
ul.products li.product .add-to-cart-icon:hover i {
  color: #1A1B1D;
}
ul.products li.product:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px 0px;
  transform: translateY(-15px);
}
ul.products li.product:hover .product-wrap .book-info {
  padding: 0 5px 5px;
}
ul.products li.product:hover .add-to-cart-icon {
  right: 0;
}

/* For Making the Product slide in single page */
.single-related ul.products {
  display: block;
}

@media screen and (max-width: 1400px) {
  ul.products {
    grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
  }
}
@media screen and (max-width: 1200px) {
  ul.products {
    grid-template-columns: repeat(auto-fit, minmax(170px, 210px));
  }
}
@media screen and (max-width: 992px) {
  ul.products {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  ul.products li.product .add-to-cart-icon {
    bottom: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
  }
  ul.products li.product .add-to-cart-icon i {
    font-size: 0.6125rem;
  }
  ul.products li.product:hover .add-to-cart-icon {
    right: 5px;
  }
}
@media screen and (max-width: 576px) {
  ul.products {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  ul.products {
    gap: 20px;
  }
  ul.products li.product .product-wrap .book-info {
    padding: 0 10px 10px;
    text-align: left;
    justify-content: left;
  }
  ul.products li.product .product-wrap .book-info .details {
    flex-direction: column;
    align-items: flex-start;
  }
  ul.products li.product .product-wrap .book-info .details span {
    margin: 0;
  }
  /* For Making the Product slide in single page */
  .single-related ul.products li.product .product-wrap {
    max-width: 250px;
  }
}
/**
 * Single product
 */
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * 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;
}

/**
 * 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: #4169e1;
}

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: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.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;
}

/**
 * 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;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: transparent;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: transparent;
}

.woocommerce-error {
  background-color: transparent;
}

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

@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;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * 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: #4169e1;
  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: #4169e1;
}
.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%;
}

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