* {
    margin: 0px;
    font-family: "Barlow";
}

body {
    margin: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

#property-header .dropdown-menu {
    position: absolute;
    padding: 0.5rem 0 0.5rem 0;
    left: 0rem;
    white-space: nowrap;
    text-align: left;
    padding: 0px 0 0px 0;
    background-color: #21211F;
    z-index: 556;
    transition: all .3s linear;
    top: 130%;
    visibility: hidden;
    opacity: 0;
    display: block;
    margin-top: 0;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#property-header .navbar-nav li {
    position: relative;
    /* padding: 0.5rem 1rem; */
}

.header-area .sticky-logo-img {
    display: none;
}

.sticky_header .sticky-logo-img {
    display: block;
}

.sticky_header .header-logo-img {
    display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
    content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
    padding-left: 14px;
}

#property-header .nav-link {
    letter-spacing: 1px;
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
    transition: 0.4s;
    text-transform: capitalize;
    color: #1D1B1B;
    font-family: "Barlow Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover {
    /*color: #0071E3 !important;*/
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #21211F;
    transition: all .3s linear;
    border-bottom: 2px solid #21211F;
}

#property-header .dropdown-item.active,
.dropdown-item:active {
    color: #DEE1E3;
    text-decoration: none;
    background-color: #21211F;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .dropdown-item:hover {
    color: #21211F;
    background-color: transparent;
}

#property-header .dropdown-item {
    color: #DEE1E3;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Source Sans 3';
    letter-spacing: 1px;
    transition: 0.3s ease-out;
    padding: 0.6rem 1rem 0.6rem 1rem;
}

/* #property-header .nav-link.active {
    color: #0784C7 !important;
} */

#property-header .nav-link.active.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-collapse {
    flex-grow: 0 !important;
}

.bg_load {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/loading_icon.gif) 50% 50% no-repeat #000;
}

.bg-contact .navbar {
    background-color: #f6cabf !important;
    border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
    position: absolute;
    z-index: 1;
    width: 100%;
}

#property-header .navbar-light .navbar-nav .nav-link.active-menu {
    color: #21211F;
    border-bottom: 3px solid #21211F;
    width: fit-content;
}

.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;

}

.header-area.sticky_header {
   background-color: #ffffff;
    width: 100%;
}

.scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
    color: #000;
}

/*----onscroll animation start-----*/
.in-view.anim-delay2 {
    -webkit-transition-delay: 0.4s !important;
}

.in-view.anim-delay3 {
    -webkit-transition-delay: 0.8s !important;
}

.in-view.anim-delay4 {
    -webkit-transition-delay: 1.2s !important;
}

.in-view.anim-delay5 {
    -webkit-transition-delay: 1.6s !important;
}

.in-view.anim-delay6 {
    -webkit-transition-delay: 2s !important;
}

.animation-element.slide-top {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}

.animation-element.fadein {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.animation-element.slide-bottom {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, 60px, 0px);
    -webkit-transform: translate3d(0px, 60px, 0px);
    -o-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate3d(0px, 60px, 0px);
}


.animation-element.slide-left {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate3d(50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.fadein.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


.header-area {
    padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .9px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0784C7;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0071E3;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /* color: #62CEC5 !important; */
    transition: all .3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

a.nav-link {
    position: relative;
}

.header-button {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 12rem;
    padding: 0.375rem 1.55rem;
    border-radius: 50px;
    background-color: #62CEC5;
}

.container {
    padding-right: 5vw !important;
    padding-left: 5vw !important;
    margin: unset !important;
    max-width: unset;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 2px 0;
}

.navbar {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
}

.btn:focus {
    box-shadow: unset;
}

.header-area {
    position: absolute;
    width: 100%;
    z-index: 110;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}


.scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 56px;
    background-repeat: no-repeat;
    z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
    background: #f36a3a !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.sticky_header .top-header {
    display: none;
}

@media (max-width: 767px) {

    .top-header {
        padding: 0;
        background-color: transparent !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem !important;
        font-weight: 400 !important;
        color: #000 !important;
    }

    .sticky-social {
        display: none;
    }

    .h-height {
        height: 156px;
    }

    .navbar-dark .navbar-toggler {
        color: unset !important;
        border-color: #fff !important;
        box-shadow: unset !important;
    }

    .scrollToTop {
        right: 20px;
    }
/* 
    .container {
        padding: 0px 15px !important;
    } */

    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 27px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-area {
        background-color: #FAFAFA;
    }

    .header-button {
        margin-left: unset !important;
        padding: 8px 20px !important;
    }

    .navbar-dark .navbar-nav .nav-link:after {
        position: unset !important;
    }

    /* .navbar-brand img {
        width: 160px;
    } */
}

@media(min-width:768px) and (max-width:991px) {
    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem;
    }

    .header-btn .zoop-btn {
        font-weight: 400;
        background: transparent !important;
        color: rgba(0, 0, 0, .7) !important;
        font-weight: 400 !important;
    }

    .header-btn .zoop-btn.btn-primary:hover {
        background: transparent !important;
    }

    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 40px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-button {
        margin-left: unset !important;
    }
}

@media (max-width: 575px) {
    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }
}



/* ========================
    OWN CSS START
======================== */

