/*
Theme Name: Patrai
Theme URI: http://patrai.wpengine.com/
Author: the DesignThemes team
Author URI: https://wedesignthemes.com/
Description: Patrai multi-purpose theme for Websites.
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: patrai

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#yith-quick-view-content div.images,
#yith-quick-view-content div.summary {
    width: 50%;
}

#yith-quick-view-modal .yith-wcqv-wrapper { height: auto !important; }
#yith-quick-view-content div.summary { padding: 30px; }

.woocommerce div.product h1.product_title {
    font-size: clamp(1.5rem, 1.2115rem + 1.2821vw, 2.75rem);
}

@media screen and (max-width:767px) {

    #yith-quick-view-content div.images,
    #yith-quick-view-content div.summary {
        width: 100%;
    }

    #yith-quick-view-content .woocommerce-product-gallery figure {
        width: 300px !important;
    }

}