body {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div#common-home {
    position: relative;
    overflow: hidden;
}

/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
    font-weight: 500;
    
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: var(--primary-color);
}
a:hover {
    text-decoration: none;
}
.fa {
    font-size: 14px;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    border-color: var(--border-color);
}
label {
    font-size: 14px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline;}
a:focus, a:hover, div:focus, img:focus {
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.btn.focus:active, .btn:active:focus, .btn:focus, .addcart:focus {
    outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button:focus,
input:focus, select:focus, textarea:focus, div:focus, img:focus, .form-control:focus, i:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 100px;
    z-index: 5;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--primary-color);
    background: var(--secondary-color);
    border: 1px solid #343434;
    box-shadow: 0 1px 10px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.11);
}
.scrollToTop i{
    font-size: 22px;
    line-height: 38px;
}
.scrollToTop:hover,
.scrollToTop:focus {
    color: var(--secondary-color);
    background: var(--primary-color);
}
@media (max-width: 991px){
    .scrollToTop{
        height: 34px;
        width: 34px;
        right: 15px;
        bottom: 40px;
    }
    .scrollToTop i{
        line-height: 34px;
    }
}

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../image/mahardhi/ajax_loader.gif?v=1') 50% 50% no-repeat rgb(255,255,255);
    opacity: 1;
}

/*----------------------------------------------*/
/* QuickView Loader*/
/*----------------------------------------------*/
 .quickview-wrapper {
    background-color: var(--secondary-color);
    display: none;
    height: 80vh;
    left: 0;
    margin: 0 auto;
    overflow: auto;
    padding: 20px 5px;
    position: fixed;
    right: 0;
    top: 7%;
    width: 70%;
    z-index: 9999;
}
.quickview-overlay {
    display: none;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 99;
}
.quickview-btn {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    font-size: 12px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--primary-color);
    background: var(--background-color);
    border-radius: 0;
}
.quickview-btn:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.quickview-loader{
    display: none;
    position: fixed;
    top: 0;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    margin: auto;
    background-color: transparent;
    line-height: 50px;
}
.quickview-loader-inner{
    font-size: 16px;
}
@media (max-width: 991px){
    .quickview-wrapper{
        width: 90%;
    }
}

/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert.alert-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0 0 20px 0;
}
.alert {
    padding: 9px 30px 9px 15px;
    border-radius: 0;
    text-align: center;
    position: relative;
    line-height: 20px;
    z-index: 1;
}
.alert-dismissable .close,
.alert-dismissible .close {
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 38px;
    text-shadow: none;
}
.newsletterblock .alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}
#form-review .alert.alert-success,
#post_comment .alert{
    position: relative;
}

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.newsletter-wrap {
    position: relative;
}
.newsletter-popup-img {
    position: relative;
    background: url(../image/mahardhi/newsletter-popup.jpg) no-repeat center center;
    background-size: cover;
    width: 50%;
    height: 400px;
}
.newsletter-content {
    position: relative;
    z-index: 1;
    width: auto;
    padding: 50px;
    display: flex;
    align-items: center;
    background: var(--secondary-color);
}
.newsletter-content-innner {
    width: 50%;
    text-align: center;
    padding: 15px 0 15px 30px;
}
#newsletter-popup .modal-content {
    background: transparent;
    box-shadow: none;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content{
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--secondary-color);
    background-clip: padding-box;  
    border-radius:0;  
}
.newsletter-popup .modal-dialog {
    margin: 20px auto;
    max-width: 800px;
}
.newsletter-btn-close.close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
    z-index: 1;
    text-shadow: none;
    background: transparent;
    color: var(--primary-color);
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.newsletter-btn-close.close i {
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.newsletter-btn-close.close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.newsletter-popup .modal-body {
    padding: 0; 
    z-index: 1;
}
.newsletter-content-innner h3 {
    position: relative;
    font-size: 34px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;  
    color: var(--primary-color);  
}
.newsletter-popup-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 30px 0 0;

    color: var(--primary-color);
}
.newsletter-content #frmnewsletterpopup {
    display: block;
    margin: 30px 0 0;
}
.newsletter-content-innner .newsletter_usr_popup_email {
    height: 50px;
    padding: 5px 10px;
    background: transparent;
    border-radius: 0;
    width: 100%;
    border: none;
    text-align: center;
    border-bottom: 2px solid var(--primary-color);
}
.newsletter-content-innner .newsletter_usr_popup_email::placeholder {
    color: var(--primary-color);
}
#frmnewsletterpopup button {
    display: block;
    padding: 17px 5px 13px;
    border: none;
    width: 100%;
    margin-top: 20px;
    color: var(--secondary-color);
    background: var(--primary-color);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#frmnewsletterpopup button:hover {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
.newsletter-content-innner input[type="text"] {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #ddd;
    padding: 0 10px; 
}
.newsletter-content-bottom {
    margin-top: 20px;
}
.newsletter-content-innner .alert {
    margin: 15px 0 10px;
    display: table;
    position: relative;
    width: 100%;
}
.newsletter-content-bottom label {
    margin: 0;
}
@media (min-width: 768px) {
    .newsletter-popup .modal-dialog {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .newsletter-popup .modal-dialog {
        width: 700px;
    }
    .newsletter-content {
        padding: 30px;
    }
    .newsletter-content-innner h3 {
        font-size: 32px;
        line-height: 24px;
    }
    .newsletter-popup-text {
        font-size: 14px;
    }
    .newsletter-content-innner .newsletter_usr_popup_email {
        height: 40px;
    }
    #frmnewsletterpopup button {
        padding: 12px 5px 8px;
    }
}

/* -------------------------------------------------------------------------- */
/* Mobile menu v2: clean off-canvas drawer (desktop menu is unchanged)         */
/* -------------------------------------------------------------------------- */
.mdt-mobile-menu-trigger{
    display: flex;
    align-items: center;
}
.mdt-mobile-menu-btn{
    background: transparent;
    border: 0;
    padding: 10px 12px;
    cursor: pointer;
}
.mdt-mobile-menu-icon{
    display: inline-block;
    width: 20px;
    height: 2px;
    background: var(--primary-color);
    position: relative;
}
.mdt-mobile-menu-icon:before,
.mdt-mobile-menu-icon:after{
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: var(--primary-color);
}
.mdt-mobile-menu-icon:before{ top: -6px; }
.mdt-mobile-menu-icon:after{ top: 6px; }

.mdt-mobile-nav{
    position: fixed;
    inset: 0;
    z-index: 99999;
    pointer-events: none;
}
.mdt-mobile-nav__backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .2s ease;
}
.mdt-mobile-nav__panel{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 90vw;
    max-width: 360px;
    background: rgba(255,255,255,.96);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    transform: translateX(-105%);
    transition: transform .25s ease;
    display: flex;
    flex-direction: column;
}
.mdt-mobile-nav__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid var(--border-color);
}
.mdt-mobile-nav__title{
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-color);
}
.mdt-mobile-nav__close{
    border: 0;
    background: transparent;
    padding: 8px;
    cursor: pointer;
}
.mdt-mobile-nav__body{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
}

body.mdt-mobile-nav-open .mdt-mobile-nav{ pointer-events: auto; }
body.mdt-mobile-nav-open .mdt-mobile-nav__backdrop{ opacity: 1; }
body.mdt-mobile-nav-open .mdt-mobile-nav__panel{ transform: translateX(0); }

/* Menu list styling */
.mdt-mobile-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.mdt-mobile-menu > li > a{
    display: block;
    padding: 10px 16px;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
}
.mdt-mobile-menu li + li{ border-top: 1px solid rgba(0,0,0,.06); }

.mdt-subtoggle{
    float: right;
    margin-top: -38px;
    margin-right: 8px;
    border: 0;
    background: transparent;
    padding: 10px;
    font-size: 18px;
    line-height: 18px;
    color: var(--primary-color);
}
.mdt-submenu{
    list-style: none;
    margin: 0;
    padding: 0 0 8px;
}
.mdt-submenu li a{
    display: block;
    padding: 8px 16px 8px 26px;
    color: var(--secondary-light-color);
    font-size: 14px;
    font-weight: 400;
}
.mdt-has-submenu.mdt-open > a{ background: rgba(0,0,0,.03); }

@media (min-width: 992px){
    .mdt-mobile-menu-trigger, .mdt-mobile-nav{ display: none; }
}
@media (max-width: 767px) {
    .newsletter-popup .modal-dialog {
        width: 90%;
        max-width: unset;
    }
    .newsletter-btn-close.close {
        right: 5px;
        top: 5px;
    }
}
@media (max-width: 575px) {
    .newsletter-popup-img {
        display: none;
    }
    .newsletter-content-innner {
        width: 100%;
        padding: 0;
    }
    .newsletter-content-innner h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .newsletter-content #frmnewsletterpopup {
        margin: 15px 0 0;
    }
}
@media (max-width: 480px) {
    .newsletter-content {
        padding: 20px 15px;
    }
    .newsletter-content-innner h3 {
        font-size: 18px;
    }
    .newsletter-popup-text {
        margin: 20px 0 0;
    }
}
/*----------------------------------------------*/
/* top */
/*----------------------------------------------*/
#top {
    position: relative;
    padding: 15px 0;
    background: var(--primary-hover-color);
}
#top .welcome-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--secondary-color);
}
/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeInDown 0.5s ease-out forwards;
    -moz-animation: fadeInDown 0.5s ease-out forwards;
    -o-animation: fadeInDown 0.5s ease-out forwards;
    animation: fadeInDown 0.5s ease-out forwards;
    z-index: 9;  
    border: none;
    background: var(--secondary-color);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
}
.common-home header.header-fixed {
    position: fixed;
    background: var(--secondary-color);
}
.header-fixed .header-top {
    padding: 10px 0;
}

/*header*/
.header-main {
    position: relative;
}
.header-top {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-center {
    text-align: center;
}

/*logo*/

#logo {
    vertical-align: top;
    display: inline-block;
}
#logo img {
    image-rendering: -webkit-optimize-contrast;
}



/* Logo contrast ring (keeps the image shape; adds a subtle gradient halo behind it) */
#logo a{
    position: relative;
    display: inline-block;
    z-index: 0;
}
#logo a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: conic-gradient(from 180deg, rgba(255,255,255,.85), rgba(0,0,0,.15), rgba(255,255,255,.75));
    opacity: .55;
    z-index: -2;
}
#logo a:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    z-index: -1;
}
#logo img{
    display: block;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,.22));
}

/*header search*/
.btn_search{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.btn_search .form-control{
    padding: 2px 10px;
    border: none;
    height: 40px;
}
.header-search .icon-close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 12px;
}
.header-search {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 30px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.header-search.active {
    opacity: 1;
    visibility: visible;
}
#mahardhiSearch .input-lg,
#search .input-lg{
    height: 40px;
    border: none;
    font-size: 16px;
    font-weight: 500;
}
#mahardhiSearch .input-lg{
    padding: 5px 0;
}
.category-search {
    position: relative;
}
.category-search:after {
    border-left: 1px solid var(--border-color);
    content: "";
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
}
/*-- mahardhi edit --*/
#mahardhiSearch,
#search {
    display: flex;
    position: relative;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #bcbcbc;
}
#mahardhiSearch > *,
#search > * {
    background: transparent;
    color: var(--primary-color);
    display: block; 
    border-radius: 0;
}
#mahardhiSearch .btn-search,
#search .input-group-btn {
    width: auto;
    background: transparent;
}
#mahardhiSearch .btn-search button,
#search .input-group-btn button {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
    border: none;
    background: transparent;
    color: var(--primary-color);
}
#mahardhiSearch .btn-search button i,
#search .input-group-btn button i {
    display: block;
}
.ui-autocomplete.ui-menu .ui-menu-item {
    list-style-image: none;
}
.ui-autocomplete .mahardhi-search {
    position: relative;
    display: table;
    width: 100%;
    padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
    width: 90px;
    padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
    color: var(--secondary-light-color);
    text-decoration: line-through;
    margin-left: 5px;
    display: inline-block;
    font-size: 12px;
}
#mahardhiSearch select.form-control.input-lg {
    border: none;
    padding: 5px;
    line-height: 1.42857143;
    width: auto;
    background: transparent;
    color: var(--primary-color);
}
#mahardhiSearch .input-lg::placeholder {
    color: var(--secondary-light-color);
}

/*header right*/
.header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-links > div + div {
    margin: 0 0 0 26px;
}
#header_ac > a span {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 10px;
}
#header_ac > a i,
.btn_search .search-btn i {
    font-size: 20px;
    display: block;
}
#header_ac > a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: var(--primary-color);
}
.btn_search .search-btn{
    display: block;
    padding: 15px;
    color: var(--primary-color);
}
#header_ac .dropdown-menu {
    padding: 7px 15px;
    width: 200px;
}
#form-currency .dropdown-toggle, #form-language .dropdown-toggle {
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    padding: 5px 0;
    margin: 2px 0;
    border-radius: 0;
    font-weight: 500;
    color: var(--primary-color);
}
.language-dropdown, .currency-dropdown {
    padding: 0;
}
.language-dropdown li, .currency-dropdown li {
    display: block;
}

