@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --button-primary-color: #333134;
    --primary-color: #f16339;
    --footer-background-primary-color: #f8f2eb;
    --header-primary-links-color: #404040;
    --font-body-family: Montserrat;
    --font-body-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-body-family);
}

p {
    font-size: 12px;
    margin: 0;
}

a {
    color: var(--primary-color);
}

h1 {
    color: var(--header-primary-links-color);
    font-family: Montserrat;
}

h2 {
    font-family: Montserrat;
}




.bg-prime {
    background-color: var(--footer-background-primary-color);
}

.text-prime {
    color: var(--header-primary-links-color);
}

/*/ Apply a basic style to the Header /*/
.announcement-bar {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 1.275s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.announcement-bar__link {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    text-decoration: none;
}

.announcement-bar.active {
    opacity: 1;
}

.navbar-logo {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    max-width: 100%;
    height: auto;
}

#menu {
    padding: 0 40px;
}

    #menu ul {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        list-style-type: none;
    }

        #menu ul li {
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 2.8px;
        }

    #menu a {
        text-decoration: none;
        color: #404040;
    }

        #menu a:hover {
            border-bottom: 1px solid black;
            padding-bottom: 5px;
        }


#toggle-cart-btn, #wishlist {
    position: relative;
}

    #toggle-cart-btn span, #wishlist span {
        position: absolute;
        right: -1px;
        top: 0px;
        background: black;
        border-radius: 50%;
        height: 17px;
        width: 17px;
        font-size: 11px;
        text-align: center;
    }
.subMenuClothing {
    display: none;
    position: absolute;
    width: 900px;
    background: #fff;
    padding: 0px 10px;
    z-index: 2;
}

.mega-menu__content {
    visibility: hidden;
    background-color: #fff;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    left: 0;
    overflow-y: auto;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
    position: absolute;
    width: 100%;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}

.mega-menu {
    position: static;
}

    .mega-menu:hover .mega-menu__content {
        visibility: visible;
        opacity: 1;
    }

    .mega-menu .mega-menu__masonry-grid {
        column-count: 5;
        column-gap: 25px;
        padding: 0 30px;
        list-style-type: none;
    }
/* .subMenu{
  display: none;
} */
.clothing:hover .subMenu {
    display: block;
}

.subMenuClothing ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.subMenuClothing li {
    padding: 8px 0px;
    background-color: #fff;
}

/*/ Apply a basic style to the body /*/
body {
    font-family: "Arial", sans-serif;
    line-height: 1.6;
}

/*/ Apply a basic style to the Home Page /*/

#bannerImage{
    display:none;
}

.pro-imgs {
    width: 100%;
    overflow: hidden;
}
    .pro-imgs{
        img
           {
           object-fit: cover;
           width: 100%;
           min-height: 500px;
           }
        .img-two {
            display: none;
        }
        &:hover{
            .img-two{
                    display:block;
                }
            .img-one {
                display: none;
            }
        }
        
    }

#wooIcons {
    list-style-type: none;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

    #wooIcons a {
        text-decoration: none;
        color: #ddd;
    }

.jan-24 {
    top: 50%;
    left: 32%;
}

.sing-pro:hover .img-one {
    opacity: 1;
    
}

.img-one {
    height: 100%;
    width:100%;
}

.sing-pro:hover .img-two {
    opacity: 1;
}

.card-information {
    text-align: left;
}

.prod-head {
    text-align: left;
    margin-top: 10px;
}
/*#singleCategory{
    padding:0 30px;
}*/
#singleCategory .prod-head {
    margin-top: 10px;
}

/*#singleCategory .pro-imgs {
    height: 532px;
}*/
#singleCategory h2 {
    text-transform: uppercase;
    font-size: 18px !important;
    letter-spacing: 3.36px;
}
#newIn .prod-head {
    margin-top: 5px;
}

.sing-pro:hover .size-style {
    opacity: 0.7;
}

.size-style {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    column-gap: 10px;
    z-index: 3;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    opacity: 0;
}

.prod-head a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 2.1px;
    color: #333;
    text-transform: uppercase;
}

span.money {
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #444444;
}

#national-day ul {
    list-style: none;
    text-decoration: none;
}
#stock img{
    width:100%;
}
#stockResponsive{
    display:none;
}


/*swiper banner*/

#swiperBanner .swiper-wrapper {
    display: flex;
}