/* Nav style */
.sticky-logo,.header-area.sticky_header .nav-bottom,.header-area.sticky_header .default-logo{
    display: none;
}
.header-area.sticky_header .sticky-logo{
    display: block;
    margin-top: 15px;
}
.navbar-outer{
    position: relative;
}
.nav-bottom {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.navbar-brand{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.inner-navbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.search-bar input[type=text] {
    font-size: 14px;
    border: none !important;
    outline: none;
    float: left;
    width: 80%;
    background: transparent;
}
.search-bar input[type=text]:focus {
    border: none;
    outline: none; 
}
form.search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 20px;
}
.fav-link,.cart-link{
    position: relative;
}
.upside-number {
    position: absolute;
    top: -18px;
    left: 15px;
    padding: 2px 8px;
    background-color: #BC0A30;
    color: #FAFAFA;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50%;
}
.menu-items li a{
    text-decoration: none;
}
.menu-outer-items {
    flex-direction: row;
    display: none;
}

/* popup form */
#popup{
    display: none;
}
#popup.active {
    display: block;
}
.popup {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}
.form-container {
    position: relative;
    display: flex;
    justify-content: center;
    width: auto;
    align-items: center;
}
.form-modal-fields{
    padding: 71px 40px;
    background-color: #FAFAFA;
    width:60%;
    height: 609px;
}
.form-modal-fields h2{
    color: #1D1B1B;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.form-modal-fields p{
    color: #1D1B1B;
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0px;
}
.form-control,.form-select{
    background-color: transparent;
    border: 1px solid #7A7474;
    font-size: 16px;
    font-weight: 500;
    color: #655F5F;
    padding:16px;
}
.form-control:focus{
    background-color: transparent;
}
.form-inner .button.parallelogram{
    width: 168px;
    cursor: pointer;
}
.form-inner p{
    color: #655F5F;
    font-size: 16px;
    font-weight: 500;
    margin:0px;
}
.forgotpass{
    display: block;
    text-align: end;
}
.form-modal-img{
    height: 609px;
    width: 40%;
}
.form-modal-img img{
    height: 100%;
}
.close-icon{
    cursor: pointer;
    position: absolute;
    top: 29px;
    right: 29px;
}
/* #register-form .close-icon{
    top: 40px;
    right: 19px;
} */
#register-form .form-modal-fields,#register-form .form-modal-img{
    height: 656px;
}
.form-modal-bgimg{
    height: 100%;
}
#register-form .form-modal-fields{
    padding: 50px 40px;
}
#popup.active {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Footer */
#footer{
    background-color: #000000;
    padding-top: 70px;
}
.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer-logo::before,
.footer-logo::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #D9D9D9;
}

.social-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 15px 0px 20px;
}
.footer-content-inner a{
    text-decoration: none;
    color: #FAFAFA;
    font-weight: 500;
    font-size: 22px;
}
.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer-content-inner {
    width: 50%;
    display: flex;
    gap: 25px;
    flex-direction: column;
    position: relative;
}
.footer-content-inner:nth-child(1)::after {
    position: absolute;
    right: 2px;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #D9D9D9;
}
.footer-details{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 52px 0px 62px;
}
.phone-detail,.mail-detail{
    width: 30%;
}
/* .address-detail{
    width: 70%;
} */
.footer-details a, .footer-details p {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
}
.btm-footer{
    padding: 0px 26px;
    border-top: 1px solid #D9D9D933;
}
.btm-footer a,.btm-footer p{
    color: #F1F1E5;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

/* ===================
Home Page Css
=================== */
/* Banner Section */
/*#banner-section{*/
/*    background-image: url("../images/homeImages/Banner\ Image.webp");*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    padding: 233px 0px;*/
/*}*/
.carousel-control-next, .carousel-control-prev{
    width: auto;
    z-index: 13;
}
.carousel-control-next{
    right: 20px;
}
.carousel-control-prev{
    left: 20px;
}
 #banner-section .home-slider .carousel-inner{
    border: none;
 }
.banner-slider-image{
    width:100%;
}
.home-slider{
    position: relative;
 }
.banner-inner{
    position:absolute;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    right: 80px;
}
.banner-slider-phone{
    display: none;
}
.banner-inner h1{
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    line-height: 70px;
    max-width: 1036px;
}
.banner-inner p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    max-width: 703px;
    margin: 16px 0px 34px;
}
.button {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #FAFAFA;
    width: 228px;
    height: 60px;
    text-decoration: none;
    transform: skew(-20deg);
    position: relative;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.skew-fix {
    display: inline-block;
    transform: skew(20deg);
}
.button:hover {
    color: #FAFAFA;
}
.parallelogram::before,
.parallelogram::after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    transition: 0.3s;
    border-radius: 5px;
}
.parallelogram::before {
    z-index: -1;
    box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
    background-color: #FD1833;
}
.parallelogram::after {
    border: 1px solid #FD1833;
    transform: translate(-0.4rem, 0.4rem);
    z-index: -2;
}
.parallelogram:hover::before {
    background-color: #044871;
}
.parallelogram:hover::after {
    border: 1px solid #044871;
    transform: translate(0.4rem, -0.4rem);
}

/* Popular Product Css */
#popular-prdct{
    background-color: #FFFFFF;
    padding: 242px 0px 72px;
    position: relative;
}
.popular-prdct-top{
    position: absolute;
    top: -150px;
    width: 90%;
}
.popular-prdct-top .row>*{
    padding: 0;
}
.popular-prdct-top .row>*:nth-child(2){
    padding: 0px 20px;
}
.popular-prdct-card {
    height: 390px;
}
.popular-card1{
    background-image: url("../images/homeImages/Bat\ Image.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 32px;
    border-radius: 6px;
}
.popular-prdct-card h5{
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0;
}
.popular-prdct-card h2{
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 42px;
    max-width: 174px;
    margin: 18px 0px;
}
.card-inner-head{
    font-size: 90px;
    font-weight: 900;
    color: #FAFAFA;
    line-height: 45px;
}
.popular-prdct-card p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 174px;
}
.popular-prdct-card a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #FAFAFA;
    margin-top: 24px;
}
.popular-card2{
    background-image: url("../images/homeImages/Bat\ Kit\ Image.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 32px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popular-card2 h2{
    max-width: 100% !important;
}
.popular-card2 a{
    margin-top: 10px;
}
.popular-card3{
    background-image: url("../images/homeImages/Jersy\ Image.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 32px;
    border-radius: 6px;
}
.popular-card3 h2{
    color: #1D1B1B;
    max-width: 218px;
}
.popular-card3 .card-inner-head{
    color: #1D1B1B;
}
.popular-card3 p{
    color: #1D1B1B;
    max-width: 147px;
}
.popular-card3 a{
    color: #1D1B1B;
}
.list-header h5{
    font-size: 36px;
    font-weight: 700;
    color: #1D1B1B;
    margin: 0;
}
.list-header a{
    font-size: 22px;
    font-weight: 400;
    color: #BC0A30 !important;
    text-decoration: none;
}
.list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 36px 0px;
}
.products-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 11px;
}
.product-img{
    width: 100%;
    height: 100%;
}
.product-img {
    transition: 0.5s;
}
.products-card:hover .product-img{
    transform: translate(0, -10px);
}

