/* Product loop skin */
.star-rating {
  display: none !important;
}
.woocommerce ul.products li.product {
  background-color: white !important;
  padding: 10px !important;
}
.woocommerce .attachment-woocommerce_thumbnail {
  display: none !important;
}
.woocommerce .product-img-wrapper {
  width: 100%;
  aspect-ratio: 1/1.1;
  max-height: 420px;
  padding: 20px 0px;
}
.woocommerce .product-img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.woocommerce-loop-product__title {
  height: 62px !important;
  overflow: hidden !important;
  font-weight: 700 !important;
  color: black !important;
}
.price {
  color: black !important;
  font-weight: 900 !important;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0px 16px 20px -16px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease !important;
}
.woocommerce ul.products li.product:hover .product-img {
  transform: scale(1.05);
}

/* Mobile */
@media screen and (max-width: 767px) {
  .woocommerce-loop-product__title {
    font-size: 16px !important;
  }
  .price {
    font-size: 18px !important;
  }
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product,
  .related.products ul li {
    width: 100% !important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0 0% 30px 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .woocommerce-loop-product__title {
    font-size: 18px !important;
  }
  .price {
    font-size: 20px !important;
  }
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 32% !important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0 1.3% 30px 0 !important;
  }
}
@media screen and (min-width: 1401px) {
  .woocommerce-loop-product__title {
    font-size: 20px !important;
  }
  .price {
    font-size: 22px !important;
  }
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 32% !important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0 1.3% 30px 0 !important;
  }
}

/* Add to cart button */
.add_to_cart_button {
  width: 100% !important;
}
.single_add_to_cart_button {
  flex: 1;
}
.add_to_cart_button,
.single_add_to_cart_button,
.wc-block-cart__submit-container a,
.wc-block-components-button:not(.wc-block-components-totals-coupon__button) {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px !important;
  border-radius: 0px !important;
  background-color: var(--pri-color) !important;
  color: black !important;
  transition: all 0.3s ease !important;
}
.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.wc-block-cart__submit-container a:hover,
.wc-block-components-button:hover {
  background-color: var(--sec-color) !important;
  color: white !important;
  transition: all 0.3s ease !important;
}

.added_to_cart.wc-forward {
  font-size: 14px !important;
  border-bottom: 1px solid var(--sec-color) !important;
  color: black !important;
}

.added_to_cart.wc-forward:hover {
  color: var(--sec-color) !important;
}

.wc-block-components-product-rating__stars,
.wc-block-components-product-rating__stars * {
  font-family: "star" !important;
}
.wc-block-components-product-rating__stars span::before {
  color: gold !important;
}

/* Sidebar categories */
ul.wc-block-product-categories-list {
  list-style: none !important;
  padding: 0px 0px !important;
}
ul.wc-block-product-categories-list
  .wc-block-product-categories-list-item-count {
  display: none !important;
}
ul.wc-block-product-categories-list li {
  width: 100% !important;
}
ul.wc-block-product-categories-list li a {
  background-color: white !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  width: 100% !important;
  display: flex;
  color: black;
}
ul.wc-block-product-categories-list li a:hover {
  background-color: var(--pri-color) !important;
  color: black !important;
}
ul.wc-block-product-categories-list li a.active {
  background-color: var(--sec-color) !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  ul.wc-block-product-categories-list li a {
    padding: 16px 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  ul.wc-block-product-categories-list li a {
    padding: 20px 16px !important;
  }
}
@media screen and (min-width: 1401px) {
  ul.wc-block-product-categories-list li a {
    padding: 20px 16px !important;
  }
}

/* Product Search */
.wp-block-search__inside-wrapper {
  border: none !important;
  padding: 10px !important;
  background-color: white !important;
}
.wp-block-search__input {
  border-radius: 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 8px !important;
}
.wp-block-search__input:focus {
  border-bottom-color: var(--sec-color) !important;
}
.wp-block-search__button {
  background: transparent !important;
  margin-left: -10px !important;
  border-radius: 100px !important;
  aspect-ratio: 1/1 !important;
}
.wp-block-search__button:hover {
  background-color: var(--pri-color) !important;
}

/* Products ordering Styling for the select box */
.woocommerce .woocommerce-ordering select {
  appearance: none !important; /* Remove default styles */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  padding: 10px 15px !important;
  border-radius: 0px !important;
  font-size: 16px !important;
  color: #333 !important;
  width: 100% !important;
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-ordering select {
    margin-left: -8% !important;
  }
}
.woocommerce .woocommerce-ordering select::-ms-expand {
  display: none !important; /* Hide default arrow in IE */
}

.woocommerce .woocommerce-ordering select:focus {
  outline: none !important;
  border-color: #0073e6 !important;
}

.woocommerce .woocommerce-ordering select:hover {
  border-color: #005bb5 !important;
}

/* Woocommerce notices */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: white !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin: 20px 0px !important;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 50% !important;
  /* left: 50%!important; */
  transform: translateY(-50%) !important;
}