/*account*/
#header_ac .dropdown-menu>li>a {
    padding: 5px 0;
    color: var(--secondary-light-color);
}
#header_ac button{
    text-align: left;
    padding: 5px 10px;
    
    border: none;
    color: var(--secondary-light-color);
}
#header_ac button:hover,
#header_ac .dropdown-menu>li>a:hover{
    color: var(--primary-color);
}

/*cart*/
.header_cart {
    position: relative;
}
#cart {
    vertical-align: top;
}
#cart > .btn {
    background: transparent;
    padding: 10px 0;
    border: none;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    box-shadow: none;
}
#cart-total {
    font-size: 0;
    padding: 2.5px;
    line-height: 1;
    border-radius: 50%;
    background: var(--primary-color);
    position: absolute;
    right: 0;
    top: 8px;
}
#cart > .btn:before{
    content: "\e95e";
    font-family: 'Mahardhi-Fonts';
    font-size: 22px;
    margin-right: 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
}
#cart .dropdown-menu {
    overflow: hidden;
    display: none;
    margin: 0;
    padding: 0px;
    width: 300px;
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
}
#cart .dropdown-menu li p {
    margin: 0;
    font-size: 14px;
    color: var(--primary-color);
}
#cart .dropdown-menu li p .btn {
    padding: 12px 15px 8px;
}
.product-cart-empty {
    padding: 20px 0;
}
.header_cart i.fa.fa-shopping-cart {
    display: none;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 217px;
    overflow-y: auto;
    overflow-x: hidden;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    display: block;
}
#cart .dropdown-menu .table>tbody>tr>td,
#account-address .table>tbody>tr>td {
    vertical-align: top;
}
#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
}
#cart .dropdown-menu table td {
    background: none;
    border: none;
    padding: 5px 4px;
    color: var(--primary-color);
}
#cart .dropdown-menu li td,
td.cart-total-price {
    font-size: 14px;
    font-weight: 500;
}
#cart .img-thumbnail {
    padding: 0;
    border-radius: 0;
    max-width: unset;
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 10px;
}
#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
    font-weight: normal;
    color: var(--primary-color);
    display: inline-block;
}
.product-cart-info {
    margin-top: 8px;
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
    color: var(--primary-hover-color);
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: var(--primary-hover-color);
}
#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;
}
#cart .dropdown-menu .btn-danger {
    background: transparent;
    color: var(--primary-color);
    border-radius: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid var(--border-color);
    padding: 10px 20px 0px 20px;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
    font-size: 14px;
    font-weight: 500;
}
.product-cart-button {
    padding: 0px 0px 20px 0px;
}

@media (min-width: 992px) {
    header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 11;
        background: transparent;
    }
}
@media (max-width: 1440px) {
    .header-top {
        padding: 20px 0;
    }
}
@media (max-width: 1199px) {
    .header-top {
        padding: 15px 0;
    }
    #logo img {
        width: 150px;
    }
    .header-links > div + div {
        margin: 0 0 0 15px;
    }
}
@media (max-width: 991px) {   
    #top {
        padding: 10px 0;
    }
    #top .welcome-text {
        font-size: 14px;
    }
    #mahardhiSearch,
    #search{
        width: 100%;
        max-width: unset;
    }
    .search-down {
        position: absolute;
        z-index: 11;
        display: none;
        right: 0;
        left: auto;
        width: 280px;
        box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
    }
    .btn_search .search-btn {
        padding: 12px 0;
        display: block;
    }
    #mahardhiSearch, #search{
        border-radius: 0;
        border: none;
        background: var(--secondary-color);
    }
    #mahardhiSearch .input-lg, 
    #search .input-lg {
        padding: 5px 10px;
        font-size: 14px;
    }
    #mahardhiSearch .btn-search button,
    #search .input-group-btn button {
        padding: 12px;
        font-size: 16px;
    }
    .header-search{
        background: rgba(255, 255, 255, 1);
    }
    .header-search .icon-close {
        right: 10px;
    }
    #cart > .btn:before {
        font-size: 20px;
    }
    #header_ac > a i,
    .btn_search .search-btn i {
        font-size: 18px;
    }
    #cart .dropdown-menu li p .btn {
        font-size: 12px;
        padding: 7px 15px;
    }
}
@media (max-width: 767px) {
    .top-inner {
        justify-content: center;
    }
    .header-links > div + div {
        margin: 0 0 0 15px;
    }
}
@media (max-width: 575px) {
    .header-top {
        padding: 10px 0;
    }
    #logo img {
        width: 120px;
    }
    #mahardhiSearch select.form-control.input-lg {
        max-width: 90px;
    }
}
@media (max-width: 480px) {
    #top .welcome-text {
        font-size: 12px;
    }
    #mahardhiSearch select.form-control.input-lg {
        max-width: 70px;
    }
    #cart .dropdown-menu {
        right: -40px;
    }
    .search-down {
        right: -105px;
    }
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
#menu {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    min-height: unset;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
#menu .nav > li > a {
    position: relative;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    background: transparent;
    
    color: var(--primary-color);
}
#menu .nav > li + li {
    margin: 0 0 0 5px;
}
#menu .dropdown-inner,
#navCategory .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
    display: table-cell;
}
#menu .menulist .dropdown-menu a {
    font-size: 14px;
    
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,
#menu .nav.navbar-nav li:hover > span,
#menu .dropdown-inner li:hover > a,
#navCategory .dropdown-inner li a:hover,
.vertical-category ul > li:hover > a,
#menu #topCategoryList .dropdown-inner li:hover > a,
#menu .nav > li:hover > a{
    color: var(--primary-color);
    background-color: transparent;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 8px 0;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: var(--primary-hover-color);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
@media (min-width: 992px) {
    #menu .nav > li.active > a::before,
    #menu .nav > li > a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 36px;
        height: 36px;
        opacity: 1;
        z-index: -1;
        background-color: var(--primary-hover-color);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        border-radius: 25px;
        opacity: 0.5;
    }
    #menu .nav > li > a::before {
        width: 0;
    }
    #menu .nav > li.active:hover > a::before,
    #menu .nav > li:hover > a::before {
        width: 100%;
        opacity: 1;
    }
    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item > a {
        font-weight: 600;
    }
    #menu .dropdown-inner a {
        display: block;
        padding: 5px 15px;
        font-size: 14px;
        font-weight: 400;
        
        min-width: 160px;
        text-align: left;
        color: var(--secondary-light-color);
    }
    #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
        display: none;
    }
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner{
        display: block;
        top: 50px;
        left: 0px;
        min-width: 160px;
        z-index: 999;
        text-align: left;
        right: auto;
        padding: 10px 0;
    }
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu{
        position: absolute;
        top: 100px;
        padding: 8px 0;
        visibility: hidden;
        background: var(--secondary-color);
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        transform-origin: 15% 15% 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        filter: alpha(opacity=0);
        transform-origin: center top 0;    
        box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        margin-left: 0!important;
    }
    #menu .dropdown:hover .dropdown-menu,
    #menu ul li.hiden_menu.menu_drop:hover .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu{
        display: block;
        top: 100%;
        visibility: visible;
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        visibility: visible;
        filter: alpha(opacity=100);
    }     
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
        left: 100%;
        top: 100%;
    }
    #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {  
        top: 0px;
    }
    #menu ul.nav .item-column ul.list-unstyled li {
        margin: 0 10px;
    }
    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item > a {
        border-bottom: 1px solid var(--border-color);
        color: var(--primary-color);
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 7px;    
        margin: 0 10px 3px;
    }
    #menu ul.nav .item-column ul.list-unstyled li a {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1440px) {
    #menu .nav > li > a {
        padding: 8px 10px;
    }
}
@media (max-width: 991px) {
    #menu .nav > li + li {
        margin: 0;
    }
    #topCategoryList {
        background: var(--secondary-color);
        display: block!important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 350px;
        z-index: 999;
        margin: 0;
        -webkit-transform: translate(-400px,0);
        -moz-transform: translate(-400px,0);
        -ms-transform: translate(-400px,0);
        -o-transform: translate(-400px,0);
        transform: translate(-400px,0);
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        overflow: auto;
    }
    #topCategoryList.box-menu{
        position: fixed;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        width: calc(100vw - 40px);
        max-width: 420px;
        height: calc(100vh - 40px);
        max-height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 99999;
        background: rgba(255,255,255,.92);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 16px;
        box-shadow: 0 20px 60px rgba(0,0,0,.25);
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: transform .25s ease, opacity .25s ease;
        -moz-transition: transform .25s ease, opacity .25s ease;
        transition: transform .25s ease, opacity .25s ease;
    
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
}
    body.mdt-menu-open #topCategoryList.box-menu{
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        -webkit-transition: none;
        transition: none;
    }
    .menu-close {
        background: var(--primary-color);
        color: var(--secondary-color);
        padding: 12px 15px;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
    }
    .menu-close i{
        line-height: 20px;
        font-size: 12px;
    }
    #menu .btn-navbar.open-menu:after {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        display: block;
        position: fixed;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 99998;
        transition: opacity 0.2s cubic-bezier(0,0,.3,1);
        transition-delay: 0.1s;
    }
    #menu .btn-navbar span:before,
    #menu .btn-navbar span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--primary-color);
        left: 0;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    #menu .btn-navbar span:after {
        top: 6px;
    }
    #menu .btn-navbar span:before {
        top: -6px;
    }
    #menu .btn-navbar span {
        position: absolute;
        width: 18px;
        height: 2px;
        background: var(--primary-color);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }
    #menu .nav > li > a,
    #menu #topCategoryList .dropdown-inner a{
        color: var(--secondary-light-color);
        font-weight: 400;       
        padding: 6px 30px 6px 15px;
        display: block;
        font-size: 14px;
        
    }
    #menu .nav > li > a,
    #menu #topCategoryList .menu_drop > .dropdown-inner > li > a {
        font-size: 14px;
    }   
    #menu #topCategoryList ul {
        float: none;
        display: block;
        text-align: left;
        margin: 0;
        background: transparent;
    }
    #menu #topCategoryList > ul{
        margin: 10px 0;
    }
    #menu #topCategoryList ul.category-list {
        margin-bottom: 10px;
    }
    #menu .dropdown-inner,
    #navCategory .dropdown-inner {
        display: block; 
    }
    #topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
        display: block;
        padding: 0 15px;
    }
    #topCategoryList .dropdown.menulist .dropdown-menu {
        position: relative;
        float: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: none;
        padding: 0;
    }
    #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
        display: none; 
        position: unset;
        border: none;
        padding: 0 15px;
    }
    #topCategoryList li .toggle-menu {
        position: absolute;
        right: 5px;
        top: 0;
        padding: 6px 11px;
    }
    #topCategoryList .dropdown-submenu > .fa {
        display: none;
    }
    #topCategoryList ul li {
        float: none;
    }
    #topCategoryList #more_cat {
        display: none;
    }    
    #menu .btn-navbar {
        display: block;
        margin: 0 0 0 15px;
        border: none;
        z-index: 2;
    }
    .category-list .menu-item.dropdown .dropdown-menu {
        position: relative;
        box-shadow: none;
        width: 100%;
        border: none;
        padding: 0 15px;
        float: none;
    }
    #menu .nav > li{
        padding: 0
    }   
}
@media (max-width: 480px){
    #topCategoryList {
        max-width: 280px;
    }
}

/*----------------------------------------------*/
/* slider start */
/*----------------------------------------------*/
.common-home .swiper-viewport,
.brand .swiper-viewport {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.slideshow img {
    width: 100%;
}

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.banner-outer,
.banners {
    position: relative;
    overflow: hidden;
}
.banners img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.banners:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.banners .inner1 > a::after,
.banners > a::after {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    width: 0;
    height: 0;
}
.banners:hover .inner1 > a::after,
.banners:hover > a::after {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -khtml-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    height: 100%;
    width: 100%;
}
.banner6.banners img {
    transform: unset;
}
.banner1.banners {
    margin: 0 25% 0 0;
}
.html1 .promo-title span {
    display: block;
}
.html1 .inner2 {
    position: relative;
    display: inline-block;
    padding: 77px 70px 80px;
    text-align: center;
    background: #edefef;
    float: right;
    margin: -180px 0 0 0;
}
.html1 .promo-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 30px;
    text-transform: uppercase;
    color: var(--primary-color);
}
.html1 .promo-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 32px;
    text-transform: none;
}
.inner2 .button {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 12px 30px 8px;
    border: none;
    text-transform: uppercase;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
.inner2 .button:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
}
.html1 .banner2 {
    margin: 19% 0 0 13.6%;
}
.html1 img.text-img {
    position: absolute;
    top: 6%;
    left: 15px;
    width: unset;
    transform: unset;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
/* html2 */
.html2-inner > div {
    padding: 0 25px;
}
.html2 .row {
    margin: 0 -25px;
}
.html2 .inner2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto;
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
}
.html2 .promo-desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
    color: var(--primary-hover-color);
}
.html2 .promo-title {
    font-size: 38px;    
    font-weight: 700;
    line-height: 48px;    
    margin: 0 0 26px;
    text-transform: none;
    color: var(--primary-color);
}
.html2 .promo-title > span {
    display: block;
}
/* html3 */
.html3-inner > div {
    padding: 0;
}
.html3-inner {
    display: flex;
    align-items: center;
} 
.banner6.banners {
    background: url(../image/mahardhi/service-bg.jpg) no-repeat center center;
    background-size: cover;
}
.html3 .inner-text {
    width: 74%;
    margin: auto; 
    padding: 9.56% 0;   
}
.html3 .promo-text-box .promo-title {
    position: relative;
    font-size: 48px;
    line-height: 62px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 35px;
    
    color: var(--secondary-color);
}
.html3 .promo-title span {
    font-weight: 800;
}
.html3 .promo-text-box .promo-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 108px;
    background: var(--secondary-color);
}
.html3 .promo-text-box .promo-desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    
    color: var(--secondary-color);
    margin: 40px 0 80px 35px;
}
.service-item.col-xs-6:nth-child(2n+1) {
    clear: left;
}

