/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2025 | 08:16:24 */
.woocommerce-product-gallery {
position: relative;
    max-width: 40%;
    width: 100%;
    float: left;
}
.xts-single-product>.row>.col-md-6 {
    margin-bottom: 40px;
    max-width: 60% !important;
}
.woocommerce-product-gallery {
    opacity: 1 !important;
    visibility: visible !important;
}
.woocommerce-product-gallery__image img {
    max-width: 100%;
    height: auto;
    display: block;
}
@media only screen and (max-width: 600px) {
	.woocommerce-product-gallery,
	.xts-single-product>.row>.col-md-6 {
		max-width: 100% !important;
	}
}