html, body {
    overflow-x: hidden;
}
#navbar{
    transition: opacity .3s ease, transform .3s ease;
}
input[readonly]:focus,
input[readonly]:focus-visible {
    outline: none;
    box-shadow: none;
}
#navbar.hide-nav{
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-4px); }
    40% { transform: translateX(4px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
}
.custom-tooltip {
    --bs-tooltip-bg: --site-color;      /* Background */
    --bs-tooltip-color: white;      /* Text color */
}
.shake {
    animation: shake 0.4s ease;
}
@media (min-width: 1400px) and (max-width: 2500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 81%!important;
    }
}
@media (min-width: 768px) and (max-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 89%!important;
    }
}
.carousel-inner {
    border-radius: 18px;
}
/*Main*/
a {
    text-decoration: none;
    color: black;
}

ul .sub_cat_item:hover a{
    color: white!important;
}
.sub_cat_item:hover{
    background: var(--site-color)!important;
}

.text-logo {
    color:var(--site-color);
}
.text-logo2 {
    color:var(--second-color);
}
.f-20 {
    font-size: 20px !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-30 {
    font-size: 30px !important;
}
.f-12 {
    font-size: 12px !important;
}
.f-color {
    color: var(--site-color)  !important;
}
.bg-logo {
    background: var(--site-color);
}
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 10px;
}
.pro_li p {
    font-size: 17px!important;
}
::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 20px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.08);
}

::-webkit-scrollbar-thumb {
    background: var(--site-color);
    border-radius: 20px;
    border: 2px solid #f4f4f4;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: color-mix(in srgb, var(--site-color) 80%, black);
}

::-webkit-scrollbar-thumb:active {
    background: color-mix(in srgb, var(--site-color) 65%, black);
}

body {
    background-color: #FBF9F5;
    font-family: "Noto Sans Bengali", "Noto Sans", Arial, sans-serif;
}

.form-select:focus {
    border: 1px solid #c7c8c9;!important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

.form-check-input:checked {
    background-color: var(--site-color)   !important;
    border-color: var(--site-color)   !important;
    box-shadow: 0 0 0 0rem rgb(244 135 33);
}

.form-check-input:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(0 90 171) !important;
}

.form-check input[type="radio"],
.form-check label {
    cursor: pointer;
}

/* ================= TOPBAR ================= */
.topbar {
    background: #393e42;
    padding: 6px 0;
}

.topbar a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

/* ================= NAVBAR ================= */
.main-navbar {
    background: #fff;
    transition: all .45s cubic-bezier(.25, .8, .25, 1);
    z-index: 1050;
    border-bottom: 1px solid #e1e1e1;
}

/* SMOOTH FIXED NAVBAR */
.main-navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
    animation: slideDown .45s ease;
    backdrop-filter: blur(8px);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ===========================
   HERO SLIDER
=========================== */

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider .carousel-item img{
    width:100%;
    display:block;
    object-fit:cover;
}

/* ===========================
   ARROWS
=========================== */

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next{
    width:70px;
    opacity:0;
    transition:.35s ease;
}

.hero-slider:hover .carousel-control-prev,
.hero-slider:hover .carousel-control-next{
    opacity:1;
}

.hero-slider .carousel-control-prev{
    left:20px;
}

.hero-slider .carousel-control-next{
    right:20px;
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background-color:rgba(255,255,255,.18);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    background-size:20px;
    border:1px solid rgba(255,255,255,.35);
    transition:.3s;
}

.hero-slider .carousel-control-prev:hover .carousel-control-prev-icon,
.hero-slider .carousel-control-next:hover .carousel-control-next-icon{
    background-color:var(--site-color);
    transform:scale(1.08);
}

/* ===========================
   INDICATORS
=========================== */

.hero-slider .carousel-indicators{
    margin-bottom:22px;
    gap:10px;
}

.hero-slider .carousel-indicators button{
    width:12px;
    height:12px;
    border:none;
    border-radius:50px;
    background:#fff;
    opacity:.45;
    transition:all .35s ease;
}

.hero-slider .carousel-indicators button.active{
    width:38px;
    opacity:1;
    background:var(--site-color);
}

.hero-slider .carousel-indicators button:hover{
    opacity:1;
}
.slider-arrow{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.35);
    transition:.3s;
}

.carousel-control-prev:hover .slider-arrow,
.carousel-control-next:hover .slider-arrow{
    background:var(--site-color);
    transform:scale(1.08);
}
/* ===========================
   NAVBAR
=========================== */

.main-navbar{
    position: sticky;
    top:0;
    z-index:999;
    background:#fff;
    box-shadow:0 2px 15px rgba(0,0,0,.05);
    transition:.35s ease;
}

.nav-wrapper{
    display:flex;
    align-items:center;
    gap:18px;
    padding:14px 0;
}

/* ===========================
   CATEGORY BUTTON
=========================== */

.category-btn{
    width:46px;
    height:46px;
    border:none;
    outline:none;
    background:#f8f8f8;
    color:var(--site-color);
    border-radius:14px;
    font-size:23px;
    cursor:pointer;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.category-btn::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.35);
    transform:translateX(-120%) skewX(-25deg);
    transition:.6s;
}

.category-btn:hover::before{
    transform:translateX(130%) skewX(-25deg);
}

.category-btn:hover{
    transform:translateY(-3px) rotate(-5deg);
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    background:var(--site-color);
    color:#fff;
}

.category-btn:active{
    transform:scale(.94);
}

/* ===========================
   LOGO
=========================== */

.logo{
    height:42px;
    transition:.35s ease;
}

.logo:hover{
    transform:scale(1.05);
}

/* ===========================
   SEARCH
=========================== */

.search-box-wrapper{
    flex:1;
    display:flex;
    justify-content:center;
    position:relative;
}

.search-box{
    width:430px;
    max-width:100%;
    position:relative;
}

.search-box input{
    width:100%;
    height:46px;
    border:1px solid #e6e6e6!important;
    border-radius:50px;
    padding:0 50px 0 18px;
    font-size:14px;
    background:#fafafa;
    transition:.35s;
}

.search-box input::placeholder{
    color:#999;
    transition:.3s;
}

.search-box input:focus{
    background:#fff;
    border-color:var(--site-color)!important;
}

.search-box input:focus::placeholder{
    opacity:.4;
    transform:translateX(8px);
}

.search-icon{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    color:#888;
    font-size:16px;
    cursor:pointer;
    transition:.35s;
}

.search-box:hover .search-icon{
    color:var(--site-color);
}


@keyframes searchPulse{
    from{
        transform:translateY(-50%) scale(1);
    }
    to{
        transform:translateY(-50%) scale(1.18);
    }
}

/* ===========================
   ICON AREA
=========================== */

@media only screen and (min-width:768px){

.icons{
    width:17%;
}

}

.icons a{
    position:relative;
    display:block;
    color:var(--second-color);
    text-decoration:none;
    transition:.35s;
}

.icons a i{
    display:block;
    font-size:22px;
    transition:.35s;
}

.icon_text{
    display:block;
    font-size:13px;
    font-weight:500;
    margin-top:6px;
    transition:.35s;
}

.icons a:hover{
    color:var(--site-color);
}


/* ===========================
   BADGE
=========================== */

.badge-cart{
    position:absolute;
    top:-12px;
    right:18px;
    min-width:20px;
    height:20px;
    border-radius:50px;
    background:var(--site-color);
    color:#fff;
    font-size:11px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 10px rgba(255,59,48,.35);
}

@keyframes badgePulse{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.18);
    }

    100%{
        transform:scale(1);
    }

}

/* ===========================
   LINK HOVER UNDERLINE
=========================== */

.icons a::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-4px;
    width:0;
    height:2px;
    background:var(--site-color);
    transition:.35s;
    transform:translateX(-50%);
}

.icons a:hover::after{
    width:55%;
}

/* ===========================
   SEARCH RESULT ANIMATION
=========================== */

#searchResults{
    animation:fadeSearch .25s ease;
}


/* ================= SIDEBAR ================= */
.offcanvas-end {
    width: 100%;
}

