@media(max-width:1220px){
    .navside-megamenu{
        width: 672px;
    }
    .search-form input{
        width: 250px;
    }
    .product-card-title{
        font-size: 16px;
        line-height: 22px;
    }

    .footer_logo img, .footer_logo svg{
        height: 30px;
    }

    .footer-container{
        column-gap: 90px;
    }
    .footer-right {
        width: calc(100% - 310px);
        display: flex;
        column-gap: 80px;
    }
    .footer-list.footer-contact-list li a svg{
        flex: none;
    }

    .brand-slider .swiper-slide a{
        max-width: 100px;
    }

    .brand-slider .swiper-slide a img,
    .brand-slider .swiper-slide a svg{
        max-width: 100%;
    }

    .collection-filterside{
        position: fixed;
        width: 100%;
        max-width: 320px;
        top: 0;
        left: 0;
        z-index: 99;
        transform: translateX(-100%);
        transition: .5s ease-in-out;
        background-color: #fff;
    }

    .collection-filter-blocks{
        height: calc(100vh - 57px);
        overflow-y: auto;
        padding-bottom: 50px;
    }

    .collection-filterside.active{
        transform: translateX(0);
    }
    .filter-icon{
        display: none;
    }
    .filter-close-mobile{
        display: flex;
        background-color: transparent;
    }

    .filter-close-mobile svg{
        width: 20px;
        height: 20px;
    }

    .mobile-open-filter{
        display: flex;
    }
    .collection-cards{
        width: 100%;
        padding-left: 0;
    }
    
    .chosen-select{
        min-width: 100%;
        border-radius: 2px;
        border: 1px solid #6D7E82;
        color: #6D7E82;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        padding-left: 20px;
        padding-right: 30px;
        font-weight: 500;
        line-height: 20px;
        height: 32px !important;
        background-repeat: no-repeat;
        padding-right: 24px;
        background-position: center right 15px;
        background-image: url(images/select-down.svg);

    }

    .acc-reg-form-group-multi .chosen-select{
        width: auto;
        padding-left: 0;
        padding-right: 32px;
        min-width: unset;
        background-position: center right 5px;
        border: 0;
    }
    .floating-select label{
        display: none;
    }
    .custom-form-group .chosen-select{
        text-align: left;
        height: 100% !important;
        font-size: 16px;
        padding-left: 12px;
        border: 0;
        border-radius: 4px;
    }
}

