*{font-family: 'inter';}
 .loggers-box{margin-bottom:0;}
 h1,h2,h3,h4,h5,h6{font-family: 'inter';}

 header button[type="submit"]{height: 37px;}
 span.badge.badge-primary.badge-inline.badge-pill.cart-count {position:absolute;top:-5px;left:15px;}

 span.nav-box-text.d-none.d-xl-block.opacity-70 {margin-left: 5px;margin-top: 8px;}

.home-page-category-slider a {display:inline-block; width: 100%;}
.home-page-category-slider a img{max-width: 100px; height: 100px;
    /* object-fit: contain; */
    background: #fff;margin: auto;border-radius: 15px;}
.home-page-category-slider a p{text-align:center;color: #000;font-size: 12px !important;font-weight: 500;}
.carousel-box img {object-fit: contain;}

.aiz-carousel.hp-cats-slider.dots-inside-bottom.mobile-img-auto-height.slick-initialized.slick-slider {width: calc(100% - 70px) !important;margin: auto;}

.hp-cats-slider button.slick-prev.slick-arrow {left: -35px; display: block !important;}

.hp-cats-slider button.slick-next.slick-arrow {right: -35px; display: block !important;}

.hp-cats-slider p {margin-top: 5px;margin-bottom: 5px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}

img{border-radius: 10px;}

.alignment{margin-left: 1rem; margin-right: 1rem;}
.addCartModal{background-color: rgb(85, 193, 116); padding: 1rem; border: none;}
.mob-nav{position: fixed; bottom: 0;}
.payment-box{
    height: 134.713px !important;
}
.adminHeaderLink:hover{ text-decoration: none;}
.adminHeaderOption{color: rgb(237, 225, 225);}
.adminHeaderOption:hover{color: white;}
.toggler-button{
    font-size: 1rem;
    padding: 5px 7px;
}
#google_translate_element {position:relative}

#google_translate_element span {display: none!important; }

#google_translate_element:after {
content: "";
    bottom:0;
    left:0;
    width:100%;
    background:#120a33;
    position: absolute;
    z-index: 1;
    height: 40%;
    display: none;
}
.skiptranslate > iframe {

    display: none;
    margin-top: 40px;
}

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active {
    color: #fff !important;
    background-color: var(--primary) !important;
}
#google_translate_element select {
    border-radius: 10px;
    /* background-color: red; */
    width: 100%;
    /* padding: 0px 10px 6px 25px; */
    /* margin-top: 10px; */
    height: 100px !important;
    font-size: 14px;
    padding-top: 15px;
}
@media (min-width: 601px)
{
    .booknow_hover {
        /* border: 2px solid transparent; */
        padding: 2px 2px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }
    .booknow_hover:hover {
        /* border: 1px solid var(--kgreen2); Change border color to highlight */
        /* background-color:white; Optional: Add background color change */
        color: var(--primary) !important; /* Optional: Change text color */
    }
}
.goog-te-banner-frame.skiptranslate {display: none!important; visibility: hidden!important;}
.side-menu-closed{
    top: 0px !important;
}
.address_char_count {
    position: absolute;
    top: -18px;
    right: 2px;
    font-size: 12px;
    color: #666;
}
.menu-button {
    background-color: var(--primary);
    color: white;
    border-radius: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
    top: 110px;
    left: calc(100% - 80px);
    z-index: 1000;
    width: 50px;
    padding: 0.5rem;

}
/* Off-canvas menu styling */
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1049;
}
.offcanvas  {
    position: fixed;
    top: 0;
    left: -350px; /* Hidden off-screen initially */
     width: 350px;
    height: 100%;
    background-color: white;
    /* color: white; */
    transition: transform 0.3s ease;
    z-index: 1050;
    overflow: auto;
    overflow-y: auto;
}
#offcanvasMenu_res{
    position: fixed;
    top: 0;
    left: -350px; /* Hidden off-screen initially */
     width: 300px !important;
    height: 100%;
    background-color: white;
    /* color: white; */
    transition: transform 0.3s ease;
    z-index: 1050;
    overflow: auto;
}
.offcanvas.show {
    transform: translateX(350px) !important;
}
.offcanvas .nav-link {
    color: black;
}
.mobile-nav {
    /* Optional: additional styles for the mobile navigation */
    padding: 0;
    margin: 0;
}

