.header-message{
    background: linear-gradient(90deg, rgb(190, 6, 2), rgb(2, 22, 105));
}
.header-message {
    text-align: center;
    padding: .9rem .7rem;
}
.siteLogo {
    height: auto;
    max-width: 140px;
    width: 100%;
}
.mainHeaderBody {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rightMainHeaderWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rightWhtsappWrap {
    display: flex;
    align-items: center;
    color: white !important;
    margin-left: 30px;
    text-decoration: none !important;
}
@media (min-width: 1700px) {
    .siteLogo {
        width: 400px;
    }
}
.mainHeaderWrap {
    transition: background-color 0.3s;
    background-size: cover;
    padding: .8rem 10px .8rem 10px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.rightSearch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 10px 20px;
    border-radius: 40px;
    border: 3px solid #f60;
}
.rightSearch input {
    border: none;
    min-width: 45ch;
    padding: 10px;
    font-size: 18px;
    outline: none !important;
}
.headerSearchIco {
    background-color: transparent;
    border: none;
}
.headerSearchIco {
    background-color: transparent;
    border: none;
    font-size: 18px;
}
.topHeaderIMgWrap img {
    width: 100%;
}
.headerSearchIco i {
    color: #f60;
}
.rightWtsappText span {
    display: block;
}
.rightWtsappText {
    margin-left: 15px;
}
.leftWtsappIco i {
    font-size: 35px;
}
.rightWhatsappContentWrap {
    display: flex;
    align-items: center;
}
.rightWhatsappContentWrap .rightWhtsappWrap:first-child {
    margin-left: 0;
}
.rightSearchWrap {
    margin-right: 1.5rem;
}
.rightWtsappText .text-xs {
    font-size: 12px;
}
.rightWtsappText .text-sm {
    font-size: 16px;
}
.vertical-line{
    height: 2.5rem;
    width: 1px;
    background-color: #fff;
    margin: 0 1.5rem;
    display: block;
}
.colorOrange{
    color: #f60;
}
.headerCartWrap {
    display: flex;
    align-items: center;
}
.headerCartPrice {
    color: white;
}
.headerCartPrice span {
    display: block;
    font-size: 12px;
}
.headerCartIco {
    margin-left: 25px;
    font-size: 20px;
}
.innerGifWrap {
    padding: 10px;
}
.leftWtsappIco svg {
    width: 52px;
    height: 52px;
    color: white;
    fill: white;
}
.topBannerWrap {
    display: grid;
    grid-template-columns: 15% 66% 15%;
    grid-gap: 2%;
}
.topBannerWrap img {
    width: 100%;
    height: 100%;
}
.smBannerImgs img {
    height: 200px;
    object-fit: cover;
}
.smBannerImgs span {
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    line-height: normal;
}
.smBannerImgs {
    font-size: 0;
}
.smBannerImgs span:last-child {
    margin-bottom: 0;
}
.sliderWrap {
    height: 100%;
}
.bannerSlideItem {
    height: 100%;
}
.bannerSlideItem img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.homePageCatWrap img {
    width: 100%;
}
.homePageCatNewWrap {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 15px;
}
.homePageCatNewWrap img {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}
.latestSectionWrap img {
    width: 100%;
    border-radius: 25px;
}
.bottomLeftImg img {
    max-width: 100%;
    height: 270px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.btmbannerSlideItem img {
    max-width: 100%;
    height: 270px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.footerWrapper {
    box-sizing: border-box;
    width: 100%;
    color: white;
    padding: 96px 64px;
    background-image: url(../img/ft-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.addressWrap {
    padding: 15px 15px;
    border: 1px solid hsla(0,0%,100%,.5);
    font-size: 18px;
    margin-top: 25px;
}
.addressWrap i {
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
}
.leftFooterLogo {
    /*margin-left: -4rem;*/
}
.footerItemUl {
    list-style-type: none;
    padding: 0;
}
.footerItemUl {
    list-style-type: none;
    padding: 0;
}
.footerItemUl i {
    margin-right: 13px;
    font-size: 23px;
    vertical-align: middle;
}
.footerItemLi {
    font-size: 18px;
    margin-bottom: 13px;
}
.footerItemLi span {
    display: block;
}
.footerItemLi a {
    color: white;
}
.mainBodySideWrap {
    display: grid;
    grid-template-columns: 275px auto;
    grid-gap: 20px;
}
.sidebar .submenuWrap .submenu li a {
    color: #007bff !important;
}
.sidebar .submenuWrap  .submenu li.subMenuTitle a {
    color: #222529 !important;
}
.submenuWrap[data-id="shopByName"] .submenu li {
    min-width: 110px;
}
.text-orange-500 {
    color: #f97316;
    font-weight: bold;
}
.text-3xl {
    font-size: 30px;
}
.text-2xl {
    font-size: 24px;
}
.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.font-bold{
    font-weight: bold;
}
.ahEyeIco{
    position: absolute;
    border: none;
    background-color: transparent;
    top: 6px;
    right: 7px;
}

.form-floating {
    position: relative;
}
.form-floating>label {
    transition: 0.3s ease all;
    position: absolute;
    top: 14px;
    left: 5px;
    margin: 0;
    background-color: white;
    font-size: 15px;
    padding: 0 10px;
}
.form-floating input:focus ~ label,
.form-floating input:not(:placeholder-shown) ~ label,
.form-floating textarea:focus ~ label,
.form-floating textarea:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-1.85rem);
}
.form-control {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: unset !important;
}
.drop-zone {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}
.drop-zone.active {
    border-color: #007bff;
    background-color: #e9f5ff;
}
.drop-zone input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.file-names {
    font-size: 0.9rem;
    margin-top: 5px;
    color: #007bff;
}
.sideBarWrap {
    position: relative;
    z-index: 99;
}

.cartmodal-ss {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.cart-modal-content{
    position: fixed !important;
    right: 0;
}

.close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.cart-modal-btn{
    background-color: rgb(255, 138, 72);
    border-radius: 2px;
    padding: .875rem 1.5rem;
    font-size: .75rem;
    font-weight: 600;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
}
.cart-modal-btn:hover{
    background-color: rgb(255, 138, 72);
    color: #fff;
    text-decoration: none;
}
.carousel-inner, .carousel, .carousel-item {
    height: 100%;
}
.btmsliderWrap {
    height: 270px;
}
.btmsliderWrap img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.text-4xl {
    font-size: 36px;
    color: #000;
}
h1, h2, h3 {
    font-family: sans-serif;
}

.faqWrap .font-semibold {
    font-weight: bold;
}
.faqWrap .mb-3 {
    margin-bottom: 25px !important;
}
.product-description h1 {
    font-size: 22px;
}


@media(max-width:1400px){
    .siteLogo {
        width: 100%;
        max-width: 120px;
    }
    .rightSearch input {
        min-width: 26ch;
        padding: 5px;
    }
    .leftWtsappIco svg {
        width: 45px;
        height: 45px;
    }
    .rightWhtsappWrap {
        margin-left: 20px;
    }
    .leftWtsappIco i {
        font-size: 27px;
    }
    .leftWtsappIco i {
        font-size: 30px;
    }
    .headerCartIco {
        margin-left: 15px;
    }
    .rightSearchWrap {
        margin-right: 1rem;
    }
    .vertical-line {
        margin: 0 1rem;
    }
    .rightSearch {
        padding: 5px 20px;
    }
    .smBannerImgs img {
        height: 145px;
    }
    .bottomLeftImg img, .btmsliderWrap {
        height: 190px;
    }
}
@media(max-width: 992px) {
    .rightSearch input {
        width: 100% !important;
        padding: 5px;
        min-width: 10ch !important;
    }
    /* .sideBarWrap{
        display: none;
    } */
    .mainBodySideWrap{
        grid-template-columns: 100%;
    }
  }

 @media(max-width: 768px) {
    .mobile-view-text{
      display: none !important;
    }
    .rightSearch{
        display: none !important;
    }
    .sort-head{
        flex-direction: column;
        row-gap: 15px;
    }
     .sidebar .subMenuTitle {
         grid-column: span 2 / span 2;
     }
     .sidebar .menu-list li:hover .submenu {
         grid-template-columns: repeat(2, 1fr);
         width: 100%;
     }
     .bottomLeftImg img{
         display:none;
     }
     .bottomLeftImg img, .btmsliderWrap {
        height: auto;
    }
    .btmsliderWrap img {
    border-radius: 10px;
}
  }
  @media(max-width: 767px) {
    .list-product-card {
        display: inline-block;
        width: 100%;
    }
    .footerWrapper{
        padding: 30px 30px;
    }
    
  }
  @media(max-width: 576px) {
    .rightSearch{
        display: none !important;
    }
    .topBannerWrap {
        display: grid;
        grid-template-areas:
            "mid mid"
            "left right";
        grid-template-columns: 1fr 1fr;
        gap: 10px; /* Adjust spacing as needed */
    }
    .bannerMidItem {
        grid-area: mid;
        text-align: center; /* Centers content if needed */
    }
    .bannerLeftImg {
        grid-area: left;
    }
    .bannrRightImg {
        grid-area: right;
    }
    .smBannerImgs img {
        height: auto;
    }
    .p-5 {
        padding: 1.5rem !important;
    }
    .mt-5, .my-5 {
        margin-top: 1.5rem !important;
    }
    .text-3xl {
        font-size: 24px;
    }
    .text-2xl {
        font-size: 20px;
    }
    .homePageCatNewWrap {
        grid-template-columns: repeat(2, auto);
    }
  }