@media (max-width: 1400px) {
    .toggle-banner .toggle-button.expand {
        width: auto;

    }
    .heading-wrapper-profile h1 {
        font-size: 15px;
        line-height: 20px;
        text-align: left;
    }
    .page-background .background-img{
        background-position: bottom;
    }
    .product-details .caption-discount{
        right: 0;
    }

    .autocomplete-button.autocomplete-button-simple{
        width: 135px;
    }

    .product .item .bottom-btn-wrapper .quick-view{
        width: calc(100% - 50px);
    }
}

@media (max-width: 1200px) {
    .autocomplete-button.autocomplete-button-simple{
        padding: 0;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        margin-left: 0;
    }

    .autocomplete-button.autocomplete-button-simple .title{
        display: none;
    }

    .autocomplete-button.autocomplete-button-simple i{
        padding-right: 0;
    }
}