


:root {
--primary: #1358e8;
--primary-hover: #0f49c7;
--navy: #031f4e;
--navy-deep: #02173a;
--bg: #f4f6fa;
--white: #ffffff;
--text: #1f2937;
--muted: #6b7280;
--border: #dbe3ef;
--soft: #eef4ff;
--footer: #032457;
--footer-bottom: #021c45;
--danger: #ef4444;
}

* {
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

body {
margin: 0;
font-family: Inter, Arial, sans-serif;
color: var(--text);
background: var(--bg);
}

a {
text-decoration: none;
}

img {
max-width: 100%;
}

.container {
position: relative;
z-index: 2;
}

.topbar {
background: var(--primary);
color: #fff;
padding: 10px 0;
font-size: 14px;
}

.topbar .info-item {
display: flex;
align-items: center;
gap: 8px;
color: #fff;
font-weight: 500;
}

.topbar .divider {
color: rgba(255, 255, 255, .55);
}

.main-header {
background: #fff;
border-bottom: 1px solid var(--border);

}

.header-main {
padding: 4px 0;
}

.header-main-flex {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}

.navbar-brand {
margin: 0;
flex-shrink: 0;
}

.navbar-brand img {
max-width: 200px;

}

.header-search-wrap {
flex: 1;
display: flex;
align-items: center;
min-width: 0;
border: 1px solid var(--border);
background: #fff;
/*overflow: hidden;*/

}

.header-category {
width: 220px;
min-width: 220px;
border: none;
border-right: 1px solid var(--border);
padding: 0 18px;
background: #fff;
color: var(--text);
font-weight: 600;
outline: none;
}

.header-search {
flex: 1;
min-width: 0;
border: none;
padding: 0 18px;
font-size: 15px;
color: var(--text);
outline: none;
}

.header-search-btn {
width: 82px;
border: none;
background: var(--primary);
color: #fff;
font-size: 18px;
transition: .2s ease;
padding: 7px 0;
}

.header-search-btn:hover {
background: var(--primary-hover);
}

.header-actions {
display: flex;
align-items: center;
gap: 8px;
flex-shrink: 0;
}

.header-action-link {
width:auto;
min-height: 58px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0;
color: var(--text);
font-size: 13px;
font-weight: 600;
position: relative;
}

.header-action-link i {
font-size: 19px;
line-height: 1;
color: var(--navy);
}

.header-action-link:hover {
color: var(--primary);
}

.header-action-link:hover i {
color: var(--primary);
}

.cart-count-badge,
.cart-badge {
position: absolute;
top: 2px;
right: 18px;
min-width: 18px;
width: 18px;
height: 18px;
padding: 0 5px;
border-radius: 50%;
background: var(--primary);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 9px;
font-weight: 700;
line-height: 1;
}

.sub-header {
background: var(--navy);
    z-index: 0;
    position: relative;
}

.sub-header-inner {
display: flex;
align-items: center;
gap: 18px;
}
.home-section {
    position: relative;
    z-index: 0;
}
.shop-category-btn {

background: var(--primary);
color: #fff;
display: inline-flex;
align-items: center;
gap: 14px;
padding: 15px 20px;
font-size: 17px;
font-weight: 500;
flex-shrink: 0;
}

.shop-category-btn:hover {
background: var(--primary-hover);
color: #fff;
}

.main-menu {
display: flex;
align-items: center;
gap: 10px;
flex: 1;
justify-content: center;
flex-wrap: wrap;
}

.main-menu a {
color: #fff;
font-size: 15px;
font-weight: 500;
padding: 10px 14px;
transition: .2s ease;
}

.main-menu a:hover,
.main-menu a.active {
color: #61a1ff;
}

.quote-btn {
border: none;
background: var(--primary);
color: #fff;
padding: 16px 28px;
font-size: 16px;
font-weight: 600;
transition: .2s ease;
display: inline-flex;
align-items: center;
justify-content: center;
white-space: nowrap;
}

.quote-btn:hover {
background: var(--primary-hover);
color: #fff;
}

.hero-wrap {
padding: 28px 0 0;
}

.hero-banner {
background: linear-gradient(135deg, #f7f9fc 0%, #edf3fa 100%);
border: 1px solid var(--border);
min-height: 420px;
overflow: hidden;
}

.hero-content {
padding: 58px 56px;
max-width: 720px;
}

.hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 14px;
background: var(--soft);
color: var(--primary);
border: 1px solid #d6e4ff;
font-size: 13px;
font-weight: 800;
margin-bottom: 18px;
}

.hero-title {
margin: 0 0 16px;
font-size: clamp(36px, 5vw, 68px);
line-height: 1.04;
letter-spacing: -1.6px;
font-weight: 900;
color: #0f254f;
}

.hero-title span {
color: var(--primary);
}

.hero-text {
max-width: 560px;
margin: 0 0 28px;
font-size: 18px;
line-height: 1.75;
color: #ffffffc4 !important;
}

.hero-actions {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin-bottom: 30px;
}

.hero-primary-btn,
.hero-secondary-btn {
min-height: 54px;
padding: 0 26px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
font-weight: 800;
transition: .2s ease;
}

.hero-primary-btn {
background: var(--primary);
color: #fff;
}

.hero-primary-btn:hover {
background: var(--primary-hover);
color: #fff;
}

.hero-secondary-btn {
border: 1px solid #c9d8f1;
background: #fff;
color: #16356c;
}

.hero-secondary-btn:hover {
background: #f7faff;
color: #16356c;
}

.hero-stats {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}

.hero-stat {
background: #fff;
border: 1px solid var(--border);
padding: 18px;
}

.hero-stat strong {
display: block;
font-size: 24px;
font-weight: 900;
color: #0f254f;
margin-bottom: 4px;
}

.hero-stat span {
color: var(--muted);
font-size: 13px;
line-height: 1.6;
font-weight: 600;
}

.floating-strip {
margin-top: 18px;
}

.floating-card {
background: #fff;
border: 1px solid var(--border);
padding: 18px;
}

.mini-feature-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
}

.mini-feature {
display: flex;
align-items: center;
gap: 14px;
padding: 16px;
background: #fff;
border: 1px solid var(--border);
transition: .2s ease;
}

.mini-feature:hover {
border-color: #b7cdf7;
background: #f9fbff;
}

.mini-feature-icon {
width: 52px;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
background: var(--soft);
color: var(--primary);
font-size: 22px;
flex-shrink: 0;
}

.mini-feature h6 {
margin: 0 0 4px;
font-size: 15px;
font-weight: 800;
color: #0f254f;
}

.mini-feature p {
margin: 0;
font-size: 13px;
color: var(--muted);
line-height: 1.6;
}

.page-shell {
padding: 30px 0 0;
}

.section-card {
background: #fff;
border: 1px solid var(--border);
overflow: hidden;
}

.section-card-head {
padding: 24px 26px;
border-bottom: 1px solid var(--border);
background: #f8fbff;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
}

.section-card-head h2 {
margin: 0;
font-size: 30px;
font-weight: 900;
color: #0f254f;
letter-spacing: -.4px;
}

.section-card-head p {
margin: 6px 0 0;
color: var(--muted);
line-height: 1.7;
}

.section-tag {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 14px;
background: var(--soft);
color: var(--primary);
border: 1px solid #d6e4ff;
font-size: 13px;
font-weight: 800;
}

.section-card-body {
padding: 26px;
}

.site-footer {
margin-top: 60;
background: var(--footer);
color: #fff;
}

.footer-top {
padding: 60px 0 30px;
}