#cartSidebar {
    top: 0%;
}
.item_name {
    line-height: 17px;
    height: 43px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
/* Mobile only */
@media (max-width: 767px)  {
    .offcanvas-start {
        width: 64% !important;
        font-size: 14px;
    }
    .hide_mobile{
        display: none!important;
    }
    .item_name {
        font-size: 14px;
    }
    .item_price {
        font-size: 12px;
        font-weight: 600;
        text-align: left;
    }
    .call_top {
        font-size: 14px;
        margin-top: 4px;
    }
    .badge-cart {
        position: absolute;
        top: -27%;
        right: 19%;
        width: 18px;
        height: 18px;
        background: var(--site-color)   !important;
        color: #fff;
        font-size: 11px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icons {
        width: 39.5%;
    }

}
/* Desktop & Tablet */
@media only screen and (min-width: 768px) {
    .offcanvas-start {
        width: 14% !important;
        font-size: 14px;
    }
    .hide_desktop{
        display: none!important;
    }
    .item_name {
        font-size: 16px;
    }
    .item_price {
        font-size: 14px;
        font-weight: 600;
        text-align: left;
    }
    .margin-top-4 {
        margin-top: 1.5rem !important;
    }
    .call_top {
        font-size: 18px!important;
    }
}

#catSidebar {
    top: 0%;
}


/************Category Sidebar******************/
.offcanvas {
    background: #f8fafc;
}

.offcanvas-header{
    background:#fff;
    border-bottom:1px solid #ececec;
}

.offcanvas-header h6{
    font-size:18px;
    color:#222;
}

/* Category Card */
.category-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:8px 12px;
    padding:10px 14px;
    background:#fff;
    border-radius:14px;
    transition:.25s;
    border:1px solid #eef0f3;
}

.category-item:hover{
    background:var(--site-color);
    border-color:var(--site-color);
    transform:translateX(4px);
    box-shadow:0 8px 18px #ffe6d6;
}

.category-item>a:first-child{
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    color:#222;
    flex:1;
    min-width:0;
}

.category-item span{
    font-size:15px;
    font-weight:600;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* Image */

.cat-img{
    width:48px;
    height:48px;
    border-radius:12px;
    object-fit:cover;
    background:#f4f4f4;
    padding:2px;
    transition:.25s;
}

.category-item:hover .cat-img{
    transform:scale(1.08) rotate(-4deg);
}

/* Arrow */

.arrow-icon{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#f4f6f8;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#666;
    transition:.3s;
    text-decoration:none;
}

.arrow-icon:hover{
    background:var(--site-color);
    color:#fff;
}

.arrow-icon i{
    transition:.3s;
}

.arrow-icon[aria-expanded="true"] i{
    transform:rotate(180deg);
}

/* Sub Menu */

.collapse{
    margin:0 12px 8px;
}

.list-group{
    border-radius:12px;
    overflow:hidden;
}

.sub_cat_item{
    border:none;
    background:#fff;
    padding:0;
}

.sub_cat_item a{
    display:flex;
    align-items:center;
    padding:12px 20px;
    color:#666;
    text-decoration:none;
    transition:.25s;
    position:relative;
    font-size:14px;
}

.sub_cat_item a::before{
    content:"";
    width:6px;
    height:6px;
    border-radius:50%;
    background:#198754;
    margin-right:12px;
    opacity:.6;
}

.sub_cat_item a:hover{
    background:#19875410;
    color:#198754;
    padding-left:26px;
}

.offcanvas-body{
    padding:8px;
}


.cat-img {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    object-fit: cover;
}

/* ================= CART ================= */
#cartSidebar{
    width:420px;
}

#cartSidebar .offcanvas-header{
    background:#fff;
    position:sticky;
    top:0;
    z-index:10;
}

#cartSidebar .offcanvas-body{
    background:#f7f8fa;
    display:flex;
    flex-direction:column;
}

.product-box{
    flex:1;
}

.cart-item{
    background:#fff;
    border:1px solid #ececec !important;
    border-radius:16px;
    margin-bottom:10px;
    padding:4px !important;
    transition:.25s;
    box-shadow:0 2px 12px rgba(0,0,0,.04);
}

.cart-item:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 22px rgba(0,0,0,.08);
}

.cart-item img{
    width:60px;
    height:60px !important;
    object-fit:cover;
    border-radius:12px;
    background:#fff;
    padding:3px;
}

.cart-item p{
    font-weight:600;
    color:#222;
    line-height:1.3 !important;
    margin-bottom:4px;
}

.cart-item p span{
    display:inline-block;
    margin-left:4px;
    color:#666;
    font-size:12px;
}

.unit-price{
    color:#777;
    font-size:13px;
}

.unit-price svg{
    vertical-align:-2px;
    color:#999;
}

.line-total{
    color:var(--site-color);
    font-weight:700;
    margin-left:6px;
}

.btn-danger{
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff0ec;
    color:var(--site-color) !important;
    border:none;
    transition:.25s;
}

.btn-danger:hover{
    background:var(--site-color);
    color:#fff !important;
}

.cart-summary{
    background:#fff;
    border-radius:16px;
    padding:18px;
    box-shadow:0 2px 12px rgba(0,0,0,.05);
}

.checkout_cart{
    background:var(--site-color);
    color:#fff;
    border-radius:14px;
    font-weight:700;
    font-size:16px;
    transition:.25s;
    box-shadow:0 10px 25px rgba(255,93,1,.25);
}

.checkout_cart:hover{
    background:#e55300;
    color:#fff;
    transform:translateY(-2px);
}

#subtotal{
    font-size:20px;
}

@media(max-width:576px){
    #cartSidebar{
        width:100%;
    }
}

.qty-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ddd;
    padding: 4px 10px;
    border-radius: 8px;
}

.qty-btn {
    border: none;
    background: #0d6efd;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    cursor: pointer;
}

/* MOBILE */
@media(max-width:991px) {
    .search-box {
        order: 10;
        width: 100%;
    }

    .hero-img {
        height: 250px;
    }
    .icons a {
        margin-bottom: -8px;
        margin-left: -30px;
    }
    .logo {
        font-size: 22px;
    }
}

/*//sections*/
.section-head{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:28px;
    padding-bottom:6px;
    border-bottom:1px solid #e9e9e9;
}

/* Main colored line */
.section-head::before{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:35px;
    height:4px;
    border-radius:30px;
    background:var(--site-color);
    transition:.35s ease;
}

/* Small fade line */
.section-head::after{
    content:"";
    position:absolute;
    left:70px;
    bottom:0;
    width:45px;
    height:4px;
    border-radius:30px;
    background:linear-gradient(to right,
        rgba(var(--site-color-rgb),.45),
        transparent);
}

.section-head:hover::before{
    width:95px;
}

.section-head .title{
    margin:0;
    font-size:21px;
    font-weight:700;
    color:var(--second-color);
    display:flex;
    align-items:center;
    gap:10px;
}


.section-head .sec-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 16px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:50px;
    background:#fff;
    color:var(--site-color);
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
    text-decoration:none;
    transition:.3s ease;
}

.section-head .sec-btn i{
    transition:.3s ease;
}

.section-head .sec-btn:hover{
    background:var(--site-color);
    color:#fff;
    border-color:var(--site-color);
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.section-head .sec-btn:hover i{
    transform:translateX(4px);
}

@media (max-width:576px){

    .section-head{
        margin-bottom:20px;
        padding-bottom:4px;
    }

    .section-head .title{
        font-size:14px;
    }

    .section-head .sec-btn{
        padding:7px 12px;
        font-size:10px;
        gap:6px;
    }
}

/*services*/
.service-box{
    display:flex;
    align-items:center;
    gap:18px;

    background:#fff;
    padding:22px;
    border-radius:18px;

    border:1px solid #edf1f5;
    box-shadow:0 6px 18px rgba(0,0,0,.05);

    transition:.35s;
    height:100%;
}

.service-box:hover{
    transform:translateY(-6px);
    border-color:var(--site-color);
    box-shadow:0 12px 30px rgba(0,0,0,.10);
}

.service-icon{
    width:68px;
    height:68px;
    min-width:68px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgb(255 234 222);
    border-radius:18px;

    transition:.35s;
}

.service-box:hover .service-icon{
    background:var(--site-color);
    transform:rotate(-8deg);
}

.service-icon i{
    font-size:28px;
    color:var(--site-color);
    transition:.35s;
}

.service-box:hover .service-icon i{
    color:#fff;
}

.service-content h6{
    margin-bottom:8px;
    font-size:17px;
    font-weight:700;
    color:#222;
    text-transform:none;
}

.service-content p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#7a7a7a;
}

