/*
Theme Name: Druco Child
Theme URI: https://demo.theme-sky.com/druco/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: druco
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: druco-child
*/
.single-product.woocommerce div.product .summary .product_title{
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.75px;
}

.header-top.hidden-phone .header-store-notice {
    display: none;
}

@media only screen and (max-width: 600px) {
 
.heading-black header.shortcode-heading-wrapper {
    margin-bottom: 20px !important;
}
.heading-black .woocommerce .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related) {
    justify-content: center;
}
}

.woocommerce .product .thumbnail-wrapper img {
    height: 200px;
    object-fit: cover;
    width: auto;
}
