:root {
    /* --clr-primary:#00c2ff;
    --bg-primary:#00c2ff; */
    --clr-primary: #0d6efd;
    --bg-primary: #0d6efd;
    --bg-primary-light: #3e8afc;
    --bg-transparent: #ffffff00;
    --bg-outline: #0d6efd;


}

:root {
    /* Font Family */
    --font-primary: 'Inter', sans-serif;

    /* Font Sizes */
    --fs-10: 10px;
    --fs-11: 11px;
    --fs-13: 13px;
    --fs-12: 12px;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-22: 22px;
    --fs-24: 24px;
    --fs-28: 28px;
    --fs-32: 32px;

    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
}

/* global style start   */

body {
    font-family: currency-symbol-v2, Figtree, Helvetica Neue, Arial, sans-serif;
}

.font-10 {
    font-size: var(--fs-10);
}

.font-11 {
    font-size: var(--fs-11);
}

.font-13 {
    font-size: var(--fs-13);
}

.font-12 {
    font-size: var(--fs-12)
}

.font-14 {
    font-size: var(--fs-14);
}

.font-16 {
    font-size: var(--fs-16);
}

.font-18 {
    font-size: var(--fs-18);
}

.font-22 {
    font-size: var(--fs-22);
}

.font-24 {
    font-size: var(--fs-24);
}

.font-32 {
    font-size: var(--fs-32);
}

.txt-primary-light {
    color: #3e8afc;
    ;
}

.f-w-400 {
    font-weight: var(--fw-400);
}

.f-w-500 {
    font-weight: var(--fw-500);
}

.f-w-600 {
    font-weight: var(--fw-600);
}

.f-w-700 {
    font-weight: var(--fw-700);
}

.f-w-800 {
    font-weight: var(--fw-800);
}

.f-w-900 {
    font-weight: var(--fw-900);
}



.g-btn {
    background: var(--bg-primary);
    color: white;
    font-weight: 600;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.g-btn-outline {
    background: var(--bg-transparent);
    border: 1px solid var(--bg-outline);
    color: var(--clr-primary);
    font-weight: 600;
    font-size: 13px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-btn-outline:hover {
    background: var(--bg-primary-light);
    color: #ffffff;
}

.g-btn-outline-secondary {
    background: var(--bg-transparent);
    border: 1px solid grey;
    color: grey;
    font-weight: 600;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-btn-outline-secondary:hover {
    background: grey;
    color: #ffffff;
    border: 1px solid grey;
}

.g-btn:hover {
    background: var(--bg-primary-light);
    color: #ffffff;
}

.modal-content {
    border-radius: 20px;
}

.glass-card .modal-title {

    font-size: 18px;
    font-weight: 600;
}
.glass-card input::placeholder {
    font-size: 14px;
}
.glass-card #applyLocation span {
    font-size: 14px;
}
.glass-card button.btn-close {
    font-size: 12px;
}
/* scroll  */

.g-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.g-scroll::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background-color: #F5F5F5;
}

.g-scroll::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}


nav.menu.g-scroll {
    overflow-x: auto;
}

ul.menu-main {
    width: max-content;
}


.sec-head>h1 {
    font-size: 30px;
    font-weight: 700;
}

.sec-head>h1>span {
    color: var(--clr-primary);
}


/* global style end   */

/* top-banner code  start*/

.banner-txt-wrapper {
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10%;
    color: white;
}

.banner-slider-top .swiper-pagination-bullet-active {

    width: 30px;
    border-radius: 4px;
    background: white !important;
}

.banner-slider-top .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    background: white !important;
    opacity: 1;
}

.banner-slider-top .swiper-button-prev:after,
.banner-slider-top .swiper-rtl .banner-slider-top .swiper-button-next:after {
    content: 'prev';
    font-size: 21px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.645);
    padding: 7px 10px;
    border-radius: 6px;
    /* border: 1px solid lightgray; */
}

.banner-slider-top .swiper-button-next:after,
.banner-slider-top .swiper-rtl .banner-slider-top .swiper-button-prev:after {
    content: 'next';
    font-size: 21px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.645);
    padding: 7px 10px;
    border-radius: 6px;
    /* border: 1px solid lightgray; */
}

.banner-right-img {
    min-width: 100%;
    min-height: 100%;
    border-radius: 12px !important;
    overflow: hidden;
}