@media(max-width:768px){

.service-box{
    padding:18px;
}

.service-icon{
    width:58px;
    height:58px;
    min-width:58px;
}

.service-icon i{
    font-size:24px;
}

}

/*products*/

.custom-tooltip {
    --bs-tooltip-bg: var(--site-color);     
    --bs-tooltip-color: #fff;
}
/*=========================
    PRODUCT CARD
=========================*/
.product{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:18px;
    transition:.35s ease;
    overflow:hidden;
    position:relative;
}

.product:hover{
    transform:translateY(-1px);
    /*box-shadow:0 18px 45px rgba(0,0,0,.10);*/
    border-color:rgba(0,0,0,.08);
}

.product::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:4px;
    background:var(--site-color);
    transform:scaleX(0);
    transition:.35s;
}

.product:hover::after{
    transform:scaleX(1);
}

/*=========================
    IMAGE
=========================*/

.product img{
    width:86% !important;
    display:block;
    margin:auto;
    transition:.45s ease;
}

.product:hover img{
    transform:scale(1.08) rotate(-2deg);
}

/*=========================
    TITLE
=========================*/

.text-prod{
    font-size:18px;
    line-height:1.35;
    transition:.3s;
}


/*=========================
    PRICE
=========================*/

.text-popular{
    font-size:20px;
    font-weight:600;
}

.text-popular span{
    color:#9d9d9d;
    font-size:15px;
    font-weight:500;
}

/*=========================
    BUTTON
=========================*/

.add_cart{
    display:flex;
    justify-content:center;
    align-items:center;

    position:relative;
    overflow:hidden;


    border:1px solid var(--site-color)!important;

    background:#fff;
    color:var(--site-color)!important;

    transition:.35s ease;

    cursor:pointer;
    font-family:inherit;
    font-weight:700;
}

.btn-skew::before{
    content:"";
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    left:-100%;
    background:var(--site-color);
    transform:skewX(-0deg);
    transition:.45s ease;
    z-index:0;
}

.btn-skew:hover::before{
    left:0;
}

.btn-skew__text{
    position:relative;
    z-index:2;
    font-size:14px;
    letter-spacing:.5px;
    transition:.35s;
    padding: 8px;
}

.btn-skew:hover .btn-skew__text{
    color:#fff;
}

.btn-skew:hover{
    border-color:var(--site-color)!important;
}

/*=========================
    QTY CONTROL
=========================*/

.qty-control{
    background:#f8f9fa;
    border:1px solid #FF6101!important;
    overflow:hidden;
}

.qty-control input.number{
    border:none;
    width:63%;
    text-align:center;
    background:transparent;
    font-weight:700;
    font-size:16px;
    color:#333;
}

.add_cart .value-button{
    width:46px;
    height:34px !important;
    background:var(--site-color);
    border:none;
    color:#fff;
    cursor:pointer;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:0;
    line-height:1;

    transition:.25s;
}

.add_cart .value-button i{
    font-size:13px;
    line-height:1;
    display:block;
}

.add_cart .value-button:hover{
    filter:brightness(.92);
}

.add_cart .value-button:active{
    transform:scale(.95);
}

/*=========================
    LINKS
=========================*/

.product a{
    text-decoration:none;
}

/*=========================
    MOBILE
=========================*/

@media(max-width:768px){

    .product{
        padding:18px !important;
    }

    .text-prod2{
        font-size:13px;
    }

    .text-popular{
        font-size:13px;
    }

    .add_cart{
        width:100%!important;
    }

    .qty-control{
        width:100%!important;
    }

}

.checkout {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 11px;
    border: none;
    cursor: pointer;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 600;
    background: var(--site-color)   !important;
    color: white  !important;
}
.checkout:hover {
    background: #32373b!important;
    transition: width 1s;
}

.cart-area {
    display: flex;
    justify-content: center;
    align-items: center;
}


.add_cart .number::selection {
    background: none;
}

body {
    top: 0 !important;
}

/*************************88Footer************************/
.footer-section{
    background:white;
    color:black;
    padding:70px 0 0;
    box-shadow: rgba(0, 0, 0, 0.12) 1px -3px 25px;
}

.footer-logo{
    color:black;
    font-size:28px;
    font-weight:700;
}

.footer-text{
    line-height:1.9;
    color:black;
}

.footer-section h5{
    color:black;
    margin-bottom:22px;
    font-weight:600;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:black;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:black;
    padding-left:8px;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgb(0 0 0 / 15%);
    color:black;
    transition:.35s;
}

.footer-social a:hover{
    background:var(--site-color);
    transform:translateY(-4px);
    color: white;
}


.contact-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
}

.contact-item i{
    width:42px;
    height:42px;
    background:var(--site-color);
    color:black;
    border-radius:12px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}


.footer-bottom{
    margin-top:60px;
    border-top:1px solid rgb(0 0 0 / 15%);
    padding:22px 0;
    color:black;
}
.footer-contact{
    display:flex;
    flex-direction:column;
    align-items:start;
    gap:18px;
}

.contact-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-align:center;
}

.contact-item span{
    text-align:center;
}
@media(max-width:768px){
    .footer-section{
        text-align:center;
        padding: 70px 0px 76px 0px;
    }

    .footer-social{
        justify-content:center;
    }

    .contact-item{
        justify-content:center;
        text-align:left;
    }

    .footer-contact{
        justify-content:center;
        align-items: center;
    }
}

/*******************************Mobile footer navbar*****************************/
.mobile-nav{
    position:fixed;
    bottom:12px;
    left:12px;
    right:12px;
    height:55px;

    background:#fff;

    border-radius:22px;

    display:flex;
    justify-content:space-around;
    align-items:center;

    box-shadow:0 10px 35px 15px rgba(0, 0, 0, .12);

    z-index:9999;
}

.mobile-nav .item{
    flex:1;
    text-align:center;
    text-decoration:none;
    color:#8b8b8b;
    position:relative;
}

.mobile-nav .icon{
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;

    transition:.3s;
}

.mobile-nav .icon i{
    font-size:21px;
}

.mobile-nav small{
    display:block;
    margin-top:-6px;
    font-size:11px;
    font-weight:600;
}

.mobile-nav .active{
    color:var(--site-color);
}

.mobile-nav .active .icon{
    background:var(--site-color);
    color:#fff;
    transform:translateY(-18px);
}

.mobile-nav .active small{
    margin-top:-15px;
}

.arrow {
    transition: .3s ease;
}

[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}


/******************price-filter***********************/

/* ===============================
   FILTER SIDEBAR
================================= */

.custom_filter{
    border:1px solid #ececec;
    border-radius:14px;
    box-shadow:0 2px 12px rgba(0,0,0,.04);
    transition:.25s;
}

.custom_filter:hover{
    box-shadow:0 6px 20px rgba(0,0,0,.07);
}

/* Section Title */
.custom_filter>a{
    text-decoration:none;
    color:#222;
    font-weight:700;
    padding:2px 0;
}

.custom_filter .h6{
    font-size:15px;
    font-weight:700;
    margin:0;
}

/* Arrow */
.arrow{
    font-size:13px;
    color:#777;
    transition:.35s ease;
}

a[aria-expanded="true"] .arrow{
    transform:rotate(180deg);
    color:var(--site-color);
}

/* Decorative line */

.hr_cat,
.hr_price,
.hr_sort{
    width:55px;
    border:2px solid var(--site-color);
    border-radius:10px;
    opacity:1;
}

.custom_filter hr:last-of-type{
    border-color:#ececec;
}


/* ===============================
   CATEGORY & SORT RADIO
================================= */
/* ====================================
   Category Header
==================================== */