.no-scroll_offcanvas {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
/* Expand left */
.menu-button:hover {
    width: 180px;
    left: calc(100% - 190px); /* Move left on hover */
    border-radius: 50px;
}
/* New nav bar for discounts */
.scroll-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 20s linear infinite;
}
@keyframes scroll {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
.blink-text {
    animation: blink 1s step-start infinite;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
/* Align content to the left side */
.menu-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    padding-left: 15px;
}

.menu-icon i {
    font-size: 22px; /* Adjust the icon size */
}

.menu-text {
    display: none;
    transition: opacity 0.3s ease-in-out;
    font-size: 16px;
}

.menu-button:hover .menu-text {
    display: inline-block;
    opacity: 1;
}
.menu-button_admin {
    background-color: var(--primary);
    color: white;
    border-radius: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
    top: 160px;
    left: calc(100% - 80px); /* Adjust to start close to the right edge */
    z-index: 1000;
    width: 50px;
    padding: 0.5rem;
    /* animation: bounce 2s ease-in-out 0s infinite !important; */
}

.active-card {
    border: 2px solid #007bff; /* Blue border for the active address */
    background-color: #f0f8ff; /* Light blue background */
}

/* Expand left */
.menu-button_admin:hover {
    width: 180px;
    left: calc(100% - 190px); /* Move left on hover */
    border-radius: 50px;
}
.menu-button_admin:hover .menu-text {
    display: inline-block;
    opacity: 1;
}
.adminText{font-size: 15px;}

  .img-zoom-lens {
    position: absolute;
    border: none;
    /*set the size of the lens:*/
    width: 200px;
    height: 200px;
  }
  .img-zoom-result {
    position: fixed;
    top:130px;
    left:45%;
    z-index: 1;
    border: none;
    /*set the size of the result div:*/
    width: 700px;
    height: 560px;
    transition: width 2s linear 1s;
    overflow: hidden;
  }
  .ImgViewMobile,.imgCarousel{display: none;}
  .ImgViewDesktop{display: block;}
  #display_photo{object-fit: contain;}
  .editShareOption{position: absolute;top: 0px; right: 5px; z-index: 1;}
  .updateSubmitButton{margin-bottom: 30px;}
  .productImage{
    width: 100%;
    height: 100%;
    background: 0 0;
    display: block;
}

.image_main_div{
    display: flex;
    justify-content: center;
}
.img-zoom-container {
    width: 100%;
    height: 100%;
    pointer-events: auto;
    position: relative;

  }
  .active_image{
    object-fit: contain;
    aspect-ratio: .8 / 1;
    width: 100%;
    max-height: 520px;
    height: 100%;
    overflow: hidden;
  }
  .productDetailContainer::-webkit-scrollbar {display: none;}


  .whatsapp_icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;}
.hov-ls-1:hover{letter-spacing: 0.5px;}
/* .image_responsive{object-fit: contain; height: 300px;} */
/* .image_responsive{object-fit: contain ;height: auto; padding-top:50px} */
.image_responsive{
    margin-top: 50px;
    /* object-fit: contain; */
    /* height: 250px; 04-12-24 */
    height: 400px;
    /* padding-top: 50px;*/
}
/* .image_responsive2{
    margin-top: 50px;
    height: 508px;
}
.img-fit2{
    max-height: 100%;
    width: 100%;
    object-fit: contain !important;
} */
.img-over{
    height: 250px;
}
.priceFont{ font-size: 0.9375rem;}
.priceFont2{ font-size: 1.2rem;}
.fontS{font-size: 14px; margin-left: 1.5rem;}
  /* #image-container{max-width: 100%; max-height: 100vh;}  */




/* .position-relative: hover{width: 120%; margin: -10% -10%; transition: .5s, z-index: 20}; */

.placeholder-add-img2{
    width: 60px;
    height: 60px;
    background: #E6E6E6;
    object-fit: cover;
}
.complete_page{position: relative;}
.position_absolute_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    align-content: center;
    text-align: center;
  }


  .position_absolute_bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the opacity (0.5) to control the fade */
    z-index: -1;
  }

  .position_absolute_bg img {
    max-width: 100px;
    max-height: 100%;
    /* margin: auto; */
    /* margin-top: 300px;
    margin-left: 50%; */
  }

  .label {
    cursor: pointer;
  }

  .progress {
    display: none;
    margin-bottom: 1rem;
  }

  .alert {
    display: none;
  }
  .video_play_icon_cust {
    position: fixed;
    top: 215px;
    left: 98%;
    z-index: 1000;
    bottom: auto;
    right: auto;
    margin: -40px 0 0 -40px;
    width: 35px;
    padding: 0.5rem;
    background-color: #fcfcfc;
    border-radius: 50rem;
    box-shadow: 0rem 0rem 0 0.7rem rgb(201 198 198 / 50%), 0 1rem 3rem rgba(0, 0, 0, 0.175);
    animation: bounce 2s ease-in-out 0s infinite !important;
    }
  .video_play_icon {
    position: fixed;
    top: 265px;
    left: 98%;
    z-index: 1000;
    bottom: auto;
    right: auto;
    margin: -40px 0 0 -40px;
    width: 35px;
    padding: 0.5rem;
    background-color: #fcfcfc;
    border-radius: 50rem;
    box-shadow: 0rem 0rem 0 0.7rem rgb(201 198 198 / 50%), 0 1rem 3rem rgba(0, 0, 0, 0.175);
    animation: bounce 2s ease-in-out 0s infinite !important;
    }
    .modal_video .modal-dialog {
            max-width: 100%;
            margin: 1.75rem auto;
        }
        .modal_video .modal-body {
            position: relative;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;

        }

        #videoPlayer {
            width: 100%; /* Adjust to container width */
            max-width: 100%; /* Prevent overflow */
            height: auto; /* Maintain aspect ratio */
            max-height: 450px; /* Limit height to a specific value */
            object-fit: contain;
            background-color: #000; /* Ensures video fits within specified dimensions */
        }
        .modal_video .modal-body video {
            width: 100%;
            /* height: 100%; */
        }

