@media screen and (min-width: 980px){
    .pl-80{
        padding-left: 80px;
    }
    .mob-show{
        display: none;
    }
}
@media screen and (max-width: 980px){
    .mob-show{
        display: block;
    }
    .site-header h1 {
        font-size: 58px;
    }
    .footer {
        position: relative;
        bottom: 0;
        right: auto;
        min-height: 300px;
        background: var(--color-2);
        color: var(--color-1);
        width: 100%;
        border-radius: 0 0 0 0;
        transform: none;
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
    }
    .footer > div {
        transform: none;
    }
    .site-header > section{
        padding-left: 10px;
    }
    .header-main{
        height: 100vh;
        min-height: 100vh;
        padding: 0 15px 15px 15px;
        overflow: hidden;
    }
    .display-sm-hide{
        display: none!important;
    }
    .overflow-sm-hidden{
        overflow: hidden;
    }
    .menu{
        overflow: auto;
        width: 100%;
        padding-bottom: 60px;
    }
    .menu-close{
        opacity: 1;
        pointer-events: all;
    }
    .title-3x {
        font-size: 30px;
    }
    .newsletter-form.ml-auto{
        margin-right: auto;
    }
    .p-5 {
        padding: 1rem!important;
    }
    .footer{
        padding-left: 15px;
        padding-right: 15px;
    }
    article.info  div{
        width: 100%
    }
    .product-sale {
        position: relative;
        overflow: hidden;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
    }
    .block-text{
        transform: none;
    }

    .block-text h1 {
        font-size: 35px;
    }
    .h3, h3 {
        font-size: 1rem;
    }
    .category {
        overflow: hidden;
        height: 55px;
    }
    .custom-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .padding-0{
        padding: 0
    }
    .form{
        width: 100%;
        padding: 15px;
    }
    .header-main.img-4{
        display: block!important;
        overflow: auto;
        height: auto;
    }
    .header-main.img-4.login{
        height: 100vh;
        display: flex!important;
    }

    .header-main.img-4:before{
        height: 100%;
    }
    .w-75{
        width: 100%!important;
    }
    .block-text.block-right{
        transform: none;
    }

    .o-1{
        order: 1;
    }
    .o-2{
        order: 2;
    }
    .o-3{
        order: 3;
    }
    .block-text{
        background: none;
        backdrop-filter: none;
    }
    .block-text *{
        color: #000;
    }
    .filter-area {
        padding: 10px;
        overflow: auto;
        overflow-x: hidden;
        height: 100%;
    }
    .filter-area .btn-area {
        margin-left: 0;
        text-align: center!important;
    }

    .h-contact{
        text-align:center
    }
    .offset-1{
        margin-left: auto!important;
    }
    .bg-textura{
        background-size: cover;
    }
    .logo-sm{
        width: 120px;
    }
    .carousel-item h2 {
        font-size: 30px;
    }
    .carousel-item-custom {
        height: 360px;
    }
    .news-title > h1 {
        font-size: 25px;
    }
    .mobile-center{
        text-align: center!important;
    }
    .mobile-top-10{
        margin-top: 1rem
    }
    .search-input {
        padding: 0 60px;
    }

    .is_mobile{
        display: block;
    }
    .is_pc{
        display: none;
    }

    .mobile-blur{
        background: var(--glass);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
        padding: 10px;
    }
    .header-main.img-3{
        background: url("../images/img-32-mobile.jpg");
        background-size: cover;
    }
    .header-main.img-4{
        background: url("../images/img-4-m.jpg");
    }
    .mt-11{
        margin-top: 5px;
    }

    .mobile-navigate{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: rgba(153, 153, 153, 0.5);
        backdrop-filter: blur(5px);
        text-align: center;
        z-index: 33;
    }
    .mobile-navigate a{
        width: 19%;
        display: inline-block;
    }
    .mobile-navigate svg{
        stroke: #fff;
    }
    .carousel-control-next, .carousel-control-prev{
        z-index: 3
    }
    .mobile-logos{
        position: relative;
        z-index: 3;
        backdrop-filter: blur(5px);
        background: rgba(153, 153, 153, 0.19);
        text-align: center;
    }
    .mobile-logos a {
        width: 32.5%;
        padding: 10px;
        display: inline-block;
        color: #fff;
        font-weight: 700;
    }

    .mobile-logos.reverse{
        background: rgba(153, 153, 153, 0.19);
    }
    .mobile-logos.reverse a {
        color: #000;
    }

    .mobile-logos.reverse a.active {
        background: #000;
        color: #fff;
    }
    .size-g{
        max-width: 90%;
        margin: auto;
    }
}
