@media only screen {    }
@media only screen and (max-width: 768px) {
.pp_woocommerce .pp_content_container .pp_close {
right: 0;
top: -22px;
}
#page .cmsmasters_single_product .yith_magnifier_zoom_magnifier,
#page .cmsmasters_single_product .yith_magnifier_mousetrap,
#page .cmsmasters_single_product .yith_magnifier_loading {
display: none !important;
}
.yith_magnifier_lens {
border: none !important;
}
}
@media only screen and (max-width: 600px) {
.cmsmasters_product_left_column .images.right.inside .yith_magnifier_zoom_magnifier {
margin: 0;
}
.cmsmasters_product_left_column .images.inside.default .yith_magnifier_zoom_magnifier,
.cmsmasters_product_left_column .images.right.default .yith_magnifier_zoom_magnifier {
max-width: 50% !important;
max-height: 50% !important;
margin: 0;
left: auto !important;
right: 0;
top: 0 !important;
}
}