.trash_icon{
    padding-left: 325px;
}
@media only screen and (max-width: 600px) {
    .trash_icon{
        padding-left: 20px;
    }
    .mob_space{
        display: block;
    }
  }

  .img-container img {
    max-width: 100%;
  }

  .preview-image{display: block;float:left; width:65px;height:50px;margin:10px; position: relative;}
  .preview-image .remove-image {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 0;
  text-align: center;
  background: #e6e6e6;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
}
.rating{
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
}
.addImage{
    border-radius: 8px;
    background: #E9F4FF;
    /* width: 528px; */
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.textOverflow{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.penIcon{
    font-size: 14px;
    color: #605f5f;
}
.adminEditName {
    /* position: relative; */
	/* display: inline-block; */
    cursor: pointer;
}
.buttonEdit{
    position: absolute;
    z-index: 1;
    bottom: 10px;
}
.editNameButtom {
    /* position: absolute;
	right: 0;
	top: 0; */
	display: none;
}

.adminEditName:hover .editNameButtom {
    display: block;
}
.formInputFirstHalf{
    border-radius: 8px 0px 0px 8px !important;
    border: 1px solid #AEB4D4 !important;
    background: #FFF !important;
}
.formInputFirstHalf:hover{
    border: 1px solid #7991C6 !important;
    background: #FFF;
}
.formInputLasttHalf{
    border-radius: 0px 8px 8px 0px !important;
    border: 1px solid #AEB4D4 !important;
    background: #E9F4FF !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activeType{
    border-radius: 4px;
    background: #336FF8;
    padding: 4px 7px 4px 7px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.discountType{
    padding: 5px 3px 5px 2px;
    color: #336FF8;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.addFieldName{
    color: #2768FC;
    font-size: 14px;
    font-weight: 500;
}
.error{color:#E84C3D;display: none; margin-top: 6px;}
.errorbd{border: 1px solid #E84C3D !important}
.inputFieldContainer{position: relative;}
.errorIcon{
    display: none;
    position: absolute;
    right: 12px;
    top: 12px;
}
.useremailerrorIcon{
    display: none;
    position: absolute;
    right: 110px;
    top: 12px;
}
.errorIcon_log{
    display: none;
    position: absolute;
    right: 30px;
    top: 10px;
}
#subscribe_email_error{
    position: absolute;

}
.error_bus {
    color: #E84C3D;
    display: none;
    margin-top: 6px;
    margin-left: 0; /* Reset margin-left */
    font-size: 12px; /* Adjust font size if necessary */
}
.alert-center_black{
    background-color: black;
}
.buttonPrimary{
    padding: 10px 12px;
    border-radius: 8px;
    background: #2768FC;
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border: none;
}
.buttonBgPrimary{
    padding: 10px 15px;
    border-radius: 8px;
    background: #E1EEFF;
    color: #2768FC;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.customCard{
    border-radius: 12px;
    margin-bottom: 15px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(208, 229, 255, 0.41);
}
.customCard2{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(208, 229, 255, 0.41);
}
.quantityButton{border: 1px solid #969696;}
.plusButton{border-left: none;}
.minusButton{border-right: none;}
.addButton{padding: 6px;}
.myAccountDropdown{
    position: absolute;
    transform: translate3d(-110px, 35px, 8px);
    top: 0px;
    left: 0px;
    will-change: transform;
    min-width: 12rem;
}
.selectedCatName{
    background-color: black !important;
    color: white;
    padding: 10px;
}
.cursorPointer{cursor: pointer;}
.input-with-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.insideIcons{
    position: absolute;
    left: 13px;
}
.selectText{
    padding-left: 45px;
    color: #000;
}
.input-with-icon .text{
    color: #9199C8;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.product-filter-section .input-with-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.insideIcons2{
    position: absolute;
    right: 13px;
}
.badge-success1{
    background-color: #0abb75;
    padding: 6px;
    color: white;
}
.storeName{
    text-align:center;
    color: black;
    border-radius:5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem;
    /* font-size: 18px; */
}
.storeWebName{
    text-align:center;
    color: black;
    border-radius:5px;
    font-weight: bold;
    text-transform: uppercase;
    /* font-size: 0.875rem; */
    font-size: 18px;
}
.banner{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bannerBorder{
    font-family: 'Times New Roman', Times, serif;
    /* height: 600px; */
    height: auto;
    /* width: 700px; */
    /* border: solid red 5px; */
    text-align: center;
    align-content:center;
    font-size: 18px;
}
.static_banner_card {
    position: relative;
    overflow: hidden;
}

.static_banner_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0.2;
    z-index: 0;
}
.static_background_card {
    position: relative;
    overflow: hidden;
}

.static_background_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0.1;
    z-index: 0;
    border-radius: 25px;
}
.bannerBorder {
    position: relative;
    z-index: 1;
}
.quantity-button:hover{
    background-color: var(--primary) !important;
    color: white !important;
}

.floatingNav {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2)
}

.tab-container {
    width: 100%;
}

.tabs {
    display: flex;
    background-color: #f1f1f1;
    /* border-bottom: 1px solid #ccc; */
}

.tabs button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    transition: background-color 0.3s;
    font-size: 18px;
    flex: 1;
    text-align: center;
}
.img-fluid_online {
    max-width: 70%;
    height: auto;
}
.tabs button:hover {
    background-color: #fffdfd;
}

.tabs button.active {
    background-color: var(--primary);
    color: white;
}
.aiz-user-sidenav .active .aiz-side-nav-text{
    color: var(--primary) ;
}
.aiz-user-sidenav .active .aiz-side-nav-icon{
    color:var(--primary) !important;
}
.second-password-input::-ms-reveal,
.second-password-input::-ms-clear
        {
            display: none;
        }

.second-password-input::-webkit-reveal,
.second-password-input::-webkit-clear
        {
            display: none;
        }


        /* flash deals timmers */
        .absolute-top-left {
            position: absolute;
            top: 0;
            left: 0;

        }

        .img-fit {
            max-height: 100%;
            width: 100%;
            object-fit: contain !important;
            /* object-fit: cover !important; 04-12-24 */
        }
        .img-fit_dup {
            max-height: 100%;
            /* width: 100%; */
            object-fit: cover;
        }

        .aiz-count-down-circle {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1rem;

        }

        .aiz-count-down-circle #time {
            display: flex;
            /* gap: 20px;  */
            justify-content: center;
            align-items: center;
        }

        .aiz-count-down-circle #time .circle {
            position: relative;
            width: 70px;
            height: 70px;
        }

        .aiz-count-down-circle #time .circle svg {
            transform: rotate(270deg);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 5px;
        }

        .aiz-count-down-circle #time .circle circle {
            fill: none;
            stroke-width: 1;
            stroke: #0a0a0a;
            width: 100%;
            height: 100%;
            fill: transparent;
            stroke-linecap: round;
            transform: translate(5px, 5px);
        }

        .aiz-count-down-circle #time .circle circle:nth-child(2) {
            stroke: #ff0000;
            stroke-dasharray: 188.4;
            stroke-dashoffset: 188.4;
            transition: stroke-dashoffset 1s linear;
        }

        .aiz-count-down-circle #time .circle span {
            position: relative;
            top:20px;
            left: 5px;
            z-index: 1;
            font-weight: 700;
            color: #1b1b28;
            font-size: 18px;
            height: 80px;
            width: 80px;
        }

        .countdown-label {
            margin-top: 5px;
            font-size: 10px;
            color: #040404;
            font-weight: 600;
            position: relative;
            top: 10px;
            left:5px;
        }
        .flash img {
            display: block;
            transition: transform .4s;   /* smoother zoom */
          }
          .flash:hover img{
             transform: scale(1.1);
            transform-origin: 50% 50%;

          }
