
@media (max-width: 1025px) {
    .product .item .text-wrapper{
        height: 100px;
    }
    .article .custom-preview .item .content{
        padding: 21px 10px 15px 10px;
    }

    .product-details {
        padding-right: 0;
    }
}
@media (min-width: 767px) and (max-width: 1025px) {
    .header-top{
        padding: 5px 0 0;
    }
    .header-cart .mini-cart .icon-wrapper .icon{
        line-height: 28px;
    }

    .mini-cart.mini-cart-simple .header-carthor-total{
        margin-left: 5px;
        vertical-align: super;
    }

    .autocomplete-button.autocomplete-button-simple{
        width: 21px;
    }

    .product .item:hover .options-wrapper{
        opacity: 0;
    }
    .product-details {
        padding-right: 0;
    }

    .promo-modal .modal-dialog{
        width: calc(100vw - 20px) !important;
    }

    .product .item .text-wrapper .title{
        margin-top: 20px;
    }

    .two-img-half-width-slider{
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .shop_look_home-slider, .slider_block-slider{
        margin: 0;
    }

    .product-slider .heading-wrapper.heading-wrapper-bordered h2{
        font-size: 25px;
    }

    .last-viewed-slider .heading-wrapper.heading-wrapper-bordered{
        margin-top: 50px;
    }

    .autocomplete-results .product-title{
        height: 50px;
    }

    .profile .heading-wrapper .description{
        min-height: 45px;
    }

    .product .item .text-wrapper{
        height: 150px;
    }

    .dropdown-custom .nav-main-dropdown-wrapper{
        width: 890px;
        margin-left: 70px;
    }

}