#swiperBanner .swiper-button-next:after,
#swiperBanner .swiper-rtl .swiper-button-prev:after,
#swiperBanner .swiper-button-prev:after,
#swiperBanner .swiper-rtl .swiper-button-next:after {
    font-size: 25px;
    color: #000;
}

#swiperBanner .swiper {
    width: 100%;
    height: 100%;
    padding-top: 45px;
}

#swiperBanner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

#swiperBanner .swiper-button-prev,
#swiperBanner .swiper-button-next {
    position: absolute;
    top: 50%;
    display: block;
}

#swiperBanner .swiper-button-prev {
    left: 1%;
}
#salelable img {
    width: 30%;
}
#sale{
    top:22px;
}
/*/ Swiper Start /*/
.parent h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    color: #404040;
    letter-spacing: 4px;
}
 #swiperHeading, #featuredHeading {
    position: relative;
    top: 20px;
}
.swiper-wrapper {
    display: flex;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 15px;
    color: #000;
}

.swiper {
    width: 100%;
    height: 100%;
    padding-top: 45px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*width:calc((100% / 4) - 40px) !important;*/
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 4%;
    display:block;
}

.swiper-button-prev {
    left: 95%;
}

.cat-head {
    top: 50%;
    left: 35%;
}

    .cat-head a {
        color: #fff;
        text-decoration: none;
    }

        .cat-head a:hover {
            text-decoration: underline;
        }

.form-group {
    margin-bottom: 20px;
}
/* .form-control {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
  } */

.sing-pro {
    position: relative;
    overflow: hidden;
}
#wishList .sing-pro {
    width: 100%;
}
#wishList .prod-head{
    margin-top: 0px;
}
#wishList .alert.alert-info.sw-login-notification {
    background-color: #f8f2eb;
    border: none;
}
#wishList .btn-danger-custom {
    border: 1px solid #000;
}
.pro-imgs {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    / Transparent overlay initially / opacity: 0;
    / Hide overlay initially / transition: opacity 0.3s ease, background-color 0.3s ease;
}

.img-two {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.fs-icon {
    color: #fff;
    top: 50%;
    left: 50%;
    transition: opacity 0.3s ease;
}

.pro-img:hover .overlay {
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.9);
}

.pro-imgs:hover .fs-icon {
    opacity: 1;
}

#instaSec .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-size: cover;
    background-position: center;
    height: 0;
    padding-top: 16%;
    width: 16% !important;
}
a.media.slider-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    background: hsl(0deg 0% 0% / 80%);
    opacity: 0;
    transition-duration: 500ms;
}
    a.media.slider-link:hover{
        opacity:1;
    }
    .pro-img {
        height: 200px;
    }

.text-decoration-none:hover {
    text-decoration: underline;
}

/*/ Apply a basic style to the Buttons /*/
.btn-primary {
    background-color: var(--button-primary-color);
    color: #fff;
    border: 1px solid #333134;
    border-color: #333134 !important;
    padding: 13px 30px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 17px;
}

    .btn-primary:hover {
        background-color: #333134 !important;
        /*border-color: #f35628 !important;*/
    }
    .btn-secondary {
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
        padding: 13px 75px;
        font-size: 16px;
        letter-spacing: 3px;
        text-transform: uppercase;
        width: fit-content;
        line-height: 17px;
        border-radius: 0;
    }

.btn-third {
    border: 1px solid var(--primary-color);
    padding: 13px 30px;
}

.btn-secondary:hover {
    background-color: #F69420;
    border: 1px solid #fff;
}

/* Single Page Styling*/
.join {
    color: var(--primary-color);
    font-size: 12px;
}

.sizes-ch {
    padding: 10px;
    border: 1px solid;
}

.accordion-button[aria-expanded="true"] .fas.fa-plus::before {
    content: "\f056";
}

.accordion-button[aria-expanded="false"] .fas.fa-plus::before {
    content: "\f067";
}

/* .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
} */

.star {
    color: var(--primary-color);
}

.text-light-cu {
    color: #ddd;
}

.review-cu {
    color: var(--primary-color);
}

#sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: #f0f0f0;
    transition: right 0.3s ease-in-out;
    padding: 20px;
}

.show-sidebar {
    right: 0 !important;
}

#membership {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #aaaaaa;
}