@media (min-width: 1641px) {
    .html1 .inner1.col-md-7 {
        width: 60.1%;
    }
    .html1 .inner1.col-md-5 {
        width: 39.9%;
    }
}
@media (max-width: 1800px) {
    .html3 .inner-text {
        width: 85%;
        padding: 8% 0;
    }
}
@media (max-width: 1640px) {
    .html1 .inner2 {
        padding: 50px;
    }
    .html1 img.text-img {
        top: 0;
    }
    .html2 .inner2 {
        left: 30px;
    }
    .html2 .promo-title {
        font-size: 30px;
        line-height: 40px;
    }
    .html3 .inner-text {
        width: 90%;
        padding: 4.5% 0;
    }
    .html3 .promo-text-box .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .html3 .promo-text-box .promo-desc {
        font-size: 16px;
        margin: 30px 0 60px 35px;
    }
}
@media (max-width: 1440px) {
    .html1 .inner2 {
        margin: -120px 0 0;
    }
    .banner1.banners {
        margin: 0 15% 0 0;
    }
    .html1 .promo-desc {
        margin: 0 0 20px;
    }
    .html1 .promo-title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 20px;
    }
    .html1 img.text-img {
        width: 120px;
    }
    .html2-inner > div {
        padding: 0 15px;
    }
    .html2 .row {
        margin: 0 -15px;
    }
    .html3 .inner-text {
        padding: 10% 0;
    }
}
@media (max-width: 1199px) {
    .html2 .promo-desc {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 15px;
    }
    .html2 .promo-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 15px;
    }
    .html3 .promo-text-box .promo-title {
        font-size: 32px;
        line-height: 36px;
        padding: 0 0 0 20px;
    }
    .html3 .promo-text-box .promo-title::before {
        height: 70px;
    }
    .html3 .promo-text-box .promo-desc {
        font-size: 14px;
        margin: 20px 0 40px 20px;
    }
    .html3 .inner-text {
        width: 94%;
    }
}
@media (max-width: 1024px) {
    .html3 .inner-text {
        padding: 2.3% 0;
    }
}
@media (max-width: 991px) {
    .banner1.banners,
    .html1 .inner2 {
        margin: 0;
    }
    .html1 .inner2 {
        float: unset;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .html1-inner .inner1 {
        display: flex;
    }
    .html1-inner .inner1 > div {
        width: 50%;
    }
    .inner2 .button {
        padding: 9px 20px 5px;
    }
    .html2-inner > div {
        padding: 0 5px;
    }
    .html2 .row {
        margin: 0 -5px;
    }
    .html2 .inner2 {
        left: 10px;
    }
    .html2 .promo-desc {
        font-size: 12px;
        margin: 0 0 10px;
    }
    .html2 .promo-title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px;
    }
    .html3-inner {
        display: block;
    }
    .html3 .promo-text-box .promo-title::before {
        height: 40px;
    }
    .html3 .promo-text-box .promo-title {
        font-size: 24px;
        line-height: 30px;
    }
    .html3 .promo-text-box .promo-desc {
        margin: 20px 0 20px 20px;
    }
}
@media (max-width: 767px) {
    .html3 .inner-text {
        padding: 30px 0;
    }
}
@media (max-width: 575px) {
    .html1 .promo-title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px;
    }
    .html1 .promo-desc {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 10px;
    }
    .inner2 .button {
        padding: 7px 20px 3px;
    }
}
@media (max-width: 480px) {
    .html1-inner .inner1 {
        display: block;
    }
    .html1-inner .inner1 > div,
    .html2-inner > div {
        width: 100%;
    }
    .html1 .inner2 {
        padding: 20px;
    }
    .banner4 {
        margin: 10px 0 0;
    }
    .html3 .promo-text-box .promo-title {
        font-size: 20px;
    }
}

/*----------------------------------------------*/
/* services */
/*----------------------------------------------*/
.service-box {
    position: relative;
    overflow: hidden;
}
.service {
    display: flex;
    align-items: center;
}
.service-icon {
    position: relative;
    display: block;
    min-width: 90px;
    height: 90px;
    line-height: 80px;
    font-size: 45px;
    border-radius: 50%;
    margin: 0 20px 0 0;
    text-align: center;
    transition: 0.5s;
    color: var(--secondary-color);
    background: var(--primary-color);
    border: 5px solid var(--secondary-color);
}
.service:hover .service-icon {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}
.service .service-icon {
    display: inline-block;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.service .promo-title {
    font-size: 16px;
    line-height: 20px;
    
    font-weight: 600;
    margin: 0 0 12px;
    color: var(--secondary-color);
}
.service .promo-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    
    color: var(--secondary-color);
}
.service-item:nth-child(3), 
.service-item:nth-child(4) {
    margin-top: 50px;
}