.footer-logo {
max-width: 280px;
margin-bottom: 18px;
filter: brightness(0) invert(1);
}

.footer-about {
max-width: 360px;
color: rgba(255, 255, 255, .84);
line-height: 1.85;
font-size: 17px;
margin-bottom: 24px;
}

.footer-social {
display: flex;
gap: 12px;
flex-wrap: wrap;
}

.footer-social a {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, .10);
color: #fff;
font-size: 21px;
transition: .2s ease;
}

.footer-social a:hover {
background: var(--primary);
color: #fff;
}

.footer-title {
font-size: 18px;
font-weight: 800;
margin-bottom: 22px;
padding-bottom: 12px;
position: relative;
}

.footer-title::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 3px;
background: var(--primary);
}

.footer-links a {
display: block;
color: rgba(255, 255, 255, .88);
font-size: 17px;
margin-bottom: 16px;
transition: .2s ease;
}

.footer-links a:hover {
color: #fff;
padding-left: 4px;
}

.footer-contact .item,
.contact-list .item {
display: flex;
gap: 14px;
margin-bottom: 18px;
color: rgba(255, 255, 255, .88);
line-height: 1.7;
font-size: 17px;
}

.footer-contact .item i,
.contact-list .item i {
font-size: 20px;
margin-top: 4px;
color: #fff;
}

.footer-newsletter {
background: rgba(255, 255, 255, .06);
border: 1px solid rgba(255, 255, 255, .08);
padding: 24px;
}

.footer-newsletter p {
color: rgba(255, 255, 255, .78);
margin-bottom: 14px;
line-height: 1.7;
}

.footer-newsletter .form-control {
height: 52px;
border: none;
}

.footer-newsletter .btn {
height: 52px;
border: none;
background: var(--primary);
font-weight: 800;
}

.footer-newsletter .btn:hover {
background: var(--primary-hover);
}

.footer-bottom {
background: var(--footer-bottom);
border-top: 1px solid rgba(255, 255, 255, .10);
color: rgba(255, 255, 255, .84);
padding: 18px 0;
font-size: 16px;
}

.footer-bottom-links {
display: flex;
justify-content: flex-end;
gap: 18px;
flex-wrap: wrap;
}

.footer-bottom-links a {
color: rgba(255, 255, 255, .84);
}

.footer-bottom-links a:hover {
color: #fff;
}

.cookie-consent-bar {
position: fixed;
left: 50%;
bottom: 18px;
transform: translateX(-50%);
width: min(94%, 860px);
background: #ffffff;
border: 1px solid var(--border);
box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
z-index: 1200;
padding: 14px 16px;
}

.cookie-consent-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
}

.cookie-text {
font-size: 14px;
color: #444;
line-height: 1.7;
flex: 1;
min-width: 250px;
}

.cookie-actions {
display: flex;
gap: 8px;
flex-wrap: wrap;
}

.d-none {
display: none !important;
}

/*.cart-drawer-overlay {*/
/*position: fixed;*/
/*inset: 0;*/
/*background: rgba(0, 0, 0, .45);*/
/*opacity: 0;*/
/*visibility: hidden;*/
/*transition: .28s ease;*/
/*z-index: 1200;*/
/*}*/

.header-search-wrap.position-relative {
    width: 420px;
    max-width: 100%;
}
.cart-drawer-overlay.active {
opacity: 1;
visibility: visible;
}

.cart-drawer {
position: fixed;
top: 0;
right: -100%;
width: 400px;
max-width: 95vw;
height: 100vh;
background: #ffffff;
z-index: 1210;
display: flex;
flex-direction: column;
box-shadow: -10px 0 24px rgba(0, 0, 0, .12);
transition: .32s ease;
border-left: 1px solid var(--border);
}

.cart-drawer.active {
right: 0;
}

.cart-drawer-header {
padding: 20px 18px 16px;
border-bottom: 1px solid var(--border);
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 14px;
background: #f8fbff;
}

.cart-drawer-title {
font-size: 22px;
font-weight: 600;
color: #111;
margin-bottom:0;
}

.cart-drawer-subtotal {
font-size: 12px;
color: #6e6e6e;
}

.cart-drawer-subtotal strong {
display: block;
color: var(--primary);
font-size: 22px;
font-weight: 600;
line-height: 1.1;
margin-top: 4px;
}

.cart-drawer-close {
width: 40px;
height: 40px;
border: 1px solid var(--border);
background: #fff;
color: #111;
}

.cart-drawer-body {
flex: 1;
overflow-y: auto;
padding: 16px;
}

.cart-drawer-footer {
padding: 16px;
border-top: 1px solid var(--border);
background: #fff;
}

.cart-drawer-loading,
.cart-drawer-empty {
padding: 40px 12px;
color: #777;
text-align: center;
font-size: 14px;
}

.cart-mini-item {
padding: 14px 0;
border-bottom: 1px solid #edf1f6;
}

.cart-mini-row {
display: flex;
gap: 12px;
}

/*.cart-mini-img {*/
/*width: 84px;*/
/*min-width: 84px;*/
/*height: 94px;*/
/*border: 1px solid var(--border);*/
/*background: #fff;*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: center;*/
/*overflow: hidden;*/
/*}*/

.cart-mini-img img {
width: 100%;
height: 100%;
object-fit: contain;
}

.cart-mini-info {
flex: 1;
min-width: 0;
}

.cart-mini-title {
font-size: 14px;
font-weight: 800;
line-height: 1.5;
color: #121212;
margin-bottom: 4px;
}

.cart-mini-variant {
color: #7a7a7a;
font-size: 12px;
margin-bottom: 6px;
}

.cart-mini-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 1px 11px;
    /* background: var(--soft); */
    color: var(--primary);
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 7px;
    border-radius: 30px;
    border: 1px solid;
}
.cart-mini-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background: #ddd; */
    padding: 5px;
    border: 1px solid #ddd;
}

.cart-mini-price {
font-size:18px;
font-weight: 600;
color: #111;
margin-bottom: 10px;
line-height: 1.1;
}

.cart-mini-controls {
display: inline-flex;
align-items: center;
gap: 0;
padding:0;
border: 1px solid var(--border);
background: #fff;
}

.cart-mini-action {
border: none;
background: transparent;
font-size: 18px;
line-height: 1;
color: #121212;
padding: 0;
}

.cart-mini-qty {
min-width: 18px;
text-align: center;
font-size: 16px;
font-weight: 800;
color: #121212;
}

.cart-footer-btn {
font-weight: 600;
}

.custom-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: black;
color: white;
border: none;
padding: 10px;
border-radius: 50%;
z-index: 10;
cursor: pointer;
}

.slick-prev {
left: 10px;
}

.slick-next {
right: 10px;
}

.custom-arrow:hover {
background: #333;
}

.slick-initialized .slick-slide {
margin-right: 4px;
}

.slick-dots {
display: none !important;
}

.slick-prev:before,
.slick-next:before {
color: #5f6062 !important;
}

.slick-prev {
z-index: 99 !important;
}

.mobilemenu {
display: none;
}

