/* Product Image */
.single-product div.product .woocommerce-product-gallery img {
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
}

/* Product Summary Box */
.single-product div.product .summary {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Product Title */
.single-product .product_title {
    font-size: 30px !important;
    font-weight: 700;
    color: #222 !important;
    margin-bottom: 15px;
}

/* Price */
.single-product .price {
    font-size: 22px !important;
    font-weight: 700;
    color: #8b4513 !important;
    margin-bottom: 25px;
}

/* Quantity Box */
.single-product .quantity input {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

/* Add to Cart Button */
.single-product .single_add_to_cart_button {
    background: #8b4513 !important;
    color: #fff !important;
    border-radius: 12px !important;
    padding: 14px 30px !important;
    font-size: 16px !important;
    font-weight: 600;
    transition: 0.3s;
}

.single-product .single_add_to_cart_button:hover {
    background: #5c2d0c !important;
    transform: translateY(-2px);
}

/* Breadcrumb */
.woocommerce-breadcrumb {
    margin-bottom: 25px;
    font-size: 14px;
    color: #777;
}

/* Category */
.product_meta {
    margin-top: 20px;
    font-size: 15px;
}

/* Wishlist spacing */
.yith-wcwl-add-to-wishlist {
    margin-top: 20px;
}

/* Mobile Responsive */
@media(max-width:768px){



.single-product div.product .summary {
    padding: 25px;
}

.single-product .product_title {
    font-size: 28px;
}

.single-product .price {
    font-size: 26px !important;
}
		
		.related.products ul.products li.product {
    width: 100% !important;
}

}

/* Wishlist Design */
/* Wishlist Button Proper Styling */
a.yith-wcwl-add-to-wishlist-button {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    background: #f8f5f2;
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid #e5d8cf;
    color: #8b4513 !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #8b4513;
}

/* Wishlist Icon */
a.yith-wcwl-add-to-wishlist-button i,
a.yith-wcwl-add-to-wishlist-button svg {
    font-size: 18px;
}

/* Hover Effect */
a.yith-wcwl-add-to-wishlist-button:hover {
    background: #8b4513 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
/* Wishlist SVG icon hover white */
a.yith-wcwl-add-to-wishlist-button:hover svg,
a.yith-wcwl-add-to-wishlist-button:hover i {
    fill: #fff !important;
    color: #fff !important;
    stroke: #fff !important;
}

/* Category Design */
.product_meta {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 16px;
    color: #555;
}

.product_meta a {
    color: #8b4513 !important;
    font-weight: 600;
    text-decoration: none;
}

.product_meta a:hover {
    text-decoration: underline;
}

/* Hide unwanted labels */
.product_meta .sku_wrapper,
.product_meta .posted_in {
    display: block;
    margin-bottom: 10px;
}

/* Related Products Section */
.related.products {
    margin-top: 70px;
}

.related.products h2 {
    font-size: 25px !important;
}

/* Product Card */
.related.products ul.products li.product {
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
}

/* Hover */
.related.products ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

/* Product Image */
.related.products ul.products li.product img {
    border-radius: 15px;
    margin-bottom: 15px;
}

/* Product Title */
.related.products ul.products li.product h2,
.related.products ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px !important;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

/* Price */
.related.products ul.products li.product .price {
    color: #8b4513 !important;
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Add to cart button */
.related.products ul.products li.product .button {
    background: #8b4513 !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    transition: 0.3s;
    border: none;
}

.related.products ul.products li.product .button:hover {
    background: #5e2f10 !important;
    transform: translateY(-2px);
}

/* Star Rating */
.related.products .star-rating {
    margin: 10px auto;
    color: #f5b301;
}
.woocommerce #page-wrapper .upsells.products ul.products li.product, .woocommerce #page-wrapper .related.products ul.products li.product {
    max-width: 200px;
    margin: 0 2% 30px 0;
}

/* Wishlist Page Main */
.wishlist-title h2,
h1.page-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #222;
}

/* Wishlist Table */
table.shop_table.wishlist_table {
    border: none !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: #fff;
}

/* Table Header */
table.shop_table.wishlist_table thead {
    background: #8b4513;
}

table.shop_table.wishlist_table thead th { 
    font-size: 17px !important;
    padding: 20px !important;
    border: none !important;
}

/* Table Row */
table.shop_table.wishlist_table tbody tr {
    transition: 0.3s;
}

table.shop_table.wishlist_table tbody tr:hover {
    background: #faf7f4;
}

/* Table Cells */
table.shop_table.wishlist_table td {
    padding: 22px !important;
    vertical-align: middle;
    border-color: #f1f1f1 !important;
}

/* Product Image */
table.shop_table.wishlist_table img {
    width: 90px;
    border-radius: 12px;
}

/* Product Name */
table.shop_table.wishlist_table .product-name a {
    font-size: 20px;
    font-weight: 600;
    color: #222 !important;
    text-decoration: none;
}

/* Price */
table.shop_table.wishlist_table .product-price {
    font-size: 20px;
    font-weight: 700;
    color: #8b4513;
}

/* Stock Status */
table.shop_table.wishlist_table .wishlist-in-stock {
    color: green !important;
    font-weight: 600;
		font-size: 20px;
}

/* Add to cart button */
table.shop_table.wishlist_table .add_to_cart_button,
table.shop_table.wishlist_table .product-add-to-cart a {
    background: #8b4513 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 600;
    transition: 0.3s;
    border: none !important;
}

table.shop_table.wishlist_table .add_to_cart_button:hover,
table.shop_table.wishlist_table .product-add-to-cart a:hover {
    background: #5c2d0c !important;
    transform: translateY(-2px);
}

/* Remove icon */
table.shop_table.wishlist_table .product-remove a {
    color: red !important;
    font-size: 28px;
}

/* Social Share */
.yith-wcwl-share h4 {
    font-size: 28px;
    margin-bottom: 20px;
}

.yith-wcwl-share ul li a {
    border-radius: 12px !important;
    transition: 0.3s;
}

.yith-wcwl-share ul li a:hover {
    transform: translateY(-3px);
}

/* Mobile Responsive */
@media(max-width:768px) {

table.shop_table.wishlist_table td,
table.shop_table.wishlist_table th {
    padding: 12px !important;
}

table.shop_table.wishlist_table .product-name a {
    font-size: 16px;
}

table.shop_table.wishlist_table .product-price {
    font-size: 18px;
}

}


/* SHOP PAGE PRODUCT GRID */


.pum-theme-lightbox .pum-container {
	padding: 0 !important;
	border-radius: 10px !important;
}
.popmake-content img {vertical-align: bottom; margin-bottom: 0 !important;}

.qlwapp__container.qlwapp__container--bottom-right {
	bottom: 70px !important;
}