@media (max-width: 1440px) {
    .service-icon {
        min-width: 60px;
        height: 60px;
        line-height: 56px;
        font-size: 30px;
        margin: 0 10px 0 0;
        border-width: 2px;
    }
    .service-item:nth-child(3), 
    .service-item:nth-child(4) {
        margin-top: 30px;
    }
    .service .promo-title {
        font-size: 14px;
        margin: 0 0 7px;
    }
    .service .promo-desc {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 1199px) {
    .service .promo-title {
        font-size: 12px;
    }
    .service .promo-desc {
        font-size: 10px;
        line-height: 16px;
    }
    .service-item:nth-child(3), 
    .service-item:nth-child(4) {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .service-box .service-item {
        padding: 0 5px;
    }
    .service-box .row {
        margin: 0 -5px;
    }
    .service .promo-title {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width: 480px) {
    .service {
        display: block;
        text-align: center;
    }
    .service-icon {
        max-width: 60px;
        margin: 0 auto 10px;
    }
}

/*----------------------------------------------
/* buttons 
/*----------------------------------------------*/
.buttons {
    margin: 1em 0;
}
#tab-review .buttons {
    margin: 1em 0 0;
}
.btn {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: none;
    border-radius: 0;
    z-index: 1;
    white-space: inherit;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.btn.active, .btn:active {
    box-shadow: none;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 8px 20px;
    font-size: 14px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 14px;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 30px 8px;
    border: none;
    color: var(--secondary-color) !important;
    background: var(--primary-hover-color);
    border-radius: 0;
    font-weight: 500;
    outline: none;
}
.btn-warning {
    color: var(--secondary-color);
    background-color: #faa732;
    border-radius: 5px;
}
.btn-danger {
    color: var(--secondary-color);
    background-color: #da4f49;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    border-radius: 0;
}
.btn-success {
    color: var(--secondary-color);
    background-color: #5bb75b;
    background-repeat: repeat-x;
    border-radius: 5px;
}
.btn-info {
    color: var(--secondary-color);
    background: var(--primary-color);
    border: none;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 5px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: var(--primary-color);
    background-color: #363636;
    background-repeat: repeat-x;
    border-color: var(--primary-color) var(--primary-color) #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: var(--primary-color);
}
.btn-link:focus,
.btn-link:hover {
    color: var(--secondary-color);
    text-decoration: none;
    outline: none;
}
#cart .text-right .addtocart-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:hover,
#cart .text-right .checkout-btn:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:before,
.btn-default:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover{ 
    color: var(--secondary-color);
    border-color: var(--primary-color);
    background-color: var(--primary-hover-color);
    box-shadow: none;
}

/* list group */
.list-group a {
    border: none;
    color: var(--secondary-light-color);
    padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: var(--primary-color);
    background: transparent;
}

@media (max-width: 991px) {
    #cart .text-right .addtocart-btn, 
    #cart .text-right .checkout-btn, 
    .btn-default, 
    .btn-primary,
    .btn-danger,
    .btn-info {
        padding: 9px 20px 5px;
    }
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.owl-item.active.center .row-items,
.owl-item.active .image-additional,
.owl-item.active .product-layout,
.owl-item.active .category-layout {
    -moz-animation: zoomIn 500ms ease;
    -o-animation: zoomIn 500ms ease;
    -webkit-animation: zoomIn 500ms ease;
    animation: zoomIn 500ms ease;
}
.page-title {
    position: relative;
}
.page-title h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin: -2px 0 50px;
    
    text-align: center;
    color: var(--primary-color);
}
.box .swiper {
    overflow: visible;
}
.product-tabs .swiper-scrollbar,
.product-tabs .swiper-horizontal>.swiper-scrollbar {
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    margin-right: auto;
    opacity: 1 !important;
    position: relative !important;
    margin-top: 70px;
    overflow: hidden;
    background: var(--secondary-color);
}
.product-tabs .swiper-scrollbar-drag {
    height: 2px;
    border-radius: 0;
    background: var(--primary-color);
}
.related-products-block .page-title,
.related-products-block .product-thumb {
    margin: 0;
}
.product-tab-block {
    padding: 100px 0;
    background: var(--background-color);
}
.product-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.common-home .product-thumb .image {
    border: 10px solid var(--secondary-color);
}
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: var(--background-color);
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.product-thumb .sale-text {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding: 3px 10px 1px;
    color: var(--primary-color);
    background: var(--secondary-color); 
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.product-thumb .button-group {    
    position: absolute;
    visibility: hidden;
    left: -45px;
    bottom: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-thumb:hover .button-group {
    visibility: visible;
    left: 10px;
}
.product-thumb .button-group button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    border-radius: 50%;
    box-shadow: none;
    color: var(--primary-color);
    background: var(--secondary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.product-thumb .button-group button + button {
    margin: 10px 0 0;
}
.product-thumb .button-group button i {
    display: block;
    font-size: 16px;
}
.product-thumb .button-group button:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
.product-thumb .addcart {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    padding: 0;
    text-transform: uppercase;
    position: absolute;
    left: -80px;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-thumb .addcart::after {
    content: "";
    height: 1px;
    width: 0;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-thumb .addcart:hover::after {
    width: 100%;
}
.product-thumb .addcart:hover {
    background: transparent;
    color: var(--primary-color);
}
.product-thumb .description {
    color: var(--secondary-light-color);
    line-height: 24px;
    margin: 12px 0 0;
}
.product-tab-block .product-thumb .thumb-description {
    background: var(--background-color);
}
.thumb-description {
    position: relative;
    padding: 28px 0 0;
    background: var(--secondary-color);
}
.product-thumb .caption {
    position: relative;
    background: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-thumb .product-title {
    text-align: center;
    margin: 0 0 17px;
}
.product-thumb .product-title a {
    
    font-size: 18px;
    line-height: 20px;
    display: block;
    font-weight: 500;
    color: var(--primary-color);
}
.product-thumb .product-title a:hover {
    color: var(--primary-hover-color);
}
.product-thumb .price {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    opacity: 1;
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-thumb .price-new {
    margin-right: 5px;
}
.product-thumb .price-old {
    text-decoration: line-through;
    color: var(--secondary-light-color);
    font-size: 14px;
    display: inline-block;
}
.product-thumb .price-tax {
    display: none;
}
.product-thumb .rating {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0;  
    float: right;  
    margin: 2px 0 0;
}
.product-list .product-thumb .btn-list {
    display: block;
    position: unset;
    margin: 25px 0 10px;
    justify-content: flex-start;
}
.product-list .product-thumb .btn-list button{
    opacity: 1;
    position: unset;
    visibility: visible;
}
.product-list .product-thumb .thumb-description {
    padding: 30px 117px 20px 0;
    border: none;
    background: transparent;
}
.product-list .product-thumb .caption {
    padding: 0;
    text-align: left;
    background: transparent;
}
.product-list .product-thumb .addcart {
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 0;
    margin: 13px 0 0;
    position: relative;
    left: 0;
    bottom: 0;
    opacity: 1;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    text-transform: uppercase;
    background: transparent;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-list .product-thumb .price {
    display: block;
    position: relative;
    bottom: unset;
    width: auto;
    margin: 18px 0 0;
}
.product-list .product-thumb .rating {
    display: block;
    float: unset;
    margin: 14px 0 0 0;
}
#product-page .nav-tabs li {
    margin: 0 25px;
}
#product-page .nav-tabs>li> a{
    padding: 15px 0;
}
#product-page .nav-tabs>li.active>a,
#product-page .nav-tabs>li:hover> a {
    color: var(--primary-hover-color);
}
.nav-tabs>li> a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border: none;
    margin: 0;
    text-transform: uppercase;
    padding: 12px 25px;
    text-align: center;
    color: var(--primary-color);
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover{
    background: transparent;
    color: var(--primary-hover-color);
    border: none;
}

/*product hover */
.product-thumb .hover-img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.product-thumb:hover .hover-img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

/*product tab*/
.mahardhi-tabs .nav-tabs {
    border: none;
    margin: -2px 0 50px;
    padding: 0;
    text-align: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.mahardhi-tabs .nav-tabs>li {
    float: none;
    display: inline-block;
}
.mahardhi-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
}
.mahardhi-tabs .nav-tabs::scrollbar {
    display: none;
}
.mahardhi-tabs .nav-tabs>li> a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 8px;
    margin: 0;
    border: none;
    text-transform: uppercase;
    background: transparent;
    color: var(--secondary-light-color);
}
.mahardhi-tabs .nav-tabs>li> a:hover,
.mahardhi-tabs .nav-tabs>li> a:focus,
.mahardhi-tabs .nav-tabs>li> a.selected {
    background: transparent;
    color: var(--primary-color);
}
.mahardhi-tabs .nav-tabs > li + li {
    margin: 0 0 0 50px;
}
.mahardhi-tabs .nav-tabs>li> a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    margin: auto;
    background-color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.mahardhi-tabs .nav-tabs>li> a:hover::after,
.mahardhi-tabs .nav-tabs>li> a:focus::after,
.mahardhi-tabs .nav-tabs>li> a.selected::after {
    width: 100%;
}
@media (min-width: 1200px) {
    .product-thumb:hover .price {
        opacity: 0;
    }
    .product-thumb:hover .addcart {
        left: 0;
        opacity: 1;
    }
}
@media (max-width: 1600px) {    
    .product-thumb .price {
        font-size: 14px;
    }
    .product-thumb .price-old {
        font-size: 12px;
    }
}
@media (max-width: 1440px) {
    .product-tab-block {
        padding: 70px 0;
    }
    .mahardhi-tabs .nav-tabs {
        margin: 0 15px 40px;
    }
    .thumb-description {
        padding: 15px 0 0;
    }
    .product-list .product-thumb .thumb-description {
        padding: 20px 50px 20px 0;
    }
}
@media (max-width: 1199px) {
    .page-title h3 {
        font-size: 24px;
        margin: -2px 0 40px;
    }
    .product-tab-block {
        padding: 60px 0;
    }
    .mahardhi-tabs .nav-tabs > li + li {
        margin: 0 0 0 20px;
    }
    .mahardhi-tabs .nav-tabs>li> a {
        font-size: 14px;
        padding: 0 0 4px;
    }
    .mahardhi-tabs .nav-tabs {
        margin: 0 15px 30px;
    }
    .common-home .product-thumb .image {
        border-width: 5px;
    }
    .product-thumb .product-title {
        margin: 0 0 7px;
    }
    .product-thumb .product-title a {
        font-size: 16px;
    }
    .product-thumb .thumb-description {
        text-align: center;
    }
    .product-thumb .price {
        display: block;
    }
    .product-thumb .rating {
        display: block;
        float: unset;
        margin: 5px 0 0;
    }
    .product-thumb .addcart {
        position: relative;
        left: auto;
        opacity: 1;
        margin: 5px 0 0;
    }
    .product-list .product-thumb .thumb-description {
        padding: 10px 0;
    }
    .product-tabs .swiper-scrollbar, .product-tabs .swiper-horizontal>.swiper-scrollbar {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .page-title h3 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .product-tab-block {
        padding: 50px 0;
    }
    .mahardhi-tabs .nav-tabs {
        margin: 0 15px 20px;
    }
    #product-page .nav-tabs li {
        margin: 0 15px;
    }
    .product-thumb {
        margin-bottom: 20px;
    }
    .row.category-row,
    .box .row,
    .blog-category-inner.row {
        margin: 0 -5px;
    }
    .product-layout,
    .blog-category {
        padding: 0 5px;
    }
    .product-tab-block .product-layout {
        padding: 0;
    }
    .thumb-description {
        padding: 10px 0 0;
    }
    .product-thumb .sale-text {
        font-size: 10px;
        padding: 1px 7px 0;
    }
    .product-thumb .button-group button {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .product-thumb:hover .button-group,
    .product-thumb .button-group {
        visibility: visible;
        left: 5px;
        bottom: 5px;
    } 
    .product-tabs .swiper-scrollbar, .product-tabs .swiper-horizontal>.swiper-scrollbar {
        margin-top: 30px;
    }
    .product-thumb .button-group button + button {
        margin: 5px 0 0;
    }
    .product-thumb .button-group button i {
        font-size: 14px;
    }   
    .product-thumb .product-title a {
        font-size: 14px;
    }   
    .product-list .product-thumb .rating {
        margin: 7px 0 0 0;
    }
    .product-list .product-thumb .price {
        margin: 10px 0 0;
    }
    .product-thumb .description {
        margin: 5px 0 0;
    }
    .product-list .product-thumb .product-title a {
        font-size: 16px;
    }
    #product-page .nav-tabs>li> a {
        font-size: 14px;
        padding: 8px 0 6px;
    }
}
@media (max-width: 767px) {
    .product-tab-block {
        padding: 30px 0;
    }
    .mahardhi-tabs .nav-tabs>li> a {
        font-size: 12px;
        padding: 0;
    }
    .product-tabs .swiper-scrollbar, .product-tabs .swiper-horizontal>.swiper-scrollbar {
        margin-top: 10px;
    }
    .product-list .product-thumb .thumb-description {
        padding: 10px 0 0;
    }
}
@media (max-width: 680px) {
    .mahardhi-tabs .nav-tabs > li + li {
        margin: 0 0 0 10px;
    }
    .product-list .product-thumb .image img {
        width: auto;
        margin: 0;
    }  
    .product-list .product-thumb .thumb-description {
        padding: 10px 0 0;
    }
}
@media (max-width: 480px) {
    .page-title h3 {
        margin: 0 0 15px;
        font-size: 18px;
    }
    .mahardhi-tabs .nav-tabs {
        margin: 0 15px 15px;
    }
    #product-page .nav-tabs>li> a {
        font-size: 12px;
    }
}

/*----------------------------------------------
/* swiper pager */
/*----------------------------------------------*/
.swiper-viewport .swiper-pager > div {
    background: transparent;
    color: var(--primary-color);
    border: none;
    padding: 0;
    text-align: center;
    border-radius: 5px;
    margin: 0;
    opacity: 1;
    text-shadow: none;
    transition: all .3s ease;
    position: absolute;
    top: 45%;
    box-shadow: none;
}
.swiper-viewport:hover .swiper-pager > div {
    opacity: 1;
}
.owl-carousel.owl-theme .owl-nav .disabled {
    opacity: 0.6;
}
.swiper-viewport {
    border: unset;
}
.swiper-pagination {
    display: none;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before {
    content:"";
}
.swiper-viewport .fa {
    font-size: 34px;
    font-weight: 500;
    display: block;
}

/*carousel*/
.product-carousel.owl-carousel .owl-stage-outer {
    overflow: unset;
}
.owl-carousel.owl-theme .owl-nav {
    margin: 0;
}
.owl-carousel.owl-theme .owl-nav div {
    top: 46%;
    padding: 0;
    margin: 0;
    position: absolute;
    color: var(--border-color);
    background: transparent;
    transition: all .3s ease;
    box-shadow: none;
    border-radius: 0;
}
.owl-carousel.owl-theme .owl-nav .fa {
    font-size: 42px;
    line-height: 30px;
    font-weight: 500;
    display: block;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
    right: auto;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
    left: auto;
}
.product-tab-block .owl-carousel.owl-theme .owl-nav {
    position: relative;
    right: unset;
    top: unset;
}
.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev {
    opacity: 1;
}
.swiper-viewport .swiper-pager > div,
.owl-carousel.owl-theme .owl-nav div:hover {
    color: var(--primary-color);
    background: transparent;
}
.brand .swiper-viewport .swiper-pager,
.brand .swiper-viewport .swiper-pagination {
    display: none;
}

/*dots*/
.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 5px;
    box-shadow: none;
    border-radius:  50%;
    background: transparent;
    border: 2px solid var(--primary-hover-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    border-color: var(--primary-hover-color);
    background-color: var(--primary-hover-color);
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related-products-block .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

/*slideshow*/
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction{
    display: inline-flex;
    bottom: 0!important;
    width: 100%!important;
    left: 0!important;
    right: 0!important;
}
.slideshow .swiper-viewport .swiper-pager > div{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev{
    left: 20px;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
    right: 20px;
}
.slideshow .swiper-pagination {
    display: block;
    bottom: 0;
    line-height: 5px;
    border: none;
}
.swiper-pagination span {
    width: 50%;
    height: 5px;
    font-size: 0;
    font-weight: 500;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    display: inline-block;
    color: transparent;
    background: var(--primary-color);
    outline: none;
    transition: 1s;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0!important;
    display: inline-block;
    /*vertical-align: middle;*/
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin: 0!important;
}
.swiper-pagination span.swiper-pagination-bullet-active, 
.swiper-pagination span:hover {
    color: transparent;
    background: var(--primary-hover-color);
}
.swiper-pagination span.swiper-pagination-bullet-active {
    font-size: 0;
}
.swiper-pagination span:last-child::after {
  display: none;
}

/* --------------------------------------------------------------------------
 * Full-height homepage slideshow (below header)
 * - Makes the slideshow fill the viewport from under the header to the bottom
 * - Replaces pagination bars with left/right arrows on the sides
 * -------------------------------------------------------------------------- */
:root{
    --mdt-header-h: 0px;
}

.mdt-fullheight-slideshow{
    height: calc(100vh - var(--mdt-header-h));
    min-height: 380px;
}

.mdt-fullheight-slideshow .swiper-viewport,
.mdt-fullheight-slideshow .swiper-container,
.mdt-fullheight-slideshow .swiper-wrapper,
.mdt-fullheight-slideshow .swiper-slide{
    height: 100%;
}

.mdt-fullheight-slideshow .swiper-slide img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

/* Hide the bottom pagination bars for the full-height variant */
.mdt-fullheight-slideshow .pagination-inner,
.mdt-fullheight-slideshow .swiper-pagination{
    display: none !important;
}

/* Show arrows on the two sides */
.mdt-fullheight-slideshow .swiper-viewport{
    position: relative;
}

.mdt-fullheight-slideshow .mdt-swiper-nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 5;
}

.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-prev,
.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-next{
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.65);
    background: rgba(0,0,0,0.28);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-prev{ left: 18px; }
.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-next{ right: 18px; }

.mdt-fullheight-slideshow .mdt-swiper-nav i{
    font-size: 32px;
    line-height: 1;
}

/* --- Fix: prevent Swiper default pseudo-arrows (double arrows) --- */
.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-prev::before,
.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-prev::after,
.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-next::before,
.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-next::after{
    content: none !important;
    background-image: none !important;
}

.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-prev,
.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-next{
    padding: 0 !important;
}


.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-prev:hover,
.mdt-fullheight-slideshow .mdt-swiper-nav .swiper-button-next:hover{
    background: rgba(0,0,0,0.40);
}

/* slick-carousel */
.slick-carousel > button {
    border: none;
    background: transparent;
    padding: 2px 7px;
}
.slick-carousel > button i {
    font-size: 20px;
}

@media (max-width: 991px) {
    .owl-carousel.owl-theme .owl-nav .fa, .swiper-viewport .fa {
        font-size: 30px;
        line-height: 20px;
    }
    .owl-carousel.owl-theme .owl-nav {
        top: -42px;
        right: 5px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin: 15px 0 0;
    }
    .swiper-pagination span.swiper-pagination-bullet-active {
        font-size: 24px;
    }
    .swiper-pagination span::after {
        display: none;
    }
    .swiper-pagination span.swiper-pagination-bullet-active {
        font-size: 0;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .swiper-pagination-custom, .swiper-pagination-fraction {
        line-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*----------------------------------------------*/
/* brand */
/*----------------------------------------------*/
.brand {
    padding: 34px 0;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
}
@media (max-width: 991px) {
    .brand {
        padding: 24px 0;
    }
}
/*----------------------------------------------*/
/* testimonial */
/*----------------------------------------------*/
.row-items {
    text-align: center;
    width: 76%;
    margin: auto;
}
.testimonial-client {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 30px 0 43px;
    text-transform: uppercase;
    color: var(--primary-color);
}
.testimonial-client::before {
    content: "\e925";
    font-family: 'Mahardhi-Fonts';
    font-size: 56px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
    z-index: -1;
    color: var(--border-color);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
}
.testimonial-text p {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 45px;
    
    color: var(--primary-color);
}
.testimonial-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-author {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 5px 0 0;
    
    color: var(--primary-color);
}
.testimonial-customer {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    
    color: var(--primary-color);
}

@media (max-width: 1440px) {
    .testimonial-text p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .testimonial-text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .row-items {
        width: 100%;
        padding: 0 15px;
    }
    .testimonial-client {
        font-size: 14px;
        margin: 20px 0;
    }
    .testimonial-client::before {
        font-size: 45px;
        bottom: 10px;
    }
    .testimonial-text p {
        margin: 0 0 20px;
    }
}
@media (max-width: 540px) {
    .testimonial-text p {
        font-size: 14px;
    }
}

/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.blog-info .image {
    overflow: hidden;
    position: relative;
}
.mblog .product-layout {
    padding: 0 25px;
}
.mblog .block_box.row {
    margin: 0 -25px;
}
.blog-block{
    margin-bottom: 30px;
    position: relative;
}
.blog-block .zoom-post a {
    display: block;
    height: 40px;
    width: 40px;
    margin: 5px 0;
    border-radius: 50%;
    text-align: center;
    background: var(--secondary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: 0px 1px 10px 0 rgb(0 0 0 / 10%);
}
.blog-block .zoom-post a:hover {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
.blog-block .zoom-post {
    position: absolute;
    left: -50px;
    top: 10px;   
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.blog-block:hover .zoom-post {
    left: 15px;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post:before {
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0;
    display: block;
    text-align: center;
    line-height: 40px;
}
.blog-block .hover-zoom::before {
    content: "\f002";
}
.blog-block .hover-post:before {
    content: '\f0c1';
}
.blog-block:hover .hover-post:before,
.blog-block:hover .hover-zoom::before {
    opacity: 1;
}
.product-list .blog-block.product-thumb .image {
    box-shadow: none;
    margin: 0;
}
.blog-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 17px 0 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.blog-title:hover a {
    color: var(--primary-hover-color);
}
.blog-text {
    color: var(--secondary-light-color);
    margin: 14px 0 17px;
    line-height: 24px;
    font-size: 16px;
}
.block-date,
.blog-comment{ 
    font-size: 16px; 
    font-weight: 400;
    margin: 0;
    display: block;
    padding: 0;
    color: var(--secondary-light-color);
}
.blog-category .blog-title,
h3.article-page-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin: 15px 0 0;
    
}
.blog-read {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 30px 8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: none;
    color: var(--secondary-color);
    background: var(--primary-color);
}
.blog-read:hover {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category .blog-img {
    position: relative;
    overflow: hidden;
    display: block;
}
h4.article-page-title{
    margin: 20px 0 15px;
}
.caption-blog  p,
.info_blog p{
    margin: 20px 0 0;
}
.blog-block img,
#content-blogs .thumbnails .thumbnail img{
    width: 100%;
}
.blog-category.col-sm-6:nth-child(2n+1) {
    clear: left;
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
.article-container .image {
    position: relative;
}
.article-container .blog-block {
    margin-bottom: 0;
}
.article-container .caption-blog {
    padding: 20px 0 0 0;
}
.article-container .article-inner,
.article-container .shop-content  {
    padding: 20px;
    border: 1px solid var(--border-color);
}
#content-blogs .thumbnails .thumbnail {
    border: unset;
    margin: 0;
    padding: 0;
}
.article-container .page-title {
    margin-bottom: 20px;
}
.article-container .shop-content > h3 {
    line-height: 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}
.article-container #commnt_form > div > div:last-child .form-group {
    margin-bottom: 0;
}
.article-container #commnt_form.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
#post_comment #commnt_form.form-horizontal .control-label {
    text-align: left;
}
.comment_cust h4 {
    margin-bottom: 20px;
}
.commentlist ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.commentlist ul li:last-child {
    padding-bottom: 0;
}
.commentlist ul li {
    padding-bottom: 20px;
}
.comment_cust .comment-text .user_img {
    float: left;
    height: 60px;
    width: 60px;
    background-color: var(--secondary-color);
    text-align: center;
    color: var(--primary-color);
    border-radius: 50px;
}
.comment_cust .comment-text .user_img i {
    font-size: 26px;
    line-height: 60px;
}
.comment_cust .comment-desc {
    padding-left: 80px;
    line-height: 26px;
}
.comment_cust .comment-desc .name {
    font-weight: 400;
    
    font-size: 16px;
}
.comment_cust .comment-desc .date {
    color: var(--secondary-light-color);
}
.comment-dis {
    color: var(--secondary-light-color);
    line-height: 22px;
}
.comment-text {
    padding: 15px;
    border: none;
    border-radius: 0;
    background: var(--background-color);
}
.singblog-description.blog-text {
    margin: 15px 0 0;
}

@media (min-width: 1441px) {
    .blog-block .caption {
        position: absolute;
        left: 40px;
        bottom: 35px;
        right: auto;
        margin: auto;
        padding: 27px 30px 30px;
        text-align: center;
        width: 61.5%;
        background: var(--secondary-color);
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 1640px) and (min-width: 1441px) {
    .blog-block .caption {
        left: 10px;
        bottom: 10px;
        padding: 20px;
    }
}
@media (max-width: 1440px) {
    .mblog .product-layout {
        padding: 0 15px;
    }
    .mblog .block_box.row {
        margin: 0 -15px;
    }
    .blog-block .caption {
        padding: 15px 15px 0;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .blog-block {
        margin-bottom: 20px;
    }
    .mblog .product-layout {
        padding: 0 5px;
    }
    .mblog .block_box.row {
        margin: 0 -5px;
    }
    .mblog .blog-title {
        font-size: 18px;
    }
    .mblog .block-date,
    .blog-comment, .block-date,
    .blog-comment i, .block-date i {
        font-size: 14px;
    }
    .mblog .blog-text {
        font-size: 14px;
        margin: 8px 0 10px;
    }
    .blog-read {
        padding: 9px 20px 5px;
    }
    .article-container .caption-blog {
        padding: 15px 0 0 0;
    }
    .singblog-description.blog-text{
        margin: 8px 0 0;
    }
    .blog-block h4,
    h3.article-page-title {
        margin: 10px 0 0;
        font-size: 16px;
    }
    .blog-block .zoom-post,
    .blog-block:hover .zoom-post {
        left: 10px;
    }
    .blog-block .zoom-post a{
        height: 30px;
        width: 30px;
    }
    .blog-block .hover-zoom::before,
    .blog-block .hover-post:before{
        line-height: 30px;
    }
    .article-container .article-inner, 
    .article-container .shop-content {
        padding: 15px;
    }
    .blog-category .blog-title, 
    h3.article-page-title {
        font-size: 18px;
        margin: 10px 0 0;
    }
    .article-container .shop-content > h3 {
        margin: 0 0 15px;
    }
}
@media (max-width: 767px) {
    .blog-category .caption.blog-description {
        padding-top: 15px;
    }
}
@media (max-width: 540px) {
    .mblog .caption {
        left: 20px;
        padding: 10px;
    }
    .comment-text {
        padding: 10px;
    }
    .comment_cust .comment-desc {
        padding-left: 70px;
    }
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.news {
    position: relative;
    z-index: 1;
}
.newsletterblock {
    text-align: center;
}
.news .page-title h3 {
    margin: 0 0 38px;
}
.news-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 30px;
    color: var(--secondary-light-color);
}
.subscribe-form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 470px;
    margin: auto;
    border-bottom: 2px solid var(--primary-color);
}
.subscribe-form i {
    font-size: 20px;
    color: var(--secondary-light-color);
    line-height: 34px;
    padding: 0 15px 0 0;
}
.subscribe-form #newsletter_usr_email {
    height: 34px;
    padding: 3px 0;
    border: none;
    background: transparent;
    color: var(--secondary-light-color);
}
.subscribe-form #newsletter_usr_email::placeholder{
    color: var(--secondary-light-color);
}
.news .subscribe-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0;
    border: none;
    text-transform: uppercase;
    color: var(--primary-color);
    background: transparent;
}
@media (max-width: 1199px) {
    .news .page-title h3 {
        margin: 0 0 28px;
    }
}
@media (max-width: 991px){
    .news .page-title h3 {
        margin: 0 0 15px;
    }
    .news-description {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px;
    }
}
/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
footer {
    background: var(--primary-color);
}
.footer-top {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--secondary-color);
}
footer h5,
footer h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin: -2px 0 17px;
    position: relative;
    font-weight: 500;
    color: var(--secondary-color);
}
footer .footer-content a {
    padding: 8px 0;
    position: relative;
    display: inline-block;
    color: var(--secondary-color);
}
footer .footer-content a::after {
    content: "";
    height: 1px;
    width: 0;
    background: var(--primary-hover-color);
    position: absolute;
    left: 0;
    bottom: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
footer .footer-content a:hover::after{
    width: 100%;
}
footer a:hover,
footer a:focus {
    color: var(--primary-hover-color);
}
.footer-top > div {
    position: relative;
    padding: 80px 15px 74px;
}
.footer-top > div:last-child {
    padding: 80px 15px 74px 80px;
}
/* footer left */
.position-footer-left {
    text-align: center;
}
.footer_aboutus {
    margin: 0 75px;
}
.footer-desc {
    font-size: 14px;
    line-height: 24px;
    margin: 27px 0 25px;
    color: var(--secondary-color);
}
/* footer right */
.position-footer-right h5 {
    margin: -2px 0 20px;
}
.position-footer-right li > div {
    display: flex;
    padding: 4px 0;
    line-height: 24px;
}
.contact_title {
    font-size: 16px;
    font-weight: 400;
    
    margin-right: 5px;
    color: var(--secondary-color);
}
.position-footer-right li .contact_site a {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    display: initial;
    color: var(--secondary-color);
}

/* footer bottom*/
.footer-bottom {
    padding: 23px 0;
    text-align: center;
}
footer .footer-bottom p {
    font-weight: 400;
    margin: 0;
    color: var(--secondary-light-color);
}
footer .footer-bottom p a {
    color: var(--secondary-light-color);
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}

/* social media*/
.social-media > a {
    display: inline-block;
}
.social-media a i {
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 50px;
    color: var(--secondary-color);
    text-align: center;
}
.social-media a + a {
    margin: 0 0 0 7px;
}
.social-media a .fa-facebook {
    background: #3b5998;
}
.social-media a .fa-twitter {
    background: #00acee;
}
.social-media a .fa-youtube-play {
    background: #c4302b;
}
.social-media a .fa-google-plus {
    background: #db3236;
}
.social-media a .fa-pinterest-p {
    background: #c8232c;
}

@media (min-width: 992px) {
    .footer-top {
        display: flex;
    }
    .footer-top > div + div + div::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100%;
        width: 1px;
        background: var(--border-color);
        opacity: 0.2;
    }
    .footer-bottom-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width: 1640px) {
    .footer_aboutus {
        margin: 0 50px;
    }
    .footer-top > div:last-child {
        padding: 80px 15px 74px 35px;
    }
}
@media (max-width: 1440px) {
    .footer_aboutus {
        margin: 0;
    }
}
@media (max-width: 1199px) {
    footer h5, footer h4 {
        font-size: 16px;
    }
    .social-media a + a {
        margin: 0 0 0 3px;
    }
    .social-media a i {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .footer-bottom {
        padding: 20px 0;
    }
}
@media (max-width: 991px) {
    .footer-inner {
        padding: 35px 0 50px;
    }
    .footer-top {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-top > div,
    .footer-top > div:last-child {
        width: 100%;
        float: unset;
        margin: 15px 0;
        padding: 0;
    }
    footer .footer-content a {
        padding: 4px 0;
    }
    footer .footer-content a::after {
        bottom: 4px;
    }
    footer h5, footer h4,
    .position-footer-right h5 {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .footer-desc {
        margin: 15px 0;
    }
    footer .footer-bottom p {
        margin: 0 0 15px;
    }
}
@media (max-width: 767px) {
    .footer-inner {
        padding: 15px 0 30px;
    }
    .footer_aboutus img {
        width: 130px;
    }
    .footer-bottom {
        padding: 15px 0;
    }   
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 12px;
    display: block!important;
    vertical-align: top;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 24px;
}
@media (max-width: 991px) {
    .page_title {
        font-size: 20px;
        margin: 0 0 10px;
    }
}
@media (max-width: 480px) {
    .page_title {
        font-size: 18px;
        line-height: 20px;
    }
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
    background: url(../image/mahardhi/breadcrumbs-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 232px 0 112px;
    text-align: center;
}
.breadcrumb {
    padding: 0;
    border: none;
    background: transparent;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    
    text-align: center;
}
.breadcrumb > li {
    position: relative;
}
.breadcrumb > li .fa-home {
    font-size: 15px;
}
.breadcrumb li a,
.breadcrumb a {
    font-weight: 500;
    color: var(--primary-color);
}
/*.breadcrumb li:last-child a,*/
.breadcrumb a:hover {
    color: var(--primary-hover-color);
}
.breadcrumb > li + li:before {
    content: "/";
    font-family: FontAwesome;
    color: var(--primary-color);
    padding: 0px 8px 0px 5px;
    font-size: 16px;
    line-height: 19px;
}
@media (max-width: 1440px) {
    .breadcrumb-back {
        padding: 170px 0 90px;
        margin: 0 0 30px 0;
    }
}
@media (max-width: 991px) {
    .breadcrumb-back {
        margin: 0 0 20px 0;
        padding: 30px 0;
    }
    .breadcrumb {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .breadcrumb-back {
        padding: 20px 0;
    }
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
#column-left > div,
#column-right > div {
    margin: 50px 0 0;
    padding: 0;
    box-shadow: none;
    width: auto;
    background: var(--secondary-color);
    border: 1px solid var(--border-color);
}
#column-left > div.swiper-viewport,
#column-right > div.swiper-viewport{
    border: none;
    padding: 0;
}
#column-left > div:first-child,
#column-right > div:first-child{
    margin-top: 0;
}
#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
    display: block;
    margin: 0;
    padding: 15px 20px;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    color: var(--primary-color);
    background: transparent;
    font-weight: 600;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid var(--border-color);
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
}
.filter_box,
#column-left .block_box,
#column-right .block_box,
.category-list #selectMe-desk,
.account-content .list-unstyled,
.sidebar .list-unstyled {
    padding: 20px;
    margin: 0;
}
#column-left .box .container,
#column-right .box .container {
    width: auto;
    padding: 0;
}
.category-list .list-group-item,
.sidebar li, .account-content .list-group a {
    border: none;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 8px 0;
    
    color: var(--secondary-light-color);
    font-size: 14px;
}
.category-list .list-group-item {
    padding: 5px 20px 6px 0;
}
.category-list .child-categories .list-group-item {
    padding: 3px 20px 3px 0;
}
.category-list ul#selectMe-desk > li:first-child > a.list-group-item,
.account-content .list-group ul > li:first-child a,
.sidebar li:first-child {
    padding-top: 0;
    margin-top: -4px;
}
.category-list ul>li:last-child>a.list-group-item, 
.account-content .list-group ul > li:last-child a, 
.sidebar li:last-child {
    padding-bottom: 0;
    margin-bottom: -4px;
}
.sidebar li a{
    color: var(--secondary-light-color);
}
.category-list .has-more-category .toggled {
    position: absolute;
    right: 0;
    padding: 0 5px;
}
.child-categories { display: none; }
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
    content: "\f068";
}

/*sidebar category*/
.box-category .list-unstyled.childs_1 {
    display: none;
}
.parent li .toggled span {
    color: var(--primary-color);
    font-size: 12px;
    position: absolute;
    right: 5px;
    padding: 0 5px;
}
.parent .active .open-menu::after {
    color: var(--primary-color);
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 14px;
}
.parent .open-menu::after {
    color: var(--primary-color);
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
}

/*REFINE SEARCH*/
.list-group-filter {
    margin-bottom: 27px;
}
.panel-default.filter {
    border: none;
}
.panel {
    border-radius: 0;
    box-shadow: none;
}
.filter_box .list-group a {
    color: var(--primary-color);
    
    margin: -4px 0 13px;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
}
.filter_box .checkbox,
.filter_box .checkbox .radio {
    margin: 10px 0;
    color: var(--secondary-light-color);
}
.filter_box .list-group-item {
    border: none;
    padding: 0px;
    background: transparent;
}
.filter_box .list-group-items + .list-group-items {
    margin: 28px 0 0;
}
.checkbox label, .radio label {
    
}
#filter .panel-footer {
    text-align: left;
    padding: 0;
    background: transparent;
}

/*banner*/
#column-left .swiper-slide img,
#column-right .swiper-slide img{
    width: 100%;
}

/*INFORMATION*/
.sidebar li a:hover,
.account-content .list-group a:hover{
    color: var(--primary-color);
}
.account-content .list-group{
    margin: 0;
}

/*product*/
#column-left .box .col-center, 
#column-right .box .col-center {
    width: auto;
    padding: 0;
    max-width: unset;
}
#column-left .product-layout:last-child .product-thumb,
#column-right .product-layout:last-child .product-thumb {
    margin: 0;
}
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
    padding: 0;
}
#column-left .product-thumb,
#column-right .product-thumb {
    padding: 0;
    border: none;
    box-shadow: none;
    background: var(--secondary-color);
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
    float: left;
    width: 90px;
    margin-right: 15px;
    border: none;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 62.7%;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: left;
}
#column-left .sale-text,
#column-right .sale-text,
#column-left .product-thumb .image .rating,
#column-right .product-thumb .image .rating,
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#column-left .product-thumb .addcart,
#column-right .product-thumb .addcart,
#column-left .product-thumb .product-btn-quantity,
#column-right .product-thumb .product-btn-quantity,
#column-left .title-desc,
#column-right .title-desc {
    display: none;
}
#column-left .page-title,
#column-right .page-title {
    margin: 0;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption, {
    padding: 0;
    text-align: left;
    background: transparent;
}
#column-left .product-thumb:hover .caption,
#column-right .product-thumb:hover .caption,
.product-list .product-thumb:hover .caption {
    opacity: 1;
}
#column-left .product-thumb .product-title,
#column-left .product-thumb .product-title,
.product-list .product-thumb .product-title {
    text-align: left;
    border: none;
    margin: 0;
    padding: 0;
}
#column-left .product-thumb .product-title a,
#column-left .product-thumb .product-title a {
    font-size: 14px;
    font-weight: 500;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0 0 0;
    display: block;
    position: relative;
    bottom: unset;
}
#column-left .product-thumb:hover .price,
#column-right .product-thumb:hover .price,
.product-list .product-thumb .price {
    opacity: 1;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating {
    float: unset;
    display: block;
    margin: 4px 0 0 0;
}
@media (min-width: 1200px) {
    #column-left,
    #column-right {
        width: 20%;
    }
    #content.col-sm-9 {
        width: 80%;
    }
}
@media (min-width: 1601px) and (max-width: 1800px) {
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 63.5%;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image {
        margin-right: 10px;
    }
}
@media (min-width: 1441px) and (max-width: 1600px) {
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 60.3%;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image {
        width: 70px;
        margin-right: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 70px;
        margin-right: 10px;
    }
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 53.9%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image {
        width: 60px;
        margin-right: 5px;
    }
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 63.4%;
    }
    #column-left .product-thumb .price,
    #column-right .product-thumb .price {
        margin: 4px 0 0 0;
        font-size: 14px;
    }
    #column-left .product-thumb .rating,
    #column-right .product-thumb .rating {
        margin: 2px 0 0 0;
    }
}
@media only screen and (max-width: 1440px) {
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .category-list #selectMe-desk,
    .account-content .list-unstyled,
    .sidebar .list-unstyled {
        padding: 15px 10px;
    }
    #column-left > div,
    #column-right > div {
        margin: 30px 0 0;
    }
    #column-left h3, #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3 {
        padding: 10px;
    }
}
@media only screen and (max-width: 1199px) {
    .list-group-filter {
        margin-bottom: 15px;
    }
     #column-left .product-thumb .product-title a,
    #column-right .product-thumb .product-title a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description{
        width: 59%;
    }
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .category-list #selectMe-desk,
    .account-content .list-unstyled,
    .sidebar .list-unstyled {
        margin: 15px 0 0 0;
        padding: 0;
    }
    .toggled .toggle-open {
        position: absolute;
        right: 0;
    }
    #selectMe-desk {
        display: none;
    }
    #column-left .swiper-viewport,
    #column-right .swiper-viewport {
        display: none;
    }
    #column-left > div:first-child,
    #column-right > div:first-child {
        margin: 20px 0 0;
    }
    #column-left > div,
    #column-right > div {
        margin: 15px 0 0;
        padding: 10px 15px;
    }
    #column-left h3,
    #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3 {
        font-size: 14px;
        margin: 0;
        padding: 0;
        border: none;
    }
    .filter_box .list-group a {
        margin: 0 0 10px;
    }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.category-block {
    padding: 20px;
    margin: 0 0 28px;
    border: 1px solid var(--border-color);
}
.cat-banner {
    border: none;
    padding:0;
    background: transparent;
    border-radius: 0;
    margin: 0 0 14px;
}
.cat-description p {
    margin: 0;
    color: var(--secondary-light-color);
    line-height: 24px;
}
.cat_info {
    margin: 0 0 30px;
    padding: 9px 20px;
    border: 1px solid var(--border-color);
}
.refine-search {
    margin: 0 0 20px;
}
#content .refine-text {
    font-size: 16px;
    margin: 0 0 12px;
    font-weight: 500;
}
.cat-name {
    padding: 0;
    margin: 0;
    
}
.cat-name li {
    display: inline-block;
}
.cat-name li a {
    border-radius: 0;
    background: transparent;
    color: var(--secondary-light-color);
    padding: 6px 20px;
    display: inline-block;
    margin: 0 6px 10px 0;
    border: 1px solid var(--border-color);
}
.cat-name li a:hover{
    color: var(--secondary-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}
#list-view.btn-default i,
#grid-view.btn-default i{
    font-size: 18px;
    display: block;
}
#list-view.btn-default,
#grid-view.btn-default {
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--border-color);
    box-shadow: none;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
