/* 
Theme Name:		 Storefront Child Theme
Theme URI:		 http://www.websitebundles.com/
Description:	 Theme by Site <a href=\"http://childthemegenerator.com/\">http://childthemegenerator.com/</a>
Author:			 WebsiteBundles
Author URI:		 http://childthemegenerator.com/
Template:		 storefront
Version:		 1.0.0
Text Domain:	 Storefront-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

.product-with-side-img {
    width: 100%;
}

.elementor-widget-andrea-product-img .product-item .product-inner .content, .elementor-widget-andrea-product-img .product-item .product-inner .image-wrap {
	background-color:transparent !important;
}

.single-product .wlpro-product-thumbnails .wp-post-image:hover {
	transform: scale(1.20);
	transition-duration: 0.5s;
	margin-top: 49px;
	margin-bottom: -16px;
	cursor: zoom-in;
}


.single-product .wlpro-product-thumbnails .wl-single-slider:hover {
	padding-bottom: 66px;
}

.single-product div.product .images:hover { 
	margin-bottom: 0;
}

@media screen and (min-width:1250px) {
	.single-product .slick-next { 
		right:-45px !important;
		color:#23252a !important;
		background-color:#ffffff !important;
		opacity: 1 !important;
		visibility: visible;
	}
	.single-product .slick-prev { 
		left:-45px !important;
		color:#23252a !important;
		background-color:#ffffff !important;
		opacity: 1 !important;
		visibility: visible;
	}
}