/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/** Singolo prodotto **/
.single-product .yith-ywraq-add-to-quote:not(:first-of-type) {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450!important;
    box-shadow: 0px 5px 12px 1px #00711554!important;
}
/** Nascondiamo indicazione pezzi **/
#txtpezzi {
    display: none;
}
/** Nascondiamo totali dalla pagina request a quote carrello **/
.yith-request-a-quote-page th.product-subtotal, .yith-request-a-quote-page td.product-subtotal  {
    display: none;
}
.yith-ywraq-mail-form-wrapper .form-row {
    margin-bottom: 0 !important;
}
/** Altezza minima slider homepage **/
.box-slider-home {
	min-height: 280px;
}
.slider-wrapper.slider-homepage {
    width: 100% !important;
}

.slider-wrapper.slider-homepage .flickity-viewport {
	height: 480px !important;
}

/* Fix slider homepage */


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}

/* Fix stringa di testo in pagina archivio */
.archive p.woocommerce-result-count.hide-for-medium {
    display: none !important;
}

/* Nascondi cookie banner pirvacylab
    display: none !important;
}*/