body{font-family: Andale Mono,AndaleMono,monospace; font-size: 12px; text-transform: uppercase;}

.header{border-bottom: solid thin #999;}
.logo-vicmatie{height: 30px; width: auto;}

a{text-decoration: none!important; color: #000!important;}
a:hover{color:#999!important; text-decoration:underline!important;}

h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
    font-size: 15px;
}


.menu-vicmatie ul, .sottomenu-vicmatie ul{margin: 0; padding: 0; float: right;}
.menu-vicmatie li, .sottomenu-vicmatie li{ display: inline-block; list-style: none;}
 .menu-vicmatie li.primary-menu{height:60px; line-height:60px}

.sub-header{border-bottom: solid thin #999; line-height:50px;}

.messaggio-scorrevole{border-bottom: solid thin #999; border-top: solid thin #999;}
marquee{height: 25px; line-height: 24px; overflow: hidden; margin: 0; padding: 0; display: block;}

.riga-top{border-top: solid thin #999;}
.riga-top-doppia{border-top: solid 4px #000;}
.riga-bottom{border-bottom: solid thin #999;}
.riga-bottom-doppia{border-bottom: solid 4px #000;}
.riga-left{border-left: solid thin #999;}
.riga-right{border-right: solid thin #999;}

.p-15{padding-top: 15px; padding-bottom: 15px;}
.p-25{padding-top: 25px; padding-bottom: 25px;}
.p-50{padding-top: 50px; padding-bottom: 50px;}

.mb-50{margin-bottom:50px;}
.mt-50{margin-top:50px;}

#videoContainer .img-fluid{
     max-width:inherit;
     width:100%;
}

.p-cart{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);    
}

.pt-50{padding-top: 50px;}

.p-15-tot{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-top:15px;
    padding-bottom:15px;
}

.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}

.size-16{font-size: 16px;}
.testo-verticale{writing-mode: tb-rl; transform: rotate(-180deg);}


.testo-destra-video, .testo-sinistra-video{
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 900;
    text-align: center;
}

.testo-destra-video{
    right: 15px;
}

.testo-sinistra-video{
    left: 15px;
}


.container-stories-vm{
    width: calc((9 * 100vh)/16);
    height: 100vh;
    float: left;
    background-color: #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    border-right:solid thin #000;
}

.header-stories{
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:60px;
     background-color:#000;
     color:#FFF;
}

.close-stories{
     position:absolute;
     top:15px;
     right:3px;
     width:25px;
     height:45px;
     background-image:url("https://vicmatie.com/themes/theshhhop/assets/img/close-white.svg");
     background-repeat:no-repeat;
     z-index:9999;
}

.no-space{
    margin:0!important;
    padding:0!important;
}

.container-vm{
    max-width: inherit;
    float: right;
}

.container-vm.open{
    width: calc(100% - ((9 * 100vh)/16));
    left: calc((9 * 100vh)/16);   
}





.stories{
    height: 100vh;
}
.stories .slick-dots{
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    display:flex;

}

.stories .slick-dots li{
    list-style: none;
    display: flex;
        flex-wrap: nowrap;
        width:100%;
}

.stories .slick-dots li button{
    height: 4px;
    width: 100%;
    overflow: hidden;
    
    background-color:rgba(255,255,255,.3);
    border: none;
    display: block;
    text-indent: -2000px;
    margin-left: 5px;
    margin-right: 5px;
    position:relative;
    border-radius:2px;
}






.stories .slick-dots li button::after{
     content:"";
     
     width:100%;
     height: 100%;
     position:absolute;
     top:0;
     left:0;
     
     
}


.stories .slick-active button::after{
    animation: progressbar-countdown;
     animation-duration: 3.2s; 
     animation-iteration-count: 1; 
     animation-fill-mode: forwards; 
     animation-play-state: running; 
     animation-timing-function: linear;
}

@keyframes progressbar-countdown {
    0% { width: 0%; background: transparent;}
    100% { width: 100%; background: #FFF;}
}









/* shop */

.vm-prodotto{
    text-align: center;
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
    border-right: solid thin #000;
    border-bottom: solid thin #000;
    position: relative;
    overflow:hidden;
}

.slick-track .vm-prodotto{
    border-bottom:none;
}

.vm-prodotto:hover .img-prodotto{
    transform: scale(1.2);
}

.img-emozionale{
    display: none;
    width: calc(100% - var(--bs-gutter-x));
    height: calc(100% - var(--bs-gutter-x));
    background-size: cover;
    position: absolute;
    z-index: 2;
    top: calc(var(--bs-gutter-x) * .5);
    left: calc(var(--bs-gutter-x) * .5);
}

.vm-prodotto:hover .img-emozionale{
    display: block;
}

.vm-prodotto .img-prodotto{
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}

.vm-prodotto .titolo-prodotto{
    z-index: 3;
    position: relative;
    height:54px;
}

.vm-prodotto .codice-prodotto{
     position:absolute;
     top:20px;
     font-size:11px;
     left:0;
     width:100%;
     z-index:99999;
}

.vm-prodotto .prezzo-prodotto{
    z-index: 4;
    position: relative;
    margin-bottom: 35px;
}

.vm-info-prodotto{
    border-top: solid thin #000;
    border-bottom: solid thin #000;
}

.vm-info-prodotto h3{
    margin-bottom: 25px;
}

.paginazione{
    text-align: center;
}

.paginazione ul{
    margin: 0;
    padding: 0;
    display: inline-block;
}

.paginazione li{
    list-style: none;
    display: inline-block;
    opacity: .6;
}

.paginazione li.current{
    opacity: 1;
}

.paginazione .disable{
    opacity: .2;
}



/* pagina singola */

.vm-breadcrumb{
    font-size: 10px;
}

#counter{
    text-align: center;
}

#counter div{
    display: inline-block;
}

.info-prodotto{
    position: absolute;
    z-index: 2;
    top: 50px!important;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}


.info-prodotto input, .info-prodotto select{
    text-align:center;
}

.info-prodotto h1, .info-prodotto h2{
    width: 100%;
    clear: both;
    text-align: center;
}

.aggiungi-carrello{
    height: 35px;
    width: 100%;
    line-height: 35px;
    border: none;
    background-color: #000;
    text-align: center;
    color: #FFF!important;
    text-transform: uppercase;
}

.aggiungi-carrello:hover{
    background-color: #333!important;
}

.guida-taglia{
    margin-top: 10px;
}

/* slick */

.slick-arrow{
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: calc(var(--bs-gutter-x) * .5);
    z-index: 999;
    color:#000!important;
    text-decoration:none;
}

.slick-next{
    right: calc(var(--bs-gutter-x) * .5);
}

.slick-prev{
    left: calc(var(--bs-gutter-x) * .5);
}


/* homepage */
.vm-slider-homepage{
     position:relative;   
}
.vm-slider-homepage .immagine{
    width: calc(100% - 150px);
    float: left;
}

.vm-slider-homepage.sinistra .immagine{
    float: right;
}

.vm-slider-homepage .testo-verticale{
    width: 150px;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 150px;
    position: absolute;
    top:0;
    right:0;
}

.vm-slider-homepage.sinistra .testo-verticale{
    float: right;
}

.vm-slider-homepage:hover .testo-verticale{
    color: #FFF;
}

.vm-slider-homepage .testo-verticale::after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: #000;
    opacity: 0;
    z-index: -1;
}

.vm-slider-homepage:hover .testo-verticale::after{
    opacity: 1;
}

/* lightbox */

.mfp-container{
     padding:0!important;   
}

.mfp-bg{
    opacity: 1!important;
    background-color: #FFF!important;
}

.mfp-close-vm{
    color: #000!important;
    right: 15px!important;
    top:15px!important;
    padding:0!important;
    margin:0!important;
    position:fixed!important;
    background-color:#FFF!important;
    width:17px!important;
    height:17px!important;
    text-indent:-2000!important;
    overflow:hidden!important;
    background-image:url("https://vicmatie.com/themes/theshhhop/assets/img/close-gallery.svg")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:17px 17px!important;
    border:none!important;
}

.mfp-arrow{
     width:17px!important;
     height:17px!important;
     margin-top:-9px!important;
}

.mfp-arrow::after{
    display:none!important;
}

 .mfp-arrow::before{
    border:none!important;
    background-color:transparent!important;
    background-image:url("https://vicmatie.com/themes/theshhhop/assets/img/arrow.svg")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:17px 17px!important;
    width:17px!important;
    height:17px!important;
    padding:0!important;
    margin:0!important;
 }
 
.mfp-arrow-left{
    margin-left:15px!important;
}
 
 .mfp-arrow-right{
     transform: rotate(180deg)!important;
     margin-right:15px!important;
 }

.mfp-iframe-scaler, .mfp-figure:after{
    box-shadow: none!important;
}


.mfp-container figcaption{
    display:none!important;
}


/* grid blog */

.grid-sizer{width: 33.3333%;}
.grid-item { width: 33.3333%;}
.grid-item::after{content: ""; display: block; padding-bottom: 100%;}
.grid-item--width2::after{content: ""; display: block; padding-bottom: 200%;}

.grid-item:hover .contenuti-blog-grid{
    opacity: .2;
}

.contenuti-blog-grid{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.text-blog-grid{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;

    display: flex;
    align-items: center;
}

.text-blog-grid div{
    width: 100%;
    text-align: center;
}





.sub-menu{
    display:none;
}

/*.primary-menu{
    position:relative;
}*/

.primary-menu .sub-menu{
     position:absolute;
     left:0;
     background-color:#000;
     width:100%;
     height:50px;
     line-height:50px;
}

.primary-menu .sub-menu ul, .primary-menu .sub-menu li{
     padding:0;
     margin:0;
     text-align:center;
}

.primary-menu:hover .sub-menu{
    display:block;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}


.primary-menu .sub-menu li{
    display:inline-block;
    margin-left:10px;
}

.primary-menu .sub-menu li a{
     color:#FFF!important;   
}


.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99999;
    background-color:rgba(0,0,0,.9);   
}

.relative{
     width:100%;
     height:100%;
     position:relative;
}

.newsletter{
    position:absolute;
    top:50%;
    left:50%;
    width:400px;
    margin-left:-200px;
    margin-top:-225px;
    background-color:#FFF;
    padding:25px;
    z-index:999;
}


/* filter */

.vm-filter{
    border-right: solid thin #222;
}

.widget li{
    list-style:none;
}

.widget .primary{
    /*margin-top:25px;
    margin-bottom:10px;*/
}

.widget .primary:first-child{
     margin-top:0;   
}

.widget h5{
    /*border-bottom:solid thin #222;*/
    padding-top:10px;
    padding-bottom:10px; 
    /* margin-bottom:10px; */
    cursor:pointer;
}

.widget ul{
    margin:0;
    padding:0;
    /*border-bottom:solid thin #222;*/
}


.vm-black{
     background-color:#000;
     color:#FFF;
}


.form-select, .input-group input, .input-group button{
     border:none!important;
     background-color:transparent!important;
     color:#FFF!important;
     padding:0;
     margin:0;
     font-size:12px;
     text-transform:uppercase;
     padding-top:10px;
     padding-bottom:10px;
}

.input-group button{
    font-size: 18px;
    margin-right:10px;
}



.img-blog-fixed{
    min-height:300px;
    max-height:50vh;
    width:auto;
}

.paginazione{
     background-color:#000;
     margin-top:-1px;
}

.paginazione a{
    color:#FFF !important;
}

.vm-filter-fixed-start{
    position: fixed;
    top: 0;
    left: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    width:25%;
}



/* form input */

.form-control{
    border-radius:0;
    border: solid thin #999;
    font-size:12px;
    height:40px;
    line-height:40px;
    padding: 0 10px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.add-to-cart-box{
    width:100%;
}

.select-prodotto{
    border-radius:0;
    border: solid thin #999;
    font-size:12px;
    height:40px;
    line-height:40px;
    padding: 0 10px;
    text-transform:uppercase;
    margin-bottom:10px;
    width:100%;
    color:#000;
    text-decoration:none;
}

.vm-btn, .vm-btn-int{
    border-radius:0;
    border:none;
    background-color:#000;
    font-size:14px;
    height:40px;
    line-height:40px;
    padding:0;
    color:#FFF!important;
    display:inline-block;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:10px;
    border: solid thin #000;
}

.vm-btn-outline{
    border-radius:0;
    border:none;
    background-color:#FFF;
    font-size:14px;
    height:40px;
    line-height:40px;
    padding:0;
    color:#000!important;
    display:inline-block;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:10px;
    border: solid thin #000;
}

.vm-btn-int{
     font-size:12px;   
     margin:0;
}

.vm-btn:hover, .vm-btn-int:hover{
    background-color:#FFF;
    border: solid thin #999;
    color: #000!important;
}


.vm-btn-red{
     background-color:#d00b10!important;
     border-color:#d00b10!important;
}

.vm-btn-green{
    background-color:#3a673a!important;
    border-color:#3a673a!important;
}

.vm-btn-white{
    background-color:#FFF!important;
    border-color:#FFF!important;
    color:#000!important;
}

.dark-row{
    background-color:#000;
    color:#FFF;
}

.dark-row a{
     color:#FFF!important;   
}

.dark-row a:hover{
     text-decoration:underline!important;   
}

/* lingue panel */

.lingue-panel{
    background:#F2F2F2;
    z-index:9999;
    border-bottom: solid thin #999;
    display:none;
}

.lingue-panel ul{
    padding:0;
    margin:0;
}

.lingue-panel li{
    float:left;
    list-style:none;
}

.message-shop{
     background-color:#000;
     color:#FFF;
     position:fixed;
     top:15px;
     right:15px;
     z-index:9999;
     padding:30px 15px;
     display:none;
}

.address-table td{
     display:block;   
}

.table>:not(caption)>*>*{
    border:none!important;
}

.table tr{
    border-bottom:solid thin #999;
}


.table>:not(caption)>*>*{
    padding:0;
}


@media only screen and (max-width:768px) {
    .riga-bottom-mobile{
        border:none;
        border-bottom:solid thin #999;
    }
    
    .riga-top-mobile{
        border:none;
        border-top:solid thin #999;
    }
    
    .info-prodotto{
         position:relative;
         width:100%;
         left:0;
         margin-left:0;
         order: 5;
         top:0!important;
         margin-bottom:25px;
    }
    
    #due-colonne-prodotto{
         order:1;   
    }
    
    .container-stories-vm{
        width:100%;
        height:100%;
    }
    
    .container-vm.open{
         display:none;
    }
    
    .stories .immagine img{
        height:100vh!important;
        width:100vw!important;
    }
    
    .vm-filter{
        margin:0;
        padding:0;
    }
    
    .vm-filter .widget h5, .vm-filter .widget ul li{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);   
    }
    
    .widget ul{
         padding-top:15px;
         padding-bottom:15px;
    }
    
    #counter{
        border-bottom:solid thin #999;
    }
    
    .grid-sizer{width: 100%;}
    .grid-item{width:100%;}
    
    #checkout, #pagamento{
         position:relative;   
    }
    
    #checkout::after, #pagamento::after{
         content:"";
         position: absolute;
         width:17px;
         height:17px;
         background-image:url('https://vicmatie.com/themes/theshhhop/assets/img/more-white.svg')!important;
         background-size: 17px 17px;
         background-repeat:no-repeat;
         top:50%;
         margin-top:-8px;
         right:15px;
    }
    
    #checkout.open::after, #pagamento.open::after{
        background-image:url('https://vicmatie.com/themes/theshhhop/assets/img/less-white.svg')!important;
    }
    
    
    #registrati, #loggato, #ospite{
        position:relative;
    }
    
    #registrati::after, #loggato::after, #ospite::after{
          content:"";
         position: absolute;
         width:17px;
         height:17px;
         background-image:url('https://vicmatie.com/themes/theshhhop/assets/img/more.svg')!important;
         background-size: 17px 17px;
         background-repeat:no-repeat;
         top:50%;
         margin-top:-8px;
         right:15px;
    }
    
    #registrati.open::after, #loggato.open::after, #ospite.open::after{
          background-image:url('https://vicmatie.com/themes/theshhhop/assets/img/less.svg')!important;  
    }
    
    #row-checkout, #row-pagamento, #row-ospite , #row-registrati, #row-loggato{
        display:none;
    }
    
    .vm-prodotto .titolo-prodotto .product-name{
        font-size:12px!important;
        line-height:10px!important;
    }
    
    #row-carrello thead{
         display:none!important;   
    }
    
    #row-carrello tr{
        width:100%;
        display:inline-block;
        margin-bottom:3px;
    }
    
    #row-carrello td{
        width:100%;
        display:inline-block;
        float:left;
        clear:both;
        margin-bottom:5px;
    }
    
    #row-carrello tr td:last-child{
         order: 1;
    }
    
    #row-carrello img{
         width:80%!important;
         margin-left:10%;
         margin-right:10%;
    }
    
    .btn-del-prod-cart{
         width:100%!important;
         text-align:center!important;
         background-color:#f2f2f2!important;
    }
}