@media(max-width:1200px){
    .product-page-container{
        display: flex;
        flex-direction: column;
        row-gap: 32px;
    }
    .product-page-gallery,
    .product-page-information
    {
        width: 100%;
    }
    .user-panel-content-block{
        padding: 16px;
    }
    .pg-slider{
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .swiper-thumbs{
        width: 100%;
        height: auto;
    }
    .swiper-thumbs .swiper-slide{
        width: 80px;
        height: 80px;
    }
    .pg-swiper{
        width: 100%;
        height: auto;
    }

    .user-panel-container{
        flex-direction: column;
        row-gap: 24px;
    }
    .user-panel-navbar{
        width: 100%;
    }

    .user-panel-contentside{
        width: 100%;
        padding-left: 0;
    }
}

@media(max-width:991px){
   .banner-section .banner-navside{
        display: none;
    }

    .banner-image{
        width: calc(100% - 288px);
    }
    .collection-card-list{
        gap: 12px;
    }

    .collection-card-list .product-card{
        width: calc(50% - 6px);
    }

    .logo{
        height: 26px;
    }

    .cart-popout-inner{
        height: 100%;
    }
    .cart-popout-list{
        height: 100%;
        justify-content: space-between;
    }

    .page-tab-links{
        overflow-x: auto;
        width: 100%;
    }
    .blog-card-img{
        height: 200px;
    }
    .ct-items{
        height: calc(100vh - 100px);
        overflow-y: auto;
        padding-top: 30px;
    }
    .o-mobile-hidden{
        overflow: hidden;
        height: 100vh;
    }
    .logo img, .logo svg{
        width: 100px;
    }
    .cart-popout{
        position: fixed;
        right: 0;
        transition: .5s ease-in-out;
        top: 0;
        box-shadow: unset;
        height: 100vh;
        opacity: 1;
        z-index: 99;
        transform: translateX(100%);
        padding-top: 34px;
        max-width: 320px;
    }

    .cart-popout.active{
        transform: translateX(2px);
    }

    .mobile-search-close{
        display: flex;
        align-items: center;
        transform: translateX(8px);
    }

    .header-top-menu{
        display: none;
    }

    .header-top-container{
        justify-content: flex-end;
    }

    .user-dropdown{
        display: none;
    }
    
    .catalog-and-search{
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 5;
        height: 64px;
        padding:  5px 20px;
        opacity: 0;
        pointer-events: none;
        transition: .3s ease;
        background-color: #31525B;
        /* display: none; */
    }

    .catalog-and-search.active{
        opacity: 1;
        pointer-events: all;
    }
    .search-form{
        width: 100%;
    }

    .search-form input{
        width: calc(100% - 32px);
    }

    .catalog-and-search .catalog-open{
        display: none;
    }
    .suggestion-list{
        gap: 12px;
    }
    .suggestion-card{
        width: calc(50% - 6px);
    }

    .section-title,
    .solid-tablinks a{
        font-size: 24px;
        line-height: 28px;
    }

    .footer-title{
        font-size: 20px;
        line-height: 24px;
    }

    .footer-list.footer-menu-list li a,
    .footer-list.footer-contact-list li a{
        font-size: 14px;
        line-height: 18px;
    }
    .footer-container{
        column-gap: 40px;
    }
    .footer-right {
        width: calc(100% - 260px);
        display: flex;
        column-gap: 30px;
    }

    .blog-inner-ttle h1{
        font-size: 24px;
        line-height: 32px;
    }
    .added-address-box{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;padding: 16px;
    }

    .added-address-actions{
        width: 100%;
        justify-content: flex-end;
    }

    .user-panel-form-container{
        flex-direction: column;
    }

    .custom-form-group.wh-33{
        width: 100%;
    }
    .custom-form-group.wh-50{
        width: 100%;
    }

    .upo-order-details-inner{
        flex-direction: column;
        row-gap: 16px;
    }
    .upo-totals{
        width: 100%;
    }
    .user-panel-order{
        padding: 16px;
    }
    .upo-info{
        width: 100%;
        padding-right: 0;
    }

    
}

@media(min-width:991px){
    .header-mobile-menu-open,
    .header-mobile-search-open{
        display: none;
    }
}

@media(max-width:768px){
    .banner-container{
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
    .upo-order-product-details{
        flex-direction: column;
        align-items: flex-start;
    }
    .upo-order-product-details-image{
        width: 50px;
        height: 50px;
    }
    .bill-address{
        flex-direction: column;
        align-items: flex-end;
    }

    .bill-address-info{
        width: 100%;
        margin-bottom: 24px;
    }
    .upo-order-price span{
        font-size: 18px;
    }
    .upo-order-product-details p{
        font-size: 12px;
    }

    .custom-form-group.wh-50{
        width: 100%;
    }
    .banner-image{
        width: 100%;
    }
    .product-info-left{
        width: 100%;
        padding-right: 0;
    }
    .user-panel-title h4{
        font-size: 20px;
        line-height: 24px;
    }
    .user-panel-title-text{
        font-size: 14px;
        line-height: 18px;
    }

    .product-page-information{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .blog-inner-top{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }

    .blog-inner-infos svg:last-child{
        display: none;
    }
    .blog-content{
        font-size: 16px;
        line-height: 24px;
    }
    .blog-list{
        row-gap: 30px;
        column-gap: 16px;
    }
    .blog-card-description{
        margin-bottom: 24px;
    }

    .blog-card{
        width: calc(50% - 8px);
    }
    .banner-navside, .banner-daily{
        width: 100%;
    }

    .footer-container{
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }
    .footer-social-list{
        justify-content: center;
    }
    .footer-container *{
        text-align: center;
    }
    .footer-list{
        row-gap: 10px;
    }
    .footer-block{
        width: 100%;
    }
    .footer-socials{
        margin-top: 30px;
    }
    .footer-title{
        font-size: 18px;
        margin-bottom: 16px;
    }

    .footer-left{
        max-width: 100%;
    }
    .footer-list.footer-contact-list li a{
        justify-content: center;
    }
    .footer-right{
        flex-direction: column;
        align-items: center;
        width: 100%;
        row-gap: 24px;
    }
    .banner-image{
        flex-direction: column-reverse;
        row-gap: 24px;
        align-items: center;
    }

    .banner-text-block{
        align-items: center;
        text-align: center;
    }
    .product-card-price{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 12px;
    }
    .swiper-thumbs{
        display: none !important;
    }

    .product-labels{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }
    .product-name{
        font-size: 20px;
        line-height: 24px;
    }
    .product-info-right{
        max-width: 100%;
    }
    .default-page-content h1, .default-page-content h2, .default-page-content h3, .default-page-content h4, .default-page-content h5, .default-page-content h6{
        font-size: 18px;
        line-height: 24px;
    }
    .page-title h1{
        font-size: 24px;
        line-height: 28px;
    }
    .acc-reg-box{
        padding:24px 16px;
    }
    .acc-reg-form-group-2 .form-floating{
        width: 100%;
    }
    .acc-reg-form-group-2{
        flex-direction: column;
        row-gap: 16px;
    }
    .account-reg-section{
        background-size: 300px;
        padding: 20px;
    }
}

@media(max-width:500px){
    .suggestion-list{
        gap: 4px;
    }
    
    .blog-card{
        width:100%;
    }

    .pp-tab-inner ul li{
        width: 100%;
    }
    .pp-info-tablinks{
        margin-top: 30px;
    }
    .suggestion-card{
        width: calc(50% - 2px);
    }
    .blog-card-img{
        height: auto;
    }
    .suggestion-card{
        height: auto;
        max-height: 220px;
        min-height: 200px;
    }
    .sg_text{
        padding: 10px;
    }

    .sg_text span{
        font-size: 16px;
    }

    .solid-tablinks a{
        font-size: 18px;
        line-height: 22px;
        white-space: nowrap;
    }

    .tablinks{
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .banner-image{
        padding: 20px 16px;
    }
    .banner-text-block h2{
        font-size: 28px;
        line-height: 32px;
    }
    
    .product-card{
        padding: 10px;
    }
    .product-card-image{
        padding: 0;
    }
    .product-card-title{
        font-size: 14px;
        line-height: 20px;
    }
    .collection-cards-header p{
        font-size: 15px;
        line-height: 20px;
    }
    .pc-discount-price{
        font-size: 18px;
        line-height: 22px;
    }
    .product-card-price p{
        font-size: 20px;
        line-height: 24px;
    }
    .pc-discount-price{
        margin-bottom: 4px;
    }
    .product-card-price{
        row-gap: 4px;
    }
    .pc-add-to-cart{
        margin-top: 16px;
    }
}