/* Polosoftware Custom CSS  */

/*Point home*/

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    display: none!important;
}

/*immagini pagina singolo prodotto*/
section#catalog.dettaglio #corpo_prod .gal_tmb {
    width: 100%;
    max-width: none;
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
    margin: 20px 0 0;
    height: auto;
    padding: 0;
    border-right: none;
    display: none!important;
}

/*icona filtro cellulre*/

.la, .las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
}


/*ordina per*/
input, select, textarea, button {
    width: calc(100% - 20px);
    outline: none !important;
    border: none;
    border-bottom: dotted 1px #666;
    padding: 0.2em 1em;
    margin: 0 10px;
    color: #333;
    background: #fff;
    font-weight: 600;
    font-size: 13px!important;
    scrollbar-width: thin !important;
    scrollbar-color: #8f8d77 #f2f2f2;
}


/*Filtri Desktop*/

section#catalog .sx ul#filter li #categorie li ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    font-size: 1em;
    font-weight: 300;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 18px;
    font-weight: 400;
    scrollbar-width: thin !important;
    scrollbar-color: #8f8d77 #f2f2f2;
}


section#catalog .sx ul#filter li ul li h5 {
    font-size: 0.9em;
    font-weight: 300;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    transition: transform 0.5s linear;
    margin: 0 0 10px;
    cursor: pointer;
    color: #333;
    font-weight: 600;
    font-size: 20px;
}


/*
element.style {
    width: 2415px;
    transition-duration: 0ms;
    transform: translate3d(-1491px, 0px, 0px);
    height: 350px!important;
}

.home_gallery .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 350px!important;
}





7*stile checkout*/





section#checkout form#cart_form .cols label {
    width: 100%!important;
    padding: 15px;
    margin: 0 0 20px;
    border: solid 1px #22222259;
    border-radius: 8px;
}






section#cart input, section#cart textarea, section#cart button, section#checkout input, section#checkout textarea, section#checkout button, #modal input, #modal textarea, #modal button, section#thanks input, section#thanks textarea, section#thanks button {
    outline: none !important;
    border: none;
    border-bottom: none!important;
    padding: 0.2em 0;
    color: #333;
    background: transparent;
    font-weight: 200;
    font-size: 1em;
}






div#riepilogo {
    margin: 0px!important;
    padding: inherit;
    background-color: #22222208!important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}



section#checkout form#cart_form .cols {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: calc((100% / 3) - 17.5px);
    margin: 0;
    padding: 0px 10px 0 0;
    font-size: 0.83em;
    border-right: solid 1px #ffffff;
}



section#checkout form#cart_form .cols.col2 #note label {
    width: auto!important;
}





section#checkout form#cart_form .cols label.check {
    width: calc(100% - 45px);
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding: 0 10px 0 35px;
    border: none!important;
}





@media screen and (max-width: 1024px){

section#checkout form#cart_form .cols {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%!important;
    margin: 0;
    padding: 0px 10px 0 0;
    font-size: 0.83em;
    border-right: solid 1px #ffffff;
}
}



*/









