@media (max-width: 1400px) {
    .product-listing .product-item.grid-view{
        width: calc(100% / 4);
    }

    .product-listing .product-item.gridalt-view{
        width: calc(100% / 3) !important;
    }

    .article .items-wrapper .item .text-wrapper .title, .article-autosuggest .item .text-wrapper .title{
        font-size: 21px;
    }

    .article-list-grid{
        padding: 0 100px;
    }

    .footer-wrapper{
        padding: 0 100px;
    }

    .article-detail-wrapper{
        padding: 0 50px;
    }

    .newsletter .btn-wrapper .btn{
        padding: 0px 55px;
        margin-right: 0;
    }

    .newsletter .btn-wrapper .btn:hover{
        margin-right: 20px;
    }

    .page-fullwidth{
        padding: 20px 90px 40px;
    }

    .article-list-wrapper-masonary .masonry-item .text-wrapper .title{
        height: auto;
    }

    .wrapper-style-black_friday .text_grid12 .title{
        margin-bottom: 30px;
    }

    .wrapper-style-black_friday .import-block-item{
        margin-bottom: 0px;
    }

    .wrapper-style-black_friday .newsletter.newsletter-v2{
        margin-top: 30px;
    }

    .wrapper-style-black_friday .text_grid12 .title h2{
        font-size: 25px;
        line-height: 26px;
    }

    .nav-main-dropdown .container{
        width: 1220px;
    }
    .wrapper-style-black_friday .text_grid12.confirm-landing {
        margin-top:0;
    }
}
@media (max-width: 1200px) {

    .two_img_slider-slider .item:nth-of-type(2n){
        top: 100px;
    }

    .two_img_slider-slider .item:nth-of-type(4){
        top: 70px;
    }

    .product-generic-tabs{
        margin-top: 20px;
    }

    .footer-wrapper{
        padding: 0 20px;
    }

    .newsletter .btn-wrapper .btn{
        padding: 6px 45px;
    }

    .similar-article-slider{
        right: 65px;
    }

    .article-detail-wrapper{
        padding: 0;
        padding-right: 100px;
    }

    .article-detail-custom{
        padding: 0 50px;
    }

    .page-fullwidth{
        padding: 20px 20px 40px;
    }

    .article-list-wrapper-masonary{
        padding: 0 50px;
    }

    .slider.product-images-thumbs {
        margin: 5px 0 20px;
    }

    /*  fixed add to cart  */
    .fixed-add-to-cart .quantity-wrapper{
        display: block;
    }
}