@import url('../font/HelveticaLTStd-BoldCond-export/HelveticaLTStd-BoldCond.css');
@import url('../font/HelveticaLTStd-BoldCondObl-export/HelveticaLTStd-BoldCondObl.css');
@import url('../font/HelveticaLTStd-LightCond-export/HelveticaLTStd-LightCond.css');
@import url('../font/HelveticaLTStd-LightCondObl-export/HelveticaLTStd-LightCondObl.css');

@import "css-reset.css";
@import "theme.css";
@import "custom-select.css";
@import "slick.css";

@import "new-css.css";
@import "mobile.css";

@import "megamenu.css";



.nav-pills .nav-link{
    background-color: #f2f2f2;
    border:none;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    padding: 0;
    cursor: pointer;
}
.nav-pills .nav-link.active{
    background-color: #FF0000;
}

#cerca-submit{
    border: solid thin #666;
    background-color: #FFF;
    border-radius: 10px;
    height: 50px;
    overflow: hidden;
}

#dialog-campo-cerca{
    height: 50px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0 25px 0 25px;
}

#dialog-bt-campo-cerca{
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #000;
    padding: 0;
    width: 50px;
    line-height: 54px;
}

.cat_link_search{
    padding: 10px;
    background-color: #000;
    color: #FFF;
    border-radius: 5px;
}

#cerca-totale{
    height: 30px;
    width: 100%;
    border: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0 15px 0 15px;
    display: block;
    border-radius: 10px;
    line-height:33px;
    background-color: #000;;
    color: #FFF;
}

#close-btn-dialog_cerca{
    position: absolute;
    top:55px;
    right: 25px;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 50%;
    background-image: url('../images/xmark-solid.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    z-index: 2222;
    cursor: pointer;
    display: block;
}

#close-btn-dialog_cerca:hover{
    transform: rotate(10deg);
}

#cerca-submit input[type = 'search']::-webkit-search-cancel-button{
    content: "";
	background-color: transparent;
	outline: 0;
	-webkit-appearance: none;	
	height: 14px;
	width: 14px;

    border-radius: 50%;

    background-image: url('../images/xmark-solid.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
}

.search-btn-bar{
    background-image:none!important;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.search-btn-bar .nav-search-icon{
    background: transparent;
    padding: 0;
    color: #000;
    border: none;
    outline: none;
    padding: 7px 0 7px 7px;
}

.mega-menu-ts li.search-btn-bar{
    background-color: transparent;
}

.mega-menu-ts li.search-btn-bar input{
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 3px 0 0 0;
    background-color: transparent;

    padding: 1em 0;
}

.mega-menu-ts li.search-btn-bar > div{
    padding: 0 1em;
}

/*
.black-mask{
    background-color: #000;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    opacity: .6
}

.prodotti-localizzati{
    margin-bottom: 100px;
}

.prodotti-localizzati img{
    width: 100%;
    height: auto;
}

.prodotti-localizzati .img{
    position: relative;
}

.prodotti-localizzati .img:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    mix-blend-mode: multiply;
}

.name-shop{
    width: 100%;
    margin-bottom: 10px;
    float: left;
    clear: both;
    
    text-transform: uppercase;
    font-weight: bold;
}

.name-shop:nth-child(1){
    margin-top: 0;
}

.size-general, .filter-size{
    padding: 10px;
    border: solid thin #000;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    color: #000!important;
    font-weight: bold;
    transition: all .2s ease-out;
}

.size-general:hover, .filter-size:hover{
    border: solid thin #FF0000;
    background-color: #FF0000;
    color: #FFF!important;
}


.acquista-vicino{
    width: 100%;
    padding: 15px;
    background-color: #000;
    color: #FFF;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .2s ease-out;
}

.acquista-vicino:hover{
    background-color: #FF0000;
}

.acquista-rapido{
    background-color: #FFF;
    border: solid thin #000;
    padding: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999998;
    display: none;
    width: 600px;
    
    transition: top .5s ease-out;
}


.close{
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: #000;
    width: 20px;
    height: 20px; 
    z-index: 1;
}

.scrollable-div{
    overflow: scroll;
    height: 100%;
    width: calc(100% - 30px);
    position: absolute;
}

.div-order{
    display: flex;
    flex-direction: column;
}

.container-shop{
    float: left;
    clear: both;
    margin-bottom: 15px;
}

.container-shop:last-child{
    margin-bottom: 0;
}

.light{
    font-weight: lighter;
}

.spacer{
    width: 100%;
    clear: both;
    height: 15px;
}


h2.titolo{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}

h3.prezzo{
    font-size: 19px;
    font-weight: lighter;
    margin-bottom: 20px;
}

h3.filter{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.acquista-rapido h2.titolo{
    margin-top: 0;
}

h3.prezzo:after{
    content: " €";
} */