.underline{
     text-decoration:underline;
     color:#FFF!important;
}
/* menu mobile */

.menu-mobile-over{
     position:fixed;
     top:0;
     left:0;
     width:100%;
     min-height:100%;
     background-color:#FFF;
     z-index:99999999;
     display:none;
}

.no-background{
    background-color:transparent;    
}
.no-space{
    padding:0;
    margin:0;
    border-radius:0;
}

.no-margin{
     margin:0!important;   
}

.no-border{
     border:none!important;
     box-shadow:none!important;
}

.menu-mobile-over .accordion-button{
     box-shadow:none!important;   
}


.menu-mobile-over .accordion-button:not(.collapsed){
     background-color:transparent;
     color:#000;
}

.accordion-button::after{
    background-image:url('https://vicmatie.com/themes/theshhhop/assets/img/more.svg')!important;
    background-size: 17px 17px;
    background-position: center center;
}

.accordion-button:not(.collapsed)::after{
    background-image:url('https://vicmatie.com/themes/theshhhop/assets/img/less.svg')!important;
}

.close-menu-mobile{
     background-color:#FFF;
     text-align:right;
     /* color:#FFF!important; */
}

.newsletter-panel{
     background-color:#000;
     color:#FFF;
     display:none;
}

#shipping-title, #shipping-box{
     display:none;   
}

