body{
    background: #FAFAFA !important;
    font-family: "Poppins", sans-serif !important;
}

#left-side-product-alert{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

/* Product Image Hover */

.image-hover-effect {
    position: relative;
    overflow: hidden;
}
.product-hover-image {
    top: 0;
    left: 0;
    opacity: 0; 
    transition: opacity 0.6s ease-in-out;
}

.brand-slider .carousel-box {
    background: #fff;
    border-radius: 6px;
}

.brand-slider img {
    object-fit: contain;
    max-height: 95px;
}

.brand-slider.arrow-x-0 .slick-prev {
    left: -22px !important;
}

.brand-slider.arrow-x-0 .slick-next {
    right: -22px !important;
}

.box-card-border{
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0 0 3px 3px rgba(36, 62, 138, 0.10);
}


.rating-area i{
   color: #FFAD33;
}

.image-hover-effect:hover .product-hover-image {
    opacity: 1; 
}

.live-circle-icon {
    animation: blink-1p5 1.5s infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes blink-1p5 {
    0%   { opacity: 1; }   
    50%  { opacity: 0.5; }   
    100% { opacity: 1; }  
}

  /* Respect reduced motion preferences */
  @media (prefers-reduced-motion: reduce) {
    .blink { animation: none; }
  }

.product-details-page .add-to-cart {
  transition: transform 0.3s ease-in-out;
}

.product-details-page .add-to-cart:hover {
  transform: scale(1.02, 1.1);
}

/* Image Gallery Viewer */


.img-zoom {
   cursor:grab;
}

.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left:0; top:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.9);
    text-align: center;
    overflow: auto;
}
.lightbox-content {
    max-width: 90%;
    max-height: 80%;
    top: 50%;
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

.lightbox-toolbar button {
    font-size: 18px;
    padding: 5px 10px;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    border-radius: 5px;
}
.lightbox-close { font-size: 22px; background: rgba(0,0,0,0.7);}


.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    background: rgb(0 0 0 / 25%);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1100;
    transition: background 0.3s ease;
}
.lightbox-arrow:hover {
    background: rgba(0,0,0,0.8);
}
.lightbox-arrow.prev { left: 20px; }
.lightbox-arrow.next { right: 20px; }

.lightbox-toolbar {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between; /* left + right */
    align-items: center;
    padding: 0 15px;
    z-index: 1100;
}

