/*
Theme Name: Hello Commerce Child
Theme URI: www.bargiolina.it
Description: Tema child di Hello Commerce
Author: Giulia Sapino - Bosio.Associati
Author URI: www.bosioassociati.it
Template: hello-commerce
Version: 1.0.0
Text Domain: hello-commerce-child
*/

/* Inserisci qui il tuo CSS personalizzato */


/* CODICE MODIFICA BANNER WU-BOOK */

.kw_theme_dark .kw_cmessages_item {
    color: #fff !important;
}

.kw_mini .kw_cmessages_item {
    font-size: 11px !important;
    line-height: 17px !important;
}

.kw_container {
    font-family: 'Lato', sans-serif !important;
}

.kw_theme_dark.kw_container {
    background-color: rgba(81, 107, 44, 0.8) !important;
}


.kw_theme_dark .kw_book_button {
    background-color: rgb(102, 136, 56) !important;
    border-radius: 0 !important;
}

.kw_theme_dark .kw_contact,
.kw_theme_dark .kw_form_dates__checkin,
.kw_theme_dark .kw_form_dates__chekcout,
.kw_theme_dark .kw_form_occ {
    background: #fff !important;
}

.kw_theme_dark .kw_book {
    background: none !important;
}

.kw_form_dates__checkin,
.kw_form_occ,
.kw_form_dates__checkin {
    border-radius: 0 !important;
}

.kw_theme_dark .kw_book_button .kw_block__head {
    font-size: 13px !important;
}

.kw_gform_room_title {
    font-size: 20px !important;
    color: #668838 !important;
    margin-top: 1rem !important;
}

.kw_margin-xsmall-top {
    margin: 15px 0;
}

.kw_button,
a.kw_button,
button.kw_button {
    background-color: #678838cf !important;
    color: #fff !important;
    border-color: #668838 !important;
}


@media (max-width: 991.98px) {
    .kw_wrapper {
        display: none;
    }
}

.woocommerce div.product div.images {
    margin-bottom: 0 !important;
}

.woocommerce .woocommerce-product-gallery {
    border: none !important;
}

.woocommerce-product-details__short-description ul {
    padding-left: 1rem !important;
}

.woocommerce-product-details__short-description ul li {
    padding: 0.4rem 0 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Disattiva il click sull'immagine prodotto singolo */
.single-product div.product .woocommerce-product-gallery__image a {
    pointer-events: none !important;
    cursor: default !important;
}

.woocommerce .elementor-411 .elementor-element.elementor-element-45732db5 .flex-control-thumbs li {
    padding-bottom: 0 !important;
}