﻿
:root {
    --primary: #5B5A3E;
    --primary-color-hover: #5B5A3E;
    --primary-rgb: 165, 45, 110;
    --grid-heading: #fffdf5;
    /*Telerik Theme Color*/
    --kendo-color-primary: #5B5A3E;
    --kendo-color-primary-hover: #b04780;
    
}


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.top-bar {
    background: var(--primary);
    padding: 2px 0;
    color: #fff;
}
.button, button, input[type="submit"], .block-minicart .shopcart-icon .count, .load-more a:hover, .dungar-newsletter.style1 .newsletter-form-wrap .submit-newsletter:hover, .customer_login input[type="submit"], .sevice-box-content .sevice-button:hover, .footer-device-mobile-item.device-cart .count-icon, .widget_filter_size li.active, .product-item.style-list .single_variation_wrap > .button:hover, .shoppingcart-content .control-cart .button:hover, .checkout-wrapp .button:hover, .checkout-wrapp .group-button-payment .btn-credit-card, .payment-method-wrapp .button-control .btn-pay-now, .end-checkout .button, .btn-zoom.open_qv:hover, .attribute_size .list-size a.active, .attribute_size .list-size a:hover, .tab-details-product .tab-link li a::after, .product-item.style2 .group-buttons .button:hover, .product-item.style-2 .group-buttons .added_to_cart:hover, .kt-popup-newsletter.style-2 .mfp-close, .shopcart-description .actions .button-viewcart:hover, .kt-popup-quickview .mfp-close, .dungar-newsletter.style2 .newsletter-form-wrap .submit-newsletter:hover, .product-item.style-6 .loop-form-add-to-cart .button, .pinmap-buttom, .header-nav-wapper .vertical-wapper, .list-category .category-item:hover {
    background: var(--primary);
}
.btn-submit:hover, .btn-submit:active, .btn-submit:focus{
    color: #fff;
}

.product-item:hover .product-inner {
    z-index: 2;
    border-color: var(--primary);
}
.product-item .thumb-group {
    background-color: var(--primary);
}

    .card {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: white !important;
}
img {
    -webkit-user-drag: none;
    user-select: none;
}
img {
    vertical-align: middle;
    border: none;
    border-radius: 10px;
}

.k-toolbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f3f3f3;
}

.k-tilelayout telerik-blazor {
    grid-template-columns: repeat(6, minmax(0px, 320px));
    grid-auto-rows: minmax(0px, 285px);
    gap: 16px;
    padding: 16px;
    width: auto;
}

.k-toolbar .k-button {
    background-color: #fff;
}

.k-button-solid-base {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #e2e2e2;
}


.k-menu {
    border-width: 0;
    border-style: solid;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: stretch;
    position: relative;
    cursor: default;
    align-self: flex-start;
    width: 100%;
}

.k-menu-link {
    outline: 0;
    color: white !important;
    background-color: #414141 !important;
    height: 40px;
    width: 100%;
}

.k-menu-link-text {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white !important;
}

element.style {
}

.k-menu:not(.k-context-menu) > .k-item:hover, .k-menu:not(.k-context-menu) > .k-item.k-state-hover {
    color: white !important;
}

.k-menu.k-menu-horizontal:not(.k-context-menu) {
    padding: 0;
}

.chatButton {
    position: fixed;
    left: 90%;
    bottom: 0;
    width: 100px;
    background-color: white;
    color: green;
    text-align: center;
    font-size: small;
}

.chatButton1 {
    position: fixed;
    left: 60%;
    bottom: 0;
    width: 90px;
    background-color: white;
    color: green;
    text-align: center;
    font-size: small;
}

.chatbar {
    position: fixed;
    left: 70%;
    bottom: 0;
    width: 360px;
    background-color: white;
    color: green;
    text-align: left;
    font-size: small;
}


.ChatWindow {
    position: fixed;
    height: auto;
    background-color: white;
    color: green;
    text-align: left;
    font-size: small;
}

.ChatWindow1 {
    position: fixed;
    height: auto;
    left: 40%;
    width: 70px;
    background-color: white;
    color: green;
    text-align: center;
    font-size: small;
}


.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.textbox1 {
    position: fixed;
    bottom: 4px;
    right: 0;
    margin-right: 190px;
    border: 3px solid;
}

.btn1 {
    position: fixed;
    bottom: 4px;
    right: 0;
    margin-right: 90px;
    border: 3px solid;
}



textarea {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}



/* improved CSS for speech bubbles */

.received, .sent {
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

    .received:after, .sent:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.sent {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    text-align: right;
}

.received {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.sent:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -20px;
}

.received:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -20px;
}