#aboutUs {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #aaaaaa;
}
#instaSec .swiper-button-prev , #instaSec .swiper-button-next {
    top: 10%;
}
/*/ Checkout Page styles /*/
.shop-pay {
    background-color: #390ced;
    border: 1px solid #0000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

.paypal {
    padding: 13px 15px;
    background-color: #ffc439;
    border-radius: 5px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gpay {
    padding: 10px 15px;
    background-color: #000;
    border-radius: 5px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#checkout svg {
    width: 100px;
}

.or-divider {
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .or-divider:before,
    .or-divider:after {
        content: "";
        display: inline-block;
        width: 45%;
        height: 1px;
        background-color: #ccc;
        vertical-align: middle;
    }

    .or-divider:before {
        margin-right: 10px;
    }

    .or-divider:after {
        margin-left: 10px;
    }

.or-text {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    top: -5px;
}

.checkoutSide {
    background-color: var(--footer-background-primary-color);
    position: fixed;
    right: 0;
    height: 100vh;
}

#product-details-accordion .accordion-button:not(.collapsed) {
    border: none;
    background-color: #fff;
}

#checkout a {
    font-size: 12px;
}

.product-size {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

    .product-size div {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .product-size input {
        border: 1px solid #ddd;
    }




#contactUs .form-control {
    border-radius: 0;
}

/*/ Register, Login and Reset Pages Styles /*/
#sizing h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--header-primary-links-color);
}
#register h1,
#login h1,
#recover h1,
#account h1,
#addresses h1,
#faqs h1,
#rewards h1,
#about h1,
#sustainability h1 {
    font-size: 50px;
    font-weight: 900;
    color: var(--header-primary-links-color);
}

#homeThird h3 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
}

#homeThird p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2px;
}

#homeThird h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3px;
}

#homeSeven h2 {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

#homeEight h2,
#homeNine h2,
#rewards h2,
#about h2,
#sustainability h2 {
    font-size: 46px;
    font-weight: 900;
    color: var(--header-primary-links-color);
}

#rewards h3 {
    font-size: 42px;
    font-weight: 900;
    color: var(--header-primary-links-color);
}

#register .form-control,
#login .form-control,
#recover .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

#register .btn-primary,
#login .btn-primary,
#recover .btn-primary {
    margin: 20px 0;
}

#loginForm, #registerForm, #resetForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}

    #loginForm h2, #registerForm h2, #resetFormh2 {
        text-align: center;
    }

     #resetForm form {
        width: 50%;
    }
#loginCkeck label {
    font-size: 12px;
}
/*/ Terms and Conditions Page Styles /*/
#terms p {
    margin: 10px 0px;
    color: var(--header-primary-links-color);
    line-height: 20px;
}

#terms strong,
#terms div {
    font-size: 12px;
    color: var(--header-primary-links-color);
}

/*/ About us page styling /*/

#about h3, #sustainability h3 {
    font-size: 24px;
    color: var(--header-primary-links-color);
    font-weight: 900;
}

#about div, #sustainability div {
    font-size: 12px;
    color: var(--header-primary-links-color);
}

#about-first, #sustainability #about-first {
    background-color: var(--footer-background-primary-color);
}

    #about-first .container {
        margin-top: 150px;
        margin-bottom: 50px;
    }

/*/ Account Page Styles /*/
#account .fa.fa-user {
    color: var(--primary-color);
}

#account h3 {
    font-size: 18px;
}

#account p {
    font-size: 16px;
}

/*/ Sizing Page Styles /*/
.size-guide__table, .size-guide__half-table {
    border: 1px solid;
}

#sizing tbody tr {
    border: 0;
}

    #sizing tbody tr:last-child td {
        border-bottom: none;
    }

#sizing thead tr th {
    padding: 20px;
    background-color: var(--footer-background-primary-color);
    border-bottom: 1px solid;
}

#sizing tbody tr td {
    padding: 20px;
}

#sizing .nav-link {
    color: #000
}

/* Faqs page Styling*/
/*#faqs .accordion-button::after, #returns .accordion-button::after {
    background-image: url('../images/plus.svg');
}

#faqs .accordion-button:not(.collapsed)::after, #returns .accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.svg');
}*/

#faqs .accordion-button:not(.collapsed), #returns .accordion-button:not(.collapsed) {
    background-color: #fff;
}

/*/ Rewards styling /*/
.club-sign {
    display: none;
}

.club-sco:hover .club-points {
    display: none;
}

.club-sco:hover .club-sign {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 1s ease-in-out;
}

.redeem {
    background-color: #5a5cb5;
}
/*Returns Styles*/

.sectionNone {
    display: none;
}

.sectionActive {
    display: block;
}

/*/ Product Page Style /*/
#productName {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3.36px;
    text-transform: uppercase;
}

#productReview {
    letter-spacing: 2.55px;
}