.toolbar-left {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.toolbar-right button {
    margin-left: 4px;
    font-size: 18px;
    padding: 5px 10px;
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.toolbar-right button:hover {
    background: rgba(0,0,0,0.8);
}


.lightbox-modal img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
   
    max-width: 90% !important;
    max-height: 80% !important;
    margin: 0 !important; 
    transition: transform 0.3s ease, opacity 0.3s ease !important;
}

/* Expand Icon */
.carousel-box {
    position: relative; 
    overflow: visible;  
    background: #FFF;
}

.related-prod-caro .carousel-box{
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 120px 0 rgba(167, 167, 167, 0.16);
    padding: 10px;
}

.related-prod-caro .slick-slide{
    margin-right:10px;
    margin-left: 1px;
}

.slick-initialized .slick-slide {
    background: #ffff;
}


header.sticky-top{
  padding-bottom: 10px;
}

header.sticky-top ul.menu-first li{
    list-style: none;
}

header.sticky-top ul.menu-first li a {
    color: var(--Primary-color, #243E8A);
    font-feature-settings: 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: 0.1px;
}

header.sticky-top .all-category span{
    color: var(--Primary-color, #243E8A);
    font-feature-settings: 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: 0.1px;
}

/* Custom hober effect on btn */
.custom-hov-btn:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}
.custom-hov-btn:active {
    transform: translateY(1px);
}

.pb-26px{
    padding-bottom: 1.625rem;
}
.py-19px{
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
}
.py-32px{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pt-32px{
    padding-top: 2rem;
}
.pb-32px{
    padding-bottom: 2rem;
}
.mb-32px{
    margin-bottom: 2rem;
}

.my-32px{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
/* Extra small devices (xs) <576px */
@media (max-width: 575.98px) {
    .pb-26px { padding-bottom: 1rem !important; }
    .py-19px { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
    .py-32px { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .pt-32px { padding-top: 1rem !important; }
    .pb-32px { padding-bottom: 1rem !important; }
    .mb-32px { margin-bottom: 1rem !important; }
    .my-32px { margin-top: 1rem !important; margin-bottom: 1rem !important; }
}

/* Small devices (sm) ≥576px */
@media (min-width: 576px) and (max-width: 767.98px) {
    .pb-26px { padding-bottom: 1.25rem !important; }
    .py-19px { padding-top: 0.875rem !important; padding-bottom: 0.875rem !important; }
    .py-32px { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
    .pt-32px { padding-top: 1.25rem !important; }
    .pb-32px { padding-bottom: 1.25rem !important; }
    .mb-32px { margin-bottom: 1.25rem !important; }
    .my-32px { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; }
}

/* Medium devices (md) ≥768px */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pb-26px { padding-bottom: 1.5rem !important; }
    .py-19px { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .py-32px { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .pt-32px { padding-top: 1.5rem !important; }
    .pb-32px { padding-bottom: 1.5rem !important; }
    .mb-32px { margin-bottom: 1.5rem !important; }
    .my-32px { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
}

/* Large devices (lg) ≥992px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .pb-26px { padding-bottom: 1.625rem !important; }
    .py-19px { padding-top: 1.1875rem !important; padding-bottom: 1.1875rem !important; }
    .py-32px { padding-top: 1.75rem !important; padding-bottom: 1.75rem !important; }
    .pt-32px { padding-top: 1.75rem !important; }
    .pb-32px { padding-bottom: 1.75rem !important; }
    .mb-32px { margin-bottom: 1.75rem !important; }
    .my-32px { margin-top: 1.75rem !important; margin-bottom: 1.75rem !important; }
}

/* Extra large devices (xl) ≥1200px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .pb-26px { padding-bottom: 1.75rem !important; }
    .py-19px { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
    .py-32px { padding-top: 1.875rem !important; padding-bottom: 1.875rem !important; }
    .pt-32px { padding-top: 1.875rem !important; }
    .pb-32px { padding-bottom: 1.875rem !important; }
    .mb-32px { margin-bottom: 1.875rem !important; }
    .my-32px { margin-top: 1.875rem !important; margin-bottom: 1.875rem !important; }
}

/* Extra extra large devices (xxl) ≥1400px */
@media (min-width: 1400px) {
    .pb-26px { padding-bottom: 1.625rem !important; }
    .py-19px { padding-top: 1.1875rem !important; padding-bottom: 1.1875rem !important; }
    .py-32px { padding-top: 2rem !important; padding-bottom: 2rem !important; } /* max 2rem */
    .pt-32px { padding-top: 2rem !important; }
    .pb-32px { padding-bottom: 2rem !important; }
    .mb-32px { margin-bottom: 2rem !important; }
    .my-32px { margin-top: 2rem !important; margin-bottom: 2rem !important; }
}



/*---All Product Card,Table Start---*/
.table-tabs-container {
    padding-top: 10px;
}



.add-new-btn {
    padding: 13px 40px 13px 32px;
}

.label-text {
    transition: color .4s ease;
    white-space: nowrap;
}

.plus-icon-container {
    transition: width .6s ease;
}

.add-new-btn:hover .plus-icon-container {
    width: 100%;
}

.add-new-btn:hover .label-text {
    color: var(--white)!important;
}
.add-new-btn:hover #plus-icon{
    right: 30px;
}
#plus-icon{
    position: absolute;
    right: 13px;
     transition: all .6s ease;
}
.add-new-btn:hover #filter-icon {
    right: 24px;
}

#filter-icon {
    position: absolute;
    right: 10px;
    transition: all .6s ease;
}


.table-nav-tabs{
    gap: 15px;
}
.table-tabs-container .nav-tabs .nav-item{
    margin-bottom: 0!important;
}
.table-tabs-container .nav-tabs .nav-link {
    border: none !important;
    border-bottom: 2px solid transparent !important;
    color: var(--gray);
    margin-right: 32px;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    transition: all .4s ease;
}

.table-tabs-container .nav-tabs .nav-link:hover {
    color: var(--blue);
}

.table-tabs-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.table-tabs-container .nav-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
}
.table-tabs-container::-webkit-scrollbar {
    height: 2px;
}

.table-tabs-container::-webkit-scrollbar-thumb {
    background-color: var(--light);
    border-radius: 10px;
}


.table-tabs-container .nav-tabs .nav-link.active {
    color: var(--blue);
    border: none !important;
    border-bottom: 2px solid var(--blue) !important;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.tab-filter-bar .input-group {
    transition: all .4s ease;
}

.tab-filter-bar .input-group:hover {
    border: 1px solid color-mix(in srgb, var(--blue), transparent 70%) !important;
    background-color: var(--white) !important;
}

.tab-filter-bar .input-group:focus-within {
    border: 1px solid var(--blue) !important;
    background-color: var(--white) !important;
}

.tab-filter-bar .dropdown button {
    background-color: var(--light);
}

.tab-filter-bar .dropdown button:focus {
    border: 1px solid var(--blue);
}

.tab-filter-bar .dropdown-menu {
    border-radius: 4px;
    z-index: 3;
}

/* .filter-filter-tab-content .dropdown-menu .dropdown-item{
    border-bottom: 1px solid var(--light);
}
.filter-filter-tab-content .dropdown-menu .dropdown-item:last-child{
    border-bottom: none;
} */
.tab-filter-bar .dropdown-menu .dropdown-item:hover {
    color: var(--blue);
}

.tab-filter-bar.dropdown-menu .form-check {
    cursor: pointer;
    /* border-bottom: 1px solid var(--light); */
    transition: all .4s ease;
}

.tab-filter-bar .dropdown-menu .form-check .form-check-label {
    color: var(--gray);
    cursor: pointer;
}

.tab-filter-bar .dropdown-menu .form-check .input-check {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--soft-white);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.tab-filter-bar .dropdown-menu .form-check:last-child {
    border-bottom: none;
}

.tab-filter-bar .dropdown-menu .form-check .input-check:checked {
    background-color: var(--dark);
    border-color: var(--dark);
}

.tab-filter-bar .dropdown-menu .form-check .input-check:checked::after {
    content: url('../img/dropdown-input-checkmark.svg');
    color: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 3px;
    margin: auto;
    line-height: 13px;
}

.tab-filter-bar .dropdown-menu .input-check:checked[type="checkbox"]+label {
    color: var(--blue) !important;
}

.filter-filter-tab-content table tr td .rattings {
    gap: 6px;
}

.filter-filter-tab-content table tr td .stock-text:hover {
    color: var(--white);
}

.filter-filter-tab-content .table-options .hov-text-blue:hover span {
    transition: all .4s ease;
}

.filter-filter-tab-content .table-options .hov-text-blue:hover span {
    color: var(--blue) !important;
}

.filter-tab-content .table-options .hov-text-blue:hover span svg path {
    fill: var(--blue);
}

/* .filter-tab-content .table-options a{
    border-bottom: 1px solid var(--light);
}
.filter-tab-content .table-options a:last-child{
    border-bottom: none;
} */
.inner-select button {
    border: 1px solid var(--light) !important;
}

.inner-select .form-control:focus {
    background-color: transparent !important;
}

.filter-tab-content .table th {
    padding-right: 0;
    padding-left: 0;
}

.filter-tab-content .table td {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px dashed #dee2e6;
}

.filter-tab-content .table td .td-see-more {
    transition: all .4s ease;
}

/* .filter-tab-content .table td .td-see-more:hover {
    text-decoration: underline;
} */

.filter-tab-content .table td .td-see-more {
    transition: all 2s ease;
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.filter-tab-content .table td .td-see-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 98%;
    height: 2px;
    background-color: var(--blue);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.filter-tab-content .table td .td-see-more:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}


/*---All Product Card,Table End---*/



/* Right Offcanvas wrapper Start */
#rightOffcanvas {
    box-shadow: rgba(50, 50, 93, 0.4) 0px 50px 100px -20px;
    transition: right 0.4s ease;
    min-height: 100vh;
}

.right-offcanvas-sm {
    width: 240px;
    right: -240px;
}

.right-offcanvas-md {
    width: 450px;
    right: -450px;
}

.right-offcanvas-lg {
    width: 648px;
    right: -648px;
}

.body-no-scroll {
    overflow: hidden;
}

@media (min-width: 320px) and (max-width: 575px) {
    #rightOffcanvas {
        right: -90%;
        width: 90% !important;
    }
}

#closeRightOffcanvas:hover svg path {
    fill: var(--hov-primary);
}

#rightOffcanvas .right-offcanvas-body {
    /* padding-right: 12px; */
    padding-bottom: 120px;
    width: 100%;
    overflow-y: scroll;
}

#rightOffcanvas.active {
    right: 0;
}

#rightOffcanvasOverlay {
    /* background: rgba(0, 0, 0, 0.6); */
    background: color-mix(in srgb, var(--dark) 60%, transparent);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1040;
    cursor: url('../img/cursor-cross.svg') 16 16, crosshair;
}

#rightOffcanvasOverlay.active {
    opacity: 1;
    visibility: visible;
}

#rightOffcanvas .right-offcanvas-body .brand-categories {
    border-width: 3px !important;
}

#rightOffcanvas .right-offcanvas-body .right-offcanvas-table thead tr th {
    border-top: 0;
    border-bottom: 1px solid var(--soft-secondary);
    border-left: 0;
    border-right: 0;
}

#rightOffcanvas .right-offcanvas-body .right-offcanvas-table {
    margin-bottom: 150px;
}

#rightOffcanvas .right-offcanvas-body .right-offcanvas-table tbody tr td {
    border-top: 1px dashed var(--soft-secondary);
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

#rightOffcanvas .right-offcanvas-body .right-offcanvas-table tbody {
    border-bottom: 1px solid var(--soft-secondary);
}

.stock-input {
    border: 1px solid var(--soft-secondary);
    max-width: 100px;
}

.stock-input:focus {
    border: 1px solid var(--hov-primary);
}

.right-offcavas-footer {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}

.right-offcavas-footer .footer-btn button {
    width: 100%;
    border-radius: 8px;
    border: 2px solid var(--soft-secondary);
    background-color: var(--white);
    transition: all .6s ease;
}

.right-offcavas-footer .footer-btn button.cancel {
    color: var(--red);
}

.right-offcavas-footer .footer-btn button.cancel:hover {
    background-color: var(--red);
    border-color: var(--red);
    color: white;
}

.right-offcavas-footer .footer-btn button.save {
    color: var(--teal);
}

.right-offcavas-footer .footer-btn button.save:hover {
    background-color: var(--green);
    border-color: var(--green);
    color: white;
}

/* Right Offcanvas wrapper End */



/* Delete Popup Modal Start */
#back-btn:hover {
    border-color: var(--green) !important;
    background-color: var(--green) !important;
    color: var(--white) !important;
}

#proceed-btn:hover {
    border-color: var(--red) !important;
    background-color: var(--red) !important;
    color: var(--white) !important;
}

