.ecommerce .products li:first-child {
    margin-right: 4% !important;
}

.woocommerce-breadcrumb {
    font-family: "Avenir-Regular", sans-serif;
    color: #061f45;
    text-align: center;
}

.page-template-scafojacket-page ul.products li.product,
.page-template-portachiavi-page ul.products li.product,
.page-template-cappellino-page ul.products li.product {
    text-align: center;
    float: none !important;
}


#toggleSpan.desktop-show {
    display: inline;
}

#linkShowHide {
    display: none;
}

h4.modal-title {
    color: #061f45;
}

#taglieModal .modal-dialog {
    padding-top: 5%;

}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }
}

@media (max-width: 767px) {

    .woo-intro h2 {
        font-size: 4rem;
    }

    .page-template-scafojacket-page ul.products li.product,
    .page-template-portachiavi-page ul.products li.product,
    .page-template-cappellino-page ul.products li.product {
        width: 100%;
    }

    #toggleSpan.desktop-show {
        display: none;
    }

    #toggleSpan.mobile-show {
        display: none;
    }

    #linkShowHide {
        display: block;
    }

    .woocommerce div.product form.cart .variations {
        margin-bottom: 0;
    }

    table.variations tr {
        display: block;
        margin-bottom: 0px;
    }

    table.variations td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    table.variations td.value {
        max-width: 200px;
    }

    .woocommerce div.product form.cart div.quantity {
        float: left;
        margin: 0 4px 10px 0px;
    }

}