#sizeGuide {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

#refund, #standardShipping {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .5px;
}

.accordion-body ul li {
    font-size: 12px;
    line-height: 20px;
}

#productSwiper{
    display:none;
}
.swiper-pagination-bullet {
    background-color: black;
}
#productDetails h2 {
    text-transform: uppercase;
}
#productBack {
    display: flex;
    justify-content:space-between;
    padding:0 20px;
    align-items:baseline;
}
    #productBack a{
        color:black;
        text-decoration:none;
        font-size:16px;
        font-weight:600;
    }
    #productBack i {
        font-size: 16px;
    }
    #productBack .fa-heart {
        font-size: 20px;
    }
#price p {
    color: #f16339;
}




        /* Footer Styling*/
        .footer {
            background-color: var(--footer-background-primary-color);
        }

#footerLinks a,
#copyRight a,
#copyRight span {
    color: var(--header-primary-links-color) !important;
    font-size: 12px;
}

#sociallisted {
    background-image: url(/assets/images/footer-background-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#findUs svg {
    width: 20px;
}

#findUs .fu-hdg {
    font-size: 13px;
    font-family: serif;
    font-weight: 400;
}

#footerLinks a:hover {
    text-decoration: underline !important;
}


#campaign-section .btn.btn-light {
    background: mintcream;
    border-radius: unset;
    padding: 8px 80px;
    font-weight: 500;
    text-transform: uppercase;
}

#logoutForm .fa-solid, .fas {
    color: #ddd;
}


#productSwiper {
    position: relative;
    height: 100%;
}

#productSwiper {
    background: #eee;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

    #productSwiper.swiper {
        width: 100%;
        height: 100%;
    }

    #productSwiper.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #productSwiper.swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


/*detail Page Styles*/

#size-box .size-options {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

#size-box .row {
    display: flex;
    justify-content: flex-start;
}

#size-box .size-option {
    display: flex;
    align-items: center;
}

    #size-box .size-option input[type="radio"] {
        display: none;
    }

    #size-box .size-option span {
        display: inline-block;
        padding: 5px;
        border: 2px solid #f5f5f5;
        border-radius: 5px;
        width: 100%;
    }

    #size-box .size-option input[type="radio"]:checked + span {
        background: #333134 !important;
        border-color: #333134 !important;
        color: #fff !important;
    }

#size-box :root {
    --custom-button-width: 100px;
}

#size-box .size-option {
    display: inline-block;
    width: calc(var(--custom-button-width, 100px));
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

#size-box .custom-button {
    width: 100px;
    padding: 10px;
}


.compaign-heading {
    letter-spacing: 1px;
    font-size: 60px;
    text-transform: uppercase;
}

#campaignDisplay {
    background-size: cover;
    background-position: center;
    height: 500px;
    gap: 8%;
}
 #campaignDisplay .btn-light {
        padding: 8px 90px;
        border-radius: 0;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 2px;
 }

#instaSec .sing-pro:hover .img-one{
    width: auto !important;
}
.sizeChart {
    font-size: 12px;
    white-space: nowrap;
}
#detailPrice h2, #detailPrice p {
    font-size: 16px;
}

#ShoppingCart_LengthA {
    width: 70%;
}

select:focus {
    outline: none;
    box-shadow: none;
}

#size-guide {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1021;
     display: none;
    text-align: center;
    
}

.close-btn {
    position: absolute;
    top: 48px;
    right: 80px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 5px 14px;
}

#size-guide img {
    max-width: 80%;
    max-height: 80%;
    margin: 40px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    
}



.image-zoom {
    position: relative;
    overflow: hidden;
}

    .image-zoom img {
        transition: transform 0.5s ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
#sizeTypeGalleriesSection input {
    font-size: 11px;
}

#badge {
    color: #f16339;
    background: #fee9e0;
    border: #fee9e0;
    font-size: 14px;
}

/*Manage Page Styles */
.dropdown {
    display: none;
}
.tabs .tab {
    border-bottom: 1px solid #ccc;
    width: 80%;
    padding-bottom: 10px;
}

.form {
    border: 1px solid #ccc;
}

#tab1 p, #tab4 p, #tab3 p, #tab6 p, #tab7 p {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
}

#tab7 a {
    background-color: var( --button-primary-color);
}

    #tab7 a:hover {
        background-color: var( --button-primary-color);
        border: 1px solid #F69420;
    }

