:root {
     --primary-bg: #005bff;
     --primary-text:#08bcc5;
     --brand-accent: #F59E0B;
     --brand-accent-light: #FFD54F;
     --brand-muted: #64748B;
     --brand-bg: #f5f7fa;
     --brand-soft: #F8FAFC;
     --primary-bg-soft: #0A1D6B;
     --input-shadow-soft: rgba(97, 99, 254, 0.25);
}
 body {
    background-color: var(--brand-bg);
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-size-adjust: 100%;
    font-family: 'Inter', 'Poppins', sans-serif;
     font-weight: 400;
    color: #2F2F2F;
}
 .form-control:focus {
     border-color: var(--primary-bg);
    /* Optional: Change the border color too */
     box-shadow: 0 0 0 0.25rem var(--input-shadow-soft);
    /* Your new shadow color (here, red with 50% opacity) */
}
/* ================= COMMON ================= */
 a {
    text-decoration: none !important;
    color: #666;
    transition: 0.3s ease;
}
 a:hover {
    color: var(--primary-bg-soft);
}
 h1, h2, h3, h4, h5, h6, .page-title, .sub-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
}
 .page-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
 .fw-300 {
    font-weight: 300 !important;
}
 .fw-400 {
    font-weight: 400 !important;
}
 .fw-500 {
    font-weight: 500 !important;
}
 .fw-600 {
    font-weight: 600 !important;
}
 .fw-700 {
    font-weight: 700 !important;
}
 .fw-800 {
    font-weight: 800 !important;
}
 .fw-900 {
    font-weight: 900 !important;
}
 .fs-7 {
    font-size: 0.9rem !important;
}
 .fs-8 {
    font-size: 0.8rem !important;
}
 .fs-9 {
    font-size: 0.7rem !important;
}
 .bg-danger-50{
    background: rgb(220, 53, 69, 0.1)!important;
    color: #dc3545;
}
 .bg-primary-50{
    background-color: rgb(13, 110, 253, 0.1)!important;
    color: #0d6efd;
}
 .bg-info-50 {
    background-color: rgb(13, 202, 240, 0.1)!important;
    color: #0dcaf0;
}
 .bg-success-50{
    background-color: rgb(25, 135, 84, 0.1)!important;
    color: #198754;
}
 .bg-warning-50{
    background-color: rgb(255, 193, 7, 0.15)!important;
    color: #c59300;
}
 .bg-secondary-50{
    background-color: rgba(22,22,22,0.07) !important;
    color:#000 !important;
}
 .bg-dark-50{
    background-color: rgba(0,0,0,0.07) !important;
    color:#000 !important;
}
 .rounded-3 {
    border-radius: 0.85rem !important;
}
 .rounded-3 .card-header {
    border-top-left-radius: 0.5rem !important;
     border-top-right-radius: 0.7rem !important;
}
 .card-header {
     padding: 0.7rem 1rem;
}
 .text-light {
    color: #d3d3d3 !important;
}
 .text-site {
    color: var(--primary-bg);
}
 .bg-site {
    background-color: var(--primary-bg) !important;
}
 .bg-site-7 {
    background-color:rgba(49,46,129,0.07) !important;
}
 .btn-site{
    background-color: var(--primary-bg);
    border-color: var(--primary-bg);
    color: #FFF;
    font-size: 13px;
}
 .btn-site:hover{
    background-color: transparent;
    color: var(--primary-bg);
}
 .btn-cart {
    background-color: #EAA221;
    border-color: #EAA221;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s;
}
 .btn-cart:hover {
    background-color: rgba(0, 0, 0, 0.76);
    border-color: #000;
    color: #FFF;
    transform: scale(1.1);
    transition: 0.5s;
}
 .btn-site:hover, .btn-cart:hover, .btn-outline-site:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}
 .two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 #gblCrt{
    width:26%;
}
 #cart_info {
    z-index: 1500;
    bottom: 55px;
    right: -100%;
    width: 28%;
}
 .brd {
    background-size: cover;
    padding: 40px 0 0 0;
}
 .brd .ttl {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #515151;
}
 .brd .ttl:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #C0C0C0;
    left: 0;
}
 .brd .breadcrumb-item a {
    color: #829eff;
    text-decoration: none;
    font-weight: 600;
}
 .brd .breadcrumb-item.active {
    color: #B9B9B9;
    font-size: 12px;
}
 .suggestion-item:hover {
     cursor: pointer;
     background: #f8f9fa;
}
 .short ul{
    padding:0;
    margin: 0;
}
 .short ul li{
    display: block;
    padding: 3px 0;
    padding-left: 20px;
    position: relative;
}
 .short ul li::before {
     content: "•";
    color: #000;
    position: absolute;
    left: 0;
    top: 5px;
}
/* ================= COMMON ================= */
/* ================= NAVBAR ================= */
 .navbar-main {
    padding: 3px 0;
    transition: all 0.35s ease;
    background:rgba(255,255,255,0.00);
    border: none;
}
 .navbar-main.scrolled {
    box-shadow: 0 10px 30px rgba(49, 46, 129, 0.08);
    border: none;
    background: rgba(255,255,255,0.85);
}
 .category-holder{
    border-bottom: 1px solid #e2e8f0;
    padding: 5px 0;
    background: #FFF;
}
 .category-holder .links a{
    padding: 8px 12px;
    border-radius: 0.5rem;
    transition: 0.35s ease-out;
}
 .category-holder .links a:hover{
    color: #000;
    background-color: rgba(0, 20, 60, .06);
}
 .logo-wrap {
    padding: 6px 0px;
    border-radius: 14px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
 .logo-wrap:hover {
     transform: translateY(-1px);
}
 .navbar-logo {
    height: 38px;
}
 .navbar-main .nav-link {
    color: rgba(0,26,52,0.6);
    font-weight: 400;
    padding: 10px 14px;
     border-radius: 12px;
    text-align: center;
    transition: background 0.35s ease, color 0.35s ease, transform 0.25s ease;
}
 .navbar-main .nav-link span{
    font-size: 0.7rem;
    display: block;
    color: rgba(0,26,52,0.6);
    transition: 0.35s ease;
}
 .navbar-main .nav-link i {
    font-size: 1.2rem;
    color: rgba(0,26,52,0.6);
    transition: 0.35s ease;
}
 .navbar-main .nav-link:hover {
    color: var(--primary-bg);
}
 .navbar-main .nav-link:hover i {
    color: var(--primary-bg);
}
 .navbar-main .nav-link:hover span {
    color: var(--primary-bg) !important;
}
 .navbar-main .nav-link.active {
     background: var(--brand-soft);
}
 .navbar-toggler {
     border: none;
}
 .navbar-toggler:focus {
     box-shadow: none;
}
 .cart-top {
     position: absolute;
     top: -1px;
     right: -10px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 50%;
    background: var(--primary-bg);
    color: #fff !important;
    font-weight: 600;
    font-size: 0.75rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    white-space: nowrap;
}
 .navbar-main .nav-link:hover .cart-top {
    color: #FFF !important;
}
/* ================= TOP SLIDER ================= */
 .carousel-item {
    height: 35vh;
}
 .carousel-item img {
    height: 100%;
    object-fit: cover;
    border-radius: 3rem;
}
 .promo-box{
    background-image: url("../../images/top.png");
    background-size: cover;
    background-position: center;
    position: relative;
}
 .promo-box::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}
 .promo-box > div{
    position: relative;
    z-index: 1;
}
/* ================= DEAL SECTION ================= */
 .deals-flex{
    display:flex;
    min-height:180px;
}
 .deals-info{
    width:300px;
    padding:24px 20px;
    border-right:1px solid #eee;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:#FFF;
}
 .deals-products{
    flex:1;
    display:flex;
    gap:0;
    align-items:stretch;
}
 .deal-item{
    flex:1;
    min-width:0;
    text-align:center;
    border-right:1px solid #eee;
    padding:0 10px;
    transition:.2s ease;
}
 .deal-item:last-child{
    border-right:0;
}
 .deal-link{
    display:block;
    text-decoration:none;
    color:inherit;
    margin-bottom:15px;
}
 .deal-img{
    width:100%;
    height:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    margin: 10px 0;
}
 .deal-img img{
    width:100%;
    height:100%;
    object-fit:contain;
    border-radius: 0.5rem;
}
 .deal-title{
    font-size:13px;
    font-weight:400;
    margin-bottom:6px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color: #6b7c94;
    text-transform: capitalize;
}
 .deal-price{
    font-weight:600;
    color:#000;
}
 .deal-item:hover{
    transform:translateY(-3px);
}
/* ================= MOBILE MENU ================= */
 .premium-toggler{
    border:0;
    padding:0;
    width:28px;
    height:22px;
    position:relative;
}
 .premium-toggler span{
    position:absolute;
    width:100%;
    height:3px;
    background:#222;
    border-radius:10px;
    left:0;
    transition:.3s ease;
}
 .premium-toggler span:nth-child(1){
     top:0;
}
 .premium-toggler span:nth-child(2){
     top:9px;
}
 .premium-toggler span:nth-child(3){
     bottom:0;
}
 .mobile-menu{
    width:90%;
    max-width:320px;
}
 .mobile-menu hr{
    margin: 0.75rem 0;
}
 .mobile-link{
    display:flex;
    align-items:center;
    gap:12px;
    padding:6px 14px;
    border-radius:12px;
    text-decoration:none;
    color:#222;
    font-weight:500;
}
 .mobile-link i{
    font-size:1.2rem;
}
 .mobile-link:hover{
    background:#f5f5f5;
}
 @media (max-width: 768px){
     .deals-flex{
        flex-direction: column;
    }
     .deals-info{
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #eee;
        text-align: center;
    }
     .deals-products{
        overflow-x: auto;
    }
     .deal-item{
        min-width: 140px;
    }
}
/* ================= FEATURED SECTION ================= */
 .featured-flex{
    display:flex;
}
 .featured-info{
    width:400px;
    padding:40px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border-right:1px solid #eee;
    position:relative;
    background:#fff;
}
 .bg-featured{
     background-size:cover;
     background-position:center;
}
 .bg-featured::before{
     content:'';
     position:absolute;
     inset:0;
     background: rgba(0,0,0,0.35);
     z-index:0;
}
 .bg-featured h4,.bg-featured p,.bg-featured h5{
     position:relative;
     z-index:1;
     color:#fff;
}
 .featured-products{
     flex:1;
     display:flex;
     flex-wrap:wrap;
     gap:0;
}
 .featured-item{
     width:25%;
     border:1px solid #eee;
     display:flex;
     margin-bottom:-1px;
}
 .featured-item.no-top{
    border-top:0;
}
 .featured-item.no-bottom{
    border-bottom:0;
}
 .featured-link{
    display:flex;
    width:100%;
    padding:12px;
    align-items:center;
    justify-content:space-between;
    text-decoration:none;
    color:inherit;
}
 .featured-text{
    flex:1;
    padding-right:10px;
}
 .featured-title{
    font-size:13px;
    font-weight:400;
    margin-bottom:6px;
    color:#6b7c94;
    text-transform:capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .featured-price{
    font-weight:600;
    color:#000;
}
 .featured-price span{
    margin-left:6px;
    font-weight:400;
}
 .featured-img{
    width:90px;
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
}
 .featured-img img{
    width:100%;
    height:100%;
    object-fit:contain;
    border-radius:0.5rem;
}
 .featured-item:hover{
    background:#fafafa;
    transform:translateY(-2px);
    transition:.2s ease;
}
/* MOBILE */
 @media(max-width:768px){
     .featured-item{
        width:50%;
    }
     .featured-info{
        width:100%;
        border-right:0;
        border-bottom:1px solid #eee;
        text-align:center;
    }
}
 @media(max-width:991px){
     .featured-flex{
         flex-direction:column;
    }
     .featured-info{
         width:100%;
         border-right:0;
         border-bottom:1px solid #eee;
         text-align:center;
    }
     .featured-products{
         flex-wrap:wrap;
    }
     .featured-item{
         width:50%;
    }
}
 @media(max-width:768px){
     .featured-products-wrap{
         overflow-x:auto;
         -webkit-overflow-scrolling:touch;
    }
     .featured-products{
         flex-wrap:nowrap;
         gap:12px;
         padding:12px;
         min-width:max-content;
    }
     .featured-item{
         width:220px;
         min-width:220px;
         border:1px solid #eee;
         border-radius:14px;
         margin-bottom:0;
    }
     .featured-item.no-top, .featured-item.no-bottom{
         border:1px solid #eee;
    }
     .featured-link{
         flex-direction:column-reverse;
         align-items:flex-start;
         gap:10px;
    }
     .featured-img{
         width:100%;
         height:130px;
    }
     .featured-img img{
         object-fit:cover;
    }
     .featured-title{
         font-size:14px;
         -webkit-line-clamp:2;
    }
     .featured-price{
         font-size:15px;
    }
}
 @media (max-width: 991px){
     .nav-right {
        display: flex;
         align-items: flex-end;
        justify-content: flex-end;
    }
}
/* ================= PRODUCT CARD ================= */
/* Mobile */
 @media (max-width: 767.98px) {
     .col-md-2-4, .col-6 {
         flex: 0 0 50%;
         max-width: 50%;
    }
}
/* Tablet (800px lives here) */
 @media (min-width: 768px) and (max-width: 1079px) {
     .col-md-2-4, .col-6 {
         flex: 0 0 25% !important;
         max-width: 25% !important;
    }
}
/* Desktop only */
 @media (min-width: 1080px) {
     .col-md-2-4 {
         flex: 0 0 20%;
         max-width: 20%;
    }
}
/* Optional: spacing adjustments */
 .card .img-hldr img{
     height:180px;
    /* keep uniform height */
     object-fit:cover;
}
 .prd .card {
    position: relative;
    transition: 0.2s;
    top: 0;
}
 .prd .img-hldr {
    overflow: hidden;
    position: relative;
    border-radius: 0.7rem;
}
 .prd .img-hldr img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease-out;
}
 .prd .card:hover .img-hldr img {
    transform: scale(1.06);
}
 .prd .card-img,.prd .card-img-top{
    border-top-left-radius: calc(0.7rem - 1px);
    border-top-right-radius: calc(0.7rem - 1px);
}
 .prd .p-name, .prd .p-price, .prd .p-brand, .prd .p-cat {
    font-family: 'Inter', sans-serif;
}
 .prd .p-name {
    font-weight: 400;
    font-size: 0.85rem;
    letter-spacing: 0;
    color: #6b7c94;
    transition: 0.1s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 .prd .p-price {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--primary-text);
    margin-bottom: 0;
}
 .prd .p-price .oldP {
    text-decoration: line-through;
    color: #6b7c94;
    font-weight: 500;
    margin-left: 3px;
    font-size: 0.9rem;
}
 .prd .p-price .discount {
    color: #6b7c94;
    font-weight: 600;
    margin-left: 3px;
    font-size: 0.9rem;
}
 .prd .ratings {
    color: #fb923c;
    font-size: 12px;
}
 .prd .dsc {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--primary-bg);
    color: #FFF;
    border-radius: 3rem;
    padding: 2px 15px;
    z-index: 2;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 0.65rem;
}
 .prd .stock {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fee2e2;
    color: #d11616;
    border-radius: 3rem;
    padding: 2px 15px;
    z-index: 2;
    font-size: 0.65rem;
    text-transform: uppercase;
    font-weight: 700;
}
 .prd .card:hover .p-name {
    color: var(--primary-bg);
    transition: 0.2s;
}
 .prd .card:hover .p-price {
    color: #000;
    transition: 0.3s
}
/*===== ADD TO CART BUTTON =====*/
 .prd .atc {
    border-radius: 0.5rem;
    display: inline-block;
    position: relative;
    padding: 0.3rem 1rem;
    z-index: 2;
    background-color: #f4f4f4;
    color: #6f6e6b;
    text-transform: uppercase;
    font-size: 0.75rem;
     font-weight: 600;
}
 .prd .preorder {
    border-radius: 0.5rem;
    display: inline-block;
    position: relative;
    padding: 0.3rem 1rem;
    z-index: 2;
    background-color: #fee2e2;
    color: #d11616;
    text-transform: uppercase;
    font-size: 0.75rem;
     font-weight: 600;
}
 .prd .card:hover .atc {
    background-color: var(--primary-bg);
    color: #FFF;
}
 .prd .card:hover .preorder {
    background-color: #d11616;
    color: #FFF;
}
/*===== SIDE ACTION BAR =====*/
 .prd .sidebar {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
     opacity: 0;
    transition: right 0.3s ease, opacity 0.3s ease;
     z-index: 5;
}
 .prd .sidebar .btn {
    opacity: 0;
    border-radius: 50%;
    box-shadow: -7px 0 7px rgba(0,0,0,0.1);
    transform: translateX(12px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
 .prd .card:hover .sidebar {
    right: 10px;
    opacity: 1;
}
 .prd .card:hover .sidebar .btn:nth-of-type(1) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.05s;
}
 .prd .card:hover .sidebar .btn:nth-of-type(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}
 .prd .card:hover .sidebar .btn:nth-of-type(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.25s;
}
/* ================= FOOTER ================= */
 .ftr {
     background:linear-gradient(to right, #002761,#000e23);
}
 .ftr img {
    height: 85px !important;
    width: auto !important;
}
 .ftr .ftr-lg {
    height: 45px;
}
 .ftr h5 {
    color: #FFF;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
}
 .ftr p,.ftr h6 {
    line-height: 20px;
    font-size: 14px;
}
 .ftr ul {
    padding: 0;
    margin: 0;
}
 .ftr ul li {
    display: block;
}
 .ftr ul li a {
    color: #ABABAB;
    padding: 4px 0;
    font-size: 12px;
    display: block;
    transition: 0.3s;
    font-weight: 500;
}
 .ftr ul li a:hover {
    color: #FFF;
    padding-left: 5px;
}
 .ftr .payment {
     height: 45px;
    width: auto !important;
}
 .cpy {
     background:linear-gradient(to right, #002761,#000e23);
}
 .cpy a {
    color: #60A5FA;
    transition: 0.3s;
    text-decoration: none;
}
/* ================= FOOTER ================= */
/* ================= MOBILE HELPER MENU ================= */
 .mobile-bottom-nav{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:50px;
    background:#fff;
    display:flex;
    justify-content:space-around;
    align-items:center;
    box-shadow:0 -6px 20px rgba(0,0,0,.12);
    z-index:1049;
    border-top-left-radius:18px;
    border-top-right-radius:18px;
}
 .mb-item{
    flex:1;
    text-align:center;
    color:#64748B;
    font-size:11px;
    font-weight:600;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    transition:.25s ease;
}
 .mb-item i{
    font-size:18px;
    color:#64748B;
    transition:.25s ease;
}
 .mb-item.active,.mb-item:hover{
    color:var(--brand-base);
}
 .mb-item.active i,.mb-item:hover i{
    color:var(--brand-base);
    transform:translateY(-2px);
}
 .mb-cart{
    position:relative;
}
 .mb-badge{
    position:absolute;
    top:2px;
    right:26%;
    min-width:18px;
    height:18px;
    background:var(--brand-accent);
    color:#000;
    font-size:10px;
    font-weight:700;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 0 0 2px #fff;
}
/* ================= PROFILE ================= */
 .profile-navigation{
    margin: 0;
    padding: 0;
}
 .profile-navigation li{
    display: block;
}
 .profile-navigation li a{
    display: block;
    padding: 12px 10px;
}
 .profile-navigation li.active{
    background-color: var(--primary-bg);
    border-radius: 0.5rem;
}
 .profile-navigation li.active a{
    color: #FFF;
}
 .adr-card{
    transition: all .2s ease;
}
 .adr-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,.08) !important;
}
 .avatar-upload{
    cursor:pointer;
}
 .avatar-upload img{
    width:120px;
    height:120px;
    object-fit:cover;
    transition:.3s;
}
 .avatar-upload:hover img{
    opacity:.85;
}
 .avatar-edit{
    position:absolute;
    bottom:6px;
    right:6px;
    background:#312E81;
    color:#fff;
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
     box-shadow:0 4px 10px rgba(0,0,0,.2);
}
/* ================= GLOBAL CATEGORY ================= */
 .category-nav ul {
    padding-left: 0;
}
 .category-nav li {
    position: relative;
}
 .category-nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-weight: 500;
}
 .category-nav a:hover {
    background: #6163fe;
    color: #fff;
}
 .category-nav a i {
    transition: transform 0.3s ease;
}
 .category-nav .submenu {
    border-left: 2px solid #dee2e6;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
}
 .category-nav .submenu li a {
    font-weight: 400;
    padding-left: 1.5rem;
    background: #f8f9fa;
}
 .category-nav .submenu li a:hover {
    background: #6163fe;
    color: #fff;
}
 .category-nav li.has-child > a i {
    transition: transform 0.3s ease;
}
 .category-nav li.has-child.open > a i {
    transform: rotate(90deg);
}
 .category-nav .offcanvas-body {
    overflow-y: auto;
    max-height: 85vh;
}
/* ================= OWL CAROUSAL ================= */
 .owl-carousel .owl-nav {
    pointer-events: none;
}
 .owl-prev,.owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-100%);
    width: 35px;
    height: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #001251 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    pointer-events: all;
    transition: all 0.25s ease;
    z-index: 5;
}
 .owl-prev span,.owl-next span {
    font-size: 20px;
    line-height: 1;
    display: block;
}
 .owl-prev {
    left: 6px;
}
 .owl-next {
    right: 6px;
}
 .owl-prev:hover,.owl-next:hover {
    background: rgba(245, 158, 11, 0.35) !important;
    color: #001251 !important;
    box-shadow: 0 14px 35px rgba(245, 158, 11, 0.45);
}
 .owl-carousel .owl-nav button {
    outline: none;
}
 .owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {
    line-height: 0 !important;
}
 @media (max-width: 767px) {
     .owl-prev, .owl-next {
         display: none !important;
    }
}
/* ================= RESPONSIVE ================= */
 @media (min-width: 1400px) {
     .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px;
    }
}
 @media (max-width: 1080px) {
     body{
        padding-bottom: 45px;
    }
     #gblCrt {
        width: 85%;
    }
     #cart_info {
        width: 85%;
    }
     .logo-wrap{
        padding:12px 0px;
    }
     .category-holder{
        display:none;
    }
     .brd{
        position: relative;
    }
     .brd:before{
        content:'';
        position: absolute;
        top:0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to right, rgba(0,0,0.75),transparent);
        z-index: 1;
    }
     .brd .container{
        position: relative;
        z-index: 3;
    }
     .fs-7 {
        font-size: 0.8rem !important;
    }
     .fs-8 {
        font-size: 0.7rem !important;
    }
     .fs-9 {
        font-size: 0.65rem !important;
    }
     .carousel-item {
        height: auto;
    }
	 
	 .carousel-item img{border-radius:0.75rem !important;}
}
 