.products-card{
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    width: 24%;
}
.products-card-img{
    position: relative;
    height: 309px;
    padding:15px;
}
.products-fav-icon {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #FAFAFA;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.nrml-icon {
    opacity: 1;
    transition: all 0.3s ease;
}
.filled-icon {
    position: relative;
    opacity: 1;
    transition: all 0.3s ease;
}
.toggle-icon:checked + .nrml-icon {
    opacity: 0;
}

.toggle-icon:checked ~ .filled-icon {
    opacity: 1;
}

.product-card-cont h6{
    font-size: 16px;
    font-weight: 500;
    color: #1D1B1B;
    margin: 0;
}
.product-card-cont h3{
    font-size: 22px;
    font-weight: 600;
    color: #1D1B1B;
    margin:20px 0px 25px;
    height:52px;
}
.product-card-cont p{
    font-size: 32px;
    font-weight: 700;
    color: #1D1B1B;
    margin:0px;
}
.delText{
    font-size: 16px;
    font-weight: 400;
    color: #1D1B1B;
    margin-left: 16px;
}
.product-card-cont .button{
    margin-top: 30px;
    width: 95%;
}
.product-card-cont {
    padding: 24px;
    border-top: 1px solid #E4E4E4;
}

/* Product Category Css*/
#product-category{
    background-color: #F8F8F8;
    padding: 75px 0px;
}
.category-inner{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.category-inner h6{
    color: #1D1B1B;
    font-size: 18px;
    font-weight: 700;
}
.category-list2{
    margin-top: 25px;
}

/* Gender Category Css*/
#gender-category{
    background-color: #FFFFFF;
    padding: 72px 0px;
}
.category-content{
    max-width: 147px;
}
.gender-category-inner{
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    /* padding: 45px 40px 25px 0px; */
    padding: 40px 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 6px;
}
.mens-category{
    background-image: url("../images/homeImages/Men\ Image.webp");
}
.juniors-category{
    background-image: url("../images/homeImages/Kids\ Image.webp");
}
.womens-category{
    background-image: url("../images/homeImages/Women.webp");
}
.category-content h2{
    color: #1D1B1B;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}
.category-content p{
    color: #383434;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.category-content a{
    color: #FD1833;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
}
.juniors-category .category-content h2{
    color: #FAFAFA;
}
.juniors-category .category-content p{
    color: #FAFAFA;
}

/* Contact Section */
#contact-section{
    background-image: url("../images/homeImages/cta.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 126px 0px;
}
.contact-contents h6{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.contact-contents h2 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 36px 0px 48px;
    max-width: 964px;
    line-height: 48px;
    text-transform: capitalize;
}
.contact-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Latest Products Section */
#latest-products{
    background-color: #FFFFFF;
    padding: 36px 0px 72px;
}

/* For You Section Css */
#Here-for-you{
    background-image: url("../images/homeImages/banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 58px 0px 80px;
}
.Here-for-you-inner h2{
    color: #FAFAFA;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 42px;
}
.Here-for-you-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.Here-for-you-card{
    width: 24%;
}
.Here-for-you-card img{
    float: left;
}
.Here-for-you-card h4{
    color: #FAFAFA;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 9px;
}
.Here-for-you-card p{
    color: #E4E4E4;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-left: 72px;
}

/* Blogs Section Css */
#blogs-section{
    background-color: #FFFFFF;
    padding: 70px 0px 60px;
}
#blogs-section h2{
    color: #1D1B1B;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 36px;
}
.blog-card img{
    width: 100%;
    margin-bottom: 24px;
    border-radius: 30px;
    height:360px;
}
.blog-card h6{
    color:#655F5F;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.blog-card h4{
    color:#1D1B1B;
    font-size: 22px;
    font-weight: 600;
    margin:12px 0 14px;
    line-height: 35px;
    height: 70px;
}
.blog-card p{
    color:#655F5F;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    height: 48px;
}
.blog-card .button{
    margin-top: 24px;
    width: 188px;
}
.filter-right .form-control.btn {
    padding: 6px 10px;
}
.product-detail-cont {
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 24px;
}
p#priceDisplay span {
    font-size: 16px;
    padding-left: 20px;
}
/* Slider Section Css */
#client-slider{
    background-color: #F8F8F8;
    padding: 72px 0px;
}
.owl-dots {
    text-align: center;
    margin-top: 36px;
}
.owl-carousel button.owl-dot{
    background-color: transparent !important;
}
.owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #FFC1C9;
    border-radius: 50%;
    display: inline-block;
    margin: 12px;
}
.owl-dot.active span {
    background-color: #FD1833;
}
.owl-inner-img{
    position: relative;
}
/*.hover-img{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    opacity: 0;*/
/*    transition: all 0.5s linear;*/
/*}*/
/*.owl-inner-img:hover .hover-img{*/
/*    opacity: 1;*/
/*}*/
/*.owl-inner-img:hover .nrml-img{*/
/*    opacity: 0;*/
/*}*/