.category-header > .d-flex{
    align-items:center;
    background:#fff;
    padding:9px 21px;
    border:1px solid #ececec;
    border-radius:14px;
    box-shadow:0 2px 12px rgba(0,0,0,.04);
}

.category-header h5{
    margin:0 !important;
    padding-left:16px;
    font-size:23px;
    font-weight:700;
    color:#222;
    position:relative;
}

.category-header h5::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:5px;
    height:28px;
    border-radius:20px;
    background:var(--site-color);
}

.category-header .breadcrumb{
    margin:0;
    padding:8px 16px;
    background:#f8f9fa;
    border-radius:50px;
}

.category-header .breadcrumb-item{
    font-size:14px;
    font-weight:500;
}

.category-header .breadcrumb-item a{
    text-decoration:none;
    color:#666;
    transition:.25s;
}

.category-header .breadcrumb-item a:hover{
    color:var(--site-color);
}

.category-header .breadcrumb-item.active{
    color:var(--site-color);
    font-weight:600;
}

.category-header .breadcrumb-item + .breadcrumb-item::before{
    color:#bbb;
}

@media(max-width:768px){

    .category-header > .d-flex{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
        padding:16px;
    }

    .category-header .ms-auto{
        margin-left:0 !important;
        width:100%;
    }

    .category-header .breadcrumb{
        width:100%;
        overflow-x:auto;
        white-space:nowrap;
    }

    .category-header h5{
        font-size:22px;
    }

}
.form-filter{
    padding:5px 28px;
    border-radius:10px;
    transition:.2s;
}

.form-filter:hover{
    background:#f8f8f8;
}

.form-filter-input{
    cursor:pointer;
    border:2px solid #cfcfcf;
}

.form-filter-input:checked{
    background-color:var(--site-color);
    border-color:var(--site-color);
}

.form-filter-label{
    cursor:pointer;
    font-size:14px;
    color:#444;
    font-weight:500;
}


/* ===============================
   PRICE RANGE
================================= */

.values{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:18px 0 14px;
    font-size:14px;
    font-weight:700;
}

.values span{
    background:#fff7f1;
    color:var(--site-color);
    padding:6px 12px;
    border-radius:30px;
    border:1px solid rgba(255,93,1,.15);
}


/* Slider */

.slider{
    position:relative;
    height:40px;
}

.track{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:6px;
    transform:translateY(-50%);
    background:#e8e8e8;
    border-radius:20px;
}

.range{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    height:6px;
    background:var(--site-color);
    border-radius:20px;
}

/* Range Inputs */

.slider input[type=range]{
    position:absolute;
    width:100%;
    height:40px;
    background:none;
    pointer-events:none;
    appearance:none;
    -webkit-appearance:none;
}

.slider input[type=range]::-webkit-slider-thumb{
    pointer-events:auto;
    -webkit-appearance:none;
    appearance:none;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#fff;
    border:4px solid var(--site-color);
    box-shadow:0 2px 8px rgba(0,0,0,.18);
    cursor:pointer;
    transition:.2s;
}

.slider input[type=range]::-webkit-slider-thumb:hover{
    transform:scale(1.15);
}

.slider input[type=range]::-moz-range-thumb{
    pointer-events:auto;
    width:18px;
    height:18px;
    border:none;
    border-radius:50%;
    background:#fff;
    border:4px solid var(--site-color);
    box-shadow:0 2px 8px rgba(0,0,0,.18);
    cursor:pointer;
}


/* ===============================
   COLLAPSE ANIMATION
================================= */

.collapse{
    transition:.3s ease;
}


/* ===============================
   MOBILE
================================= */

@media(max-width:768px){

    .custom_filter{
        border-radius:12px;
        margin-bottom:15px;
    }

    .form-filter{
        padding:5px 15px;
    }

    .values{
        font-size:13px;
    }

}

/* Responsive */
@media (max-width:480px) {
    .price-filter {
        max-width: 100%;
    }

    .values {
        font-size: 13px;
    }
}
/* =====================================
   Empty Products
===================================== */

.empty-products{
    min-height:320px;
}

.empty-products-box{
    max-width:100%;
    margin:auto;
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:35px 25px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.empty-products-box:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.empty-products-box img{
    height:110px;
    margin-bottom:20px;
}

.empty-products-box h5{
    font-size:24px;
    font-weight:700;
    color:#222;
    margin-bottom:10px;
}

.empty-products-box p{
    color:#777;
    font-size:14px;
    line-height:1.7;
    margin-bottom:22px;
}

.btn-theme{
    background:var(--site-color);
    color:#fff;
    border-radius:30px;
    padding:10px 24px;
    font-weight:600;
    transition:.25s;
}

.btn-theme:hover{
    background:#e95500;
    color:#fff;
    transform:translateY(-2px);
}

@media (max-width:768px){

    .empty-products{
        min-height:260px;
    }

    .empty-products-box{
        padding:28px 18px;
    }

    .empty-products-box img{
        height:90px;
    }

    .empty-products-box h5{
        font-size:20px;
    }
}


/*=========Prod details============*/
.sub-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

.carousel-testimonial .item {
    padding: 30px 10px;
}

.quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.position {
    color: #adadad;
    font-size: 14px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
    height: 25px;
}

.owl-nav button svg {
    width: 25px;
    height: 25px;
}

.owl-nav button.owl-prev {
    left: 25px;
}

.owl-nav button.owl-next {
    right: 25px;
}

.owl-nav button span {
    font-size: 45px;
}

.product-thumb .item img {
    height: auto;
}

/* ==========================
   PRODUCT INFO
========================== */

.product-info{
    width:100%;
    background:#fff;
    border:1px solid #edf1f5;
    border-radius:18px;
    padding:12px 22px;
    box-shadow:0 6px 18px rgba(0,0,0,.04);
    /*margin-bottom:20px;*/
}

/* Product Name */

.product-name{
    font-size:22px;
    font-weight:700;
    color:#1f2937;
    line-height:1.4;
    margin-bottom:10px;
    word-break:break-word;
}

/* Price Row */

.product-price-discount{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    padding:0;
    font-size:16px;
    font-weight:600;
}

/* Current Price */

.product-price-discount #qty_price{
    font-size:16px;
    font-weight:700;
    color:var(--site-color);
    line-height:1;
}

/* Old Price */

.product-price-discount #qty_discount{
    font-size:16px;
    color:#9ca3af !important;
    text-decoration:line-through;
    font-weight:500;
}

/* Optional Hover */

.product-info:hover{
    box-shadow:0 10px 28px rgba(0,0,0,.07);
    transition:.3s ease;
}

/* Mobile */

@media (max-width:768px){

    .product-info{
        padding:15px;
        border-radius:14px;
    }

    .product-name{
        font-size:18px;
    }

    .product-price-discount #qty_price{
        font-size:17px;
    }

    .product-price-discount #qty_discount{
        font-size:17px;
    }

}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.product-count {
    margin-top: 15px;
}

.product-count .qtyminus,
.product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: var(--site-color)  ;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    display: list-item;
}

.product-count .qtyminus {
    border-radius: 3px 0 0 3px;
}

.product-count .qtyplus {
    border-radius: 0 3px 3px 0;
}

.product-count .qty {
    width: 60px;
    text-align: center;
    border: 1px solid var(--site-color)  ;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion-button:focus {
    box-shadow: none !important;
}

/*//Products Thumb*/
/* ==========================
   PRODUCT GALLERY CARD
========================== */

.product-gallery-card{
    background:#fff;
    border:1px solid #edf1f5;
    border-radius:18px;
    padding:20px;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
    transition:.3s ease;
}

.product-gallery-card:hover{
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

/* ==========================
   GALLERY LAYOUT
========================== */

.product-gallery{
    display:flex;
    gap:18px;
    align-items:flex-start;
}

/* ==========================
   MAIN SLIDER
========================== */

.mainSwiper{
    flex:1;
    height:520px;
    background:#fafafa;
    border:1px solid #ececec;
    border-radius:16px;
    overflow:hidden;
}

.mainSwiper .swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center;
}

.mainSwiper img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:20px;
    user-select:none;
    -webkit-user-drag:none;
}

/* ==========================
   THUMBNAILS
========================== */

.thumbSwiper{
    width:90px;
    height:520px;
}