#conform-yes-btn:hover {
    border-color: var(--red) !important;
    background-color: var(--red) !important;
    color: var(--white) !important;
}

#delete-link:hover {
    border-color: var(--red) !important;
    background-color: var(--red) !important;
    color: var(--white) !important;
}

.deleteModal {
    cursor: url('../img/cursor-cross.svg') 16 16, crosshair;
}

.deleteModal .modal-content {
    cursor: default;
}

.deleteModal .form-check .input-check {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--soft-light);
    border: 1px solid var(--soft-light);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.deleteModal .form-check .input-check:checked {
    background-color: var(--dark);
    border-color: var(--dark);
}

.deleteModal .form-check .input-check:checked::after {
    content: url('../img/dropdown-input-checkmark.svg');
    color: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 3px;
    margin: auto;
    line-height: 13px;
}

.deleteModal .input-check:checked[type="checkbox"]+label {
    color: var(--blue) !important;
}

.deleteModal .input-check:checked[type="checkbox"]+label span {
    color: var(--green) !important;
}

.confirmDeleteModal .modal-content .modal-body p a {
    text-decoration: underline;
}

.confirmDeleteModal {
    cursor: url('../img/cursor-cross.svg') 16 16, crosshair;
}

.confirmDeleteModal .modal-content {
    cursor: default;
}

/* Delete Popup Modal End */


/* auction-bit_btn */
.custom-bit-btn {
    padding: 0.416rem 1rem;
    font-size: 0.8125rem;
}

@media (max-width: 575px) {
    .custom-bit-btn {
        padding: .25rem !important;
        font-size: .75rem;
    }
}
/* auction-bit_btn end */

.toggle-btn {
    color: var(--primary-color);
    font-size: var(--fs-12);
}
.footer-text-control {
    height: auto
}

@media (min-width: 320px) and (max-width: 1199.98px) {
    .footer-text-control {
        max-height: 80px;
        overflow: hidden;
        transition: max-height 0.7s ease;
    }

}


/*======  MY TABLE START =====*/
#aiz-data-table .toggle-plus-minus-btn {
    display: none;           
    user-select: none;
    line-height: 17px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

/*Hover & Focus */
.hsn-code:hover,
.gst-value:hover {
    border: 2px solid var(--light);
    background-color: transparent !important;
}

.hsn-code:focus-within,
.gst-value:focus-within {
    border: 2px solid var(--blue) !important;
}

.hsn-code,
.gst-value {
    width: 90%;
}

@media (max-width: 1399px) {
    .hsn-code,
    .gst-value {
        width: 100%;
    }
}

.hsn-code #pen-icon,
.gst-value #pen-icon,
.hsn-code button span,
.gst-value button span,
.hsn-message,
.gst-message {
    display: none;
}

/* Hover: Show pen */
.hsn-code:hover #pen-icon,
.gst-value:hover #pen-icon {
    display: block !important;
    margin-top: 3px;
}

/* Focus: Hide pen, show button & message */
.hsn-code:focus-within #pen-icon,
.gst-value:focus-within #pen-icon {
    display: none !important;
}

.hsn-code:focus-within button span,
.gst-value:focus-within button span,
.hsn-code:focus-within .hsn-message,
.gst-value:focus-within .gst-message {
    display: block !important;
}


/* hide-xs */
@media (max-width: 575px) {
    .hide-xs {
        display: none !important;
    }
}

/* hide-sm */
@media (max-width: 767px) {
    .hide-sm {
        display: none !important;
    }
}

/* hide-md */
@media (max-width: 991px) {
    .hide-md {
        display: none !important;
    }
}

/* hide-lg */
@media (max-width: 1199px) {
    .hide-lg {
        display: none !important;
    }
}

/* hide-xl */
@media (max-width: 1399px) {
    .hide-xl {
        display: none !important;
    }
}

/* hide-xxl */
@media (max-width: 1500px) {
    .hide-xxl {
        display: none !important;
    }
}




#aiz-data-table .data-row {
    border-top: 1px dashed var(--soft-light);
    border-bottom: 0 !important;
}

#aiz-data-table .data-row:last-of-type {
    border-bottom: 0 !important;
}

/* #aiz-data-table .data-row:first-of-type {
    border-bottom: 0 !important;
} */

#aiz-data-table .data-row td {
    border: 0 !important;
}



/* Details row */
#aiz-data-table .details-row {
    display: none;
}

#aiz-data-table .details-row td {
    background-color: var(--white);
    padding: 15px 0px !important;
}

#aiz-data-table .detail-item {
    border-bottom: 1px dashed var(--soft-light);
}
#aiz-data-table .detail-item:last-of-type{
    border-bottom: none!important;
}

#aiz-data-table thead th {
    border-bottom: 1px solid var(--soft-light);
    border-top: 0 !important;
}

/*======  MY TABLE END =====*/

#shippingTab .nav-item .nav-link.active{
    color: var(--dark)!important;
}



.choose-address{
    margin-top: -45px;
}
@media (max-width: 700px) {
.choose-address{
    margin-top: 0 !important;
    justify-content: start !important;
}
}

#bulk-action-modal{
    z-index: 1050!important;
}


#request-pickup-btn{
    margin-top: 26px ;
    border: 1px solid #ffc700 ;
}

/* ====================== Product Details Page Start ====================== */
.product-details .product-slider-wrapper {
    width: 100%;
}

.product-details .product-slider-wrapper .thumb-container {
    width: 100%;
    height: 528px;
}

.thumb-slider .swiper-slide {
    width: 100%;
    height: 80px !important;
    transition: all 0.4s ease;
}

.thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid var(--blue) !important;
}

.thumb-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.thumb-slider .swiper-slide:hover img {
    transform: scale(1.03);
    opacity: 0.7;
}

.thumb-slider .swiper-slide:hover .la-play-circle{
    color: var(--dark)!important;
}

.thumb-btn-up,
.thumb-btn-down {
    flex: 1;
    height: 30px;
    z-index: 20;
    background-color: #f7f7f7!important;
}

.thumb-btn-up:hover,
.thumb-btn-down:hover {
    background-color: #f1f1f1!important;
}

.thumb-btn-up.disabled svg path,
.thumb-btn-down.disabled svg path {
    opacity: 0.6!important;
}
.thumb-btn-up.disabled,
.thumb-btn-down.disabled {
    cursor: not-allowed!important;
}



/* .thumb-btn-up {
    border-bottom-left-radius: 8px;
}

.thumb-btn-down {
    border-bottom-right-radius: 8px;
} */

/*Product Main Slider*/
.main-slider {
    width: 100%;
    height: 528px;
}

.main-slider .swiper-slide img {
    z-index: 2;
    /* object-fit: cover; */
    object-fit: contain;
    object-position: center;
}

.img-preview-btn {
    position: absolute;
    left: 24px;
    bottom: 32px;
    z-index: 3;
    transition: all 0.4s ease;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    width: 50px;
}

.img-preview-btn:hover{
    width: 170px;
    background-color: var(--white);
}


/* Swipper Button */
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    color: var(--dark) !important;
    transition: all 0.4s ease;
}
.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
    background-color: var(--soft-light);
}

.main-slider .swiper-button-next:after,
.main-slider .swiper-button-prev:after {
    font-size: 15px;
    font-weight: 600;
}

.main-slider .swiper-button-next{
    right: -60px!important;
    transition: all .4s ease;
}

.main-slider:hover .swiper-button-next{
    right: 15px!important;
}

.main-slider .swiper-button-prev{
    left: -60px!important;
    transition: all .4s ease;
}

.main-slider:hover .swiper-button-prev{
    left: 15px!important;
}

.main-slider .swiper-button-next:after{
    margin-left: 2px;
}