#grid-view.btn-default {
    margin: 0 10px 0 0;
}
#compare-total.btn.btn-link {
    text-decoration: none;
    outline: none;
    padding: 8px 0;
    border: none;
    
    font-weight: 400;
    color: var(--primary-color);
}
.cat-pagination-right {
    text-align: right;
}
.cat-pagination-right > div {
    display: inline-block;
    vertical-align: top;
}
.cat-pagination-right .cat-show {
    padding-left: 20px;
}
.text-right.show-text {
    padding: 0px 5px;
}
.text-right.show-text,
.text-right.show-select{
    width: auto;
    float: left;
}
.text_limit,
.text_sort{
    margin: 8px 0;
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat-pagination-right .form-control {
    padding: 4px 25px 4px 10px;
    margin: 0;
    height: 36px;
    border-radius: 0;
    background: var(--background-color);
    border: none;
}
select.form-control,
.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.form-control:focus{
    border-color: var(--border-color);
}
.select-filter-show::after,
.select-filter-sort::after {
    font-family: 'fontawesome';
    content: '\f0dd';
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 4px;
    pointer-events: none;
    color: var(--primary-color);
}
.product-list .product-thumb .image .button-group .addcart-btn,
.product-grid .description,
.product-grid .pro_description {
    display: none;
}
.product-list .product-thumb .button-group .compare {
    display: block;
}
.product-list .product-thumb,
.product-list .thumb-description{
    overflow: hidden;
    background: unset;
}
.rating .fa-stack,
#tab-review .fa-stack{
    font-size: 8px;
}
.rating .fa-star-o,
#tab-review .fa-star-o{
    color: #fdc703;
}
.rating .fa-star,
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o,
#tab-review .fa-star{
    color: #fdc703;
}
@media (min-width: 992px) {
    .product-grid .product-thumb .caption .price, {
        display: none;
    }
}
@media (min-width: 768px) {
    .product-list .product-thumb .image {
        float: left;
        margin-right: 30px;
    }
}
@media (max-width: 1199px){
    .cat-pagination-right .cat-show {
        padding-left: 10px;
    }
    #grid-view.btn-default {
        margin: 0 5px 0 0;
    }
}
@media (max-width: 991px){
    .category-block {
        padding: 15px;
        margin: 0 0 15px;
    }
    .product-list .product-thumb .btn-list{
        margin: 12px 0 10px;
    }
    .refine-search {
        margin: 0 0 10px;
    }
    .cat-name li a {
        font-size: 13px;
        padding: 3px 10px;
    }
    .cat_info {
        margin: 0 0 20px;
        padding: 9px 15px;
    }
    .product-list .product-thumb .image{
        margin-right: 20px;
    }
    #list-view.btn-default i,
    #grid-view.btn-default i{
        font-size: 16px;
    }
    #list-view.btn-default,
    #grid-view.btn-default {
        height: 34px;
        width: 34px;
    }
    .cat-pagination-right .form-control {
        height: 34px;
    }
}
@media (max-width: 767px) {
    .cat-pagination-right {
        text-align: left;
        margin: 5px 0 0;
        padding: 0 10px;
    }
    .cat_list_gird {
        padding: 0 10px;
    }
    .product-list .product-thumb .image {
        display: inline-block;
        margin: 0;
    }
}
@media (max-width: 480px){
    .cat-pagination-right > * {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .cat-pagination-right .cat-show{
        padding: 5px 0 0 0;
    }
    .cat-pagination-right{
        display: block;
        text-align: left;
    }
    #compare-total.btn.btn-link{
        font-size: 13px;
    }
}

