body{
    /*font-family: 'Roboto Condensed', sans-serif;*/
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
    font-size: 13px;
}

a{
    text-decoration: none!important;
}

section{
    width: 100%;
    float: left;
}

section .product{
    width: 100%;
}

.container{
    max-width: calc(100% - 200px)!important;
    margin-left: 100px;
    margin-right: 100px;
}

.container-fluid{
    padding: 0;
}

.container-footer{
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

.header{
    /*position: fixed;
    width: 100%;
    height: 135px;*/
    background-color: #FFF;
    width: 100%;
    float: left;
    /*top: 0;
    left: 0;
    z-index: 1005;*/
    position: relative;
    z-index: 1005;
}

.admin-bar .header{
    top: 32px;
}

.logo-container{
    margin-top: 25px;
    margin-bottom: 25px;
}

.logo-header{
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.first-div{
    margin-top: 300px;
}


.footer-data{
    padding-top: 50px;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 50px!important;
    background-color: #FFF;
    margin-bottom: 50px!important;
    border-top: solid thin #FF0000;
}


/* language selector */

.wpml-ls-legacy-list-horizontal{
    clear: none!important;
    padding: inherit!important;
    border: none!important;
    float: right;
    text-align: right;
}

.wpml-ls-legacy-list-horizontal a{
    padding: 0 10px!important;
}


@media screen and (max-width: 780px) {
   .container{
        max-width: calc(100% - 50px)!important;
        margin-left: 25px;
        margin-right: 25px;
    }
}




/* prodotto */

h2.titolo-prodotto, h1.titolo-prodotto{
    font-size: 50px;
}

h3.prezzo-prodotto, div.prezzo-prodotto{
    font-size: 40px;
}

.descrizione{
    font-size: 14px;
    line-height: 15px;
    margin-top: 30px;
    margin-bottom: 60px;
}

#accordion{
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid thin #999;
}

#accordion.no-border{
    border: none!important;
    padding: 0;
}

.accordion-bottone{
    padding: 5px 0 0 0;

    color: 000!important;
    outline: none!important;
    background-color: transparent!important;
    border: none!important;
    width: 100%;
    text-align: left;
}

.collapse div{
}

.input{
    width: 100%;
}




/* account */

.ordini th, .ordini td{
    padding: 5px;
    vertical-align:middle;
}

.account .accordion-bottone{
    text-align: left;
}

.account .blocco{
    margin-bottom: 15px;
}



.account .accordion-bottone h3{
    color: #FF0000;
    font-size: 30px;
    text-transform: uppercase;
    transition: color .2s ease-out;
}

.account .blocco:hover h3{
    color: #FF0000;
}

.account .accordion-bottone small, .account .logout small{
    display: block;
    clear: both;
}

.account-btn, .logout{
    padding: 5px;
    background-color: transparent;
    border: none;
    color:#000;
    text-transform: uppercase;
}

.selezionato{
    color: #FF0000;
}

.logout{
    color:#000;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    float: left;
}

.account .collapsed h3{
    color: #000;
}

/* menu top */



.the-shop-menu{
    background-color: #000;
    color: #FFF;
    height: 30px;
    /*line-height: 30px;*/
    z-index: 22;
}

.the-shop-new-menu{
    background-color: #FFF;
    color: #000;
    float: left;
    width: 100%;
}

.the-shop-menu ul{
    text-align: justify;
}

.the-shop-menu ul::before{
    content: '';
    display: block;
}

.the-shop-menu ul::after{
    content: '';
    display: inline-block;
    width: 100%;
}

.the-shop-menu .menu{
    float: left;
    width: auto;
    text-align: left;
}

.the-shop-menu{
    font-size: 12px;
}

.the-shop-menu li a{
    color: #FFF;
    text-decoration: none;
}

a.red{
    color: #FF0000!important;
}


/* sub menu */

.the-shop-submenu{
    background-color: #FF0000;
    color: #FFF;
    height: 20px;
    /*line-height: 30px;*/
    z-index: 22;
}

.the-shop-submenu ul{
    text-align: justify;
}

.the-shop-submenu ul::before{
    content: '';
    display: block;
}

.the-shop-submenu ul::after{
    content: '';
    display: inline-block;
    width: 100%;
}

.the-shop-submenu .menu{
    float: left;
    width: auto;
    text-align: left;
}

.the-shop-submenu{
    font-size: 12px;
}

.the-shop-submenu li a{
    color: #FFF;
    text-decoration: none;
}


/* menu header */

.menu-header li{
    font-family:"HelveticaLTStd-LightCondObl";
}


a.saldi, a.sale{
    color: #FF0000!important;
    font-family: "HelveticaLTStd-BoldCondObl"
}