.main-slider .swiper-button-prev:after{
    margin-right: 2px;
}

.main-slider .swiper-button-prev.swiper-button-disabled,
.main-slider .swiper-button-next.swiper-button-disabled{
    cursor: not-allowed!important;
    pointer-events:visible;
}

.product-details .right-side-cws button span.compare,
.product-details .right-side-cws button span.wishlist,
.product-details .right-side-cws button span.share{
    margin-top: 2px;
}

.product-details .rating {
    gap: 5px;
    margin-top: -3px;
}

.product-details .rating-card .rating {
    gap: 4px;
    margin-top: 2px!important;
}

.product-details .total-rating-count{
    margin-top: -5px;
}

.sku-copy-btn svg {
    transition: all 0.4s ease;
}

.sku-copy-btn:hover svg path {
    fill: var(--blue);
}

.people-view svg {
    width: 100%;
    height: 100%;
}

.people-view svg path {
    animation: bluePulse 2s infinite alternate;
}

.order-via-whatsapp a{
    color: var(--green)!important;
}



@keyframes bluePulse {
    0% {
        fill: #D1DBE5;
    }

    100% {
        fill: var(--blue);
    }
}

/* Flash Sale Box */
.flash-sale {
    background-color: var(--red);
    animation: blinkBg 2s infinite alternate;
    transition: opacity 2s ease, height 0.5s ease, padding 0.5s ease;
}

/* Blink animation */
@keyframes blinkBg {
    0% {
        background-color: var(--red);
    }

    25% {
        background-color: var(--orange);
    }

    50% {
        background-color: var(--red);
    }

    75% {
        background-color: var(--orange);
    }

    100% {
        background-color: var(--red);
    }
}

/* Hide flash sale when expired */
.flash-sale.expired {
    opacity: 0;
    pointer-events: none;
    height: 0;
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
}

.discount-badge {
    background-color: var(--orange);
}

.dec-btn,
.inc-btn {
    border: 1px solid var(--light);
    background-color: var(--light);
    transition: all 0.4s ease;
}

.inc-btn:hover,
.dec-btn:hover {
    background-color: transparent !important;
}

.inc-btn:hover svg rect,
.dec-btn:hover svg rect {
    fill: var(--dark) !important;
}

.product-variant {
    height: auto;
    overflow: hidden;
    transition: height .35s ease;
}

.product-variant button .dot {
    transition: all .4s ease;
}

.product-variant .more-toggle-btn{
    background-color: #fafafc!important;
}
.product-variant .more-toggle-btn:hover{
    background-color: var(--light)!important;
}

.product-variant button:hover .dot {
    background-color: var(--blue) !important;
}

.product-variant.collapsed .variant-item {
    border-top: 1px dashed #DFDFE6 !important;
}

.product-variant.collapsed .variant-item-none {
    display: none;
    border-top: 1px dashed #DFDFE6 !important;
}

/* @keyframes variantIconBlink {
  0% {
    fill: var(--light-gray); 
  }
  50% {
    fill: var(--green); 
  }
  100% {
    fill: var(--light-gray);
  }
}

.selected-variant-icon .icon-fill {
  animation: variantIconBlink 1.5s ease-in-out infinite;
} */





/* .product-variant  .dot { display: inline-block; }
.product-variant  .dot.hidden { display: none; }
 */

.product-variant .variant-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
}

.product-variant .variant-wrapper .variant-item-select {
    transition: all 0.3s ease;
    user-select: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

.product-variant .aiz-megabox .aiz-megabox-elem{
    outline: 1px solid transparent;
}

.product-variant .aiz-megabox>input:checked~.aiz-megabox-elem{
    outline-color: var(--blue);
}

.product-variant .aiz-megabox>input:checked~.aiz-megabox-elem, .aiz-megabox>input:checked~.aiz-megabox-elem{
    border-width: 1px !important;
}

.bg-orange {
    background-color: var(--orange);
}

.bg-cyen {
    background-color: #027f9d;
}

.product-variant .variant-wrapper .variant-item-select input {
    display: none;
}

.product-variant .variant-wrapper .variant-item-select.active {
    border: 2px solid var(--blue) !important;
    border-width: 2px!important;
}

.warranty-section .yrs {
    margin-top: -6px;
}

.warranty-section ul li {
    line-height: 32px !important;
}

.warranty-section ul li span.warranty-text{
    margin-top: 2px;
}

#login_modal .modal-content{
    border-radius: 8px!important;
}

#warranty-note-modal .modal-content{
    border-radius: 8px!important;
}
#addToCart{
    z-index: 1050 !important;
}
#addToCart .modal-content{
    border-radius: 8px !important;
}

#refund-note-modal .modal-content{
     border-radius: 8px !important;
}

#chat_modal .modal-content{
    border-radius: 8px !important;
}

#social-share-modal .modal-content{
    border-radius: 8px !important;
}

#social-share-modal .modal-header .link-circle-box{
    margin-top: -50px;
}

#social-share-modal .modal-header .close{
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

#social-share-modal .modal-body .copy-link-btn svg path{
    transition: all .4s ease;
}

#social-share-modal .modal-body .copy-link-btn:hover svg path{
    fill: var(--blue)!important;
}

#social-share-modal .modal-body .share-link{
    gap: 16px;
}

#social-share-modal .modal-body .share-link:hover span {
    color: var(--dark) !important;
}

#social-share-modal .modal-body .aiz-share .jssocials-shares{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 24px;
}

#social-share-modal .modal-body .aiz-share .jssocials-shares .jssocials-share{
    margin: 0!important;
}

#social-share-modal .modal-body .aiz-share .jssocials-shares .jssocials-share-link{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .4s ease;
}

#bid_for_detail_product .modal-content{
    border-radius: 8px !important;
}

/*Product Details Nav Tabs*/
/* .product-details-nav-tab .nav-tab-header {
    position: sticky;
    top: 0;
    z-index: 1045;
} */

.product-details-nav-tab .nav-tab-header ul li:last-child {
    margin-right: 0 !important;
}

.product-details-nav-tab .nav-tab-header .tab-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    border-bottom: 1px solid var(--light-gray);
}

.product-details-nav-tab .nav-tab-header .tab-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.product-details-nav-tab .nav-tab-header .tab-underline {
    position: absolute;
    bottom: 0;
    border: 2px solid var(--blue);
    transition: all 0.35s ease;
}

.product-details-nav-tab .container{
    gap: 32px;
}


/* Reviews & Ratings Section */
.reviews-ratings-container .ratings {
    gap: 5px;
}

.reviews-ratings-container button:hover {
    border-color: var(--orange) !important;
}

.reviews-ratings-container button {
    gap: 10px;
}

.reviews-ratings-container .filter-rating-wrapper {
    gap: 12px;
}

.reviews-ratings-container .filter-rating-wrapper .rating-point-select {
    transition: all 0.3s ease;
    user-select: none;
    flex-shrink: 0;
}

.reviews-ratings-container .filter-rating-wrapper .rating-point-select input {
    display: none;
}

.reviews-ratings-container .filter-rating-wrapper .rating-point-select:hover {
    border: 1px solid var(--dark) !important;
}

.reviews-ratings-container .filter-rating-wrapper .rating-point-select.active {
    background-color: var(--dark) !important;
    border: 1px solid var(--dark) !important;
}

.reviews-ratings-container .filter-rating-wrapper .rating-point-select.active svg path {
    fill: var(--white) !important;
}

.reviews-ratings-container .filter-rating-wrapper .rating-point-select.active span {
    color: var(--white) !important;
}

.reviews-ratings-container .custom-select-wrapper select:focus {
    border: 1px solid var(--orange) !important;
}

.reviews-ratings-container .see-more-btn svg path{
    transition: all .4s ease;
}

