
@media (max-width: 1600px){
    .product .item .text-wrapper{
        height: 230px;
    }
}

@media (max-width: 1400px){
    .product-listing .product-item.grid-view {
        width: calc(100% / 4);
    }
    /*
        .container{
            width: 1200px;
        }*/

    .product-slider > .slider-navigation-absolute{
        width: 100%;
        left: 0px;
    }
    .article .item{
        padding: 0 5px;
    }

    .article-grid-listing-3.article div:not(.category-submenu) .item:hover .content:before,
    .article-list-grid .item:hover .content:before, .article .item:hover .content:before {
        width: calc(100% - 30px);
        left: 15px;
    }

    .disclaimer{
        width: 75%;
    }

    .level3 .nav-main-submenu .nav-main-dropdown-wrapper, .level4 .nav-main-submenu .nav-main-dropdown-wrapper{
        width: 964px;
        max-width: 964px;
    }

    .header-favorite.header-favorite-circle-top-right{
        top: 13px;
        left: 72%;
    }

    .header-favorite.header-favorite-circle-top-right .description{
        bottom: -14px;
    }

    .all-product-detail-tabs-wrapper .lists-tabs ul.items-wrapper .item:hover a,
    .all-product-detail-tabs-wrapper .lists-tabs ul.items-wrapper .item.active a,
    .all-product-detail-tabs-wrapper .lists-tabs ul.items-wrapper .item a {
        font-size: 18px;
    }

    .product_list_with_slider-slider .heading-wrapper.heading-wrapper-bordered h2 {
        font-size: 18px;
    }

    .product .item .text-wrapper .title a, .autocomplete-results .product-title{
        font-size: 15px;
    }

    .toggle-banner .toggle-button.expand span {
        display: none;
    }

    .store-contact .items-wrapper .item, .store-contact .items-wrapper .item a{
        font-size: 13px;
    }

    .product-detail-wrapper{
        width: 35% !important;
    }

    .nav-store-menu{
        right: 34%;
    }

    .user .item-login.loged-in{
        right: 50%;
    }

    .header-cart{
        top: 10px;
    }

    .header-top.fixed-style .nav-store-menu{
        left: 57%;
    }

    .article-grid-listing-3.article div:not(.category-submenu) .item .text-wrapper .title,
    .article-grid-listing-3.article-autosuggest .item .text-wrapper .title,
    .article-grid-listing-3.article div:not(.category-submenu) .item .text-wrapper .title a, .article-grid-listing-3.article-autosuggest .item .text-wrapper .title a,
    .article-autosuggest .item .text-wrapper .title, .article-list-grid .item .text-wrapper .title, .similar-article-slider .item .text-wrapper .title{
        height: 60px;
    }

}


@media (max-width: 1200px){
    /* .container {
         width: 1024px;
     }*/
    .user .item-login.loged-in{
        right: 55%;
    }

    .nav-store-menu{
        right: 35%;
    }
    .categories-grid-slider{
        margin-bottom: 20px;
    }

    .two_img_slider-slider .item:nth-of-type(3n) {
        bottom: 47px;
    }

    .categories-grid-slider .text-wrapper .title, .categoryes-slider .text-wrapper .title{
        font-size: 20px;
    }

    .categories-grid-slider .button-wrapper .btn-slider, .categoryes-slider .button-wrapper .btn-slider{
        font-size: 13px;
        padding: 5px 15px;
    }

    .social-icon .item {
        margin-right: 5px;
    }

    .text-buttons-wrapper a{
        height: 35px;
        line-height: 25px;
    }

    .header-favorite.header-favorite-circle-top-right{
        left: 70%;
    }

    .country-button{
        right: 36%;
    }

    .user .item-login{
        right: 50%;
    }

    .product .item .text-wrapper .category-wrapper a{
        max-width: 65px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .all-product-detail-tabs-wrapper .lists-tabs ul.items-wrapper .item:hover a,
    .all-product-detail-tabs-wrapper .lists-tabs ul.items-wrapper .item.active a,
    .all-product-detail-tabs-wrapper .lists-tabs ul.items-wrapper .item a{
        font-size: 16px;
        padding: 0 5px;
    }

    .product_list_with_slider-slider .heading-wrapper.heading-wrapper-bordered h2{
        font-size: 16px;
    }

    .note{
        margin: 0 0 10px;
        padding: 0 10px 10px;
    }

    .page-img-wrapper{
        padding: 30px;
    }

    .product .item .text-wrapper .category-wrapper a, .product .item .text-wrapper .category-wrapper span{
        font-size: 11px;
    }

    .product .item .text-wrapper .title a, .autocomplete-results .product-title{
        font-size: 14px;
    }

    .product-detail-wrapper{
        width: 100% !important;
    }

    .product .item .text-wrapper .title{
        height: 80px;
    }
}



