@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Brand Colors */
:root {

    /* General Settings Colors */
    --primary-color: {{ $generalsetting->primary_color ?? '#035d4c' }};
    --secondary-color: {{ $generalsetting->secondary_color ?? '#37c42b' }};

    /* Gradient */
    --gradient-color: linear-gradient(
        135deg,
        var(--primary-color),
        var(--secondary-color)
    );

    /* Footer */
    --footer-bg: {{ $generalsetting->footer_color ?? '#d5ded0' }};

    /* Copyright */
    --copyright-bg: {{ $generalsetting->copyright_color ?? '#035d4c' }};

    /* RGB */
    --primary-rgb:
        {{ implode(',', sscanf($generalsetting->primary_color ?? '#035d4c', '#%02x%02x%02x')) }};

    --secondary-rgb:
        {{ implode(',', sscanf($generalsetting->secondary_color ?? '#37c42b', '#%02x%02x%02x')) }};

    --footer-rgb:
        {{ implode(',', sscanf($generalsetting->footer_color ?? '#d5ded0', '#%02x%02x%02x')) }};

    --copyright-rgb:
        {{ implode(',', sscanf($generalsetting->copyright_color ?? '#035d4c', '#%02x%02x%02x')) }};

    /* Other UI */
    --text-dark: #222;
    --border-color: #dce9e3;
}

body{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background: #f5f8f7;
    color: var(--text-dark);
}

/*==== COMMON CSS START ====*/
@font-face {
    font-family: "Potro Sans Bangla";
    src: url("../fonts/Potro-Sans-Bangla-Regular.ttf");
    src: url("../fonts/Potro-Sans-Bangla-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/Potro-Sans-Bangla-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Alinur Banglaborno";
    src: url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf");
    src: url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf?#iefix") format("embedded-opentype"), url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf") format("truetype");
}

p {
    text-align: left;
    margin: 0;
    color: #000;
    padding: 0;
}

.alinur {
    font-family: "Alinur Banglaborno", sans-serif;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
    float: left !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 0 !important;
}

.parsley-errors-list {
    color: var(--secondary-color);
}

.parsley-error {
    border: 1px solid var(--secondary-color) !important;
}

img {
    max-width: 100%;
    height: 100%;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.potro_font {
    font-family: Potro Sans Bangla;
}

svg {
    height: 16px;
    width: 16px;
}

.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container_97 {
    max-width: 1200px;
}

.container {
    max-width: 1380px;
}

footer {
    padding: 0 0;
}

/* =========================================================
   FOOTER — GENERAL SETTINGS
   ========================================================= */

footer#site-footer {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}


/* =========================================================
   FOOTER MAIN COLOR
   ========================================================= */

footer#site-footer .footer-top,
footer .footer-top,
.footer-widgets {

    background-color: var(--footer-bg) !important;
    background: var(--footer-bg) !important;

}


/* =========================================================
   COPYRIGHT COLOR
   ========================================================= */

footer#site-footer .footer-bottom,
footer .footer-bottom,
.footer-copyright {

    background-color: var(--copyright-bg) !important;
    background: var(--copyright-bg) !important;

}


/* =========================================================
   COPYRIGHT INNER
   ========================================================= */

footer#site-footer .copyright,
footer#site-footer .copyright p {

    background: transparent !important;
    background-color: transparent !important;

}


footer#site-footer .copyright {

    width: 100%;
    margin: 0 !important;
    padding: 14px 15px !important;

    text-align: center;

    box-sizing: border-box;

}


footer#site-footer .copyright p {

    margin: 0 !important;
    padding: 0 !important;

    color: #fff !important;

    text-align: center !important;

    font-size: 14px;

    line-height: 1.6;

}


/* =========================================================
   COPYRIGHT LINKS
   ========================================================= */

footer#site-footer .copyright-link {

    color: #fff !important;

    text-decoration: none !important;

    font-weight: 600;

    transition: all .25s ease;

}


footer#site-footer .copyright-link:hover {

    color: var(--secondary-color) !important;

}


/* =========================================================
   FOOTER TEXT
   ========================================================= */

footer#site-footer .footer-top p {

    color: #111;

}


footer#site-footer .footer-top .footer-desc {

    color: #111 !important;

}


footer#site-footer .footer-top strong {

    color: var(--primary-color) !important;

}


/* =========================================================
   FOOTER ICON
   ========================================================= */

footer#site-footer .footer-about i {

    color: var(--primary-color) !important;

}


/* =========================================================
   FOOTER LINKS
   ========================================================= */

footer#site-footer .footer-menu ul li a {

    color: #111 !important;

    text-decoration: none !important;

    transition: all .25s ease;

}


footer#site-footer .footer-menu ul li a:hover {

    color: var(--primary-color) !important;

}


/* =========================================================
   FOOTER TITLES
   ========================================================= */

footer#site-footer .footer-menu ul li.title a {

    color: #111 !important;

    font-weight: 700 !important;

}


/* =========================================================
   CONTACT LINKS
   ========================================================= */

footer#site-footer .footer-about a {

    color: #111;

}


footer#site-footer .footer-about a:hover {

    color: var(--primary-color);

}


/* =========================================================
   SOCIAL ICONS
   ========================================================= */

footer#site-footer .social_list i {

    color: #fff !important;

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    footer#site-footer .footer-top {

        background-color: var(--footer-bg) !important;
        background: var(--footer-bg) !important;

    }


    footer#site-footer .footer-bottom {

        background-color: var(--copyright-bg) !important;
        background: var(--copyright-bg) !important;

    }


    footer#site-footer .copyright {

        padding: 12px 10px !important;

    }


    footer#site-footer .copyright p {

        font-size: 12px !important;

        line-height: 1.7;

    }

}

.footer-copy-text {
    color: hsla(0, 0%, 100%, 0.5);
}

.container_top {
    width: 975px;
    margin: 0 auto;
}

/*==== COMMON CSS END ====  */

/*==== HEADER CSS START ====  */
header {
    position: fixed;
    box-shadow: 0px 0px 10px #ddd;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.header-top {
    background: rgba(0, 119, 204, 0.97);
    display: flex;
    height: 50px;
    align-items: center;
}

.header-left span {
    margin-right: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.header-left span a {
    color: #fff;
}

.header-left ul li a {
    margin: 0 5px;
}

.header-left ul {
    display: inline-block;
}

.header-right {
    text-align: right;
}

.header-right span ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 4px;
}

