@media screen and ( min-width: 1024px ) {
    .filterLeft .att-filter{
        max-height: 600px;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    .introduction.contentPrdView{
        overflow: hidden;
    }
    .introduction.contentPrdView div{
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .introduction.contentPrdView img, .introduction.contentPrdView table{
        width: 100% !important;
        height: 100% !important;
    }
    #b-c-facebook {
        display: none !important;
    }

    #accountLinks .check.account > form, #accountLinks .check > form {
        left: 0;
    }

    #boxSearch .logo {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {

    .slicknav_menu {
        display: block;
    }

    #menuBar {
        border-bottom: none;
    }

    .switchView {
        width: 100%;
        margin-left: 5%;
    }

    .filter {
        width: 100%;
    }

    .pagination {
        float: left;
        margin-left: 5% !important;
        padding-top: 5px;
    }

    #proView-img, .proMain-left {
        width: 100%;
    }

    .pageView p {
        padding-left: 50%;
    }

    .detailPage .title {
        border: none;
    }

    .detailPage .title span {
        width: 100%;
    }

    .cartCheckout {
        width: 70%;
    }

    .subBottom {
        width: 95%
    }

    .newsletter-input {
        width: 68%
    }

    .newsletter-submit {
        padding: 10px;
    }
}

@media only screen and (min-width: 768px)  and ( max-width: 1023px ) {
    .newsletter-input {
        width: 73%
    }
}

@media (max-width: 480px) {
    .article-news-block .product-block .image {
        min-height: 100% !important;
        height: auto;
    }

    .product-block .image {
        display: block;
    }
}