/* ===================
Products Page Css
=================== */
/* Banner Section */
#common-banner-section{
    background-image: url("../images/homeImages/common-banner-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0px 60px;
}
.common-banner-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.common-banner-inner h1{
    color: #FAFAFA;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 26px;
}
.common-banner-inner p{
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 8px;
}
.common-banner-inner p a{
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.common-banner-inner p span{
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 400;
}

/* Filter Section */
#filter-section{
    background-color: #FFFFFF;
    padding: 16px 0px;
    border-bottom: 1px solid #CFCECE;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}
#filter-section .container{
    overflow-x: scroll;
    overflow-y: visible;
}
#filter-section .container::-webkit-scrollbar{
    display: none;
}
.filter-section-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1298px;
}
.filter-section-inner .form-inner-select{
    padding: 6px 36px 6px 12px;
}
.filter-left{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.form-inner-select{
    width: auto;
    font-size: 16px;
    color: #383434;
    font-weight: 500;
    border-radius: 6px;
}
#product-offer{
    background-color: #F8F8F8;
    padding: 48px 0px;
}
#products{
    padding: 48px 0px;   
}
.popular-offer-inner .row>*{
    padding: 0;
}
.popular-offer-inner .row>*:nth-child(2){
    padding: 0px 20px;
}
.popular-prdct-card {
    height: 390px;
}

/* ===================
Products Detailed Page Css
=================== */
/* details section */
#prod-details{
    padding: 60px 0px;
    background-color: #FFFFFF;
}
.carousel-item{
    transition: transform .3s ease-in-out;
    text-align: center;
}
.carousel-indicators {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content:start;
    gap: 12px;
    padding: 0;
    list-style: none;
    margin: 0 !important;
}
.list-inline-item{
    width: 112px;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    cursor: pointer;
}
.custom-carousel{
    display: flex;
    flex-direction: row-reverse;
    gap: 18px;
}
.carousel-inner{
    border: 1px solid #E4E4E4;
    border-radius: 6px;
}
.product-detail-cont h6{
    color: #1D1B1B;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.product-detail-cont h3,.product-detail-cont p{
    color: #1D1B1B;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.product-detail-cont h3{
    margin: 15px 0px 20px;
    line-height: 43px;
}
.product-detail-cont .delText{
    font-size: 18px;
}
.prod-detail-btns{
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-left: 20px;
}
#prod-details .row>*{
    padding: 0px 18px !important;
}
.product-detail-selection{
    margin:48px 0px;
}
.detail-head {
    width: 15%;
}
.detail-head p{
    color: #1D1B1B;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.color-inner{
    height: 24px;
    width: 24px;
    border-radius: 5px;
}
.color1 {
    background-color: #FE8904;
}
.color2 {
background-color: #E4DDCB;
}
.color3 {
background-color: #68010A;
}
.color-inner {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 16px;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent; /* Optional for layout */
}
.color-inner.active {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #bc0a30;
}
.size-detail{
    margin: 30px 0px;
}
.sizes,.material{
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.sizes-inner,.material-inner{
    border: 1px solid #BAB8B8;
    border-radius: 6px;
    padding: 5px 12px;
    transition: all 0.3s ease;
}
.sizes-inner:hover, .material-inner:hover {
    cursor: pointer;
}
.sizes-inner p,.material-inner p{
    color: #BAB8B8;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.sizes-inner:not(.active):hover, .material-inner:not(.active):hover {
    border-color: #7A7474;
}
.sizes-inner:not(.active):hover p, .material-inner:not(.active):hover p {
    color: #7A7474;
}
.sizes-inner.active, .material-inner.active {
    border-color: #044871;
}
.sizes-inner.active p, .material-inner.active p {
    color: #044871;
}
.buying-detail {
    display: flex;
    gap: 44px;
}
.buying-detail .increDecre{
    width: auto;
}
.count{
    color: #4E4949;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    width: 24px;
    text-align: center;
    position: relative;
}
.count::before,
.count::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
}
.count::before {
    left: -14px;
}
.count::after {
    right: -14px;
}
.increDecre {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #655F5F;
    border-radius: 6px;
    padding: 7px 10px;
}
.increDecre img {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

/* product Brief Section */
#product-brief{
    background-color: #F8F8F8;
    padding: 60px 0px;
}
.product-brief-inner h2{
    color: #1D1B1B;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 36px;
}
.product-brief-para p {
    color: #1D1B1B;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}
.product-brief-para p::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #1D1B1B; 
    border-radius: 50%;
}

/* related section */
#related-section{
    padding-bottom: 48px;
}


/* ===================
Cart Page Css
=================== */
#cart-section{
    background-color: #FFFFFF;
    padding: 40px 0px 67px;
}
.custom-table{
    width:100%;
}
.cart-table-head th{
    color: #1D1B1B;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.cart-table-head th:nth-child(1){
    width: 60%;
}
.cart-table-head th:nth-child(2){
    width: 30%;
}
.cart-table-head th:nth-child(3){
    width: 10%;
}
.custom-table .cart-table-inner td {
    padding: 35px 0px;
}
.cart-table-inner{
    border-bottom: 1px solid #D9D9D9;
}
.cart-prod-detail{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 25px;
}
.cart-prod-detail .list-inline-item{
    width: 25%;
}
.cart-detail-inner h6{
    color: #1D1B1B;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.cart-detail-inner h3,.cart-quantity-inner h3{
    color: #1D1B1B;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin: 20px 0px 30px;
    max-width: 85%;
}
.cart-detail-inner {
    width: 75%;
}
.cart-color-inner{
    height: 24px;
    width: 24px;
    border-radius: 5px;
}
.cart-color-inner.color1{
    background-color: #FE8904;
}
.cart-color-inner.color2{
    background-color: #1671B6;
}
.cart-sizes-inner,.cart-material-inner{
    border: 1px solid #044871;
    border-radius: 6px;
    padding: 5px 12px;
    transition: all 0.3s ease;
}
.cart-sizes-inner p,.cart-material-inner p{
    color: #044871;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.cart-detail-inner .detail-head{
    width: 25%;
}
.increDecre {
    width: 65%;
}
.remove-prdct p{
    font-size: 16px;
    color: #655F5F;
    font-weight: 500;
    margin: 0;
}
.cart-table-price p{
    color: #1D1B1B;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.cart-total{
    border-bottom: 1px solid #D9D9D9;
}
.cart-total td {
    padding: 16px 0px;
}
.cart-total-head h3{
    color: #1D1B1B;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.continue-shopping{
    padding: 38px 0px;
}
.continue-shopping a{
    color: #033A5B;
    font-size: 16px;
    font-weight: 500;
}
.address-box,.summary-box{
    padding: 30px;
    border: 1px solid #D8D9E0;
    border-radius: 12px;
    margin-bottom: 24px;
}