.product-card{
        background:#fff;
        border-radius:6px;
        /*box-shadow:0 10px 35px rgba(0,0,0,0.06);*/
        border:1px solid #ececec;
        position:relative;
    }

    .filter-card{
        padding:22px;
        position:sticky;
        top:100px;
    }

    .filter-title{
        font-size:20px;
        font-weight:700;
        margin-bottom:18px;
    }

    .filter-label{
        font-size:14px;
        font-weight:600;
        color:#444;
        margin-bottom:8px;
    }

    .form-control,
    .form-select{
     min-height: 30px;
    border-radius: 0;
    box-shadow: none !important;
    }

    .btn-theme{
        background:#1358e8;
        color:#fff;
        border:none;
        min-height:46px;
        border-radius:12px;
        font-weight:700;
    }

    .btn-light-theme{
        background:#efefef;
        color:#222;
        border:none;
        min-height:46px;
        border-radius:12px;
        font-weight:600;
    }

    .listing-topbar{
        display:flex;
        justify-content:end;
        align-items:center;
        gap:15px;
        flex-wrap:wrap;
        margin-bottom:22px;
    }

    .listing-count{
        font-size:15px;
        color:#666;
        font-weight:600;
        display:none!important;
        
    }

    .product-card{
        height:100%;
        overflow:hidden;
        transition:0.3s ease;
        padding:0;
    }
    


    .product-card:hover{
        /*transform:translateY(-6px);*/
        /*box-shadow:0 18px 40px rgba(0,0,0,0.1);*/
    }

    .product-image-wrap{
        height:auto;
        background:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        overflow:hidden;
        position:relative;
    }
    
    .product-category {
    margin-bottom: 12px;
}
.product-actions a.btn-view {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-limit-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* kitni line dikhani hai */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
   .hero-section{
        background:#f7f7f7;
        padding:25px 0;
        position: relative;
        overflow: hidden;
    }

    .hero-badge{
        display:inline-flex;
        align-items:center;
        gap:8px;
        background:rgba(255,255,255,0.08);
        border:1px solid rgba(255,255,255,0.08);
        color:#f3c995;
        border-radius:40px;
        padding:8px 16px;
        font-size:14px;
        margin-bottom:18px;
    }

    .hero-title{
        font-size:46px;
        font-weight:800;
        line-height:1.1;
        margin-bottom:14px;
    }

    .hero-title span{
        color:#c67b30;
    }

    .hero-text{
        color:#dadada;
        max-width:760px;
        font-size:16px;
        margin-bottom:0;
    }

    .listing-section{
        background:#fff;
        padding:50px 0 70px;
    }

    .filter-card,
    .product-card{
        background:#fff;
        border-radius:6px;
        /*box-shadow:0 10px 35px rgba(0,0,0,0.06);*/
        border:1px solid #ececec;
        position:relative;
    }

    .filter-card{
        padding:22px;
        position:sticky;
        top:100px;
    }

    .filter-title{
        font-size:20px;
        font-weight:700;
        margin-bottom:18px;
    }

    .filter-label{
        font-size:14px;
        font-weight:600;
        color:#444;
        margin-bottom:8px;
    }

    /*.form-control,*/
    /*.form-select{*/
    /*    min-height:46px;*/
    /*    border-radius:12px;*/
    /*    border:1px solid #dcdcdc;*/
    /*    box-shadow:none !important;*/
    /*}*/

    .btn-theme{
        background:#1358e8;
        color:#fff;
        border:none;
        min-height:46px;
        border-radius:12px;
        font-weight:700;
    }

    .btn-light-theme{
        background:#efefef;
        color:#222;
        border:none;
        min-height:46px;
        border-radius:12px;
        font-weight:600;
    }


    .listing-count{
        font-size:15px;
        color:#666;
        font-weight:600;
    }

    .product-card{
        height:100%;
        overflow:hidden;
        transition:0.3s ease;
    }

    .product-card:hover{
        /*transform:translateY(-6px);*/
        /*box-shadow:0 18px 40px rgba(0,0,0,0.1);*/
    }

    .product-image-wrap{
        height:auto;
        background:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        overflow:hidden;
        position:relative;
    }

    .product-image-wrap img{
        width:250px;
        height:auto;
        object-fit:cover;
    }

    .product-badge{
        position:absolute;
        top:14px;
        left:14px;
        background:#111;
        color:#fff;
        font-size:12px;
        font-weight:700;
        border-radius:30px;
        padding:6px 12px;
    }

    .product-body{
        padding:0 18px;
    }



    .product-title{
        font-size:18px;
        font-weight:700;
        color:#111;
        line-height:1.4;
        margin-bottom:10px;
      
    }

    .product-desc{
        font-size:14px;
        color:#666;
        line-height:1.6;
        margin-bottom:12px;
        min-height:42px;
    }

    .product-meta{
        font-size:13px;
        color:#555;
        line-height:1.7;
        background:#faf7f2;
        border:1px solid #f0e2d0;
        border-radius:14px;
        padding:12px;
        margin-bottom:14px;
    }

    .meta-row{
        margin-bottom:4px;
    }

    .meta-row:last-child{
        margin-bottom:0;
    }

    /*.product-actions{*/
    /*    display:flex;*/
    /*    gap:10px;*/
    /*        position: absolute;*/
    /*bottom:20px;*/
    /*left: 18px;*/
    /*z-index:99;*/
    /*}*/

.btn-view {
    flex: 1;
    background:#031f4e;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 3px 12px;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    max-width: max-content;
    font-size:15px;
}

.btn-cart {
    flex: 1;
    background:#1358e8;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 0;
    font-weight: 500;
    max-width: max-content;
    padding: 3px 12px;
    font-size:15px;
}

    .empty-box{
        background:#fff;
        border-radius:22px;
        padding:50px 25px;
        text-align:center;
        box-shadow:0 10px 30px rgba(0,0,0,0.06);
    }

    .empty-box i{
        font-size:42px;
        color:#c67b30;
        margin-bottom:15px;
    }
    .page-title-wrapper{text-align:center;}
    nav.breadcrumb {
    justify-content: center;
}

nav.breadcrumb ol {
    display: flex;
    list-style: none;
    padding: initial;
    gap:7px;
    margin: 0;
}

nav.breadcrumb ol a {
    color:#1358e8;
}
.page-shell{padding:0;}

.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
    display: block !important;
    margin: 10p;}

.pagination-links .pagination {
    gap: 7px;
}

.shop-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.jhhj {
    display: flex;
    align-items: center;
    gap:10px;
}
.jhhj .cart-mini-price {
    margin: 0;
}
.jhhj .cart-mini-controls {
    /* border: 2px solid #1358e8; */
    /* border-radius: 30px; */
    /* padding: 0; */
    /* background: #1358e8; */
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 0 !important;
    border: 2px solid #1358e8;
    border-radius: 7px;
}
.cart-mini-controls button.cart-mini-action.cart-mini-minus, .jhhj button.cart-mini-action.cart-mini-plus {
 
    background: #1358e8;
    height:35px;
    width: 36px;
    color: #fff;
        display: flex;
    align-items: center;
    justify-content: center;
}

