@media (max-width: 576px) {
    .product-info {
        margin-top: 15px;
    }
    .product-info a {
        text-align: center;
    }
    .product-info > div {
        display: flex;
        justify-content: center;
    }
    .product-image a {
        height:200px;
    }
    .product-image img {
        width:150px;
    }
}
@media (max-width: 767px) {
    .header-card {
        justify-content: center;
    }
    .header-action {
        align-items: center;
        justify-content: center;
    }
    .header-catalog {

    }
    .header-action {
        justify-content: space-between;
    }
    .header-search-container {
        padding: 0 0px;
        display: none;
        margin-top: 15px;
    }
    .btn-search {
        display: block;
    }
    header .item-text {
        display: none;
    }
    .phone-info {
        display: none;
    }
    .product-action {
        border-left: none !important;
        border-top: 1px solid #dee2e6 !important;
        padding-top: 10px;
        margin-top: 15px;
    }
    .views {
        display: none;
    }
    .sorting-content {
        display: none;
    }
    .sorting, .perpage {
        display: block;
    }
    .pagination-top {
        display: none;
    }
    .sort-media {
        display: block;
    }
    .img-round {
        margin-bottom: 10px;
        height: 140px;
    }
    .hidden-sm {
        display: none !important;
    }
    .data-review {
        float:none;
        display:block;
    }
    .data-review i {
        display:none;
    }
    .data-review > span > span {
        font-size:12px;
        margin-left:15px;
    }
    .user-name-text {
        display:block;
    }
    .compare-block {
        display:none;
    }
}
@media (max-width: 768px) {
    .header-top-logo {
        display: block;
    }
    .header-logo {
        display: none;
    }
    .mmt-3 {
        margin-top: 15px;
    }
    .payment img {
        float: none;
    }
    .notfound-block {
        border-bottom:3px solid #880e4f !important;
        border-right: 0;
    }

}
@media (max-width: 992px) {
    .search-block-left {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }
    .header-logo {
        text-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .header-slogan {
        display: none;
    }
    .header-main {
        padding: 1rem 2rem !important;
    }
    .header-top-logo {
        display: block;
    }
    .header-top-logo {
        display: block;
    }
    .header-logo {
        display: none;
    }
    .filter-container {
        position: fixed;
        z-index: 1000;
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        margin: 0 auto;
        background: #fff;
        display: none;
    }
    .active-filter.rounded {
        border-radius: 0px !important;
    }
    .active-filter.border {
        border: none !important;
    }
    .active-filter.mb-2 {
        margin-bottom: 0 !important;
    }
    .filter .card {
        border: none;
        border-top: 1px solid #dee2e6 !important;
    }
    .filter.mb-2 {
        margin-bottom: 0 !important;
    }
    .filter-header {
        display: block;
    }
    .filter-open-mobile {
        display: block;
    }
    .main-text h1 {
        font-size: 24px;
    }
}
@media (min-width: 1200px) {

}