/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
    clear: both;
    padding: 9px 20px;
    border: 1px solid var(--border-color);
}
.pro_pagination .text-left {
    margin: 10px 0;
    float: left;
}
.pagination {
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
    cursor: pointer;
    z-index: 2;
    border-radius: 0;
}
.pagination>li>a:last-child {
    border-radius: 0;
}
.pagination>li>a,
.pagination>li>span {
    color: var(--secondary-light-color);
    background-color: var(--secondary-color);
    float: left;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    border: 1px solid var(--border-color);
    font-size: 14px;
}
@media (max-width: 991px){
    .pro_pagination .text-left,
    .pro_pagination .text-right{
        width: 100%;
        float: unset;
        text-align: center;
        clear: both;
    }
    .pro_pagination .text-right {
        padding-top: 7px;
    }
    .pro_pagination .text-left{
        margin: 0;
    }
    .pagination>li>a,
    .pagination>li>span{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .pagination>li>a,
    .pagination>li>span{
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
a.thumbnail {
    padding: 0;
    border: none;
    margin: 0;
}
.pro-image img {
    width: 100%;
}
.pro-image {
    margin: 0 0 30px 0;
}
#additional-carousel {
    margin: 0 auto;
    position: relative;
    display: block;
    vertical-align: top;
    width: calc(100% - 29.5%);
}
.image-additional a {
    display: block;
    margin: 0 15px;
}
#quick-carousel.owl-carousel.owl-theme .owl-nav{
    position: unset;
    margin: 0;
}
.quickview-container .pro-image {
    margin-bottom: 20px;
}
#quick-carousel .image-additional a {
    margin: 0 10px;
    display: block;
}
#quick-carousel {
    max-width: 440px;
    margin: auto;
    padding: 0 20px;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    border: none;
    width: 30px;
    background: transparent;
    position: absolute;
    box-shadow: none;
    color: var(--primary-color);
}
#additional-carousel .owl-nav div:hover,
#quick-carousel .owl-nav div:hover {
    background: transparent;
    color: var(--primary-hover-color);
}
#additional-carousel .owl-nav .owl-prev {
    left: -30px;
    right: auto;
}
#additional-carousel .owl-nav .owl-next {
    right: -30px;
    left: auto;
}
#quick-carousel .owl-nav .owl-prev {
    left: 0;
    right: auto;
}
#quick-carousel .owl-nav .owl-next {
    right: 0;
    left: auto;
}
#additional-carousel .owl-nav div::before,
#additional-carousel .owl-nav div::after,
#quick-carousel .owl-nav div::before,
#quick-carousel .owl-nav div::after{
    display: none;
}
#additional-carousel.owl-carousel.owl-theme .owl-nav .fa,
#quick-carousel.owl-carousel.owl-theme .owl-nav .fa {
    font-size: 22px;
    line-height: 30px;
}
.right_info h1, .quick-product-right h1 {
    font-size: 24px;
    
    margin: 0 0 15px;
    font-weight: 500;
    color: var(--primary-color);
}
.rating .product-rating {
    float: left;
    margin-right: 20px;
}
.rating .write-review {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    position: relative;
}
.pro-deatil .rating .write-review:before {
    content: "";
    background: var(--border-color);
    height: 14px;
    width: 1px;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.rating .fa-pencil {
    padding-right: 5px;
    color: var(--primary-color);
}
.right_info .disc {
    color: var(--primary-color);
    margin-right: 5px;
    line-height: 27px;
    min-width: 125px;
    display: inline-block;
}
.right_info .disc1 {
    color: var(--secondary-light-color);
    margin-right: 10px;
}
.pro_price {
    font-size: 24px;
    display: inline-block;
    font-weight: 500;
}
.pro_oldprice {
    color: var(--secondary-light-color);
    margin-left: 10px;
    font-size: 16px;
}
.right_info .tax {
    margin: 7px 0 5px;
    color: var(--secondary-light-color);
}
.product-options h3 {
    font-size: 18px;
    
    font-weight: 500;
}
.right_info .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    
    margin-bottom: 0;
}
.right_info .checkbox,
.right_info .radio {
    margin-top: 0;
}
.product-options .alert {
    margin-top: 15px;
}
.product-btn-quantity .minus-plus{
    margin: 0 20px 0 0;
    display: inline-flex;
    border: 1px solid var(--border-color);
}
#product .minus-plus > * {
    text-align: center;
    border: none;
    background: transparent;
    padding: 0 5px;
    font-size: 13px;
    width: 37px;
    height: 38px;
}
.product-btn-quantity #input-quantity{
    width: 44px;
}
#product .product-btn-quantity {
    display: flex;
    align-items: center;
}
.right_info .control-label.qty {
    margin: 0 0 10px 0;
    display: block;
}
#button-cart,
#quick-cart {
    margin: 0 10px 0 0;
}
button.pro_wish,
button.pro_comper {
    /*display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: none;
    color: var(--primary-color);
    background: transparent;
    float: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: none;*/
    background-color: transparent;
    border: unset;
    padding: 0 20px 7px 0;
    font-size: 14px;
    line-height: 25px;
    
}
button.pro_wish i,
button.pro_comper i {
    font-size: 16px;
    margin: 0 8px 0 0;
}
button.pro_wish:hover,
button.pro_comper:hover{
    background: transparent;
    color: var(--primary-hover-color);
}
.tab-content #tab-description {
    font-size: 15px;
}
#product-page #tab-description ul:last-child,
#product-page #tab-specification .table {
    margin: 0;
    border-color: var(--border-color);
}
.propage-tab h2 {
    font-size: 18px;
    margin: 25px 0 15px 0;
}
#form-review.form-horizontal .control-label {
    padding: 0;
}
.quickview-wrapper-inner.container {
    width: auto;
}
#button-upload222 {
    margin-left: 10px;
}
.related-products-block{
    clear: both;
    padding-top: 100px;
}
.propage-tab {
    margin-top: 100px;
    border: 1px solid var(--border-color);
}
#product-page .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--border-color);
}
#product-page .tab-content{
    padding: 20px;
    color: var(--secondary-light-color);
}
#product-page .tab-content strong {
    font-weight: 500;
    
}
@media (min-width: 768px) {
    .pro-deatil .product-img {
        position: sticky;
        top: 10px;
    }
}
@media (max-width: 1800px) {
    #additional-carousel {
        width: calc(100% - 20%);
    }
}
@media (max-width: 1640px) {
    #additional-carousel {
        width: calc(100% - 10%);
    }
    #additional-carousel .owl-nav .owl-prev {
        left: -15px;
        right: auto;
    }
    #additional-carousel .owl-nav .owl-next {
        right: -15px;
        left: auto;
    }
}
@media (max-width: 1440px) {
    .related-products-block {
        padding-top: 70px;
    }
    .propage-tab {
        margin-top: 70px;
    }
    .image-additional a {
        margin: 0 10px;
    }
}
@media (max-width: 1199px) {
    .pro-image {
        margin: 0 0 20px;
    }
    .rating .product-rating {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .propage-tab {
        margin-top: 60px;
    }
    .related-products-block{
        padding-top: 40px;
    }
    .right_info h1,
    .quick-product-right h1 {
        margin: 0 0 8px;
        font-size: 18px;
    }
    .pro_price {
        font-size: 20px;
    }
    .related-products-block {
        padding-top: 60px;
    }
    .image-additional a {
        margin: 0 5px;
    }
}
@media (max-width: 991px) {
    .propage-tab {
        margin-top: 50px;
    }
    #product-page .tab-content {
        padding: 15px;
    }
    .related-products-block {
        padding-top: 50px;
    } 
    #button-cart, #quick-cart {
        margin: 0 5px 0 0;
    } 
    button.pro_wish i,
    button.pro_comper i {
        font-size: 14px;
    } 
} 
@media (max-width: 767px) {
    .product-img {
        width: 480px;
        margin: 0 auto;
    }
    .related-products-block {
        padding-top: 30px;
    }
    .right_info,
    .propage-tab {
        margin-top: 30px;
    }
}
@media (max-width: 540px) {
    .product-img {
        width: auto;
    }    
}
@media (max-width: 480px) {   
    #additional-carousel {
        width: calc(100% - 15%);
    }
    #product-page .nav-tabs li {
        margin: 0 8px;
    }
    #product .product-btn-quantity {
        display: block;
    }
    #quick-cart {
        margin: 15px 0 0;
    }
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
    background: var(--background-color);
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin: 0px 10px 10px 0;
    text-align: center;
    width: 34px;
}
.information-contact .contact-left .title{
    font-size: 16px;
    color: var(--primary-color);
}
.content-address{
    margin-bottom: 15px;
}
.contact-left .btn-info i {
    font-size: 16px;
}
.content-details {
    padding: 15px;
    border: 1px solid var(--border-color);
    color: var(--secondary-light-color);
    border-radius: 0;
}
.contact-left .content-details > div{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}
.contact-left .content-details .comment-info{
    border: none;
    padding:0;
    margin: 0px;
}
#information-contact .panel-body .col-sm-3 {
    float: left;
    width: 100%;
    padding: 15px;
    line-height: 25px;
}
.contact-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}
.location-info .btn-info {
    padding: 10px 20px 6px;
}
@media(max-width: 991px){
    .contact-left{
        margin-bottom: 30px;
    }
}