.menu-header ul, .the-shop-menu ul, .the-shop-submenu ul{
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.menu-header li, .the-shop-menu li, .the-shop-submenu li{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.the-shop-menu li:first-child, .the-shop-submenu li:first-child{
    margin-left: 40px;
}

.the-shop-menu li:last-child, .the-shop-submenu li:last-child{
    margin-right: 40px;
}

.menu-header ul li{
    text-transform: uppercase;

    margin-left: 10px;
    margin-right: 10px;
}

.menu-header ul li ul{
    display: none;
    position: fixed;
    top: 130px;
    background-color: #333;

    /* top: 15px; */
    left: 0;

    width:100%;
    text-align: center;
}

.menu-header ul li:hover > ul{
    display: block;
}


.menu-header ul li ul li ul{
    display: none;
    position: fixed;
    top: 160px;
    background-color: #666;

    /* top: 15px; */
    left: 0;

    width:100%;
    text-align: center;
}

.menu-header ul li a{
    padding-bottom: 10px;
    transition: color .2s ease-out;
}

.menu-header ul li:hover a{
    color: #FF0000;
}

.menu-header ul li ul li{
    display: inline-block;
    text-transform: uppercase;
    size:30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.menu-header ul li ul li a{
    color: #FFF!important;
}

.menu-header ul li ul li a:hover{
    color: #FF0000!important;
}

.menu-header{
    padding-bottom: 15px;
}

.menu-header > div{
    margin-left: auto;
    margin-right: auto;
}

.menu-header li{
    position: relative;
}

.menu-header li a{
    color: #000;
    position: relative;
    text-decoration: none;
}

/*.menu-header li a::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #000;
}
.menu-header li.current-menu-item a::after{
    width: 100%;
}

.menu-header li a:hover::after{
    width: 100%;
}
*/

/* carrello veloce */

.carrello-veloce-btn:hover .carrello-veloce{
    right: 0;
}

.carrello-veloce{
    width: 300px;
    height: 100vh;
    position: absolute;
    top: 50%;
    right: -300px;
    background-color: rgba(255,255,255,.4);

    transition: right .2s ease-out;
    line-height:initial;
    color: #000;
}

.carrello-veloce .scroller ul li:first-child{
    border-top: none!important;
}

.carrello-veloce .scroller ul li{
    border-top: solid thin #f2f2f2;
    padding-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

.dettagli-carrello{
    height: 150px;
    width: 100%;
    padding: 25px 20px 25px 20px;
}

.scroller{
    height: calc(100vh - 180px);
    width: 100%;
    overflow-y:scroll;
}

.carrello-veloce .subtotale h3.prezzo{
    font-size: 40px;
    margin-bottom: 5px;
}

.carrello-veloce h3.prezzo{
}

.carrello-veloce .row:first-child{
    margin-bottom: 50px;
}

.checkout{
    color: #FF0000;
    font-size: 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .2s ease-out;
}

.checkout:hover{
    color: #000000;
}

a.red{
    color: #FF0000;
    transition: color .2s ease-out;
}

a.red:hover{
     color: #000000;
}


.red{
    color: #FF0000;
}

.red.collapsed{
    color: #000!important;;
}

.green{
    color: #0e7200;
}
/* acquista */

.acquista-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

    transition: top .3s ease-in-out;
    font-size: 30px;
    z-index: 9999;

    background-color: #FFF;
    padding: 25px;
    border-bottom: solid 3px #FF0000;
}

.acquista-footer h6{
    font-size: 10px;
}

.acquista-footer b{
}

/* checkout */

.nome-negozio{
    background-color: #000;
    color: #FFF;
    /*padding: 7px 5px 5px 5px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

h2.sotto-titolo{
    font-size: 20px;
}

small{
    font-size: 10px;
}

.textarea-corriere{
    padding: 0;
    border: none;
    background-color: #FFF!important;
    border-radius: 0;
    padding: 10px;
    outline: none!important;
    width: 100%;
    height: 140px;
}

.form-registrazione input, .form-custom input{
    width: 100%;
    padding: 0 10px;
    border: none;
    background-color: #FFF!important;
    border-radius: 0;
    height: 40px;
    outline: none!important;
}

.form-registrazione label, .account-form label{
    text-transform: uppercase;
    font-size: 10px;
    font-family:"HelveticaLTStd-LightCond";
    margin-bottom: 5px;
}

.form-group{
    margin-bottom: 15px;
}

.checkbox{
    width: 15px!important;
    height: 15px!important;
    padding: 0!important;
}
/* filtri */

.filtri-footer{
    position: fixed;
    /*top: calc(100vh - 50px);*/
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    z-index: 9999;

    /*overflow: scroll;
    -webkit-overflow-scrolling: touch;*/

    transition: top .3s ease-in-out;
}

.apri-chiudi-filtri{
    height: 50px;
    line-height: 55px;
    color: #FFF;
    font-size: 25px;
    cursor: pointer;
    transition: color .3s ease-in-out;
}

.apri-chiudi-filtri:hover{
    color: #FF0000;
}

/* prodotto */

.prodotti{
    margin-bottom: 25px;

    /*padding-top: 25px;
    padding-bottom: 25px;*/
    text-align: right;
}

.row-sameheight{
    display: flex;
    flex-wrap: warp;
}

.row-sameheight>div {
    /*height: 100%;*/
}



.prodotti .bg{
    background-color: #FFF;
    padding: 25px 15px;
    width: 100%;
}

.prodotti .bg-red{
    background-color: #FF0000;
    color: #FFF;
    padding: 25px 15px;
}

.acquista{
    color: #FF0000;
    font-size: 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .2s ease-out;
}

.prodotti .acquista{
    position: absolute;
    bottom: 15px;
    right: 30px;
}

.acquista:hover{
    color: #000;
}

.tipologia{
    font-size: 10px;
}

.tipologia ul{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.tipologia li{
    display: inline-block;
    margin-right: 5px;
}

h2.titolo{
    font-size: 15px;
    text-transform: uppercase;
}

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

/* carrello */


.prodotti-carrello h3{
    display: inline-block;
}
.quantita-carrello{
    display: inline-block;
    width: 50px;
    border: none;
    text-align: right;
}

.codice-promo{
    font-size: 15px;
}

.input-codice-promo{
    border: none!important;
    font-size: 25px;
}

.seleziona-store{
    background-color: #FF0000;
    padding: 15px;
}

.seleziona-store label{
    color: #FFF;
}

/* spacer */

.mt-5{
    margin-top: 5px!important;
}

.mb-5{
    margin-bottom: 5px!important;
}

.mt-10{
    margin-top: 10px;
}

.mb-10{
    margin-bottom: 10px;
}

.mt-15{
    margin-top: 15px;
}

.mb-15{
    margin-bottom: 15px;
}

.mb-25{
    margin-bottom: 25px!important;
}

.mt-25{
    margin-top: 25px;
}

.mb-30{
    margin-bottom: 30px!important;
}

.mt-30{
    margin-top: 30px;
}


.pb-15{
    padding-bottom: 15px!important;
}

.pt-15{
    padding-top: 15px;
}

.mt-50{
    margin-top: 50px;
}


.mb-50{
    margin-bottom: 50px;
}

.mb-100{
    margin-bottom: 100px;
}

.mt-100{
    margin-top: 100px;
}

.mt-180{
    margin-top: 180px;
}

.mt-250{
    margin-top: 250px;
}
.mb-250{
    margin-bottom: 250px;
}

@media (max-width: 992px) {
    .mt-mob-25{
        margin-top: 25px;
    }
}

/* titolo pagina */
.titolo-pagina h1{
    font-size: 35px;
    text-transform: uppercase;
}


#galleria-immagini-prodotto{
    margin-bottom: 50px;
}

#galleria-immagini-prodotto img{
    height: 50vh;
    width: auto;
}

.slick-arrow{
    position: absolute;
    bottom: 10px;
    z-index: 1;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #666;
    font-size: 25px;
    padding-top: 5px;
    outline: none!important;
    transition: color .2s ease-out;
}

.slick-arrow:hover{
    color: #000;
}

.slick-prev{
    left: 10px!important;
}

.slick-next{
    right: 10px!important;
}

/* barra localizzazione */

/*.barra-localizzazione{
    width: 100%;
    height: 40px; 
    background-color: #FF0000;
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 30px;
}*/

.barra-localizzazione input{
    padding: 0;
    border: none;
    background-color: #FFF!important;
    border-radius: 0;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
    outline: none!important;
    width: 40px
}

.barra-localizzazione button{
    background-color: transparent!important;
    border: none!important;
    font-size: 30px;
    color: #FFF;
    padding: 0;
    text-transform: uppercase;
    margin-top: 25px;
    float: right;
}

.barra-localizzazione input{
    width: 100%;
    flex: 1 1 0%;
}

.localizzazione:hover .barra-localizzazione{
    display: block;
}

/* login */

.barra-login{
    width: 100%;
    background-color: #FF0000;
    position: absolute;
    top: 30px;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 2;
    display: none;
}

.barra-login input, .account-form input{
    width: 100%;
    padding: 0 10px;
    border: none;
    background-color: #FFF!important;
    border-radius: 0;
    height: 40px;
    outline: none!important;
}


.barra-login button, .account-form button, .account-form .esci{
    background-color: transparent!important;
    border: none!important;
    font-size: 30px;
    color: #FFF;
    padding: 0;
    text-transform: uppercase;
}

.account-form .esci{
    color: #333333;
}

.account-form button{
    color: #FF0000;
    transition: color .2s ease-out;
}

.barra-login h4, .barra-localizzazione h4{

    margin-bottom: 15px;
}

.login:hover .barra-login{
    display: block;
}


h2.nome-negozio-int{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