.woocommerce-products-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .woocommerce-products-header {
    width: 98.7%;
  }
}
.woocommerce .products {
  width: 100% !important;
}

.woocommerce-result-count {
  margin-top: 10px !important;
}

/* Pagination */
.page-numbers li span,
.page-numbers li a {
  background: transparent !important;
  color: black !important;
  font-weight: 700 !important;
}
.page-numbers li {
  padding: 10px 16px !important;
  border: none !important;
  background-color: white;
}
.page-numbers li:has(.current),
.page-numbers li:hover {
  background-color: var(--pri-color) !important;
}
.page-numbers {
  border: none !important;
}

/* SINGLE PRODUCT */
/* Product Gallery */
.woocommerce div.product div.images img {
  max-height: 500px !important;
  object-fit: contain;
}

/*  */
.single-product .cart {
  display: flex !important;
  flex-direction: row !important;
}
.input-text.qty.text {
  padding: 15px !important;
  border-radius: 0px !important;
  margin-right: 12px !important;
}
.single-product .product_title {
  font-weight: 600 !important;
}
.single-product .summary .price {
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  .single-product .product_title {
    font-size: 32px !important;
  }
  .single-product .summary .price {
    font-size: 26px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .single-product .product_title {
    font-size: 56px !important;
  }
  .single-product .summary .price {
    font-size: 48px !important;
  }
}
@media screen and (min-width: 1401px) {
  .single-product .product_title {
    font-size: 70px !important;
  }
  .single-product .summary .price {
    font-size: 60px !important;
  }
}
.woocommerce-product-details__short-description {
  margin: 20px 0px !important;
}

.woocommerce-tabs ul li {
  border-radius: 0px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background-color: white !important;
  border-bottom: 3px solid transparent !important;
}
.woocommerce-tabs ul li::before,
.woocommerce-tabs ul li::after {
  display: none !important;
}
.woocommerce-tabs ul li.active {
  border-bottom: 3px solid var(--sec-color) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.woocommerce .submit,
.woocommerce .button.wc-forward {
  padding: 12px 24px !important;
  border-radius: 0px !important;
  border: none !important;
  background-color: var(--sec-color) !important;
  color: white !important;
}
.woocommerce .submit:hover {
  background-color: black !important;
}

/* Cart page */
.wc-block-cart,
.wc-block-checkout {
  gap: 30px !important;
}
.wc-block-cart__main,
.wc-block-checkout__main {
  background-color: white !important;
  padding: 20px !important;
  width: calc(65% - 15px) !important;
  border-radius: 0px!important;
}
.wc-block-cart__sidebar,
.wc-block-checkout__sidebar {
  background-color: white !important;
  padding: 20px !important;
  width: calc(35% - 15px) !important;
  border-radius: 0px!important;
  margin: 0px!important;
}

@media screen and (max-width: 990px) {
  .wc-block-cart__main,
  .wc-block-checkout__main {
    width: 100%!important;
  }
  .wc-block-cart__sidebar,
  .wc-block-checkout__sidebar {
    width: 100%!important;
  }
}

.woocommerce-order{
    background-color: white!important;
    padding: 20px!important;
}
.woocommerce-order *{
    border-radius: 0px!important;
}
.woocommerce-order .woocommerce-notice{
    margin-bottom: 20px!important;
}