/*----------------------------------------------*/
/* checkout-cart */
/*----------------------------------------------*/
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}
#accordion.panel-group .panel{
    border-radius: 4px;
}
#accordion.panel-group .panel+.panel {
    margin-top: 15px;
}
#accordion.panel-group .panel-default>.panel-heading{
    background: var(--background-color);
    padding: 10px 15px;
    color: var(--primary-color);
    border: none;
}
#accordion.panel-group .panel-default>.panel-heading .panel-title {
    line-height: 20px;
    text-transform: uppercase;
}
.checkout .input-group .form-control {
    z-index: 1;
    background: transparent;
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
    margin: 0 0 20px 0;
}
h3.search-criteria {
    font-size: 17px;
}
#product-search #input-search {
    margin-bottom: 10px;
}

/* manufacture page */
.manufacturer-list {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid var(--border-color);
}
.manufacturer-heading {
    background: var(--background-color);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-content a:hover {
    color: var(--primary-hover-color);
}

/*account*/
#account-account .account-list-content {
    margin-bottom: 20px;
}
#account-account .account-list-content:last-child {
    margin-bottom: 0;
}
.well {
    padding: 19px;
    border-radius: 0;
    border: 1px solid var(--border-color);
    background: transparent;
    box-shadow: none;
}
.well h2 {
    margin: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.well strong {
    font-weight: 500;
}
.account-list-heading {
    font-size: 18px;
    margin: 0 0 10px;
}
.account-list-content li a {
    padding: 3px 0;
    display: inline-block;
    color: var(--secondary-light-color);
}
.account-list-content li a:hover {
    color: var(--primary-color);
}

/*sitemap*/
#information-sitemap #content .row li > a {
    padding: 5px 0;
    display: block;
}

/*compare*/
#product-compare .table {
    display: inherit;
    border-style: solid none none none;
    overflow: auto;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
#product-compare .table>tbody+tbody {
    border-top: 1px solid #ddd;
}

/*checkout*/
#checkout-cart .img-thumbnail {
    border: none;
    padding: 0;
}

/*about us*/
#information-information #content .about-us {
    padding: 20px 5px;
    background: var(--secondary-color);
    border: 1px solid var(--border-color);
}
.about-us img{
    width: 100%;
}
.about-us h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
.about-us h4 {
    font-size: 16px;
    color: var(--primary-hover-color);
    margin: 15px 0;
    font-weight: 400;
}
.about-us p{
    line-height: 26px;
    color: var(--secondary-light-color);
}
@media (max-width: 767px){
    .cms-block{
        margin-bottom: 15px;
    }
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-100 {
    margin-top: 100px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-50 {
    margin-top: 50px;
}
.img-thumbnail {
    border: none;
}
#content {
    min-height: 600px;
}
.common-home #content {
    min-height: unset;
}
#content > h3 {
    margin-top: 0;
    font-size: 18px;
}
.relative {
    position: relative;
}
.m-auto {
    margin: 0px auto;
}
.m-image-auto {
    width: auto !important;
}
ul.list-unstyled{
    margin: 0;
}
.owl-carousel {
    touch-action: manipulation;
}
.dropdown-menu {
    background: var(--secondary-color);
    z-index: 1001;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px 15px;
    vertical-align: middle;    
    border-color: var(--border-color);
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table>tbody>tr>td {
    border-top: none;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 20px;
    color: var(--secondary-light-color);
    background: var(--secondary-color);
    background-color: var(--secondary-color);
    background-image: none;
    border: 1px solid var(--border-color);
    box-shadow: none;
    border-radius: 0;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 60px;
}
.col-center {
    margin-left: auto;
    margin-right: auto;
    float: unset;
    padding: 0 15px;
}
@media (min-width: 768px) {
    .col-center {
        -ms-flex: 0 0 72.66%;
        flex: 0 0 72.66%;
        max-width: 72.66%;
    }
}
@media (min-width: 992px) {
    .col-center {
        -ms-flex: 0 0 67.369%;
        flex: 0 0 67.369%;
        max-width: 67.369%;
    }
}
@media (min-width: 1441px) {
    .col-center {
        -ms-flex: 0 0 72.518%;
        flex: 0 0 72.518%;
        max-width: 72.518%;
    }
}
@media (min-width: 1801px) {
    .container {
        width: 1780px;
    }
}
@media (min-width: 768px) and (max-width: 1800px) {
    .container {
        width: auto;
        padding: 0 50px;
    }
}
/*@media (min-width: 1641px) and (max-width: 1800px) {
    .container {
        width: 1600px;
    }
}
@media (min-width: 1441px) and (max-width: 1640px) {
    .container {
        width: 1400px;
    }
}*/
@media (min-width: 1200px) {
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1){
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (max-width: 767px) and (min-width: 426px) {
    .block_box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid.col-xs-4{
        width: 50%;
    }
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(2n+1),
    .col-xs-6:nth-child(2n+1) {
        clear:left;
    }
}
@media screen and (max-width: 425px){
    .block_box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid.col-xs-4,
    .block_box :not(.owl-carousel) .col-xs-6,
    .product-layout.product-grid.col-xs-6 {
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 600px) {
    /* Mahardhi */
    #content, #column-left, #column-right {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 1px solid #ddd;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child{
        border-left: 0;
    }
}
/* mahardhi */
@media (max-width: 1440px) {
    .mt-100{
        margin-top: 70px;
    } 
    .mt-70 {
        margin-top: 40px;
    } 
}
@media (max-width: 1199px) {
    .mt-100{
        margin-top: 60px;
    }
    .mt-70 {
        margin-top: 30px;
    } 
    .mt-50{
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .form-control {
        height: 34px;
    }
    .mt-100{
        margin-top: 50px;
    } 
    .mt-50{
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    #column-left,
    #column-right {
        display: block !important;
    }
    .mt-100{
        margin-top: 30px;
    }
    .mt-70 {
        margin-top: 10px;
    }
}





/* Top menu "pill" háttér, hogy olvasható legyen a hero képen */
#menu {
  background: transparent;
}


#menu .nav > li:hover > a, #menu .nav > li.active > a {
    background: none !important;
    border-radius: 8px;
}


#menu .main-menu {
  display: inline-block;
  margin: 20px 0 0 20px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

/* Linkek legyenek sötétek és olvashatók */
#menu .nav > li > a {
  color: #1b1b1b !important;
  font-weight: 600;
}