.save-btn {
    background-color: #F69420;
    padding: 15px 0px;
}
#tab4 .save-btn {
    width: 25%;
}
    .save-btn:hover {
        background-color: #FCAC54;
    }

.edit a {
    color: #404040;
}

td .btn-primary:hover {
    background-color: var(--button-primary-color);
    border: 1px solid #fff;
}

#tab7 h2 {
    font-weight: 700;
}

#orderTable thead tr th {
    background-color: var(--footer-background-primary-color);
}

#measurements-heading {
    border: 1px solid #ddd;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 6px;
    text-align: center;
    font-weight: 700;
    background-color: #f8f2eb;
}

.change b {
    font-size: 16px;
}

#birthInput input {
    padding: 4px 50px;
}

.shipping-address, .billing-address {
    background-color: var( --footer-background-primary-color);
}

.card td a i {
    color: black;
    text-align: center;
}

#cancelBtn, #updateBtn {
    padding: 0.75rem;
}

    #cancelBtn:hover {
        background-color: var(--button-primary-color);
        border: 1px solid #F69420;
    }

/*Birthday page style */
.completed , .birthday {
    position: relative; 
}

.completedHover {
    display: none; 
    position: absolute; 
    top: 65%; 
    left: 0; 
}
.completedHover h2 , .birthday h2 {
    font-size: 20px;
}
.completed:hover , .birthday:hover {
    visibility: hidden; 
}

    .completed:hover .completedHover , .birthday:hover .birthdayHover {
        display: block; 
        visibility: visible; 
    }

.birthdayHover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0;
}
.birthdayHover input{
    padding: 4px 50px;
}
/*About use Page*/

#about h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}
#about h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1px;
}
#about p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    font-family:Montserrat;
}
#about button{
    padding:13px 30px;
    font-size:14px;
    letter-spacing:2.24px;
}
/* resonsive-footer */
.accordion {
    --bs-accordion-bg: none;
}

.accordion-item {
    border: 0;
}

.footer-first {
    background-color: var(--footer-background-primary-color);
    display: none;
}

/*cart page*/
#note label, #note .form-control {
    font-size: 15px;
}
/*summary page*/
.form-check-input:checked {
    background-color: black !important;
    border-color: black !important;
}


