
@media (max-width: 1025px) {
    .header-top {
        height: 30px;
    }

    .nav-main-wrapper.scroll-to-fixed-fixed{
        top: 30px;
    }

    .newsletter{
        padding: 0 20px;
    }

    .footer-newsletter-social .newsletter .form-group input{
        width: 350px;
    }

    .newsletter h5, .social-icon h5{
        font-family: 'Caveat', cursive;
    }

    .login-page .left-info{
        border-right: 1px dashed #90d6ee;
        padding: 60px 0px 60px 50px;
    }

    .slider.brands-grid-slider .slider-arrows .slider-next{
        margin-right: 0;
    }

    .brands-grid-slider .slider-arrows .slider-prev{
        margin-left: 0;
    }

    .footer-newsletter-social{
        margin-top: 150px;
    }

    .article .item .content, .article-autosuggest .item .content{
        border-top: 0;
    }

    .brands.brands-grid .item{
        margin: 10px 7px;
        height: 150px;
        width: 150px;
    }

    .careerpage-wrapper, .cooperationpage-wrapper{
        padding-right: 40px;
        padding-left: 40px;
    }

    .login-page .left-info{
        padding: 60px 0px 60px 50px;
    }

    .page{
        padding: 30px 0;
    }

    .footer-newsletter-social{
        margin-top: 0;
    }

    .accordian.article {
        min-height: calc(100vh - 500px);
    }

    .product-attributes-wrapper .product-help-link{
        display: inline-block;
    }

    .modal-content-page img{
        height: auto !important;
    }
    .product-detail-buy .product-quantity-arrows {
        display: block;
    }
    .product-detail-buy .product-quantity-wrapper {
        border-left: unset;
    }
}
@media (min-width: 767px) and (max-width: 1025px) {
    .header-top{
        padding: 0;
    }

    .login-page .left-info{
        padding: 60px 50px 60px 50px;
    }

    .social-share{
        padding: 0 0 20px 0px;
        margin-top: 40px;
    }

    .brands.brands-grid .item{
        height: 137px;
        width: 137px;
    }

    .careerpage-wrapper, .cooperationpage-wrapper{
        border-right: 0;
    }

    .footer-newsletter-social{
        margin-top: 150px;
    }

    .filter-group .items-wrapper.list-inline > li,
    .product-attrbite-table{
        width: 100%;
    }

    .product .item .caption-icons .quick-view{
        display: none;
    }

    .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th,
    .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td{
        text-align: left;
    }

    .products-listing.product-listing-items > .row {
        display: block;
        flex-wrap: nowrap;
    }

    .profile-submenu > a{
        position: relative;
    }

    .footer-newsletter-social{
        padding-top: 80px;
        margin-top: 0px;
    }

    .registration-page .toggle-banner{
        float: right;
        right: 0;
    }

    .page{
        padding: 0;
    }

    .product-favorite.favorite {
        right: 40%;
    }

    .bg-slider-with-navigation .heading-wrapper.heading-wrapper-bordered h2{
        font-size: 40px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .navigation-img .item .description{
        top: 10px;
        font-size: 14px;
        left: 30px;
    }

    .navigation-img .item .mobile-img{
        width: 80px;
        height: 80px;
    }

    .bg-slider-with-navigation .btn-wrapper{
        bottom: 5%;
    }

    .article .item .text-wrapper .title, .article-autosuggest .item .text-wrapper .title{
        height: 75px;
    }

    .article-baner-slider img{
        margin: 0;
    }

    .article-content-wrapper{
        margin-bottom: 30px;
    }

    .social-share.detail-social-share{
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: none;
        position: relative;
    }

    .accordian.article {
        min-height: calc(100vh - 800px);
    }
}


@media (max-width: 991px){
    .product-favorite.favorite {
        right: 20%;
    }
}