.reviews-ratings-container .see-more-btn:hover svg path{
    fill: var(--white)!important;
}


.reviews-ratings-container .product-variation-wrapper {
    gap: 16px;
}

.reviews-ratings-container .rating-card-wrapper .review-item{
    border-bottom: 1px solid var(--light-gray)!important;
}

.reviews-ratings-container .rating-card-wrapper .review-item:last-child{
    border: none!important;
}

.reviews-ratings-container .product-variation-wrapper .product-variation-card:hover {
    border-color: var(--blue) !important;
}

.reviews-ratings-container button svg {
    transition: all 0.6s ease;
}

.reviews-ratings-container button.see-more:hover svg path {
    fill: var(--white) !important;
}
/*Product Queries*/
.product-queries-container .product-queries:focus-within{
    border-color: var(--orange)!important;
}

.product-queries-container .product-queries textarea::-webkit-resizer {
  background-color: var(--white)!important;
}

.product-queries-container .other-question{
    gap: 20px;
}

.product-queries-container .other-question:last-child{
    gap: 20px;
}

.product-queries-container .other-question .single-question{
    gap: 23px;
}

@media (max-width: 767px) {
    .thumb-container {
        height: 100px !important;
        margin-top: 20px;
    }

    .thumb-slider .swiper-slide {
        width: 100px !important;
        height: 100% !important;
        margin-right: 12px;
    }

    .thumb-btn-up,
    .thumb-btn-down {
        display: none !important;
    }

    .main-slider {
        height: 400px;
    }

    .main-slider .swiper-button-next{
        right: 15px!important;
    }

    .main-slider .swiper-button-prev{
        left: 15px!important;
    }

}

@media (max-width: 991px) {
    .main-slider .swiper-button-next{
        right: 15px!important;
    }

    .main-slider .swiper-button-prev{
        left: 15px!important;
    }
}

@media (min-width: 992px) {
    .product-slider-wrapper {
        position: sticky;
        top: 160px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-details .product-slider-wrapper .thumb-container {
        height: 400px;
    }

    .thumb-slider .swiper-slide {
        height: 90px !important;
    }

    .main-slider {
        height: 400px;
    }

    .main-slider .swiper-button-next{
        right: 15px!important;
    }

    .main-slider .swiper-button-prev{
        left: 15px!important;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .thumb-slider .swiper-slide {
        height: 65px !important;
    }
}

/* ====================== Product Details Page End ====================== */


/* seller customer panel */

body.verification-lock {
    overflow: hidden;
}

body.verification-lock *:not(.modal):not(.modal *) {
    pointer-events: none;
    filter: blur(5px);
    user-select: none;
}

.customer-verification-form .custom-file-label::after,
.seller-verification-form .custom-file-label::after {
    display: none!important;
}



/* pos */

.custom-height-group .btn {
  height: 42.19px!important; 
  line-height: 30px; 
}

.btn-outline-yellow {
    color: #FCBA01;
    border: 1px solid #DFDFE6
}

.btn-outline-yellow:hover,
.btn-outline-yellow.active {
    background-color: #FCBA01;
    color: white;
}

.btn-outline-facebook {
    color: #003ABA;
    border: 1px solid #DFDFE6
}

.btn-outline-facebook:hover,
.btn-outline-facebook.active {
    background-color: #003ABA;
    color: white;
}

.btn-outline-whatsapp {
    color: #2EB942;
    border: 1px solid #DFDFE6
}

.btn-outline-whatsapp:hover,
.btn-outline-whatsapp.active {
    background-color: #2EB942;
    color: white;
}

.customer-toggle {
    white-space: nowrap; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px; 
}

.customer-toggle i {
    font-size: 1.5rem; 
    line-height: 1;
    flex-shrink: 0; 
}

@media (min-width: 768px) {
    .fs-md-36 {
        font-size: 36px!important;
    }
    .fs-md-20{
        font-size: 17px!important;
    }
    .fs-md-16{
        font-size: 16px!important;
    }
}
.coupon-svg-height-mobile{
    height:60px!important;
}

.pos-list{
    padding: .15rem .25rem!important;
}

#address_walkin::placeholder {
    font-size: .8125rem;
}

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

.pos-filter-section .bootstrap-select .filter-option-inner-inner,
.pos-filter-section .bootstrap-select .dropdown-menu.inner > li > a {
    font-size: 12px !important;
}

.pos-filter-section textarea::placeholder,
.pos-filter-section .form-control::placeholder {
    font-size: 12px !important;
}

.pos-filter-section .bootstrap-select.form-control {
    width: 95% !important;
    max-width: 95% !important;
}

.custom-plc-size .bootstrap-select .filter-option-inner-inner,
.custom-plc-size .bootstrap-select .dropdown-menu.inner > li > a {
    font-size: 12px !important;
    padding-top: 4px!important;
}

.custom-plc-size textarea::placeholder,
.custom-plc-size .form-control::placeholder {
    font-size: 12px !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cl-md-w {
    order: 2 !important; 
    width: 100% !important; 
    margin-top: 20px;
  }
}
.pos-up {
    padding-top: 1rem;
}


/* Social Share Modal */
#social-share-modal .modal-content{
    border-radius: 8px !important;
}

#social-share-modal .modal-header .link-circle-box{
    margin-top: -50px;
}

#social-share-modal .modal-header .close{
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

#social-share-modal .modal-body .copy-link-btn svg path{
    transition: all .4s ease;
}

#social-share-modal .modal-body .copy-link-btn:hover svg path{
    fill: var(--blue)!important;
}

#social-share-modal .modal-body .share-link{
    gap: 16px;
}

#social-share-modal .modal-body .share-link:hover span {
    color: var(--dark) !important;
}

#social-share-modal .modal-body .aiz-share .jssocials-shares{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 24px;
}

#social-share-modal .modal-body .aiz-share .jssocials-shares .jssocials-share{
    margin: 0!important;
}

#social-share-modal .modal-body .aiz-share .jssocials-shares .jssocials-share-link{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .4s ease;
}

/* add to cart */

.adding {
    pointer-events: none;
    opacity: .7;
}

.added-success {
    background-color: #28a745 !important;
    color: #fff !important;
}

/* circle Arrow icon */
.view-more-slide-btn {
    overflow: hidden;
    display: flex;
    position: relative;  
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse; 
    transition: width 0.3s ease-in-out;
    width: 32px !important;
    height: 32px !important;
    white-space: nowrap;
    border-radius: 20px;
    background-color: #000;
    color: #fff;
    padding: 0;
}
.view-more-slide-btn .text {
    opacity: 0;  
    overflow: hidden; 
    transition: all 0.3s ease;
}
.view-more-slide-btn:hover .text {
    opacity: 1;    
    margin-right: 0.1rem; 
    display: inline-block;
}
.view-more-slide-btn:hover {
    width: 90px !important;
    justify-content: space-between; 
    padding-left: 10px;
    padding-right: 10px;
}
.view-more-slide-btn:active .text {
    text-decoration: underline;
}
.view-more-slide-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.view-more-slide-btn:hover i {
   left: 75%;
}

/* start my css code  */

