@media screen and (max-width: 992px) {
    .main-title {
        display: block;
        padding: 50px 30px;
    }

    .bx-breadcrumb {
        display: none;
        padding: 30px;
        font-size: 0.8rem;
    }

    header.homepage {
        max-height: 600px;
    }
    .page_title {
        margin: 40px 0;}

    h1 {
        font-size: 1.5rem;
    }
    h2 {font-size: 1.5rem;}

    .features {
        padding: 0 30px;}

    .feature-item {
        width: 100% !important;}

    .about .row {
        padding:0 30px;
        grid-template-columns: repeat(1, 1fr);}

    header .row .col:nth-child(3) {
        display: none;}


    header .title {
        font-size: 1.5rem;
        text-align: center;
    }

    header .logo {
        width: 80px;
    }

    header .row {
        display: grid;
        justify-content: space-between;
        gap: 10px;
        grid-template-columns: 30% 30% 30%;
        padding: 30px 0;
    }

    header .row .col:nth-child(4) {
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .content.catalog {
        padding: 0 30px;}

    .catalog .grid,
    .detail-grid,
    .row.product-item-list-col-4 {
        grid-template-columns: repeat(1,1fr);}

    .product-item {
        padding: 0 !important;
        width: 100% !important;}

    .tabs-wrapper .tabs {
        flex-direction: column;}

    .tabs-wrapper {
        margin: 0;}

    footer .row {
        flex-direction: column;}

    footer .col {
        text-align: center;}

    footer h3 {
        padding: 0 0 10px 0;
        font-size: 1.2rem;}

    footer p {
        padding: 0;}

    footer .bottom-section {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
        font-size: 0.8rem;}

    .cookie_notice .row {
        display: flex;
        gap: 20px;
        flex-direction: column;
        font-size: 0.8rem;}

    .button {
        margin: 40px auto;
    }

    .bx-basket-item-list {
        right: -100%;
        min-width: 385px;
    }

    .tabs-wrapper .tab:nth-child(1) {
        border-radius: .5rem .5rem 0 0;
    }

    .tabs-wrapper .tab:last-child {
        border-radius: 0 0 .5rem .5rem;
    }


}


@media screen and (min-width: 993px) {

}

@media screen and (min-width: 993px) and (max-width: 1081px) {

}

@media screen and (min-width: 1080px) and (max-width: 1440px) {  }

@media screen and (min-width: 2000px) {  }

@media(max-width:767px) {  }