.banner-right-img>img {
    min-height: 256px !important;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* .banner-image>img {
    min-height: 190px !important;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    max-height: 180px;
} */
.banner-image>img {

    width: 100%;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    aspect-ratio: 4/1;
    object-fit: contain;
    border-radius: 12px;
}
.banner-slider-top .swiper-slide {
    padding-left: 0px;
    padding-right: 0px;
}

.banner-image {
    border-radius: 36px;
}

.banner-slider-top .slick-list.draggable {
    overflow: hidden;
}


.banner-slider-top ul.slick-dots {
    /* border: 1px solid; */
    width: fit-content;
    height: 16px;
    display: flex;
    background: grey;
    border-radius: 12px;
    background-color: #0009;
    border-radius: 64px;
    padding: 0px 4px;
    line-height: 1;
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    /* left: 0; */
    right: 0;
    margin: auto;
}

.banner-slider-top .slick-dots li {
    height: 8px !important;
    /* border: 1px solid; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.banner-slider-top .slick-dots li>button {
    padding: 0px !important;
    height: 100%;
}

.banner-slider-top .slick-dots li>button:before {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8px;
    width: 8px;
    display: inline-block;
    background-color: #fff6;
    border-radius: 10px;
    transition: width .1s ease-out;
    cursor: pointer;
    color: transparent;
}




.banner-slider-top .slick-dots .slick-active>button:before {
    background: white;
    height: 7px;
    color: transparent;
    border-radius: 10px;
    width: 19px;
}



.banner-slider-top-wrapper .slick-prev,
.promoSwiper .swiper-button-next,
.promoSwiper .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--clr-primary);
    top: calc(100% - 125px);
    cursor: pointer;
    box-shadow: 0 1px 6px #0000001a;
    bottom: 0;
}

.banner-slider-top-wrapper .slick-next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--clr-primary);
    top: calc(100% - 125px);
    cursor: pointer;
    box-shadow: 0 1px 6px #0000001a;
}

.banner-slider-top-wrapper .slick-next:before {
    content: "\f054";
    color: var(--clr-primary);
}

.banner-slider-top-wrapper {
    position: relative;
}

.banner-slider-top-wrapper .slick-prev:before,
.banner-slider-top-wrapper .slick-next:before {
    display: none;
}

/* top-banner code  end*/


.top-usp__logo {
    width: 24px;
    height: 24px;
    object-fit: contain;
}


.options-swiper a.usp-link {
    text-decoration: none;
}

.options-swiper .top_usp__item_content {
    /* width: fit-content; */
    display: flex;
    align-items: center;
    gap: 7px;
}

.options-swiper .swiper-button-prev,
.options-swiper .swiper-button-next,
.flash-sale-section .swiper-button-next,
.flash-sale-section .swiper-button-prev,
.promo-section .swiper-button-next,
.promo-section .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-color: #fff;
    color: var(--clr-primary);
    cursor: pointer;
    box-shadow: 0 1px 6px #0000001a;
}

.options-swiper .swiper-button-prev {
    left: -5px;
}

.options-swiper .swiper-button-next {
    right: -5px;
}

.options-swiper .swiper-button-prev:after,
.options-swiper .swiper-button-next:after,
.promoSwiper .swiper-button-next:after,
.promoSwiper .swiper-button-prev:after,
.flash-sale-section .swiper-button-prev:after,
.flash-sale-section .swiper-button-next:after,
.product-slider-section .swiper-button-next:after,
.product-slider-section .swiper-button-prev:after,
.specialOfferSlider .swiper-button-next:after,
.specialOfferSlider .swiper-button-prev:after,
.promo-section .swiper-button-next:after,
.promo-section .swiper-button-prev:after {
    display: none;
}


.options-swiper .top-usp__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.options-swiper .swiper-slide {
    min-width: 140px;
    align-items: center;
    justify-content: center;
    display: flex;
}


.options-swiper {
    height: 60px;
}





.promo-widget .promo-box {
    background: #e3f1ff;
    border-radius: 20px;
    /* padding: 30px; */
}



.promo-widget .coupon {
    display: inline-block;
    background: #eaf3ff;
    color: var(--clr-primary);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
}

.promo-widget .emoji>img {
    width: 32px;
    height: auto;
}

.promo-widget .product-card {
    background: #fff;
    border-radius: 8px;

    position: relative;
    height: 100%;
    transition: transform .3s ease;
}

.promo-widget .product-card:hover {
    transform: translateY(-4px);
}

.promo-widget .product-card img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.promo-widget .discount {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ff4d4f;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 6px;
}

.promo-widget .price {
    font-weight: 700;
    margin: 0px;
}

.promo-widget .old-price {
    color: #999;
    text-decoration: line-through;
    margin: 0;
}

/* Swiper Fix */
.promo-widget .swiper {
    padding: 5px 6px 0px;
}

.promo-widget .swiper-slide {
    height: auto;
}

.promo-widget .swiper-button-next,
.promo-widget .swiper-button-prev {
    color: var(--clr-primary);
}

.promo-widget .promo-wrapper {
    background-image: url(../images/cashback-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.promo-widget .product-card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
}
.ribbon {
    top: 6px;
    left: -6px;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.ribbon__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2px;
    border-radius: 4px 4px 4px 0;
    background-color: #d33534;
    color: #fff;
}

.ribbon__content span {
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    font-family: Blibli;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 1lh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* word-break: break-all; */
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.ribbon__triangle {
    width: 6px;
    aspect-ratio: 1;
    clip-path: polygon(100% 100%, 100% 0, 0 0);
    background-color: #8d2221;
}







.flash-sale-section .flash-sale-logo .flashsale__icon {
    aspect-ratio: 5/1;
    object-fit: contain;
    max-width: 128px;
    height: 32px;
}

.flash-sale-section .flash-sale-logo .fa-bolt {
    transform: rotate(10deg);
}

.flash-sale-section .countdown-timer .timer-box {
    min-width: 30px;
    text-align: center;
}

.flash-sale-section .flash-sale-card {
    transition: all 0.3s ease;
}



.flash-sale-section .flash-sale-img-wrap {
    width: 100%;
    /* height: 200px; */
    aspect-ratio: 1/1;
}

.flash-sale-section .flash-sale-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.flash-sale-section .flash-sale-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blue-badge {
    background-color: var(--clr-primary);
    color: white;
    font-size: 0.65rem;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.flash-sale-section .discount-badge {
    background-color: #dc3545;
    color: white;
    font-size: 0.75rem;
    padding: 2px 6px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    width: 40px;
    text-align: center;
}



.flash-sale-section .progress-bar-custom {
    height: 4px;
    background-color: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 8px;

}

.flash-sale-section .progress-fill {
    height: 100%;
    background-color: #198754;
}

.flash-sale-section .swiper-button-next-custom {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flash-sale-section .swiper-button-next-custom::after {
    font-size: 1.2rem;
    font-weight: bold;
}

.flash-sale-section .flash-sale-swiper {
    border-radius: 16px;
}








































/* Global Product Slider Section (Light Blue) */
.product-slider-section {
    background-color: #e3f0ff;
    border-radius: 12px;
    padding: 24px;
}

.product-slider-section .section-title {
    color: #212529;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
}

.product-slider-section .slider-card {

    border-radius: 8px;

    height: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

.product-slider-section .slider-card:hover {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px); */
}

.product-slider-section .card-img-wrapper {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
}

.product-slider-section .card-img-wrapper img {
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-slider-section .card-category {
    color: #9fa6b0;
    font-size: 12px;
    margin-bottom: 4px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-slider-section .card-name {
    color: #212529;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.product-slider-section .swiper-button-next,
.product-slider-section .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: var(--clr-primary);
}

.product-slider-section .swiper-button-next::after,
.product-slider-section .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

.product-slider-section .swiper {
    /* padding-right: 20px; Space for next button overhang if needed */
}

/*responsive*/




img.jackpot-img {
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.banner-slider-top .slick-slide {
  
    transition: all 0.3s ease;
    margin: 0 5px;
}

.banner-slider-top .slick-center {
    opacity: 1;
}

.banner-slider-top .slick-list {
    margin: 0 -15px;
    overflow: visible;
}





.modal-search-wrapper {
    flex: 1;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #c8cbcd;
    height: 40px;
    border-radius: 8px;
    align-items: center;
    padding: 10px;
    background: #eaeaea;
}

.modal-search-wrapper>input {
    outline: none;
}

.modal-search-wrapper .search-input {
    border: none;
    background: transparent;
}


header .deals.responsive {
    width: fit-content;
}

header .blu-ripple svg {
    height: 19px;

}

header .scanner svg {
    fill: grey;
}


header .deals {
    margin-left: auto;

    font-weight: 700;
    background: #f1f2f2;
}


header .top-bar-inner {}

header {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

header .top-bar .top-bar-inner {
    display: flex;
    justify-content: space-between;

}

header .top-bar a {
    margin-right: 15px;
    color: #555;
    text-decoration: none;
}



header .header-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .logo {
    font-size: 22px;
    font-weight: 700;
    color: var(--clr-primary);
}

header .search {
    /* flex: 1; */
    display: flex;
    border: 1px solid #ddd;
    border-radius: 30px;
    border: 1px solid #c8cbcd;
    height: 40px;
    border-radius: 8px;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 36%;
    min-width: initial;
}

header .search select,
header .search input {
    border: none;
    padding: 10px;
    flex-grow: 1;
    background: transparent;
}

header .search-input::placeholder {
    font-size: 14px;
}

header input.search-input {
    border-radius: 8px;
    width: 63%;
}

header input.search-input:focus {
    outline: none;
}

header .search button {
    background: var(--bg-primary);
    border: none;
    padding: 10px 16px;
    color: white;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px 0px;
}

header .icons {
    display: flex;
    gap: 18px;
    align-items: center;
}

header .cart {
    position: relative;
}

header .badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #ff9800;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50%;
}

header .price {
    margin-left: 6px;
    color: var(--clr-primary);
    font-weight: 600;
}

/* Live Search Suggestions */
.search-wrapper {
    position: relative !important;
}

.suggestions-container {
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    margin-top: -1px; /* Align with search bar border */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.suggestion-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f8f9fa;
    color: #333;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover, .suggestion-item.active {
    background: #f8f9fa;
}

.suggestion-thumbnail {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 12px;
    border-radius: 4px;
    background: #f1f1f1;
}

.suggestion-text {
    flex: 1;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggestion-text strong {
    color: var(--clr-primary);
    font-weight: 700;
}

.suggestion-arrow {
    color: #ccc;
    font-size: 12px;
    margin-left: 10px;
}

/* NAV BAR */


header .nav-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* CATEGORY */
header .category-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
    background: #f1f2f2;
    border-radius: 8px 8px 0px 0px;
}

header .category-btn {
    background: transparent;
    color: #a0a0a0;
    padding: 7px 8px;
    border: none;
    font-weight: 500;
    cursor: pointer;
}

/* MEGA MENU */
header .mega-menu {
    position: fixed;
    top: 17%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1300px;
    width: calc(100vw - 0%);
    background: #fff;
    display: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    z-index: 9999;
    border-radius: 20px;
    max-height: 374px;
    overflow: hidden;
}

header .category-wrapper:hover .mega-menu,
header .mega-menu:hover {
    display: flex;
}

header .menu-sidebar {
    width: 260px;
    border-right: 1px solid #eee;
    padding: 0px;
    list-style: none;
    overflow: auto;
}

header .menu-sidebar li {
    padding: 14px 20px;
    cursor: pointer;
}

header .menu-sidebar li.active,
header .menu-sidebar li:hover {
    background: #f2f6ff;
    color: var(--clr-primary);
}

header .menu-content {
    flex: 1;
    padding: 20px;
}

header .content-panel {
    display: none;
}

header .content-panel.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

header .content-panel.active .content-columns {
    overflow-y: auto;
    height: 100%;

}

header .content-columns {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

header .content-columns h4 {
    margin-bottom: 8px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 6px;
}

header .content-columns a {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

header .promo img {
    max-height: 300px;
    height: 100%;
    width: auto;
    border-radius: 10px;
}

/* NAV LINKS */
header .nav-links {
    display: flex;
    list-style: none;
    gap: 20px;
    color: #434343;
}

header .deals {
    margin-left: auto;
    color: #fff;
    font-weight: 700;
    border-radius: 8px 8px 0px 0px;
}

header .left {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

header .top-bar-inner svg {
    fill: #797f85;
    width: 18px;
}


header .top-bar-inner .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


header .top-bar-inner .dropdown .dropdown-menu {
    transition: all 0.3s ease;
    display: none;
}


header .top-bar-inner .dropdown-menu:hover {
    display: block !important;
}

header .top-bar-inner .dropdown .dropdown-toggle span svg {
    fill: #797f85;
    width: 18px;
}

header .top-bar-inner .dropdown .dropdown-toggle::after {
    display: none;
}


header .hover-gray:hover {
    background: #f1f2f2;
    border-radius: 8px;
    color: var(--clr-primary) !important;
}

header .top-menu {
    padding: 4px 6px;
}


header .top-menu:hover svg {
    fill: #0072ff;
}

header .top-menu:hover span {
    color: var(--clr-primary) !important;
}


/* header .left .dropdown{
  padding: 4px 6px;
} */

header .left .dropdown:hover .dropdown-toggle span {
    /* background: #f1f2f2; */
    border-radius: 8px;
    color: var(--clr-primary) !important;
}

header .left .dropdown:hover .dropdown-toggle span>svg {
    fill: var(--clr-primary) !important;
}

header .left .dropdown {
    padding: 4px 6px;
}

header .nav-links>li>a {
    text-decoration: none;
    color: #797f85;
}

header .nav-links>li:last-child>a:after {
    background: red;
    opacity: 0;
}

header .nav-links>li>a:after {
    content: "|";
    color: #c8cbcd;
    padding: 0 6px;
    font-size: 20px;
    font-family: initial;
}

header .content-panel-head {
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

header .content-panel-head>h4 {
    margin: 0px;
}



header .menus__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

header .menus__item-wrapper svg {
    fill: #797f85;
}

header .cart__amt {
    height: 16px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    font: 12px/16px "blibli demi bold", -apple-system, segoe ui, roboto, helvetica, arial, sans-serif;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    background-color: #ff4646;
    white-space: nowrap;
    position: absolute;
    top: -9px;
    right: -6px;
}

header .btn__login {
    /* margin-right: 20px; */
    width: 87px;
    border: 2px solid var(--clr-primary);
    color: var(--clr-primary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 35px;
    text-decoration: none;
}



header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


header .dropdown .dropdown-menu {
    transition: all 0.3s ease;
    display: none;
}


header .dropdown-menu:hover {
    display: block !important;
}

header .dropdown-toggle::after {
    display: none;
}

header .location__address__logo.icon-grey {
    fill: #19222ab3;
    width: 17px;
}

header .location__arrow.icon-grey {
    fill: #19222ab3;
    width: 20px;
}

header .cart-wrapper {
    max-width: 550px;
    min-width: 550px;
    width: 100%;
    /* margin: 60px auto; */
    right: 0px;
}

header .cart-wrapper .cart-card {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 20px 0px;
}

header .cart-wrapper .cart-image img {
    max-width: 199px;
    margin: 20px;
}

header .cart-wrapper .cart-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 24px;
}

header .cart-wrapper .cart-desc {
    color: #8b8b8b;
    font-size: 15px;
    max-width: 360px;
    margin: 10px auto 0;
}

header .cart-wrapper .nav-tabs .nav-link {
    border: none;
    font-weight: 500;
    color: #6c757d;
}

header .cart-wrapper .nav-tabs .nav-link.active {
    color: var(--clr-primary);
    border-bottom: 2px solid var(--clr-primary);
    background: transparent;
}


header .cart-wrapper .cart-item {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
}

header .cart-wrapper .cart-item__img-wrapper {
    position: relative;
    width: 64px;
    height: 64px;
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

header .cart-wrapper .cart-item__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header .cart-wrapper .cart-item__discount {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ff4d4f;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 0 0 4px 0;
    font-weight: 600;
}
header .cart-wrapper .cart-item__title {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
}

header .cart-wrapper .cart-item__old-price {
    text-decoration: line-through;
    color: #adb5bd;
    font-size: 14px;
}

header .cart-wrapper .cart-item__price {
    font-weight: 600;
    font-size: 15px;
}

header .cart-wrapper .cart-item__qty {
    font-weight: 500;
    white-space: nowrap;
}

header .cart-wrapper .cart-item__delete {
    color: #adb5bd;
    font-size: 18px;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 576px) {
    header .cart-wrapper .cart-item {
        padding: 12px;
    }
    header .cart-wrapper .cart-item__title {
        font-size: 14px;
    }
}



header .enter-dd-wrapper .dropdown-menu {
    border: navajowhite;
    padding: 15px;
    width: 200px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
header .menu-container .menu-items {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .menu-container .menu-items svg {
    fill: #797f85;
}

header .menu-container .menu-items a {
    color: black;
    text-decoration: none;
}
header .responsive-enter button {
    min-width: max-content;
}

header .menu-container .menu-items .separator {
    background: #e2e2e2;
    width: 1px;
    height: 31px;
}
img.Tickets_Logo {
    width: 100px;
}


.notification-box {
    width: 360px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    overflow: hidden;
    right: 0px;
    border: none;
}
.notification-box .notification-footer>a {
    color: var(--clr-primary) !important;
}

.notification-box .notification-header {
    padding: 16px 18px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.notification-box .notification-tabs {
    border-bottom: 1px solid #eee;
}
.notification-box .notification-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 12px 16px;
}
.notification-box .notification-tabs .nav-link.active {
    color: var(--clr-primary);
    border-bottom: 2px solid var(--clr-primary);
    background: transparent;
}

.notification-box .notification-body {
    padding: 30px 20px;
    text-align: center;
}
.notification-box .notification-body img {
    max-width: 200px;
}
.notification-box .notification-title {
    font-weight: 600;
    margin-top: 20px;
}
.notification-box .notification-desc {
    color: #8b8b8b;
    font-size: 14px;
}


.notification-box .notification-footer {
    border-top: 1px solid #eee;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}
.notification-box .notification-footer a {
    text-decoration: none;
    color: var(--clr-primary);
}
.account-panel {
    width: 520px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    overflow: hidden;
    font-size: 14px;
    
}

.menu-item.message-head-wrap:hover svg,
.menu-item.bell-head-wrap:hover svg,
.menu-item.prof-head-wrap:hover svg,
.cart-dd:hover svg {
    fill: var(--clr-primary);
    color: var(--clr-primary);
}
.menu-item.message-head-wrap:hover, 
.menu-item.bell-head-wrap:hover, 
.menu-item.prof-head-wrap:hover, 
.cart-dd:hover {
    background-color: #eaeaea;
    padding: 3px;
    border-radius: 6px;
}


.account-panel .ap-banner>img {
    max-height: 33px;
    height: 100%;
    width: auto;
}

.account-panel .ap-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
}
.account-panel .ap-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f1f3f5;
}
.account-panel .ap-name {
    font-weight: 600;
}
.account-panel .ap-change {
    color: #0d6efd;
    font-size: 13px;
    cursor: pointer;
}
.account-panel .ap-dot {
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -5px;
    left: -2px;
}

.account-panel .ap-link img {
    width: 18px;
}
.account-panel .ap-banner {
    margin: 0 16px;
    background: linear-gradient(90deg,#b8e6ff,#8fd3ff);
    border-radius: 7px;
    /* padding: 10px 12px; */
    font-size: 13px;
    overflow: hidden;
}

.account-panel .ap-stats {
    display: flex;
    gap: 12px;
    padding: 16px;
    flex-wrap: wrap;
}
.account-panel .ap-stat-box {
    display: flex;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 6px 12px;
    align-items: center;
    width: 48%;
    gap: 10px;
}
.account-panel .ap-stat-label {
    color: #6c757d;
    font-size: 12px;
}
.account-panel .ap-stat-value {
    font-weight: 600;
}
.account-panel .ap-menu-item svg {
    width: 18px;
}
.account-panel .ap-link svg {
    width: 18px;
}

.account-panel .ap-logout svg {
    width: 18px;
}

.account-panel .pro-img-wrap img {
    height: 10px;
}
.account-panel .ap-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0 16px 16px;
}
.account-panel .ap-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.account-panel .ap-link span {
    color: #0d6efd;
}


.account-panel .ap-divider {
    border-top: 1px solid #eee;
    margin: 10px 0;
}


.account-panel .ap-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 16px;
}
.account-panel .ap-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}


.account-panel .ap-logout {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #eee;
    cursor: pointer;
}



.special-offer-sec .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.special-offer-sec .section-header h4 {
    font-weight: 600;
}

.special-offer-sec .section-header a {
    color: var(--clr-primary);
    font-weight: 500;
    text-decoration: none;
}

/* ===== Swiper ===== */
.special-offer-sec .swiper {
    padding-bottom: 10px;
}

.special-offer-sec .swiper-button-next,
.special-offer-sec .swiper-button-prev {
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.special-offer-sec .swiper-button-next:after,
.special-offer-sec .swiper-button-prev:after {
    font-size: 14px;
    color: #000;
}

/* ===== Banner Card ===== */
.special-offer-sec .offer-banner {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.special-offer-sec .offer-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Product Card ===== */
.special-offer-sec .product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    /* border: 1px solid #ededed; */
    position: relative;
}

.special-offer-sec .product-image {
    position: relative;
    background: #f8f9fa;
    width: 100%;
    aspect-ratio: 1/1;
    /* aspect-ratio: 1; */
}
.special-offer-sec .product-image img {
    width: 100%;
    /* aspect-ratio: 1 / 1; */
    object-fit: cover;
}
.special-offer-sec .badges img {
    aspect-ratio: initial;
}
.special-offer-sec .discount {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ff4d4f;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 600;
}

.special-offer-sec .badges {
    position: absolute;
    bottom: 0pc;
    left: -8px;
}

.special-offer-sec .badge-green {
    background: #2ecc71;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.special-offer-sec .badge-orange {
    background: #ff9f1c;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.special-offer-sec .product-title {
    line-height: 1.3;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 1lh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 1;
    margin-top: 5px;
}

.special-offer-sec .marquee-wrapper {
    height: 15px;
}

.special-offer-sec .marquee-wrapper .swiper-wrapper {
    height: 18px;
}

.special-offer-sec .old-price {
    color: #adb5bd;
    text-decoration: line-through;
}

.special-offer-sec .rating {
    font-size: 13px;
    color: #f4b400;
}

.special-offer-sec .provider {
    font-size: 12px;
    color: #6c757d;
}

.special-offer-sec .els-badge_img {
    display: flex;
    align-items: center;
    border-radius: 0px 10px 0px 10px;
    overflow: hidden;
    width: fit-content;
}

.special-offer-sec .els-badge_img>img {
    height: 22px;
    width: auto;
}

.discounted-price {
    background: #ffdfdf;
    color: #b60000;
    border-radius: 4px;
    line-height: 14px;
}

.special-offer-sec .provider>img {
    width: 16px;
}

.special-offer-sec .provider {
    font-size: 12px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 5px;
}




.promo-section .swiper {
    width: 100%;
    height: 100%;
}

.promo-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.promo-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-section .swiper {
    margin-left: auto;
    margin-right: auto;
}

.promo-section .promo-card {
    border-radius: 6px;
    overflow: hidden;
    background: #000;
    height: 100%;
}

.promo-section .promo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.promo-section .promo-card:hover img {
    transform: scale(1.03);
}


.product-tabs-header-header {
    /* min-width: 1300px; */
    overflow-x: auto;
    height: 50px;
    margin-bottom: 30px;
    overflow-y: hidden;
}

.product-tabs-header-header>.nav-tabs {
    min-width: 1200px;
}


.products-grid-row .product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    position: relative;

}

.products-grid-row .product-image {
   
    position: relative;
    background: #f8f9fa;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-grid-row .product-image img {
   
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 100%;
}
.products-grid-row .discount {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ff4d4f;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 600;
}

.products-grid-row .badges {

    position: absolute;
  bottom: 0px;
    left: 0px;
}

.products-grid-row .badge-green {
    background: #2ecc71;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.products-grid-row .badge-orange {
    background: #ff9f1c;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.products-grid-row .product-title {
    line-height: 1.3;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 1lh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}

.product-tabs-header-header .nav-link.active {
    border: none !important;
    color: var(--clr-primary);
    border-bottom: 3px solid var(--clr-primary) !important;
}

.product-tabs-header-header .nav-link {
    padding: 10px 10px;
    color: #7a7a7a;
}

.product-tabs-header-header .nav-link:hover {
    border: none !important;
    color: #7a7a7a;
    background: #f0f0f0;
    border-bottom: 2px solid #b4b4b4 !important;
}

.product-tabs-header-header .nav-link.active:hover {
    background: none !important;
    color: var(--clr-primary);
    border-bottom: 3px solid var(--clr-primary) !important;
}

.product-tabs-header-header .nav-link:focus {
    border: none !important;
}

.products-grid-row .marquee-wrapper {
    height: 15px;
}

.products-grid-row .marquee-wrapper .swiper-wrapper {
    height: 18px;
}

.products-grid-row .old-price {
    color: #adb5bd;
    text-decoration: line-through;
}

.products-grid-row .rating {
    font-size: 13px;
    color: #f4b400;
}

.products-grid-row .provider {
    font-size: 12px;
    color: #6c757d;
}

.products-grid-row .els-badge_img {
    display: flex;
    align-items: center;
    border-radius: 0px 10px 0px 10px;
    overflow: hidden;
    width: fit-content;
}

.products-grid-row .els-badge_img>img {
    height: 22px;
    width: auto;
}

.discounted-price {
    background: #ffdfdf;
    color: #b60000;
    border-radius: 4px;
    line-height: 14px;
}

.products-grid-row .provider>img {
    width: 16px;
}

.products-grid-row .provider {
    font-size: 12px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.products-grid-row .offer-banner {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    max-height: 322px;
}

.products-grid-row .offer-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-grid-row .slider-icon-wrapper img {
    width: 18px;
    height: auto;
}

.products-grid-row .preorder {
    background: black;
    color: white;
    border-radius: 4px;
    /* font-size: 14px; */
    padding: 2px;
    margin-right: 2px;
}

.nav-tabs .tabs-icon {
    width: 18px;
    height: auto;
}

.products-grid-row .free-git {
    border: 1px solid #b2efb9;
    color: #1c832a;
    padding: 0px 2px;
    border-radius: 4px;
}

.products-grid-row .max-dis {
    border: 1px solid #b9deff;
    color: #006dea;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 1lh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 1;
    padding: 0px 2px;
    border-radius: 4px;
}

button.btn.see-more {
    padding: 0 24px;
    width: fit-content;
    height: 48px;
    border-radius: 64px;
    transition: transform .3s .08s, all .3s;
    /* font: var(--blu-btn-txt); */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid var(--clr-primary);
    color: var(--clr-primary);
    font-weight: 700;
}

.products-grid-row .product-image .badg-img {
    height: 22px;
    width: auto;
    aspect-ratio: initial;
    border-radius: 0px 10px;
    position: absolute;
    bottom: 0px;
    left: -8px;
}

footer svg {
    fill: grey;
}

footer svg:hover {
    fill: #aeaeae;
}

.separator.border-end {
    width: 1px;
    height: 40px;
    margin-right: 8px;
}

header .menu-container .menu-items .blipay-btn {
    display: flex;
    gap: 5px;
}





.mobile_navigation_bar .flex-center {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mobile_navigation_bar .container-fluid {
    padding: 1rem 1rem 1.5rem;
}

.mobile_navigation_bar .stage {
    max-width: 400px;
    width: 400px;
    margin: 0 auto;
}

.mobile_navigation_bar .home.active {
    color: var(--accent-color);
}
.mobile_navigation_bar ul>li>a {
    display: flex;
    flex-direction: column-reverse;
    text-decoration: none;
    align-items: center;
}
.mobile_navigation_bar ul>li span {
    color: #7b7b7b;
    font-weight: 400 !important;
}
.mobile_navigation_bar .home-style {
    --app-content-background-color: #c0d8ec;
}

.mobile_navigation_bar .products.active {
    --outset-shadow: rgba(247, 167, 103, 0.45);
    --inset-shadow: rgba(149, 62, 8, 0.45);
    --clay-box-shadow: rgba(211, 69, 20, 0.4);
    --clay-background-color: #d34514;
    --clay-fg-color: #f1f2f3;
    color: #690c0c;
}

.mobile_navigation_bar .products-style {
    --app-content-background-color: #d36e5a;
}

.mobile_navigation_bar .services.active {
    --outset-shadow: rgba(255, 159, 40, 0.45);
    --inset-shadow: rgba(88, 54, 13, 0.45);
    --clay-box-shadow: rgba(88, 54, 13, 0.4);
    --clay-background-color: #ed9426;
    --clay-fg-color: #f1f2f3;
    color: #cf5c0f;
}

.mobile_navigation_bar .services-style {
    --app-content-background-color: #ed9426;
}

.mobile_navigation_bar .about.active {
    --outset-shadow: rgba(93, 255, 85, 0.45);
    --inset-shadow: rgba(28, 78, 26, 0.45);
    --clay-box-shadow: rgba(28, 78, 26, 0.4);
    --clay-background-color: #4dd146;
    --clay-fg-color: #f1f2f3;
    color: #4dd146;
}

.mobile_navigation_bar .about-style {
    --app-content-background-color: #4dd146;
}

.mobile_navigation_bar .help.active {
    --outset-shadow: rgba(230, 230, 230, 0.45);
    --inset-shadow: rgba(81, 81, 81, 0.45);
    --clay-box-shadow: rgba(81, 81, 81, 0.4);
    --clay-background-color: #a3a3a3;
    --clay-fg-color: #f1f2f3;
    color: #783896;
}

.mobile_navigation_bar .help-style {
    --app-content-background-color: #a3a3a3;
}

.mobile_navigation_bar .tabbar {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 58px;
    display: flex;
    flex-direction: column;
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
    transition: background-color 0.4s;
}

.mobile_navigation_bar .tabbar ul,
.mobile_navigation_bar .tabbar li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobile_navigation_bar .tabbar ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    align-self: flex-end;
    justify-content: center;
    height: 60px;
}

.mobile_navigation_bar .tabbar li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-right: 5px;
    transition: all 0.4s;
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    position: relative;
    color: #888;
    cursor: pointer;
}

.mobile_navigation_bar .tabbar li:last-child {
    margin-right: 0;
}

.mobile_navigation_bar img {
    max-width: 25px;
}

.mobile_navigation_bar .tab-style1 ul {
    justify-content: center;
}

.mobile_navigation_bar .tab-style1 li {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1px;
    left: 0;
    width: 60px;
    height: 50px;
    transition: top 0.2s ease-out, width 0.4s, border-radius 0.4s, box-shadow 0.4s;
}

.mobile_navigation_bar .tab-style1 li.follow {
    position: absolute;
    border-radius: 100%;
    content: " ";
    width: 60px;
    height: 60px;
    border: 10px solid var(--app-content-background-color);
    background-color: var(--app-content-background-color);
    top: -3rem;
    transition: left 0.4s ease-in, background-color 0.4s, border-color 0.4s;
}

.mobile_navigation_bar .tab-style1 li.follow:before,
.mobile_navigation_bar .tab-style1 li.follow:after {
    content: " ";
    position: absolute;
    top: 27px;
    right: -27px;
    border-top: 11px solid var(--app-content-background-color);
    background-color: #f9f8fa;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    transition: border-color 0.4s;
}

.mobile_navigation_bar .tab-style1 li.follow::after {
    border-top-left-radius: 100%;
}

.mobile_navigation_bar .tab-style1 li.follow:before {
    left: -27px;
    right: unset;
    border-top-right-radius: 100%;
}

.mobile_navigation_bar .tab-style1 li:nth-child(1).active~.follow {
    left: 12px;
}

.mobile_navigation_bar .tab-style1 li:nth-child(2).active~.follow {
    left: 75px;
}

.mobile_navigation_bar .tab-style1 li:nth-child(3).active~.follow {
    left: 140px;
}

.mobile_navigation_bar .tab-style1 li:nth-child(4).active~.follow {
    left: 205px;
}

.mobile_navigation_bar .tab-style1 li:nth-child(5).active~.follow {
    left: 270px;
}

.mobile_navigation_bar .tab-style1 .active {
    z-index: 100;
    width: 60px;
    height: 60px;
    top: -2rem;
    border-radius: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.mobile_navigation_bar .tab-style2 ul {
    justify-content: space-around;
}

.mobile_navigation_bar .tab-style2 li {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1px;
    left: 0;
    width: 60px;
    height: 50px;
    flex-direction: column-reverse;
}

.mobile_navigation_bar .tab-style2 .active {
    /* width: 60px;
    height: 60px;
    top: -12px; */
}

.mobile_navigation_bar .tab-style2 .active span {
    font-size: 12px;
    color: var(--clr-primary);
    font-weight: 600;
}

.mobile_navigation_bar .tab-style2 span {
    font-size: 11px;

    font-weight: 600;
}

.mobile_navigation_bar .tab-style2 .active:before,
.mobile_navigation_bar .tab-style2 .active:after {
    position: absolute;
    content: " ";
    width: 13px;
    height: 13px;
    border-bottom: 4px solid #f9f8fa;
    top: 9px;
}

.mobile_navigation_bar .tab-style2 .active:before {
    border-bottom-right-radius: 100%;
    left: -5px;
}

.mobile_navigation_bar .tab-style2 .active:after {
    border-bottom-left-radius: 100%;
    right: -7px;
}

.mobile_navigation_bar li.active i {
    color: #0037ff !important;
    font-size: 26px;
}

.mobile_navigation_bar .tab-style3 li {
    top: -8px;
    width: 60px;
    height: 35px;
    background-color: transparent;
    padding-top: 3px;
}

.mobile_navigation_bar .tab-style3 li.follow {
    position: absolute;
    top: 0;
    display: flex;
    border-top: 3px solid #333;
    width: 60px;
    height: 1px;
    transition: all 0.3s ease-out;
}

.mobile_navigation_bar .tab-style3 li:nth-child(1).active~.follow {
    left: 20px;
    z-index: 20;
}

.mobile_navigation_bar .tab-style3 li:nth-child(2).active~.follow {
    left: 88px;
    z-index: 20;
}

.mobile_navigation_bar .tab-style3 li:nth-child(3).active~.follow {
    left: 149px;
    z-index: 20;
}

.mobile_navigation_bar .tab-style3 li:nth-child(4).active~.follow {
    left: 216px;
    z-index: 20;
}

.mobile_navigation_bar .tab-style3 li:nth-child(5).active~.follow {
    left: 283px;
    z-index: 20;
}

.mobile_navigation_bar .tab-style4 li {
    width: 60px;
    height: 40px;
    flex-direction: column;
    overflow: hidden;
}

.mobile_navigation_bar .tab-style4 li span {
    position: relative;
    top: 3px;
    transition: top 0.4s ease-out, font-size 0.2s ease-out;
    text-shadow: inset 2px 2px 4px var(--clay-box-shadow);
}

.mobile_navigation_bar .tab-style4 li:after {
    width: 100%;
    height: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    position: relative;
    bottom: -30px;
    opacity: 0;
    transition: bottom 0.2s ease-out, opacity 0.4s ease-out;
}

.mobile_navigation_bar .tab-style4 li.active:after {
    opacity: 1;
    bottom: 2px;
    text-shadow: inset 2px 2px 8px var(--clay-box-shadow);
}

.mobile_navigation_bar .tab-style4 li:nth-child(1):after {
    content: "home";
}

.mobile_navigation_bar .tab-style4 li:nth-child(2):after {
    content: "products";
}

.mobile_navigation_bar .tab-style4 li:nth-child(3):after {
    content: "services";
}

.mobile_navigation_bar .tab-style4 li:nth-child(4):after {
    content: "company";
}

.mobile_navigation_bar .tab-style4 li:nth-child(5):after {
    content: "help";
}

.mobile_navigation_bar .tab-style4 .active span {
    font-size: 1.1rem;
    top: -4px;
}

.mobile_navigation_bar .tab-style5 ul {
    justify-content: center;
}

.mobile_navigation_bar .tab-style5 li {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1px;
    left: 0;
    width: 60px;
    height: 50px;
    transition: top 0.4s ease-out, border-radius 0.4s ease-out, box-shadow 0.4s ease-out;
}

.mobile_navigation_bar .tab-style5 .active {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    top: -1rem;
    background-color: var(--clay-background-color);
    box-shadow: 1px 2px 4px 0 var(--clay-box-shadow), 2px 4px 8px 0 var(--clay-box-shadow),
        inset 2px 2px 8px var(--outset-shadow), inset -2px -2px 8px var(--inset-shadow);
    color: var(--clay-fg-color);
}

.mobile_navigation_bar .tab-style5 .active span {
    font-size: 2rem;
}

.mobile_navigation_bar {
    position: fixed;
    bottom: 0px;
    width: 100% !important;
    z-index: 999999;
}

/* .mobile_navigation_bar ul>li.active {
    border-bottom: 3px solid var(--clr-primary);
} */



/* Latest mobile nabr icon dropdown  */



/* Mobile category toggle icon - only visible on mobile */
.mobile-category-toggle {
    display: none !important;
    margin-left: auto;
    font-size: 16px;
    color: #666;
    transition: transform 0.3s ease;
}

.desktop-icon {
    display: inline;
}


.promo-widget .promo-wrapper .p.banner-slider-top .slick-slidep, .flash-sale-section .flash-sale-swiper .pp {
    font-size: 14px;
}
.promo-widget .promo-wrapper .rp,.flash-sale-section .flash-sale-swiper .rp {
    font-size: 11px;
}

.sld-head {
    font-size: 24px;
    font-weight: 600;
}


.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: var(--clr-primary) !important;
    outline: none;
    background: white !important;
}



.mobile_navigation_bar .home.active .mob-nav-home-icon {
    display: none;
}

.mobile_navigation_bar .products.active .mob-nav-bonus-icon{
    display:none;
}
.mobile_navigation_bar .products.active .mob-nav-bonus-icon-blue{
    display:block;
}

.mobile_navigation_bar .services.active .mob-nav-bag-icon{
    display:none;
}
.mobile_navigation_bar .services.active .mob-nav-bag-icon-blue{
    display:block;
}

.mobile_navigation_bar .about.active .mob-nav-order-icon {
    display: none;
}

.mobile_navigation_bar .about.active .mob-nav-order-icon-blue{
    display:block;
}

.mobile_navigation_bar .about.active .mob-nav-order-icon {
    display: none;
}


.mobile_navigation_bar .about.active .mob-nav-order-icon-blue{
    display:block;
}
.mobile_navigation_bar .user.active .mob-nav-user-icon {
    display: none;
}


.mobile_navigation_bar .user.active .mob-nav-user-icon-blue{
    display:block;
}

.mobile_navigation_bar .home.active .mob-nav-home-icon-blue {
    display: block;
}

.mob-nav-home-icon-blue,.mob-nav-user-icon-blue,.mob-nav-order-icon-blue,.mob-nav-bag-icon-blue,.mob-nav-bonus-icon-blue {
    display: none;
}




/* Responsive code  */



@media screen and (max-width:1100px) {
    .card.top-cat-cards>img {

        min-width: 80px;
        min-height: 80px;

    }
}
@media screen and (max-width:1024px) {

    header .cart-dd,
    header .enter-dd-wrapper .enter-dd,
    header .icons .list-btn {
        display: none;
    }

    .card.top-cat-cards>img {

        min-width: 80px;
        min-height: 80px;

    }

    header .c1 {
        display: none;
    }

    .header.c2 {
        padding-top: 14px;
    }

    header .c3 {
        display: none;
    }

    header .logo {
        /* display: none; */
    }
}

@media (max-width: 991px) {
    .mobile-category-toggle {
        display: inline-block !important;
    }

    .mobile_navigation_bar {
        display: block;
    }
}
@media screen and (min-width:991px) {
    .mobile_navigation_bar {
        display: none;
    }
}

@media screen and (min-width:1024px) {

    header .scanner,
    .responsive-enter,
    header .responsive-deal {
        display: none;
    }

}

@media screen and (max-width:768px) {

.promo-widget .promo-wrapper .pp,.flash-sale-section .flash-sale-swiper .pp {
    font-size: 12px;
}
.promo-widget .promo-wrapper .rp,.flash-sale-section .flash-sale-swiper .rp{
    font-size: 10px;
}

.sld-head {
    font-size: 18px;
}
.sld-head-wrapper .rd-more {
    font-size: 14px;
    line-height: 13px;
}
}



@media screen and (max-width:425px) {
    .navbar-tool-icon-box {

        width: 35px;
        height: 35px;

    }
.options-swiper {
    height: 103px;
}
    header .header-row {

        gap: 4px !important;
    }
    .options-swiper .swiper-slide {
    min-width: 40px;
    max-width: 90px;
}

.options-swiper .top_usp__item_content {
    /* width: fit-content; */
    display: flex;
    align-items: center;
    gap: 7px;
    flex-direction: column;
}

.options-swiper .top-usp__title {
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    height: 28px;
    font-size: 10px;
}
.options-swiper .swiper-slide .top-usp__logo {
    width: 40px;
    height: auto;
}
.options-swiper .swiper-button-next,.options-swiper .swiper-button-prev{
    display: none !important;
}
.promo-widget .swiper-button-next, .promo-widget .swiper-button-prev {
    
    display: none;
}
section.options-slider-sec {
    border: none !important;
}

header .menu-container .menu-item.message-head-wrap,
header .menu-container .menu-item.bell-head-wrap,
header .menu-container .menu-items .blipay-btn span,
header .menu-container .menu-item.prof-head-wrap span {
    display: none;
}
.top_usp__item_content .top-usp__title.font-14 {
font-size:11px;
    font-weight:600;
}

.top_usp__item_content .top-usp__logo {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.banner-image>img {

 
    aspect-ratio: 3/1;
    
}
.banner-slider-top-wrapper .slick-prev, .banner-slider-top-wrapper .slick-next {
    display: none !important;
            padding: 0 4px !important;
}
.product-slider-section .swiper-button-next, .product-slider-section .swiper-button-prev {
    
    display: none;
}
.special-offer-sec .swiper-button-next, .special-offer-sec .swiper-button-prev {
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    display: none;
}
.banner-slider-top ul.slick-dots{
    height: 12px;
}
.banner-slider-top .slick-dots li>button:before {

    height: 6px;
    width: 6px;

}
.banner-slider-top .slick-dots .slick-active>button:before,
.banner-slider-top .slick-dots li{
     height: 6px !important;
}




.options-swiper .swiper-button-prev, .options-swiper .swiper-button-next, .flash-sale-section .swiper-button-next, .flash-sale-section .swiper-button-prev, .promo-section .swiper-button-next, .promo-section .swiper-button-prev {
    display: none !important;
}
a.responsive-enter .blu-ripple span {
    display: none;
}
.header .logo img {
    max-width: 115px;
    width: 100%;
    height: auto;
   
}
}