/*/ Mobile Responsive /*/
    @media (max-width: 3000px) {
        .announcement-bar p span {
            font-size: 23px;
        }

        #logo {
            width: 180px;
        }

        .navbar-nav i {
            font-size: 30px;
        }

        #menu ul li {
            font-size: 19px;
        }

        #swiperHeading,  #featuredHeading {
            font-size: 35px
        }

        .swiper {
            padding-top: 55px;
        }

        .swiper-button-prev, .swiper-button-next {
            top: 2%;
        }

            .swiper-button-next:after, .swiper-button-prev:after {
                font-size: 20px;
            }
        #slide img{
            width:100% !important;
        }
        #campaign-section p {
            font-size: 20px;
        }

        #membership, #aboutUs {
            font-size: 24px;
            line-height: 45px;
        }

        .prod-head a, span.money {
            font-size: 20px;
            line-height: 40px;
        }

        #homeSeven .btn-primary, #homeEight .btn-primary {
            font-size: 20px;
            padding: 20px 40px;
            margin-top: 20px;
        }
        #singleCategory h2 {
            text-transform: uppercase;
            font-size: 32px;
            letter-spacing: 3.36px;
        }
        #instaSec h2 {
            font-size: 35px;
        }

        #footerLinks a, #copyRight a, #copyRight span {
            font-size: 15px;
        }

        #homeSeven h2, #homeEight h2 {
            font-size: 55px;
        }
    }

    @media (max-width: 2500px) {
        .announcement-bar p span {
            font-size: 15px;
        }

        #logo {
            width: 160px;
            margin-left:5%;
        }

        .navbar-nav i {
            font-size: 20px;
        }

        #menu ul li {
            font-size: 13px;
        }

        #swiperHeading,  #featuredHeading {
            font-size: 20px
        }

        .swiper {
            padding-top: 45px;
        }

        .swiper-button-prev, .swiper-button-next {
            top: 3%;
        }

            .swiper-button-next:after, .swiper-button-prev:after {
                font-size: 16px;
            }

        #campaign-section p {
            font-size: 16px;
        }

        #membership, #aboutUs {
            font-size: 14px;
            line-height: 30px;
        }

        .prod-head a, span.money {
            font-size: 15px;
            line-height: 30px;
        }

        #homeSeven .btn-primary, #homeEight .btn-primary {
            font-size: 18px;
            padding: 15px 30px;
        }

        #instaSec h2 {
            font-size: 26px;
        }

        #homeSeven h2, #homeEight h2 {
            font-size: 42px;
        }
    }
    @media (max-width : 1400px){
        #singleCategory h2{
            font-size: 18px;
        }
    }
    @media (max-width: 600px) {
        .announcement-bar p span {
            font-size: 11px;
        }

        .navbar-nav i {
            font-size: 15px;
        }

        #wooIcons {
            flex-direction: row;
        }

        #swiperHeading,  #featuredHeading {
            font-size: 18px;
        }

        #swiperHeading {
            font-size: 17px;
            letter-spacing: 4.5px;
            top: 12px;
        }

        .swiper {
            padding-top: 20px;
        }

        .swiper-button-prev,
        .swiper-button-next {
            display: none;
        }

        #swiperHeading,   #featuredHeading {
            font-size: 22px;
        }

        .swiper-button-prev {
            left: 80%;
        }

        .prod-head a, span.money {
            font-size: 9px;
        }

        #logo {
            width: 140px;
        }

        .collapse-icon {
            font-size: 14px;
        }

        .jan-24 {
            top: 25%;
            left: 10%;
        }

        #homeSeven h2, #homeEight h2 {
            font-size: 30px;
            line-height: 33.3px;
            letter-spacing: .15px;
        }

        #membershipResponsive, #aboutResponsive {
            position: relative;
            top: -40px;
            background: white;
            left: 4%;
            width: 92%;
        }

        #about .position-relative img {
            position: unset !important;
        }

        #val-sec img {
            width: 100px;
        }

        #about h1,
        #about h2 {
            font-size: 40px;
            color: var(--header-primary-links-color);
            font-weight: 900;
        }

        #about-first .container {
            margin-top: 50px;
            margin-bottom: 0px;
        }

        #sizing thead tr th {
            padding: 10px;
        }

        #sizing tbody tr td {
            padding: 10px;
        }

        #menu ul li {
            padding: 10px 0px;
            border-bottom: 1px solid #ddd;
        }

        #checkout svg {
            width: 50px;
        }

        .checkoutSide {
            height: 100%;
            position: unset;
        }

        #register h1,
        #login h1,
        #recover h1,
        #account h1,
        #addresses h1,
        #sizing h1,
        #faqs h1,
        #rewards h1,
        #about h1,
        #sustainability {
            font-size: 25px;
        }

            #homeThird h2,
            #homeNine h2,
            #rewards h2,
            #about h2,
            #sustainability h2 {
                font-size: 23px;
            }

        .sing-pro {
            margin-bottom: 10px;
        }

        #sidebar {
            width: 330px;
        }

        #national-day {
            height: 250px;
        }

        #homeThird h3 {
            font-size: 30px;
        }

        #membership, #aboutUs {
            font-size: 12px;
            line-height: 23px;
        }

        #homeSeven .btn-primary, #homeEight .btn-primary {
            font-size: 15px;
            padding: 13px 30px;
        }


        #campaignDisplay {
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
            height: 200px;
            gap: 10%;
            padding: 0 10px;
        }

        .compaign-heading {
            font-size: 18px;
            text-align: center;
        }

       /* #mange {
            overflow-x: auto;
            white-space: nowrap;
            scrollbar-width: none;
        }*/

        



        #tab1, #tab3, #tab4, #tab7, #tab8 {
            width: 100%;
        }

            #tab1 p, #tab4 p, #tab3 p, #tab6 p, #tab7 p {
                font-size: 14px;
                margin-bottom: 8px;
                font-weight: 500;
            }

        #orderTable {
            display: flex;
        }

            #orderTable tr {
                display: flex;
                flex-direction: column;
            }

                #orderTable tr th, #orderTable tr td {
                    border-bottom: 1px solid #ccc;
                }

        #tab4 .save-btn {
            width: 60%;
        }

        #tab6 {
            width: 100%;
        }

            #tab6 #complete-responsive {
                width: 100%;
            }

        #point {
            flex-wrap: wrap;
            gap: 20px;
        }

        #tab7 a {
            padding: 15px 20px;
        }

        #about-first {
            background-color: white;
            padding: 0 20px;
        }

        #aboutStory {
            background-color: #f8f2eb;
            position: relative;
            width: 95%;
            left: 3%;
            top: -25px;
        }

            #aboutStory h2 {
                font-size: 33px;
                line-height: 47.4px;
            }

        #sustainability, #giving-back {
            position: relative;
            top: -30px;
            background: white;
            left: 5%;
            width: 90%;
        }

            #sustainability h3, #giving-back h3 {
                font-size: 28px;
            }

        #featuredHeading {
            top: 6px;
        }

        #instaSec .swiper-slide {
            height: 0 !important;
            width: 50% !important;
            padding-top: 50% !important;
        }

        #instaSec h2 {
            font-size: 18px;
        }

        #campaign-section ul {
            padding-left: 0;
        }

        .row > * ul {
            padding-left: 0;
        }

        #careers-section {
            text-align: center;
            padding: 0 20px;
        }

            #careers-section h1 {
                font-size: 20px;
                font-weight: 700;
            }

            #careers-section h2 {
                font-size: 18px;
                font-weight: 700;
            }

            #careers-section p {
                font-size: 14px;
                line-height: 33px;
            }

            #careers-section ul li {
                text-align: left;
                line-height: 30px;
            }

            #careers-section ul {
                padding-left: 6rem;
            }
    }

