/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2026 | 14:45:32 */
.single-product-page .product-info .single-product-sidebar {
	width: 100%;
}

.single_add_to_wishlist {
	display: flex;
    align-items: center;
    padding: 7px 12px !important;
}

.single_add_to_wishlist svg {
	color: #ffffff !important;
}

@media only screen and (max-width: 767px) {

.single-product-page form.cart {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

    .single-product-page .wishlist-btn-container.with-styles {
        width: 48%;
		margin-bottom: 0px !important;
    }
	
	.single-product-page a.single_add_to_wishlist {
        width: 100% !important;
    }
	
	.single-product-page button.single_add_to_cart_button {
		width: 48% !important;
		margin-bottom: 0 !important;
	}
	
	.wishlist-btn-container.with-styles div {
    margin-bottom: 0px !important;
}
	
	.single-product-page .quantity-box {
	float: unset !important;
    width: 48% !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: unset;
    transform: unset;
	}
	}