
/*Woo Commerce */
.woocommerce div.product p.price{font-size: 30px; font-weight: bold;}
.woocommerce div.product form.cart div.quantity{float: none; margin: 0 0 5px 0;}

.woocommerce-shipping-destination, .woocommerce-shipping-calculator{display: none;}


/*===== Page Content Block ===== */
.woocommerce-archive-page ul.products.columns-4,.woocommerce-archive-page ul.products.columns-3, .related ul.products.columns-3,.woocommerce ul.products.columns-4{display: flex;flex-wrap: wrap;gap: 20px;}

.woocommerce-archive-page ul.products.columns-4 .col-md-3.col-sm-6,.woocommerce-archive-page ul.products.columns-3 .col-md-4.col-sm-6,.woocommerce ul.products.columns-4 .col-md-3.col-sm-6{width: 24%;}


/*===== Archive Page : Breadcrumb Title ===== */
.woocommerce-products-header__title{ display: block; margin: 30px 0px;  color: #000; font-weight: 700; font-size: 35px;font-family: "DM Sans", sans-serif;padding-bottom: 10px;display: inline-block;border-bottom: 2px solid #000;}

/*===== Single Product : Breadcrumb Title ===== */
.woocommerce-breadcrumb{ display: none; margin-bottom: 15px; padding: 10px 15px; background: #00539b; color: #fff; font-weight: 700; font-size: 20px; }
.woocommerce-breadcrumb a{ color: #fff; text-decoration: none; }
.onsale{ display: none; }

/*===== Product Gallery =====*/
.woocommerce-product-gallery{ position: relative; }
.woocommerce-product-gallery__trigger{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 999; width: 60px; height: 60px; border-radius: 50%; background: #000; text-align: center; font-size: 30px; padding-top: 10px; }
.woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger{ display: none; }
.woocommerce-product-gallery__image{ display: block; text-align: center; }
.woocommerce-product-gallery__image img{ display: inline-block; max-width: 100%; height: auto; }
.woocommerce-product-gallery ol{ display: block; text-align: left; margin-top: 5px; }
.woocommerce-product-gallery ol li{ display: inline-block; margin: 2px; float: none; width: 50px; height: auto; }
.woocommerce-product-gallery ol li img{ width: 100%; height: auto; cursor: pointer; }

/*===== Product Title and Short Description =====*/
.single_product_details_block .product_title{ color: #333;  font-size: 30px;  font-weight: 700;  margin-bottom: 15px; }
.woocommerce-image-and-product-description-block{ display: block; }
.woocommerce-product-details__short-description{ display: block; }
.single_product_details_block p{ color: #666; font-size: 14px; line-height: 26px; margin-bottom: 15px; }
.single_product_details_block .price del{ display: block; color: red; font-size: 14px; margin: 0; }
.single_product_details_block .price ins{ display: block; color: #222; font-size: 20px; font-weight: 700; text-decoration: none; text-transform: uppercase; margin-bottom: 10px; background: transparent; }
.woocommerce-image-and-product-description-block .quantity label{ display: block; font-size: 16px; }
.woocommerce-image-and-product-description-block .quantity .input-text{ border: #00539b solid 1px; padding: 11px; color: #00539b; width: 161px; }
.woocommerce-image-and-product-description-block .single_add_to_cart_button{ display: block; margin: 15px 0; border: none; border-radius: 3px; background: linear-gradient(180deg, #72228E 0%, #9727A6 100%); color: #fff; padding: 10px 30px; font-size: 18px; }
.woocommerce-image-and-product-description-block .single_add_to_cart_button:hover{ background: #2ecc71; }
.woocommerce-image-and-product-description-block .product_meta{ display: block; padding: 15px; background: #eee; color: #333;  }
.woocommerce-image-and-product-description-block .product_meta a{ color: #00539b; }

/*===== Product Tab Description and Reviews =====*/
.woocommerce-tabs{ display: block; padding: 30px 15px 0; clear: both; }
.woocommerce-tabs ul.tabs{ display: block; background: #eee; height: 49px; margin-bottom: 0px; }
.woocommerce-tabs ul.tabs li{ float: left; }
.woocommerce-tabs ul.tabs li a{ display: inline-block; padding: 9px; background: #00539b; color: #fff; text-decoration: none; }
.woocommerce-tabs ul.tabs li a:hover{ background: #973a68; }
.woocommerce-tabs ul.tabs .active a{ background: #973a68; }
.woocommerce-tabs .woocommerce-Tabs-panel{ display: block; padding: 15px; border: #eee solid 1px; border-radius: 0; }
.woocommerce-tabs .panel h2:first-of-type{ margin-bottom: 10px; font-size: 20px; color: #666; font-weight: 700; }
.woocommerce-tabs .panel p{ color: #666; font-size: 14px; line-height: 26px; }
.woocommerce-Reviews label{ display: block; }
.woocommerce-Reviews .submit{ background: #27ae60; border: none; color: #fff; padding: 10px 20px; font-size: 16px; }
.woocommerce-Reviews .submit:hover{ background: #2ecc71; }

/*===== Product Related =====*/
.woocommerce-image-and-product-description-block .related h2{ display: block; margin: 15px 0; padding: 10px 15px; background: #eee; color: #222222; font-weight: 700; font-size: 16px; text-transform: capitalize; }
.woocommerce-image-and-product-description-block .related .collections-content-item-details{ min-height: 255px; }
.page-product-card-item{background:#f4f4f4;margin-bottom: 1.5rem;overflow: hidden;border-radius: 10px;transition: all linear 0.3s;}
.page-product-card-thumbnail {text-align: center;height:200px ;overflow: hidden;}
.page-product-card-thumbnail img{width: 100%;height: 100%;object-fit: cover;object-position: center;transition: all linear 0.3s;}
.product-card-details{padding: 20px;min-height: 175px;}
.product-card-details h4{font-size: 18px;font-weight: 700;line-height: 30px;}
.content .product-card-details p,p.woocommerce-result-count{font-size: 16px;font-weight: 400;color: #4E574E;}
.product-card-details h4 a{color: #000;text-decoration: none;}
.product-card-overlayer ul{display: flex;align-items: center;gap: 20px;margin-top: 25px;}
.product-card-overlayer ul li{list-style: none;margin-left: 0;}
.product-card-overlayer ul li a{color: #4E574E;text-decoration: none;font-size: 18px;}
.page-product-card-item:hover .page-product-card-thumbnail img{transform: scale(1.05);}

form.woocommerce-ordering{margin: 15px 0;}
form.woocommerce-ordering select{padding: 10px;border: 1px solid #4E574E;color: #4E574E;}
form.woocommerce-ordering input::placeholder{color: #4E574E;} 

/*===== After Add To Cart Message =====*/
.woocommerce-message{ display: block; background-color: #27ae60; color: #fff; padding: 10px; margin-bottom: 15px; }
.woocommerce-message a{ display: inline-block; padding: 5px 10px; color: #00539b; background: #fff; border-radius: 3px; text-decoration: none; }

/*===== Cart Page =====*/
.shop_table{ display: block; width: 100%; margin-bottom: 30px; }
.shop_table thead{ display: block; width: 100%; border: #00539b solid 1px; }
.shop_table thead th{ height: 50px; background: #00539b; border: #fff solid 1px; border-bottom: #00539b solid 1px; border-top: #00539b solid 1px; padding: 10px; color: #fff; }
.shop_table thead th:first-child{ border-left: #00539b solid 1px; }
.shop_table thead th:last-child{ border-right: #00539b solid 1px; }

.shop_table thead .product-remove{ width: 5%; }
.shop_table thead .product-thumbnail{ width: 5%; }
.shop_table thead .product-name{ width: 100%; }
.shop_table thead .product-price{ width: 20%; }
.shop_table thead .product-quantity{ width: 20%; }
.shop_table thead .product-subtotal{ width: 20%; }

.shop_table tbody td{ padding: 10px; border: #00539b solid 1px; }
.shop_table tbody .product-remove a{ font-size: 30px; color: red; text-align: center; }
.shop_table tbody .product-remove{ width: 5%; }
.shop_table tbody .product-thumbnail{ width: 5%; }
.shop_table tbody .product-thumbnail img{ width: 100px; height: auto; }
.shop_table tbody .product-name{ width: 20%; }
.shop_table tbody .product-price{ width: 10%; }
.shop_table tbody .product-quantity{ width: 10%; }
.shop_table tbody .product-subtotal{ width: 20%; }

.shop_table tbody .product-name a{ color: #00539b; font-size: 16px; }
.shop_table tbody .product-quantity .quantity label{ display: none; }
.shop_table tbody .product-quantity .quantity .input-text{ border: #00539b solid 1px; padding: 11px; color: #00539b; width: 161px; }

.shop_table .button{ float: right; border: none; border-radius: 3px; background: #2980b9; color: #fff; padding: 10px 30px; font-size: 18px; cursor: pointer; }
.shop_table .button:hover{ background: #3498db; }
.shop_table .actions{ padding: 20px; padding-top: 15px; }
.shop_table .coupon{ display: inline-block; }
.shop_table .coupon label{ display: block; }
.shop_table .coupon .input-text{ border: #00539b solid 1px; padding: 11px; color: #00539b; width: 161px; float: left; margin-right: 5px; }
.shop_table .coupon .button{ float: none; border: none; border-radius: 3px; background: #27ae60; color: #fff; padding: 10px 30px; font-size: 18px; }
.shop_table .coupon .button:hover{ background: #2ecc71; }

.cart-collaterals .shop_table tbody{  }
.cart-collaterals .shop_table{ display: block; width: 100%; margin-bottom: 30px; }
.cart-collaterals .shop_table tbody{ display: block; width: 100%; }
.cart-collaterals .shop_table tbody tr{ display: block; width: 100%; border: #00539b solid 1px; border-top: none; }
.cart-collaterals .shop_table tbody tr:first-child{ border-top: #00539b solid 1px; }
.cart-collaterals .shop_table tbody tr th{ padding: 10px; width: 200px; border-right: #00539b solid 1px; }
.cart-collaterals .shop_table tbody tr td{ padding: 10px; border: none; }
.woocommerce-shipping-calculator .shipping-calculator-button{ color: #00539b; font-size: 16px; }

.wc-proceed-to-checkout{ display: block; text-align: center; }
.wc-proceed-to-checkout a{ display: inline-block; padding: 10px 30px; border-radius: 3px; background: #27ae60; text-decoration: none; color: #fff; font-size: 18px; }
.wc-proceed-to-checkout a:hover{ background: #2ecc71; }
.wc-proceed-to-checkout .wcppec-checkout-buttons__separator,
.wc-proceed-to-checkout .wcppec-checkout-buttons__button{ display: none; }

/*===== Checkout Page =====*/
.woocommerce-form-coupon-toggle .woocommerce-info{ display: block; padding: 15px; background-color: #3D9CD2; color: #fff; }
.woocommerce-form-coupon-toggle .woocommerce-info a{ display: inline-block; padding: 10px; margin-left: 10px; border-radius: 3px; background-color: #00539b; color: #fff; text-decoration: none; }
.woocommerce-form-coupon-toggle .woocommerce-info a:hover{ background-color: #973a68; }
.checkout .form-row{ display: block; }
.checkout .select2-container--default .select2-selection--single{ padding: 5px; height: 40px; border: #ccc solid 1px; border-radius: 0; }
.checkout .select2-selection--single .select2-selection__rendered{ font-size: 14px; color: #00539b; font-weight: 400; }
.checkout .select2-selection__placeholder{ font-weight: 400; color: #666; font-size: 14px; }
.checkout label{ color: #666; font-size: 16px; font-weight: 400; margin-bottom: 0; }
.checkout label .optional{ font-size: 14px; }
.checkout input::placeholder{ font-size: 14px; font-weight: 400; color: #00539b; }
.checkout .input-text{ display: block; padding: 0 10px; width: 100%; border: #ccc solid 1px; font-size: 14px; font-weight: 400; color: #666; }
.checkout .woocommerce-checkout-review-order .shop_table thead{ background: #00539b; }
.checkout .woocommerce-shipping-fields .input-checkbox{ position: relative; top: -4px; left: -10px; width: 20px; height: 20px; float: left; }
.checkout .woocommerce-shipping-fields label{ display: block; }
.checkout .woocommerce-shipping-fields input{ display: block; width: 100%; }
.checkout .woocommerce-shipping-fields .woocommerce-form__label{ display: block; height: 40px; padding: 12px 15px 10px 40px; background: #333; color: #fff;  font-weight: 700; font-size: 16px; cursor: pointer; }
.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper label{ display: block; }
.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper label .optional{ color: #666; font-size: 14px; }
.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea{ display: block; padding: 0 10px; width: 100%; border: #ccc solid 1px; font-size: 14px; font-weight: 400; color: #666; }
.checkout .shop_table{ display: block; margin-bottom: 30px; }
.checkout .shop_table thead,
.checkout .shop_table tbody{ display: block; width: 100%; border: #00539b solid 1px; }
.checkout .shop_table thead th,
.checkout .shop_table tbody td{ border: none; }
.checkout .shop_table thead th:first-child{ border-right: #fff solid 1px; }
.checkout .shop_table tbody td:first-child{ border-right: #00539b solid 1px; }
.checkout .shop_table thead .product-name,
.checkout .shop_table tbody .product-name{ width: 545px; }
.checkout .shop_table tfoot{ display: block; width: 100%; }
.checkout .shop_table tfoot th:first-child{ border-top: none; }
.checkout .shop_table tfoot td:last-child{ border-top: none; }
.checkout .shop_table tfoot th{ width: 700px; padding: 10px; border: #00539b solid 1px; }
.checkout .shop_table tfoot td{ width: 700px; padding: 10px; border: #00539b solid 1px;   }
.checkout .button{ display: inline-block; padding: 10px 30px; border: none; border-radius: 3px; background: #27ae60; text-decoration: none; color: #fff; font-size: 18px; }
.checkout .button:hover{ background: #2ecc71; }
.checkout_coupon .input-text{ border-radius: 0; padding-left: 10px; }
.checkout_coupon .button{ display: inline-block; border: none; border-radius: 3px; background: #27ae60; color: #fff; padding: 10px 30px; font-size: 18px; }

/*Error*/
.woocommerce-error{ display: block; width: 100%; padding: 15px 30px; color: #fff; }
.woocommerce-error li{ color: #fff; list-style: none; margin: 15px 0; }
.woocommerce-info{padding: 5px 10px;margin: 15px;color: #fff;}
.col2-set{display: flex;gap: 30px;}
.col2-set .col-1{width: 50%;}
.col2-set .col-2{width: 50%;}
.xoo-wsc-basket{right: 0;bottom: 70px;}

.product-card{background: rgba(114, 34, 142, 0.4);box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;margin-bottom: 30px;border-radius: 7px;}
.products-img {height: auto;position: relative;}
.products-img img{width: 100%;height: auto;object-fit: contain;}
.products-content{padding: 25px;background: #fff;color: #000;border-radius: 0px 0px 7px 7px;}

.wc-block-cart-item__wrap a{font-size: 20px !important;line-height: 30px;text-decoration: none;color: #000;}
.wishlist-button  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{color: #fff;}

.products-content h4 a{font-size: 20px;color: #000;}
.add-to-cart{margin-top: 40px;}
.price-cart{margin-bottom: 50px;}
.add-to-cart a{padding: 12px 26px;border-radius: 50px;border: 1px solid #fff;font-size: 17px;font-weight: 400;text-decoration: none;color: #fff; background: #C226D7; transition: all linear 0.3s;}

.wc-block-cart__submit-container a{padding: 12px 26px;border-radius: 50px;border: 1px solid #fff;font-size: 17px;font-weight: 400;text-decoration: none;color: #fff; background: #C226D7; transition: all linear 0.3s;}

.tinvwl_add_to_wishlist_button {
    font-size: 0;               /* hide text */
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
span.tinvwl_add_to_wishlist-text{display: none;}

.tinvwl_add_to_wishlist_button::before {
    content: "\f004";           /* heart icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #000;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{margin: 0;}




/* /============ Leave a review in product*/


/* WooCommerce Reviews Section Styles */

/* Main Reviews Container */
#reviews.woocommerce-Reviews {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Reviews Title */
.woocommerce-Reviews-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #8b4789;
}

.woocommerce-Reviews-title span {
  color: #8b4789;
  font-style: italic;
}

/* Comments List */
.commentlist {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

/* Individual Review Item */
.commentlist li.review {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.commentlist li.review:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Comment Container */
.comment_container {
  display: flex;
  gap: 20px;
}

/* Avatar Styling */
.comment_container .avatar {
  border-radius: 50%;
  border: 3px solid #8b4789;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

/* Comment Text Section */
.comment-text {
  flex: 1;
}

/* Star Rating */
.star-rating {
  display: inline-block;
  font-size: 16px;
  color: #ffc107;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 350px;
  line-height: 20px;
}

.star-rating::before {
  content: "★★★★★";
  color: #e0e0e0;
  letter-spacing: 3px;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffc107;
}

.star-rating span::before {
  content: "★★★★★";
  letter-spacing: 3px;
}

/* Review Meta Information */
.meta {
  margin-bottom: 12px;
  font-size: 14px;
  color: #666;
}

.woocommerce-review__author {
  color: #2c3e50;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-review__dash {
  margin: 0 8px;
  color: #bbb;
}

.woocommerce-review__published-date {
  color: #999;
  font-size: 14px;
}

/* Review Description */
.description {
  line-height: 1.6;
  color: #555;
  font-size: 15px;
}

.description p {
  margin: 0;
}

/* Review Form Wrapper */
#review_form_wrapper {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 35px;
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}

#review_form {
  max-width: 800px;
}

/* Form Title */
.comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
  padding-bottom: 12px;
}

/* Rating Section */
.comment-form-rating {
  margin-bottom: 25px;
}

.comment-form-rating label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
}

.comment-form-rating .required {
  color: #e74c3c;
}

/* Stars for Rating */
.comment-form-rating .stars {
  margin: 0;
}

.comment-form-rating .stars span {
  display: inline-flex;
  gap: 5px;
}

.comment-form-rating .stars a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.comment-form-rating .stars a::before {
  content: "★";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  transition: color 0.3s ease;
}

.comment-form-rating .stars a:hover::before,
.comment-form-rating .stars a[aria-checked="true"]::before {
  color: #ffc107;
}

.comment-form-rating .stars a:hover ~ a::before {
  color: #ddd;
}

/* Comment Textarea */
.comment-form-comment {
  margin-bottom: 25px;
}

.comment-form-comment label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
}

.comment-form-comment .required {
  color: #e74c3c;
}

.comment-form-comment textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.6;
  resize: vertical;
  transition: border-color 0.3s ease;
  background: #ffffff;
}

.comment-form-comment textarea:focus {
  outline: none;
  border-color: #8b4789;
  box-shadow: 0 0 0 3px rgba(139, 71, 137, 0.1);
}

/* Submit Button */
.form-submit {
  margin: 0;
}

.form-submit input[type="submit"] {
  background: #8b4789;
  color: #ffffff;
  padding: 14px 40px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(139, 71, 137, 0.2);
}

.form-submit input[type="submit"]:hover {
  background: #6f3669;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 71, 137, 0.3);
}

.form-submit input[type="submit"]:active {
  transform: translateY(0);
}


/* Clear Fix */
.clear {
  clear: both;
}

/* Cancel Reply Link */
#cancel-comment-reply-link {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-decoration: none;
  margin-left: 10px;
}

#cancel-comment-reply-link:hover {
  color: #8b4789;
}



/* ===== related products ==== */
.products.related{background: #fff;}
.products.related{padding: 0;}

/* Meduim Device */
@media (max-width: 767px) {

    .woocommerce-archive-page ul.products.columns-4 .col-md-3.col-sm-6, .woocommerce-archive-page ul.products.columns-3 .col-md-4.col-sm-6, .woocommerce ul.products.columns-4 .col-md-3.col-sm-6{width: 90%;margin: 20px auto;}

    #reviews.woocommerce-Reviews {
    padding: 30px 15px;
  }
  
  .woocommerce-Reviews-title {
    font-size: 22px;
  }
  
  .comment_container {
    flex-direction: column;
    gap: 15px;
  }
  
  .comment_container .avatar {
    width: 50px;
    height: 50px;
  }
  
  #review_form_wrapper {
    padding: 25px 20px;
  }
  
  .comment-reply-title {
    font-size: 20px;
  }
  
  .form-submit input[type="submit"] {
    width: 100%;
  }


}