/* end flash deals */
/* custome image upload  css */
.upload-box {
    background: #fff;
    padding: 1rem;
    border-radius: 16px;
    text-align: center;
    border: 2px dashed #ccc;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 20px;
    }
    .upload-icon {
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .4s;}

.upload-box.dragover {
    border-color: var(--primary);
    background-color: #f9f9f9;
}

.upload-box input[type="file"] {
    display: none;
}

.upload-box svg {
    font-size: 2rem;
    color: var(--primary);
}
/* end custom image upload css */

/* currency css */
.currency-dropdown {
    position: relative;
    display: inline-block;
  }

  .currency-btn {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .flag-icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
    border-radius: 0px;
  }

.currency-menu {
    position: absolute;
    top: 100%;
    background: white;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    z-index: 10;
    border-radius: 6px;
    margin-top: 8px;
    min-width: 200px;
    max-height: 200px;
    overflow: auto;
}

.currency-menu::-webkit-scrollbar {
    width: 8px;
}

.currency-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.currency-menu::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.currency-menu::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

  .currency-option {
    padding: 6px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .currency-option img {
    width: 20px;
    margin-right: 8px;
    border-radius: 0px;
  }


  .currency-option:hover {
    background-color: var(--header-font-color);
    color: var(--header-bg-color);
    }


    .currency-option.active{
        background: var(--primary);
        color: #fff !important;
    }
  /* end currecny css */

/* return model css  */
#returnReason, #replacementReason, #refundReason {
    display: none;
}