.header-right a {
    color: #ffffffcc;
    border: 2px solid;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s all;
    border-color: hsla(0, 0%, 100%, 0.5);
    height: 30px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right a:hover {
    background: blue;
    border: 1px solid blue;
}

.Newsletter a {
    border: none;
    width: auto;
    margin-right: 8px;
}

.Newsletter a:hover {
    background: none;
    border: none;
}

li.Newsletter i {
    margin-right: 2px !important;
    font-size: 10px;
}

.header-left {
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo-area {
    padding: 5px 0;
}

.sticky.is-sticky {
    background: #222;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}

.logo-header{
    display:grid;
    grid-template-columns:180px 700px 1fr;
    align-items:center;
    gap:25px;
}

/* ===============================
   SEARCH BAR
================================= */

.main-search{
    width:100%;
    max-width:700px;
    margin:8px 8px 8px 16px;
    position:relative;
    z-index:9999;
}

.main-search form{
    width:100%;
    height:56px;
    display:flex;
    align-items:center;
    background:#fff;
    border:1px solid rgba(var(--primary-rgb),.12) !important;
    border-radius:10px !important;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(var(--primary-rgb),.08);
    transition:.3s ease;
}

.main-search form:focus-within{
    border-color:var(--secondary-color) !important;

    box-shadow:0 12px 35px rgba(var(--secondary-rgb),.18);
}

.main-search form input{
    flex:1;
    height:100%;

    border:none;
    outline:none;

    padding:0 20px;

    background:#fff;

    color:#222;

    font-size:15px;
    font-weight:400;

    text-align:left !important;
}

.main-search form input::placeholder{
    color:#9ca3af;
    font-weight:400;
    opacity:1;
}

.main-search form button{
    width:70px;
    height:100%;

    border:none;
    outline:none;

    background:var(--gradient-color) !important;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.3s ease;
}

.main-search form button svg,
.main-search form button i{
    width:22px;
    height:22px;

    color:#fff !important;

    font-size:20px;

    transition:.3s ease;
}

.main-search form button:hover{
    background:var(--secondary-color) !important;
}

.main-search form button:hover svg,
.main-search form button:hover i{
    color:#fff !important;
}

.main-search form:focus-within button{
    background:var(--secondary-color) !important;
}

.search_keyword,
.msearch_keyword{
    text-align:left !important;
    direction:ltr !important;
    caret-color:var(--primary-color);
}

/* ===============================
   SEARCH RESULT WRAPPER
================================= */

.search_result{
    position:absolute !important;
    top:100%;
    left:0;

    width:100%;

    margin-top:10px;

    z-index:99999999;
}

/* ===============================
   SEARCH POPUP
================================= */

.search_product{
    background:#fff;

    border:none !important;

    border-radius:24px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

    overflow:hidden;

    max-height:500px;

    overflow-y:auto;
}

/* Header */

.search-header{
    padding:14px 20px;

    font-size:14px;
    font-weight:700;

    color:var(--primary-color);

    border-bottom:1px solid #eef2ef;
}

/* List */

.search_product ul{
    margin:0;
    padding:0;
}

.search_product li{
    display:flex;
    align-items:center;

    gap:15px;

    padding:14px 18px;

    border-bottom:1px solid #f1f1f1;

    transition:.25s ease;

    list-style:none;
}

.search_product li:hover{
    background:#f8fcfa;
}

.search_product li:last-child{
    border-bottom:none;
}

/* Link */

.search-item-link{
    display:flex;
    align-items:center;

    flex:1;

    gap:15px;

    text-decoration:none;
}

/* Image */

.search_img{
    flex-shrink:0;
}

.search_product img{
    width:60px !important;
    height:60px !important;

    border-radius:14px;

    object-fit:cover;

    border:1px solid #eef2ef;
}

/* Content */

.search_content{
    flex:1;
}

/* Title */

.search_content .name{
    color:var(--primary-color);

    font-size:15px;
    font-weight:700;

    line-height:1.5;

    margin-bottom:5px;
}

/* Price */

.search_content .price{
    color:var(--secondary-color);

    font-size:16px;
    font-weight:700;
}

.search_content .price del{
    color:#f9211d !important;

    font-size:12px;

    font-weight:500;

    margin-left:6px;
}

/* Cart Button */

.search-cart{
    flex-shrink:0;
}

.search-cart a{
    width:40px;
    height:40px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;

    background:var(--secondary-color);

    color:#fff !important;

    transition:.3s ease;
}

.search-cart a:hover{
    background:var(--primary-color);

    transform:translateY(-2px);
}

/* View All Button */

.search-view-all{
    padding:16px;

    text-align:center;

    border-top:1px solid #eef2ef;
}

.search-view-all a{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:10px 24px;

    border-radius:30px;

    background:rgba(var(--secondary-rgb),.08);

    color:var(--secondary-color);

    font-size:14px;
    font-weight:700;

    transition:.3s ease;
}

.search-view-all a:hover{
    background:var(--secondary-color);

    color:#fff;
}

/* Empty */

.search-empty{
    padding:30px;

    text-align:center;

    color:#6b7280;

    font-size:15px;

    font-weight:600;
}

/* Scrollbar */

.search_product::-webkit-scrollbar{
    width:6px;
}

.search_product::-webkit-scrollbar-thumb{
    background:#d6e6df;

    border-radius:20px;
}

/* ===============================
   MOBILE
================================= */

@media(max-width:767px){

    .main-search{
        margin:0;
        width:100%;
    }

    .main-search form{
        height:48px;
        border-radius:15px;
    }

    .main-search form input{
        font-size:14px;
        padding:0 15px;
    }

    .search_product{
        border-radius:18px;
        max-height:400px;
    }

    .search_product img{
        width:50px !important;
        height:50px !important;
    }

    .search_content .name{
        font-size:14px;
    }
}

/* ===============================
   MOBILE HEADER FIX
================================= */

/* Default Hide Mobile Elements */

.mobile-header,
.mobile-show{
    display:none !important;
}

/* Mobile Only */

@media (max-width:767px){

    .mobile-header{
        display:flex !important;
        align-items:center;
        justify-content:space-between;
    }

    .mobile-show{
        display:block !important;
    }
}

/* Desktop Hide */

@media (min-width:768px){

    .mobile-header,
    .mobile-show,
    .mobile-search,
    .mobile-menu,
    .mobile-categories{
        display:none !important;
    }
}

.mobile-menu .nav li {
    width: 50%;
    float: left;
}

.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}

.nice-select {
    height: 41px !important;
    line-height: 41px !important;
}

.nice-select.open .list {
    z-index: 99999 !important;
}

.nice-select .option {
    display: block !important;
}

/*search end*/
/* Header Top Menu */

.header-list-items ul{
    display:flex;
    align-items:center;
    gap:30px;
    margin:0;
    padding:0;
}

.header-list-items ul li{
    list-style:none;
}

.header-list-items ul li a{
    display:flex !important;
    align-items:center !important;
    justify-content:center;
    flex-direction:row !important;

    gap:10px;

    color:#222;
    font-size:14px;
    font-weight:500;

    text-decoration:none;
}

/* Icon Circle */

.header-list-items ul li a i,
.header-list-items ul li a svg{

    width:35px;
    height:35px;

    min-width:35px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:rgba(var(--primary-rgb),.08);

    color:var(--primary-color);

    font-size:15px;

    transition:.3s ease;
}

/* Hover */

.header-list-items ul li a:hover{
    color:var(--secondary-color);
}

.header-list-items ul li a:hover i,
.header-list-items ul li a:hover svg{

    color:var(--secondary-color);

    background:rgba(var(--secondary-rgb),.15);

    box-shadow:0 6px 15px rgba(var(--secondary-rgb),.15);
}

/* Cart Popup Checkout Button */

.cart-dialog .go_cart,
.cart-dialog .checkout_btn,
.cart-dialog .cart_btn a{

    background:var(--gradient-color) !important;

    color:#fff !important;

    border:none !important;

    border-radius:10px !important;

    font-weight:600 !important;

    transition:.3s ease;
}

.cart-dialog .go_cart:hover,
.cart-dialog .checkout_btn:hover,
.cart-dialog .cart_btn a:hover{

    background: var(--secondary-color) !important;
    color:#fff !important;
}

.main-search form {
    border: 1px solid;
    height: 45px;
    background: #f7f7f7;
    border-color: var(--secondary-color);
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

.main-search form input {
    height: 100%;
    padding: 0 5px;
    font-size: 12px !important;
    background: #f7f7f7;
    width: 90%;
    float: left;
}

.main-search form button {
    height: 100%;
    outline: 0;
    background: var(--secondary-color);
    width: 11%;
    float: left;
}

.main-search form button svg {
    height: 20px;
    width: 35px;
    color: #fff;
}
.for_order a i {
    font-size: 16px !important;
}

.header-list-items ul li a {
    display: inline-block;
}

.header-list-items ul li p {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.margin-shopping {
    margin-right: 10px;
}

.header-list-items ul li i {
    font-size: 20px;
}

.cart-svg {
    height: 22px;
    width: 22px;
}

.header-list-items ul li span {
    position: absolute;
    top: -8px;
    right: -12px;
    background: var(--secondary-color);
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
}

.login-dialog {
    position: relative;
}

.login-box {
    position: absolute;
    top: 45px;
    width: 260px;
    padding: 15px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
}

.login-box:after {
    content: " ";
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}

.login-dialog:hover .login-box {
    top: 27px;
    visibility: visible;
    opacity: 1;
}

.login-box .form-control {
    margin: 10px 0;
    background-color: #fff !important;
    height: 40px;
    border: 1px solid #ddd;
}

.login-menu li {
    display: block;
    text-align: left !important;
    margin: 8px 0;
}

.login-menu li a {
    display: block;
    color: #222;
}

.forget-link {
    margin-bottom: 12px;
    margin-top: 4px;
    color: #2c1c1c;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-size: 12px;
    text-align: center;
}

.submit-btn {
    background: var(--primary-color) !important;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 0;
    text-transform: uppercase;
    margin: 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.register-now a {
    border: 1px solid #ddd;
    width: 100%;
    padding: 6px 0;
    border-radius: 5px;
    transition: 0.35s all;
}

.register-now a:hover {
    background: var(--primary-color);
    color: #fff;
}

#cart-qty {
    position: relative;
}

.cshort-summary {
    position: absolute;
    top: 55px;
    width: 390px;
    right: 0;
    max-height: 500px;
    z-index: 999;
    background: #fff;
    padding: 10px;

    box-shadow: 0 15px 40px rgba(0,0,0,.18);

    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
}

.go_cart,
.go_cart:hover {
    background: var(--secondary-color);
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 5px;
    display: block;
    text-align: center;
}

#cart-qty:hover .cshort-summary {
    top: 45px;
    opacity: 1;
    visibility: visible;
}

.cshort-summary ul{
    display:grid;
    grid-template-columns:45px minmax(0,1fr) 60px 65px 25px;
    align-items:center;
    gap:8px;
    padding:8px 0;
    margin:0;
    border-bottom:1px solid #e5e5e5;
}

.cshort-summary ul:last-child{
    border-bottom:none;
}

/* Product Image */
.cshort-summary img{
    width:45px;
    height:45px;
    border:1px solid #ddd;
    border-radius:50%;
    padding:1px;
    display:block;
}

/* Common List Item */
.cshort-summary ul li{
    margin:0;
    padding:0;
    list-style:none;
}

/* Product Title */
.product-title{
    min-width:0;
    width:100%;
    overflow:hidden;
}

.product-title a{
    display:block;
    width:100%;

    font-size:14px;
    font-weight:600;
    color:#222;

    text-align:left !important;

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* Quantity */
.cshort-summary ul li:nth-child(3){
    text-align:center;
    font-size:14px;
    white-space:nowrap;
}

/* Price */
.cshort-summary .price{
    margin:0;
    font-size:14px;
    font-weight:600;
    color:var(--secondary-color);
    text-align:center;
    white-space:nowrap;
}

/* Remove Button */
.cshort-summary .cart_remove{
    margin:0;
    text-align:center;
}

.cshort-summary .remove-cart,
.cshort-summary .remove-cart:focus{
    width:20px;
    height:20px;
    line-height:20px;
}

.menu_view_all,
.menu_view_all:hover {
    position: absolute !important;
    bottom: 0;
    right: 0;
    border: none !important;
    color: #fff !important;
    background: var(--primary-color) !important;
    z-index: 99999999;
    display: inline-block !important;
    height: auto !important;
}

.menu-area {
    background: var(--primary-color);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.categories {
    position: relative;
    z-index: 99;
}

.categories ul li img {
    width: 16px;
}

.categories p {
    padding: 10px 10px;
    background: var(--secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
}

.categories .side-category {
    transition: 0.35s all;
    line-height: 1.8;
    text-align: left;
}

.categories .side-category li {
    position: relative;
    border-right: 1px solid #ddd;

}

.categories .side-category li a {
    position: relative;
    margin-right: 10px;
}

.categories .side-category li a i {
    position: absolute;
    right: 0;
}

.categories .sub-category li {
    display: block;
    position: relative;
}

.categories ul li a {
    display: block;
    padding: 10px 10px;
    color: #000;
    transition: 0.35s all;
    text-transform: uppercase !important;
}

.side-category li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 12px;
    color: #999;
}

.categories ul li a:hover {
    color: var(--secondary-color);
}

.sub-category {
    left: 0px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transition: 0.35s all;
    position: absolute;
    background-color: #fff;
    text-align: left;
}

.categories ul li:hover>.sub-category {
    visibility: visible;
    opacity: 1;
}

.categories ul li a {
    position: relative;
    text-transform: capitalize;
}

.categories ul li img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.catagory_menu ul li a {
    color: #fff;
    margin: 0 8px;
    display: block;
    text-transform: capitalize;
}

.catagory_menu {
    padding: 0px;
}

.cat_bar i {
    padding-right: 5px;
    font-size: 16px;
}

.main-menu {
    text-align: right;
}

.main-menu ul li a {
    text-transform: uppercase;
    margin-left: 18px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    color: #777;
    position: relative;
}

.main-menu ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    transition: 0.35s;
    bottom: 0;
    background: var(--secondary-color);
    position: absolute;
}

.main-menu ul li a:hover:after {
    width: 100%;
}

.fixed-top {
    top: -170px;
    transform: translateY(170px);
    transition: transform 2s;
    background: #fff;
    box-shadow: 0px 0px 10px #c3c3c3;
    z-index: 999;
}

.main-logo {
    height: 50px;
    text-align: center;
}

.main-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-logo img {
    width: auto;
    height: 100%;
    margin-top: 0;
}

/*==== HEADER CSS END ====  */

/*==== CATEGORY SECTION CSS START ====  */
section.slider-section {
    margin-bottom: 10px;
    margin-top: 10px;
}

.home-slider-container {
    padding: 0;
    padding-left: 0px;
}

.homeproduct {
    padding-bottom: 0px;
    padding-top: 0px;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 0;
}

.category-section.section-padding {
    margin-bottom: 20px;
}

.section-title {
    padding: 20px 0;
}

.section-title h2 {
    font-size: 16px;
    font-weight: 600;
}

.front-category ul li a {
    color: #555;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.35s all;
    margin-right: 5px;
}

.front-category ul li a:hover {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

.feature-btn {
    text-align: center;
    margin-top: 25px;
}

.feature-btn a {
    border: 1px solid #ddd;
    padding: 8px 25px;
    transition: 0.35s all;
    border-radius: 5px;
}

.feature-btn a:hover {
    background: var(--secondary-color);
    color: #fff;
}

.sidebar_item {
    margin-bottom: 20px;
}

.sidebar_item h2.accordion-header button.accordion-button {
    background-color: var(--secondary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 20px;
}

.sidebar_item .accordion-header .accordion-button::after {
    content: '\f078';
    font-family: 'FontAwesome';
    background: none;
    font-size: 17px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item .accordion-collapse {
    border-radius: 0;
}

.accordion-item {
    border-radius: 0;
}

/*==== CATEGORY SECTION CSS END ====  */

/*==== SLIDER CSS START ====  */
.main-slider{
    position:relative;
    z-index:1;
}

.slider-section .offset-sm-3 {
    padding-left: 0;
}

.main-slider .owl-nav button span {
    font-size: 30px;
}

.main-slider .owl-nav button {
    height: 40px;
    width: 35px;
    background: #fff !important;
    transition: 0.35s all;
}

.main-slider .owl-nav button:hover {
    background: var(--secondary-color) !important;
    color: #fff;
}

.main-slider .owl-prev {
    position: absolute;
    left: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}

.main-slider .owl-next {
    position: absolute;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}

.main-slider:hover.main-slider .owl-prev {
    left: 10px;
    visibility: visible;
    opacity: 1;
}

.main-slider:hover.main-slider .owl-next {
    right: 10px;
    visibility: visible;
    opacity: 1;
}

.slider-item {
    width: 100%;
    height: 400px;
}

.slider-item img {
    width: 100%;
}

/*==== SLIDER CSS END ====  */

/*==== FRONT CATEGORY  CSS START ====  */
.hot-deals-section {
    padding: 25px 0;
}

.hot-deals-inner {
    background-color: #ffefcf;
    padding: 5px 5px 20px 5px;
}

.hot-deals-img img {
    width: 100px;
}

.hot-deals-product {
    border: 1px solid #e80a0a;
}

.deals-discount {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #fff;
    padding: 0 10px;
}

.discount-wrapper {
    position: relative;
}

.discount-wrapper img {
    width: 45px !important;
}

.discount-wrapper span {
    position: absolute;
    top: 6px;
    left: 8px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.discount-wrapper span:last-child {
    top: 21px;
    left: 10px;
    font-size: 11px;
}

.hot-deals-btn {
    text-align: right;
}

.hot-deals-btn a {
    color: #ef4523;
    font-weight: 900;
    margin-top: 15px;
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
}

.hotdeals-slider-one {
    margin-bottom: 15px;
}

.hotdeal_price {
    position: absolute;
    background-color: #0089cf;
    right: 1px;
    bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-weight: bold;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.custom_paginate {
    margin-top: 35px;
}

.custom_paginate .pagination {
    display: flex;
    justify-content: center;
}

/*==== FRONT CATEGORY  CSS END ====  */

/*==== FOOTER  CSS START ====  */

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}

.footer-menu ul li a {
    color: #959595;
    margin: 8px 0;
    display: block;
    transition: 0.35s all;
}

.footer-top {
    padding: 50px 0;
    background: var(--footer-bg);
}

.footer-about p {
    text-align: center;
    margin: 5px 0;
    color: #000000;
    font-size: 16px;
}

.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: #dee5e5;
    margin: 10px 0;
}

.footer-about ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: var(--secondary-color);
    margin-left: 2px !important;
}

.footer-about ul li a .feather {
    color: #fff;
}

.footer-about {
    text-align: center;
    padding-right: 70px;
}

.footer-about a {
    display: block;
    color: #000;
}

.footer-about a img {
    height: auto;
    width: 110px;
    object-fit: contain;
}

.footer-menu .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #000;
    margin: 8px 0 !important;
    display: block;
}

.footer-hotlint {
    color: #f1ffe7;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

/* =========================
   FOOTER COPYRIGHT
========================= */

.footer-bottom{
    background: var(--copyright-bg);
    padding: 12px 0;
}

.footer-bottom .copyright{
    text-align:center;
}

.footer-bottom .copyright p{
    color:#fff !important;
    margin:0;
    font-size:14px;
    text-align:center;
}

.footer-bottom .copyright .copyright-link{
    color:#fff !important;
    text-decoration:none;
    transition:.3s ease;
}

.footer-bottom .copyright .copyright-link:hover{
    color:var(--secondary-color) !important;
}

/* Mobile */

@media(max-width:768px){

    .footer-bottom .copyright p{
        font-size:13px;
        line-height:1.8;
        padding:0 10px;
    }

}
/*==== FOOTER CSS END ====  */

/* =========================================================
   MOBILE BOTTOM NAV — PREMIUM FLOATING STYLE
   ========================================================= */

.footer_nav{
    display:none;
}

@media (max-width:768px){

    .footer_nav{
        display:block !important;

        position:fixed !important;

        left:10px !important;
        right:10px !important;
        bottom:10px !important;

        width:auto !important;
        height:76px !important;

        background:#fff !important;

        border-radius:10px !important;

        padding:8px 8px !important;

        border:1px solid rgba(0,0,0,.06) !important;

        box-shadow:
            0 12px 35px rgba(0,0,0,.14),
            0 4px 12px rgba(0,0,0,.06);

        z-index:99999 !important;
    }


    /* =====================================================
       REMOVE OLD NAV SHAPES
       ===================================================== */

    .footer_nav::before,
    .footer_nav::after,
    .footer_nav ul li:nth-child(3)::before,
    .footer_nav ul li:nth-child(3)::after{
        display:none !important;
        content:none !important;
    }


    /* =====================================================
       NAV GRID
       ===================================================== */

    .footer_nav ul{
        display:grid !important;

        grid-template-columns:repeat(5,1fr);

        align-items:center;

        height:100%;

        margin:0 !important;
        padding:0 !important;

        list-style:none;
    }


    /* =====================================================
       NAV ITEM
       ===================================================== */

    .footer_nav ul li{
        position:relative;

        display:flex;
        align-items:center;
        justify-content:center;

        height:100%;

        text-align:center;

        background:transparent !important;
    }


    /* =====================================================
       NAV LINK
       ===================================================== */

    .footer_nav ul li a{
        width:100%;
        height:100%;

        display:flex !important;

        flex-direction:column;

        align-items:center;
        justify-content:center;

        gap:3px;

        color:#6b7280 !important;

        font-size:11px !important;
        font-weight:600 !important;

        line-height:1.2;

        text-decoration:none !important;

        transition:.25s ease;
    }


    .footer_nav ul li a:hover,
    .footer_nav ul li a.active{
        color:var(--primary-color) !important;
    }


    /* =====================================================
       NAV ICONS — SMALLER
       ===================================================== */

    .footer_nav ul li a i,
    .footer_nav ul li a svg{
        width:20px !important;
        height:20px !important;

        display:flex !important;

        align-items:center;
        justify-content:center;

        font-size:18px !important;

        color:#6b7280 !important;

        transition:.25s ease;
    }


    .footer_nav ul li a:hover i,
    .footer_nav ul li a:hover svg,
    .footer_nav ul li a.active i,
    .footer_nav ul li a.active svg{
        color:var(--primary-color) !important;
    }


    /* =====================================================
       HOME ITEM
       ===================================================== */

    .footer_nav ul li:nth-child(3){
        position:relative;

        background:transparent !important;

        overflow:visible !important;
    }


    /* =====================================================
       HOME CIRCLE
       ===================================================== */

    .footer_nav ul li:nth-child(3) a{
        position:relative;

        width:66px !important;
        height:66px !important;

        margin-top:-25px !important;

        padding:0 !important;

        display:flex !important;

        align-items:center;
        justify-content:center;

        gap:0;

        border-radius:50% !important;

        background:var(--gradient-color) !important;

        border:4px solid #fff !important;

        color:#fff !important;

        box-shadow:
            0 8px 22px rgba(var(--primary-rgb),.22),
            0 3px 8px rgba(0,0,0,.10);

        z-index:5;
    }


    /* =====================================================
       HOME ICON — SMALLER
       ===================================================== */

    .footer_nav ul li:nth-child(3) a i,
    .footer_nav ul li:nth-child(3) a svg{
        width:26px !important;
        height:26px !important;

        font-size:23px !important;

        color:#fff !important;

        margin:0 !important;
    }


    /* =====================================================
       HOME HOVER / ACTIVE
       ===================================================== */

    .footer_nav ul li:nth-child(3) a:hover,
    .footer_nav ul li:nth-child(3) a.active{
        background:var(--gradient-color) !important;

        color:#fff !important;

        transform:none !important;
    }


    .footer_nav ul li:nth-child(3) a:hover i,
    .footer_nav ul li:nth-child(3) a:hover svg,
    .footer_nav ul li:nth-child(3) a.active i,
    .footer_nav ul li:nth-child(3) a.active svg{
        color:#fff !important;
    }


    /* =====================================================
       CART BADGE
       ===================================================== */

    .footer_nav li{
        position:relative;
    }


    .footer_nav .mobilecart-qty{
        position:absolute !important;

        top:2px !important;
        right:calc(50% - 25px) !important;

        width:18px !important;
        height:18px !important;

        display:flex !important;

        align-items:center;
        justify-content:center;

        background:#ef3340 !important;

        color:#fff !important;

        border-radius:50% !important;

        font-size:9px !important;
        font-weight:700 !important;

        line-height:18px !important;

        border:2px solid #fff !important;

        z-index:20;
    }


    /* =====================================================
       BODY SPACE
       ===================================================== */

    body{
        padding-bottom:100px !important;
    }


    .footer-bottom{
        padding-bottom:20px !important;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width:380px){

    .footer_nav{
        left:8px !important;
        right:8px !important;
        bottom:8px !important;

        height:72px !important;

        padding:7px 5px !important;

        border-radius:10px !important;
    }


    .footer_nav ul li a{
        font-size:10px !important;
    }


    /* Smaller normal icons */

    .footer_nav ul li a i,
    .footer_nav ul li a svg{
        font-size:17px !important;

        width:19px !important;
        height:19px !important;
    }


    /* Smaller home circle */

    .footer_nav ul li:nth-child(3) a{
        width:62px !important;
        height:62px !important;

        margin-top:-23px !important;
    }


    /* Smaller home icon */

    .footer_nav ul li:nth-child(3) a i,
    .footer_nav ul li:nth-child(3) a svg{
        width:24px !important;
        height:24px !important;

        font-size:21px !important;
    }


    /* Smaller cart badge */

    .footer_nav .mobilecart-qty{
        width:17px !important;
        height:17px !important;

        font-size:8px !important;

        line-height:17px !important;
    }
}

/* BODY SPACE */

@media (max-width:768px){

    body{
        padding-bottom:5px;
    }

    .footer-bottom{
        padding-bottom:80px !important;
    }

}

/*==== DETAILS CSS START ====  */
.product-section {
    padding: 30px 0;
    background: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-cart .name {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.details-price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}

.product-code p {
    display: inline-block;
    background: var(--secondary-color);
    color: #fff;
    padding: 0px 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    line-height: 0;
    margin-bottom: 10px;
}

.details-price del {
    color: #bbb;
    margin: 5px 0;
    font-size: 19px;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid #222;
    height: 40px;
    overflow: hidden;
    width: 130px;
    margin-top: 10px;
}

.qty-cart {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-right: 1px solid #222;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-left: 1px solid #222;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.order_now_btn {
    font-size: 18px;
    color: #fff;
    background-color: #F7D100;
    border: 1px solid #F7D100;
    border-radius: 3px;
    width: 50%;
    margin-left: 5px;
    font-family: "Potro Sans Bangla";
    height: 45px;
    margin-top: 10px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.order_now_btn:hover,
.order_now_btn:active {
    color: white !important;
    background-color: #0D6EFD !important;
    border-color: #0D6EFD !important;
    outline: 0;
    color: #fff !important;
}

.add_cart_btn {
    color: #fff;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 0;
    width: 50%;
    height: 45px;
    margin-top: 10px;
    border-radius: 5px;
}

.call_now_btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call_now_btn i {
    margin-right: 10px;
}

.add_cart_btn:hover,
.add_cart_btn:active {
    color: #fff !important;
    background-color: #130179 !important;
    border-color: #130179 !important;
}

.features {
    border: 1px solid #ddd;
    border-top: 4px solid #000000;
    padding: 10px 10px 20px 10px;
}

.features .icon {
    width: 35px;
    font-size: 23px;
    height: 45px;
}

.features .text {
    font-size: 15px;
}

.feature-products {
    border-right: 1px solid #e8e8e8;
    height: 100%;
    padding-top: 32px;
}

.feature-products-wrapper {
    padding: 0px 10px;
}

.feature-products p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
    padding: 1px 0;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    padding: 8px 0;
    position: relative;
}

.feature-products p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40px;
    background-color: #ddd;
}

.feature-products tr {
    height: auto;
    padding: 0 10px;
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.feature-products .img {
    width: 55px;
}

.feature-products .title {
    font-size: 14px;
    padding-bottom: 5px;
}

.delivery_details tr td {
    color: #000000 !important;
}

.delivery_details .potro_font {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 0;
}

.related-title {
    margin-bottom: 15px;
}

.related-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.tab-description li {
    display: block;
    position: relative;
    margin-left: 15px;
    margin: 5px 0;
    font-size: 15px;
}

.tab-content {
    padding: 30px 15px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 12px;
}

.details-action-box .section-head {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    display: flex;
}

.details-action-box .section-head .title {
    text-align: left;
    flex: 1 1 auto;
}

.section-head h2 {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 0;
    text-align: left;
    color: #000;
}

.details-action-box .section-head .action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.details-action-box .section-head .action .details-action-btn {
    padding: 5px 20px;
    background-color: #fff;
    border: 2px solid var(--secondary-color);
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: var(--secondary-color);
    cursor: pointer;
}

.review-card {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
}

.review_star {
    color: #FF7E22;
    margin-bottom: 7px;
}

.details-action-box .empty-content {
    padding: 50px 0;
    text-align: center;
}

.details-action-box .empty-content i {
    font-size: 3rem;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    color: var(--secondary-color);
}

p.empty-text {
    text-align: center;
}

.insert-review a {
    background: red;
    width: 300px;
    text-align: center;
    padding: 5px 9px;
    color: white;
    font-weight: 500;
}

/*===============*/
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}

.rating>label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-weight: 600;
    color: #009e60;
}

.rating label {
    font-size: 20px !important;
    cursor: pointer !important;
}

textarea#message-text {
    border: 2px solid;
    border-color: #009e60;
    max-width: 450px;
}

.rating>label.active:before,
.rating>label.active~label:before,
.rating>label:hover:before,
.rating>label:hover~label:before {
    content: "\2605";
    position: absolute;
    color: #009e60;
}

.rating input {
    display: none;
}

button.details-review-button {
    min-width: 126px;
    background: #0f821d;
    margin-top: 10px;
    padding: 7px;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

/*==== DETAILS CSS END ====  */

/*====  CATEGORY CSS START ====  */
.page_title p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.page_title {
    margin-bottom: 25px;
}

.cust_according_body ul li {
    display: block;
}

.cust_according_body ul li a {
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.cust_according_body ul li:hover a {
    background-color: var(--secondary-color);
}

.subcategory-filter-label {
    display: flex;
    column-gap: 10px;
    padding: 5px 10px;
    cursor: pointer;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
}
.subcategory-filter-list p {
    color: #555;
}
.subcategory-filter-label:hover {
    background-color: var(--secondary-color);
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid var(--secondary-color);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
    margin-top: 3px;
}

.subcategory-filter-label input[type=checkbox]:checked {
    background-color: var(--secondary-color);
    opacity: 1;
}

.subcategory-filter-label input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 11px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -2px 0 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.filter-price-inputs {
    display: flex;
    justify-content: space-between;
}

p.min-price input {
    width: 70px;
}

p.max-price input {
    width: 70px;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: var(--secondary-color);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 50px;
}

.cust_according_body {
    padding: 10px 0;
}

.slider-box {
    padding: 10px 25px;
}
/*====  CATEGORY CSS END ====  */

/*====  QUICK VIEW CSS START ====  */
#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}

html, body {
  overflow-x: hidden;
}

#custom-modal {
    display: none;
}

.modal-view {
    position: fixed;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 18px;
}

.quick-view-inner {
    overflow: hidden;
}

.quick-product .name {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}

.quick-product-img {
    width: 40%;
    float: left;
}

.quick-product-content {
    width: 60%;
    float: left;
    padding: 0 20px;
}

/*====  QUICK VIEW CSS END ====  */

.sec_title {
    margin-bottom: 10px;
    color: var(--primary-color) !important;
}

.section-title-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.section-title-header .section-title-name {
    font-size: 20px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    padding-bottom: 10px;
    position: relative;
    bottom: -2px;
    text-transform: capitalize;
}

@media (max-width:768px){

    .section-title-header .section-title-name{
        font-size:18px !important;
        font-weight:700;
    }

}

li.see_more_btn {
    text-align: end;
}

li.recent_pro {
    font-size: 15px;
}

.sec_title i {
    font-size: 10px;
    margin-left: 5px;
}

/*====  LOADING SPINNER CSS END ====  */
#loading {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
}

.custom-loader {
    width: 50px;
    height: 50px;
    --c: radial-gradient(farthest-side, var(--secondary-color) 92%, #0000);
    background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    animation: s7 0.5s infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}

@keyframes s7 {
    to {
        transform: rotate(0.5turn);
    }
}

/*====   LOADING SPINNER CSS END ====  */

/*====   WISHLIST MODAL CSS START ====  */
#custom-modal .title {
    font-weight: 600;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.wishlist-modal .quantity {
    font-weight: 500;
    color: #777;
}

.wishlist-modal {
    margin-top: 25px;
}

.wishlist-modal .name {
    text-align: left;
    margin: 0;
}

.wishlist-modal .price {
    color: var(--secondary-color);
    font-size: 26px;
    font-weight: 600;
    margin: 12px 0;
}

.continue-confirm {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    margin-top: 15px;
}

.continue-btn {
    background: #ddd;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    transition: 0.35s all;
}

.confirm-btn {
    background: var(--secondary-color);
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.35s all;
}

.continue-btn:hover,
.confirm-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

/*====   WISHLIST MODAL CSS END ====  */

/*====   WISHLIST CSS START ====  */
.vcart-inner {
    background: #f5f7f9;
    padding: 20px 25px;
    border-radius: 5px;
}

.vcart-content img {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    padding: 1px;
}

.cart_name {
    max-width: 185px;
}

.cart-title h4 {
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}

.vcart-content table th {
    color: #666;
}

.vcart-content table td {
    font-size: 15px;
}

.remove-cart, .remove-cart:focus {
    background: #e20c15;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

.remove-cart .feather {
    color: #fff;
}

.wcart-btn,
.wcart-btn:focus {
    background: var(--secondary-color);
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    outline: 0;
}

/*==== WISHLIST CSS END ====  */

/*====  CART CSS START ====  */
.vcart-qty .quantity {
    margin-top: 0 !important;
}

.vcart-qty .quantity .minus {
    left: 0;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcart-qty .quantity .plus {
    right: 0;
    height: 33px;
    line-height: 33px;
    font-size: 20px;
}

.cart-summary {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
}

.cart-summary h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.cshort-summary p strong {
    font-size: 15px;
    display: block;
    margin: 8px 0;
}

.cart-summary table td {
    padding: 10px 0 !important;
    text-transform: capitalize;
    font-size: 15px;
}

.cart-summary table td:last-child {
    text-align: right;
}

.coupon-form {
    margin-top: 25px;
}

.coupon-form form {
    display: inline-block;
    width: 300px;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px;
    text-transform: capitalize;
}

.coupon-form form button {
    width: 20%;
    background: var(--secondary-color);
    color: #fff;
    height: 38px;
    border-radius: 0px 5px 5px 0px;
}

/*====  CART CSS END ====  */

/*==== LOGIN CSS START ====*/

.auth-section input,
.auth-section input:focus{
    border:1px solid #dce9e3;
    background:#fff;
    transition:.3s ease;
}

/* Input Focus */

.auth-section input:hover{
    border-color:rgba(var(--secondary-rgb),.40);
}

.auth-section input:focus{
    border-color:var(--secondary-color) !important;
}

/* Register Button */

.register-now.no-account a{
    text-align:center;
    display:block !important;
    width:100%;

    border:1px solid rgba(var(--secondary-rgb),.20);

    color:var(--primary-color);

    background:#fff;

    transition:.35s ease;
}

.register-now.no-account a:hover{
    background:var(--primary-color);
    border-color:var(--primary-color);
    color:#fff !important;
}

/* Form Group */

.form-content form .form-group{
    position:relative;
}

/* Label */

.form-content form label{
    font-size:14px;
    font-weight:600;
    margin-bottom:10px;

    color:var(--primary-color);
}

/* Bottom Text */

.no-account p{
    margin-bottom:10px;
    margin-top:10px;
    text-align:center;

    color:#6b7280;
}

/* Main Box */

.form-content{

    background:#fff;

    border-radius:12px;

    margin:25px 0;

    border:1px solid rgba(var(--primary-rgb),.08);

    overflow:hidden;

    position:relative;

    box-shadow:
        0 10px 30px rgba(var(--primary-rgb),.08),
        0 3px 10px rgba(0,0,0,.04);
}

/* Premium Top Border */

.form-content::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:4px;

    background:var(--gradient-color);
}

/* Form Area */

.form-content form{
    padding:0 15px;
}

/* Title */

.auth-title{

    font-size:20px;

    font-weight:700;

    text-align:center;

    margin-bottom:7px;

    color:var(--primary-color);

    text-transform:uppercase;

    padding:12px 15px;

    background:
        linear-gradient(
            to right,
            rgba(var(--primary-rgb),.04),
            rgba(var(--secondary-rgb),.04)
        );

    border-bottom:1px solid rgba(var(--primary-rgb),.08);
}

/* Login Button */

.submit-btn{

    background:var(--gradient-color) !important;

    border:none !important;

    color:#fff !important;

    transition:.35s ease;
}

.submit-btn:hover{

    color:#fff !important;

    transform:translateY(-1px);

    box-shadow:
        0 8px 20px rgba(var(--secondary-rgb),.25);
}

/* Forgot Password */

.forget-link{

    color:var(--secondary-color);

    transition:.3s ease;
}

.forget-link:hover{

    color:var(--primary-color);
}

/* OTP Icon */

.resend_otp .feather{
    position:relative !important;
    top:0 !important;
    left:0 !important;
}

/* OTP Button */

.resend_otp button{

    border-bottom:1px solid var(--secondary-color);

    color:var(--secondary-color);

    background:none;

    transition:.3s ease;
}

.resend_otp button:hover{

    color:var(--primary-color);

    border-color:var(--primary-color);
}

/*==== LOGIN CSS END ====*/

/*====  BRAND CSS START ====  */

.brand-section {
    position: relative;
}

.brand-item img {
    opacity: 0.4;
    transition: 0.35s all;
}

.brand-item img:hover {
    opacity: 1;
}

.brand-slider .owl-nav button span {
    font-size: 35px;
}

.brand-slider .owl-nav button {
    height: 50px;
    width: 45px;
    background: #ddd !important;
    transition: 0.35s all;
}

.brand-slider .owl-nav button:hover {
    background: var(--secondary-color) !important;
    color: #fff;
}

.brand-slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

.brand-slider .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

/*====  BRAND CSS END ====  */

/*==== PREMIUM CUSTOMER PROFILE START ====*/

.customer-section{
    padding:30px 0;
}

/* Profile Card */

.customer-auth{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    padding:20px;
    border-radius:18px;
    border:1px solid rgba(0,0,0,.05);
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    margin-bottom:20px;
}

.customer-img img,
.backend_img{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:50%;
    border:3px solid var(--primary-color);
    padding:3px;
    background:#fff;
}

.customer-name h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:5px;
    color:var(--primary-color);
}

.customer-name p{
    margin:0;
    color:#6b7280;
    font-size:14px;
}

/* Sidebar */

.sidebar-menu{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(0,0,0,.05);
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.sidebar-menu ul{
    margin:0;
    padding:0;
}

.sidebar-menu ul li{
    display:block;
    border-bottom:1px solid #eef2f7;
}

.sidebar-menu ul li:last-child{
    border-bottom:none;
}

.sidebar-menu li a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px 18px;
    color:#374151;
    font-size:15px;
    font-weight:500;
    transition:.3s ease;
}

.sidebar-menu li a i{
    width:20px;
    text-align:center;
}

.sidebar-menu li a:hover{
    background:rgba(0,0,0,.02);
    color:var(--primary-color);
    padding-left:24px;
}

/* Active Menu */

.sidebar-menu li a.active{
    background:var(--primary-color);
    color:#fff;
}

.sidebar-menu li a.active i{
    color:#fff;
}

/* Content Area */

.customer-content{
    background:#fff;
    padding:25px;
    border-radius:18px;
    border:1px solid rgba(0,0,0,.05);
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

/* Title */

.account-title{
    margin-bottom:20px;
    padding-bottom:12px;
    font-size:22px;
    font-weight:700;
    color:var(--primary-color);
    border-bottom:2px solid #eef2f7;
}

/* Buttons */

.invoice_btn,
.invoice_btn:focus{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    background:var(--primary-color);
    color:#fff;
    font-size:13px;
    font-weight:600;
    padding:8px 14px;
    border-radius:10px;
    border:none;
    transition:.3s ease;
    text-decoration:none;
}

.invoice_btn:hover{
    background:var(--secondary-color);
    color:#fff;
    transform:translateY(-2px);
}

/* Tables */

.customer-content table{
    margin-bottom:0;
}

.customer-content table th{
    background:#f8fafc;
    color:#111827;
    font-weight:600;
    border-bottom:2px solid #eef2f7;
}

.customer-content table td{
    vertical-align:middle;
}

.customer-content table tr:hover{
    background:#fafafa;
}

/* Forms */

.customer-content input,
.customer-content select,
.customer-content textarea{
    border:1px solid #dbe3ee;
    border-radius:10px;
    min-height:45px;
}

.customer-content input:focus,
.customer-content select:focus,
.customer-content textarea:focus{
    border-color:var(--primary-color);
    box-shadow:0 0 0 3px rgba(0,0,0,.03);
}

/* Mobile */

@media(max-width:767px){

    .customer-auth{
        flex-direction:column;
        text-align:center;
    }

    .customer-img img,
    .backend_img{
        width:90px;
        height:90px;
    }

    .customer-content{
        padding:15px;
    }

    .account-title{
        font-size:18px;
    }

    .sidebar-menu{
        margin-bottom:15px;
    }
}

/* Profile Form */

.customer-content label{
    font-size:14px;
    font-weight:600;
    color:#374151;
    margin-bottom:8px;
    display:block;
}

.customer-content label i{
    width:18px;
    color:var(--primary-color);
    margin-right:6px;
}

.customer-content .form-control{
    height:50px;
    border:1px solid #dbe3ee;
    border-radius:12px;
    box-shadow:none;
    transition:.3s;
}

.customer-content .form-control:focus{
    border-color:var(--primary-color);
    box-shadow:0 0 0 4px rgba(0,0,0,.03);
}

.customer-content .select2-container--default .select2-selection--single{
    height:50px;
    border-radius:12px;
    border:1px solid #dbe3ee;
}

.customer-content .select2-container .select2-selection--single .select2-selection__rendered{
    line-height:48px;
}

.customer-content .select2-container .select2-selection--single{
    height:50px;
}

.customer-content .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:48px;
}

.submit-btn{
    background:var(--primary-color);
    color:#fff;
    border:none;
    padding:12px 30px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.submit-btn:hover{
    background:var(--secondary-color);
    transform:translateY(-2px);
}

.customer-content img.rounded-circle{
    width:70px;
    height:70px;
    object-fit:cover;
    border:3px solid var(--primary-color);
    padding:3px;
    margin-top:10px !important;
}

.profile-icon{
    color:var(--primary-color);
    width:22px;
    margin-right:8px;
    text-align:center;
}

.customer-content table td:first-child{
    font-weight:600;
    width:220px;
    color:#374151;
}

.customer-content table tr{
    vertical-align:middle;
}

.customer-content table tr:hover{
    background:#f8fafc;
}

.backend_img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid var(--primary-color);
    padding:3px;
    background:#fff;
}

/* Password Form */

.profile-form-icon{
    color:var(--primary-color);
    margin-right:8px;
    width:18px;
    text-align:center;
}

.customer-content label{
    display:flex;
    align-items:center;
    font-size:14px;
    font-weight:600;
    color:#374151;
    margin-bottom:8px;
}

.customer-content .form-control{
    height:52px;
    border:1px solid #dbe3ee;
    border-radius:12px;
    box-shadow:none;
    transition:.3s;
}

.customer-content .form-control:focus{
    border-color:var(--primary-color);
    box-shadow:0 0 0 4px rgba(0,0,0,.03);
}

.submit-btn{
    background:var(--primary-color);
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.submit-btn i{
    margin-right:8px;
}

.submit-btn:hover{
    background:var(--secondary-color);
    color:#fff;
    transform:translateY(-2px);
}

/*==== PREMIUM CUSTOMER PROFILE END ====*/

.payment_option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}

/*====  CHECKOUT CSS START ====  */
.cartlist img{
    height:30px;
    width:30px;
}
.cartlist span{
    height:20px;
    width:20px;
    border-radius:50px;
}
.chheckout-section {
    padding: 35px 0;
    margin-top:25px;
}

.checkout-shipping .card-header {
    background: #f5f7f9;
    padding: 15px 15px;
}

.checkout-shipping h5, .cart_details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.cartlist .text-left {
    text-align: left;
}
.checkout-shipping label {
    margin-bottom: 5px;
    font-size: 17px;
    font-family: Potro Sans Bangla;
    font-weight: 600;
}

.checkout-shipping h6 {
    font-weight: 600;
    color: #000;
    text-align: center;
}
.checkout-shipping h6 a{
   color: var(--secondary-color); 
}
.checkout-shipping select {
    font-size: 14px;
}

.checkout-shipping input,
.checkout-shipping input:focus,
.checkout-shipping select,
.checkout-shipping select:focus {
    border: 1px solid #ddd;
    height: 40px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 40px !important;
}

.checkout-shipping .card-header,
.checkout-shipping .card-header h4,
.checkout-shipping .card-header i,
.cart_details .card-header,
.cart_details .card-header h5,
.cart_details .card-header i{
    color:#fff !important;
}

#select2-district-container {
    line-height: 40px;
}

.select2-results li {
    display: block;
}
.checkout-shipping .form-check-input {
    height: 14px !important;
}
.nagadform p,
.bkashform p,
.rocketform p {
    padding: 5px 0;
}

.bkashform,
.nagadform,
.rocketform {
    display: none;
    background: #f5f7f9;
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
}

.order_place {
    background: var(--secondary-color);
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
}

.order_place:hover {
    background: var(--secondary-color);
}

/*====  CHECKOUT CSS END ====  */

/*====  CONTACT CSS START ====  */
.contact-section {
    padding: 15px 0;
    background: #fff;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form input:focus,
.contact-form textarea,
.contact-form textarea:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}

.social-media.footer-about {
    text-align: left;
    margin-top: 20px;
}

.social-media.footer-about li a {
    text-align: center;
}

.social-media.footer-about h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

/*====  CONTACT CSS END ====  */

/*====  ALL CATEGORY CSS START ====  */
.filter_btn, .filter_close {
    display: none;
}
.category-thumb {
    background: #f1f1f1;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
}

.category-thumb img {
    width: 20px;
}

.all-category {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-gap: 15px;
}

.category-thumb p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.menu-more {
    color: var(--secondary-color) !important;
    font-weight: 600;
}

.menu-more i {
    color: var(--secondary-color) !important;
    font-weight: 600;
}

/* ===== Premium Filter Sidebar ===== */

.sidebar_item .accordion-header button{
    padding: 15px 15px !important;
    font-size: 13px;
}

.subcategory-filter-label{
    padding: 3px 12px !important;
    font-size: 13px;
}

.category-sidebar,
.filter_sidebar{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
}

/* Accordion Item */

.card,
.filter-card,
.accordion-item{
    border:none !important;
    border-radius:16px !important;
    overflow:hidden;
    margin-bottom:15px;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

/* Accordion Header */

.card-header,
.filter-header,
.accordion-button{
    background:linear-gradient(
        135deg,
        var(--primary-color),
        var(--secondary-color)
    ) !important;

    border:none !important;
    padding:18px 20px !important;

    font-size:16px;
    font-weight:700;
    color:#fff !important;

    display:flex;
    align-items:center;
    justify-content:space-between;

    letter-spacing:.3px;
}

/* Arrow */

.card-header i,
.filter-header i,
.accordion-button i{
    font-size:18px;
    transition:.35s;
}

.card-header.active i,
.accordion-button:not(.collapsed) i{
    transform:rotate(180deg);
}

/* Body */

.card-body,
.filter-body,
.accordion-body{
    background:#fff;
    padding:18px;
}

/* Category List */

.category-sidebar ul li,
.filter_sidebar ul li{
    border-bottom:1px solid #eef2f7;
}

.category-sidebar ul li:last-child,
.filter_sidebar ul li:last-child{
    border-bottom:none;
}

.category-sidebar ul li a,
.filter_sidebar ul li a{
    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:8px 0;

    color:#374151;
    font-size:14px;
    font-weight:600;

    transition:.3s;
}

.category-sidebar ul li a:hover,
.filter_sidebar ul li a:hover{
    background:#f8fafc;
    color:var(--primary-color);
    padding-left:8px;
    border-radius:8px;
}

/* Price Slider */

.ui-slider{
    height:8px !important;
    border:none !important;
    border-radius:50px !important;
    background:#edf2f7 !important;
}

.ui-slider-range{
    background:linear-gradient(
        135deg,
        var(--primary-color),
        var(--secondary-color)
    ) !important;
}

.ui-slider-handle{
    width:20px !important;
    height:20px !important;
    border-radius:50% !important;

    border:3px solid #fff !important;
    background:var(--primary-color) !important;

    box-shadow:0 4px 15px rgba(0,0,0,.15);
}

/* Price Box */

.price-input{
    display:flex;
    gap:10px;
}

.price-input input{
    width:100%;
    height:45px;

    border:1px solid #dbe3ee;
    border-radius:12px;

    text-align:center;
    font-weight:600;
}

/* Filter Button */

.filter-btn,
.price-btn{
    width:100%;
    height:46px;

    border:none;
    border-radius:12px;

    background:linear-gradient(
        135deg,
        var(--primary-color),
        var(--secondary-color)
    );

    color:#fff;
    font-weight:600;

    transition:.3s;
}

.filter-btn:hover,
.price-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

/* Filter Item */

.subcategory-filter-list label{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 12px;
    border-radius:10px;
    transition:.3s;
    cursor:pointer;
}

/* Hover */

.subcategory-filter-list label:hover{
    background:#f8fafc;
}

/* Hover Text */

.subcategory-filter-list label:hover .subcategory-filter-name{
    color:var(--primary-color);
}

/* Active */

.subcategory-filter-list input:checked + .subcategory-filter-name{
    color:#fff !important;
    font-weight:600;
}

.subcategory-filter-list input:checked{
    accent-color:var(--secondary-color);
}

.subcategory-filter-list label:has(input:checked){
    background:var(--secondary-color);
    border-radius:10px;
}

.accordion-button i{
    font-size:16px;
    margin-right:10px;
    color:#fff;
}

.accordion-button{
    display:flex !important;
    align-items:center !important;
}

/* ===== Category Filter List ===== */

.subcategory-filter-list{
    list-style:none;
    margin:0;
    padding:0;
}

.subcategory-filter-label{
    display:flex !important;
    align-items:center !important;
    gap:12px;

    width:100%;
    padding:10px 12px !important;

    border-radius:10px;
    cursor:pointer;
    transition:.3s;

    margin-bottom:0;
}

/* Checkbox */

.subcategory-filter-label input[type="checkbox"]{
    width:20px;
    height:20px;

    margin:0 !important;
    flex-shrink:0;

    accent-color:var(--secondary-color);
}

/* Text */

.subcategory-filter-name{
    margin:0 !important;
    padding:0 !important;

    display:flex;
    align-items:center;

    color:#1f2937;
    font-size:15px;
    font-weight:500;
    line-height:1.4;

    transition:.3s;
}

/* Hover */

.subcategory-filter-label:hover{
    background:#f8fafc;
    padding-left:18px !important;
}

.subcategory-filter-label:hover .subcategory-filter-name{
    color:var(--primary-color);
}

/* Active */

.subcategory-filter-label:has(input:checked){
    background:transparent !important;
}

.subcategory-filter-label input:checked + .subcategory-filter-name{
    color:#1f2937 !important;
    font-weight:600;
}

/* Category List Border */

.filter_sidebar ul li{
    border-bottom:1px solid #eef2f7;
}

.filter_sidebar ul li:last-child{
    border-bottom:none;
}

/* Desktop Sort Dropdown */

.page-sort{
    display:flex;
    justify-content:flex-end;
}

.sort{
    width:300px !important;
    height:50px !important;

    border:1px solid #e5e7eb !important;
    border-radius:14px !important;

    background:#fff !important;

    font-size:15px !important;
    font-weight:600 !important;
    color:#1f2937 !important;

    padding:0 45px 0 18px !important;

    box-shadow:0 4px 15px rgba(0,0,0,.05);
    transition:.3s;
    cursor:pointer;
}

.sort:hover{
    border-color:var(--primary-color) !important;
}

.sort:focus{
    border-color:var(--primary-color) !important;
    box-shadow:0 0 0 4px rgba(34,197,94,.12) !important;
}

.page-sort .form-select{
    background-position:right 18px center !important;
    background-size:14px !important;
}

@media (max-width:767px){

    .sorting-section{
        background:#fff;
        padding:10px;
        border-radius:18px;
        margin-bottom:12px;
        box-shadow:0 3px 12px rgba(0,0,0,.05);
    }

    .filter_sort{
        display:grid;
        grid-template-columns:55px 1fr;
        gap:8px;
        align-items:center;
        padding:0;
        margin-top:8px;
    }

    /* Filter Open Button */

    .filter_btn{
        width:42px !important;
        height:42px !important;
        padding:0 !important;

        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        border:none !important;
        border-radius:10px !important;

        background:linear-gradient(
            135deg,
            var(--primary-color),
            var(--secondary-color)
        ) !important;

        color:#fff !important;

        box-shadow:0 6px 15px rgba(0,0,0,.10);
    }

    .filter_btn i,
    .filter_btn svg{
        font-size:20px !important;
        margin:0 !important;
        line-height:1 !important;
    }

    /* Filter Close Button */

.filter_close{
    height:50px;
    width:100%;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px;

    border:none !important;
    border-radius:20px;

    background:linear-gradient(
        135deg,
        var(--primary-color),
        var(--secondary-color)
    ) !important;

    color:#fff !important;
    font-size:18px;
    font-weight:600;

    padding:0 20px !important;
    line-height:1 !important;

    box-shadow:0 6px 15px rgba(0,0,0,.12);
}

.filter_close i{
    margin:0 !important;
    line-height:1 !important;
    font-size:18px;
}

    .filter_close:hover{
        transform:scale(1.05);
    }

    /* Sort Dropdown */

    .form-control.form-select.sort{
        height:45px !important;
        border-radius:10px !important;
        padding-left:15px !important;
        font-weight:600;
    }

    /* Breadcrumb */

    .category-breadcrumb{
        margin-bottom:8px !important;
    }
}

@media (max-width:767px){

    .page-sort{
        width:100%;
    }

    .sort{
        width:100% !important;
        height:48px !important;

        font-size:14px !important;
        font-weight:600 !important;

        padding:0 30px 0 12px !important;

        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
}

    .sort:focus{
        border-color:var(--primary-color) !important;
        box-shadow:0 0 0 3px rgba(34,197,94,.12) !important;
    }

    .page-sort .form-select{
        background-position:right 12px center !important;
        background-size:12px !important;
    }
}

/*====  ALL CATEGORY CSS END ====  */

.page-description ul li {
    display: list-item;
    list-style: initial;
}

.page-description ul {
    padding-left: 20px;
}

.front-view-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 50px;
}

.front-view-image {
    margin-bottom: 15px;
}

.front-view-image a {
    display: block;
}

.front-view-image a img{
    width:120px;
    height:120px;
    border-radius:20px;
    border:3px solid var(--secondary-color);
}

.front-view-item{
    background:#fff;
    padding:15px;
    border-radius:20px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.front-view-item:hover .front-view-image a img {
    transform: translateY(-20px);
}

.front-view-title a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--primary-color) !important;
}

.category-banner-products {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 7px;
    background: #fff;
}

.home-page-section-title-box {
    margin-bottom: 10px;
}

.home-page-section-title-box h3 {
    font-size: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.view-all-button-box.pull-right {
    float: right;
}

a.custom-button {
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(11 15 25 / 6%), 0 0.125rem 0.4rem -0.0625rem rgb(11 15 25 / 3%) !important;
    display: inline-block;
    position: relative;
    background: transparent;
    transition: color 0.1s linear 0.05s;
    text-decoration: none;
}

.product-item-box {
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 12%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.product-img-outer-box {
    position: relative;
    overflow: hidden;
}

.product-img-outer-box a {
    border-radius: 10px 10px 0px 0px;
}

.product-img-outer-box a img {
    transform: scale(1);
    transition: all 0.5s ease-out;
    object-fit: contain;
    background: #fff;
    width: 100%;
}

.product-img-outer-box a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}

.product-desc-main-box {
    padding: 5px;
    text-align: center;
}

.product-title-box h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-title-box h4 a {
    font-size: 14px;
}

.product-price-box h4 {
    font-weight: bold !important;
    font-size: 14px;
    color: #b70053;
    font-family: var(--font);
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev,
.product-inner button.owl-next,
.related-product-section button.owl-next {
    top: 50%;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}

.product-inner button.owl-prev i,
.related-product-section button.owl-prev i,
.product-inner button.owl-next i,
.related-product-section button.owl-next i {
    width: 35px;
    height: 35px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-inner button.owl-prev:hover i,
.related-product-section button.owl-prev:hover i,
.product-inner button.owl-next:hover i,
.related-product-section button.owl-next:hover i {
    background-color: var(--secondary-color);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1.3);
    color: #fff;
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev {
    left: 0;
}

.related-product-section button.owl-prev {
    left: -40px;
}

.product-inner button.owl-next,
.related-product-section button.owl-next {
    right: 0;
}

.related-product-section button.owl-next {
    right: -40px;
}

section.product-inner {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title-left h4 {
    font-size: 30px;
}

.product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block;
}

.product-inner .product-img-outer-box a {
    height: 290px;
}

.category-banner-products .product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
}

.slide-img-box {
    border-radius: 10px;
    overflow: hidden;
}

.category-img-banner {
    margin-bottom: 15px;
}

.category-img-banner a {
    display: block;
    overflow: hidden;
}

.category-img-banner a img {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 15px;
}

.category-img-banner:hover a img {
    transform: scale(0.95);
}

.category-main-section {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}

.menu-logo a {
    display: block;
}

.campaign-item a {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.campaign-item a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.campaign-main-section {
    border-top: 1px dashed #ccc;
    padding: 25px 5px;
}

.qty-cart .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #087bce;
    border-radius: 0;
    color: #fff;
    height: 48px;
    width: 160px;
}

.section-meta-description {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*Design By Milon */

.sec_title H2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-breadcrumb a {
    font-size: 16px;
    color: #666666b3;
    font-weight: 400;
}

.category-breadcrumb span {
    color: #666666b3;
}

.category-breadcrumb strong {
    font-size: 16px;
}

.main_product_inner {
    display: grid;
    grid-gap: 10px;
    overflow: visible;
    padding-top: 10px;
}

.category-product {
    grid-template-columns: repeat(5, 1fr);
}

.product_item_inner {
    border-bottom: 0;
    transition: 0.35s all;
}

.product_item_inner .sale-badge {
    position: absolute;
    top: 15px;
    right: 4px;
    z-index: 1;
}

.product_item_inner .sale-badge-inner {
    --sale-badge-width: 45px;
    width: var(--sale-badge-width);
    height: var(--sale-badge-width);
}

.product_item_inner .sale-badge-box {
    background-color: #FF0034;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_item_inner span.sale-badge-text {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

.wist_item {
    position: relative;
}

.quick_view_hard {
    position: absolute;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: 0.4s all;
    top: 0px;
    right: 5px;
}

.wist_item:hover .quick_view_hard {
    opacity: 1;
    overflow: visible;
    z-index: 1;
    visibility: visible;
}

.quick_view_hard a {
    border: 2px solid;
    border-color: silver;
    border-radius: 50%;
    font-size: 20px;
    height: 38px;
    width: 38px;
    z-index: 1;
    transition: 0.3s all;
    color: silver;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_view_hard a:hover {
    background: #a92c2c;
    color: #fff;
    border: 2px solid #a92c2c;
}

.product_item:hover .product_item_inner {
    border-color: var(--secondary-color);
}

.product_item {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #ddd;
    transition: 0.35s all;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.quick_view_btn {
    width: 100%;
    background: #1b6ab0;
    position: absolute;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: 0.4s all;
    padding: 5px 0px;
    text-align: center;
    bottom: -45px;
}

.product_item:hover .quick_view_btn {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    bottom: 0;
}

.quick_view_btn button {
    font-size: 15px;
    color: white;
    background-color: transparent;
    font-weight: 500;
    text-transform: uppercase;
}

.product_item:hover .quick_view_hard {
    opacity: 1;
    overflow: visible;
    z-index: 1;
    visibility: visible;
}

.pro_name{
    padding:0 8px;
    text-align:center;
    margin-top:12px;
}

.pro_name a{
    display:block;
    font-size:16px !important;
    font-weight:600;
    color:var(--primary-color);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width:100%;
}

/* Product Image */

.pro_img{
    width:100%;
    aspect-ratio:1/1;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#f8fbfa;

    border-radius:14px;
    overflow:hidden;
}

.pro_img img{
    width:100%;
    height:100%;

    object-fit:contain;

    transition:.5s;
}

.product_item_inner:hover .pro_img img {
    transform: scale(1.1);
}
.product_item:hover {
    border-color: var(--secondary-color) !important;
}

.pro_des {
    text-align: center;
}

.pro_price {
    margin-bottom: 5px;
}

.pro_price p {
    color: var(--secondary-color);
    font-weight: 500;
    margin-top: 0px;
    text-align: center;
}

.pro_btn form {
    text-align: center;
}
.pro_btn {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4px;
}
.pro_btn button {
    background: var(--secondary-color);
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all .5s ease;
    border-radius: 5px;
}

.cart_btn a {
    background: var(--secondary-color);
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease;
    padding: 6px 0;
    border-radius: 5px; 
}

.cart_btn a:hover {
    background: #1b6ab0;
}

.pro_btn button:hover {
    background: #1b6ab0;
}

.pro_price del {
    color: blue;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
}

.discount {
    position: absolute;
    top: 5px;
    background: var(--secondary-color);
    padding: 2px 7px;
    border-radius: 20px;
    right: 6px;
}

.discount p {
    color: #fff;
    font-size: 11px;
}

.pro_name a:hover {
    text-decoration: underline;
}

section.createpage-section {
    padding: 50px 0;
    background: #fff;
    margin-bottom: 10px;
}

.category-slider {
    margin-top: 25px;
}

.category-item {
    padding: 25px 0;
}

.category-item p {
    font-weight: 400;
}

.category-item img {
    border: 1px solid #ddd;

    transition: 0.35s all;
}

.category-item img:hover {
    transform: scale(1.09);
}

.category-item p {
    text-align: center;
    margin-top: 5px;
    color: #222;
    font-weight: 500;
}

button.owl-next {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

button.owl-prev {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}


.cat_down {
    font-size: 10px !important;
    position: absolute;
    top: 20px;
    right: 0;
}

li.cat_bar>a {
    padding: 13px 5px;
    display: flex;
    width: 100%;
    height: 50px;
    font-size: 15px;
    margin-left: 0 !important;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

li.cat_bar {
    position: relative;
    margin-right: 0px;
}

.menu-area .Cat_menu {
    position: absolute;
    background-color: #fff;
    top: 100%;
    transition: 0.35s all;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    /* color: black; */
    width: 230px;
}

.catagory_menu li:hover .Cat_menu {
    visibility: visible;
    opacity: 1;
}

.main-header .menu-area .cat_bar.active .Cat_menu {
    visibility: visible;
    opacity: 1;
}

.fixed-top .menu-area .cat_bar.active .Cat_menu {
    visibility: hidden;
    opacity: 0;
}

.main-header.sticky .menu-area .cat_bar:hover .Cat_menu,
.main-header .menu-area .cat_bar:hover .Cat_menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

ul.Cat_menu li a i {
    position: absolute;
    top: 15px;
    right: 5px;
    color: #000;
}

.Cat_list {
    display: block !important;
}

span.Cat_img img {
    width: 25px !important;
}

ul.Cat_menu li {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd !important;
    width: 100%;
    transition: 0.35s all;
    position: relative;

}

ul.Cat_menu li a span {
    color: #000;
    font-weight: 600;
}

li.cat_bar span {
    padding-right: 10px;
}

li.Cat_list i {
    text-align: end;
    width: 20px;
}

ul.child_menu li {
    background: none;
    width: 100%;
    border-bottom: 0px !important;
    padding: 7px 0;
    border-bottom: 1px solid #ddd !important;
}

li.child_main {
    width: 33.33%;
}

ul.child_menu li a {
    background: none;
    color: #087bce;
}

.child_main>a {
    font-size: 14px;
    color: #444 !important;
    text-transform: capitalize !important;
    position: relative;
    height: 100%;
}

ul.child_sub li a {
    display: block;
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

ul.child_sub li {
    padding: 0px;
    margin: 0px;
    margin-left: 3px !important;
}

ul.child_sub li a {
    color: #666 !important;
}

li.child_main>a {
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 6px;
}

.cat_list_hover:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.child_menu {
    position: absolute;
    left: 100%;
    background: white;
    width: 230px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 0px;
    border-left: 1px solid #ddd;
    transition: 0.25s all;
}

.cat_list_hover1:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover2:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover3:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover4:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover5:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

ul.child_menu.child_top {
    margin-top: -50px;
}

ul.child_menu.child_top1 {
    margin-top: -83px;
}

ul.child_menu.child_top2 {
    margin-top: -123px;
}

ul.child_menu.child_top3 {
    margin-top: -152px;
}

ul.child_menu.child_top4 {
    margin-top: -184px;
}

.sec_title h2 {
    border-bottom: 2px solid #ddd;
}

span.left_bar {
    color: white;
}

li.Cat_list span {
    color: white;
    margin-left: 0px;
}

.left_cat_menu {
    margin-top: -10px;
}

/*===========================details Cat_gory=================*/
ul.cat_wrapper {
    background: #ff0101;
    width: 67%;
    height: 37px;
    margin-top: -67px;
}

.cat_wrapper {
    position: relative;
}

.cat_wrapper:hover .Cat_menu {
    overflow: visible;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

section.slider-section .row .col-sm-2 {
    width: 200px;
}

form.sort-form .form-select,
form.sort-form .form-select:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.sorting-section {
    margin-bottom: 20px;
}

.showing-data {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.showing-data span {
    font-size: 16px;
    display: block;
    text-align: right;
}

.category-breadcrumb {
    column-gap: 8px;
}

.description .nav.nav-tabs {
    border-top: 1px solid;
    border-color: #ddd;
    border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    position: relative;
    top: -1px;
    padding: 0 5px;
}

.breadcrumb ul li a {
    color: #666666b3;
    font-size: 16px;
}

.breadcrumb ul li span {
    color: #666666b3;
}

.feature-products-wrapper a {
    font-size: 16px;
}

.details_slider {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.details-page-wishlist {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
}

.details-page-wishlist a {
    border: 2px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ddd;
    transition: all 0.3s ease;
}

.details-page-wishlist a:hover {
    border-color: #000;
    color: #000;
}

.side_cat_img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

#content {
    width: 100%;
    padding-top: 145px;
}

.main-header {
    background: #fff;
}

.main_slider .owl-prev {
    width: 41px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    left: -4px;
    top: 50%;
    cursor: pointer !important;
    z-index: 99999999;
    transform: translateY(-50%);
}

.main_slider .owl-next {
    width: 41px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    right: -4px;
    top: 50%;
    cursor: pointer !important;
    transform: translateY(-50%);
}

.main_slider .owl-next i:hover,
.main_slider .owl-prev i:hover {
    color: #FECD03;
}

.register-now.no-account {
    background: #fff;
    padding: 0 10px 15px 10px;
}

section.related-product-section {
    background: #fff;
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.description h2 {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

ul.social_link li {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;

}

ul.social_link li:last-child {
    margin-right: 0;
}

ul.social_link {
    text-align: center;
    margin-top: -10px;
}

.d_app {
    text-align: center;
}

.d_app h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

.stay_conn {
    text-align: center;
}

.comn_sec {
    padding: 20px 0;
}

.cmn_menu{
    margin-top:30px;
    margin-bottom:20px;
}

.cmn_menu ul{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;

    padding:0;
    margin:0;

    list-style:none;
}

.cmn_menu ul li a{
    display:block;

    padding:10px 18px;

    background:#fff;

    border:1px solid #dce9e3;

    border-radius:30px;

    color:var(--primary-color);

    font-size:14px;
    font-weight:600;

    transition:.3s;
}

.cmn_menu ul li a:hover{
    background:var(--gradient-color);
    color:#fff;
    border-color:transparent;
}

.contact-form {
    background: #eaeaea;
    padding: 10px;
    border-radius: 5px;
}

.cont_item {
    text-align: center;
}

.cont_item a {
    font-size: 15px;
    font-weight: 600;
}

.cont_item {
    text-align: center;
    margin-bottom: 15px;
}

.copyright p a {
    color: #000;
}

/* ====Color Size Details Css ====*/
.selector {
    position: relative;
    width: 100%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.size-container {
    margin-bottom: 12px;
}

.selector-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selector-item_radio {
    appearance: none;
    display: none;
}

.color_inner .selector .selector-item label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ddd;
}
.selector-item label {
    border: 1px solid #7D7D7D;
}

.color_inner .selector-item label span img {
    width: 220px;
    height: 20px;
    opacity: 0;
}

.color_inner .selector-item input[type="radio"]:checked+label span img {
    opacity: 1;
}

.selector-item_label {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 30px;
    font-weight: 600;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    margin: 0;
    padding: 0px 8px;
    color: #000;
}

.selector-item_radio:checked+.selector-item_label,
.selector-item_label:hover {
    background-color: #7D7D7D;
    color: #fff;
    border-color: #7D7D7D;
    cursor: pointer;
}

/* ====Color Size Details Css ====*/
.color_size {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.color_size span {
    padding: 5px;
}

.syotimer-cell__unit {
    display: none;
}

.timer_inner {
    display: flex;
    justify-content: space-between;
}

.timer_inner .syotimer__body {
    display: flex;
    grid-gap: 5px;
}

.timer_inner .syotimer-cell {
    width: 38px;
    text-align: center;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}

.indicator_thumb {
    position: relative;
}

.indicator_thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: 10px 0;
}

.indicator-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.indicator-item img {
    height: 80px !important;
    width: 100%;
    object-fit: contain;
}

.dimage_item img {
    height: 500px !important;
    object-fit: contain;
}

.hightlight_cont p {
    font-weight: 600;
    text-align: center;
}

.color_inner {
    display: flex;
    margin-top: 10px;
}

.color_inner p {
    margin-right: 10px;
    margin-top: 6px;
    font-weight: 600;
}

.size_inner {
    display: flex;
}

.size_inner p {
    margin-right: 10px;
    margin-top: 6px;
    font-weight: 600;
}

.pro_unig label {
    font-weight: 600;
    margin-bottom: 10px;
}

.pro_brand p {
    font-weight: 600;
}

.pro_brand {
    margin-bottom: 7px;
    margin-top: 2px;
}

.description-nav-wrapper {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px #ddd;
}

.desc-nav-ul {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    margin-left: 12px;
}

.desc-nav-ul li a {
    padding: 6px 20px;
    display: inline-block;
    box-shadow: 0px 0px 3px #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.desc-nav-ul li.active a,
.desc-nav-ul li:hover a {
    background-color: #0a3a66;
    color: #fff;
}

.description {
    margin-top: 22px;
    background: #f1f1f1;
    padding: 15px;
}

.page-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.pro_vide h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_vide {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 25px;
    position: sticky;
    top: 140px;
}

a.forget-link {
    font-size: 14px;
}

.cart_details .card-header {
    padding: 10px 15px;
    background: #f5f7f9;
}

.cart_btn.order_button a {
    background: var(--secondary-color);
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all .5s ease;
}

.cart_btn.order_button a:hover {
    background: #1b6ab0;
}

span.sale-badge-text p {
    font-size: 11px;
    color: #fff;
}

.hightlight_cont ul li {
    display: block;
    line-height: 27px;
}

.hightlight_cont ul li i {
    margin-right: 5px;
}

.desktop_hide {
    display: none;
}

.hightlight_cont p i {
    margin-right: 5px;
}

.sub-category>li {
    position: relative;
}

ul.child-category {
    position: absolute;
    right: -100%;
    background: #fff;
    top: 0;
    width: 198px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.sub-category>li:hover .child-category {
    visibility: visible;
    opacity: 1;
}

.bottoads_area {
    padding: 30px 0;
    background: #fff;
    margin-bottom: 10px;
}

.bottoads_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.cat_img {
    height: 210px;
    margin: 0 auto;
}

.cat_name {
    text-align: center;
    padding: 5px 0;
    text-transform: capitalize;
}

.cat_item {
    border: 1px solid #ddd;
    padding: 10px;
    transition: 0.35s all;
    border-radius: 10px;
}
.cat_item:hover {
    border-color: var(--secondary-color);
}

.footertop_ads_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.footer_top_ads_area {
    background: #fff;
    margin-bottom: 10px;
    padding: 30px 0;
}

.scrolltop {
    position: fixed;
    right: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: var(--secondary-color) !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}

.homeproduct.main-details-page {
    margin-top: 10px;
}

.description ul li {
    display: block;
}

.description ul li {
    display: block;
    display: list-item;
    list-style-position: inside;
    list-style-type: square;
    font-size: 16px;
    line-height: 30px;
}

.sidebar-menu {
    background: #FFF;
    margin: 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-menu li a {
    padding: 10px 15px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
}

.sidebar-menu ul li a img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.sidebar-menu li a i {
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 18px;
}

.sidebar-submenu {
    position: absolute;
    right: -110%;
    top: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: 0.35s all;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-submenu>li {
    position: relative !important;
}

.sidebar-childmenu {
    position: absolute;
    right: -100%;
    background: #fff;
    width: 100%;
    border-left: 1px solid #ddd;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.sidebar-menu ul li:hover>a {
    background-color: #e1fff7;
    color: #e50113;
}

.sidebar-menu ul li:hover .sidebar-submenu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.sidebar-submenu>li:hover .sidebar-childmenu {
    visibility: visible;
    opacity: 1;
    right: -100%;
}

.col-sm-3.hidetosm {
    padding-right: 0;
}

.track_btn a {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.track_btn a i {
    font-size: 16px !important;
}

section.pro_details_area {
    background: #fff;
    padding: 25px 0;
}

.flext_area {
    display: flex;
    align-items: center;
}

.flext_area i {
    font-size: 35px;
    margin-right: 10px;
}

.details_right {
    border: 1px solid #ddd;
    padding: 10px 20px;
    height: 100%;
    border-radius: 5px;
}

.track_info ul li {
    display: block;
    line-height: 30px;
}

.track_info ul li span {
    width: 80px;
    display: inline-block;
    text-align: right;
    margin-right: 12px;
    font-weight: 600;
}

table.table.table-bordered.tracktable {
    margin-bottom: 0;
}

.tracktable thead {
    background: var(--secondary-color);
    color: #fff;
}

td.tfoot_bg {
    background: #f5f5f5;
    text-align: right;
}


.payment-methods .form-check {
    display:inline-block !important;
}
.payment-methods label {
    font-size: 15px;
    color: #555;
    margin-right: 10px;
}

/* =========================
   DISCOUNT BADGE NEW STYLE
========================= */

.sale-badge-inner,
.sale-badge-box{
    display:inline-block !important;
    width:auto !important;
}

.sale-badge-text{
    background:#ff3b30 !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:50px !important;
    height:25px !important;

    padding:0 10px !important;
    margin:0 !important;

    border-radius:5px !important;

    color:#fff !important;

    box-shadow:0 4px 12px rgba(255,59,48,.25);
}

.sale-badge-text p{
    margin:0 !important;

    font-size:12px !important;
    font-weight:700 !important;

    color:#fff !important;

    line-height:1 !important;

    white-space:nowrap !important;
}

/* Old Circle Style Remove */

.sale-badge-inner,
.sale-badge-box{
    display:contents !important;
}

.details-ratting-wrapper {
    margin-bottom: 10px;
}
.details-ratting-wrapper i {
    color: #FFDF00;
}
.details-ratting-wrapper i.far.fa-star {
    color: #959595;
}
.all-reviews-button  {
    text-decoration: underline;
    margin-left: 20px;
}
.customer-sidebar {
    background-color: #f5f7f9;
    padding: 10px;
    height: 100%;
}
.topcategory {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
}
.product_sliders {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 15px;
}
.show_more_btn a.view_more_btn {
    float: inherit;
}
.show_more_btn a.view_more_btn {
    float: inherit;
}
.show_more_btn {
    text-align: center;
    margin-bottom: 12px;
}

/* ===== STRATINEX PREMIUM UI ===== */


body{
    background:#f4f8f6;
}

/* HEADER */

header{
    backdrop-filter:blur(12px);
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.header-top{
    background:var(--gradient-color)!important;
}

.menu-area{
    background:var(--primary-color)!important;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

/* =========================================================
   MOBILE — HIDE SEARCH BAR
   ========================================================= */

@media (max-width: 767px) {

    .search-area,
    .search-box,
    .search-bar,
    .header-search,
    .mobile-search,
    .search-form {
        display: none !important;
    }

}

/* ======= SECTION TITLE ======= */

.sec_title,
.section-title h2,
.home-page-section-title-box h3{

    font-size:28px;
    font-weight:800;

    color:var(--primary-color);

    position:relative;

    padding-left:15px;

    margin-bottom:20px;
}

.sec_title::before,
.section-title h2::before,
.home-page-section-title-box h3::before{

    content:'';

    position:absolute;

    left:0;
    top:0;

    width:5px;
    height:100%;

    background:var(--secondary-color);

    border-radius:20px;
}

/* PRODUCT */

@media (min-width:992px){

/* Home Page All Products = 6 */

.homeproduct .main_product_inner{
    grid-template-columns: repeat(6, 1fr) !important;
}

/* Shop + Category + Subcategory = 5 */

.product-section .main_product_inner{
    grid-template-columns: repeat(5, 1fr) !important;
}
}

.view_all_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:10px 20px;
    min-height:40px;

    background:var(--secondary-color);
    color:#fff !important;

    border:none;
    border-radius:10px;

    font-size:14px;
    font-weight:600;
    text-decoration:none;

    transition:all .3s ease;
    box-shadow:0 6px 18px rgba(0,0,0,.12);
}

.view_all_btn:hover{
    color:#fff !important;
    transform:translateY(-2px);
    background:var(--gradient-color);
    box-shadow:0 10px 24px rgba(0,0,0,.18);
}

.view_all_btn:focus{
    color:#fff !important;
    background:var(--gradient-color);
    outline:none;
}

.show_more_btn .view_more_btn{
    min-width:180px;
}

.owl-stage-outer{
    padding-top:15px;
}

/* =========================================================
   PRODUCT CARD — PREMIUM STYLE
   ========================================================= */

/* Product Grid / Slider Item */
.product_item {
    position: relative !important;

    width: 100% !important;

    margin: 0 0 18px !important;

    padding: 8px !important;

    background: #fff !important;

    border: 1px solid var(--border-color) !important;

    border-radius: 18px !important;

    overflow: hidden !important;

    box-sizing: border-box !important;

    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.045),
        0 6px 18px rgba(0, 0, 0, 0.035) !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease !important;
}


/* =========================================================
   HOVER
   ========================================================= */

.product_item:hover {

    transform: translateY(-3px) !important;

    border-color: rgba(var(--primary-rgb), .12) !important;

    box-shadow:
        0 5px 14px rgba(0, 0, 0, 0.06),
        0 10px 24px rgba(0, 0, 0, 0.045) !important;
}


/* =========================================================
   PRODUCT INNER
   ========================================================= */

.product_item_inner {

    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;

}


/* =========================================================
   PRODUCT IMAGE
   EXACT 1:1
   ========================================================= */

.product_item .pro_img {

    position: relative !important;

    width: 100% !important;

    height: auto !important;

    aspect-ratio: 1 / 1 !important;

    min-height: 0 !important;

    margin: 0 !important;

    padding: 0 !important;

    display: block !important;

    background: #f7f8f8 !important;

    border: 0 !important;

    border-radius: 14px !important;

    overflow: hidden !important;

    box-sizing: border-box !important;
}


/* =========================================================
   PRODUCT IMAGE LINK
   ========================================================= */

.product_item .pro_img > a {

    display: block !important;

    width: 100% !important;

    height: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

.product_item .pro_img img {

    display: block !important;

    width: 100% !important;

    height: 100% !important;

    min-width: 100% !important;

    min-height: 100% !important;

    max-width: none !important;

    max-height: none !important;

    aspect-ratio: 1 / 1 !important;

    object-fit: cover !important;

    object-position: center !important;

    margin: 0 !important;

    padding: 0 !important;

    border: 0 !important;

    border-radius: 0 !important;

    transform: scale(1) !important;

    transition: transform .4s ease !important;
}


/* =========================================================
   IMAGE HOVER
   ========================================================= */

.product_item:hover .pro_img img {

    transform: scale(1.035) !important;

}


/* =========================================================
   PRODUCT DESCRIPTION
   LEFT ALIGNMENT
   ========================================================= */

.product_item .pro_des {

    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    text-align: left !important;

    box-sizing: border-box !important;
}


/* =========================================================
   PRODUCT NAME
   ========================================================= */

.product_item .pro_name {

    width: 100% !important;

    margin: 13px 0 0 !important;

    padding: 0 5px !important;

    text-align: left !important;

    box-sizing: border-box !important;
}


.product_item .pro_name a {

    display: block !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    color: #111 !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    line-height: 1.4 !important;

    text-align: left !important;

    white-space: nowrap !important;

    overflow: hidden !important;

    text-overflow: ellipsis !important;

}


/* =========================================================
   PRODUCT NAME HOVER
   ========================================================= */

.product_item .pro_name a:hover {

    color: var(--primary-color) !important;

    text-decoration: none !important;

}


/* =========================================================
   PRODUCT PRICE
   ========================================================= */

.product_item .pro_price {

    width: 100% !important;

    margin: 15px 0 0 !important;

    padding: 0 5px !important;

    text-align: left !important;

    box-sizing: border-box !important;
}


.product_item .pro_price p {

    display: flex !important;

    align-items: center !important;

    justify-content: flex-start !important;

    flex-wrap: wrap !important;

    gap: 7px !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    color: #111 !important;

    font-size: 20px !important;

    font-weight: 700 !important;

    line-height: 1.3 !important;

    text-align: left !important;

}


/* =========================================================
   CURRENT PRICE
   ========================================================= */

.product_item .pro_price p span {

    color: #111 !important;

    font-size: 20px !important;

    font-weight: 700 !important;

    line-height: 1.3 !important;

}


/* =========================================================
   OLD PRICE
   ========================================================= */

.product_item .pro_price del {

    color: #999 !important;

    font-size: 13px !important;

    font-weight: 400 !important;

    line-height: 1.3 !important;

    opacity: 1 !important;

    margin: 0 !important;

}


/* =========================================================
   BUTTON AREA
   ========================================================= */

.product_item .pro_btn {

    width: 100% !important;

    display: block !important;

    margin: 14px 0 6px !important;

    padding: 0 5px !important;

    box-sizing: border-box !important;

}


/* =========================================================
   FORM
   ========================================================= */

.product_item .pro_btn form {

    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    text-align: left !important;

}


/* =========================================================
   ORDER / CART BUTTON
   KEEP EXISTING TEXT
   ADD ICON ONLY
   ========================================================= */

.product_item .pro_btn button,
.product_item .cart_btn a,
.product_item .addcartbutton {

    width: 100% !important;

    min-height: 42px !important;

    height: 42px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    gap: 8px !important;

    margin: 0 !important;

    padding: 0 12px !important;

    background: var(--gradient-color) !important;

    color: #fff !important;

    border: none !important;

    border-radius: 8px !important;

    font-size: 13px !important;

    font-weight: 700 !important;

    line-height: 1 !important;

    text-align: center !important;

    text-decoration: none !important;

    text-transform: uppercase !important;

    box-sizing: border-box !important;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease !important;
}


/* =========================================================
   ADD CART ICON
   DOES NOT CHANGE EXISTING TEXT
   ========================================================= */

.product_item .pro_btn button::before,
.product_item .cart_btn a::before,
.product_item .addcartbutton::before {

    content: "\f07a" !important;

    font-family: "Font Awesome 6 Free" !important;

    font-weight: 900 !important;

    font-size: 12px !important;

    line-height: 1 !important;

    display: inline-block !important;

}


/* =========================================================
   BUTTON HOVER
   ========================================================= */

.product_item .pro_btn button:hover,
.product_item .cart_btn a:hover,
.product_item .addcartbutton:hover {

    background: var(--gradient-color) !important;

    color: #fff !important;

    transform: translateY(-1px) !important;

    box-shadow:
        0 5px 12px rgba(var(--primary-rgb), .14) !important;
}


/* =========================================================
   STOCK OUT
   ========================================================= */

.product_item .stock-out-overlay {

    position: absolute !important;

    top: 12px !important;

    left: 12px !important;

    z-index: 5 !important;

    padding: 6px 10px !important;

    background: rgba(220, 38, 38, .92) !important;

    color: #fff !important;

    border-radius: 6px !important;

    font-size: 10px !important;

    font-weight: 700 !important;

    line-height: 1 !important;

}


/* =========================================================
   SALE BADGE
   ========================================================= */

.product_item .sale-badge {

    top: 14px !important;

    right: 12px !important;

    z-index: 6 !important;

}


/* =========================================================
   OWL PRODUCT SLIDER
   VERTICAL BREATHING SPACE
   ========================================================= */

.product_slider.owl-carousel,
.product_sliders.owl-carousel,
.flash_sale_slider.owl-carousel {

    padding-top: 5px !important;

    padding-bottom: 5px !important;

}


/* Prevent cards from touching each other */
.product_slider .owl-item,
.product_sliders .owl-item,
.flash_sale_slider .owl-item {

    padding: 0 5px 8px !important;

    box-sizing: border-box !important;

}


/* =========================================================
   ALL PRODUCTS GRID
   ========================================================= */

.category-product.main_product_inner {

    gap: 14px !important;

}


.category-product.main_product_inner
.product_item {

    margin-bottom: 0 !important;

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {


    .product_item {

        margin-bottom: 14px !important;

        padding: 7px !important;

        border-radius: 16px !important;

        box-shadow:
            0 2px 7px rgba(0, 0, 0, 0.045),
            0 5px 14px rgba(0, 0, 0, 0.03) !important;

    }


    /* 1:1 image */

    .product_item .pro_img {

        width: 100% !important;

        height: auto !important;

        aspect-ratio: 1 / 1 !important;

        border-radius: 12px !important;

    }


    .product_item .pro_img img {

        width: 100% !important;

        height: 100% !important;

        aspect-ratio: 1 / 1 !important;

        object-fit: cover !important;

    }


    /* Left aligned title */

    .product_item .pro_name {

        margin-top: 11px !important;

        padding: 0 4px !important;

        text-align: left !important;

    }


    .product_item .pro_name a {

        font-size: 13px !important;

        font-weight: 700 !important;

        line-height: 1.35 !important;

        text-align: left !important;

    }


    /* Price */

    .product_item .pro_price {

        margin-top: 12px !important;

        padding: 0 4px !important;

        text-align: left !important;

    }


    .product_item .pro_price p {

        justify-content: flex-start !important;

        gap: 6px !important;

        font-size: 17px !important;

        text-align: left !important;

    }


    .product_item .pro_price p span {

        font-size: 17px !important;

    }


    .product_item .pro_price del {

        font-size: 11px !important;

    }


    /* Button */

    .product_item .pro_btn {

        margin: 12px 0 4px !important;

        padding: 0 4px !important;

    }


    .product_item .pro_btn button,
    .product_item .cart_btn a,
    .product_item .addcartbutton {

        height: 40px !important;

        min-height: 40px !important;

        border-radius: 8px !important;

        font-size: 11px !important;

        gap: 7px !important;

    }


    .product_item .pro_btn button::before,
    .product_item .cart_btn a::before,
    .product_item .addcartbutton::before {

        font-size: 11px !important;

    }


    /* Slider gap */

    .product_slider .owl-item,
    .product_sliders .owl-item,
    .flash_sale_slider .owl-item {

        padding: 0 4px 7px !important;

    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {


    .product_item {

        padding: 6px !important;

        border-radius: 14px !important;

    }


    .product_item .pro_img {

        border-radius: 11px !important;

    }


    .product_item .pro_name {

        margin-top: 10px !important;

        padding: 0 3px !important;

    }


    .product_item .pro_name a {

        font-size: 12px !important;

    }


    .product_item .pro_price {

        margin-top: 10px !important;

        padding: 0 3px !important;

    }


    .product_item .pro_price p {

        font-size: 16px !important;

    }


    .product_item .pro_price p span {

        font-size: 16px !important;

    }


    .product_item .pro_price del {

        font-size: 10px !important;

    }


    .product_item .pro_btn {

        margin-top: 10px !important;

        padding: 0 3px !important;

    }


    .product_item .pro_btn button,
    .product_item .cart_btn a,
    .product_item .addcartbutton {

        height: 38px !important;

        min-height: 38px !important;

        font-size: 10px !important;

    }

}

/* =========================================================
   PRODUCT CATEGORY LABEL
   ========================================================= */

.product_item .pro_category {

    display: block !important;

    width: 100% !important;

    margin: 12px 0 4px !important;

    padding: 0 5px !important;

    color: var(--secondary-color) !important;

    font-size: 10px !important;

    font-weight: 700 !important;

    line-height: 1.3 !important;

    letter-spacing: .4px !important;

    text-transform: uppercase !important;

    text-align: left !important;

    white-space: nowrap !important;

    overflow: hidden !important;

    text-overflow: ellipsis !important;

}


/* =========================================================
   PRODUCT TITLE
   ========================================================= */

.product_item .pro_name {

    width: 100% !important;

    margin: 0 !important;

    padding: 0 5px !important;

    text-align: left !important;

}


.product_item .pro_name a {

    display: block !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    color: #111 !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    line-height: 1.4 !important;

    text-align: left !important;

    white-space: nowrap !important;

    overflow: hidden !important;

    text-overflow: ellipsis !important;

}


.product_item .pro_name a:hover {

    color: var(--primary-color) !important;

    text-decoration: none !important;

}


/* =========================================================
   PRODUCT PRICE
   ========================================================= */

.product_item .pro_price {

    width: 100% !important;

    margin: 15px 0 0 !important;

    padding: 0 5px !important;

    text-align: left !important;

}


.product_item .pro_price p {

    display: flex !important;

    align-items: center !important;

    justify-content: flex-start !important;

    flex-wrap: wrap !important;

    gap: 7px !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    color: #111 !important;

    font-size: 20px !important;

    font-weight: 700 !important;

    line-height: 1.3 !important;

    text-align: left !important;

}


.product_item .pro_price p span {

    color: #111 !important;

    font-size: 20px !important;

    font-weight: 700 !important;

}


.product_item .pro_price del {

    color: #999 !important;

    font-size: 13px !important;

    font-weight: 400 !important;

    opacity: 1 !important;

    margin: 0 !important;

}


/* =========================================================
   ORDER BUTTON
   NORMAL = EXISTING GRADIENT
   HOVER = SECONDARY COLOR
   ========================================================= */

.product_item .pro_btn button,
.product_item .cart_btn a,
.product_item .addcartbutton {

    width: 100% !important;

    min-height: 42px !important;

    height: 42px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    gap: 8px !important;

    margin: 0 !important;

    padding: 0 12px !important;

    background: var(--gradient-color) !important;

    color: #fff !important;

    border: none !important;

    border-radius: 8px !important;

    font-size: 13px !important;

    font-weight: 700 !important;

    line-height: 1 !important;

    text-align: center !important;

    text-decoration: none !important;

    text-transform: uppercase !important;

    box-sizing: border-box !important;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease !important;

}


/* =========================================================
   CART ICON
   ========================================================= */

.product_item .pro_btn button::before,
.product_item .cart_btn a::before,
.product_item .addcartbutton::before {

    content: "\f07a" !important;

    font-family: "Font Awesome 6 Free" !important;

    font-weight: 900 !important;

    font-size: 12px !important;

    line-height: 1 !important;

    display: inline-block !important;

}


/* =========================================================
   BUTTON HOVER
   SECONDARY COLOR
   ========================================================= */

.product_item .pro_btn button:hover,
.product_item .cart_btn a:hover,
.product_item .addcartbutton:hover {

    background: var(--secondary-color) !important;

    color: #fff !important;

    transform: translateY(-1px) !important;

    box-shadow:
        0 5px 14px rgba(0, 0, 0, .10) !important;

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .product_item .pro_category {

        margin: 10px 0 3px !important;

        padding: 0 4px !important;

        font-size: 9px !important;

        line-height: 1.3 !important;

        letter-spacing: .3px !important;

        text-align: left !important;

    }


    .product_item .pro_name {

        margin: 0 !important;

        padding: 0 4px !important;

        text-align: left !important;

    }


    .product_item .pro_name a {

        font-size: 13px !important;

        font-weight: 700 !important;

        line-height: 1.35 !important;

        text-align: left !important;

    }


    .product_item .pro_price {

        margin-top: 12px !important;

        padding: 0 4px !important;

    }


    .product_item .pro_price p {

        justify-content: flex-start !important;

        gap: 6px !important;

        font-size: 17px !important;

    }


    .product_item .pro_price p span {

        font-size: 17px !important;

    }


    .product_item .pro_price del {

        font-size: 11px !important;

    }


    .product_item .pro_btn {

        margin: 12px 0 4px !important;

        padding: 0 4px !important;

    }


    .product_item .pro_btn button,
    .product_item .cart_btn a,
    .product_item .addcartbutton {

        height: 40px !important;

        min-height: 40px !important;

        border-radius: 8px !important;

        font-size: 11px !important;

        gap: 7px !important;

    }


    .product_item .pro_btn button::before,
    .product_item .cart_btn a::before,
    .product_item .addcartbutton::before {

        font-size: 11px !important;

    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .product_item .pro_category {

        margin-top: 9px !important;

        margin-bottom: 3px !important;

        font-size: 8px !important;

    }


    .product_item .pro_name a {

        font-size: 12px !important;

    }


    .product_item .pro_price p {

        font-size: 16px !important;

    }


    .product_item .pro_price p span {

        font-size: 16px !important;

    }


    .product_item .pro_price del {

        font-size: 10px !important;

    }

}

/* =========================================================
   ALL PRODUCTS + PRODUCT CARD FINAL SPACING FIX
   ========================================================= */


/* =========================================================
   PRODUCT CATEGORY NAME
   More space below image
   ========================================================= */

.product_item .pro_category {

    display: block !important;

    width: 100% !important;

    margin: 15px 0 5px !important;

    padding: 0 5px !important;

    color: var(--secondary-color) !important;

    font-size: 10px !important;

    font-weight: 700 !important;

    line-height: 1.3 !important;

    letter-spacing: .35px !important;

    text-align: left !important;

    text-transform: uppercase !important;

    box-sizing: border-box !important;

}


/* =========================================================
   PRODUCT TITLE
   ========================================================= */

.product_item .pro_name {

    margin: 0 !important;

    padding: 0 5px !important;

    text-align: left !important;

}


/* =========================================================
   PRODUCT DESCRIPTION
   ========================================================= */

.product_item .pro_des {

    position: relative !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    text-align: left !important;

}


/* =========================================================
   ALL PRODUCTS GRID
   Keep enough bottom space
   ========================================================= */

.category-product.main_product_inner {

    position: relative !important;

    width: 100% !important;

    margin-bottom: 18px !important;

    padding-bottom: 8px !important;

    overflow: visible !important;

}


/* =========================================================
   ALL PRODUCT CARD
   ========================================================= */

.category-product.main_product_inner
.product_item {

    position: relative !important;

    margin-bottom: 0 !important;

    z-index: 1 !important;

}


/* =========================================================
   ALL PRODUCTS — VIEW MORE WRAPPER
   ========================================================= */

.category-product.main_product_inner
+ .col-sm-12 {

    position: relative !important;

    z-index: 20 !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 100% !important;

    clear: both !important;

    margin-top: 18px !important;

    margin-bottom: 4px !important;

    padding: 0 !important;

    overflow: visible !important;

}


/* =========================================================
   VIEW MORE BUTTON
   ========================================================= */

.category-product.main_product_inner
+ .col-sm-12
.view_more_btn {

    position: relative !important;

    z-index: 25 !important;

    float: none !important;

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    min-width: 132px !important;

    min-height: 42px !important;

    height: 42px !important;

    margin: 0 auto !important;

    padding: 0 22px !important;

    background: var(--gradient-color) !important;

    color: #fff !important;

    border: 0 !important;

    border-radius: 10px !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    line-height: 1 !important;

    text-align: center !important;

    text-decoration: none !important;

    box-sizing: border-box !important;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, .08) !important;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease !important;

}


/* =========================================================
   VIEW MORE HOVER
   ========================================================= */

.category-product.main_product_inner
+ .col-sm-12
.view_more_btn:hover {

    background: var(--secondary-color) !important;

    color: #fff !important;

    transform: translateY(-2px) !important;

    box-shadow:
        0 6px 16px rgba(0, 0, 0, .10) !important;

}


/* =========================================================
   PRODUCT BUTTON
   Keep above everything
   ========================================================= */

.product_item .pro_btn {

    position: relative !important;

    z-index: 5 !important;

}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 992px) {

    .product_item .pro_category {

        margin-top: 15px !important;

        margin-bottom: 5px !important;

        padding-left: 5px !important;

        font-size: 10px !important;

    }


    .category-product.main_product_inner {

        margin-bottom: 22px !important;

        padding-bottom: 4px !important;

    }


    .category-product.main_product_inner
    + .col-sm-12 {

        margin-top: 22px !important;

        margin-bottom: 8px !important;

    }


    .category-product.main_product_inner
    + .col-sm-12
    .view_more_btn {

        min-width: 132px !important;

        height: 42px !important;

        min-height: 42px !important;

    }

}


/* =========================================================
   TABLET
   ========================================================= */

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

    .product_item .pro_category {

        margin-top: 13px !important;

        margin-bottom: 5px !important;

        font-size: 9px !important;

    }


    .category-product.main_product_inner {

        margin-bottom: 20px !important;

        padding-bottom: 5px !important;

    }


    .category-product.main_product_inner
    + .col-sm-12 {

        margin-top: 20px !important;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .product_item .pro_category {

        margin-top: 12px !important;

        margin-bottom: 4px !important;

        padding: 0 4px !important;

        font-size: 9px !important;

        line-height: 1.3 !important;

        letter-spacing: .25px !important;

        text-align: left !important;

    }


    .product_item .pro_name {

        padding: 0 4px !important;

    }


    .category-product.main_product_inner {

        margin-bottom: 16px !important;

        padding-bottom: 6px !important;

        overflow: visible !important;

    }


    .category-product.main_product_inner
    + .col-sm-12 {

        position: relative !important;

        z-index: 30 !important;

        display: flex !important;

        justify-content: center !important;

        align-items: center !important;

        clear: both !important;

        margin-top: 18px !important;

        margin-bottom: 5px !important;

        padding: 0 12px !important;

    }


    .category-product.main_product_inner
    + .col-sm-12
    .view_more_btn {

        position: relative !important;

        z-index: 35 !important;

        float: none !important;

        display: inline-flex !important;

        align-items: center !important;

        justify-content: center !important;

        min-width: 125px !important;

        width: auto !important;

        height: 40px !important;

        min-height: 40px !important;

        margin: 0 auto !important;

        padding: 0 20px !important;

        border-radius: 9px !important;

        font-size: 13px !important;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .product_item .pro_category {

        margin-top: 10px !important;

        margin-bottom: 3px !important;

        padding: 0 3px !important;

        font-size: 8px !important;

    }


    .category-product.main_product_inner
    + .col-sm-12 {

        margin-top: 16px !important;

    }


    .category-product.main_product_inner
    + .col-sm-12
    .view_more_btn {

        min-width: 118px !important;

        height: 38px !important;

        min-height: 38px !important;

        padding: 0 18px !important;

        font-size: 12px !important;

    }

}


/* =========================================================
   TOP CATEGORIES
   DESKTOP + MOBILE
   ========================================================= */


/* =========================================================
   SECTION HEADING
   ========================================================= */

.top-category-heading {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
    box-sizing: border-box !important;
}


/* Browse Collection */
.top-category-heading .top-category-subtitle {
    display: block !important;

    margin: 0 0 4px !important;
    padding: 0 !important;

    color: var(--secondary-color) !important;

    font-size: 9px !important;
    font-weight: 800 !important;

    line-height: 1.2 !important;
    letter-spacing: .7px !important;

    text-transform: uppercase !important;
}


/* Top Categories */
.top-category-heading .section-title-header {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    text-align: left !important;
}


.top-category-heading .section-title-name {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #07103c !important;

    font-size: 28px !important;
    font-weight: 800 !important;

    line-height: 1.15 !important;

    text-align: left !important;

    text-transform: none !important;
}


/* =========================================================
   CATEGORY SLIDER
   ========================================================= */

.category-sliger.owl-carousel {

    width: 100% !important;

    margin: 0 !important;
    padding: 8px 0 0 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   OWL STAGE
   ========================================================= */

.category-sliger.owl-carousel .owl-stage {

    display: flex !important;

    align-items: stretch !important;

    padding-top: 4px !important;
    padding-bottom: 8px !important;
}


/* =========================================================
   OWL ITEM
   ========================================================= */

.category-sliger.owl-carousel .owl-item {

    display: flex !important;

    align-items: stretch !important;

    padding: 7px 7px 12px !important;

    box-sizing: border-box !important;
}


/* =========================================================
   CATEGORY CARD
   ========================================================= */

.category-sliger.owl-carousel
.owl-item
.category-item {

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff !important;

    border: 0 !important;

    border-radius: 18px !important;

    overflow: hidden !important;

    box-sizing: border-box !important;

    display: flex !important;

    flex-direction: column !important;

    box-shadow:
        0 2px 8px rgba(0,0,0,.055),
        0 6px 18px rgba(0,0,0,.045) !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease !important;
}


/* =========================================================
   CARD HOVER
   ========================================================= */

.category-sliger.owl-carousel
.owl-item
.category-item:hover {

    transform: translateY(-2px) !important;

    box-shadow:
        0 4px 12px rgba(0,0,0,.065),
        0 8px 22px rgba(0,0,0,.055) !important;
}


/* =========================================================
   CATEGORY LINK
   ========================================================= */

.category-sliger.owl-carousel
.owl-item
.category-item
.category-link {

    width: 100% !important;
    height: 100% !important;

    display: flex !important;

    flex-direction: column !important;

    margin: 0 !important;
    padding: 0 !important;

    text-decoration: none !important;

    box-sizing: border-box !important;
}


/* =========================================================
   IMAGE WRAPPER
   ========================================================= */

.category-sliger.owl-carousel
.owl-item
.category-item
.category-link
.cat-img-wrap {

    width: 100% !important;

    height: auto !important;

    aspect-ratio: 1 / 1 !important;

    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    border-radius: 0 !important;

    overflow: hidden !important;

    background: #f4f4f4 !important;

    flex: none !important;

    box-sizing: border-box !important;
}


/* =========================================================
   CATEGORY IMAGE
   ========================================================= */

.category-sliger.owl-carousel
.owl-item
.category-item
.category-link
.cat-img-wrap
.category-img {

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 100% !important;
    min-height: 100% !important;

    max-width: none !important;
    max-height: none !important;

    aspect-ratio: 1 / 1 !important;

    object-fit: cover !important;

    object-position: center !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    outline: 0 !important;

    box-shadow: none !important;

    transform: scale(1) !important;

    transition: transform .35s ease !important;
}


/* =========================================================
   IMAGE HOVER
   ========================================================= */

.category-sliger.owl-carousel
.owl-item
.category-item:hover
.category-img {

    transform: scale(1.025) !important;
}


/* =========================================================
   CATEGORY TITLE
   ========================================================= */

.category-sliger.owl-carousel
.owl-item
.category-item
.category-title {

    width: 100% !important;

    min-height: 76px !important;

    height: auto !important;

    flex: 1 !important;

    display: flex !important;

    align-items: center !important;

    justify-content: flex-start !important;

    flex-direction: column !important;

    margin: 0 !important;

    padding: 17px 15px 13px !important;

    background: #fff !important;

    color: #202124 !important;

    font-size: 12px !important;

    font-weight: 800 !important;

    line-height: 1.3 !important;

    text-align: left !important;

    text-transform: uppercase !important;

    border: 0 !important;

    border-radius: 0 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   EXPLORE PRODUCTS
   DESKTOP ONLY
   ========================================================= */

.category-sliger.owl-carousel
.category-title::after {

    content: "Explore Products  →";

    display: block !important;

    margin-top: 8px !important;

    color: var(--secondary-color) !important;

    font-size: 10px !important;

    font-weight: 500 !important;

    line-height: 1 !important;

    text-transform: none !important;

    transition: .25s ease !important;
}


.category-sliger.owl-carousel
.category-item:hover
.category-title::after {

    color: var(--primary-color) !important;

    transform: translateX(3px) !important;
}


/* =========================================================
   DESKTOP NAV
   ========================================================= */

.category-sliger.owl-carousel .owl-nav {

    position: absolute !important;

    top: -68px !important;
    right: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 11px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Desktop arrow */
.category-sliger.owl-carousel
.owl-nav
button {

    width: 40px !important;
    height: 40px !important;

    min-width: 40px !important;
    min-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    border: 1px solid #e5e8ec !important;

    border-radius: 50% !important;

    background: #fff !important;

    color: #111 !important;

    font-size: 18px !important;

    line-height: 1 !important;

    box-shadow:
        0 2px 7px rgba(0,0,0,.045) !important;

    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease !important;
}


.category-sliger.owl-carousel
.owl-nav
button:hover {

    background: var(--secondary-color) !important;

    border-color: var(--secondary-color) !important;

    color: #fff !important;

    transform: translateY(-1px) !important;
}


/* =========================================================
   OWL DOTS
   ========================================================= */

.category-sliger.owl-carousel
.owl-dots {

    position: static !important;

    width: 100% !important;

    min-height: 18px !important;

    margin: 18px 0 6px !important;

    padding: 0 !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    gap: 7px !important;

    visibility: visible !important;

    opacity: 1 !important;

    overflow: visible !important;
}


/* Dot button */
.category-sliger.owl-carousel
.owl-dots
.owl-dot {

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 3px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;
}


/* Normal dot */
.category-sliger.owl-carousel
.owl-dots
.owl-dot
span {

    display: block !important;

    width: 7px !important;
    height: 7px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    border-radius: 50% !important;

    background: #cbd0d6 !important;

    transition:
        width .25s ease,
        background .25s ease !important;
}


/* Active dot */
.category-sliger.owl-carousel
.owl-dots
.owl-dot.active
span {

    width: 24px !important;
    height: 7px !important;

    border-radius: 20px !important;

    background: var(--secondary-color) !important;
}


/* =========================================================
   MOBILE
   0 - 991PX
   ========================================================= */

@media (max-width: 991px) {

    /* -----------------------------------------
       HEADING
       ----------------------------------------- */

    .top-category-heading {

        width: 100% !important;

        margin: 0 !important;

        padding: 0 0 8px !important;

        text-align: left !important;
    }


    .top-category-heading .top-category-subtitle {

        margin: 0 0 3px !important;
        padding: 0 !important;

        font-size: 7px !important;

        line-height: 1.2 !important;

        font-weight: 800 !important;

        letter-spacing: .6px !important;

        text-align: left !important;

        color: var(--secondary-color) !important;
    }


    .top-category-heading .section-title-header {

        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;

        text-align: left !important;
    }


    .top-category-heading .section-title-name {

        display: block !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 22px !important;

        line-height: 1.15 !important;

        font-weight: 800 !important;

        color: #07103c !important;

        text-align: left !important;
    }


    /* -----------------------------------------
       SLIDER
       ----------------------------------------- */

    .category-sliger.owl-carousel {

        width: 100% !important;

        margin: 0 !important;

        padding: 4px 0 0 !important;
    }


    /* -----------------------------------------
       STAGE
       ----------------------------------------- */

    .category-sliger.owl-carousel
    .owl-stage {

        display: flex !important;

        align-items: stretch !important;

        padding-top: 3px !important;

        padding-bottom: 7px !important;
    }


    /* -----------------------------------------
       ITEM
       ----------------------------------------- */

    .category-sliger.owl-carousel
    .owl-item {

        display: flex !important;

        align-items: stretch !important;

        padding: 5px 5px 9px !important;

        box-sizing: border-box !important;
    }


    /* -----------------------------------------
       CARD
       ----------------------------------------- */

    .category-sliger.owl-carousel
    .owl-item
    .category-item {

        width: 100% !important;

        height: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        border-radius: 15px !important;

        background: #fff !important;

        overflow: hidden !important;

        box-shadow:
            0 2px 8px rgba(0,0,0,.055),
            0 5px 15px rgba(0,0,0,.035) !important;
    }


    /* -----------------------------------------
       LINK
       ----------------------------------------- */

    .category-sliger.owl-carousel
    .category-item
    .category-link {

        display: flex !important;

        flex-direction: column !important;

        width: 100% !important;

        height: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* -----------------------------------------
       IMAGE
       ----------------------------------------- */

    .category-sliger.owl-carousel
    .owl-item
    .category-item
    .cat-img-wrap {

        width: 100% !important;

        height: auto !important;

        aspect-ratio: 1 / 1 !important;

        margin: 0 !important;
        padding: 0 !important;

        border-radius: 15px 15px 0 0 !important;

        overflow: hidden !important;

        flex: none !important;
    }


    .category-sliger.owl-carousel
    .owl-item
    .category-item
    .cat-img-wrap
    .category-img {

        width: 100% !important;

        height: 100% !important;

        min-width: 100% !important;
        min-height: 100% !important;

        max-width: none !important;
        max-height: none !important;

        object-fit: cover !important;

        object-position: center !important;

        margin: 0 !important;
        padding: 0 !important;

        border-radius: 0 !important;
    }


    /* -----------------------------------------
       CATEGORY TITLE
       ----------------------------------------- */

    .category-sliger.owl-carousel
    .owl-item
    .category-title {

        width: 100% !important;

        min-height: 62px !important;

        height: auto !important;

        margin: 0 !important;

        padding: 10px 4px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        flex-direction: column !important;

        background: #fff !important;

        color: #151515 !important;

        font-size: 10px !important;

        font-weight: 800 !important;

        line-height: 1.25 !important;

        text-align: center !important;

        text-transform: uppercase !important;

        border-radius: 0 !important;

        box-sizing: border-box !important;
    }


    /* -----------------------------------------
       REMOVE EXPLORE PRODUCTS
       ----------------------------------------- */

    .category-sliger.owl-carousel
    .category-title::after {

        display: none !important;

        content: none !important;
    }


    /* -----------------------------------------
       HIDE MOBILE ARROWS
       ----------------------------------------- */

    .category-sliger.owl-carousel
    .owl-nav {

        display: none !important;
    }


    /* -----------------------------------------
       MOBILE DOTS
       ----------------------------------------- */

    .category-sliger.owl-carousel
    .owl-dots {

        position: static !important;

        width: 100% !important;

        min-height: 16px !important;

        margin: 10px 0 4px !important;

        padding: 0 !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        gap: 6px !important;

        visibility: visible !important;

        opacity: 1 !important;

        overflow: visible !important;
    }


    /* Dot button */
    .category-sliger.owl-carousel
    .owl-dots
    .owl-dot {

        width: auto !important;

        height: auto !important;

        margin: 0 !important;

        padding: 2px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        background: transparent !important;

        border: 0 !important;
    }


    /* Normal dot */
    .category-sliger.owl-carousel
    .owl-dots
    .owl-dot
    span {

        display: block !important;

        width: 7px !important;

        height: 7px !important;

        margin: 0 !important;

        padding: 0 !important;

        background: #c8cdd2 !important;

        border-radius: 50% !important;

        transition:
            width .25s ease,
            background .25s ease !important;
    }


    /* Active dot */
    .category-sliger.owl-carousel
    .owl-dots
    .owl-dot.active
    span {

        width: 25px !important;

        height: 7px !important;

        border-radius: 20px !important;

        background: var(--secondary-color) !important;
    }
}


/* =========================================================
   SMALL MOBILE
   0 - 380PX
   ========================================================= */

@media (max-width: 380px) {

    .top-category-heading {

        padding-bottom: 7px !important;
    }


    .top-category-heading .top-category-subtitle {

        font-size: 6px !important;

        letter-spacing: .5px !important;

        margin-bottom: 3px !important;
    }


    .top-category-heading .section-title-name {

        font-size: 20px !important;

        line-height: 1.15 !important;
    }


    .category-sliger.owl-carousel
    .owl-item {

        padding: 4px 4px 8px !important;
    }


    .category-sliger.owl-carousel
    .owl-item
    .category-item {

        border-radius: 14px !important;
    }


    .category-sliger.owl-carousel
    .owl-item
    .category-item
    .cat-img-wrap {

        border-radius: 14px 14px 0 0 !important;
    }


    .category-sliger.owl-carousel
    .owl-item
    .category-title {

        min-height: 56px !important;

        padding: 9px 3px !important;

        font-size: 10px !important;

        line-height: 1.2 !important;
    }


    .category-sliger.owl-carousel
    .owl-dots {

        margin-top: 9px !important;

        gap: 6px !important;
    }


    .category-sliger.owl-carousel
    .owl-dots
    .owl-dot
    span {

        width: 6px !important;

        height: 6px !important;
    }


    .category-sliger.owl-carousel
    .owl-dots
    .owl-dot.active
    span {

        width: 22px !important;

        height: 6px !important;
    }
}

    .cat-img-wrap{
        width:70px;
        height:70px;
    }

    .category-title{
        font-size:12px;
    }

    .homeproduct{
        padding:12px!important;
    }

    .pro_name a{
        font-size:18px !important;
        font-weight:600;
        line-height:1.4;
    }

    .pro_price p{
        font-size:18px !important;
        font-weight:700;
    }

    .discount{
        padding:5px 10px !important;
    }

    .discount p{
        font-size:11px;
    }

    .sec_title,
    .section-title h2,
    .home-page-section-title-box h3{
        font-size:22px !important;
    }

}

/* =========================
   PREMIUM BANNER FIX
========================= */

.slider-section{
    margin-top:35px !important;
    margin-bottom:25px !important;
}

.slider-item{
    width:100% !important;
    height:500px !important;

    border-radius:20px !important;
    overflow:hidden !important;
}

.slider-item img{
    width:100% !important;
    height:100% !important;

    object-fit:cover !important;
    display:block;
}

/* Mobile */

@media(max-width:768px){

    .slider-section{
        margin-top:10px !important;
        margin-bottom:15px !important;
    }

    .slider-item{
        height:220px !important;
        border-radius:12px !important;
    }

    .slider-item img{
        width:100% !important;
        height:100% !important;
        object-fit:cover !important;
    }

}

.show_more_btn,
.view_more_btn{
    text-align:center;
}

.show_more_btn a,
.view_more_btn a{
    align-items:center;
    justify-content:center;

    padding:10px 15px;

    background:var(--gradient-color) !important;

    color:#fff !important;

    border:none !important;
    border-radius:10px !important;

    font-size:16px;
    font-weight:600;

    transition:.3s ease;
}

.show_more_btn a:hover,
.view_more_btn a:hover{

    background:var(--primary-color) !important;

    color:#fff !important;

    transform:translateY(-2px);
}

.footer-about p{
    margin-bottom:8px;
}

.footer-about p strong{
    display:inline !important;
    color:var(--primary-color) !important;
    font-weight:700;
}

.footer-about p a{
    display:inline !important;
    color:inherit;
    text-decoration:none;
    transition:.3s ease;
}

.footer-about p a:hover{
    color:var(--secondary-color) !important;
}

.footer-about p i{
    color:var(--primary-color);
    margin-right:6px;
    width:16px;
    text-align:center;
}

.footer-about p strong{
    color:var(--primary-color);
}

.contact-section{
    padding:60px 0;
}

/* =========================
   MOBILE FOOTER FINAL FIX
========================= */

@media (max-width:768px){

    /* Footer Order */

    .footer-top .row{
        display:flex;
        flex-wrap:wrap;
    }

    /* Contact Info */
    .footer-top .row > div:nth-child(1){
        order:1;
        margin-bottom:0 !important;
    }

    /* Social Icons */
    .footer-top .row > div:nth-child(4){
        order:2;
        width:100%;
        margin-top:0 !important;
        margin-bottom:15px !important;
        text-align:center;
    }

    /* Quick Links */
    .footer-top .row > div:nth-child(2){
        order:3;
    }

    /* Help & Support */
    .footer-top .row > div:nth-child(3){
        order:4;
    }

    /* Hide Follow Us */

    li.title.stay_conn,
    li.title.stay_conn a{
        display:none !important;
        height:0 !important;
        margin:0 !important;
        padding:0 !important;
        overflow:hidden !important;
    }

    /* Contact Info Gap */

    .footer-about{
        padding-right:0 !important;
    }

    .footer-about p{
        margin-bottom:4px !important;
        text-align:center !important;
    }

    /* Social Icons */

    .social_link{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;

        gap:10px !important;

        margin:0 !important;
        padding:0 !important;
    }

    .social_link li{
        display:inline-flex !important;
        margin:0 !important;
        padding:0 !important;
    }

    .social_link li a{
        margin:0 !important;
        padding:0 !important;
    }

    .social_link li a i{
        width:30px !important;
        height:30px !important;

        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        border-radius:50% !important;

        font-size:15px !important;
    }

    /* Quick Links + Help & Support */

    .footer-menu .title{
        text-align:center !important;
        margin-bottom:10px !important;
    }

    .footer-menu ul:not(.social_link){
        padding-left:20px !important;
        margin-left:0 !important;
    }

    .footer-menu ul:not(.social_link) li{
        display:block !important;
        text-align:left !important;
    }

    .footer-menu ul:not(.social_link) li a{
        display:block !important;
        text-align:left !important;
        padding-left:0 !important;
        margin-left:0 !important;
    }

}

/* =========================
   CONTACT INFO BOX
========================= */

.cont_item{
    background:#fff;
    border:1px solid #dce9e3;
    border-radius:12px;

    padding:16px 20px;
    margin-bottom:20px;

    box-shadow:0 4px 15px rgba(0,0,0,.04);
    transition:.3s ease;
}

.cont_item:hover{
    border-color:var(--secondary-color);
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(var(--primary-rgb),.10);
}

.cont_item a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    color:#222;
    font-size:16px;
    font-weight:600;

    text-decoration:none;
}

/* Feather Icon */

.cont_item a svg{
    width:18px !important;
    height:18px !important;

    stroke:var(--primary-color);
    stroke-width:2.2;

    flex-shrink:0;
}

/* Font Awesome Support */

.cont_item a i{
    font-size:18px;
    color:var(--primary-color);
}

.cont_item:hover a{
    color:var(--secondary-color);
}

.cont_item:hover a svg{
    stroke:var(--secondary-color);
}

.cont_item:hover a i{
    color:var(--secondary-color);
}

/* =========================
   CONTACT FORM
========================= */

.contact-form{
    background:#fff;
    padding:35px;
    border-radius:20px;

    border:1px solid #e6efea;

    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.contact-heading{
    text-align:center;
    margin-bottom:30px;
}

.contact-heading h2{
    color:var(--primary-color);
    font-size:34px;
    font-weight:800;
}

.contact-heading p{
    color:#666;
}

.contact-form .form-control{
    height:50px;
    border:1px solid #dce9e3;
    border-radius:12px;
    box-shadow:none;
}

.contact-form textarea.form-control{
    height:140px;
    resize:none;
}

.contact-form .form-control:focus{
    border-radius:12px !important;
    border-color:var(--secondary-color);
    box-shadow:0 0 0 4px rgba(var(--secondary-rgb),.12);
}

/* =========================
   SUBMIT BUTTON
========================= */

.submit-btn{
    width:100%;
    height:52px;

    border:none;
    border-radius:12px;

    background:var(--gradient-color) !important;

    color:#fff !important;

    font-size:16px;
    font-weight:700;

    transition:.3s ease;
}

.submit-btn:hover{
    background:var(--primary-color) !important;

    color:#fff !important;

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(var(--primary-rgb),.20);
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .contact-section{
        padding:30px 0;
    }

    .contact-form{
        padding:20px;
    }

    .contact-heading h2{
        font-size:26px;
    }

    .cont_item{
        padding:14px 16px;
        margin-bottom:15px;
    }

    .cont_item a{
        font-size:14px;
    }

    .cont_item a svg,
    .cont_item a i{
        width:16px !important;
        height:16px !important;
        font-size:16px;
    }
}

/* ====================================
   PREMIUM MOBILE HEADER
==================================== */

@media (max-width:768px){

    .mobile-header{
        display:block !important;
        background:#fff;
        padding:8px 15px !important;
        box-shadow:0 3px 12px rgba(0,0,0,.05);
        position:relative;
        z-index:9999;
    }

    .mobile-logo{
        display:grid;
        grid-template-columns:46px 1fr 46px;
        align-items:center;
        gap:0;
        min-height:48px;
    }

.menu-logo{
    display:flex;
    justify-content:center;
    align-items:center;
}

.menu-logo img{
    margin:0 auto;
    display:block;
}

    /* CATEGORY BUTTON */

.menu-bar{
    width:40px;
    height:40px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.menu-bar a{
    width:38px !important;
    height:38px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#edf2f0;

    border-radius:8px;

    color:var(--primary-color);

    font-size:17px;
    line-height:1;

    padding:0 !important;
    margin:0 !important;
}

    /* LOGO */

    .menu-logo{
        text-align:center;
    }

    .menu-logo img{
        max-height:34px;
        width:auto;
        object-fit:contain;
    }

    /* CART */

.menu-bag{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;
}

    .menu-bag a{
        display:block;
    }

    .menu-bag .margin-shopping{

        position:relative;

        width:45px !important;
        height:45px !important;

        display:flex;
        align-items:center;
        justify-content:center;

        background:var(--gradient-color);

        border-radius:50% !important;

        margin:0 !important;

        box-shadow:
        0 7px 14px rgba(var(--primary-rgb),.20);
    }

    .menu-bag i{
        color:#fff;
        font-size:17px;
    }

    .mobilecart-qty{

        position:absolute !important;

        top:-5px !important;
        right:-5px !important;

        width:20px !important;
        height:20px !important;

        display:flex !important;
        align-items:center;
        justify-content:center;

        background:#ff4d4f !important;

        color:#fff !important;

        border-radius:50% !important;

        font-size:10px !important;

        font-weight:700;

        border:2px solid #fff;
    }

    /* SEARCH AREA */

    .mobile-search{
        background:#fff;
        padding:12px 15px 15px;
    }

    .mobile-search form{

        display:flex;

        width:100%;

        height:52px;

        background:#fff;

        border:2px solid #e6ece9;

        border-radius:12px;

        overflow:hidden;

        box-shadow:
        0 4px 12px rgba(0,0,0,.05);
    }

    .mobile-search input{

        flex:1;

        width:auto !important;

        background:#fff !important;

        color:#222 !important;

        padding:0 18px !important;

        font-size:15px !important;
    }

    .mobile-search input::placeholder{
        color:#999 !important;
    }

    .mobile-search button{

        width:65px !important;

        background:var(--primary-color) !important;

        display:flex;
        align-items:center;
        justify-content:center;

        transition:.3s;
    }

    .mobile-search form:focus-within button{
        background:var(--secondary-color) !important;
    }

    .mobile-search button i,
    .mobile-search button svg{
        color:#fff !important;
        width:20px !important;
        height:20px !important;
    }

    /* REMOVE OLD THEME STYLE */

    .mobile-search input{
        text-align:left !important;
    }

    .mobile-search button{
        border:none !important;
    }
}

/* =========================
   CHECKOUT DESIGN
========================= */

.checkout-shipping .card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    background:#fff;
}

.checkout-title{
    padding:25px 25px;
    border-bottom:1px solid #edf2f7;
    background:#fff;
}

.checkout-title h4{
    margin:0;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:21px;
    font-weight:700;
    color:#111827;
}

.checkout-title i{
    color:var(--secondary-color);
}

/* =========================
   LABEL
========================= */

.checkout-shipping label{
    display:block;
    margin-bottom:8px;
    font-size:15px;
    font-weight:700;
    color:#374151;
    text-transform:uppercase;
}

.checkout-shipping label i{
    margin-right:6px;
    color:var(--secondary-color);
}

/* =========================
   FORM FIELD
========================= */

.checkout-shipping .form-control{
    height:40px;
    border:1px solid #dbe2ea;
    border-radius:10px;
    box-shadow:none;
    font-size:15px;
    background:#fff;
    transition:border-color .2s ease;
}

.checkout-shipping .form-control:focus{
    border-color:var(--secondary-color);
}

.checkout-shipping textarea.form-control:focus{
    border-color:var(--secondary-color);
}

#note{
    height:120px;
    min-height:120px;
    resize:none;
    padding-top:12px;
}

/* =========================
   SECTION TITLE
========================= */

.checkout-section-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin:25px 0 15px;
    color:#64748b;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}

.checkout-section-title i{
    color:var(--secondary-color);
}

/* =========================
   GRID
========================= */

.shipping-grid,
.payment-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

/* =========================
   SHIPPING CARD
========================= */

.shipping-card{
    cursor:pointer;
    margin:0;
}

.shipping-card input{
    display:none;
}

.shipping-card-content{
    border:2px solid #e5e7eb;
    border-radius:15px;
    background:#fff;
    padding:15px;
    min-height:80px;
    transition:.25s ease;
}

.shipping-card-content h5{
    margin:0;
    font-size:16px;
    font-weight:700;
    color:#111827;
}

.shipping-card-content p{
    margin:6px 0 0;
    font-size:12px;
    color:#64748b;
}

.shipping-card:hover .shipping-card-content{
    transform:translateY(-2px);
}

.shipping-card input:checked + .shipping-card-content{
    border-color:var(--secondary-color);
    background:#f4fff2;
}

/* =========================
   PAYMENT CARD
========================= */

.payment-card{
    cursor:pointer;
    margin:0;
}

.payment-card input{
    display:none;
}

.payment-card-content{
    border:2px solid #e5e7eb;
    border-radius:12px;

    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:10px 14px;
    text-align:center;

    transition:.25s ease;
}

.payment-card-content h5{
    margin:0;
    font-size:14px;
    font-weight:600;
    line-height:1.2;
}

/* =========================
   CASH CARD
========================= */

.cash-card .payment-card-content{
    background:#fff;
    color:#111827;
}

/* =========================
   BKASH CARD
========================= */

.bkash-card .payment-card-content{
    background:#e2136e;
    border-color:#e2136e;
}

.bkash-card .payment-card-content h5{
    color:#fff;
    font-size:14px;
    font-weight:700;
    letter-spacing:.3px;
}

/* =========================
   SHURJOPAY CARD
========================= */

.shurjo-card .payment-card-content{
    background:#ff6b00;
    border-color:#ff6b00;
}

.shurjo-card .payment-card-content h5{
    color:#fff;
    font-size:14px;
    font-weight:700;
}

/* =========================
   PAYMENT ACTIVE
========================= */

.payment-card:hover .payment-card-content{
    transform:translateY(-2px);
}

.cash-card input:checked + .payment-card-content{
    border-color:var(--secondary-color);
    background:#f4fff2;
}

.bkash-card input:checked + .payment-card-content{
    box-shadow:0 0 0 4px rgba(226,19,110,.25);
}

.shurjo-card input:checked + .payment-card-content{
    box-shadow:0 0 0 4px rgba(255,107,0,.25);
}

/* Parsley Error Message */

.parsley-errors-list{
    margin:5px 0 0 !important;
    padding:0 !important;
    list-style:none !important;
}

.parsley-errors-list li{
    color:#dc2626 !important;
    font-size:13px;
    font-weight:500;
}

.form-control.parsley-error{
    border-color:#dc2626 !important;
}

.form-control.parsley-success{
    border-color:#22c55e !important;
}

/* =========================
   ORDER BUTTON
========================= */

.order_place{
    width:100%;
    height:50px;
    border:none;
    border-radius:14px;

    background:linear-gradient(
        135deg,
        var(--primary-color),
        var(--secondary-color)
    );

    color:#fff;
    font-size:18px;
    font-weight:700;

    margin-top:25px;

    transition:.3s ease;
}

.order_place:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(var(--primary-rgb),.25);
}

/* =========================
   CARD BODY
========================= */

.checkout-shipping .card-body{
    padding:25px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

    .checkout-title{
        padding:18px;
    }

    .checkout-title h4{
        font-size:20px;
    }

    .shipping-grid,
    .payment-grid{
        grid-template-columns:1fr;
    }

    .shipping-card-content,
    .payment-card-content{
        min-height:auto;
    }

    .checkout-shipping .card-body{
        padding:18px;
    }

    .chheckout-section{
        padding-left:10px !important;
        padding-right:10px !important;
    }
}

/* =========================
   ORDER SUMMARY CARD
========================= */

.cart_details .card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.cart_details .card-header{
    background:#fff;
    border-bottom:1px solid #edf2f7;
    padding:25px;
}

.cart_details .card-header h5{
    margin:0;
    font-size:21px;
    font-weight:700;
    color:#1e293b;
}

.cart_details .card-body{
    padding:20px;
}

.cart_details .card-header h5 i{
    color:var(--secondary-color);
    margin-right:8px;
    font-size:18px;
}

/* =========================
   TABLE RESET
========================= */

.cart_table{
    border:none !important;
    margin:0;
}

.cart_table thead{
    display:none;
}

.cart_table tbody tr{
    border-bottom:1px solid #edf2f7 !important;
}

.cart_table tbody td{
    border:none !important;
    vertical-align:middle;
    padding:15px 8px;
    background:#fff !important;
}

.cart_table.table-bordered{
    border:none !important;
}

.cart_table.table-striped tbody tr:nth-of-type(odd){
    background:#fff !important;
}

/* =========================
   PRODUCT IMAGE
========================= */

.cart_table td img{
    width:60px !important;
    height:60px !important;
    min-width:60px !important;
    max-width:60px !important;
    width:60px;
    height:60px;
    object-fit:cover;
    border-radius:10px;
    border:1px solid #edf2f7;
}

/* =========================
   PRODUCT TITLE
========================= */

.cart_table td a{
    color:var(--primary-color);
    font-size:15px;
    font-weight:600;
    text-decoration:none;
}

.cart_table td p{
    margin:2px 0;
    color:#64748b;
    font-size:13px;
}

/* =========================
   DELETE BUTTON
========================= */

.cart_remove{
    font-size:18px;
    cursor:pointer;
}

.cart_remove i{
    color:#ef4444;
}

/* =========================
   COMPACT QTY STYLE
========================= */

.cart_qty{
    text-align:center;
}

.qty-cart{
    display:flex;
    justify-content:center;
    align-items:center;
}

.vcart-qty .quantity{
    display:flex;
    align-items:center;
    justify-content:center;

    width:86px !important;
    height:32px !important;

    border:1px solid #dbe2ea;
    border-radius:8px;
    overflow:hidden;

    background:#fff;
}

/* Minus & Plus */

.vcart-qty .quantity .minus,
.vcart-qty .quantity .plus{
    width:26px !important;
    min-width:26px !important;
    max-width:26px !important;

    height:32px !important;

    border:none !important;
    background:#fff !important;

    color:#64748b;
    font-size:15px;
    font-weight:600;

    padding:0 !important;
    margin:0 !important;

    line-height:32px;
    text-align:center;

    transition:.2s ease;
}

.vcart-qty .quantity .minus{
    border-right:1px solid #e5e7eb !important;
}

.vcart-qty .quantity .plus{
    border-left:1px solid #e5e7eb !important;
}

.vcart-qty .quantity .minus:hover,
.vcart-qty .quantity .plus:hover{
    background:#f8fafc !important;
    color:var(--primary-color);
}

/* Quantity Number */

.vcart-qty .quantity input{
    width:34px !important;
    min-width:34px !important;
    max-width:34px !important;

    height:32px !important;

    border:none !important;
    outline:none !important;
    box-shadow:none !important;

    background:#fff !important;

    color:var(--primary-color);
    font-size:14px;
    font-weight:700;

    text-align:center;

    padding:0 !important;
    margin:0 !important;
}

.vcart-qty .quantity input:focus{
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
}

.vcart-qty .quantity *{
    box-sizing:border-box;
}

/* =========================
   PRICE
========================= */

.cart_table tbody strong{
    color:#384254;
    font-size:14px;
    font-weight:500;
}

/* =========================
   ORDER SUMMARY TOTALS
========================= */

.cart_table tfoot tr{
    border:none !important;
}

.cart_table tfoot th,
.cart_table tfoot td{
    border:none !important;
    padding:10px 0 !important;
    background:none !important;
    font-size:14px;
}

.cart_table tfoot th{
    text-align:left !important;
    color:#384254;
    font-weight:600;
}

.cart_table tfoot td{
    text-align:right !important;
    color:#384254;
    font-weight:600;
}

/* =========================
   GRAND TOTAL
========================= */

.cart_table tfoot tr:last-child{
    border-top:1px solid #edf2f7 !important;
}

.cart_table tfoot tr:last-child th{
    padding-top:22px !important;
    font-size:16px !important;
    font-weight:800 !important;
    color:var(--primary-color) !important;
}

.cart_table tfoot tr:last-child td{
    padding-top:22px !important;
}

#grand_total{
    color:var(--primary-color) !important;
    font-size:16px !important;
    font-weight:700 !important;
}

#grand_total strong{
    color:var(--primary-color) !important;
    font-size:16px !important;
    font-weight:700 !important;
}

/* Currency Symbol */

.alinur{
    font-family:'inter', sans-serif !important;
    font-size:14px;
    font-weight:500;
    color:inherit;

    display:inline-block;
    margin-right:4px;
    line-height:1;
}

/* =========================
   DELIVERY NOTE BOX
========================= */

.cart_details .card-footer{
    margin:20px;
    border:none;
    border-radius:12px;
    background:#f8fafc;
    padding:16px 18px;

    color:#64748b !important;
    font-size:14px;
    line-height:1.6;
}

/* =========================
   SHIPPING & PAYMENT TICK
========================= */

.shipping-card,
.payment-card{
    position:relative;
}

.shipping-card-content,
.payment-card-content{
    position:relative;
    overflow:hidden;
}

/* Tick Hidden */

.shipping-card-content::after,
.payment-card-content::after{
    content:"✓";

    position:absolute;
    top:8px;
    right:10px;

    width:20px;
    height:20px;

    border-radius:50%;

    background:var(--secondary-color);
    color:#fff;

    font-size:12px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;

    opacity:0;
    visibility:hidden;

    transform:scale(.5);

    transition:.25s ease;
}

/* Tick Show */

.shipping-card input:checked + .shipping-card-content::after,
.payment-card input:checked + .payment-card-content::after{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

    .cart_details .card-header{
        padding:18px;
    }
    
    .cart_details{
        margin-top:20px;
    }

    .cart_details .card-header h5{
        font-size:18px;
    }

    .cart_table td img{
        width:55px;
        height:55px;
    }

    .cart_table strong{
        font-size:16px;
    }

    .checkout-section-title{
        font-size:18px;
        font-weight:600;
        margin:25px 0 15px;
    }

    .checkout-section-title i{
        font-size:18px;
    }

    /* Shipping */
    .shipping-grid{
        grid-template-columns:repeat(2,1fr);
        gap:8px;
    }

    .shipping-card-content{
        padding:12px;
        min-height:65px;
    }

    .shipping-card-content h5{
        font-size:16px;
        line-height:1.3;
    }

    .shipping-card-content p{
        font-size:11px;
    }

    /* Payment */
    .payment-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:8px;
    }

    /* Cash On Delivery full width */
    .cash-card{
        grid-column:1 / -1;
    }

    .payment-card-content{
        height:44px;
        padding:8px;
    }

    .payment-card-content h5{
        font-size:16px;
        font-weight:700;
    }


/* =========================
   ORDER SUMMARY
========================= */

.cart_table{
    border-collapse:separate !important;
    border-spacing:0 12px !important;
}

.cart_table thead{
    display:none;
}

.cart_table tbody tr{
    background:#f8fafc;
}

.cart_table tbody td{
    border:none !important;
    vertical-align:middle !important;
    padding:15px 10px !important;
}

/* =========================
   DELETE BUTTON
========================= */

.cart_remove{
    color:#ef4444 !important;
    font-size:18px;
}

/* =========================
   PRODUCT
========================= */

.cart_table td.text-left{
    text-align:left !important;
}

.cart_table td.text-left a{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
}

.cart_table td.text-left img{
    width:60px !important;
    height:60px !important;
    min-width:60px !important;

    object-fit:cover;
    border-radius:10px;
}

.cart_table td.text-left p{
    margin:2px 0 0;
    font-size:12px;
    color:#64748b;
}

/* =========================
   PRICE
========================= */

.cart_table strong{
    font-size:18px;
    font-weight:500;
}

.alinur{
    font-size:18px;
    font-weight:600;
}

/* =========================
   QUANTITY
========================= */

.quantity{
    display:inline-flex;
    align-items:center;

    border:1px solid #dbe2ea;
    border-radius:10px;

    overflow:hidden;
    background:#fff;
}

.quantity button{
    width:34px;
    height:34px;

    border:none;
    background:#fff;

    font-size:18px;
    font-weight:700;
    color:#64748b;
}

.quantity input{
    width:42px;
    height:34px;

    border:none;
    border-left:1px solid #edf2f7;
    border-right:1px solid #edf2f7;

    text-align:center;
    font-size:15px;
    font-weight:700;
    background:#fff;
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

    .cart_table{
        border-spacing:0 8px !important;
    }

    .cart_table tbody td{
        padding:10px 5px !important;
    }

    .cart_table td.text-left img{
        width:50px !important;
        height:50px !important;
        min-width:50px !important;
    }

    .cart_table td.text-left a{
        gap:8px;
        font-size:14px;

        max-width:110px;
        overflow:hidden;

        white-space:nowrap;
        text-overflow:ellipsis;
    }

    .quantity{
        transform:scale(.75);
        transform-origin:left center;
    }

    .quantity button{
        font-size:15px !important;
    }

    .quantity input{
        font-size:15px !important;
    }

    .cart_table strong{
        font-size:14px;
    }

    .alinur{
        font-size:14px;
    }
}

/* =========================================================
   PREMIUM MOBILE CATEGORY MENU
   ========================================================= */

@media (max-width: 767px) {


    /* =====================================================
   MOBILE MENU — FINAL CLEAN RESPONSIVE VERSION
   ===================================================== */

@media (max-width: 767px) {

    /* Drawer */
    .mobile-menu {
        width: 88% !important;
        max-width: 380px !important;
        height: 100vh !important;
        background: #fff !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        scrollbar-width: none !important;
        z-index: 100000 !important;
    }

    .mobile-menu::-webkit-scrollbar {
        display: none !important;
    }

    /* Drawer header */
    .mobile-menu-logo {
        width: 100% !important;
        height: 78px !important;
        min-height: 78px !important;
        padding: 12px 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        background: #fff !important;
        border-bottom: 1px solid #edf0ef !important;
        box-sizing: border-box !important;
    }

    .mobile-menu-logo .logo-image {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex: 1 !important;
        min-width: 0 !important;
    }

    .mobile-menu-logo .logo-image img {
        width: auto !important;
        max-width: 165px !important;
        height: auto !important;
        max-height: 48px !important;
        object-fit: contain !important;
        display: block !important;
    }

    /* Smaller, cleaner close button */
    .mobile-menu-close {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        border: 1px solid #26334a !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #07103c !important;
        background: #fff !important;
        cursor: pointer !important;
        transition: .2s ease !important;
        flex-shrink: 0 !important;
    }

    .mobile-menu-close i,
    .mobile-menu-close .fa-xmark {
        font-size: 22px !important;
        line-height: 1 !important;
        color: #07103c !important;
    }

    .mobile-menu-close:hover {
        background: var(--primary-color) !important;
        border-color: var(--primary-color) !important;
    }

    .mobile-menu-close:hover i {
        color: #fff !important;
    }

    /* Search */
    .mobile-menu-search {
        width: 100% !important;
        padding: 12px 18px 10px !important;
        background: #fff !important;
        box-sizing: border-box !important;
    }

    .mobile-menu-search form {
        width: 100% !important;
        height: 52px !important;
        display: flex !important;
        align-items: center !important;
        background: #f8f8f8 !important;
        border: 1px solid #dedede !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
    }

    .mobile-menu-search input {
        flex: 1 !important;
        width: auto !important;
        height: 100% !important;
        min-width: 0 !important;
        padding: 0 14px !important;
        border: 0 !important;
        outline: 0 !important;
        background: transparent !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        text-align: left !important;
        box-shadow: none !important;
    }

    .mobile-menu-search input::placeholder {
        color: #777 !important;
        font-size: 14px !important;
        opacity: 1 !important;
    }

    .mobile-menu-search button {
        width: 48px !important;
        height: 100% !important;
        min-width: 48px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        color: #001447 !important;
        font-size: 20px !important;
        border: 0 !important;
        outline: 0 !important;
        padding: 0 !important;
    }

    .mobile-menu-search button i {
        color: #001447 !important;
        font-size: 20px !important;
    }

    .mobile-menu-search .search_result {
        position: relative !important;
        width: 100% !important;
        margin-top: 6px !important;
        z-index: 100001 !important;
    }

    /* Menu list */
    .mobile-menu .first-nav {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .mobile-menu .first-nav > li {
        display: block !important;
        width: 100% !important;
    }

    /* All Products */
    .mobile-menu .first-nav > .mobile-menu-all-products {
        width: 100% !important;
        height: 64px !important;
        min-height: 64px !important;
        display: block !important;
        border-top: 1px solid #edf0ef !important;
        border-bottom: 1px solid #e5e9e8 !important;
        background: #fff !important;
    }

    .mobile-menu .mobile-menu-all-products > a {
        width: 100% !important;
        height: 64px !important;
        min-height: 64px !important;
        padding: 8px 18px !important;
        display: flex !important;
        align-items: center !important;
        gap: 14px !important;
        box-sizing: border-box !important;
        color: #07103c !important;
        background: #fff !important;
        text-decoration: none !important;
    }

    .mobile-menu .mobile-menu-item-icon {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        margin: 0 !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f1f6f4 !important;
        color: var(--primary-color) !important;
        font-size: 17px !important;
    }

    .mobile-menu .mobile-menu-item-text {
        font-size: 16px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
        color: #07103c !important;
        text-transform: none !important;
    }

    /* Main category */
    .mobile-menu .first-nav > .parent-category {
        width: 100% !important;
        position: relative !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #e8eceb !important;
        background: #fff !important;
        box-sizing: border-box !important;
    }

    .mobile-menu .first-nav > .parent-category > .menu-category-name {
        width: 100% !important;
        min-height: 62px !important;
        padding: 8px 50px 8px 18px !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        color: #07103c !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        text-transform: none !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
    }

    .mobile-menu .first-nav > .parent-category > .menu-category-name .side_cat_img,
    .mobile-menu .side_cat_img {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: 0 2px 7px rgba(0,0,0,.07) !important;
        flex-shrink: 0 !important;
    }

    .mobile-menu .mobile-category-name {
        display: block !important;
        flex: 1 !important;
        min-width: 0 !important;
        color: #07103c !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        text-align: left !important;
        overflow-wrap: anywhere !important;
    }

    /* Main category arrow */
    .mobile-menu .menu-category-toggle {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 48px !important;
        height: 62px !important;
        transform: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #6f7774 !important;
        cursor: pointer !important;
        z-index: 5 !important;
    }

    .mobile-menu .menu-category-toggle i {
        font-size: 11px !important;
        color: var(--primary-color) !important;
        line-height: 1 !important;
        transition: transform .2s ease !important;
    }

    .mobile-menu .parent-category.active > .menu-category-toggle i {
        transform: rotate(180deg) !important;
        color: var(--secondary-color) !important;
    }

    .mobile-menu .parent-category.active > .menu-category-name {
        background: #f8fbfa !important;
    }

    /* Second level */
    .mobile-menu .second-nav {
        width: 100% !important;
        display: none;
        margin: 0 !important;
        padding: 0 !important;
        background: #f8faf9 !important;
        border-top: 1px solid #edf0ef !important;
        list-style: none !important;
    }

    .mobile-menu .second-nav > .parent-subcategory {
        width: 100% !important;
        position: relative !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #e7ecea !important;
        box-sizing: border-box !important;
    }

    .mobile-menu .second-nav .menu-subcategory-name {
        width: 100% !important;
        min-height: 50px !important;
        display: flex !important;
        align-items: center !important;
        padding: 8px 45px 8px 62px !important;
        color: #17203b !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        text-transform: none !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
    }

    .mobile-menu .menu-subcategory-toggle {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 44px !important;
        height: 50px !important;
        transform: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #777 !important;
        cursor: pointer !important;
        z-index: 5 !important;
    }

    .mobile-menu .menu-subcategory-toggle i {
        font-size: 10px !important;
        color: var(--primary-color) !important;
        transition: transform .2s ease !important;
    }

    .mobile-menu .parent-subcategory.active > .menu-subcategory-toggle i {
        transform: rotate(180deg) !important;
        color: var(--secondary-color) !important;
    }

    /* Third level */
    .mobile-menu .third-nav {
        width: 100% !important;
        display: none;
        margin: 0 !important;
        padding: 0 !important;
        background: #f1f5f3 !important;
        list-style: none !important;
        border-top: 1px solid #e2e8e5 !important;
    }

    .mobile-menu .third-nav .childcategory {
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #e1e6e3 !important;
    }

    .mobile-menu .third-nav .menu-childcategory-name {
        display: block !important;
        padding: 10px 18px 10px 78px !important;
        color: #394150 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
        text-transform: none !important;
        text-decoration: none !important;
    }

    /* Login / Track Order — compact */
    .mobile-menu-actions {
        width: 100% !important;
        padding: 12px 18px 18px !important;
        margin: 0 !important;
        background: #fff !important;
        border-top: 1px solid #e5e8e7 !important;
        box-sizing: border-box !important;
    }

    .mobile-menu-action {
        width: 100% !important;
        min-height: 52px !important;
        height: 52px !important;
        margin: 0 0 8px !important;
        padding: 7px 12px !important;
        display: flex !important;
        align-items: center !important;
        gap: 11px !important;
        background: #fff !important;
        border: 1px solid #e0e3e2 !important;
        border-radius: 9px !important;
        color: #07103c !important;
        box-sizing: border-box !important;
        transition: .2s ease !important;
    }

    .mobile-menu-action:last-child {
        margin-bottom: 0 !important;
    }

    .mobile-menu-action-icon,
    .mobile-track-order .mobile-menu-action-icon {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f4f6f5 !important;
        color: #001447 !important;
        font-size: 16px !important;
    }

    .mobile-menu-action-content {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        min-width: 0 !important;
        text-align: left !important;
    }

    .mobile-menu-action-content small {
        margin: 0 0 1px !important;
        color: #777 !important;
        font-size: 10px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
    }

    .mobile-menu-action-content strong {
        margin: 0 !important;
        color: #07103c !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
    }

    .mobile-track-order {
        min-height: 48px !important;
        height: 48px !important;
    }

    .mobile-track-order .mobile-menu-action-content strong {
        font-size: 14px !important;
    }

    /* Keep drawer compact on very small phones */
    @media (max-width: 380px) {
        .mobile-header{
            padding:6px 12px !important;
        }

        .mobile-logo{
            min-height:44px;
            grid-template-columns:42px 1fr 42px;
        }

        .menu-bar,
        .menu-bar a{
            width:36px !important;
            height:36px !important;
        }

        .menu-logo img{
            max-height:31px !important;
        }

        .menu-bag{
            width:42px;
            height:42px;
        }

        .menu-bag .margin-shopping{
            width:39px !important;
            height:39px !important;
        }

        .menu-bag i{
            font-size:16px !important;
        }

        .mobile-menu {
            width: 92% !important;
        }

        .mobile-menu-logo {
            height: 72px !important;
            min-height: 72px !important;
            padding: 10px 15px !important;
        }

        .mobile-menu-logo .logo-image img {
            max-width: 145px !important;
            max-height: 42px !important;
        }

        .mobile-menu-close {
            width: 35px !important;
            height: 35px !important;
            min-width: 35px !important;
        }

        .mobile-menu-close i,
        .mobile-menu-close .fa-xmark {
            font-size: 15px !important;
        }

        .mobile-menu-search {
            padding: 10px 15px 8px !important;
        }

        .mobile-menu-search form {
            height: 48px !important;
        }

        .mobile-menu .first-nav > .parent-category > .menu-category-name {
            min-height: 58px !important;
            padding-left: 15px !important;
        }

        .mobile-menu .side_cat_img {
            width: 40px !important;
            height: 40px !important;
            min-width: 40px !important;
        }

        .mobile-menu .mobile-category-name,
        .mobile-menu .mobile-menu-item-text {
            font-size: 15px !important;
        }
    }
}

/* Desktop: mobile drawer elements remain hidden */
@media (min-width: 768px) {
    .mobile-header,
    .mobile-show,
    .mobile-search,
    .mobile-menu,
    .mobile-categories,
    .footer_nav {
        display: none !important;
    }
}



/* =====================================================
   MOBILE DRAWER — FORCE CLOSED STATE / NO PARTIAL OPEN
   ===================================================== */

@media (max-width: 767px) {

    .mobile-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        bottom: 0 !important;

        transform: translate3d(-105%, 0, 0) !important;
        -webkit-transform: translate3d(-105%, 0, 0) !important;

        visibility: hidden !important;
        opacity: 0 !important;

        pointer-events: none !important;

        transition:
            transform .28s ease,
            opacity .20s ease,
            visibility 0s linear .28s !important;

        will-change: transform !important;
    }

    .mobile-menu.active {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;

        visibility: visible !important;
        opacity: 1 !important;

        pointer-events: auto !important;

        transition:
            transform .28s ease,
            opacity .20s ease,
            visibility 0s linear 0s !important;
    }

    /* Never show category dropdowns on initial page load */
    .mobile-menu .second-nav,
    .mobile-menu .third-nav {
        display: none !important;
    }

    .mobile-menu .parent-category:not(.active) > .second-nav,
    .mobile-menu .parent-subcategory:not(.active) > .third-nav {
        display: none !important;
    }

    /* Active dropdowns are opened by the JS animation */
    .mobile-menu .parent-category.active > .second-nav,
    .mobile-menu .parent-subcategory.active > .third-nav {
        display: block !important;
    }

    /* Keep the page in its normal position while drawer is closed */
    body.mobile-menu-open {
        overflow: hidden !important;
    }
}

@media (min-width: 768px) {
    .mobile-menu {
        display: none !important;
    }
}


/* ========================================================================
   DESKTOP CATEGORY / MEGA MENU — FIRST SITE STYLE
   ======================================================================== */

@media (min-width: 769px) {

    /* ---------------------------------------------------------
       Navigation wrapper
       --------------------------------------------------------- */
    #navbar_top .desktop-navigation {
        position: relative !important;
        z-index: 100000 !important;
        overflow: visible !important;
    }

    #navbar_top .desktop-all-categories {
        position: relative !important;
        z-index: 100001 !important;
        overflow: visible !important;
    }

    /* ---------------------------------------------------------
       All Categories trigger
       --------------------------------------------------------- */
    #navbar_top .desktop-all-categories-trigger {
        width: 100% !important;
        height: 56px !important;

        display: flex !important;
        align-items: center !important;

        gap: 14px !important;
        padding: 0 22px !important;

        background: var(--primary-color, #035d4c) !important;
        color: #fff !important;

        border: 0 !important;
        border-radius: 0 !important;

        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 1 !important;

        text-align: left !important;
        cursor: pointer !important;

        box-sizing: border-box !important;
        transition: background .25s ease, color .25s ease !important;
    }

    #navbar_top .desktop-all-categories-trigger:hover,
    #navbar_top .desktop-all-categories.is-open > .desktop-all-categories-trigger {
        background: var(--primary-color, #035d4c) !important;
        color: #fff !important;
    }

    #navbar_top .desktop-all-categories-trigger > i:first-child {
        width: 25px !important;
        min-width: 25px !important;

        font-size: 19px !important;
        color: #fff !important;

        text-align: center !important;
    }

    #navbar_top .desktop-all-categories-trigger .desktop-all-categories-arrow {
        width: auto !important;
        min-width: 0 !important;

        margin-left: auto !important;

        font-size: 11px !important;
        color: #fff !important;

        transition: transform .25s ease !important;
    }

    #navbar_top .desktop-all-categories:hover
        .desktop-all-categories-arrow,
    #navbar_top .desktop-all-categories.is-open
        .desktop-all-categories-arrow {
        transform: rotate(180deg) !important;
    }

    /* ---------------------------------------------------------
       MEGA MENU
       --------------------------------------------------------- */
    #navbar_top .desktop-mega-menu {
        position: absolute !important;

        top: 56px !important;
        left: 0 !important;

        width: min(950px, calc(100vw - 60px)) !important;
        max-width: 950px !important;

        padding: 28px 28px 0 !important;
        margin: 0 !important;

        background: #fff !important;

        border: 1px solid #e5e7eb !important;
        border-radius: 0 0 15px 15px !important;

        box-shadow: 0 18px 45px rgba(7, 16, 60, .13) !important;

        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;

        transform: translateY(8px) !important;
        transition:
            opacity .20s ease,
            visibility .20s ease,
            transform .20s ease !important;

        z-index: 1000000 !important;
        box-sizing: border-box !important;
    }

    /* Open on hover */
    #navbar_top .desktop-all-categories:hover > .desktop-mega-menu,

    /* Open on click */
    #navbar_top .desktop-all-categories.is-open > .desktop-mega-menu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    #navbar_top .desktop-mega-grid {
        width: 100% !important;

        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

        column-gap: 28px !important;
        row-gap: 34px !important;

        margin: 0 !important;
        padding: 0 !important;

        max-height: calc(100vh - 220px) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    #navbar_top .desktop-mega-column {
        min-width: 0 !important;
        width: 100% !important;
        display: block !important;
    }

    /* Mega title */
    #navbar_top .desktop-mega-title {
        display: flex !important;
        align-items: center !important;

        width: fit-content !important;

        margin: 0 !important;
        padding: 0 !important;

        color: #07103c !important;

        font-size: 17px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;

        text-decoration: none !important;
        text-transform: uppercase !important;

        transition: color .20s ease !important;
    }

    #navbar_top .desktop-mega-title:hover {
        color: var(--primary-color, #035d4c) !important;
    }

    #navbar_top .desktop-mega-title-line {
        width: 100% !important;
        height: 1px !important;

        position: relative !important;

        margin: 10px 0 10px !important;
        padding: 0 !important;

        background: #e1e5ea !important;
    }

    #navbar_top .desktop-mega-title-line::before {
        content: "" !important;

        position: absolute !important;
        left: 0 !important;
        top: -1px !important;

        width: 42px !important;
        height: 2px !important;

        background: var(--primary-color, #035d4c) !important;
    }

    /* Mega items */
    #navbar_top .desktop-mega-items {
        width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        gap: 3px !important;
    }

    #navbar_top .desktop-mega-item {
        width: 100% !important;
        min-height: 55px !important;

        display: flex !important;
        align-items: center !important;

        gap: 12px !important;

        padding: 5px 8px !important;
        margin: 0 !important;

        border-radius: 8px !important;

        background: transparent !important;

        color: #07103c !important;

        font-size: 14px !important;
        font-weight: 500 !important;

        text-decoration: none !important;

        box-sizing: border-box !important;

        transition:
            background .20s ease,
            color .20s ease,
            transform .20s ease !important;
    }

    #navbar_top .desktop-mega-item:hover {
        background: rgba(var(--primary-rgb), .07) !important;
        color: var(--primary-color, #035d4c) !important;

        transform: translateX(2px) !important;
    }

    #navbar_top .desktop-mega-item-image {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        overflow: hidden !important;

        border-radius: 50% !important;

        background: #f5f6f7 !important;
        border: 1px solid #e4e7ea !important;

        box-sizing: border-box !important;
    }

    #navbar_top .desktop-mega-item-image img {
        width: 100% !important;
        height: 100% !important;

        max-width: none !important;
        object-fit: cover !important;

        display: block !important;
    }

    #navbar_top .desktop-mega-placeholder {
        width: 100% !important;
        height: 100% !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        color: #9aa4b2 !important;
        font-size: 15px !important;
    }

    #navbar_top .desktop-mega-item-name {
        min-width: 0 !important;
        flex: 1 1 auto !important;

        overflow: hidden !important;

        color: inherit !important;

        white-space: nowrap !important;
        text-overflow: ellipsis !important;

        line-height: 1.35 !important;
    }

    #navbar_top .desktop-mega-item-arrow {
        width: 18px !important;
        min-width: 18px !important;

        margin-left: auto !important;

        color: #97a5b8 !important;

        font-size: 12px !important;

        text-align: center !important;

        transition:
            color .20s ease,
            transform .20s ease !important;
    }

    #navbar_top .desktop-mega-item:hover .desktop-mega-item-arrow {
        color: var(--primary-color, #035d4c) !important;
        transform: translateX(2px) !important;
    }

    /* Mega menu footer / View More */
    #navbar_top .desktop-mega-footer {
        width: calc(100% + 56px) !important;

        margin: 24px 0 0 -28px !important;
        padding: 0 !important;

        display: flex !important;
        justify-content: center !important;

        background: transparent !important;

        border-top: 1px solid #edf0f2 !important;
    }

    #navbar_top .desktop-mega-footer a {
        min-width: 170px !important;
        height: 42px !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 8px !important;

        padding: 0 20px !important;

        background: var(--primary-color, #035d4c) !important;
        color: #fff !important;

        font-size: 14px !important;
        font-weight: 700 !important;

        text-decoration: none !important;

        transition: background .20s ease, transform .20s ease !important;
    }

    #navbar_top .desktop-mega-footer a:hover {
        background: var(--primary-color, #035d4c) !important;
        color: #fff !important;

        transform: translateY(-1px) !important;
    }

    #navbar_top .desktop-mega-footer a i {
        font-size: 11px !important;
    }

    /* ---------------------------------------------------------
       INDIVIDUAL CATEGORY DROPDOWN
       --------------------------------------------------------- */
    #navbar_top .desktop-nav > ul > li.desktop-nav-category {
        position: relative !important;
        overflow: visible !important;
    }

    #navbar_top .desktop-nav > ul > li.desktop-nav-category.has-subcategory > a {
        cursor: pointer !important;
    }

    #navbar_top .desktop-nav > ul > li.desktop-nav-category.has-subcategory:hover > a,
    #navbar_top .desktop-nav > ul > li.desktop-nav-category.has-subcategory.is-open > a {
        color: var(--primary-color, #035d4c) !important;
        background: rgba(var(--primary-rgb), .055) !important;
    }

    #navbar_top .desktop-nav > ul > li.desktop-nav-category.has-subcategory:hover > a i,
    #navbar_top .desktop-nav > ul > li.desktop-nav-category.has-subcategory.is-open > a i {
        color: var(--primary-color, #035d4c) !important;
    }

    #navbar_top .desktop-category-dropdown {
        position: absolute !important;

        top: 56px !important;
        left: 50% !important;

        width: 310px !important;
        min-width: 310px !important;

        display: block !important;

        margin: 0 !important;
        padding: 8px !important;

        background: #fff !important;

        border: 1px solid #e5e7eb !important;
        border-radius: 0 0 14px 14px !important;

        box-shadow: 0 18px 45px rgba(7, 16, 60, .13) !important;

        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;

        transform: translate(-50%, 8px) !important;

        transition:
            opacity .20s ease,
            visibility .20s ease,
            transform .20s ease !important;

        z-index: 999999 !important;

        box-sizing: border-box !important;
    }

    /* Open on hover */
    #navbar_top .desktop-nav-category.has-subcategory:hover > .desktop-category-dropdown,

    /* Open on click */
    #navbar_top .desktop-nav-category.has-subcategory.is-open > .desktop-category-dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;

        transform: translate(-50%, 0) !important;
    }

    #navbar_top .desktop-category-dropdown li {
        position: relative !important;

        width: 100% !important;

        display: block !important;

        margin: 0 !important;
        padding: 0 !important;

        list-style: none !important;
    }

    #navbar_top .desktop-category-dropdown li > a {
        width: 100% !important;
        min-height: 48px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;

        gap: 12px !important;

        padding: 0 14px !important;

        border-radius: 8px !important;

        background: transparent !important;

        color: #07103c !important;

        font-size: 14px !important;
        font-weight: 500 !important;

        text-decoration: none !important;

        box-sizing: border-box !important;

        transition:
            background .20s ease,
            color .20s ease,
            padding .20s ease !important;
    }

    #navbar_top .desktop-category-dropdown li > a:hover {
        background: rgba(var(--primary-rgb), .07) !important;
        color: var(--primary-color, #035d4c) !important;

        padding-left: 18px !important;
    }

    #navbar_top .desktop-category-dropdown li > a span {
        flex: 1 1 auto !important;
        min-width: 0 !important;

        overflow: hidden !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
    }

    #navbar_top .desktop-category-dropdown li > a i {
        width: 18px !important;
        min-width: 18px !important;

        margin-left: auto !important;

        color: #97a5b8 !important;

        font-size: 11px !important;

        text-align: center !important;

        transition:
            color .20s ease,
            transform .20s ease !important;
    }

    #navbar_top .desktop-category-dropdown li > a:hover i {
        color: var(--primary-color, #035d4c) !important;
        transform: translateX(2px) !important;
    }

    /* ---------------------------------------------------------
       CHILD DROPDOWN
       --------------------------------------------------------- */
    #navbar_top .desktop-child-dropdown {
        position: absolute !important;

        top: 0 !important;
        left: calc(100% + 5px) !important;

        width: 250px !important;
        min-width: 250px !important;

        display: block !important;

        margin: 0 !important;
        padding: 8px !important;

        background: #fff !important;

        border: 1px solid #e5e7eb !important;
        border-radius: 10px !important;

        box-shadow: 0 18px 45px rgba(7, 16, 60, .13) !important;

        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;

        transform: translateX(6px) !important;

        transition:
            opacity .20s ease,
            visibility .20s ease,
            transform .20s ease !important;

        z-index: 1000000 !important;

        box-sizing: border-box !important;
    }

    #navbar_top .desktop-subcategory.has-child:hover > .desktop-child-dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;

        transform: translateX(0) !important;
    }

    #navbar_top .desktop-child-dropdown li {
        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    #navbar_top .desktop-child-dropdown li a {
        width: 100% !important;
        min-height: 42px !important;

        display: flex !important;
        align-items: center !important;

        padding: 0 12px !important;

        border-radius: 7px !important;

        color: #07103c !important;

        font-size: 13px !important;
        font-weight: 500 !important;

        text-decoration: none !important;

        box-sizing: border-box !important;

        transition:
            background .20s ease,
            color .20s ease,
            padding .20s ease !important;
    }

    #navbar_top .desktop-child-dropdown li a:hover {
        background: rgba(var(--primary-rgb), .07) !important;

        color: var(--primary-color, #035d4c) !important;

        padding-left: 16px !important;
    }

    /* ---------------------------------------------------------
       Desktop dropdown scrollbar
       --------------------------------------------------------- */
    #navbar_top .desktop-mega-grid::-webkit-scrollbar {
        width: 5px !important;
    }

    #navbar_top .desktop-mega-grid::-webkit-scrollbar-track {
        background: transparent !important;
    }

    #navbar_top .desktop-mega-grid::-webkit-scrollbar-thumb {
        background: rgba(var(--primary-rgb), .22) !important;
        border-radius: 20px !important;
    }
}


