@media (max-width: 575.98px) {

    /* TAG PAGE */
    .tag-page__media .toggle-gallery {
        font-size: 0.6rem;
    }

}

@media (max-width: 767.98px) {

    /* EPOCHE HOME */
    .epoche-home__wrapper-epoca:nth-child(3) {
        padding: 0 !important;
    }
    .epoche-home__wrapper-epoca:nth-child(3) .epoche-home__wrapper-cta {
        right: 0 !important;
    }

    /* TIPOLOGIE */
    .tipologie__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    /* MONDI */
    .mondi__wrapper-cta {
        left: 0.5rem;
        bottom: 0;
        width: calc(100% - 0.5rem);
    }
    .mondi__wrapper-cta > * {
        font-size: 0.6rem;
        min-width: 100%;
    }
    .mondi__wrapper-img:hover .mondi__wrapper-cta > * {
        transform: translate(0,0);
    }
    /* AZIENDA */
    .azienda__wrapper:first-child {
        padding-left: 0;
        padding-right: 0;
    }
    /* FOOTER */
    .page-footer__text:nth-child(2) {
        border-bottom: 1px solid #eee;
    }

    /* DATA TABLE */
    #dtMaterialDesignExample_wrapper .dataTables_length,
    div.dataTables_wrapper div.dataTables_length input {
        width: 100%;
    }

    /* STORE LOCATOR */
    #resetLocator,
    #searchLocator {
        width: 100%;
    }

    /*********************
    PRODUCT LIST
    *********************/
    /* CATEGORIE */
    .products-property {
        width: 100%;
    }
    .products-products-item {
        margin-right: 0;
        border-left: 0!important;
        border-right: 0!important;
    }
    /* PRODOTTI SOTTOCATEGORIE */
    .products__subcategory-title {
        font-size: 1.25rem;
    }
    .products__subcategory-img {
        border-bottom: 0!important;
    }

    .cover--skew::after {
        display: none;
    }
    .cover.cover--skew > * {
        right: auto;
        left: auto;
        top: auto;
        bottom: 4rem;
        max-width: 100vw!important;
    }


}

@media (max-width: 991.98px) {

    /* TIPOLOGIE */
    .tipologie__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    /* EPOCHE HOME */
    .epoche-home__wrapper-title > * {
        font-size: 1rem;
    }
    .epoche-home__wrapper-img {
        padding-bottom: 24rem;
    }
    /* TAG-PAGE */
    .tag-page__media .media__wrapper:first-child {
        padding-right: 0.5rem;
        padding-bottom: 0;
    }
    /* PAGINA CATEGORIA */
    .products__subcategory:hover .products__subcategory-img {
        border: 4px solid transparent;
    }
    /* PAGINA PRODOTTO */
    #specificheTecniche {
        border-left: 0!important;
        border-right: 0!important;
    }


    .cover--skew::after {
        clip-path: polygon(35% 0, 100% 0%, 100% 100%, 75% 100%);
    }

    .ordersel{
        position: relative;
        margin-top: -50px;
        padding: 0 20px;
        left: auto;
        bottom: auto;
    }
}

@media (max-width: 1199.98px) {

    .cover.cover--skew > * {
        max-width: 50vw;
    }

    /* CATEGORY HEADER */
    .subcat-desc {
        width: 100%;
    }
    .subcat-medals {
        width: 100%;
    }

    /* EPOCHE HOME */
    .epoche-home__wrapper-epoca:nth-child(2),
    .epoche-home__wrapper-epoca:nth-child(4) {
        padding-left: 0;
        padding-right: 0;
    }
    .epoche-home__wrapper-epoca:nth-child(2) .epoche-home__wrapper-cta,
    .epoche-home__wrapper-epoca:nth-child(4) .epoche-home__wrapper-cta {
        right: 0;
    }
    .epoche-home__wrapper-epoca:nth-child(3) {
        padding: 0 0.5rem;
    }
    .epoche-home__wrapper-epoca:nth-child(3) .epoche-home__wrapper-cta {
        right: 8px;
    }
    /* AZIENDA HOME */
    .azienda__wrapper-subtitle {
        font-size: 1rem;
    }
    /* FORM */
    .form-check-input[type=checkbox]+label {
        height: auto;
        line-height: 1.2
    }
    /* CONTATTI */
    .contact-form__wrapper button {
        width: 100%;
    }
    /* DATA TABLE */
    .table-body__magazine {
        min-width: 200px;
    }
    .table-body__product {
        min-width: 350px;
    }
    .table-body__author {
        min-width: 200px;
    }

    /* FOOTER */
    .footer-bottom {
        padding-bottom: 56px;
    }
    .page-footer__text:not(:last-child) {
        border-bottom: 1px solid #dee2e6;
    }
}

/*
@media (min-width: 768px) and (max-width: 1199.98) {

    .epoche-home__wrapper-epoca {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .epoche-home__wrapper-epoca:nth-child(2) {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .epoche-home__wrapper-epoca:nth-child(4) {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

}
*/