/* Hide the native radio button */
.checkbox-style input[type="radio"] {
    display: none;
  }
  .checkbox-style input[type="radio"] + .checkmark {
    border: 1px solid #011F53;
  }
  /* Custom checkmark container */
  .checkbox-style .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%; /* Round shape like radio */
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }
  
  /* Tick inside the selected radio */
  .checkbox-style input[type="radio"]:checked + .checkmark::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
  }
  
  /* Optional: Styling the checked state background */
  .checkbox-style input[type="radio"]:checked + .checkmark {
    background-color: #011F53;
    border-color: #011F53;
  }
  .blog-card {
    padding-bottom: 60px;
}
.blog-details-cont h2 {
    padding-bottom: 20px;
}

.blog-details-cont {padding-top: 20px;}
.address-box h3,.summary-box h3{
    color: #260708;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.address-content h4{
    color: #1D1B1B;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.address-content p{
    color: #383434;
    font-size: 18px;
    font-weight: 500;
    margin:20px 0px;
}
.address-content a{
    color: #4E4949;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
}
.new-address p{
    color: #655F5F;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.cart-summary-head h3{
    color: #383434;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.cart-summary-content p,.cart-item p{
    color: #383434;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.cart-summary-head h3:nth-child(1),.cart-summary-content p:nth-child(1){
    width: 60%;
}
.cart-summary-head h3:nth-child(2),.cart-summary-content p:nth-child(2){
    width: 25%;
    text-align: center;
}
.cart-summary-head h3:nth-child(3),.cart-summary-content p:nth-child(3){
    width: 15%;
    text-align: end;
}
.cart-item p:nth-child(1){
    width: 80%;
    text-align: start;
}
.cart-item p:nth-child(2){
    width: 20%;
    text-align: end;
}
#cart-section .button.parallelogram{
    width: 200px;
    cursor: pointer;
}


 /* ===================
myProfile Page Css
=================== */
#myprofile{
    padding: 70px 0px;
    background-color: #FFFFFF;
}
.custom-tab-link{
    border: 1px solid #E4E4E4;
    padding: 18px 30px;
    flex-direction: column;
    border-radius: 12px;
    width: 24%;
    height: fit-content;
}
.custom-tab-link a.active {
    color: #044871;
}
.custom-tab-link li{
    padding: 26px 0px;
    border-bottom: 1px solid #E4E4E4;
    list-style-type: none;
}
.custom-tab-link li:last-child{
    border-bottom:none;
}
.custom-tab-link li a{
    color: #7A7474;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    display: block;
}
.custom-tab{
    display: flex;
    justify-content: space-between;
}
.custom-tab-content{
    width: 74%;
    border: 1px solid #E4E4E4;
    padding: 40px 40px 0px;
    border-radius: 12px;
}
.custom-tab-content h3{
    color: #044871;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}
.custom-tab-content a{
    color: #033A5B;
    font-size: 16px;
    font-weight: 500;
}
.myprofile-tab h4{
    color: #1D1B1B;
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0px;
}
.myprofile-email p,.myprofile-phone p,.myprofile-password p{
    color: #1D1B1B;
    font-size: 18px;
    font-weight: 500;
    margin-bottom:36px;
    width: 15%;
}
.myprofile-email p:nth-child(2),.myprofile-phone p:nth-child(2),.myprofile-password p:nth-child(2){
    color: #1D1B1B;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
}

/* myOrders */
.myorder-tab{
    overflow-x: scroll;
}
.myorder-tab::-webkit-scrollbar {
    display: none;
}
.myorder-tab {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.myorder-tab table{
    width:100%;
}
.myorder-tab table tr th{
    color: #1D1B1B;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding-top:36px;
}
.table-content{
    border-bottom: 1px solid #E4E4E4;
}
.table-content:hover td a{
    color: #044871;
}
.table-content:last-child{
    border:none
}
.table-content td,.table-content td a{
    color: #1D1B1B;
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0px;
    text-decoration: none;
}
.orderid{
    width: 30%;
}
.qty,.price{
    width: 15%;
}
.date{
    width: 20%;
}
.status{
    width: 15%;
}

/* myAddress */
#menu3 .address-detail{
    border: 1px solid #CFCECE;
    padding: 24px;
    border-radius: 6px;
    margin-bottom: 22px;
} 
#menu3 .address-detail-head h4{
    color: #1D1B1B;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
#menu3 .address-detail-content p{
    color: #383434;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}
#menu3 p.address-detail-number {
    color: #4E4949;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
}

/* Address-Form Css */
.custom-tab-content .button.parallelogram{
    color: white;
    width: 180px;
    cursor: pointer;
}

/* Address Detail */
.myaddrdetail-tab h4{
    font-size: 24px;
    color: #1D1B1B;
    font-weight: 600;
    margin:20px 0px;
}
.order-tracker {
    width: 100%;
    display: flex;
    justify-content: start;
    padding:60px 0px;
}

.custom-progress-bar {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin: 0px;
    overflow: visible;
    background-color: transparent;
}

.custom-progress-bar::before {
    content: '';
    width: 75%;
    position: absolute;
    top: 5px;
    left: 50%;
    height: 2px;
    background-color: #E4E4E4;
    z-index: 1;
    transform: translateX(-50%);
}

.progress-indicator {
    position: absolute;
    top: 5px;
    left: 12%;
    height: 2px;
    width: 18.75%;
    background-color: #044871;
    z-index: 1;
    transition: all 0.7s ease;
}

