/**
 * @package 	WordPress
 * @subpackage 	Devicer
 * @version 	1.0.0
 * 
 * Yith WooCommerce Zoom Magnifier RTL Rules
 * Created by CMSMasters
 * 
 */


/*-------------------------------------------------------------------------*/
/*	1. Single Product */
/*-------------------------------------------------------------------------*/
/***************** Single Product Thumbnail Slider ******************/
 body {
	unicode-bidi: embed;
	direction: rtl;
}

.cmsmasters_product_left_column .images.right .yith_magnifier_zoom_magnifier {
	margin-left: 0;
	margin-right: 60px;
}


/***************** Single Product Thumbnail Slider Button ******************/
.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev {
	left: auto;
	right: 5px;
}

.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
	left: 5px;
	right: auto;
}



/*-------------------------------------------------------------------------*/
/*	2.	Small Tablet Monitor
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.pp_woocommerce .pp_content_container .pp_close {
		right: auto;
		left: 0;
	}
}



/*-------------------------------------------------------------------------*/
/*	3.	Tablet Monitor 600
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
	.cmsmasters_product_left_column .images.inside.default .yith_magnifier_zoom_magnifier,
	.cmsmasters_product_left_column .images.right.default .yith_magnifier_zoom_magnifier {
		left: 0;
		right: auto;
	}
}