.preview-image2 {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    position: relative;
}

.singleImageCanvasContainer{
overflow: hidden;
height: 200px;
width: 30%;
display: inline-block;
position: relative;
padding-right: 0px;
margin-right: 15px;
border: 2px solid #dfdfdf;
margin-bottom: 10px;
padding: 4px;
border-radius: .25rem;
}

.singleImageCanvasContainer .singleImageCanvasCloseBtn{
position: absolute;
right: 0;
}
.singleImageCanvasContainer .singleImageCanvas{
width: 100%;
height: 100%;
object-fit: cover;
}
.singleImageCanvasCloseBtn{
font-weight: bold;
color: red;
margin-top: -6px;
}
#cropperModal{
overflow: auto;
}
.preview-image{display: block;float:left;
/* width:100px; */
height:100px;margin:8px; position: relative;}

.preview-image2{
display: block;
float:left;
/* width:100px; */
/* height:100px; */
margin:8px;
position: relative;

}
.preview-image .remove-image {
position: absolute;
top: 5px;
right: 5px;
padding: 0;
text-align: center;
border-radius: 50%;
width: 18px;
height: 18px;
font-weight: 500;
font-size: 12px;
cursor: pointer;
fill: rgba(0, 0, 0, 0.41);
background: rgba(0, 0, 0, 0.41);
color: white;
}
.preview-image2 .remove-image{
position: absolute;
top: 2px;
left: 60px;
color: red;
font-size: 14px;
font-weight: bold;
cursor: pointer;
background: white;
border-radius: 50%;
padding: 0 4px;

}
.placeholder-add-img{
width: 81px;
height: 81px;
background: #E6E6E6;
object-fit: cover;
border-radius: 8px;
}
.placeholder-add-img2{
width: 100px;
height: 100px;
background: #E6E6E6;
object-fit: cover;
border-radius: 8px;
}

/* end return model css */

/* navbar more dropdown css */
.dropdown-menu_pages {
    min-width: 200px;
    max-height: 300px; /* Restrict height */
    overflow-y: auto; /* Enable vertical scrolling */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 5px;
    z-index: 1050;
    display: block;
    background-color: #fff !important;
    color:var(--primary) !important;
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);

}


.dropdown-menu_pages li {
    list-style: none;
}


.dropdown-menu_pages li a {
    display: block;
    width: 100%  !important;
    padding: 10px 15px;
    color: var(--primary) ;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 3px;
}


.dropdown-menu_pages li a:hover {
    background-color: var(--primary);
    color: #ffffff;
}

/* Optional: Add a custom scrollbar style */
.dropdown-menu_pages::-webkit-scrollbar {
    width: 8px;
}

.dropdown-menu_pages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.dropdown-menu_pages::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
/* end navbar more dropdown css */

.ant-back-top {
    margin-right: 1.35rem !important;
    margin-bottom: 3.5rem !important;
}
.ant-back-top {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 10;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none; /* Initially hidden */
}
.ant-back-top:hover {
  opacity: 1;
}
@media (max-width:768px){
    .ant-back-top {

   display: none !important;
    }
}

/* compare badge icon */
.discount_badge {
    display: inline-block;
    padding: 3px;
    font-size: 11px;
    border-radius: 0 50em 50em 0;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    background: #fff;
    z-index: 1;
    top: 10px;
    box-shadow: 2px 1px 6px 2px rgba(0, 0, 0, 0.1), 0 4px 4px 0px rgba(0, 0, 0, 0.06) !important;
}