.custom-progress-bar li {
    text-align: center;
    width: 25%;
    position: relative;
    z-index: 2;
    color: #7A7474;
    font-size: 20px;
    font-weight: 600;
}

.custom-progress-bar li::before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E4E4E4;
    margin-bottom: 8px;
    box-shadow: 0 0 0 2px white, 0 0 0 4px #044871;
}

.custom-progress-bar li.active::before {
    background-color: #005a8b;
    border-color: #005a8b;
}

.custom-progress-bar li.active {
    color: #005a8b;
}

.custom-track-table {
    width: 100%;
    border: 1px solid #CFCECE;
    border-radius: 6px;
}
.custom-track-table .cart-table-head th{
    padding: 23px 25px 0px;
}
.custom-track-table .increDecre{
    width: 80%;
    gap: 25px;
}
.cart-table-inner h3 {
    color: #1D1B1B;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0px;
}
.cart-table-inner td{
    padding: 30px 25px;
    text-align: start;
    vertical-align: text-top;
}
.custom-track-table .cart-total td{
    padding-right:25px;
    padding-left: 25px;
}
.cart-total h3{
    color: #1D1B1B;
    font-size: 18px;
    font-weight: 600;
}

 /* ===================
Terms & Condition Page Css
=================== */
#terms-section{
    background-color: #FFFFFF;
    padding: 70px 0px;
}
.terms-inner h2{
    color: #1D1B1B;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
}
.terms-inner p{
    color: #655F5F;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}
.terms-inner p:last-child{
    margin: 0;
}

 /* ===================
ContactUs Page Css
=================== */
#contact-head{
    background-color: #FFFFFF;
    padding: 60px 0px;
}
.contact-para{
    padding: 0px 90px;
}
.contact-para h2{
    color: #1D1B1B;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}
.contact-para p{
    color: #655F5F;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    line-height: 35px;
}
.cards{
    border: 1px solid #D8D9E0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}
.cards h2{
    color: #383434;
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0px 24px;
}
.cards a,.cards p{
    color: #4E4949;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
}
#contact-form{
    background-color: #F8F8F8;
    padding: 60px 180px;
}
#contact-form h2{
    color: #1D1B1B;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 33px;
}
.contact-form-inner .form-control{
    background-color: #fff;
}
.contact-form-inner .button{
    width: 180px;
    margin: auto;
    cursor: pointer;
}
#map-section{
    background-color: #F8F8F8;
}


 /* ===================
AboutUs Page Css
=================== */
#aboutus-content{
    background-color: #FFFFFF;
    padding: 65px 0px;
}
.imgBox {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}
.imgleft{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.aboutus-innerpara h2{
    color: #1D1B1B;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 18px;
}
.aboutus-innerpara p,.points-inner p{
    color: #655F5F;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
}
.points-inner{
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.points-inner h3{
    color: #1D1B1B;
    font-size: 24px;
    font-weight: 600;
}
#number-counters{
    padding: 48px 0px;
    background-color: #ffffff;
}
.counters{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.counter-inner{
    display: flex;
    width: 25%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.counter-number,.counter-inner span{
    color: #383434;
    font-size: 50px;
    font-weight: 700;
    margin:0;
}
.counter-inner p{
    color: #4E4949;
    font-size: 18px;
    font-weight: 700;
}
#testi-section{
    padding: 60px 0px 140px;
    background-image: url('../images/homeImages/about-testiBg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.testi-head{
    color: #FAFAFA;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
}
.testi-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testi-card p{
    color: #1D1B1B;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin: 38px 0px;
}
.swiper {
    width: 100%;
    padding-top: 3.125rem;
  } 
  .swiper-pagination{
    bottom: -100px !important;
  }
  .swiper-pagination-bullet,
  .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-slide {
    width: 18.75rem;
    height: 28.125rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items:start;
    background-color: #F8F8F8;
    padding: 39px 48px 98px;
    position: relative;
  } 
  .swiper-3d {
    perspective: 600px !important;
}
  .testi-img{
    position: absolute;
    bottom: -50px;
    z-index: 20;
  }
  .swiper{
    overflow-y: visible !important;
  }
  
  #team-section{
    padding: 70px 0px;
    background-color: #FFFFFF;
  }
  #team-section h2{
    color: #1D1B1B;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 36px;
  }
  .team-members{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .member-box{
    text-align: center;
    padding: 5px 5px 24px;
    border: 1px solid #CFCECE;
    border-radius: 24px;
    width: 24%;
  }
  .member-box h5{
    color: #1D1B1B;
    font-size: 22px;
    font-weight: 600;
    margin: 24px 0px 20px;
  }
  .member-box p{
    color: #655F5F;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }
  .member-box img{
    width: 100%;
  }
  
.Here-for-you-card img {
    background: #fafafa;
    border-radius: 50%;
    padding: 10px;
}
/* ========================
Responsive For Tab Size
======================== */
@media (max-width: 991px) {

    /* Navbar Responsive*/
    .navbar-brand img{
        width: 95px;
    }
    .nav-bottom{
        display: none;
    }
    .menu-items li.fav-link,.menu-items li.cart-link,.menu-items li.user-profile{
        display: none;
    }
    .menu-outer-items {
        flex-direction: row;
        display: flex;
        gap: 30px;
    }
    .inner-navbar {
        flex-direction: column;
        gap: 20px;
        margin: 20px 0px;
    }
    .navbar-nav:nth-child(2){
        flex-direction: row;
        justify-content: center;
    }

    /* Banner Responsive */
    /*#banner-section{*/
    /*    padding: 100px 0px 60px;*/
    /*}*/
    /* New Start */
    
    .banner-slider-image{
        height: 60vh;
    }
    .banner-inner{
        left: 50px;
        right: 50px;
    }
    /* New End */
    .banner-inner h1{
        font-size: 44px;
        max-width: 100%;
    }

    /* Popular Product Responsive */
    #popular-prdct{
        padding: 60px 0px ;
    }
    .popular-prdct-top{
        position: relative;
        top: auto;
        width: 100%;
    }
    .popular-prdct-top .row{
        flex-direction: column;
        gap: 20px;
    }
    .popular-prdct-top .row>*{
        padding: 0 !important;
        width: 100%;
    }
    .popular-card1,.popular-card3{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    .popular-prdct-card h2{
        max-width: 100%;
    }
    .popular-prdct-card p{
        max-width: 100%;
    }
    .popular-prdct-card a{
        margin-top: 10px;
    }
    .products-card{
        width: 49%;
    }
    
    /* Product Category Responsive*/
    #product-category{
        padding: 60px 0px;
    }
    .category-list,.category-list2 {
        gap: 21px;
        justify-content: center;
    }
    .category-list >*,.category-list2 >*{
        width: 31.33%;
    }
    .category-list2{
        margin-top: 24px;
    }
    .category-inner img{
        width: 100%;
    }

    /* Gender Category Responsive */
    #gender-category{
        padding: 60px 0px;
    }
    .gender-category-inner{
        padding: 50px;
        justify-content: center;
    }

    /* Contact Section Responsive */
    #contact-section{
        padding: 60px 0px;
        background-attachment: scroll;
    }
    .contact-contents h2{
        font-size: 26px;
        margin: 30px 0px;
        max-width: 100%;
    }

    /* Latest Products */
    #latest-products{
        padding: 24px 0px 60px;
    }

    /* Here for you responsive */
    #Here-for-you{
        padding: 58px 0px;
    }
    .Here-for-you-container{
        justify-content: center;
        gap: 30px;
    }
    .Here-for-you-card{
        width: 48%;
    }

    /* Blogs Section Responsive */
    #blogs-section{
        padding: 60px 0px;
    }

    /* client Slider Responsive */
    #client-slider{
        padding: 60px 0px;
    }

    /* footer responsive */
    .footer-details{
        margin: 60px 0px;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }

    /* product-offer Responsive */
    .popular-offer-inner .row{
        flex-direction: column;
        gap: 20px;
    }
    .popular-offer-inner .row>*{
        padding: 0 !important;
        width: 100%;
    }

    /* Product details */
    #prod-details{
        padding: 40px 0px;
    }
    #product-brief{
        padding: 40px 0px;
    }
    #prod-details .row{
        flex-direction: column;
        gap: 30px;
    }
    #prod-details .row>*{
        width: 100%;
    }

    /* Cart Page */
    #cart-section .row{
        flex-direction: column;
    }
    #cart-section .row>*{
        width: 100%;
    }

    /* myProfile Css */
    .custom-tab{
        flex-direction: column;
    }
    .custom-tab-link{
        width: 100%;
    }
    .custom-tab-content{
        width: 100%;
        padding: 20px 20px 0px;
    }
    
    .order-tracker{
        overflow-x: scroll;
    }
    .custom-progress-bar{
        min-width: 849px;
    }
    .custom-progress-bar li{
        min-width: 212px;
    }

    /* Contact Page Responsive */
    .contact-para{
        padding: 0;
    }
    .contact-card .row{
        flex-direction: column;
        gap: 20px;
    }
    .contact-card .row>*{
        width: 100%;
    }
    #contact-form{
        padding:60px 0px;
    }

    /* AboutUs Page Responce */
    #aboutus-content .row{
        flex-direction: column;
        gap: 30px;
    }
    #aboutus-content .row>*{
        width: 100%;
    }
    .counters{
        gap: 20px;
        justify-content: center;
    }
    .counter-inner{
        width: 48%;
    }
    .team-members{
        gap: 20px;
        justify-content: center;
    }
    .member-box{
        width: 48%;
    }
}