/* div within bubble for name */
.user {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.msg {
    /*display: inline;*/
}

.k-window-content, .k-prompt-container {
    /* padding: 16px 16px;
            border-width: 0;
            border-color: inherit;
            color: inherit;
            background: none;
            outline: 0;*/
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


.widget-title {
    /*color: white;*/
    color: #495057;
}

.widget-list {
    color: white;
}

.contact-links {
    color: #495057;
}


.flex-container {
    display: flex;
}



.btn-logout {
    color: white !important;
    background-color: #76bd42 !important;
}

.ml-auto {
    float: right;
}

.item {
   
    color: white;
    display: flex;
    align-items: center;
}

.slogan {
    display: flex;
    align-items: center;
}

.my-white-link {
    color: #fff !important;
}

/*
a, .btn-link {
    color: #0366d6;
}
*/

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

.ImageDiv {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.kimg {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.demo-notification {
    position: absolute;
    z-index: 100;
}

    .demo-notification .k-notification {
        width: 320px;
    }

.stock-info-message {
    font-size: 16px;
    font-weight: bold;
    padding-left: 6px;
    padding-top: 5px;
    margin: 0;
}

.notif {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
}

.my-column {
    width: 33%;
}

.header-container {
    display: flex;
    align-items: center;
    padding: 3px 1.5rem;
    font-weight: bold;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    width: 100%;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width:1920px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1920px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .set {
        background-color: darkblue;
        color: white;
        font-weight: bold;
    }
}



.heart-icon.k-checkbox,
.heart-icon.k-checkbox:focus,
.heart-icon.k-checkbox:checked,
.heart-icon.k-checkbox:checked:focus {
    border: none;
    background: none;
    box-shadow: none;
}

    .heart-icon.k-checkbox::before,
    .heart-icon.k-checkbox:checked::before,
    .heart-icon.k-checkbox:indeterminate::before {
        transform: none;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 20px; /* used for dimensions, see the next section */
    }

/* set desired dimensions */
.heart-icon.k-checkbox {
    width: 20px;
    height: 20px;
}

.toolbar-size {
    max-width: 100%;
}

.toolbarbutton-image img, .scale-image {
    max-width: 20px;
    max-height: 20px;
    margin-right: 8px !important;
}

/* change the font icon glyph to a different one - in this case - a heart icon from the Telerik font
        we also change the colors here to denote states, you can alter this further - like using your own fonts or colors
        */
.heart-icon.k-checkbox:checked::before {
    content: "\e305";
    color: green;
}

.heart-icon.k-checkbox:indeterminate::before {
    content: "\e300";
    color: green;
    background: none;
}

.heart-icon.k-checkbox::before {
    content: "\e304";
    color: #656565;
}

.KBButton {
    background-color: var(--primary) !important;
    border-color: white !important;
    color: white !important;
}

    .KBButton:hover {
        background-color: var(--primary-color-hover) !important;
        border-color: white !important;
        color: white !important;
    }

.KBButtonSecondary {
    background-color: white !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}

    .KBButtonSecondary:hover {
        background-color: var(--primary) !important;
        border-color: white !important;
        color: white !important;
    }


.breadcrumb-area {
    background-color: #414141 !important;
    border-color: #414141 !important;
    color: white;
}

.card-header h3 {
    color: #414141;
}


.column-6 {
    float: left;
    width: 15%;
    padding: 5px;
    margin: 10px;
    height: 125px;
}

.project-text {
    text-align: center;
    font-size: 30px;
}

.TotalBooks {
    background-color: #ffe162;
}


    .TotalBooks:hover {
        background-color: #fff2bb;
    }

.TotalAuthor {
    background-color: #414141a3;
}

    .TotalAuthor:hover {
        background-color: #e2e2e2;
    }

.TotalCategory {
    background-color: #ffe162;
}

    .TotalCategory:hover {
        background-color: #fff2bb;
    }

.TotalLocation {
    background-color: #414141a3;
}

    .TotalLocation:hover {
        background-color: #e2e2e2;
    }

.BooksIssued {
    background-color: #ffe162;
}

    .BooksIssued:hover {
        background-color: #fff2bb;
    }

.BooksReturned {
    background-color: #414141a3;
}

    .BooksReturned:hover {
        background-color: #e2e2e2;
    }

.BooksNotReturned {
    background-color: #414141a3;
}

    .BooksNotReturned:hover {
        background-color: #e2e2e2;
    }

.FineIssued {
    background-color: #ffe162;
}

    .FineIssued:hover {
        background-color: #fff2bb;
    }


.Publisher {
    background-color: #414141a3;
}


    .Publisher:hover {
        background-color: #e2e2e2;
    }

.Publication {
    background-color: #ffe162;
}

    .Publication:hover {
        background-color: #fff2bb;
    }

.User {
    background-color: #414141a3;
}

    .User:hover {
        background-color: #e2e2e2;
    }

.Resources {
    background-color: #ffe162;
}

    .Resources:hover {
        background-color: #fff2bb;
    }


.product-item .thumb-group .loop-form-add-to-cart .single_add_to_cart_button{
    cursor: pointer;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #fff;
    color: var(--primary);
    font-size: 12px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
    .cart-badge:empty {
        display: none;
    }

.disabled-btn {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.shopcart-description .actions{
    padding: 0 20px 50px;
}

.mobile-settings-box .shopcart-icon .count {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.product-item .thumb-group .yith-wcwl-add-to-wishlist a.wishlistActive::before {
    content: "\f004" !important;
    color: #fff;
}

.top-bar .header-language .dungar-language::after {
    content: none;
}

a:hover, a:focus, a:active, .product-item.style-2 ul li a:hover, .quantity .btn-number:hover, .header-user-form-tabs .tab-link li.active, .review .view:hover, .review .s-comments:hover, .product-item.style-list .product-info-left .attributes-display li a:hover, .cart-form .product-remove:hover a:before, .cart-form .shop_table .product-name .attributes-select:hover, .cart-form .coupon , .slick-slider.slider-lookbook.nav-center > .slick-arrow:hover, .slider-lookbook-item .view-the-look:hover, .list-product-order .attributes-select:hover, .header-language .dungar-submenu > li > a:hover, .sidebar input[type="checkbox"]:checked + label::before, .main-menu .submenu > li:hover > a, .main-menu .submenu > li.active > a, .block-minicart .no-product .text span, .header-account .login .lost_password, .details-thumd .owl-nav div:hover, .details-infor .availability a, .details-infor .group-button .yith-wcwl-add-to-wishlist div a:hover::before, .details-infor .group-button .size-chart-wrapp .btn-size-chart a:hover::before, .tab-details-product .tab-link li.active a, .review_form .comment-form-review .stars a.active, .review_form .comment-form-review .stars a:hover, .related .slick-slider.nav-center > .slick-arrow:hover, .up-sells .slick-slider.nav-center > .slick-arrow:hover, .slider-item .button:hover, .slick-slider.nav-center > .slick-arrow:hover{
    color: var(--primary)
}

.wishlistCount {
    position: absolute;
    top: -11px;
    right: -11px;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
}

.product-item .price {
    display: block;
    font-size: 14px;
    color: var(--primary);
    font-weight: 500;
    line-height: 100%;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.empty-cart {
    text-align: center;
    padding: 60px 20px;
    /*background: #fffdf5;*/
    border-radius: 8px;
}

.empty-cart-icon {
    font-size: 60px;
    color: var(--primary);
    margin-bottom: 15px;
}

.empty-cart h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.empty-cart p {
    color: #777;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.empty-cart-btn {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 12px 28px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease;
}

    .empty-cart-btn:hover {
        background: var(--primary-color-hover);
        color: #fff;
    }

.descheight {
    height: 80px;
    overflow: hidden;
    position: relative;
    line-height: 1.4em;
}

    .descheight::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 20px;
        background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    }

.product-thumb .thumb-inner img{
    height: 270px;
    object-fit:contain;
}

.home-slider .slick-slider.nav-center > .slick-arrow {
    line-height: 22px;
}
.coppyright a {
    color: var(--primary);
}
.product-item .flash {
    background-color: var(--primary);
}



.blue {
    background-color: rgba(var(--primary-rgb), 0.75);
    padding: 5px;
    align-items: center;
    text-align: center;
}

    .blue:after {
        border-right-color: rgba(var(--primary-rgb), 0.75);
    }

.button-checkout:hover {
    background-color: var(--primary-color-hover)
}

.header .main-header {
    padding: 25px 0;
}
.video-window {
    width: 900px;
    max-width: 95vw;
}
.ProductFullView-window {
    width: 90%;
    max-width: 95vw;
    overflow-y: auto;
}
.trackOrder-window {
    width: 900px;
    max-width: 95vw;
    overflow-y: auto;
}

.video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
}

    .video-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.image-slide{
    width: 100%;
    height: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pagination{
    margin: 0;
    padding: 0;
}

.brand-link{
    color:var(--primary);
    cursor:pointer;
}
    .brand-link:hover{
        color: var(--primary-color-hover);
        text-decoration:underline;
    }
.logo:hover {
    outline: 2px solid #414141a3;
    cursor: pointer;

}

.divider{
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 16px 0;
}

.sizeChart a{
    display: inline-flex;
    align-items:center;
    gap:6px;
    cursor:pointer;
    text-decoration: underline;
}
.sizeChart img{
    height:24px;
    width:24px;
}
.footer {
    text-align: left;
}
    .footer .footer-end {
        padding: 20px 0;
        display: flex;
        justify-content: center;
    }
.Bottom-Line{
    position:relative;
    display:inline-block;
    padding-bottom:8px;
}
    .Bottom-Line::after{
        content: "";
        position:absolute;
        left:0;
        bottom:0;
        width:35px;
        height:3px;
        background-color: var(--primary);
        border-radius: 2px;
    }

.k-notification-primary {
    border-color: var(--primary);
    color: var(--primary);
    background-color: #f9f0f5;
}
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    z-index:9999;
    transition: 0.3s;
}
.whatsapp-float:hover{
    transform:scale(1.1)
}

.whatsapp-popup {
    position: fixed;
    bottom: 100px;
    right: 25px;
    width: 320px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    z-index: 9999;
    animation: slideUp 0.3s ease;
}

.whatsapp-header{
    background:#25D366;
    color: white;
    padding: 14px 16px;
    display:flex;
    justify-content:space-between;
    font-weight: 600;
}
.whatsapp-body{
    padding: 18px;
    font-weight:14px;
}

.checkout-popup {
    position: fixed;
    top: 65px;    
    right: 118px;
    width: 380px;
    max-width: calc(100vw - 24px);
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;    
    box-shadow: 0 1px 22px rgb(165 45 110 / 18%);
    z-index: 9999;
    overflow: hidden;
    animation: checkoutIn 220ms ease-out;
}

/* Header */
.checkout-header {
    background: var(--grid-heading);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.checkout-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 650;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1;
}

.checkout-close {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.12);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 120ms ease, background 120ms ease;
}

    .checkout-close:hover {
        background: rgba(255,255,255,0.18);
        transform: scale(1.03);
    }

/* Body */
.checkout-body {
    padding: 14px 16px 16px;
}

/* Footer / CTA area */
.checkout-footer {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.checkout-btn {
    width: 100%;
    border-radius: 12px !important;
    font-weight: 650 !important;
    height: 44px;
}


.tw-orderNo{
    color: var(--primary);
}

.panel-info > .panel-heading {
    background-color: var(--grid-heading);
    border-color: var(--primary);
}
.panel-info {
    border-color: var(--primary);
}

/*.k-radio {
    -webkit-appearance: radio;
}*/


.age-group-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.category-btn {
    background: #ffffff;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 999px;
    padding: 10px 22px;
    min-width: 110px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(165, 45, 110, 0.12);
    transition: all 0.25s ease-in-out;
}

    .category-btn:hover {
        background: var(--primary-color-hover);
        color: #ffffff;
        border-color: var(--primary-color-hover);
        box-shadow: 0 8px 18px rgba(165, 45, 110, 0.22);
        transform: translateY(-2px);
    }
    .category-btn.selected {
        background: var(--primary) !important;
        color: #ffffff !important;
        border-color: var(--primary) !important;
        box-shadow: 0 6px 14px rgba(165, 45, 110, 0.22);
    }

        .category-btn.selected:hover {
            background: var(--primary-color-hover) !important;
            border-color: var(--primary-color-hover) !important;
            color: #ffffff !important;
        }

    .category-btn:focus,
    .category-btn:active {
        outline: none;
        box-shadow: 0 0 0 4px rgba(165, 45, 110, 0.18);
    }

.category-btn-text {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.tsq-trust-line {
    margin-top: 6px;
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
    color: #7a7a7a;
    font-weight: 500;
    letter-spacing: 0.2px;
}

    .tsq-trust-line .dot {
        margin: 0 5px;
        color:var(--primary) !important;
        font-weight: 700;
    }
.dungar-iconbox-wrapp.default {
    background: var(--primary-color-hover) !important;
    padding: 50px 0;
}

.product-image-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.product-main-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


.order-page {
    min-height: 80vh;
    background: #ffeff8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

.order-card {
    width: 100%;
    max-width: 650px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px 36px 32px;
    text-align: center;
}

.success-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--primary-color-hover) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .success-icon span {
        color: #ffffff;
        font-size: 42px;
        font-weight: bold;
        line-height: 1;
    }

.order-title {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
}

.order-subtitle {
    margin: 10px 0 28px;
    font-size: 18px;
    color: #6b7280;
}

.order-info {
    text-align: left;
    border-top: 1px solid #e5e7eb;
    margin-top: 12px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 1px solid #e5e7eb;
    flex-wrap: wrap;
}

.info-label {
    font-size: 16px;
    color: #6b7280;
}

.info-value {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.info-note {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f9fafb;
    color: #4b5563;
    font-size: 15px;
}

.order-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
}

.primary-action-btn,
.secondary-action-btn {
    width: 100%;
    height: 52px;
    border-radius: 12px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.primary-action-btn {
    background: var(--primary) !important;
    color: #ffffff !important;
    border: none !important;
}

    .primary-action-btn:hover {
        background: var(--primary-color-hover) !important;
    }

.secondary-action-btn {
    background: #ffffff !important;
    color: #111827 !important;
    border: 1px solid #d1d5db !important;
}

    .secondary-action-btn:hover {
        background: #ffeff8 !important;
    }


.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
}

.media-grid-featured {
    margin-bottom: 16px;
}

.media-slot-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    min-height: 220px;
    transition: all 0.2s ease;
}

    .media-slot-card:hover {
        border-color: #cbd5e1;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    }

.media-slot-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.media-slot-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    line-height: 1.2;
}

.media-slot-subtitle {
    margin-top: 4px;
    font-size: 12px;
    color: #6b7280;
}

.media-slot-status {
    margin-bottom: 12px;
}

.media-badge {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.media-badge-success {
    background: #ecfdf3;
    color: #027a48;
    border: 1px solid #abefc6;
}

.media-badge-muted {
    background: #f2f4f7;
    color: #475467;
    border: 1px solid #eaecf0;
}

.media-slot-body,
.media-video-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.media-upload-wrap {
    margin-top: 8px;
}

.media-empty-state {
    min-height: 220px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    color: #667085;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
}
.line-bar {
    position: relative;
    width: 100%;
    height: 40px;
    background: #3d3c8a;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition: height 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out, padding 0.4s ease-out, margin 0.4s ease-out;
}

    .line-bar.closing {
        height: 0;
        opacity: 0;
        transform: translateY(-8px);
        pointer-events: none;
    }

.marquee {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 22s linear infinite;
    will-change: transform;
}

.line-bar:hover .marquee-track {
    animation-play-state: paused;
}

.line-bar.closing .marquee-track {
    animation-play-state: paused;
}

.marquee-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

    .marquee-group span {
        display: inline-flex;
        align-items: center;
        margin: 0 18px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
    }

    .marquee-group .dot {
        margin: 0 8px;
        font-size: 16px;
        font-weight: 700;
    }

.close-btn {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .close-btn:hover {
        background: rgba(255, 255, 255, 0.08);
    }

.header-device-mobile {
    padding: 0;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.product-reviews-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.reviews-section-header {
    margin-bottom: 20px;
}

    .reviews-section-header h3,
    .reviews-section-header h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #1f2937;
    }

    .reviews-section-header p {
        margin: 0;
        color: #6b7280;
        font-size: 14px;
    }

.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-card {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.review-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 10px;
}

.review-name {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.review-date {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px;
}

.review-title {
    margin: 10px 0 8px;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

.review-comment {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}

.reviews-empty {
    padding: 20px;
    border: 1px dashed #d1d5db;
    border-radius: 14px;
    background: #f9fafb;
    color: #6b7280;
    text-align: center;
}

.review-rating-readonly {
    pointer-events: none;
}

@media(max-width:767px) {

    .top-bar {
        display: block !important;
    }

        .top-bar .top-bar-right {
            display: block !important;
        }

        .top-bar .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

    .empty-cart-btn {
        width: 100%;
    }

    .video-window {
        width: 100vw;
        height: auto;
        margin: 0;
    }

    .ProductFullView-window {
        width: 100vw;
        height: 80vh;
        margin: 0;
    }

    .trackOrder-window {
        width: 100vw;
        height: auto;
        margin: 0;
    }

    .home-carousel {
        height: 220px !important;
    }

    .checkout-popup {
        top: 12px;
        right: 12px;
        left: 12px;
        /*bottom: 12px;*/
        width: auto;
        max-width: 520px;
        margin: 0 auto;
        border-radius: 18px;
        box-shadow: 0 20px 60px rgba(15, 23, 42, 0.25);
        padding-bottom: env(safe-area-inset-bottom);
    }
    /* make content scroll if long */
    .checkout-body {
        max-height: min(60vh, 420px);
        overflow: auto;
    }

    .cart-form .shop_table, .cart-form .shop_table tbody, .cart-form .shop_table tr, .cart-form .shop_table td {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
    }

        .cart-form .shop_table tbody tr.cart_item td.product-remove {
            position: static;
            transform: none;
            padding: 20px 0 10px;
        }

        .cart-form .shop_table tr.cart_item {
            display: flex !important;
            align-items: center;
            gap: 12px;
            padding: 15px 10px;
            text-align: left;
        }

            .cart-form .shop_table tr.cart_item td {
                display: block !important;
                padding: 5px 0;
                width: auto !important;
            }

        .cart-form .shop_table .product-thumbnail {
            width: 80px;
            padding-left: 0;
        }

            .cart-form .shop_table .product-thumbnail img {
                width: 80px;
            }

        .cart-form .shop_table .product-name {
            flex: 1;
            font-size: 14px;
        }

    .cart-form .shop_table td.product-price {
        position: absolute;
        top: 3px;
        right: 10px;
        width: auto;
    }

    .top-bar-left {
        line-height: 24px;
    }

    .top-bar .header-user-links a {
        line-height: 24px;
    }

    .product-thumb .thumb-inner .thumbnail-img {
        height: 270px;
    }

        .product-thumb .thumb-inner .thumbnail-img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .header.style7 .form-search .form-content {
        position: relative;
        display: table;
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        max-width: 340px;
        padding: 0;
        border: 1px solid #eee;
        height: 43px;
        border-radius: 30px;
    }

    .header.style7 .form-search-width-category .category, .header.style7 .form-search-width-category .inner, .header.style7 .form-search-width-category .btn-search {
        display: table-cell;
        vertical-align: middle;
    }

    .form-search .form-content .inner {
        display: inline-block;
        width: 100%;
    }

    .header.style7 .form-search .form-content .input {
        border: none;
        width: 100%;
    }

    .form-search .form-content .input {
        width: 80%;
        color: #888;
    }

    input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"] {
        height: 42px;
        border-radius: 0;
    }

    input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"], textarea, select {
        border: 1px solid #eeeeee;
        padding: 7px 20px;
        max-width: 100%;
        background: none;
    }

    .header.style7 .form-search-width-category .btn-search {
        width: 60px;
        font-size: 21px;
        font-weight: normal;
        color: #fff;
        position: relative;
        padding: 8px 0;
        margin: 0;
        border-radius: 0 30px 30px 0;
    }

    .header.style7 .form-search-width-category .category, .header.style7 .form-search-width-category .inner, .header.style7 .form-search-width-category .btn-search {
        display: table-cell;
        vertical-align: middle;
    }

    .header.style7 .form-search-width-category .btn-search {
        width: 60px;
        font-size: 21px;
        font-weight: normal;
        color: #fff;
        position: relative;
        padding: 8px 0;
        margin: 0;
        border-radius: 0 30px 30px 0;
    }

    .form-search .form-content .btn-search {
        width: 60px;
        border: 1px;
        border-radius: 0 31px 31px 0;
    }


}

@media (max-width: 420px) {
    .product-cart {
        grid-template-columns: 56px 1fr;
        gap: 10px;
        padding: 10px;
    }

    .product-media img {
        width: 56px;
        height: 56px;
        border-radius: 10px;
    }

    .checkout-header {
        padding: 12px 14px;
    }

    .checkout-body {
        padding: 12px 14px 14px;
    }
    .checkout-popup {
        right: 12px;
        left: 12px;
        width: auto;
        top: 80px;
    }
    footer {
        margin-bottom: 0;
    }
}

@media(max-width: 480px){
    .list-product-order .product-thumb {
        float: none;
        width: 100px;
        margin-right: 10px;
        margin-bottom:0;
    }
    .list-product-order li:last-child {
        margin-bottom: 10px;
    }

}

@keyframes slideUp{
    from{
        opacity:0;
        transform:translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes checkoutIn {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.payment-box{
    margin-top: 10px;
    padding:12px;
    border-radius: 10px;
    animation: fadeIn 0.3s ease-in-out;
    border: 1px solid;
}

.payment-box.success{
    background-color: #e6f4ea;
    border-color: #81c784;
}

@keyframes fadeIn {
    from {
        transform: translateY(-5px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.product-item .thumb-group {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    text-align: center;
    background-color: var(--primary);
    border-radius: 10px 0 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease 0s;
    margin-right: -10px;
    z-index: 10;
}

.product-item .product-inner:hover .thumb-group {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
}

/* each item */
.product-item .thumb-group .quick-wiew-button,
.product-item .thumb-group .yith-wcwl-add-to-wishlist,
.product-item .thumb-group .loop-form-add-to-cart {
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    position: relative !important;
    display: block;
    vertical-align: top;
}

    /* tooltip text */
    .product-item .thumb-group .quick-wiew-button::after,
    .product-item .thumb-group .yith-wcwl-add-to-wishlist::after,
    .product-item .thumb-group .loop-form-add-to-cart::after {
        content: attr(data-title);
        position: absolute;
        right: 56px;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        color: #333;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        padding: 8px 12px;
        border-radius: 6px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.25s ease;
        box-shadow: 0 3px 12px rgba(0,0,0,0.15);
        z-index: 20;
    }

    /* small arrow */
    .product-item .thumb-group .quick-wiew-button::before,
    .product-item .thumb-group .yith-wcwl-add-to-wishlist::before,
    .product-item .thumb-group .loop-form-add-to-cart::before {
        position: absolute;
        right: 48px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.25s ease;
        z-index: 21;
    }

    /* show tooltip on hover */
    .product-item .thumb-group .quick-wiew-button:hover::after,
    .product-item .thumb-group .yith-wcwl-add-to-wishlist:hover::after,
    .product-item .thumb-group .loop-form-add-to-cart:hover::after,
    .product-item .thumb-group .quick-wiew-button:hover::before,
    .product-item .thumb-group .yith-wcwl-add-to-wishlist:hover::before,
    .product-item .thumb-group .loop-form-add-to-cart:hover::before {
        opacity: 1;
        visibility: visible;
    }

/* keep your icon for quick view */
.product-item .thumb-group .quick-wiew-button {
    font-size: 0;
    padding: 0;
}

    .product-item .thumb-group .quick-wiew-button span {
        display: none;
    }

    .product-item .thumb-group .quick-wiew-button::before {
        content: "\f12d";
        font-family: 'Flaticon';
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible;
    }

/* optional disabled style */
.product-item .thumb-group .disabled-btn {
    pointer-events: none;
    opacity: 0.6;
}

.sorder-summary-card {
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: white !important;
}
/* heading */
.cat-hero {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 18px 22px;
    margin-bottom: 22px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.cat-text h3 {
    font-size: 34px;
    font-weight: 800;
    color: #111827;
    margin: 0;
    letter-spacing: 0.2px;
}

/* outer section */
.gender-filter-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

/* white rounded professional bar */
.gender-filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 999px;
    padding: 14px 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* button base */
.category-btn {
    min-width: 150px;
    height: 58px;
    padding: 0 18px !important;
    border-radius: 999px !important;
    border: 1.5px solid #e6e6e6 !important;
    background: #ffffff !important;
    color: #374151 !important;
    box-shadow: none !important;
    transition: all 0.28s ease !important;
    overflow: hidden;
    position: relative;
}

/* inner layout */
.category-btn-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

/* icon circle */
.category-btn-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #f8f8f8;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

/* text */
.category-btn-text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

/* hover */
.category-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
}

/* selected */
.category-btn.selected {
    transform: translateY(-2px) scale(1.02);
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16) !important;
}

    .category-btn.selected .category-btn-icon {
        background: rgba(255, 255, 255, 0.18);
        color: #ffffff;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
    }

/* ALL */
.category-btn.btn-all {
    border-color: #f3c2d9 !important;
    color: #b83280 !important;
}

    .category-btn.btn-all .category-btn-icon {
        background: #fff0f7;
    }

    .category-btn.btn-all:hover {
        border-color: #d9468d !important;
        color: #b83280 !important;
    }

    .category-btn.btn-all.selected {
        background: linear-gradient(135deg, #d9468d, #a21caf) !important;
        color: #ffffff !important;
    }

/* BOYS */
.category-btn.btn-boys {
    border-color: #bfdcff !important;
    color: #2563eb !important;
}

    .category-btn.btn-boys .category-btn-icon {
        background: #eff6ff;
    }

    .category-btn.btn-boys:hover {
        border-color: #60a5fa !important;
        color: #2563eb !important;
    }

    .category-btn.btn-boys.selected {
        background: linear-gradient(135deg, #60a5fa, #2563eb) !important;
        color: #ffffff !important;
    }

/* GIRLS */
.category-btn.btn-girls {
    border-color: #e9d5ff !important;
    color: #9333ea !important;
}

    .category-btn.btn-girls .category-btn-icon {
        background: #faf5ff;
    }

    .category-btn.btn-girls:hover {
        border-color: #c084fc !important;
        color: #9333ea !important;
    }

    .category-btn.btn-girls.selected {
        background: linear-gradient(135deg, #c084fc, #9333ea) !important;
        color: #ffffff !important;
    }

/* fallback */
.category-btn.btn-default {
    border-color: #ddd !important;
    color: #444 !important;
}

    .category-btn.btn-default .category-btn-icon {
        background: #f5f5f5;
    }

    .category-btn.btn-default.selected {
        background: linear-gradient(135deg, #6b7280, #374151) !important;
        color: #ffffff !important;
    }

/* focus */
.category-btn:focus,
.category-btn:active {
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(217, 70, 141, 0.12) !important;
}

/* responsive */
@media (max-width: 768px) {
    .cat-text h3 {
        font-size: 26px;
    }

    .gender-filter-bar {
        gap: 12px;
        padding: 12px;
        border-radius: 24px;
    }

    .category-btn {
        min-width: 130px;
        height: 52px;
        padding: 0 14px !important;
    }

    .category-btn-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 14px;
    }

    .category-btn-text {
        font-size: 15px;
    }
}

.product-item .genderGroup {
    font-size: 15px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    float: right;
    line-height: 22px;
    height: 22px;
    min-width: 44px;
    padding: 0 7px;
    text-align: center;
    color: #fff;
    position: relative;
}


/* Main bar */
.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 14px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #fafafa);
    border: 1px solid #ececec;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
}

/* Left title */
.filter-left h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .filter-left h3::before {
        content: "🧸";
        font-size: 22px;
    }

/* Right side */
.filter-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Clear button */
.filter-btn-clear {
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 999px !important;
    padding: 8px 16px !important;
    font-size: 14px;
    font-weight: 600;
    color: #374151 !important;
    transition: all 0.25s ease;
}

    .filter-btn-clear:hover {
        background: #fef2f2 !important;
        border-color: #ef4444 !important;
        color: #dc2626 !important;
        transform: translateY(-2px);
    }

/* ComboBox styling */
.filter-combo {
    min-width: 160px;
}

    /* Telerik override (important) */
    .filter-combo .k-input,
    .filter-combo .k-input-inner {
        border-radius: 999px !important;
        padding: 8px 14px !important;
    }

    /* Make dropdown look clean */
    .filter-combo .k-picker {
        border-radius: 999px !important;
        border: 1.5px solid #e5e7eb !important;
        box-shadow: none !important;
    }

        /* Hover effect */
        .filter-combo .k-picker:hover {
            border-color: var(--primary-color-hover) !important;
        }

        /* Focus */
        .filter-combo .k-picker:focus-within {
            box-shadow: 0 0 0 3px rgba(165, 45, 110, 0.15) !important;
            border-color: var(--primary-color-hover) !important;
        }

/* Mobile */
@media (max-width: 768px) {
    .filter-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 14px;
    }

    .filter-left {
        text-align: center;
    }

        .filter-left h3 {
            justify-content: center;
            font-size: 24px;
        }

    .filter-right {
        width: 100%;
        justify-content: space-between;
    }

    .filter-btn-clear {
        flex: 1;
    }

    .filter-combo {
        flex: 1;
    }
}
#checkoutPopup .minicart-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

#checkoutPopup .product-cart {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(2, 6, 23, 0.015);
}

#checkoutPopup .product-media {
    display: block;
    width: 64px;
    height: 64px;
}

    #checkoutPopup .product-media img {
        width: 64px;
        height: 64px;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }

#checkoutPopup .product-details {
    min-width: 0;
}

#checkoutPopup .product-name {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.2;
}

    #checkoutPopup .product-name a {
        color: #0f172a;
        text-decoration: none;
    }

#checkoutPopup .product-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}

#checkoutPopup .product-price {
    font-size: 14px;
    font-weight: 650;
    color: #0f172a;
}

#checkoutPopup .product-quantity {
    font-size: 13px;
    color: rgba(15, 23, 42, 0.65);
}

#checkoutPopup .checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border-radius: 12px !important;
    font-weight: 650 !important;
    text-decoration: none;
}


.quantity .control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 147px;
}

    .quantity .control .btn-number {
        flex: 0 0 45px;
        font-size: 23px;
        color: var(--primary);
        font-weight: 500;
        text-align: center;
    }

    .quantity .control .input-qty {
        flex: 0 0 42px;
        text-align: center;
    }

.cart-form .shop_table .product-quantity .quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    padding: 0 6px;
    width: 160px;
    text-align: center;
}

@media (max-width: 767px) {
    .cart-form .shop_table .product-quantity .quantity {
        width: 120px;
        padding: 0 4px;
        margin: 5px 0;
    }

    .quantity .control {
        width: 110px;
    }

        .quantity .control .btn-number {
            flex: 0 0 30px;
            font-size: 20px;
        }

        .quantity .control .input-qty {
            flex: 0 0 40px;
        }
}

.delivery-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0 20px;
}

.timeline-line {
    position: absolute;
    top: 24px;
    left: 65px;
    right: 65px;
    height: 3px;
    background: var(--primary);
    z-index: 1;
}

.timeline-step {
    position: relative;
    z-index: 2;
    width: 33.33%;
}

    .timeline-step:nth-child(3) {
        text-align: center;
    }

    .timeline-step:last-child {
        text-align: right;
    }

.timeline-icon {
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
}

.timeline-step:nth-child(3) .timeline-icon {
    margin-left: auto;
    margin-right: auto;
}

.timeline-step:last-child .timeline-icon {
    margin-left: auto;
}

.timeline-step h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
}

.timeline-step span {
    font-size: 14px;
    color: #000;
    border-bottom: 1px dotted #000;
}

.stock-message {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-top: 25px;
}

    .stock-message strong {
        color: red;
    }

.sale-timer {
    text-align: center;
    margin: 20px 0;
}

.sale-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.timer-values {
    display: flex;
    justify-content: center;
    gap: 46px;
}

    .timer-values div {
        text-align: center;
    }

    .timer-values strong {
        display: block;
        font-size: 30px;
        line-height: 1;
        color: #222;
    }

    .timer-values span {
        display: block;
        margin-top: 6px;
        font-size: 14px;
        color: #222;
    }