/* Hover/active legyen kulturált */
#menu .nav > li:hover > a,
#menu .nav > li.active > a {
  background: rgba(0,0,0,0.08);
  border-radius: 8px;
}

/* Megamenu dropdown: fehér áttetsző háttér, de a szöveg NEM átlátszó */
#menu .mm-dropdown {
  background: rgba(255,255,255,0.95) !important;
  opacity: 1 !important;            /* biztos ami biztos */
  box-shadow: 0 14px 30px rgba(0,0,0,0.20);
  border-radius: 12px;
}

/* Dropdown elemek olvashatósága */
#menu .mm-dropdown a {
  color: #1b1b1b !important;
}
#menu .mm-dropdown a:hover {
  background: rgba(0,0,0,0.06);
}



/* Jobb oldali headerrész "pill" háttér + blur */
.header-right.header-links {
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 18px;
  padding: 10px 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

/* Search mező olvashatóság */
.header-right.header-links .mahardhi-search input.form-control,
.header-right.header-links input[type="text"] {
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.08);
  color: #111;
}

/* Placeholder is látszódjon */
.header-right.header-links input::placeholder {
  color: rgba(0,0,0,.55);
}

/* Ikonok legyenek kontrasztosak */
.header-right.header-links a,
.header-right.header-links i,
.header-right.header-links svg {
  color: #111 !important;
  fill: #111 !important;
}

/* Kis térköz az ikonok között (ha kell) */
.header-right.header-links > * {
  margin-left: 8px;
}
.header-right.header-links > *:first-child {
  margin-left: 0;
}

/* === MegaMenu header finomhangolás (search balra + language dropdown) === */
.header-right.header-links{
  display:flex;
  align-items:center;
}

/* A kereső legyen balra a "glass" dobozon belül, az ikonok maradjanak jobbra */
.header-right.header-links .btn_search{
  margin-right:auto;
}

/* Kereső input: balra igazított szöveg, normális padding */
.header-right.header-links .mahardhi-search input.form-control,
.header-right.header-links #mahardhiSearch input.form-control{
  text-align:left;
  padding-left:14px;
}

/* Language dropdown (search és fiók ikon közé) */
.header-right.header-links .header-language{
  display:flex;
  align-items:center;
}

.header-lang-toggle{
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 8px 10px;
  line-height: 1;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
  display:flex;
  align-items:center;
  gap:8px;
  color:#111 !important;
  text-decoration:none;
}

.header-lang-toggle:hover,
.header-lang-toggle:focus{
  background: rgba(255,255,255,.92);
  border-color: rgba(0,0,0,.12);
}

.header-lang-flag img{
  width:18px;
  height:18px;
  border-radius: 50%;
  object-fit: cover;
  display:block;
}

.header-lang-name{
  font-size: 13px;
  font-weight: 600;
}

/* Dropdown menü: fehér, lekerekített, árnyékos */
.header-lang-menu{
  min-width: 160px;
  border: 0;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.header-lang-menu > li > button{
  padding: 8px 10px;
  border-radius: 10px;
  text-align:left;
  color:#111;
  white-space: nowrap;
}

.header-lang-menu > li > button img{
  width:18px;
  height:18px;
  border-radius: 50%;
  object-fit: cover;
  margin-right:8px;
}

.header-lang-menu > li > button:hover{
  background: rgba(0,0,0,.06);
  text-decoration:none;
}



/* =========================================================
   FIX: Header search sizing + mobile dropdown/menu layering
   Date: 2026-02-16
   ========================================================= */

/* Keep the search text/placeholder left-aligned (avoid the "empty start" look) */
#mahardhiSearch input.form-control,
.mahardhi-search input.form-control{
  text-align: left;
}

/* Desktop: let the search take the available width, keep icons on the right */
@media (min-width: 768px){
  .header-right.header-links{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    overflow: visible;
  }

  .header-right.header-links .btn_search{
    flex: 1 1 auto;
    /* min-width: 300px; */
    max-width: none;
  }

  .header-right.header-links .btn_search .mahardhi-search,
  .header-right.header-links .btn_search #mahardhiSearch{
    width: 100%;
  }

  .header-right.header-links #header_ac,
  .header-right.header-links .header_cart,
  .header-right.header-links .language-box,
  .header-right.header-links .currency-box{
    flex: 0 0 auto;
  }
}

/* Mobile + general: ensure dropdowns/off-canvas menus render ABOVE the hero/banner */
.header-main,
header,
.header-top{
  position: relative;
  z-index: 5000;
  overflow: visible;
}

.header-right.header-links{
  position: relative;
  z-index: 5100;
  overflow: visible;
}

.header-right.header-links .dropdown-menu,
.header-right.header-links .header-cart-toggle,
.header-right.header-links .account-link-toggle{
  position: absolute;
  z-index: 5200;
}

/* Main navigation / mega menu layering */
#menu,
#menu .dropdown-menu,
#menu .navbar-collapse,
#menu .navbar-ex1-collapse{
  position: relative;
  z-index: 9000;
}

/* If mmenu/offcanvas is used */
.mm-menu,
.mm-panels,
.mm-navbars,
.mm-panel{
  z-index: 9500 !important;
}

/* Common overlay containers (theme variations) */
.mobile-menu,
.mobile-nav,
.nav-container,
.main-menu,
.mega-menu,
.megamenu,
.mahardhi-megamenu,
.mahardhi-mega-menu{
  position: relative;
  z-index: 9400;
}




/* Ensure autocomplete search results always appear above headers/menus */
.ui-front,
.ui-autocomplete,
.ui-autocomplete.ui-menu{
  z-index: 100000 !important;
}

/* (Optional but recommended) keep it anchored correctly */
#mahardhiSearch,
#search{
  position: relative;
}


/* Mobile: anchor language dropdown under the language icon */
@media (max-width: 991px){
  #form-language{
    position: relative;   /* make dropdown anchor here */
  }

  #form-language .dropdown-menu{
    left: auto !important;
    right: 0 !important;  /* align to the icon on the right */
    top: calc(100% + 8px) !important;
    transform: none !important;
    z-index: 100001 !important;
    min-width: 160px;
  }
}


/* --------------------------------------------------------------------------
 * Header animated HTML5 sky background
 * -------------------------------------------------------------------------- */
.header-main{
  position: relative;
  overflow: hidden; /* keep canvas inside header */
  background-color: #b6dbfe;
}

/* Soft "cloud fade" at the bottom edge of the header background */
.header-main::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 150px;
  z-index: 1; /* above canvas (0) but below header content (2) */
  pointer-events: none;
  filter: blur(0.4px);
}

.mdt-header-sky{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* Ensure header content stays above the canvas */
.header-main > header{
  position: relative;
  z-index: 2;
}

/* Sun-like halo behind the logo (storybook rays + clouds passing in front) */
.mdt-logo-wrap{
  position: relative;
  display: inline-block;
}



/* keep actual logo above everything */
.mdt-logo-wrap a,
.mdt-logo-wrap img,
.mdt-logo-wrap h1{
  position: relative;
  z-index: 6;
}





@keyframes mdtSunPulse{
  0%, 100%{ transform: translate(-50%, -50%) scale(0.985); opacity: 0.90; }
  50%{ transform: translate(-50%, -50%) scale(1.04); opacity: 1; }
}

@keyframes mdtSunRotate{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}

@keyframes mdtCloudPass{
  0%{ transform: translate(-50%, -50%) translateX(-16px); opacity: 0.16; }
  50%{ transform: translate(-50%, -50%) translateX(18px); opacity: 0.34; }
  100%{ transform: translate(-50%, -50%) translateX(-16px); opacity: 0.18; }
}

/* Canvas sun enabled: hide legacy CSS sun halo element (sun is drawn in canvas so birds can pass in front) */
/* =========================================================
   FIX: Birds must appear in front of sun + logo
   (CSS-only: put sky canvas above logo, keep UI above canvas)
   ========================================================= */

/* Let children manage stacking in the root context (don't force header above canvas) */
.header-main > header{
  position: relative;
  z-index: auto !important;
}

/* Sky canvas (contains birds) above the logo/sun */
.mdt-header-sky{
  z-index: 2 !important;
}

/* Logo stays below the canvas so birds can pass "in front" */
#logo,
.mdt-logo-wrap{
  position: relative;
  z-index: 1 !important;
}

/* Keep navigation + search/UI above the canvas */
#menu,
.header-right.header-links{
  position: relative;
  z-index: 5 !important;
}



/* === MDT FIX: header menu z-index above slideshow === */
/* Make sure header dropdown menus appear above the homepage slideshow.
   (Search was already OK; this targets menu dropdown stacking.) */
header, .header-main, #menu, #topCategoryList, .header-top, .header-bottom {
  position: relative;
  z-index: 10000 !important;
  overflow: visible !important;
}

/* Dropdowns / megamenu panels */
#menu .dropdown-menu,
#topCategoryList .dropdown-menu,
#topCategoryList .sub-menu,
#menu .sub-menu,
#menu .megamenu,
#menu .mega-menu,
#topCategoryList .mega-menu,
#topCategoryList .megamenu {
  z-index: 12000 !important;
  background: #fff !important;
  opacity: 1 !important;
}

/* Keep the slideshow lower in the stacking context */
.mdt-fullheight-slideshow,
.mdt-fullheight-slideshow .swiper,
.mdt-fullheight-slideshow .swiper-container,
.mdt-fullheight-slideshow .swiper-wrapper,
.mdt-fullheight-slideshow .swiper-slide,
.mdt-fullheight-slideshow .swiper-pagination,
.mdt-fullheight-slideshow .swiper-button-prev,
.mdt-fullheight-slideshow .swiper-button-next,
.slideshow,
.swiper,
.swiper-container {
  position: relative;
  z-index: 1;
}


/* =========================================================
   MegaMenu Vertical Growth Fix
   OpenCart 3.0.5.0 + Mahardhi Theme
   ========================================================= */
@media (min-width: 992px) {

    #menu .nav > li.dropdown {
        position: relative;
    }

    #menu .nav > li.dropdown > .dropdown-menu {
        top: 100% !important;
        left: 0 !important;
        right: auto !important;
    }

    #menu .dropdown-menu {
        max-height: calc(100vh - 220px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}


/* =========================================================
   MDT FIX v2: Mahardhi MegaMenu (.mm-dropdown) positioning + height
   Reason: theme uses .mm-dropdown instead of .dropdown-menu
   ========================================================= */
@media (min-width: 992px) {

  /* Ensure parent is positioning context */
  #menu .nav > li,
  #menu .nav > li.dropdown {
    position: relative;
  }

  /* Force MegaMenu panel to be out of document flow (so header doesn't grow) */
  #menu .mm-dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    z-index: 9999;
  }

  /* Prevent vertical growth; use internal scroll when too tall */
  #menu .mm-dropdown {
    max-height: calc(100vh - 220px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  /* If theme sets width:100% mega dropdown, keep it aligned under menu item */
  #menu .nav > li > .mm-dropdown {
    margin-top: 0 !important;
  }
}


/* =========================================================
   MDT FIX: Mobile menu - always show submenus (no plus button)
   Mahardhi / MegaMenu
   ========================================================= */
@media (max-width: 991px) {
  /* Always show submenu lists in the mobile drawer */
  .mdt-mobile-menu ul.mdt-submenu,
  .mdt-mobile-menu .mdt-submenu,
  .mdt-mobile-menu ul.sub-menu,
  .mdt-mobile-menu .sub-menu {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Hide submenu toggle (+) buttons/icons */
  .mdt-mobile-menu .mdt-subtoggle,
  .mdt-mobile-menu .toggle-menu,
  .mdt-mobile-menu .submenu-toggle,
  .mdt-mobile-menu .sub-menu-toggle {
    display: none !important;
  }
}