.thumbSwiper .swiper-slide{
    height:82px !important;
    border:1px solid #e4e6eb;
    border-radius:12px;
    background:#fff;
    overflow:hidden;
    cursor:pointer;
    opacity:.65;
    transition:all .25s ease;
    box-sizing:border-box;
}

.thumbSwiper .swiper-slide img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:6px;
    user-select:none;
    -webkit-user-drag:none;
}

.thumbSwiper .swiper-slide:hover{
    opacity:1;
    border-color:var(--site-color);
    transform:translateY(-2px);
}

.thumbSwiper .swiper-slide-thumb-active{
    opacity:1;
    border:2px solid var(--site-color);
    box-shadow:0 8px 20px rgba(255,93,1,.20);
    position:relative;
}

/* Active Tick */

.thumbSwiper .swiper-slide-thumb-active::after{
    content:"✓";
    position:absolute;
    top:6px;
    right:6px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:var(--site-color);
    color:#fff;
    font-size:12px;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ==========================
   SWIPER BUTTONS
========================== */

.swiper-button-next,
.swiper-button-prev{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff;
    color:var(--site-color);
    box-shadow:0 4px 15px rgba(0,0,0,.12);
}

.swiper-button-next::after,
.swiper-button-prev::after{
    font-size:16px;
    font-weight:bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
    background:var(--site-color);
    color:#fff;
}

/* ==========================
   PAGINATION
========================== */

.swiper-pagination-bullet{
    background:#d0d0d0;
    opacity:1;
}

.swiper-pagination-bullet-active{
    background:var(--site-color);
}

/* ==========================
   SCROLLBAR (Optional)
========================== */

.thumbSwiper::-webkit-scrollbar{
    width:4px;
}

.thumbSwiper::-webkit-scrollbar-thumb{
    background:#ddd;
    border-radius:10px;
}

/* ==========================
   MOBILE
========================== */

@media (max-width:991px){

    .product-gallery{
        flex-direction:column-reverse;
    }

    .thumbSwiper{
        width:100%;
        height:90px;
        order:2;
    }

    .thumbSwiper .swiper-wrapper{
        flex-direction:row;
    }

    .thumbSwiper .swiper-slide{
        width:80px !important;
        height:80px !important;
    }

    .mainSwiper{
        width:100%;
        height:380px;
    }

}

@media (max-width:576px){

    .product-gallery-card{
        padding:12px;
        border-radius:14px;
    }

    .mainSwiper{
        height:300px;
    }

    .thumbSwiper{
        height:75px;
        padding: 2px;
    }

    .thumbSwiper .swiper-slide{
        width:65px !important;
        height:65px !important;
        margin-right: 5px;
    }

}

/*back to top*/
#backToTop{
    position: fixed;
    right: 20px;
    bottom: 10%;

    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;

    background: var(--site-color)  ;
    cursor: pointer;
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
}

#backToTop.show{
    opacity: 1;
    visibility: visible;
}

/* SVG overlay */
#backToTop svg{
    position: absolute;
    width: 44px;
    height: 44px;
    transform: rotate(-90deg);
}

/* WHITE BACKGROUND RING */
.progress-bg{
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    opacity: 1;
}

/* ORANGE PROGRESS */
.progress-bar{
    fill: none;
    stroke: var(--site-color)  ;
    stroke-width: 4;
    stroke-linecap: round;
}

/* Arrow icon */
#backToTop i{
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

/*product search list*/
.search-box-wrapper{
    position:relative;
}

#searchResults{
    position:absolute;
    top:100%;
    left: 29.8%;
    width: 40.6%;
    background:#fff;
    border:1px solid #ddd;
    display:none;
    z-index:999;
    max-height:350px;
    overflow-y:auto;
    border-radius: 8px 8px 0px 0px;
}

#searchResultsM{
    position:absolute;
    top:100%;
    left: 1%;
    width: 98%;
    background:#fff;
    border:1px solid #ddd;
    display:none;
    z-index:999;
    max-height:300px;
    overflow-y:auto;
}

/* Search List */
.search-list{
    padding: 12px;
    margin: 0;
    list-style: none;
}

.search-list li{
    border: 0;
    margin-bottom: 10px;
}

.search-list li:last-child{
    margin-bottom: 0;
}

.search-list li a{
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0;
}


/* Product Card */
.cart-item{
    background: #fff;
    border: 1px solid #eceff3 !important;
    border-radius: 14px;
    padding: 8px !important;
    margin: 0;
    transition: all .25s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    align-items: center;
}

.search-list li a:hover .cart-item{
    transform: translateY(-2px);
    border-color: #d5dbe3 !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
}


/* Image */
.cart-item img{
    width: 65px;
    height: 65px !important;
    object-fit: cover;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #efefef;
    padding: 4px;
}


/* Product Name */
.cart-item p{
    margin-bottom: 3px;
    line-height: 1.3 !important;
}

.cart-item .fw-bold{
    font-size: 15px;
    color: #222;
    font-weight: 600 !important;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Category */
.cart-item p.f-12:last-child{
    color: #8a8a8a;
    font-size: 12px;
    margin-top: 2px;
    font-weight: 500;
}


/* Price */
.unit-price{
    color: #777;
    font-size: 13px;
}

.text-decoration-line-through{
    font-size: 13px;
    color: #9ca3af !important;
}


/* Responsive spacing */
.cart-item .col-2{
    /*width: 72px;*/
    flex: 0 0 72px;
}

.cart-item .col-8{
    flex: 1;
    width: auto;
    margin-left: 8px !important;
}

.no-result{
    padding:10px 15px;
}


/********************Shipping**********************/
.shipping-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.shipping-title{
    font-size:18px;
    font-weight:600;
    color:var(--site-color);
    margin-bottom:25px;
    padding-bottom:15px;
    border-bottom:1px solid #efefef;
}

.shipping-label{
    display:block;
    font-size:13px;
    font-weight:600;
    color:#555;
    margin-bottom:8px;
}

.shipping-label span{
    color:#dc3545;
}

.shipping-input{
    border-radius:10px;
    border:1px solid #d9d9d9;
    font-size:14px;
    transition:.25s;
    box-shadow:none;
}

.shipping-input:focus{
    border-color:var(--site-color);
}

textarea.shipping-input{
    height:auto;
    min-height:120px;
    resize:none;
    padding-top:12px;
}

.shipping-select{
    width:100%;
}

.save-address-btn{
    background:var(--site-color);
    color:#fff;
    border:none;
    border-radius:10px;
    padding:8px 32px;
    font-weight:600;
    transition:.3s;
}

.save-address-btn:hover{
    transform:translateY(-2px);
    color:#fff!important;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
    background:var(--site-color)!important;
}

.save-address-btn:active{
    transform:scale(.98);
}
.shipping-table-wrap{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    border:1px solid #ececec;
}

.shipping-table{
    margin:0;
}

.shipping-table thead tr{
    background: var(--site-color) !important;
}

.shipping-table thead th{
    background: var(--site-color) !important;
    color:#fff !important;
    border:0;
}
.shipping-table thead th{
    color:#fff;
    font-size:13px;
    font-weight:600;
    padding:16px;
    border:none;
    white-space:nowrap;
}

.shipping-table tbody td{
    padding: 10px 16px;
    vertical-align: middle;
    font-size: 13px;
    border-color: #d1d1d1;
}

.shipping-table tbody tr{
    transition:.25s;
}

.shipping-table tbody tr:hover{
    background:#fafafa;
    transform:scale(1.005);
}

.user-cell{
    display:flex;
    align-items:center;
    gap:12px;
}

.avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:var(--site-color);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:16px;
}

.user-cell h6{
    margin:0;
    font-size:14px;
    font-weight:600;
    color:#222;
}

.badge-phone{
    background:#edf7ff;
    color:var(--site-color);
    padding:6px 12px;
    border-radius:30px;
    font-weight:600;
    display:inline-block;
}

.location-pill{
    background:#eef8f0;
    color:#28a745;
    padding:5px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}

.shipping-table tbody tr:last-child td{
    border-bottom:none;
}