.jhhj .cart-mini-qty {
    /* min-width: 18px; */
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #121212;
    background: #fff;
    width: 33px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.jhhj button.cart-mini-action.cart-mini-minus {
    border-radius:0;
}
.jhhj button.cart-mini-action.cart-mini-plus {
    border-radius:0;
}
.table-product-rate .table-data:nth-child(odd) {background: #e9f0f7;}


button#selectVariantFirstBtn {
    background: #031f4e;
    color: #fff;
}

    @media(max-width:991px){
        .filter-card{
            position:static;
        }

        .hero-title{
            font-size:36px;
        }
          }

    @media(max-width:576px){
        .hero-title{
            font-size:30px;
        }

.shop-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
    }   .hero-section{
        background:#f7f7f7;
        padding:25px 0;
        position: relative;
        overflow: hidden;
    }

    .hero-badge{
        display:inline-flex;
        align-items:center;
        gap:8px;
        background:rgba(255,255,255,0.08);
        border:1px solid rgba(255,255,255,0.08);
        color:#f3c995;
        border-radius:40px;
        padding:8px 16px;
        font-size:14px;
        margin-bottom:18px;
    }

    .hero-title{
        font-size:46px;
        font-weight:800;
        line-height:1.1;
        margin-bottom:14px;
    }

    .hero-title span{
        color:#c67b30;
    }

    .hero-text{
        color:#dadada;
        max-width:760px;
        font-size:16px;
        margin-bottom:0;
    }

    .listing-section{
        background:#fff;
        padding:50px 0 70px;
    }

    .filter-card,
    .product-card{
        background:#fff;
        border-radius:6px;
        /*box-shadow:0 10px 35px rgba(0,0,0,0.06);*/
        border:1px solid #ececec;
        position:relative;
    }

    .filter-card{
        padding:22px;
        position:sticky;
        top:100px;
    }

    .filter-title{
        font-size:20px;
        font-weight:700;
        margin-bottom:18px;
    }

    .filter-label{
        font-size:14px;
        font-weight:600;
        color:#444;
        margin-bottom:8px;
    }

    /*.form-control,*/
    /*.form-select{*/
    /*    min-height:46px;*/
    /*    border-radius:12px;*/
    /*    border:1px solid #dcdcdc;*/
    /*    box-shadow:none !important;*/
    /*}*/

    .btn-theme{
        background:#1358e8;
        color:#fff;
        border:none;
        min-height:46px;
        border-radius:12px;
        font-weight:700;
    }

    .btn-light-theme{
        background:#efefef;
        color:#222;
        border:none;
        min-height:46px;
        border-radius:12px;
        font-weight:600;
    }


    .listing-count{
        font-size:15px;
        color:#666;
        font-weight:600;
    }

    .product-card{
        height:100%;
        overflow:hidden;
        transition:0.3s ease;
    }

    .product-card:hover{
        /*transform:translateY(-6px);*/
        /*box-shadow:0 18px 40px rgba(0,0,0,0.1);*/
    }

    .product-image-wrap{
        height:auto;
        background:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        overflow:hidden;
        position:relative;
    }

    .product-image-wrap img{
        width:250px;
        height:auto;
        object-fit:cover;
            border-bottom: 1px solid #22222221;
    }
.subcat-image-wrap, .product-image-wrap{background:#fff!important;}
    .product-badge{
        position:absolute;
        top:14px;
        left:14px;
        background:#111;
        color:#fff;
        font-size:12px;
        font-weight:700;
        border-radius:30px;
        padding:6px 12px;
    }


    .product-category{
        font-size:12px;
        font-weight:normal;
        color:#000;
        letter-spacing:0.4px;
        margin-bottom:8px;
    }

    .product-title{
        font-size:18px;
        font-weight:700;
        color:#111;
        line-height:1.4;
        margin-bottom:10px;
      
    }

    .product-desc{
        font-size:14px;
        color:#666;
        line-height:1.6;
        margin-bottom:12px;
        min-height:42px;
    }

    .product-meta{
        font-size:13px;
        color:#555;
        line-height:1.7;
        background:#faf7f2;
        border:1px solid #f0e2d0;
        border-radius:14px;
        padding:12px;
        margin-bottom:14px;
    }

    .meta-row{
        margin-bottom:4px;
    }

    .meta-row:last-child{
        margin-bottom:0;
    }



.btn-view {
    flex: 1;
    background:#031f4e;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 3px 12px;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    max-width: max-content;
    font-size:15px;
}

.btn-cart {
    flex: 1;
    background:#1358e8;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 0;
    font-weight: 500;
    max-width: max-content;
    padding: 3px 12px;
    font-size:15px;
}

    .empty-box{
        background:#fff;
        border-radius:22px;
        padding:50px 25px;
        text-align:center;
        box-shadow:0 10px 30px rgba(0,0,0,0.06);
    }

    .empty-box i{
        font-size:42px;
        color:#c67b30;
        margin-bottom:15px;
    }
    .page-title-wrapper{text-align:center;}
    nav.breadcrumb {
    justify-content: center;
}

nav.breadcrumb ol {
    display: flex;
    list-style: none;
    padding: initial;
    gap:7px;
    margin: 0;
}

nav.breadcrumb ol a {
    color:#1358e8;
}
.page-shell{padding:0;position:relative;z-index:0;}

.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
    display: block !important;
    margin: 10p;}

.pagination-links .pagination {
    gap: 7px;
}



.table-data {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
    flex-wrap: wrap;
    align-items:center;
}

.product-detail-hero{
            background: #f7f7f7;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    }

    .product-detail-hero::before{
        content:'';
        position:absolute;
        top:-80px;
        right:-80px;
        width:240px;
        height:240px;
        border-radius:50%;
        background:rgba(198,123,48,0.16);
        filter:blur(10px);
    }

    .breadcrumb-wrap{
        font-size:14px;
        margin-bottom:0;
    }

    .breadcrumb-wrap a{
        color:#032457;
        text-decoration:none;
    }

    .product-detail-hero h1{
        font-size:42px;
        font-weight:800;
        margin-bottom:10px;
        line-height:1.15;
    }

    .product-detail-hero p{
 
        max-width:760px;
        margin-bottom:0;
    }

    .detail-section{
        background:#fff;
        padding:50px 0 ;
    }

    .detail-card,
    .info-card,
    .variant-card,
    .related-card{
        background:#fff;
        border-radius:8px;
        border:1px solid #ececec;
        /*box-shadow:0 10px 35px rgba(0,0,0,0.06);*/
        padding:20px;
    }

    .gallery-main{
        border-radius:22px;
        overflow:hidden;
        background:#fff;
        /*min-height:480px;*/
        display:flex;
        align-items:center;
        justify-content:center;
    
    }

    .gallery-main img{
        max-width:100%;
        max-height:440px;
        object-fit:contain;
        border-radius:16px;
    }

    .thumb-list{
        display:flex;
        gap:12px;
        margin-top:16px;
        overflow:auto;
    }

    .thumb-item{
        background:#fff;
        border:2px solid #eee;
        border-radius:16px;
        cursor:pointer;
        transition:0.25s ease;
    }

    .thumb-item.active,
    .thumb-item:hover{
        border-color:#c67b30;
        box-shadow:0 8px 20px rgba(198,123,48,0.15);
    }

    .thumb-item img{
        /*width:75px;*/
        /*height:75px;*/
        /*object-fit:cover;*/
        /*max-width:100;*/
        border-radius:16px;
    }

    .info-card{
     
        height:100%;
    }

    .badge-line{
        display:flex;
        flex-wrap:wrap;
        gap:10px;
        margin-bottom:10px;
    }
    .thumb-list::-webkit-scrollbar {
    display: none;

    .badge-chip{
        background:#faf7f2;
        color:#9b5e20;
        border:1px solid #f0dfc7;
        border-radius:999px;
        padding:7px 14px;
        font-size:13px;
        font-weight:700;
    }

    .product-title{
        font-size:34px;
        font-weight:800;
        line-height:1.2;
        color:#111;
        margin-bottom:12px;
    }

    .short-desc{
        color:#666;
        font-size:15px;
        line-height:1.7;
        margin-bottom:18px;
    }

    .meta-box{
        background:#fafafa;
        border:1px solid #ececec;
        border-radius:18px;
        padding:18px;
        margin-bottom:18px;
    }

    .meta-row{
        display:flex;
        justify-content:space-between;
        gap:15px;
        padding:9px 0;
        border-bottom:1px dashed #e7e7e7;
        font-size:14px;
    }

    .meta-row:last-child{
        border-bottom:none;
    }

    .meta-row strong{
        color:#111;
        min-width:130px;
    }

    .cta-box{
        background:linear-gradient(135deg, #111111, #222222);
        color:#fff;
        border-radius:20px;
        padding:22px;
    }

    .cta-box h5{
        font-size:22px;
        font-weight:800;
        margin-bottom:8px;
    }

    .cta-box p{
        color:#d6d6d6;
        margin-bottom:18px;
    }

    .btn-theme{
        background:var(--primary);
        border:none;
        color:#fff;
        min-height:48px;
        border-radius:14px;
        font-weight:700;
        padding:12px 20px;
    }

    .btn-dark-theme{
        background:#fff;
        border:none;
        color:#111;
        min-height:48px;
        border-radius:14px;
        font-weight:700;
        padding:12px 20px;
    }

    .section-title{
        font-size:28px;
        font-weight:800;
        margin-bottom:20px;
        color:#111;
    }

    .variant-card{
        padding:20px;
        height:100%;
    }

    .variant-name{
        font-size:20px;
        font-weight:800;
        margin-bottom:12px;
        color:#111;
    }

    .variant-top{
        display:flex;
        justify-content:space-between;
        gap:15px;
        flex-wrap:wrap;
        margin-bottom:14px;
    }

    .variant-badge{
        background:#111;
        color:#fff;
        border-radius:999px;
        padding:6px 12px;
        font-size:12px;
        font-weight:700;
    }

    .variant-meta{
        background:#faf7f2;
        border:1px solid #f0dfc7;
        border-radius:16px;
        padding:14px;
        margin-bottom:14px;
    }

    .variant-meta div{
        font-size:14px;
        color:#444;
        line-height:1.8;
    }

    .attr-grid{
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:10px;
    }

    .attr-item{
        background:#f8f8f8;
        border:1px solid #ececec;
        border-radius:14px;
        padding:12px;
    }

    .attr-label{
        font-size:12px;
        color:#777;
        font-weight:700;
        text-transform:uppercase;
        margin-bottom:4px;
    }

    .attr-value{
        font-size:15px;
        font-weight:700;
        color:#111;
    }

    .related-card{
        overflow:hidden;
        transition:0.25s ease;
        height:100%;
    }

    .related-card:hover{
        transform:translateY(-5px);
        box-shadow:0 18px 40px rgba(0,0,0,0.1);
    }

    .related-img{
        height:210px;
        background:linear-gradient(180deg, #f9f9f9, #efefef);
        display:flex;
        align-items:center;
        justify-content:center;
        overflow:hidden;
    }

    .related-img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .related-body{
        padding:18px;
    }

    .related-cat{
        color:#c67b30;
        font-size:12px;
        font-weight:700;
        text-transform:uppercase;
        margin-bottom:8px;
    }

    .related-title{
        font-size:18px;
        font-weight:800;
        color:#111;
        line-height:1.4;
        margin-bottom:10px;
    }

    .related-desc{
        color:#666;
        font-size:14px;
        line-height:1.6;
        margin-bottom:14px;
    }
    .page-shell{padding:0!important;}

    @media(max-width:991px){
        .product-detail-hero h1{
            font-size:32px;
        }

        .gallery-main{
            min-height:360px;
        }
    }

    }

    @media(max-width:576px){
        .thumb-list{
            grid-template-columns: repeat(3, 1fr);
        }

        .attr-grid{
            grid-template-columns:1fr;
        }

        .product-title{
            font-size:28px;
        }

    }
.product-variants-inline{
    margin:18px 0 22px;
}

.product-variants-label{
    font-size:12px;
    font-weight:700;
    color:#777;
    text-transform:uppercase;
    letter-spacing:0.08em;
    margin-bottom:10px;
}

.variant-list-minimal{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.variant-item-minimal{
    border:1px solid #ececec;
    background:#fff;
    border-radius:14px;
    padding:10px 12px;
    transition:0.25s ease;
}

.variant-item-minimal:hover{
    border-color:#d7b186;
    box-shadow:0 8px 20px rgba(0,0,0,0.04);
}

.variant-row-compact{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
}

.variant-left-compact{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    min-width:0;
    flex:1;
}

.variant-title-minimal{
    font-size:14px;
    font-weight:700;
    color:#111;
    line-height:1.3;
    margin:0;
}

.variant-unit-minimal{
    font-size:11px;
    font-weight:700;
    color:#9b5e20;
    background:#faf7f2;
    border:1px solid #f0dfc7;
    border-radius:999px;
    padding:4px 9px;
    white-space:nowrap;
}

.variant-attrs-minimal{
    display:flex;
    align-items:center;
    gap:6px;
    flex-wrap:wrap;
}

.variant-attr-chip{
    display:inline-flex;
    align-items:center;
    gap:4px;
    padding:5px 9px;
    border-radius:999px;
    background:#f8f8f8;
    border:1px solid #ececec;
    font-size:12px;
    line-height:1.2;
    color:#444;
    white-space:nowrap;
}

.variant-attr-chip strong{
    color:#111;
    font-weight:700;
}

.variant-price-chip{
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:6px 10px;
    border-radius:999px;
    background:#111;
    color:#fff;
    font-size:12px;
    font-weight:700;
    white-space:nowrap;
}

.variant-cart-wrap{
    margin-left:auto;
    display:flex;
    align-items:center;
}

.cart-box.compact-cart{
    display:flex;
    align-items:center;
    gap:8px;
}

.cart-box.compact-cart .add-btn {
    /* min-height: 34px; */
    border-radius: 8px;
    padding: 6px 16px;
    /* font-size: 12px; */
    font-weight: normal;
}

.cart-box.compact-cart .qty-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0 !important;
    border:2px solid #1358e8;
    border-radius: 7px;
}

button.add-btn.btn.btn-theme.btn-sm:hover {
    background: #000;
    color: #fff;
}
.items-flexx {
    display: flex;
    gap:15px;
    flex-wrap: wrap;
    align-items:center;
}
.cart-box.compact-cart .qty{
    min-width:18px;
    text-align:center;
    font-size:17px;
    font-weight:700;
}

.cart-box.compact-cart .minus, .cart-box.compact-cart .plus {
    width: 44px;
    height: 40px;
    border-radius: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    border: none;
    background: #1358e8;
    color: #fff;
}
.cart-box.compact-cart .minus {
    border-radius: 3px 0 0 3px;
}
.cart-box.compact-cart .plus{border-radius: 0 3px 3px 0;}
::placeholder {
    font-size: 16px;
}




.hero-section {
    background: #f7f7f7;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    z-index:0;
}



@media(max-width:576px){
    .variant-row-compact{
        align-items:flex-start;
    }

    .variant-cart-wrap{
        width:100%;
        margin-left:0;
        justify-content:flex-start;
    }
}

/*.variant-selector-box{*/
/*    margin:18px 0 22px;*/
/*    padding:18px;*/
/*    border:1px solid #ececec;*/
/*    border-radius:18px;*/
/*    background:#fff;*/
/*}*/

.selector-title{
    font-size:15px;
    font-weight:800;
    color:#111;
    margin-bottom:14px;
}

.attr-group{
    margin-bottom:16px;
}

.attr-group-label{
    font-size:13px;
    font-weight:800;
    color:#111;
    margin-bottom:8px;
}

.attr-options{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.attr-option-btn {
    border: 1px solid #000;
    background: #fff;
    border-radius: 12px;
    padding: 8px 25px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    cursor: pointer;
}
.attr-option-btn.active{
    border-color:#1358e8;
    background:#1358e8;
    color:#fff;
}

.attr-option-btn.disabled{
    opacity:0.35;
    cursor:not-allowed;
    background:#f4f4f4;
}

/*.selected-variant-box {*/
/*    background: #f4f6fa;*/
/*    border: 1px solid #00000014;*/
/*    border-radius: 8px;*/
/*    padding: 20px;*/
/*    margin-top: 20px;*/
/*}*/


.selected-variant-price{
    font-size:20px;
    font-weight:600;
    color:#111;
    margin:0;
}

.variant-warning{
    color:#b42318;
    font-size:13px;
    font-weight:700;
    margin-top:8px;
}

.price-chart-box{
    margin-top:25px;
    border:1px solid #ececec;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
}

.price-chart-title{
    font-size:18px;
    font-weight:900;

}

.price-chart-table{
    width:100%;
    border-collapse:collapse;
}

.price-chart-table th,
.price-chart-table td{
    padding:12px;
    border-bottom:1px solid #eee;
    font-size:13px;
    vertical-align:middle;
}

.price-chart-table th{
    background:#fafafa;
    font-weight:800;
    color:#111;
}

.price-chart-table tr:last-child td{
    border-bottom:none;
}

/*.price-chart-attrs{*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
/*    gap:0;*/

/*}*/

.price-chart-attrs span{
    font-size:14px;
}
.table-data:hover {
    background: #f7f7f7;
    transition: all 500ms ease;
}

.t
.page-shell {
    padding: 0;
}

.variant-selector-box{
    margin:18px 0 0px;
   
}
.selector-title{
    font-size:16px;
    font-weight:800;
    color:#111;
    margin-bottom:14px;
}
.attr-group{
    margin-bottom:16px;
}
.attr-group-label{
    font-size:13px;
    font-weight:700;
    color:#111;
    margin-bottom:8px;
}
.attr-options{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.attr-option-btn {
    border: 1px solid #000;
    background: #fff;
    border-radius: 8px;
    padding: 7px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    cursor: pointer;
}
.product-title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 7px;
}
.attr-option-btn.active{
    border-color:#1358e8;
    background:#1358e8;
    color:#fff;
}
.attr-option-btn.disabled {
    opacity: 0.35;
    cursor: not-allowed;
    border: 1px solid #b42318;
    opacity: 9;
    color: #b42318;
}
/*.selected-variant-box {*/
/*    background: #f7f7f7;*/
/*    border: 1px solid #00000014;*/
/*    border-radius: 8px;*/
/*    padding: 20px;*/
/*    margin-top: 20px;*/
/*}*/
.Enquiry-btn button {
    /* background: red; */
    width: 48%;
    padding:8px 0;
}
.related-title {
    font-size: 21px;
    font-weight: 600;
}
.related-img {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.space {
    padding: 50px 0;
}
.Enquiry-btn button.btn.btn-dark-theme {
    background: #032457;
    color: #fff;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}
.cta-box h5 {
    font-weight: 700;
}
a.btn.btn-theme.w-100 {
    background:#032457;
    color: #fff;
}
.related-desc {
    margin-bottom: 12px;
}
.selected-variant-name{
    font-size:14px;
    font-weight:600;
    color:#111;
}

.variant-warning{
    color:#b42318;
    font-size:13px;
    font-weight:700;
    margin-top:8px;
}
.price-chart-box{
    margin-top:0;
    border:1px solid #ececec;
    border-radius:8px;
    overflow:hidden;
    background:#fff;
}
.price-chart-title{
    font-size:18px;
    font-weight:700;
    margin-bottom: 10px;
}
.price-chart-table{
    width:100%;
    border-collapse:collapse;
}
.price-chart-table th,
.price-chart-table td{
    padding:15px;
    border-bottom:1px solid #eee;
    font-size:13px;
    vertical-align:middle;
}
.price-chart-table th{
    background:#fafafa;
    font-weight:800;
    color:#111;
}
/*.price-chart-attrs{*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
/*    gap:7px;*/
     
/*}*/
.price-chart-attrs span {
    color: #00000091;
}
.price-chart-table tr:hover {
    background: #fafafa;
    transition: all 500ms ease;
}
.selected-cart-item.d-none{
    display:none !important;
}
.price-table-0 {
    background:#f7f7f7;
    padding: 50px 0;
}



@media(max-width:576px){
    .price-chart-box{
        overflow-x:auto;
    }
    .price-chart-table{
        min-width:650px;
    }
    .table-data{align-items:start;display:block;}
    .table-data .product-rate {
    margin-bottom: 7px;
}
}

@media(max-width:576px){
    .price-chart-box{
        overflow-x:auto;
    }

    .price-chart-table{
        min-width:650px;
    }

    .attr-option-btn{
        padding:8px 11px;
        font-size:12px;
    }
    .gallery-main{min-height:200px!important;}
    .cart-box.compact-cart .minus, .cart-box.compact-cart .plus{
    width:35px!important;
    height: 35px!important;}
}










    @media(max-width:991px){
        .filter-card{
            position:static;
        }

        .hero-title{
            font-size:36px;
        }
        .shop-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}
    }

    @media(max-width:576px){
        .hero-title{
            font-size:30px;
        }

.shop-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
    }


@media (max-width: 1399px) {
.header-main-flex {
flex-wrap: wrap;
}

.header-search-wrap {
order: 3;
width: 100%;
}
}

@media (max-width: 1199px) {
.mini-feature-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sub-header-inner {
flex-wrap: wrap;
padding: 12px 0;
}

.shop-category-btn {
width:auto;
min-width: auto;
min-height: 60px;
justify-content: center;
}

.main-menu {
width: 100%;
justify-content: flex-start;
}
}

@media (max-width: 991px) {
    .price-table-0{padding:30px 0;}
.header-category {
width: 170px;
min-width: 170px;
}

.hero-content {
padding: 44px 26px;
}

.hero-stats {
grid-template-columns: 1fr;
}

.section-card-head,
.section-card-body {
padding: 20px;
}
.main-header {
position:fixed;
top: 0;
z-index:999;
width:100%;
padding:5px 0;
}

.header-actions{position:absolute;right:55px;width:auto;top:3px;}
.header-action-link {
width:auto;
min-height:auto;
}
.sub-header{margin-top:100px;}
.header-search-wrap{width:100%;margin-top:6px;}
.header-main-flex{display:block;}
/*mobile menu css*/
.main {
position: relative;
width: 100%;
max-width: 1000px;
margin: 0 auto;
}

.text {
position:absolute;
text-align: center;
top: 30px;
}

/*---------------------
HAMBURGER MENU
----------------------*/

.hamburger-menu {
position: absolute;
top: 13px;
right: 13px;
/* padding-top: 0; */
/* padding-left: 0; */
/* width: 100%; */
/* height: 43px; */
cursor: pointer;
z-index: 999;
/* background: #EBEBEB; */
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


.bar,
.bar:after,
.bar:before {
width: 30px;
height: 2px;
}

.bar {
position: relative;
transform: translateY(10px);
background: black;
transition: all 0ms 300ms;
}

.bar.animate {
background: rgba(255, 255, 255, 0);
}

.bar:before {
content: "";
position: absolute;
left: 0;
bottom: 10px;
background: black;
transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
content: "";
position: absolute;
left: 0;
top: 10px;
background: black;
transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
top: 0;
transform: rotate(45deg);
transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
bottom: 0;
transform: rotate(-45deg);
transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu 
----------------------*/
/*---------------------
Mobiles Menu - Design 
----------------------*/

.mobile-menu ul {
margin: 0;
padding: 0;
}

.mobile-menu li {
font-size: 20px;
line-height: 30px;
margin: 0;
overflow: hidden;
padding: 5px;
position: relative;
text-align: left;
padding-left:15px;
}

.mobile-menu li:first-child {
margin-top: 10px;
}

.mobile-menu li:hover {
background:#1358e8d9;
}

.mobile-menu li a {
text-decoration: none;
color: #000;
        font-size: 16px;
}

/*---------------------
Mobiles Menu - Slide IN 
----------------------*/

.mobile-menu {
top: 0;
max-width: 250px;
left: -100%;
width: 100%;
background:#fff;
color: black;
height: 100%;
position: fixed;
z-index: 9997;
overflow-y: auto;
-webkit-transform: translate3d(0, 0, 205px);
-moz-transform: translate3d(0, 0, 205px);
transform: translate3d(0, 0, 205px);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
        border-right: 2px solid #eee !important;
}

.mobile-menu.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

/*---------------------
Mobiles Menu - Dropdown Submenu
----------------------*/

.has-children:hover{
cursor:hand;
}

.children {
display:none;   
}

.mobile-menu .children li:first-child {
margin-top: 0px;
}

.icon-arrow {
position: absolute;
display: block;
font-size: 0.7em;
color: black;
top: 5px;
right: 10px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg); 
transition: .6s;
-webkit-transition: .6s;
-moz-transition: .6s;  
}

.icon-arrow:after {
content: "\25BC";
}

.icon-arrow.open {
transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg); 
transition: .6s;
-webkit-transition: .6s;
-moz-transition: .6s;         
}
.mobilemenu {
display: block;
}
.sub-header-inner{display:none;}
/*mobile menu css end*/
.header-actions span.tyt {
    display: none;
}
.header-actions a, .header-actions button {
    background-color: #f7f7f7 !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.footer-top {
    padding: 30px 0;
}

}

@media (max-width: 767px) {
.topbar .text-md-end {
text-align: left !important;
margin-top: 8px;
}

.product-image-wrap img {
    max-width: 150px;
    height:150px;
    padding:0 10px;
            border-bottom: 1px solid #eee;
}
.product-category {
    font-size: 14px;
    line-height: 16px;
}
.header-category {
width:125px;
min-width: 90px;
padding: 0 10px;
font-size: 13px;
}

.header-search {
padding: 0 12px;
font-size: 13px;
}

.main-menu a {
font-size: 14px;
padding: 8px 10px;
}

.mini-feature-grid {
grid-template-columns: 1fr;
}

.footer-bottom-links {
justify-content: flex-start;
margin-top: 10px;
}

.navbar-brand img {
max-width: 160px;
}
.header-search-btn{width:45px;}
.page-title-wrapper h1 {
    font-size: 21px;
    margin-bottom:0;
}
.hero-section{padding:15px 0!important;}
}

@media (max-width: 575px) {
.hero-content {
padding: 36px 18px;
}

.hero-text {
font-size: 16px;
}

.hero-primary-btn,
.hero-secondary-btn,
.quote-btn {
width: 100%;
}

.cart-drawer {
width: 100%;
max-width: 100%;
}

.slick-prev,
.slick-next {
display: none !important;
}
}

    .home-page {
        background: #ffffff;
    }



    .hero-box {
        background: #f8fafc;
        border: 1px solid #dbe3ef;
        overflow: hidden;
        min-height: 460px;
    }

    .hero-content-wrap {
        padding: 56px 52px;
    }

    .hero-title {
        font-size: clamp(36px, 5vw, 64px);
        line-height: 1.05;
        font-weight: 900;
        color: #fff;
        letter-spacing: -1.4px;
        margin-bottom: 18px;
    }

    .hero-title span {
        color: #ffc107;
    }

    .hero-text {
        font-size: 18px;
        line-height: 1.75;
        color: #4b5563;
        max-width: 560px;
        margin-bottom: 30px;
    }

    .hero-btn {
        min-width: 140px;
        height: 45px;
        border-radius: 0;
        font-weight: 800;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-hero-primary {
        background: #1358e8;
        border: 1px solid #1358e8;
        color: #fff;
    }

    .btn-hero-primary:hover {
        background: #0f49c7;
        border-color: #0f49c7;
        color: #fff;
    }

    .btn-hero-outline {
        background: #fff;
        border: 1px solid #c7d6ee;
        color: #1358e8;
    }

    .btn-hero-outline:hover {
        background: #f5f9ff;
        color: #1358e8;
        border-color: #b7c9e7;
    }

    .hero-image-wrap {
        height: 100%;
        min-height: 460px;
        background: #f3f6fb;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .hero-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .feature-strip {
        margin-top: -18px;
        position: relative;
        z-index: 5;
    }

    /*.feature-strip-box {*/
    /*    background: #fff;*/
    /*    border: 1px solid #dbe3ef;*/
    /*    padding: 0;*/
    /*    box-shadow: 0 4px 16px rgba(15, 37, 79, .05);*/
    /*}*/

    .feature-items-bx .feature-item {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 10px 2px;
        height: 100%;
        border-right: 1px solid #e6edf7;
        min-width:210px;
    }

    .feature-item.last {
        border-right: none;
    }
.feature-items-bx {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow: auto;
}
    .feature-icon {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1358e8;
        font-size: 40px;
        flex-shrink: 0;
    }

    .feature-title {
        font-size: 16px;
        font-weight: 600;
        color: #0f254f;
        margin-bottom: 4px;
        line-height: 1.3;
    }

    .feature-text {
        font-size: 13px;
        color: #6b7280;
        margin: 0;
        line-height: 1.5;
    }

    .section-head {
        text-align: center;
        margin-bottom: 22px;
        flex-wrap: wrap;
    }

    .section-title {
        font-size: 28px;
        font-weight: 700;
        color: #222;
        margin-bottom:0;
        text-transform: uppercase;
    }

    .section-link {
        color: #1358e8;
        font-weight: 700;
        text-decoration: none;
        justify-content: center;
        display: flex;
        margin-top: 27px !important;
        margin: auto;
        max-width: max-content;
        padding: 10px 20px;
    }

    .bg-gray {
        background-color: #f7f7f7;
    }

    .section-link:hover {
        color: #0f49c7;
    }

    .category-card {
        display: block;
        background: #fff;
        border: 1px solid #dbe3ef;
        text-decoration: none;
        height: 100%;
        transition: .25s ease;
    }

    .category-card:hover {
        border-color: #b7cbf3;
        transform: translateY(-3px);
        background: #fbfdff;
    }

    .category-img {
        height: 170px;
        background: #f8fafc;
        border-bottom: 1px solid #e6edf7;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .category-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .category-body {
        padding: 16px 12px;
        text-align: center;
    }

    .category-name {
        font-size: 15px;
        font-weight: 800;
        color: #0f254f;
        line-height: 1.4;
        margin: 0;
    }

    .product-card {
        background: #fff;
        border: 1px solid #dbe3ef;
        height: 100%;
        transition: .25s ease;
    }

    .product-card:hover {
        border-color: #b7cbf3;
        transform: translateY(-3px);
    }

    .product-link {
        text-decoration: none;
        display: block;
        color: inherit;
        height: 100%;
    }

    .product-img {
        height: 240px;
        background: #fff;
        border-bottom: 1px solid #e6edf7;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 16px;
    }

    .product-body {
        padding: 16px;
    }

    .product-title {
        font-size: 21px;
        line-height: 1.5;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 12px;
    }

    .product-price {
        font-size: 28px;
        line-height: 1;
        font-weight: 900;
        color: #1358e8;
        margin-bottom: 14px;
    }

    .product-cart-btn {
        height: 42px;
        border: 1px solid #1358e8;
        background: #fff;
        color: #1358e8;
        font-size: 13px;
        font-weight: 800;
        padding: 0 18px;
        border-radius: 0;
    }

    .product-cart-btn:hover {
        background: #1358e8;
        color: #fff;
    }

    .empty-soft {
        border: 1px dashed #cfd9ea;
        background: #f8fbff;
        padding: 28px;
        text-align: center;
        color: #6b7280;
        font-weight: 600;
    }
.product-image img {
    width: 150px;
    height: 150px;
    border:2px solid #e5e5e5;
    border-radius: 50%;
    padding: 20px;
    margin:0 auto 10px;
    
}
.product-item {
    text-align: center;
}
    /*.product-item {*/
    /*    padding: 20px;*/
    /*    text-align: center;*/
    /*    background-color: #f7f7f7;*/
    /*    border-radius: 5px;*/
    /*}*/

    a.product-name {
        color: #0f254f;

    }

    .featured-products {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }

    .product-details {
        padding: 15px 20px 20px;
    }

    .featured-product-card {
        background-color: #fff;
        border: 1px solid #f4f6f9;
    }

    .featured-section {
        background-color: #f4f6f9;
    }

    .featured-product-img {
        border-bottom: 1px solid #eee;
    }

    .prouct-price {
        font-weight: 800;
        color: #0d6efd;
        margin-bottom: 7px;
    }

    .banner-image img {
        width: 100%;
        height: 220px;
    }

    .banner-image-bx {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

/*.categoriess-products {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(6, 1fr);*/
/*    gap: 20px;*/
/*}*/
.featured-product-card button {
    padding: 4px 11px;
    font-size: 14px;
    border-radius: 3px;
}

.bnt-shape {
    width: 100%;
    display: inline-block;
 background:#1358e8;
    max-width: 100%;
    padding: 7px;
    color: #fff;
    border: 1px solid #1358e8!important;
}
    
    .space {
    padding: 50px 0;
}
.feature-section {
    background-color: #e9f0f7;
}

    @media (max-width: 991px) {
        .space{padding:30px 0;}
  
        .hero-content-wrap {
            padding:0;
        }

        .hero-image-wrap {
            min-height: 320px;
        }

        .feature-item {
            border-right: none;
            border-bottom: 1px solid #e6edf7;
        }

        .feature-item.last {
            border-bottom: none;
        }

        .featured-products {
            grid-template-columns: repeat(3, 1fr);
            gap: 7px;
        }

        .banner-image-bx {
            grid-template-columns: repeat(2, 1fr);
        }
p {
    font-size: 15px;
}
     
    }

    @media (max-width: 767px) {
         .hero-title {
        font-size: 1.1rem;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 4px;
    }
          .section-title {font-size:21px;margin-bottom:12px;}

        .hero-text {
            font-size: 13px;
            margin-bottom:12px;
        }
        .hero-btn{min-width: max-content;font-weight: normal;height: 35px;border-radius:3px;}

        .category-img {
            height: 140px;
        }

        .product-img {
            height: 180px;
        }

        .featured-products {
            grid-template-columns: repeat(2, 1fr);
            gap: 5px;
        }

        .banner-image-bx {
            grid-template-columns: repeat(2, 1fr);
        }
                 .categoriess-products {
    grid-template-columns: repeat(4, 1fr);
    gap:5px;
}
.product-image img{width:100px;height:100px;}
.banner-image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius:15px;
    height:108px!important;
}
.product-image-wrap{height:auto!important;}
}
    
    
    
       @media (max-width:575px) {
         .categoriess-products {
    grid-template-columns: repeat(3, 1fr);
    gap:5px;
}
     .banner-image-bx {
            grid-template-columns: repeat(1, 1fr);
        }
        .gallery-main img{max-width:200px;}
  
       } 
    
        @media (min-width: 767px){
            .home-section {padding-top:23px!important;}
            
            
            
        }

    .categories-hero {
        background: linear-gradient(135deg, #f8fafc 0%, #eef4ff 100%);
        border: 1px solid #e9eef5;
        border-radius: 28px;
        padding: 55px 25px;
        position: relative;
        overflow: hidden;
    }

    .categories-hero::before {
        content: "";
        position: absolute;
        top: -80px;
        right: -80px;
        width: 220px;
        height: 220px;
        background: rgba(13, 110, 253, 0.08);
        border-radius: 50%;
    }

    .categories-hero::after {
        content: "";
        position: absolute;
        bottom: -60px;
        left: -60px;
        width: 180px;
        height: 180px;
        background: rgba(25, 135, 84, 0.06);
        border-radius: 50%;
    }

    .categories-title {
        font-size: 2.4rem;
        font-weight: 800;
        color: #111827;
        margin-bottom: 10px;
    }

    .categories-subtitle {
        font-size: 1rem;
        color: #6b7280;
        max-width: 700px;
        margin: 0 auto;
    }

    .category-card {
        border: 0;
        border-radius:9px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
        transition: all 0.35s ease;
        height: 100%;
        position: relative;
    }

    .category-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 45px rgba(15, 23, 42, 0.14);
    }

    .category-image-wrap {
        position: relative;
        height: 220px;
        overflow: hidden;
        background: #f8f9fa;
    }

    .category-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .category-card:hover .category-image-wrap img {
        transform: scale(1.08);
    }

    .category-image-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(17, 24, 39, 0.45), rgba(17, 24, 39, 0.05));
    }

    .category-badge {
        position: absolute;
        top: 14px;
        left: 14px;
        background: rgba(255,255,255,0.92);
        color: #111827;
        font-size: 0.78rem;
        font-weight: 600;
        padding: 7px 12px;
        border-radius: 50px;
        backdrop-filter: blur(6px);
        box-shadow: 0 4px 14px rgba(0,0,0,0.08);
        z-index: 2;
    }

    .category-card-body {
        padding: 22px 18px 20px;
        text-align: center;
    }

    .category-name {
        font-size: 1.05rem;
        font-weight: 700;
        color: #111827;
        margin-bottom: 8px;
    }

    .category-text {
        font-size: 0.92rem;
        color: #6b7280;
        margin-bottom: 14px;
        min-height: 42px;
    }

    .category-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.9rem;
        font-weight: 700;
        color: #0d6efd;
        transition: all 0.3s ease;
    }

    .category-card:hover .category-link {
        gap: 12px;
    }

    .section-heading {
        font-size: 1.4rem;
        font-weight: 800;
        color: #111827;
    }
    
    .page-title-wrapper {
    text-align: center;
}
nav.breadcrumb {
    justify-content: center;
}
nav.breadcrumb ol {
    display: flex;
    list-style: none;
    padding: initial;
    gap: 7px;
    margin: 0;
}
.hero-section {
    background: #f7f7f7;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
}
.page-shell{background: #fff;padding: 0;}

@media (max-width: 767px) {
    .categories-title {
        font-size: 1.8rem;
    }

    .categories-hero {
        padding: 40px 20px;
        border-radius: 22px;
    }

    .category-image-wrap {
        height: 200px;
    }
}

span.gst {
    font-weight: normal;
    font-size: 12px;
    color: #00000078;
}
