/*
Theme Name:   Makali Child
Description:  Write here a brief description about your child-theme
Author:       rpadmin
Author URL:   Write here the author's blog or website url
Template:     makali
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  makali-child
*/

/* Write here your own personal stylesheet */



/* iPhone X in portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
	.yith_magnifier_thumbnail {
		max-height: 60px !important;
	}
	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul li {
		padding: 2px 0!important;
	}
}


/* iPhone 6, 7, & 8 in portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	.yith_magnifier_thumbnail {
		max-height: 60px !important;
	}
	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul li {
		padding: 2px 0!important;
	}
}


/* iPhone 6, 7, & 8 Plus in portrait & landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
	.yith_magnifier_thumbnail {
		max-height: 60px !important;
	}
	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul li {
		padding: 2px 0!important;
	}
}

/* iPhone 5 & 5S in portrait & landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	.yith_magnifier_thumbnail {
		max-height: 60px !important;
	}
	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul li {
		padding: 2px 0!important;
	}
}