/*
Theme Name: Vindors Child
Template: vindors
Version: 1.0
*/

@import url("../vindors/style.css");

/* nasconde il pulsante confronta */
.yith-compare-button,
.compare.button,
.add-to-compare-button{
display:none !important;
}


/* disabilita click scheda prodotto 
.woocommerce ul.products li.product a{
pointer-events:none;
cursor:default;
}
*/
.custom-product-title{
font-size:18px;
font-weight:600;
text-align:center;
margin-top:10px;
margin-bottom:6px;
}

@media (max-width: 768px){

.wdt-tabs-horizontal .wdt-tabs-container{
display:none;
}

.wdt-tabs-horizontal select{
display:block;
width:100%;
background:#1e5ed8;
color:#fff;
padding:14px;
border-radius:4px;
}

}


.meanmenu-reveal {
    width: 30px;
    height: 22px;
    position: relative;
}

.meanmenu-reveal span {
    display: block;
    height: 3px;
    width: 100%;
    background: #000;
    margin: 5px 0;
}