@media (max-width: 768px) {
    #newIn {
        padding-top: 20px;
    }

        #newIn .container-fluid, #slide .container-fluid, #featured .container-fluid {
            padding-left: 20px;
            padding-right: 0;
        }

    #bannerVideo {
        display: none;
    }

    #bannerImage {
        display: block;
    }

        #bannerImage img {
            width: 100%
        }

    #swiperHeading, #featuredHeading {
        font-size: 17px;
        letter-spacing: 4.5px;
        top: 0;
    }

   

    .swiper {
        padding-top: 10px;
    }

    .pro-imgs img {
        object-fit: cover;
        width: 100%;
        min-height: 0px;
    }

    #stock {
        display: none;
    }

    #stockResponsive {
        display: block;
    }

        #stockResponsive img {
            width: 100%;
        }

    #membership, #aboutUs {
        font-size: 11px;
        line-height: 19px;
    }

    #campaign-section {
        padding: 20px 0;
    }

        #campaign-section p {
            font-size: 10px;
        }

    #footerLinks a, #copyRight a, #copyRight span {
        font-size: 13px;
        line-height: 30px;
    }

    .accordion-button {
        font-weight: 600;
    }

    #campaignDisplay {
        height: 300px;
        gap: 8%;
        background-position: center !important;
    }

    #campaign-section .btn.btn-light {
        padding: 3px 40px;
        font-size: 10px;
    }

    #productSwiper {
        display: block;
    }

        #productSwiper .swiper {
            padding-top: 0;
        }

        #productSwiper img {
            object-fit: cover;
            width: 100%;
            position: relative;
        }

    #productBack {
        position: absolute;
        top: 25px;
        z-index: 1;
        width: 100%;
    }
    #size-box .size-option span {
        font-size: 14px;
    }

    /*.size-options {
        display: flex;
        gap: 5px;
    }*/

    #productDetails {
        padding: 30px 15px 0;
    }

        #productDetails h2 {
            font-size: 16px;
            line-height: 30px;
            letter-spacing: 2.72px;
        }

    #alsoLove h2, #recentlyViewed h2 {
        font-size: 18px;
    }


    #singleCategory .pro-imgs {
        height: 280px;
    }

    #singleCategory .col-md-3.col-6:nth-child(even) {
        padding-left: 0;
    }

    #singleCategory h2 {
        text-transform: uppercase;
        font-size: 17px;
        letter-spacing: 2.72px;
    }

    #uaeSection .card {
        margin-bottom: 20px;
    }

    #contactUs h1, #contactUs p {
        text-align: center;
        margin-bottom: 10px;
    }

    #contactUs .send-button {
        width: 100%;
    }

    #uaeSection .table {
        width: 95%;
        margin-left: 10px;
    }

        #uaeSection .table tr th {
            font-size: 15px;
        }

        #uaeSection .table tr td {
            font-size: 13px;
        }

    #Sustainabilities, #product, #planet, #products {
        position: relative;
        top: -36px;
        background-color: #fff;
        left: 10px;
        width: 95%;
    }

    .footer {
        display: none;
    }

    .footer-first {
        display: block;
    }

    .accordion-body ul {
        text-align: left;
    }

    #accordionExample .accordion-button::after,
    #product-details-accordion .accordion-button::after,
    .accordion-button::after {
        content: "\f067";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 16px;
        color: #000;
        background: none;
    }

    #accordionExample .accordion-button:not(.collapsed)::after,
    #product-details-accordion .accordion-button:not(.collapsed)::after,
    .accordion-button:not(.collapsed)::after {
        background-image: none;
        transform: none;
        content: "\f068";
    }

    .accordion-button:not(.collapsed) {
        color: black;
        background-color: var(--footer-background-primary-color);
        box-shadow: none;
    }

    .dropdown {
        display: block;
    }

    #mange {
        display: none !important;
    }

     #resetForm form {
        width: 80%;
    }

    .size-option span {
        font-size: 14px;
    }

    #sizeTypeGalleriesSection .form-control {
        font-size: 12px;
    }

    #shippingCart h5, #orderCart h5 {
        font-size: 16px;
    }

    #shippingCart a, #orderCart a {
        font-size: 12px;
    }

    #register, #forget {
        font-size: 12px !important;
    }

    #CartPrice h5, #CartPrice h6 {
        font-size: 8px;
    }
    
    #CartPrice a {
        padding: 4px 7px;
        font-size: 13px;
    }

    .card-footer h5, .card-footer h4 {
        font-size: 12px;
    }

    #note label, #note .form-control {
        font-size: 13px;
    }

    #detailPrice h2 , #detailPrice p {
        font-size: 12px;
    }
    #ShoppingCart_LengthA {
        width: 73%;
    }
    #cart-details div {
        font-size: 10px;
    }

    #CartPrice h6 span, #CartPrice h4 {
        font-size: 13px !important;
    }
    #CartPrice p {
        font-size: 10px !important;
    }
    #cartmenu div{
        font-size:11px;
    }

    #toggle-cart-btn span {
        right: -4px;
        top: -3px;
        height: 15px;
        width: 15px;
        font-size: 9px;
    }

    .close-btn {
        top: 41px;
        right: 40px;
        font-size: 16px;
        padding: 3px 9px;
    }

    #size-guide {
        width: 100%;
    }
    #toggle-cart-btn span, #wishlist span {
        right: -4px;
        top: -3px;
        height: 15px;
        width: 15px;
        font-size: 9px;
    }
    .banner-content {
        padding: 5px !important;
    }

        .banner-content h1 {
            font-size: 12px !important;
        }

    #faqAccordion {
        width: 100% !important;
    }

    #badge {
        font-size: 12px;
    }

    #CampaignLabel, #CampaignLabelFeatured, #StockLabel {
        font-size: 7px;
    }