.password-lost-window{
    display:none;
}

.guida-taglia{
     cursor:pointer;   
}

.guida-taglia .close{
     display:none   
}

.guida-taglia.chiudi-taglie .open{
     display:none;   
}

.guida-taglia.chiudi-taglie .close{
    display:contents;
}


.guida-taglie-div{
     background-color:#000;
     color:#FFF;
     display:none;
}


b, strong{
     text-decoration:underline;   
}


#payment-form{
     padding-top:50px;
     padding-bottom:50px;
}

#payment-form .StripeElement{
    border-radius: 0;
    border: solid thin #999;
    font-size: 12px;
    padding: 10px 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#searchsubmit, #searchsubmit-header{
     font-size:12px!important;
     margin:0;
}

#searchsubmit i, #searchsubmit-header i{
     font-size:16px;
     margin-left:10px;
     padding-right:0;
}

.cerca-div{
     display:none;   
}

.btn-del-prod-cart{
     width:20px;
     height:20px;
     background-color:transparent;
     border:none!important;
     
     background-image:url("https://vicmatie.com/themes/theshhhop/assets/img/close.svg");
     background-size:20px 20px;
     background-repeat:no-repeat;
     background-position:center center;
}

.text-right{
     text-align:right;   
}

.due-colonne, .stories, .quattro-colonne, .blog-fixed-height, .blog-fixed-height {
    display: none;
}

.cart-number-mobile{
     position:absolute;
     width:14px;
     height:14px;
     border: solid 1.3px #000;
     background-color:#FFF;
     border-radius:7px;
     top:9px;
     left:16px;
     text-align:center;
     padding:0;
     line-height:14px;
     font-size:10px;
}