/* ========================================================================
   LARGE SCREEN
   ======================================================================== */

@media (min-width: 1500px) {

    #navbar_top .desktop-mega-menu {
        width: 950px !important;
        max-width: 950px !important;
    }

    #navbar_top .desktop-mega-grid {
        column-gap: 34px !important;
        row-gap: 38px !important;
    }

    #navbar_top .desktop-mega-title {
        font-size: 17px !important;
    }

    #navbar_top .desktop-mega-item {
        font-size: 14px !important;
    }

}


/* ========================================================================
   1200px - 1499px
   ======================================================================== */

@media (min-width: 769px) and (max-width: 1499px) {

    #navbar_top .desktop-mega-menu {
        width: min(820px, calc(100vw - 40px)) !important;
        max-width: 820px !important;

        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    #navbar_top .desktop-mega-grid {
        column-gap: 20px !important;
        row-gap: 25px !important;
    }

    #navbar_top .desktop-mega-title {
        font-size: 15px !important;
    }

    #navbar_top .desktop-mega-item {
        min-height: 48px !important;
        font-size: 12px !important;
        gap: 9px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #navbar_top .desktop-mega-item-image {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
    }

    #navbar_top .desktop-category-dropdown {
        width: 270px !important;
        min-width: 270px !important;
    }

}