/* ========================
Responsive For Phone Size
======================== */
@media (max-width: 767px) {
    #common-banner-section{
        padding: 120px 0px 60px;
    }
    .common-banner-inner h1{
        font-size: 42px;
        text-align: center;
    }
    .form-container{
        flex-direction: column-reverse;
    }
    .form-modal-img{
        display: none;
    }
    .form-modal-fields{
        padding: 40px !important;
        width: 100%;
        height:100%;
    }
    #register-form .form-modal-fields{
        height: 100%;
    }
     .navbar-brand img{
        width: 80px;
    }
    .navbar-toggler{
        width: 40px;
        font-size: 15px;
        padding: 4px 8px;
    }
    .menu-outer-items {
        gap: 18px;
    }
    .fav-link a img,.cart-link a img,.user-profile a img{
        width: 18px;
    }
    .upside-number {
        top: -8px;
        left: 11px;
        padding: 2px 6px;
        font-size: 10px;
    }
    /*#banner-section{*/
    /*    padding: 100px 0px 40px;*/
    /*}*/
    .banner-slider-image{
        height: 80vh;
    }
    .banner-inner{
        left: 20px;
        right: 20px;
    }
    .banner-slider-image{
        display: none;
    }
    .banner-slider-phone{
        display: block;
        height:70vh;
        width:100%;
    }
    .banner-inner h1{
        font-size: 25px;
        line-height: 50px;
    }
    .carousel-control-next, .carousel-control-prev{
        display: none;
    }
     .banner-inner p{
         font-size:12px;
     }
    .button {
        font-size: 16px;
        width: 180px;
        height: 50px;
        cursor: pointer;
    }
    #popular-prdct{
        padding: 40px 0px;
    }
    .card-inner-head{
        font-size: 70px;
    }
    .popular-prdct-card h2{
        font-size: 30px;
    }
    .list-header h5{
        font-size: 30px;
        max-width: 60%;
    }
    .list-header a{
        font-size: 20px;
    }
    .products-card{
        width: 100%;
    }
    #product-category{
        padding: 40px 0px;
    }
    .category-list, .category-list2{
        gap: 10px;
    }
    .category-list >*, .category-list2 >* {
        width: 48.33%;
    }
    #gender-category{
        padding: 40px 0px;
    }
    .gender-category-inner{
        height: 220px;
    }
    .gender-category-list{
        gap: 20px;
    }
    .category-content{
        max-width: 100%;
        text-align: center;
    }
    #contact-section{
        padding: 40px 0px;
    }
    #latest-products{
        padding: 4px 0px 40px;
    }
    #Here-for-you{
        padding: 40px 0px;
    }
    .Here-for-you-inner h2{
        font-size: 32px;
    }
    .Here-for-you-card{
        width: 100%;
    }
    .Here-for-you-card h4{
        font-size: 20px;
    }
    #blogs-section{
        padding: 40px 0px;
    }
    .blog-cards{
        gap: 50px;
    }
    #client-slider{
        padding: 40px 0px;
    }
    .owl-dots{
        display: none;
    }
    #footer{
        padding-top: 50px;
    }
    .footer-logo::before, .footer-logo::after{
        display: none;
    }
    .phone-detail, .mail-detail{
        width: 100%;
        text-align: center;
    }
    .address-detail {
        width: 100%;
        text-align: center;
    }
    .btm-footer{
        flex-direction: column;
    }

    /* Product-Details */
    .custom-carousel{
        flex-direction: column;
    }
    .carousel-indicators{
        flex-direction: row;
        justify-content: center;
    }
    .product-detail-cont h3{
        margin:10px 0px;
    }
    .product-detail-cont h3, .product-detail-cont p{
        font-size: 25px;
    }
    .prod-detail-btns{
        flex-direction: column;
    }
    .prod-detail-btns .button.parallelogram{
        width: 95%;
        margin: 0;
    }
    .color-detail,.size-detail,.material-detail{
        flex-direction: column;
        align-items: start !important;
        gap: 10px;
    }
    .sizes-inner p, .material-inner p{
        font-size: 12px;
    }
    .buying-detail{
        flex-direction: column;
        gap: 30px;
    }
    .buying-detail .increDecre{
        width: fit-content;
        padding: 10px 8px;
    }
    .product-brief-inner h2{
        font-size: 30px;
    }

    /* myProfile CSS */
    .myprofile-email,.myprofile-phone,.myprofile-password{
        flex-direction: column;
        gap: 8px;
        margin-bottom: 25px;
    }
    .myprofile-email p, .myprofile-phone p, .myprofile-password p{
        margin:0;
        width: 100%;
    }
    .custom-tab-content h3{
        font-size: 30px;
    }
    .myprofile-tab h4 {
        font-size: 25px;
        margin: 20px 0px;
    }
    .custom-tab-content{
        overflow-x: scroll;
    }
    .myorder-tab{
        width: 778px;
    }
    .custom-tab-content a{
        font-size: 12px;
    }

    /* myOrder Details CSS */
    .myaddrdetail-tab h4{
        font-size: 20px;
    }
    .custom-track-table{
        min-width: 100%;
    }
    .cart-detail-inner .detail-head{
        width: 40%;
    }
    .cart-total h3{
        font-size: 18px;
    }
    .custom-progress-bar{
        min-width: 100%;
    }
    .custom-progress-bar li{
        min-width: 40px;
    }
    .custom-progress-bar li::before{
        width: 6px;
        height: 6px;
    }
    .custom-progress-bar li{
        font-size: 10px;
    }
    .progress-indicator,.custom-progress-bar::before{
        top:3px;
    }

    /* Cart Page CSS */
   .cart-table-head {
        display: none;
    }
    .cart-table-inner{
        display: flex;
        flex-direction: column;
    }
    .cart-prod-detail{
        flex-direction: column;
    }
    .cart-detail-inner{
        width: 100%;
    }
    .cart-detail-inner h3{
        max-width: 100%;
        font-size: 25px;
    }
    .cart-prod-detail .list-inline-item{
        width: 50%;
    }
    .cart-detail-inner>.color-detail,.cart-detail-inner>.size-detail, .cart-detail-inner>.material-detail{
        flex-direction: row;
    }
    .custom-table .cart-table-inner td{
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 30px;
        padding: 20px 0px;
    }
    .remove-prdct{
        margin: 0 !important;
    }
    .cart-total{
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 20px 0px;
    }
    .cart-total td{
        padding: 0;
    }
    .custom-table .cart-table-inner td>.increDecre{
        width: 50%;
    }

    /* AboutUs Responsive */
    #aboutus-content{
        padding: 40px 0px 10px;
    }
    .imgBox,.points-inner{
        flex-direction: column;
        text-align: center;
    }
    .aboutus-innerpara h2{
        font-size: 25px;
    }
    .aboutus-innerpara p, .points-inner p{
        font-size: 15px;
    }
    .points-inner h3{
        font-size: 20px;
    }
    #number-counters{
        padding: 40px 0px;
    }
    .counter-inner{
        width: 100%;
    }
    .counter-number, .counter-inner span{
        font-size: 50px;
    }
    #testi-section{
        padding: 40px 0px 140px;
    }
    .testi-head{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .swiper-slide{
        padding: 30px 30px 60px;
    }
    #team-section h2{
        font-size: 30px;
        margin-bottom: 20px;
    }
    #team-section{
        padding: 40px 0px;
    }
    .member-box{
        width: 100%;
    }
}


/*New 30/01/2026*/
.header-area.sticky_header .top-nav {
  display: none;
}
.top-nav {
  background-color: #044871;
  padding: 8px 0px;
}

.top-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-nav-left p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin:0;
  animation: flicker 3s infinite;
}

.top-nav-right {
  display: flex;
  gap: 20px;
}

.top-nav-right a p {
  font-size: 12px;
  font-weight: 400;
}

.top-nav-right a {
  color: #ffffff;
  text-decoration: none;
}
@keyframes flicker {
  0%, 100% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }
}
.footer-payments-logo {
  text-align: center;
  margin: 30px 0px;
}