@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    .hdr-singel {
        justify-content: space-between;
    }
   
    .hdr-mdl .hdr-srchmain {
        width: 400px;
    }
    .top-heading h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .prdct-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .ctgry-descrp {
        margin-top: 12px;
    }
    .ctgry-descrp a {
        font-size: 16px;
        line-height: 22px;
    }
    .ctgry-image {
        width: 104px;
        height: 104px;
    }
    .category-section {
        padding: 45px 0;
    }
    .prdct-detail a {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .mart-3 {
        margin-top: 40px;
    }
    .newsletter-inner {
        width: 50%;
    }
    .newsletter-descrp h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .newsltr-input {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    header.fixed .hdr-mdl{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        animation: topToBottom 300ms linear;
        box-shadow: 0px 0px 6px 0px rgb(48 45 45 / 10%);
    }
    header.fixed .hdr-singel {
        justify-content: space-between;
    }
    .mblsrch-btn{
        display: none;
    }
    .srchpop-close{
        display: none;
    }
}

@media screen and (max-width: 767px) {
 
    header {
        box-shadow: 0px 0px 6px 0px rgb(48 45 45 / 10%);
        backdrop-filter: saturate(180%) blur(15px);
        position: fixed;
    }
    .htr-inner {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        background: #fff;
        width: 90%;
        max-width: 250px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        text-align: left;
        padding-top: 0;
        padding-left: 0;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        z-index: 999;
        transition: all 300ms;
        height: 100vh;
    }
    body:not(.menu-open) .htr-inner {
        transform: translateX(-120%);
    }
    body.menu-open .hdr-top .overlay {
        opacity: 1;
        visibility: visible;
    }
    .hdr-top .hdr-language-slct .select2-container--default .select2-selection--single {
        height: 30px;
    }
    .hdr-top .hdr-language-slct .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        top: -15px;
    }
    .hdr-top .hdr-language-slct .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px;
    }
    .hdr-top .hdrtp-flx {
        justify-content: center;
        flex-wrap: wrap;
        padding: 15px 0;
        gap: 5px;
    }
    .hdr-mdl .hdr-tplist .hdr-tp-menu ul li a em {
        display: none;
    }
    .srchpop-close {
        position: absolute;
        top: 16px;
        right: 20px;
    }
    .hdr-mdl .hdr-tplist {
        margin-right: 0px;
    }
    .hdr-mdl .hdr-tplist {
        gap: 8px;
    }
    .hdr-mdl .hdr-srchmain .hdrsrch-input label input {
        padding-right: 52px;
    }
    .hdr-mdl .hdr-tplist .hdr-tp-menu ul li a span {
        position: relative;
    }
    .hdr-mdl .hdr-tplist .hdr-tp-menu ul li a {
        padding-left: 0;
        font-size: 14px;
    }
    .hdr-mdl .hdr-tplist .hdr-tp-menu ul {
        gap: 5px;
    }
    .left-hdr {
        gap: 10px;
    }
    .hdr-mdl .hdr-srchmain {
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 65px 20px;
        background: #ffff;
        height: 100vh;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
    }
    .mblsrch-btn .mblsrch-clk {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        color: rgb(11, 12, 13);
    }
    .open-search-popup .hdr-mdl .hdr-srchmain {
        opacity: 1;
        visibility: visible;
    }
    .hdr-prdct-slct:before{
        background: transparent;
    }
    .hdr-mdl .hdr-srchmain .hdr-prdct-slct {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        margin-top: 14px;
    }
    .hdr-mdl .hdr-srchmain .hdr-prdct-slct .select2-container {
        width: 100% !important;
    }
    .hdr-mdl .hdr-srchmain .hdr-prdct-slct .select2-container--default .select2-selection--single {
        border: 1px solid #aaa;
        background: #fff;
    }
    nav ul {
        flex-wrap: wrap;
        max-height: 100%;
        overflow: auto;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
    nav ul li {
        width: 100%;
    }
    nav ul li a {
        padding: 10px 20px;
        color: #000000;
        border-bottom: unset;
    }
    nav ul li a:hover,
    nav ul li.active a,
    nav ul li a:focus {
        color: #000;
        border-bottom: unset;
    }
    nav ul li+li {
        border-top: 1px solid #eee;
    }
    .menu-icon,
    .close-menu {
        display: block;
    }
    .container {
        padding: 0 15px;
    }
    .hdr-mdl {
        padding: 5px 0;
    }
    .left-hdr {
        width: auto;
    }
    .rght-hdr {
        width: auto;
    }
    main {
        overflow: hidden;
        padding-top: 137px;
    }
    .ht-inner {
        height: 100%;
    }
    .hdr-singel {
        height: 100%;
    }
    .hdr-logo a img {
        width: 92px;
    }
    .ht-inner .container {
        height: 100%;
    }
    .singl-inpuflex {
        flex-wrap: wrap;
    }
    .sngl-inpu {
        width: 100%;
    }
    
    .top-heading p {
        font-size: 14px;
        line-height: 24px;
    }
    .top-heading h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .ftr-btm-links {
        text-align: center;
        font-size: 14px;
    }
    .cmpny-copyright {
        text-align: center;
        font-size: 14px;
    }
    .ftr-btm-links ul li::before {
        top: 4px;
    }
    .btn-form .prmry-btn {
        max-width: 100%;
    }
    .main-flex {
        margin: 0 0px;
        flex-wrap: wrap;
    }
    .iner-flx {
        width: 100%;
        padding: 0 0px;
    }
    .iner-flx+.iner-flx {
        margin-top: 0px;
    }
    .owl-carousel button.owl-dot span {
        width: 6px;
        height: 6px;
        margin-right: 4px;
    }
    
    .footer-section {
        padding: 15px 15px;
    }
    .prdct-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .lgn-inner-flx {
        width: 90%;
    }
    .lgn-tp-hding h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .lgn-tp-hding {
        margin-bottom: 35px;
    }
    .trndng-prdct-section {
        padding-bottom: 46px;
    }
    .newarival-section, .offerd-section {
        padding: 45px 0;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .mart-3, .mart-4 {
        margin-top: 30px;
    }
    .newsletter-inner {
        width: 100%;
    }
    .newsletter-main {
        flex-wrap: wrap;
        gap: 20px;
    }
    .newsletter-descrp h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 3px;
    }
    .cmpny-copyright {
        margin-bottom: 6px;
    }
    .prdct-flx {
        flex-wrap: wrap;
        gap: 20px;
    }
    .prdct-inner-flx {
        width: 100%;
        padding: 0 20px;
    }
    .prdctsldr-flx-main {
        padding-left: 0;
    }
    .prdctsldr-flx-inner-30 {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0%);
    }
    .details-slider #thumbnailSlider .owl-stage-outer .owl-stage {
        display: inline-block;
    }
    .details-slider #thumbnailSlider .owl-stage-outer .owl-stage .owl-item {
        margin-right: 5px;
    }
    .prdctdetail-section {
        padding: 60px 0;
    }
    .prflicon-main .dropdown-toggle {
        width: 25px;
        height: 25px;
    }
    .wishlist-section {
        padding: 45px 0;
    }
    .feturedmain-product ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .all-product-page {
        padding: 45px 0;
    }
    .px-50 {
        padding: 0 0;
    }
    .destination-section {
        padding: 45px 0;
    }
    .about-images {
        margin-bottom: 25px;
    }
    .fs-3 {
        font-size: calc(1rem + .6vw)!important;
    }
    .mb-4{
        margin-bottom: 1rem!important;
    }
    .counterup-title {
        font-size: 14px;
    }
    .counterup-number {
        font-size: 26px;
    }
    .counterup-items span {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .contact-inner-flx-50 {
        width: 100%;
    }
    .contact-inner-flx-5 {
        width: 100%;
    }
    .seprate-line:before {
        width: 100%;
        height: 1px;
    }
    .contact-tp-inner .top-heading {
        margin-bottom: 10px;
    }
    .contact-tp-inner .top-heading h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .contct-information .cntct-dtl-info+.cntct-dtl-info {
        margin-top: 10px;
    }
    .contct-information .cntct-dtl-info p {
        font-size: 14px;
        line-height: 20px;
    }
    .contct-information .cntct-dtl-info span {
        font-size: 14px;
    }
    .contact-section {
        padding: 45px 0;
    }
    .categry-list {
        overflow: auto;
    }
    .ctgry-main {
        text-align: center;
        margin-bottom: 15px;
    }
    .categry-list::-webkit-scrollbar {
       height: 5px;
    }
    .ctgry-image {
        width: 78px;
        height: 78px;
    }
    .categry-list ul li {
        width: 100px;
    }
    .add-popup {
        padding: 40px 20px;
    }
    .mat-tabs .nav-tabs li {
        flex: 45%;
    }
    .size-popup .rlsttpwb-tabs {
        border-radius: 12px;
    }
    .menu-icon {
        top: 61%;
    }
    .menu-open .overlay {
        opacity: 1;
        visibility: visible;
    }
    .form-inner-flx-47 {
        width: 100%;
    }
    .rating-main {
        white-space: nowrap;
    }
    .newctgry-list ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .hdr-logo a {
        display: inline-block;
        padding: 0;
    }
    .hdr-mdl {
        padding: 8px 0;
    }
}

@media screen and (max-width: 475px) {
.menu-icon {
    top: 68%;
}
.newctgry-list ul {
    grid-template-columns: repeat(1, 1fr);
}
.hdr-ctgry ul {
    gap: 6px;
}
.hdr-logo a {
    display: inline-block;
    padding: 0;
}
.hdr-ctgry ul li a {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    width: 56px;
}
.hdr-ctgry ul {
    gap: 6px;
}
.left-hdr {
    gap: 8px;
}
.hdr-mdl .hdrmdl-flx {
    gap: 8px;
}
.left-hdr {
    width: 70%;
}
.rght-hdr {
    width: 30%;
}
}

@media screen and (max-width: 375px) {
    .banner-sec .owl-dots {
        position: absolute;
        bottom: 8px;
        left: 0;
        right: 0;
    }
    .banner-sec .carousel-caption {
        top: 0%;
    }
   
}