#salelable img {
    width: 22%;
}

#salelable p {
    font-size: 8px;
}
/*#CampaignSaleLabel, #pagescampaignlabel {
    font-size: 4px;
}*/
.price__regular {
    font-size: 9px;
}
#campaignProducts h2{
    font-size:18px;
}
#cartdiscountlabel p{
    font-size:10px;
}

    #detailPrice h2, #detailPrice p {
        font-size: 16px !important;
        letter-spacing: 2.72px !important;
        font-weight: 500 !important;
    }

    #productDetails p span {
        font-size: 14px !important;
        letter-spacing: 2.55px !important;
        font-weight: 500 !important;
    }

    #productDetails h6, #note label {
        font-size: 12px !important;
        line-height: 19px !important;
        letter-spacing: 1.92px !important;
        font-weight: 500 !important;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: 93%;
    }
    #sizeTypeGalleriesSection label {
        font-size: 13px !important;
        font-weight: 500 !important;
    }
    #shippingDetails h4 span, #shippingDetails label, #shippingDetails .form-control {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    #CartPrice h5, #CartPrice h6 {
        font-size: 12px;
    }

    #detailPrice h2, #detailPrice p {
        font-size: 7px;
        margin-bottom: 0;
    }
    #shippingCart a, #orderCart a {
        font-size: 8px;
    }
}

@media (max-width: 360px) {
    #CartPrice h5, #CartPrice h6 {
        font-size: 10px;
    }

    #shippingCart a, #orderCart a {
        font-size: 7px;
    }

    #shippingCart h5, #orderCart h5 {
        font-size: 11px;
    }

    #shippingCart a, #orderCart a {
        font-size: 6px;
    }

    #CartPrice a {
        padding: 4px 5px;
        font-size: 13px;
    }

    .continue a {
        font-size: 10px;
    }

   /* #footerLinks a, #copyRight a, #copyRight span {
        font-size: 9px;
    }*/

    .size-option span {
        font-size: 7px;
    }

    .size-option span {
        font-size: 9px;
    }

    #alsoLove h2, #recentlyViewed h2 {
        font-size: 10px;
    }
    
}
    }