.billing-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    padding:25px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.billing-header{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:18px;
    font-weight:700;
    color:var(--site-color);
    padding-bottom:15px;
    margin-bottom:20px;
    border-bottom:1px solid #f1f1f1;
}

.billing-header i{
    width:40px;
    height:40px;
    border-radius:50%;
    background:rgba(0,123,255,.08);
    color:var(--site-color);
    display:flex;
    align-items:center;
    justify-content:center;
}

.billing-label{
    display:block;
    margin-bottom:8px;
    font-size:13px;
    font-weight:600;
    color:#555;
}

.billing-label span{
    color:#dc3545;
}

.billing-input{
    border-radius:12px;
    border:1px solid #dcdcdc;
    padding:14px;
    font-size:14px;
    min-height:140px;
    resize:vertical;
    transition:.3s;
    height: 85px;
}

.billing-input:focus{
    border-color:var(--site-color);
}

/******************Change Password*******************/
.password-card{
    border-radius:16px;
    background:#fff;
}

.password-card .card-body{
    padding:30px;
}

.section-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:30px;
    padding-bottom:18px;
    border-bottom:1px solid #ececec;
}

.section-icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:rgba(0,123,255,.08);
    color:var(--site-color);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.section-header h5{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#222;
}

.section-header small{
    color:#888;
}

.form-label{
    font-size:13px;
    font-weight:600!important;
    color:#1e1e1e;
    margin-bottom:4px;
}

.required{
    color:#dc3545;
}

/**************Profile******************/
.profile-card{
    border:none;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.profile-header{
    padding:35px 20px;
    background:var(--site-color);
    color:#fff;
}

.profile-avatar{
    width:100px;
    height:100px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid rgba(255,255,255,.4);
    background:#fff;
}

.profile-header small{
    color:rgba(255,255,255,.85);
}

.profile-menu{
    padding:15px;
}

.menu-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:14px 18px;
    margin-bottom:8px;
    text-decoration:none;
    color:black;
    border-radius:12px;
    transition:.25s;
    font-size:15px;
    font-weight:500;
}

.menu-item i{
    width:20px;
    text-align:center;
    font-size:16px;
    color:#888;
    transition:.25s;
}

.menu-item:hover{
    background:#f4f8ff;
    color:var(--site-color);
    transform:translateX(6px);
}

.menu-item:hover i{
    color:var(--site-color);
}

.menu-item.active{
    background:var(--site-color);
    color:#fff;
    box-shadow:0 8px 18px rgba(0,0,0,.12);
}

.menu-item.active i{
    color:#fff;
}

.logout{
    margin-top:15px;
    border-top:1px solid #eee;
    padding-top:18px;
}

.logout:hover{
    background:#fff2f2;
    color:#dc3545;
}

.logout:hover i{
    color:#dc3545;
}

.ac-info {
    font-size: 18px;
    padding: 0px 0px 10px 1px;
    border-bottom: 1px solid var(--site-color);
    font-weight: 600;
}

.ac-text-info {
  font-size: 14px;
}

.dashboard-card{
    background:#fff;
    border-radius:18px;
    padding:22px;
    display:flex;
    justify-content:space-between;
    align-items:center;

    border:1px solid #ececec;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.35s;
    overflow:hidden;
    position:relative;
}

.dashboard-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:var(--site-color);
}

.dashboard-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.dashboard-card span{
    color:#8d99ae;
    font-size:14px;
    font-weight:500;
}

.dashboard-card h2{
    margin-top:8px;
    font-size:20px;
    font-weight:700;
    color:#222;
}

.dashboard-card img{
    width:70px;
    opacity:.85;
    transition:.3s;
}

.dashboard-card:hover img{
    transform:scale(1.08) rotate(5deg);
}

.dashboard-box{
    border:none;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.dashboard-box .card-header{
    padding:18px 25px;
    font-weight:700;
    font-size:18px;
    background: var(--site-color);
    color: white;
    padding: 18px;
    border-radius: 18px 18px 0px 0px;
}

.dashboard-box .card-body{
    padding:30px;
}

.profile-image{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.address-card{
    border:none;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.address-card:hover{
    transform:translateY(-6px);
}

.address-card .card-header{
    background:var(--site-color);
    font-weight:700;
    color: white;
    padding:18px;
}

.address-card .card-body{
    padding:25px;
    color:#666;
    line-height:1.8;
}

/*=======================Edit profile*/
.profile-photo{
    width:140px;
    height:140px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #fff;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.profile-edit-btn{
    position: absolute;
    right: 11px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    background:var(--site-color);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    transition:.3s;
}

.profile-edit-btn:hover{
    transform:scale(1.08);
    color:#fff;
}

.card{
    border-radius:20px;
}


.new_address{
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:11px 50px;
    background:#f3f3f3;
    border:1px solid #dee2e6;
    border-radius:8px;
    color:#212529;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:.25s ease;
}

.new_address:hover{
    background:#fff;
    color:var(--site-color);
    border-color:var(--site-color);
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.new_address::before{
    /*content:"+";*/
    font-size:18px;
    font-weight:700;
    color:var(--site-color);
}

.new_address:not(.collapsed)::before{
    /*content:"−";*/
}
#example{
    border: none;
    border-collapse: separate;
    border-spacing: 0 12px;
    background: transparent;
}

#example thead th{
    background: var(--site-color);
    color:#fff;
    border:none;
    padding:14px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
}

#example tbody tr{
    background:#fff;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s;
}

#example tbody tr:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}
#example thead tr:hover{
    transform:translateY(0px);
    box-shadow:0 0px 0px transparent;
}

#example td{
    padding:15px;
    vertical-align:middle;
    border-top:none;
}

#example tbody tr:first-child td:first-child{
    border-radius:12px 0 0 12px;
}

#example tbody tr:first-child td:last-child{
    border-radius:0 12px 12px 0;
}
.order-expand{
    width:30px;
    height:30px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#f4f4f4;
    border-radius:50%;
    color:var(--site-color);
    text-decoration:none;
    transition:.3s;
}

.order-expand:hover{
    background:var(--site-color);
    color:#fff;
    transform:rotate(180deg);
}
.status{
    padding:6px 12px;
    border-radius:50px;
    font-size:12px;
    font-weight:600;
}

.status-1{
    background:#fff3cd;
    color:#856404;
}

.status-2{
    background:#d1ecf1;
    color:#0c5460;
}

.status-3{
    background:#cce5ff;
    color:#004085;
}

.status-4{
    background:#d4edda;
    color:#155724;
}

.status-5{
    background:#f8d7da;
    color:#721c24;
}

.status-6{
    background:#e2e3e5;
    color:#383d41;
}
.order-details-box{
    border-radius:12px;
    padding:24px;
}
.order-details-box img{
    width:60px;
    height:auto;
    object-fit:cover;
    border-radius:10px;
    border:1px solid #ddd;
}
.invoice-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 14px;
    background:var(--site-color);
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    transition:.3s;
}

.invoice-btn:hover{
    background:#000;
    color:#fff;
}
/*Select 2*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}
.select2-container{
    width: 100%!important;
}

.custom-input {
    height: calc(1.15em + .675rem + 2px);
    padding: .375rem .75rem; 
    font-size: 12px;
}
.custom-select {
    height: 36px;
    padding: 0.175rem 0.75rem;
    font-size: 13px;
    border: 1.47px solid var(--site-color);
    cursor: pointer;
    border-radius: 12px;
}
.custom-select:focus {
    border-color: var(--site-color);
    outline: 0;
    box-shadow: 0 0 0 0.03rem var(--site-color);
}
.summary {
    color: #fff;
    font-size: 18px;

    text-transform: uppercase;
    background-color: #393e42;
    text-align: center;
    position: relative;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: -1px;
}
.summary:before {
    content: '';
    position: absolute;
    left: -1px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 5px solid #edf5e1;
}
.summary:after {
    content: '';
    position: absolute;
    right: -1px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 5px solid #edf5e1;
}

/* Summary Rows */
#grand_total_check,
#shipping_fetch_cost{
    font-weight:600;
    color:#2d3436;
    transition:.3s;
}

#last_tot{
    font-size:22px!important;
    font-weight:700!important;
    color:#FF5E02!important;
    letter-spacing:.5px;
}

