/*
Theme Name: Curly - Child
Theme URI: https://curly.qodeinteractive.com/
Description: A Stylish Theme for Hairdressers and Hair Salons
Author: Mikado Themes
Author URI: https://qodeinteractive.com/
Text Domain: curly
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.9.2
License: GNU General Public License
License URI: licence/GPL.txt
Template: curly
*/

/* https://www.cdnfonts.com/carrinady.font */
@import url('https://fonts.cdnfonts.com/css/carrinady');

/* Fix aside logo */
.mkdf-side-menu .widget_media_image {
    margin-top: 30px !important;
    text-align: center;
}

/* Fix home image */
/* Media Query for Laptops and Desktops */
@media (min-width: 1024px) {
    .home .mkdf-parallax-row-holder {
        background-position: 50% 25% !important;
        background-size: 100%;
    }
}

/* Nascondo descrizione servizi */
.hidden-description .mkdf-bsl-holder .mkdf-bsl-item-bottom-holder {
    display: none;
}

/* Nascondo prezzo servizi */
.hidden-price .mkdf-bsl-holder .mkdf-bsl-item-price-holder {
    display: none;
}

/* Fix Woocommerce immagini lista prodotti */
ul.products > .product .mkdf-pl-inner {
    text-align: center !important;
}
ul.products > .product .mkdf-pl-inner .mkdf-pl-image {
    width: auto !important;
    height: 350px !important;
}
ul.products > .product .mkdf-pl-inner .mkdf-pl-image img {
    height: 100%;
    width: auto !important;
}

/* Fix Woocommerce immagini scheda prodotto */
.mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    text-align: center !important;
}
.mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    width: auto !important;
}
.mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) img {
    width: auto !important;
    max-height: 190px !important;
}
.mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:first-child img {
    width: 100% !important;
    height: auto !important;
}

/* Fix Messaggio TopBar */
.mkdf-top-bar {
    font-size: 14px;
    line-height: 1.1;
    height: auto;
}
@media only screen and (max-width: 1024px) {
    .mkdf-top-bar {
        display: inline-block;
    }
}

/* Fix dimensione titolo */
.mkdf-title-holder .mkdf-title-wrapper .mkdf-page-title {
    font-size: clamp(1.5rem, 4vw, 3.75rem);
}