.discount_badge .box2 {
    height: 26px;
    width: 60px;
    background: #ff0000;
    color: #fff;
    display: inline-block;
    border-radius: 13px;
    text-align: center;
}

.discount_badge .box {
    height: 26px;
    width: 30px;
    background: #ff0000;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
/* end compare badge */
/* cart page css */
.product-col {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

    /* end css */

    .sr-only {
        position: absolute;
        left: -9999px; /* Moves off-screen */
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;

      }

/* Showvariant img responsive */
    .showVariantImage {
        width: 100%;
        height: auto;
    }


    @media (max-width: 767px) {
        .showVariantImage {
            height: 350px; /* Set desired height for mobile */
            object-fit: contain; /* Ensure the image doesn't stretch but covers the area */
        }
    }
/* end img responsive */
.product-col {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}
.cart-col {
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    flex: 1;
}
@media (max-width: 768px) {
    .cart-header, .cart-item {
        grid-template-columns: 10% 35% 20% 15% 20%;
    }
    .cart-container {
        padding: 5px;
    }
    .cart-img-update {
        width: 50px;
        height: 50px;
    }
}
.cart-item2{
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.cart-item2::-webkit-scrollbar {
    display: none;
}
.cart-item2::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.cart-item2::-webkit-scrollbar-track {
    background: #f5f5f5;
}
.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    padding: 10px 0;
    flex-wrap: wrap;
}
.cart-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.cart-header {
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px;
}
.cart-details {
    text-align: left;
}
.product-name {
    font-weight: bold;
    margin: 0;
}
.quantity-col {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.quantity-input_new_cart {
    width: 80px;
    text-align: center;
    border: none;
    font-size: 16px;
    background: white;
}
.cart-img-update{
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 5px;
}
.cart-wrapper {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.cart-container {
    display: inline-block;
    min-width: 1000px;
    width: 100%;
    background: white;
    border-radius: 10px;
}
.btn-outline-primary_tab {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
@media (min-width: 767px) and (max-width: 1023px) {
    .search_tab_res{
        max-width: 840px !important;
    }
    .notification_tab_res{
        height: 800px !important;
    }
    .ant-back-top {

        display: none !important;
         }
    .tab_margin_bottom{
        margin-bottom: 65px !important;
        padding:10px;
    }
    .navbar_respons{
        margin-right: -280px;
        justify-content: center;
    }
}
@media (max-width: 1200px) {
    .search_bar_tab {
        max-width: -webkit-fill-available;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
/* Sticky positioning for mobile */
@media (max-width: 768px)
{
    .sticky-buttons {
        background-color: #fff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        padding: 10px;
        z-index: 1000;
    }
    .sticky-buttons {
        position: fixed;
        bottom: 65px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .sticky-buttons button,
    .sticky-buttons a {
        margin: 5px;
        width: 45%;
    }
    .blink-text {
        text-align: center;
    }
    .footer_tab_res{
        text-align: center;
    }
}


/* end Sticky positioning for mobile */
.subtotal-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Desktop: Align to the right */
@media (min-width: 576px) { /* For screen size 576px and above */
    .subtotal-container {
        justify-content: flex-end;
    }

    .subtotal-container span:last-child {
        margin-left: 1rem; /* Space between Subtotal and Amount */
    }
}

/* category icon rotation */
.rotate-category-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.search-link {
    color: #333333 !important;
}

.wishlist-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-btn i {
    font-size: 15px;
   padding-top :3px;
}
#videoModal{
    padding-right: 0px !important;
}

.service_coupon{
    max-width: 30%;
}
.product_coupon{
    max-width: 30%;
}

/* pages css  */
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.Store-page-content {
    font-family: 'Inter', sans-serif !important; /* Consistent font family */
    color: #444 !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    padding: 30px !important;
    /* background-color: #c6dcf1 !important; */
    border-radius: 8px !important;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; */
    /* background-image: url('https://img.freepik.com/premium-vector/print_660067-257.jpg?w=740') !important;  */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* Uniform Heading Styles - Same size for all headings */
.Store-page-content h1,
.Store-page-content h2,
.Store-page-content h3,
.Store-page-content h4,
.Store-page-content h5,
.Store-page-content h6 {
    font-family: 'Inter', sans-serif !important;
    color: #2d3436 !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    border-bottom: 2px solid #ced6e0 !important;
    padding-bottom: 8px !important;
}

/* Paragraph and text styling */
.Store-page-content p {
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    color: #555 !important;
    font-weight: 400 !important;
}
.Store-page-content div{
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    color: #555 !important;
}

/* Links */
.Store-page-content a {
    color: var(--primary) !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

.Store-page-content a:hover {
    text-decoration: underline !important;
}

/* Blockquotes */
.Store-page-content blockquote {
    border-left: 4px solid #dfe4ea !important;
    padding: 15px 20px !important;
    font-style: italic !important;
    background-color: #ffffff !important;
    margin: 20px 0 !important;
}

/* Image styling */
.Store-page-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 6px !important;
    margin: 20px 0 !important;
}

/* Lists */
.Store-page-content ul,
.Store-page-content ol {
    margin-left: 20px !important;
    padding-left: 20px !important;
}

.Store-page-content ul li,
.Store-page-content ol li {
    font-size: 18px !important;
    color: #666 !important;
    margin-bottom: 10px !important;
    line-height: 1.6 !important;
}
/* end pages css */

/* payment select css */

.payment_selector > input:checked  .payment-box, .payment_selector > input:checked  .payment-box {
    border-color: var(--primary) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important ;
}
/* end payment select css */


.breadcrumb-nav {
    display: flex;
    flex-wrap: wrap; /* Allows the items to wrap in mobile view */
    gap: 5px;
}
.scrolling-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.scroll-text {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 10s linear infinite;
}

@keyframes scrollText {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

/* branches css */
.branch_img-container {
    overflow: hidden; /* Ensures the image doesn't overflow outside the card */
    display: inline-block;
    width: 100%;
    transition: transform 0.3s ease-in-out;
  }

  .branch_img-container img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease-in-out;
  }

  .branch_img-container:hover img {
    transform: scale(1.1); /* Expands the image on hover */
  }

  .home-page-category-slider {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease;
  }

  .home-page-category-slider:hover img {
    transform: scale(0.9);
  }

  .home-page-category-slider img {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
  }

@media (max-width: 768px) {
    .breadcrumb-nav {
        gap: 3px; /* Reduce the gap between elements for smaller screens */
        justify-content: flex-start;
    }

    .breadcrumb-nav a {
        word-break: break-word; /* Break long text in smaller screens */
    }
}

@media (max-width :767px){
    .copyright_footer{
        margin-bottom: 4rem !important;
        padding-bottom: 10px;
    }}


/* / Media Queries / */

@keyframes bounce {
    0%, 100% {
        transform: scale(0.9) ;
    }

    50% {
        transform: scale(1) ;
    }
    }
@media (min-width: 768px) {
    .order-summary__section__content::-webkit-scrollbar {
      width: 6px;
      height: 6px;
    }

    .order-summary__section__content::-webkit-scrollbar-thumb {
      background-color:#828282 ;
      border-radius: 10px;
    }

    .order-summary__section__content::-webkit-scrollbar-thumb:hover {
      background-color:var(--hov-primary);
    }

    .order-summary__section__content::-webkit-scrollbar-track {
      background-color: #dddcdc;


  }
  .order-summary__section__content{
    max-height: 250px;
  }
  .card-img-top{
    min-height: 250px;
    object-fit: cover !important;
  }

}
@media (max-width: 345px) {

.fc table th{
    font-size: 13px !important;
}
}
@media (max-width: 768px) {
    .card-img-top{
        min-height: 160px;
        object-fit: cover;
      }
      .productImage{min-height: 250px;}
}
@media (max-width: 1300px) and (min-width: 1024px) {
    .menu-button {
        background-color: var(--primary);
        color: white;
        border-radius: 50%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
        overflow: hidden;
        white-space: nowrap;
        position: fixed;
        top: 110px;
        left: calc(100% - 75px); /* Adjust to start close to the right edge */
        z-index: 1000;
        width: 50px;
        padding: 0.5rem;
        /* animation: bounce 2s ease-in-out 0s infinite !important; */
    }
}


@media(max-width: 600px)
{

    .aiz-carousel.hp-cats-slider.dots-inside-bottom.mobile-img-auto-height.slick-initialized.slick-slider {width: calc(100% - 30px) !important;margin: auto;}
    .hp-cats-slider button.slick-prev.slick-arrow {left: -15px; display: none!important;}
    .hp-cats-slider button.slick-next.slick-arrow {right: -15px; display: none!important;}
    .home-page-category-slider a img{height: 52px;max-width: 52px;}
    .home-page-category-slider{padding-right: 8px;}
    .Categoryslider{margin-left: -15px; margin-right: 0px;}
    .catName{font-size: 10px; padding-left: 10px;}
    .logoResponsive{
        /* width: 150px; */
        width: 200px;
    }
    .bell{
        display: none;
    }
    .blink-text {
        font-size: 10px !important;
        text-align: center;
    }
    .tabs button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 10px;
        transition: background-color 0.3s;
        font-size: 12px;
        flex: 1;
        text-align: center;
    }
    .address_resp{
        padding-bottom: 100px !important;
    }
    .cart_name{
        width:150px;
    }
    .navbar_respons{
        margin-right: -120px;
        justify-content: center;
    }
    .menu-button {
        background-color: var(--primary);
        color: white;
        border-radius: 50%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
        overflow: hidden;
        white-space: nowrap;
        position: fixed;
        top: 110px;
        left: calc(100% - 56px); /* Adjust to start close to the right edge */
        z-index: 1000;
        width: 50px;
        padding: 0.5rem;
        /* animation: bounce 2s ease-in-out 0s infinite !important; */
    }
    .menu-button_admin {
        background-color: var(--primary);
        color: white;
        border-radius: 50%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
        overflow: hidden;
        white-space: nowrap;
        position: fixed;
        top: 160px;
        left: calc(100% - 56px); /* Adjust to start close to the right edge */
        z-index: 1000;
        width: 50px;
        padding: 0.5rem;
        /* animation: bounce 2s ease-in-out 0s infinite !important; */
    }
    .aiz-carousel .slick-arrow{display: none!important;}
    .ImgViewDesktop{display:none;}
    .ImgViewMobile{display: block;}
    .modal-fullscreen{width: 100%;height: 100vh;margin: 0;top: 0;left: 0; border: none;
        border-radius: 0px;
        padding: 0px;
    }
    .modal-dialog{margin: 0px;}
    .imgCarosel{display: block;}
    .updateSubmitButton{margin-bottom: 80px;}
    .whatsapp_icon{
        position: fixed;
        bottom: 80px;
        right: 20px;
        z-index: 1000;}
    .pageNames{font-size: 0.523rem !important ;}
    .image_responsive{
        object-fit: contain !important;
         height: 200px;}
         /* .image_responsive{ 04-12-24
            object-fit: contain; this one commented
             height: 160px;
            } */
    .img-over{
        /* height: 100px; */
        height: 160px;
    }
    .priceFont{ font-size: 0.7rem;}
    .priceFont2{ font-size: 1rem;}
    .fontS{font-size: 13px; margin-left: 0;}
    .qtyDeleteDiv{margin-top: 2rem;}
    .rating{
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .buttonMobileView{
        padding: 6px 8px;
    }
    .customModalDialog{
        margin: auto;
        max-width: 350px;
    }
    .categoryNames{
        min-width: 370px;
        overflow: auto;
    }
    .catName{
        overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:13px;
    }
    .aiz-carousel.dots-inside-bottom .slick-dots {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}
@media(min-width: 601px) and (max-width: 913px){
    .whatsapp_icon{
        position: fixed;
        bottom: 80px;
        right: 20px;
        z-index: 1000;}
    .catName{padding-right: 16px;}
    .logoResponsive{width: 200px;}
    .hp-cats-slider button.slick-next.slick-arrow{display: none!important;}
    .hp-cats-slider button.slick-prev.slick-arrow{display: none!important;}
    .aiz-carousel .slick-arrow{display: none!important;}
}
@media(max-width:820px) {
    .storeName{
        font-size: 0.75rem;
        /* font-size: 18px; */
    }
    .storeWebName{
        font-size: 16px;
    }
    .list-block{
        display: inline;
        text-align: center;
    }
    .list-block-item{
        display: inline;
        text-align: center;
    }
    .socialBlock{text-align: center;}
    .nav-text{
        display: none;
    }
    .free-delivery-content{
        margin-left: 15px;
        margin-top: 20px;
    }
    #videoModal{
    position: fixed;
    top: 150px;
    /* left: 30px; */
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding: 20px !important;
    }
    .service_coupon{
        max-width: 100%;
    }
    .product_coupon{
        max-width: 1000%;
    }
}
@media(max-width:391px){
    .icon-box{
        padding-left: 0px;
    }

    .search-icon1{display: block;}
}
@media(min-width:392px) and (max-width:500px){
    .icon-box{
        padding-left: 30px;
    }

    .search-icon1{display: block;}
    .hidecart{display: none;}
}
@media(min-width:501px) and (max-width:1200px){
    .icon-box{
        padding-left: 48px;
    }

    .search-icon1{display: none;}
    .bell{
        display: none;
    }
}
@media (min-width: 769px){
    .mobile-img-auto-height .full-size-banner {
        height: 400px;
    }
    .productDetailContainer{
        height: 600px; overflow:auto;
    }
    .categoryNames{
        min-width: 1440px;
        overflow: auto;
    }
    .catName{
        overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:20px;
    }

}