/* Divider */
hr{
    opacity:.08;
}

/* Summary Box */
.summary{
    margin-top:20px;
    padding:14px 16px;
    border-radius:12px;
    background:#fff8ef;
    border:1px dashed #ffd2a7;
    font-size:14px;
    line-height:1.6;
}

/* Checkout Button */
.checkout{
    height:58px;
    border:none!important;
    border-radius:14px;
    background:linear-gradient(135deg,#ff5e02,#ff8733)!important;
    color:#fff!important;
    font-size:17px;
    font-weight:700;
    letter-spacing:.3px;
    transition:.25s;
    box-shadow:0 12px 28px rgba(255,94,2,.25);
}

.checkout:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 35px rgba(255,94,2,.35);
}

.checkout:active{
    transform:scale(.98);
}

/* Images */
.text-center img{
    transition:.3s;
}

.text-center img:hover{
    transform:scale(1.08);
}

/* Phone Number */
h5,h6{
    letter-spacing:.2px;
}

/* Responsive */
@media(max-width:767px){

    #last_tot{
        font-size:18px!important;
    }

    .checkout{
        height:54px;
    }

}
.fixe_add_cart_sidebar{
    position: fixed;
    right: 0.5%;
    bottom: 45%;
    top: auto;

    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    background: var(--site-color);
    color: #fff;
    text-decoration: none;

    border-radius: 50px;
    overflow: hidden;

    cursor: pointer;
    z-index: 999;

    box-shadow: 0 10px 30px rgba(0,0,0,.22);
    transition: width .35s ease, transform .25s ease, box-shadow .25s ease;

    animation: floatCart 3s ease-in-out infinite;
}

@keyframes floatCart{
    0%,100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-6px);
    }
}

.fixe_add_cart_sidebar:hover{
    width: 220px;
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(0,0,0,.28);
}

.cart_inner{
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;

    padding: 0;
    background: transparent;
    position: relative;
}

.cart_inner i{
    width: 64px;
    min-width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 30px;
    margin: 0;
    color: #fff;
    flex-shrink: 0;
}

.fixed-add-to-cart-text{
    display: flex;
    flex-direction: column;
    justify-content: center;

    color: #fff;
    line-height: 1.2;

    opacity: 0;
    transition: opacity .25s ease;

    margin-right: 65px;
    white-space: nowrap;
}

.fixe_add_cart_sidebar:hover .fixed-add-to-cart-text{
    opacity: 1;
}

.cart_count_sidebar{
    position: absolute;
    top: 8px;
    left: 42px;

    min-width: 22px;
    height: 22px;
    padding: 0 6px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--second-color);
    color: var(--site-color);

    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;

    border: 2px solid var(--site-color);
}

.price_sub{
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);

    margin: 0;

    color: #fff;
    font-size: 16px;
    font-weight: 700;

    opacity: 0;
    transition: opacity .25s ease;

    white-space: nowrap;
}

.fixe_add_cart_sidebar:hover .price_sub{
    opacity: 1;
}

.price_sub span{
    font-size: 18px;
}

@media (max-width: 768px){

    .fixe_add_cart_sidebar {
        width: 50px;
        height: 50px;
    }
    .cart_inner i {
        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 21px;
    }
    .cart_count_sidebar {
        top: -1px;
        left: 28px;
    }
}


.fixed_profile_sidebar {
    position: fixed;
    right: 0;
    top: 31%;
    margin-top: 0px;
    z-index: 555;
    background: var(--primary-color);
    box-shadow: 0px 12px 24px rgba(34, 87, 122, 0.24);
    width: 29px;
    height: 42px;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
    display: block;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.profile_inner {
    background: var(--site-color);
    color: white;
    border-radius: 8px 0px 0px 8px;
    padding: 6px;
}
.profile_active {
    background: var(--site-color) !important;
    color: white !important;
}
.item_price span {
    color: #767a7a!important;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    box-sizing: border-box;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
    font-size: clamp(14px, 2vw, 18px);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.marquee-content:hover {
    animation-play-state: paused;
}

/* ===========================
   ABOUT PAGE
   Brand Color: #FF5E02
=========================== */

/* Hero Header */
.about-header{
    position: relative;
    overflow: hidden;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FF5E02;
    color: #fff;
}

/* Decorative circles */
.about-header::before{
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    top: -250px;
    left: -180px;
}

.about-header::after{
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    bottom: -180px;
    right: -120px;
}

/* Dot Pattern */
.header-pattern{
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.25) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .6;
}

/* Badge */
.about-badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
}