/* Section Title */
.section-tag{
    color: var(--Secondary-color, #DA4725);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 55.556% */
}
.section-title{
    color: var(--Header-Text, #243E8A);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 133.333% */
    letter-spacing: 0.18px;
}

/* Tabs */
.popular-category-tabs{
    border-bottom:none;
}
.popular-category-tabs .nav-link{
    border:none;
    background:transparent;
    color:#1f3c88;
    padding:8px 16px;
    position:relative;
    transition:0.3s;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

/* Hover */
.popular-category-tabs .nav-link:hover{
    color:#DA4725;
}

/* Active Tab */
.popular-category-tabs .nav-link.active{
    color:#DA4725;
    background:transparent;
}

.popular-tabs{
    border-bottom: 2px solid #A1B5EF;
    padding-bottom: 15px;
}

.tab-content .tab-pane .aiz-card-box{
    border-radius: 11.517px;
    background: #FFF;
    box-shadow: 0 0 115.168px 0 rgba(167, 167, 167, 0.16);
    padding: 11px;
}

/* Banner */
.tab-category-banner{
    position:relative;
    display:block;
    border-radius:14px;
    overflow:hidden;
    height:100%;
}
.tab-category-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#fff;
    text-align:center;
}
.banner-overlay h4{
    color: var(--White, #EFEFEF);
    text-align: center;
    font-size: 18.678px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.157px; /* 113.274% */
}
.banner-overlay h3{
    color: var(--White, #EFEFEF);
    text-align: center;
    font-size: 38.471px;
    font-style: normal;
    font-weight: 700;
    line-height: 42.838px; /* 111.349% */
    margin: 15px 0px;
}
.banner-overlay span{
    border:1px solid #fff;
    padding:6px 16px;
    border-radius:6px;
    margin-top:10px;
}

.banner-overlay span:hover{
    border:1px solid #f44b26;
    background-color: #f44b26;
}

.aiz-card-box .img-fit{
    background: #F5F5F5;
    padding: 2px;
    margin-bottom: 5px;
}

.aiz-card-box .img-fit a img {
    height: 100%;
    object-fit: cover;
}

.slider-right-card-area{
    width: 388px;
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 }

.slider-right-card-area a.hot-deal-card{
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   height: 202px;
   border-radius: 12px;
   width: 100%;
   display: flex;
   align-items: center;
   padding: 29px;
   transition: all 0.4s ease;
}

.slider-right-card-area a.hot-deal-card:hover{
    scale: 1.02;
}

.slider-right-card-area a.hot-deal-card:hover h4.hot-deal-card-sub-title{
    color: #243E8A;
}

.slider-right-card-area a.hot-deal-card:hover h3.hot-deal-card-title{
    color: #243E8A;
}

.slider-right-card-area a.hot-deal-card:hover p.hot-deal-card-shop{
    color: #243E8A;
    border: 2px solid #243E8A;
}

.hot-deal-card-content h4.hot-deal-card-sub-title{
    color: var(--White, #EFEFEF);
    font-size: 11.652px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.198px; /* 113.274% */
}

.hot-deal-card-content h3.hot-deal-card-title{
    color: var(--White, #EFEFEF);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.724px; /* 111.349% */
    margin-top: 10px;
    margin-bottom: 10px;
}

.hot-deal-card-content p.hot-deal-card-shop{
    display: flex;
    width: 120px;
    padding: 9.321px 15px;
    justify-content: center;
    align-items: center;
    gap: 5.826px;
    border-radius: 4px;
    border: 2px solid #FFF;
    gap: 10.278px;
    color: var(--White, #EFEFEF);
    font-size: 11.652px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.982px; /* 120% */
}

/* Newsletter */
.newsletter-bar{
    padding: 24px 0px 75px 0px;
}
.newsletter-bar .newslater-card{
    background: #243E8A;
    border-radius: 20px;
    padding: 35px 75px;
    width: 100%;
}
.newsletter-bar h3.newsletter-title {
    color: #FFF;
    font-size: 47.911px;
    font-style: normal;
    font-weight: 700;
    line-height: 53.9px; /* 112.5% */
}
.subscription-area{
    max-width: 480px;
}
.subscription-area input.form-control:focus{
    box-shadow: none;
    border-color: #dfdfe6 !important;
}
.subscription-area .input-group-append .btn-subscribe {
    display: flex;
    padding: 14.373px 19.164px;
    justify-content: center;
    align-items: center;
    gap: 14.373px;
    border-radius: 74.262px;
    background: var(--Secondary-color, #DA4725);
    align-self: stretch;
    color: var(--White, #EFEFEF);
    font-size: 19.164px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 480px;
}

.subscription-area .input-group-append .btn-subscribe:hover {
    background: var(--Secondary-color, #f44b26);
    color: var(--White, #EFEFEF);
}

.support-section-content{
    padding: 95px 0px;
}

.support-section-content .icon-area{
    border-radius: 106.431px;
    background: var(--Secondary-color, rgba(218, 71, 37, 0.12));
    border-radius: 100%;
    width: 106.431px;
    height: 106.431px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-section-content .icon-area .rounded{
    border-radius: 77.162px !important;
    background: var(--Secondary-color, #DA4725);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77.162px;
    height: 77.162px;
}

.support-content-card{
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.support-content-card .support-content h4{
    margin-top: 31px;
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.251px; /* 103.475% */
}

.support-content-card .support-content p{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.938px; /* 139.691% */
}

/* Footer */
.footer-main {
    background: #fff;
}
.footer-logo {
    max-height: 45px;
}
.footer-text {
    color: rgba(0, 0, 0, 0.60);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.351px; /* 131.756% */
    margin-top: 40px;
}
h5.footer-title {
    color: var(--Primary-color, #243E8A);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.538px; /* 119.778% */
    margin-bottom: 28px;
}
ul.footer-links{
    padding: 0px;
    margin: 0px;
}
.footer-links li {
    list-style: none;
    margin-bottom: 15px;
}
.footer-links li a {
    color: var(--Text-color, #6B6784);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.747px; /* 143.734% */
    text-decoration: none;
}
.footer-links li a:hover{
    color: #DA4725;
}
p.contact-info{
    color: var(--Text-color, #6B6784);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.747px; /* 143.734% */
}
.copyright-areas .footer-social {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.copyright-areas .footer-social li {
    
}
.copyright-areas .footer-social a {
    width: 33.538px;
    height: 33.538px;
    border-radius: 33.538px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0.537px 5.369px rgba(183, 183, 183, 0.12)) drop-shadow(0 5.369px 10.737px rgba(183, 183, 183, 0.12));
}

.copyright-areas .footer-social a i{
    color: #DA4725;
    font-size: 16px;
}

.copyright-areas .footer-social a:hover{
    background: #DA4725;
}
.copyright-areas .footer-social a:hover i{
    color: #fff;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid #eee;
    padding: 20px 0;
}
small.save-with-app{
    color: var(--Text-color, #6B6784);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.56px; /* 134.75% */
}
.copyright-areas p{
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.payment-icon {
    height: 60px;
    margin-left: 10px;
}
.app-links{
    gap: 14px;
}
.app-links img.qr-img{
    width: 95.822px;
    height: 95.822px;
}
.right-area a img{
    width: 124.569px;
    height: 35.933px;
    border-radius: 4.791px;
    border: 0.719px solid var(--Text, #FAFAFA);
    margin: 5px 0px;
}

.la-angle-left:before{
    color: #DA4725;
}

.la-angle-right:before{
    color: #DA4725;
}

.home-banner-area, #flash_deal{
    background-color: #FAFAFA;
}

a.slide-arrow{
    width: 46px;
    height: 46px;
    background-color:#efefef;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.slide-arrow i{
    font-size: 18px;
}

.view-all-products-btn a{
    border-radius: 4.287px !important;
    background: var(--Primary-color, #243E8A) !important;
    box-shadow: 0 8px 8px 0 rgba(36, 62, 138, 0.12) !important;
    color: var(--Text, #FAFAFA) !important;
    font-size: 17.149px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 25.723px; /* 150% */
    display: flex;
    padding: 17.149px 51.446px;
    justify-content: center;
    align-items: center;
    gap: 10.718px;
    margin-bottom: 50px;
}

.view-all-products-btn a:hover{
    color: var(--Text, #f6f5f5) !important;
}

.top-head-title span{
    color: var(--Secondary-color, #DA4725);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.436px; /* 107.179% */
}

h3 span.explore-title{
    color: var(--Text2, #000);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h3 span.flash-title{
    color: var(--Header-Text, #243E8A);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 133.333% */
    letter-spacing: 0.18px;
}

.aiz-count-down-box-div .aiz-count-down-box{
    background-color: transparent;
}

.aiz-count-down-box-div .countdown-item{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    margin: 0 10px;
    color: #000 !important;
}

.aiz-count-down-box-div .countdown-item .countdown-digit{
    color: var(--Text2, #000);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 93.75% */
    letter-spacing: 1.28px;
}

.aiz-count-down-box-div .countdown-item .countdown-name{
    color: var(--Text2, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    text-transform: capitalize !important;
}

.aiz-count-down-box-div .countdown-separator{
  color: #DA4725;
  font-size: 30px;
}

.flash-slide-area button.slick-arrow{
    top: -18%;
    background-color: #efefef;
}

.flash-slide-area button.slick-arrow i{
    font-size: 18px;
}

.flash-slide-area .aiz-carousel.arrow-x-0 .slick-prev{
    left: inherit !important;
    right: 4% !important;
}

.flash-slide-area .arrow-inactive-none .slick-arrow.slick-disabled{
    display: block !important;
    opacity: 0.5 !important;
}

.flash-slide-area .rating-area{
    margin-top: 20px !important;
}

.flash-slide-area span.absolute-top-left.rounded{
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-arrival-section span.small{
    color: var(--Secondary-color, #DA4725);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.436px; /* 107.179% */
}

/* Section */
.new-arrival-section h2 {
    color: var(--Text2, #000);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 51.446px; /* 142.906% */
    letter-spacing: 1.44px;
    margin-bottom: 50px;
}

/* Card Base */
.arrival-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    height: 100%;
}

.arrival-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.arrival-card:hover .arrival-img {
    transform: scale(1.08);
}

/* Overlay Content */
.arrival-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    max-width: 70%;
}

.arrival-content h3,
.arrival-content h4 {
    font-weight: 700;
}

.arrival-content p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 12px;
}

/* Sizes */
.large-card {
    height: 520px;
}

.wide-card {
    height: 250px;
}

.small-card {
    height: 240px;
}

/* Button Animation */
.btn-animated {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 8px 22px;
}

.btn-animated::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff4d30;
    transition: left 0.4s ease;
    z-index: -1;
}

.btn-animated:hover::before {
    left: 0;
}

.btn-animated:hover {
    color: #fff;
    border-color: #ff4d30;
}

.mobile-brand-client .slick-slide img{
    object-fit: contain;
    max-height: 95px;
    min-height: 95px;
}



.category-card {
    transition: all 0.3s ease;
}

.category-header {
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.category-header:hover {
    background: #fff;
}

.category-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    padding: 5px;
}

.category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.subcategory-list li a {
    display: inline-block;
    transition: all 0.2s ease;
}

.subcategory-list li a:hover {
    padding-left: 5px;
}

/* show more effect */
.subcategory-list.less {
    max-height: 130px;
    overflow: hidden;
}

.category-body h6 {
    transition: all 0.3s ease;
    height: 100px;
    min-width: 150px;
    padding-top: 30px;
    text-align: center;
    line-height: 25px;
}

.category-body h6 a{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 0.3s ease;
    height: 100px;
    min-width: 150px;
    display: block;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.category-body h6 a:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: translateY(-5px);
}

#products-row>.col, #products-row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.aiz-card-box .img-fit {
    max-height: 215px;
}

.fs-13 {
    font-size: 0.9rem !important;
}


.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 50px !important;
    height: 50px !important;
    left: 10px !important;
}

.tawk-min-container .tawk-button-circle.tawk-button-large svg{
    width: 25px !important;
}

.floating-buttons-section-control {
    width: 30px;
    height: 30px;
    margin-bottom: -240px;
}

h2.band-pat-title{
    color: var(--Text2, #000);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cart-counr-rounded{
    position: absolute;
    top: 17px;
    right: 10px;
}

.cart-counr-rounded .cart-count{
    color: #fff;
    background-color: #DA4725;
    border-radius: 100%;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
}

.hKYcqG .deQKmp {
    bottom: 20px !important;
}

.aiz-category-menu .category-nav-element>a {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
}

.floating-buttons-section{
    top: 85% !important;
}

.order-tracking-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.order-tracking-wrapper .stepper {
    position: relative;
}

.order-tracking-wrapper .step {
    text-align: center;
    position: relative;
    width: 100%;
}

.order-tracking-wrapper .step-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ddd;
    color: #666;
    line-height: 38px;
    font-weight: 600;
    margin: auto;
    z-index: 2;
    position: relative;
}

.order-tracking-wrapper .step.active .step-icon {
    background: #28a745;
    color: #fff;
}

.order-tracking-wrapper .step .step-icon::after{
    content: "";
    width: 195px;
    height: 3px;
    background: #ddd;
    position: absolute;
    top: 19px;
    right: -78px;
    z-index: -1;
}

.order-tracking-wrapper .step.active .step-icon::after{
    background: #28a745;
}

.order-tracking-wrapper .step-text {
    font-size: 13px;
    margin-top: 6px;
    color: #777;
}

.order-tracking-wrapper .step.active .step-text {
    color: #28a745;
    font-weight: 600;
}

.order-tracking-wrapper .step-line {
    height: 3px;
    background: #ddd;
    flex: 1;
    margin: 0 -5px;
}

.order-tracking-wrapper .step-line.active {
    background: #28a745;
}

@media (min-width: 992px) {
    .md-w-75{
        max-width: 75% !important;
    }
}

/* Desktop Only */
@media (min-width: 992px) {

    .magnifier-wrapper {
        position: relative;
        overflow: hidden;
    }

    .magnifier-lens {
        position: absolute;
        width: 150px;
        height: 150px;
        border: 2px solid #000;
        background: rgba(255,255,255,0.3);
        display: none;
        pointer-events: none;
        z-index: 9999;
    }

    .zoom-preview-box {
        position: absolute;
        top: 100px;
        left: 51%;
        width: 500px;
        height: 500px;
        border: 1px solid #ddd;
        background-repeat: no-repeat;
        background-size: 200%;
        display: none;
        z-index: 99999;
    }
}

/* Hide magnifier on mobile */
@media (max-width: 991px) {
    .magnifier-lens,
    .zoom-preview-box {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .copyright-areas .footer-social {
        justify-content: center;
    }
    .newsletter-bar .newslater-card {
        padding: 15px 16px;
    }
    .newsletter-bar h3.newsletter-title {
        font-size: 22.911px;
        line-height: 30.9px;
    }
    .subscription-area {
        max-width: 100%;
        width: 320px;
    }
    .subscription-area .input-group-append .btn-subscribe {
        padding: 7.373px 19.164px;
    }
    .support-content-card .support-content h4 {
        margin-top: 10px;
        font-size: 20px;
    }
    .support-content-card .support-content p {
        font-size: 15px;
        line-height: 0.938px;
    }
    .view-all-products-btn a {
        font-size: 15.149px !important;
        line-height: 22.723px;
        padding: 10.149px 40.446px;
        margin-bottom: 30px;
    }
    h3 span.explore-title {
        font-size: 22px;
    }
    .top-head-title span {
        font-size: 15px;
        line-height: 18.436px;
    }
    a.slide-arrow {
        width: 30px;
        height: 30px;
    }
    .new-arrival-section h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .new-arrival-section span.small {
        font-size: 15px;
    }
    .popular-tabs {
        flex-direction: column;
    }
    .section-tag {
        font-size: 20px;
        line-height: 20px;
    }
    .section-title {
        font-size: 25px;
        line-height: 35px;
    }
    .popular-category-tabs .nav-link {
        padding: 5px 8px;
        font-size: 14px;
        line-height: 24px;
    }
    .popular-category-tabs {
        position: relative;
        left: -5px;
    }
    .popular-tabs {
        padding-bottom: 5px;
    }
    .section-title {
        font-size: 24px;
    }
    .flash-slide-area .aiz-carousel.arrow-x-0 .slick-prev {
        right: 15% !important;
    }
    header.sticky-top {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .slider-right-card-area {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    a.hot-deal-card{
        margin-bottom: 10px;
    }
    h3 span.flash-title {
        font-size: 25px;
    }

    .pl-3, .px-3 {
        padding-left: 0.2rem !important;
    }
    .pr-3, .px-3 {
        padding-right: 0.2rem !important;
    }
    .support-section-content {
        padding: 10px 0px;
    }
    h5.footer-title {
        font-size: 20px;
        line-height: 25.538px;
        margin-bottom: 14px;
    }
    .footer-links li a {
        color: var(--Text-color, #6B6784);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20.747px;
        text-decoration: none;
    }
    .home-banner-area {
        padding: 0px 0px;
    }
    .hot-deal-card-content h3.hot-deal-card-title {
        font-size: 14px;
        line-height: 18.724px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .hot-deal-card-content p.hot-deal-card-shop {
        width: 100px;
        padding: 7.321px 10px;
        font-size: 10.652px;
    }
    .slider-right-card-area a.hot-deal-card {
        height: 100px;
        border-radius: 6px;
        padding: 15px;
        padding-top: 30px;
    }
    .slider-right-card-area {
        width: 100%;
        margin-left: 0px;
        flex-direction: row;
        gap: 10px;
    }
    .logo-bar-area button.active svg{
        filter: brightness(0) saturate(100%) invert(26%) sepia(10%) saturate(6069%) hue-rotate(195deg) brightness(89%) contrast(97%);
    }
    .title-area {
        width: 100%;
    }
    .arrival-card {
        border-radius: 8px;
        max-height: 180px;
    }
    .arrival-card .arrival-content h3{
        font-size: 18px;
    }
    .new-arrival-section{
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
    .newsletter-bar {
        padding: 24px 15px 75px 15px;
    }
    .newsletter-bar .newslater-card .justify-content-end{
        justify-content: center !important;
    }
    .footer-text {
        font-size: 16px;
        line-height: 24.351px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    p.contact-info {
        font-size: 16px;
        line-height: 23.747px;
    }
    .banner-overlay h3 {
        font-size: 22.471px;
        line-height: 25.838px;
        margin: 5px 0px;
    }
    .banner-overlay h4 {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 5px;
    }
    .tab-category-banner {
        border-radius: 8px;
        max-height: 140px;
        margin: 5px 0px;
    }
    .aiz-count-down-box{
        position: relative;
        left: -30px;
    }
    
    .aiz-count-down-box-div .countdown-item .countdown-digit{
        font-size:18px;
        line-height: 25px; /* 93.75% */
    }
    
    .aiz-count-down-box-div .countdown-item .countdown-name{
        font-size: 10px;
    }
    .fs-16 {
        font-size: 0.8rem !important;
    }

    .h-35px, .size-35px {
        height: 39px;
    }
    .aiz-card-box .disc-amount {
        opacity: 1 !important;
    }
    .aiz-p-hov-icon-mobile a {
        width: 25px;
        height: 25px;
        line-height: 20px;
        background: #000000;
        border: 2px solid #fff;
        color: #ffffff;
        font-size: 14px;
        transform: inherit !important;
        transition: inherit !important;
        border-radius: 100%;
    }
    .aiz-p-hov-icon-mobile a svg{
        width: 15px;
        height: 12px;
        filter: brightness(0) saturate(100%) invert(97%) sepia(33%) saturate(0%) hue-rotate(162deg) brightness(113%) contrast(100%);
    }
    .aiz-p-hov-icon-mobile a:hover svg{
        filter: inherit !important;
    }
    .aiz-p-hov-icon-mobile{
        top: -2px !important;
        left: 90% !important;
    }
    .aiz-p-hov-icon-mobile .d-inline-flex{
        flex-direction: column;
    }
    .h-100px, .size-100px {
        height: 200px;
    }

    .aiz-card-box{
        padding: 5px;
    }

    .category-card{
        border: 0px !important;
    }

    .category-header {
        background: #ffffff;
        border-bottom: 1px solid #eee;
        padding: 4px !important;
    }

    .category-header h4{
       font-size: 15px !important;
    }
    
    .category-header:hover {
        background: #fff;
    }

    .category-card .category-body{
        padding-left: 3px !important;
    }
    
    .category-icon {
        width: 35px;
        height: 35px;
        border: 1px solid #eee;
        padding: 0px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .subcategory-list li a {
        
    }

    .category-body .mb-4{
       margin-bottom: 0px !important;
    }

    .category-body h6{
        text-align: left;
        height: 30px;
        min-width: 100%;
        padding-top: 0px;
        margin-bottom: 0px !important;
    }

    .category-body h6 a {
        box-shadow: none !important;
        height: 30px;
        min-width: 100%;
        justify-content: flex-start;
        padding: 20px 0px;
        font-weight: 500 !important;
    }

    .category-card a .category-icon img.img-fit{
        object-position: center !important;
    }
    .category-body .list-unstyled.subcategory-list{
        padding: 0px !important;
        margin: 0px !important;
    }
    .fs-18 {
        font-size: 0.9rem !important;
    }
    .pt-30px, .py-30px, .p-30px {
        padding-top: 0px;
    }

    .aiz-card-box .img-fit {
        max-height: 200px;
    }
    .fs-13 {
        font-size: 0.8rem !important;
    }
    .related-product-container{
        padding: 10px !important;
    }

    h2.band-pat-title{
        font-size: 20px;
    }    
    .cart-counr-rounded{
        right: 0px;
    }

    .fSRmCn .deQKmp {
        bottom: 20px !important;
    }
    .logo-bar-area .ml-4{
       margin-left: 10px !important;
    }

    .logo-bar-area svg{
        width: 20px;
    }

    hr {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }
    
    .order-tracking-wrapper .step-text{
        font-size:11px;
    }

    .order-tracking-wrapper .step-icon{
        width:30px;
        height:30px;
        line-height:30px;
        font-size:12px;
    }
    .order-tracking-wrapper{
        margin-top: 0px !important;
        position: relative;
        top: -15px;
    }
    .order-tracking-wrapper .step .step-icon::after {
        width: 65px;
        top: 15px;
        right: -18px;
    }
    .w-90px, .size-90px {
        width: 70px !important;
    }
    .h-60px, .size-60px {
        height: 50px;
    }

    #gb-widget-498{
        bottom: 50px !important;
    }

    .fixed-bottom {
        z-index: 16000161 !important;
    }

    .h-30px, .size-30px {
        height: 25px;
    }

    .h-180px, .size-180px {
        height: 140px;
    }

    .lightbox-arrow{
        top: 60%;
    }
    .main-slider .swiper-button-prev {
        top: 77%;
    }
    .main-slider .swiper-button-next {
        top: 77%;
    }
    .img-preview-btn {
        bottom: 5px;
        left: 15px;
    }
}

@media (min-width: 768px) {
    .h-md-200px, .size-md-200px {
        height: 250px;
    }
}

.carousel-box .aiz-card-box{
    padding: 5px;
}