/* Page Title */
.page-title{
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

/* Small line under title */
.title-line{
    width: 70px;
    height: 4px;
    background: #fff;
    border-radius: 50px;
    margin: 18px auto;
}

/* Subtitle */
.header-text{
    max-width: 650px;
    margin: auto;
    color: rgba(255,255,255,.92);
    font-size: 17px;
    line-height: 1.7;
}

/* ===========================
   Floating Breadcrumb
=========================== */

.breadcrumb-card{
    position: relative;
    margin-top: -40px;
    background: #fff;
    border-radius: 16px;
    padding: 18px 28px;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    border-top: 4px solid #FF5E02;
    z-index: 10;
}

.breadcrumb{
    background: transparent;
}

.breadcrumb-item a{
    color: #FF5E02;
    font-weight: 600;
    text-decoration: none;
    transition: .25s;
}

.breadcrumb-item a:hover{
    color: #d94e00;
}

.breadcrumb-item i{
    margin-right: 6px;
}

.breadcrumb-item.active{
    color: #6c757d;
    font-weight: 600;
}

/* ===========================
   Content Card
=========================== */

.content-card{
    margin-top: 38px;
    background: #fff;
    border-radius: 18px;
    padding: 45px;
    border: 1px solid #ececec;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

/* ===========================
   About Content
=========================== */

.about-content{
    font-size: 16px;
    color: #555;
    line-height: 1.9;
}

.about-content h1,
.about-content h2,
.about-content h3,
.about-content h4,
.about-content h5,
.about-content h6{
    color: #222;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.about-content p{
    margin-bottom: 18px;
}

.about-content ul,
.about-content ol{
    padding-left: 20px;
    margin-bottom: 20px;
}

.about-content li{
    margin-bottom: 8px;
}

.about-content a{
    color: #FF5E02;
    text-decoration: none;
}

.about-content a:hover{
    text-decoration: underline;
}

.about-content img{
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 25px 0;
}

.about-content table{
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.about-content table th,
.about-content table td{
    border: 1px solid #e9ecef;
    padding: 12px;
}

.about-content table th{
    background: #fff7f2;
}

.about-content blockquote{
    border-left: 4px solid #FF5E02;
    padding: 15px 20px;
    background: #fff8f4;
    color: #555;
    margin: 25px 0;
}

/* ===========================
   Responsive
=========================== */

@media (max-width: 992px){

    .about-header{
        height: 260px;
    }

    .page-title{
        font-size: 42px;
    }

}

@media (max-width:768px){

    .about-header{
        height: 220px;
        padding: 20px;
    }

    .page-title{
        font-size: 34px;
    }

    .header-text{
        font-size: 15px;
    }

    .breadcrumb-card{
        margin-top: -30px;
        padding: 15px 20px;
    }

    .content-card{
        padding: 25px;
        margin-top: 8px;
    }

}

@media (max-width:576px){

    .page-title{
        font-size: 28px;
    }

    .about-badge{
        font-size: 13px;
        padding: 8px 14px;
    }

    .breadcrumb{
        justify-content: center;
    }

}
/*+++++++++++++++++++++++++own nav dots+++++++++++++++++++++++++++*/
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid var(--site-color);
    transition: all 0.3s ease;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: var(--site-color); 
    width: 18px;        
    border-radius: 10px;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--site-color); 
    transform: scale(1.2);
}

/*+++++++++++++++++++++Order Tracking++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tracking{
    position:relative;
}

.tracking-item{
    display:flex;
    position:relative;
    padding-left:65px;
    padding-bottom:35px;
}

.tracking-item:last-child{
    padding-bottom:0;
}

.tracking-item::before{
    content:"";
    position:absolute;
    left:20px;
    top:40px;
    width:3px;
    height:100%;
    background:#dee2e6;
}

.tracking-item:last-child::before{
    display:none;
}

.tracking-icon{
    position:absolute;
    left:0;
    top:0;
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    z-index:2;
    transition:.3s;
}

.tracking-content{
    width:100%;
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:14px;
    padding:15px 18px;
    transition:.3s;
}

.tracking-item.done .tracking-icon{
    background:#198754;
    color:#fff;
    box-shadow:0 0 0 6px rgba(25,135,84,.12);
}

.tracking-item.done::before{
    background:#198754;
}

.tracking-item.done .tracking-content{
    border-color:#19875433;
}

.tracking-item.active .tracking-icon{
    background:#fd7e14;
    color:#fff;
    animation:pulseTrack 1.8s infinite;
    box-shadow:0 0 0 6px rgba(253,126,20,.18);
}

.tracking-item.active .tracking-content{
    border-color:#fd7e14;
    background:#fffaf4;
}

.tracking-item.pending .tracking-icon{
    background:#f8f9fa;
    color:#adb5bd;
    border:2px solid #dee2e6;
}

.tracking-item.pending .tracking-content{
    opacity:.65;
}

@keyframes pulseTrack{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.08);
    }

    100%{
        transform:scale(1);
    }

}

@media(max-width:576px){

    .tracking-item{
        padding-left:58px;
    }

    .tracking-content{
        padding:14px;
    }

}
.track-row{

    display:flex;
    align-items:center;
    gap:20px;

    padding:20px;

    border:1px solid #edf0f2;
    border-radius:18px;

    margin-bottom:18px;

    background:#fff;

    transition:.25s ease;

}

.track-row:last-child{
    margin-bottom:0;
}

.track-row:hover{

    transform:translateY(-2px);

    box-shadow:0 12px 28px rgba(0,0,0,.06);

}

.track-icon{

    width:64px;
    height:64px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;

    flex-shrink:0;

    transition:.25s;

}

/* Completed */

.track-row.completed{

    border-left:5px solid var(--site-color);

}

.track-row.completed .track-icon{

    background:var(--site-color);

    color:white;

}

/* Current */

.track-row.current{

    border-left:5px solid #ff6b00;

    background:#fffaf5;

}

.track-row.current .track-icon{

    background:#fff1e8;

    color:#ff6b00;

    animation:currentStatus 2s infinite;

}

/* Pending */

.track-row.pending{

    opacity:.75;

}

.track-row.pending .track-icon{

    background:#f5f5f5;

    color:#adb5bd;

}

@keyframes currentStatus{

0%{

transform:scale(1);

}

50%{

transform:scale(1.08);

}

100%{

transform:scale(1);

}

}

@media(max-width:768px){

.track-row{

padding:16px;

gap:15px;

}

.track-icon{

width:52px;
height:52px;
font-size:20px;

}

}
.track-card{
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.track-header{
    background: var(--site-color);
    color:#fff;
    padding:18px 20px;
}


.empty-order {
    background: #fff;
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
}

.empty-order-icon {
    width: 80px;
    height: 80px;
    background: rgba(var(--primary-color-rgb), .08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 20px;
}

.empty-order h4 {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
}

.empty-order p {
    color: #64748b;
    margin-bottom: 24px;
    font-size: 15px;
}

.back-btn {
    display: inline-block;
    background: var(--site-color);
    color: #fff;
    border-radius: 10px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s;
}

/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++sizes+++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/* ===========================
   Variant Section
=========================== */

.size-group{
    margin-top:10px;
    padding: 12px 22px;
    background:#fff;
    border:1px solid #edf1f5;
    border-radius:18px;
    box-shadow:0 4px 15px rgba(0,0,0,.04);
}

.size-group h6{
    font-size:16px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:14px !important;
}

/* Layout */

.product-size-group{
    display:inline-block;
    /*margin:0 8px 10px 0;*/
}

/* Hide Radio */

.product-size-group input[type="radio"]{
    display:none;
}

/* Variant Button */

.product-size-group label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    min-height:42px;
    padding:0 12px !important;

    background:#fff;
    color:#374151;

    border:1.5px solid #e5e7eb;
    border-radius:12px;

    font-size:14px;
    font-weight:600 !important;

    cursor:pointer;
    transition:.25s ease;

    user-select:none;
}

/* Hover */

.product-size-group label:hover{
    border-color:var(--site-color);
    color:var(--site-color);
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(255,93,1,.10);
}

/* Selected */

.product-size-group input[type="radio"]:checked + label{
    background:var(--site-color);
    color:#fff;
    border-color:var(--site-color);
    box-shadow:0 8px 20px rgba(255,93,1,.25);
}

/* Tick */

.product-size-group input[type="radio"]:checked + label::after{
    content:"✓";
    margin-left:8px;
    font-size:12px;
    font-weight:bold;
}

/* Size Guide */
#sizeGuideBtn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    /*margin-top: -12px;*/
    cursor:pointer;
    transition:.25s;
}

#sizeGuideBtn:hover{
    border-color:var(--site-color);
    box-shadow:0 8px 18px rgba(255,93,1,.15);
}

#sizeGuideBtn img{
    width:42px;
    height:42px;
    display:block;
}

/* Offcanvas */

#sizetSidebar .offcanvas-header{
    border-bottom:1px solid #edf1f5;
}

#sizetSidebar .offcanvas-title,
#sizetSidebar h5{
    font-weight:700;
}

#sizetSidebar .offcanvas-body{
    padding:20px;
    line-height:1.8;
    font-size:15px;
    color:#4b5563;
}

/* Mobile */

@media (max-width:768px){

    .size-group{
        padding:15px;
        border-radius:14px;
    }

    .product-size-group label{
        min-width:56px;
        min-height:38px;
        font-size:13px;
        padding:0 14px !important;
    }

}

/*+++++++++++++++Login++++++++++++++++*/
.btn-google {
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px #ddd;
}
.btn-google:hover {
    background-color: #f1f1f1;
}


/*++++++++++++++++++++++++Alert++++++++++++++++++++*/
#alert-container{
    position:fixed;
    top:25px;
    right:25px;
    width:380px;
    z-index:999999;
}

.custom-alert{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:18px;
    margin-bottom:15px;
    background:#fff;
    border-radius:14px;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
    border-left:5px solid;
    overflow:hidden;
    animation:slideIn .35s ease;
    transition:.25s;
}

.custom-alert:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 40px rgba(0,0,0,.18);
}

.custom-alert.success{
    border-color:#16a34a;
}

.custom-alert.error{
    border-color:#dc2626;
}

.custom-alert.warning{
    border-color:#f59e0b;
}

.custom-alert.info{
    border-color:#2563eb;
}

.alert-icon{
    width:46px;
    height:46px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}

.success .alert-icon{
    background:#dcfce7;
    color:#16a34a;
}

.error .alert-icon{
    background:#fee2e2;
    color:#dc2626;
}

.warning .alert-icon{
    background:#fef3c7;
    color:#d97706;
}

.info .alert-icon{
    background:#dbeafe;
    color:#2563eb;
}

.alert-content{
    flex:1;
}

.alert-title{
    font-size:16px;
    font-weight:700;
    color:#222;
    margin-bottom:4px;
}

.alert-message{
    color:#666;
    font-size:14px;
    line-height:1.5;
}

.alert-close{
    color:#999;
    cursor:pointer;
    transition:.2s;
}

.alert-close:hover{
    color:#111;
    transform:rotate(90deg);
}

.progress{
    position:absolute;
    bottom:0;
    left:0;
    height:3px;
    width:100%;
    background:#e5e7eb;
}

.progress span{
    display:block;
    height:100%;
    width:100%;
    animation:progress linear forwards;
}

.success .progress span{background:#16a34a;}
.error .progress span{background:#dc2626;}
.warning .progress span{background:#f59e0b;}
.info .progress span{background:#2563eb;}

@keyframes progress{
    from{width:100%;}
    to{width:0;}
}

@keyframes slideIn{
    from{
        opacity:0;
        transform:translateX(70px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes slideOut{
    to{
        opacity:0;
        transform:translateX(70px);
    }
}