body {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;background: #f2f2f2;
}

#list-view{display:none}
@media (min-width: 768px) {
    .col-sm-12 {
        background: #fff;
        padding: 30px;
        border-radius: 10px;
    }
}
.qc-checkout-product .qc-totals>.qc-total:nth-child(2) .text-right {
    display: none !important
}
/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 28px;
}
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-bottom: 1px solid 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;
}.page_title,.ecat_info{background: #fff;border-radius: 15px;padding: 10px}
.col-sm-12{background: #fff;border-radius: 15px;}
/* 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-hover-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 */
/*----------------------------------------------*/
a.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 60px;
    height: 40px;
    width: 40px;
    text-align: center;
    z-index: 5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
a.scrollToTop:hover{
    background: var(--primary-color);
}
a.scrollToTop i{
    font-size: 24px;
    line-height: 38px;
}
@media (max-width: 991px){
    a.scrollToTop{
        width: 34px;
        height: 34px;
        right: 15px;
        bottom: 15px;
    }
    a.scrollToTop i{
        font-size: 20px;
        line-height: 32px;
    }
}

/*----------------------------------------------*/
/* QuickView Loader*/
/*----------------------------------------------*/
 .quickview-wrapper {
    background-color: var(--secondary-color);
    display: none;
    height: 80vh;
    left: 0;
    margin: 0 auto;
    overflow: auto;
    padding: 20px 0;
    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(--secondary-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.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-image {
    background: url(../image/mahardhi/newsletter-popup.jpg) no-repeat left center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.newsletter-wrap {
    background: var(--secondary-color);
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.newsletter-content-innner {
    padding: 30px;
}
.newsletter-content {
    width: 60%;
}
#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: 765px;
    text-align: center;
}
.newsletter-btn-close.close{
    position: absolute;
    right: -13px;
    top: -13px;
    opacity: 1;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-shadow: none;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
.newsletter-btn-close.close i{
    display: block;
}
.newsletter-btn-close.close:hover{
    color: var(--secondary-color);
    background:  var(--primary-color)
}
.newsletter-popup .modal-body{
    padding: 0; 
    z-index: 1;
}
.newsletter-promo {
    font-size: 18px;
    color: var(--secondary-light-color);
    margin: 0 0 10px;
}
.newsletter-content-innner h3{
    font-family: 'Abril Fatface', cursive;
    font-size: 50px;
    line-height: 52px;
    margin: 0;
    color: var(--secondary-hover-color);
    text-transform: capitalize;
    position: relative;
}
.newsletter-content-innner p{  
    margin: 10px 0 15px;
    font-size: 18px;
    line-height: 22px;
    color: var(--secondary-light-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-innner .newsletter_usr_popup_email{
    border: 1px solid var(--border-color);
    padding: 5px;
    background: transparent;
    width: 100%;
    text-align: center;
    height: 40px;
}
#frmnewsletterpopup {
    margin: 20px 0;
}
#frmnewsletterpopup button {
    margin: 20px 0 0 0;
    padding: 10px 30px;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
#frmnewsletterpopup button:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.newsletter-content-bottom label {
    margin: 0;
    color: var(--secondary-light-color);
}
@media (min-width: 768px){
    .newsletter-popup .modal-dialog{
        width: 100%;
    }
}
@media (max-width: 991px){
    .newsletter-popup .modal-dialog{
        max-width: 700px;
    }
    .newsletter-content {
        width: 55%;
    }
    .newsletter-promo,
    .newsletter-content-innner p {
        font-size: 16px;
    }
    .newsletter-content-innner h3{
        font-size: 38px;
        line-height: 40px;
    }
    .newsletter-content-innner .newsletter_usr_popup_email{
        height: 34px;
    }
    #frmnewsletterpopup button{
        padding: 7px 20px;
    }
}
@media (max-width: 767px){
    .newsletter-image{
        background-size: contain;
        height: auto;
    }
    .newsletter-popup .modal-dialog {
        width: 90%;
    }
    .newsletter-content {
        width: 60%;
    }
}
@media (max-width: 680px){
    .newsletter-content-innner {
        padding: 20px 15px;
    }
}
@media (max-width: 640px){
    .newsletter-image{
        text-align: center;
        background: none;
    }
    .newsletter-content{
        width: 100%;
        float: unset;
    }
    .newsletter-content-innner .newsletter_usr_popup_email{
        text-align: center;
    }
    .newsletter-btn-close.close{
        top: 0;
        right: 0;
    }
}
@media (max-width: 480px){
    .newsletter-content-innner {
        padding: 25px;
    }
    .newsletter-content-innner p {
        margin: 10px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .newsletter-promo {
        font-size: 14px;
    }
    #frmnewsletterpopup {
        margin: 10px 0;
    }
    #frmnewsletterpopup button{
        margin: 10px 0 0;
    }
}

/*----------------------------------------------*/
/* Start top */
/*----------------------------------------------*/
.currency::after{
    content: "";
    background: #ffffff;
    opacity: 0.2;
    height: 20px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.top-right>div .dropdown-toggle{
    padding: 10px 0;
    border: none;
    font-size: 14px;
    display: block;
    color: var(--secondary-color);
}
.top-right>div .dropdown-toggle:hover,
.top-right>div .dropdown-toggle:focus{
    color: var(--primary-color);
}
.top-right > div{
    position: relative;
}
.top-right>div .dropdown-toggle .code{
    text-transform: uppercase;
    margin-right: 2px;
}
.top-right span.drop-text:after {
    content: ":";
}
.currency-dropdown,
.language-dropdown {
    padding: 0;
}
.language .language-drop,
.currency .currency-drop {
    padding: 0 0 5px;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: block;
    margin: 10px 0;
    text-align: left;
}
.language ul.language-selector,
.currency ul.currency-selector{
    padding: 0;
}
.language .language-selector li,
.currency .currency-selector li{
    display: block;
}
#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);
}
#header_ac .dropdown-menu a:hover,
#header_ac button:hover {
    color: var(--primary-hover-color);
}
.top-right ul.dropdown-menu,
#header_ac .dropdown-menu {
    padding: 5px 10px;
    right: 0;
    left: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none;
    border-top: 2px solid var(--primary-hover-color); 
}
#header_ac .dropdown-menu {
    right: 0;
    left: auto;
}
#header_ac .dropdown-menu li a {
    padding: 5px 0;
    text-align: left;
    border: none;
    color: var(--primary-color);
}

/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
/* Header fixed */
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;background:#fff;
    -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;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border: none;
}

/*header*/
header {
    position: relative;    z-index: 99;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*logo*/
#logo {
    vertical-align: top;
    display: inline-block;
    padding: 20px 30px;    width: 219px;


}@media only screen and (max-width: 767px) {
   .bildd {
        display: none
    } }
#logo img {
    image-rendering: -webkit-optimize-contrast;
}

/*header search*/
.header-right i{
    font-size: 20px;
    display: block;
}
.btn_search {
    position: relative;
}
.search-down {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    width: 280px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 2;
    border-top: 2px solid var(--primary-hover-color);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.search-btn i,
#header_ac i,
#cart > .btn {
    padding: 40px 35px;
    color:#000;
}
.btn_search .search-btn.active i:before {
    content: "\e904";
}

/*-- mahardhi edit --*/
#mahardhiSearch,
#search{
    display: flex;
    align-items: center;
    background: var(--secondary-color);
    border-radius: 5px;
}
#mahardhiSearch > input,
#search > input {    
    background: var(--secondary-color);
    display: block;
    padding: 0 10px;
    color: var(--secondary-light-color);
    font-size: 14px;
    border: none;
}
#mahardhiSearch .btn-search,
#search .input-group-btn{
    width: auto;
    background: transparent;
}
#mahardhiSearch .btn-search button,
#search .input-group-btn button{
    padding: 12px;
    border: none;
    color: var(--primary-color);
    background: var(--secondary-color);
    border-radius: 5px;
}
#mahardhiSearch .btn-search button:hover,
#search .input-group-btn button:hover{
    color: var(--primary-hover-color);
}
#mahardhiSearch .btn-search button i,
#search .input-group-btn button i{
    font-size: 16px;
    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 {
    display: table-cell;
    vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
    width: 75px;
    padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .images img {
    border-radius: 5px;
}
.ui-autocomplete .mahardhi-search .product-detail {
    font-size: 14px;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
    color: var(--secondary-light-color);
    text-decoration: line-through;
    margin-left: 10px;
}
#mahardhiSearch select.form-control.input-lg {
    padding: 2px 30px 2px 20px;
    line-height: 1.42857143;
    color: var(--primary-color);
    background: var(--background-color);
    min-width: 198px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}
.category-search{
    position: relative;
}
.category-search:after {
    content: '\f107';
    font-family: 'fontawesome';
    position: absolute;
    right: 20px;
    line-height: 50px;
    color: var(--primary-color);
    z-index: 11;
}

/*header right*/
.header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-links > div {
}
.header-links > .header_cart {
}

/*account*/
#header_ac button{
    text-align: left;
    text-transform: capitalize;
    color: var(--primary-color);
}

/* Wishlist */
.wishlist-header #wishlist-total i {
    font-size: 22px;
    display: block;
}

/*cart*/
.header_cart {
    position: relative;
}
#cart {
    vertical-align: top;
}
#cart > .btn {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    box-shadow: none;
}
#cart > .btn:hover {
    color: var(--primary-hover-color);
}
#cart-total {
     background: var(--primary-hover-color);
    color: var(--secondary-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    line-height: 12px;
    padding: 1.5px 4.6px;
    position: absolute;
   right: 25px;
    top: 32px;
    font-size: 12px;
}
#cart > .btn:before{
    content: "\e951";
    font-family: 'Mahardhi-Fonts';
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#cart .dropdown-menu {
    overflow: hidden;
    display: none;
    z-index: 1001;
    margin: 0;
    padding: 0px;
    width: 300px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-top: 2px solid var(--primary-hover-color);
}
#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: 10px 20px;
}
.product-cart-empty {
    padding: 20px 0;
}
.header_cart i.fa.fa-shopping-cart {
    display: none;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 285px;
    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;
    width: 75px;
}
#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;
    border: 1px solid var(--border-color);
}
#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;
    display: inline-block;
    font-size: 16px;
}
.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 only screen and (max-width: 1199px){
    .search-btn i,
    #header_ac i,
    #cart > .btn {
        font-size: 16px;
        padding: 22px;
    }
    #cart > .btn:before {
        font-size: 16px;
    }
    #logo {
        padding: 15px 20px;
    }
    #logo img {
        width: 108px;
    }
    #cart-total {
        top: 12px;
        right: 12px;
        padding: 1px 4.6px;
    }
}
@media only screen and (max-width: 991px){
    .search-btn i,
    #header_ac i,
    #cart > .btn {
        font-size: 14px;
        padding: 23px 18px;
    }
    #cart > .btn:before {
        font-size: 14px;
    }
    .header-inner{
        border-bottom: none;
        padding: 0;
    }
    #cart-total{
        right: 10px;
        top: 15px;
        padding: 1px 4px;
    }
}
@media (max-width: 767px){
    .top-right {
        float: unset;
        justify-content: center;
    }
}
@media (max-width: 540px){
    .top-right>div .dropdown-toggle{
        padding: 7px 0;
    }
    #logo {
        padding: 10px;
    }
    #logo img {
        width: 108px;
    }
    .search-btn i,
    #header_ac i,
    #cart > .btn {
        padding: 18px;
    }
    #cart-total{
        top: 9px;
        right: 9px;
    }
}
@media (max-width: 480px){  
    .top-right .currency ul.dropdown-menu{
        left: 0;
        right: auto;
    }
    .search-btn i,
    #header_ac i,
    #cart > .btn {
        padding: 18px 8px;
    }
    #cart-total {
        right: 2px;
        top: 9px;
    }
}
@media (max-width: 425px){
    #cart .dropdown-menu{
        right: -40px;
    }
    .search-down{
        right: -105px;
    }
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
.header-center {
    text-align: center;
}
#menu {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    min-height: unset;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
#menu .nav > li > a {
    padding: 40px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    color:#000;
    background: transparent;
    text-transform: capitalize;
}
#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: 16px;
    text-transform: capitalize;
}
#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 .column-1 .dropdown-inner li.dropdown-submenu:hover > .fa {
    color: var(--primary-hover-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 .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: 16px;
        font-weight: 400;
        text-transform: capitalize;
        min-width: 180px;
        text-align: left;
    }
    #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: 180px;
        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: 125px;
        padding: 10px 0;
        visibility: hidden;
        background: var(--secondary-color);
        border: none;
        border-top: 2px solid var(--primary-hover-color); 
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        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);
    }
    #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 {
        padding: 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: 16px;
        font-weight: 600;
        margin: 0 10px 5px;
        padding: 5px 0 5px 0;
    }
    #menu ul.nav .item-column ul.list-unstyled li a {
        padding-left: 0;
        padding-right: 0;
        margin: 0 10px;
    }
    #menu .nav > li:hover > a{
        color: var(--primary-hover-color);
    }
}
@media (max-width: 1440px) {
    #menu .nav > li > a {
        padding: 40px 15px;
    }
}

@media (max-width: 1320px) {
    #menu .nav > li > a {
        font-size: 14px;
        padding: 20px 10px;
    }
}
@media (max-width: 991px) {
    #menu{
        padding: 21px 14px;
    }
    #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 {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    .menu-close {
        background: var(--primary-hover-color);
        color: var(--secondary-color);
        padding: 12px 15px;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .menu-close i{
        line-height: 20px;
        font-size: 12px;
    }
    #menu li i{
        font-size: 14px;
    }
    #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: 99;
        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: 1px;
        background: var(--secondary-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: 5px;  background:#000;
    }
    #menu .btn-navbar span:before {
        top: -5px;  background:#000;
    }
    #menu .btn-navbar span {
        position: absolute;
        width: 16px;
        height: 1px;
        background:#000;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }
    #menu .nav > li > a,
    #menu #topCategoryList .dropdown-inner a{
        color: var(--primary-color);
        font-weight: 400;       
        padding: 6px 30px 6px 15px;
        display: block;
        font-size: 14px;
        text-transform: capitalize;
    }
    #menu .nav > li > a,
    #menu #topCategoryList .menu_drop > .dropdown-inner > li > a {
        font-size: 14px;
    }
    #menu .nav > li:hover > a,
    #menu #topCategoryList .menu_drop > .dropdown-inner > li:hover > a {
        color: var(--primary-hover-color);
    }
    #menu #topCategoryList ul {
        float: none;
        display: block;
        text-align: left;
        margin: 0;
        background: transparent;
    }
    #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 10px;
    }
    #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 10px;
    }
    #topCategoryList li .toggle-menu {
        position: absolute;
        right: 0;
        top: 0;
        padding: 9px 10px;
        color: var(--primary-color);
    }
    #topCategoryList .dropdown-submenu > .fa {
        display: none;
    }
    #topCategoryList ul li {
        float: none;
    }
    #topCategoryList #more_cat {
        display: none;
    }
    #menu .btn-navbar {
        display: block;
        margin: 0;
        border: none;
    }
    .category-list .menu-item.dropdown .dropdown-menu {
        position: relative;
        box-shadow: none;
        width: 100%;
        border: none;
        padding: 0 15px;
        float: none;
    }
    #menu #topCategoryList > ul {
        margin: 0 0 10px;
    }
}
@media (max-width: 540px){
    #menu{
            padding: 16px 14px;
        }
}
@media (max-width: 480px){
    #topCategoryList {
        max-width: 280px;
    }
    #menu {
        padding: 16px 8px;
    }
}

/*----------------------------------------------*/
/* slider start */
/*----------------------------------------------*/
.common-home .swiper-viewport {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
}

/*----------------------------------------------*/
/* HTML banners */
/*----------------------------------------------*/
.html1 .html1-inner > div > div {
    position: relative;
    overflow: hidden;
}
.html1 .inner2 {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner2 .promo-title {
    font-size: 30px;
    font-weight: 600;
    margin: 12px 0 30px;font-family: "Crimson Text", serif;
    color: var(--secondary-color);
    text-transform: none;
}
.inner2 .promo-sale {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-hover-color);
}
.inner2 .button {
    border: none;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms
}
.inner2 .button:hover {
    background: var(--secondary-hover-color);
}

/* html2 */
.html2 .promo-desc {
    font-size: 18px;
    line-height: 24px;font-weight: 100;
    color: var(--secondary-light-color);
    margin: 0;
}
.html2 .inner2 {
    position: relative;
}
.html2 .banner3 img {
    margin: 0 0 0 auto;
}
.html2 .banner4 img {
    position: relative;
    margin: -230px 0 0 0;
}
.html2 .banner4 img:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 50%;
    right: 50%;
    display: block;
    background: var(--secondary-color);
    opacity: 0.5;
}
.html2:hover .banner4 img:after {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

@media (min-width: 992px){
    .inner1 img{
        max-width: 100%;
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .banners:hover .inner1 img{
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
}
@media only screen and (max-width: 1440px){
    .inner2 .button{
        padding: 5px 15px;
    }
}
@media only screen and (max-width: 1199px){
    .html2 .inner2 img {
        width: 80%;
    }
    .html2 .banner4 img {
        margin: -160px 0 0 0;
    }
}
@media only screen and (max-width: 991px){
    .html1 .col-xs-6,
    .html2 .col-xs-6 {
        padding: 0 5px;
    }
    .html1 .row,
    .html2 .row {
        margin: 0 -5px;
    }
    .html1 .inner2 .promo-title {
        font-size: 16px;
        margin: 8px 0 10px;
    }
    .html1 .inner2 .promo-sale {
        font-size: 14px;
    }
    .html1 .inner2{
        left: 15px;
    }
    .inner2 .button{
        font-size: 12px;
        line-height: 14px;
    }
    .html2 .promo-desc {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 767px){
    .html2 .banners {
        display: flex;
        flex-direction: column-reverse;
    }
    .html2 .banners .col-xs-6 {
        width: 100%;
    }
    .html2 .inner1 {
        margin-top: 20px;
    }
    .html2 .inner2 img {
        width: 60%;
    }
    .html2 .banner4 img {
        margin: -200px 0 0 0;
    }
}
@media only screen and (max-width: 680px){
    .html1 .inner2 .promo-title {
        font-size: 14px;
        margin: 5px 0 7px;
    }
    .html1 .inner2 .promo-sale {
        font-size: 12px;
    }
    .inner2 .button {
        padding: 3px 10px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 540px){
    .html1 .html1-inner > div:nth-child(3){
        display: none;
    }
    .html1 .col-xs-4{
        width: 50%;
    }
    .html1 .inner2 {
        left: 10px;
    }
}
@media only screen and (max-width: 375px){ 
    .html1 .inner2 .promo-sale{
        display: none;
    }
    .html1 .inner2 {
        left: 5px;
    }
    .html1 .inner2 .promo-title {
        font-size: 12px;
        margin: 0px 0 7px;
    }
}

/*----------------------------------------------
/* buttons 
/*----------------------------------------------*/
.buttons {
    margin: 1em 0;
}
#tab-review .buttons {
    margin: 1em 0 0;
}
button{
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.btn {
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.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;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    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;
}
#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:hover,
.btn-default:active,
.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);
    background: var(--secondary-hover-color);
    box-shadow: none;
}
.btn-warning {
    color: var(--secondary-color);
    background-color: #faa732;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 400;
    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;
}
.btn-danger {
    color: var(--secondary-color);
    background-color: #da4f49;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    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;
}
.btn-success {
    font-weight: 400;
    color: var(--secondary-color);
    background-color: #5bb75b;
    background-repeat: repeat-x;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    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;
}
.btn-info {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    border: none;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    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;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    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;
}
.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-hover-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;
}

/* 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: var(--primary-hover-color);
}
@media (max-width: 991px){ 
    #cart .dropdown-menu li p .btn,
    .btn-default,
    .btn-primary,
    .btn-info,
    .btn-danger{
        padding: 7px 20px;
    }
}

/*----------------------------------------------*/
/* 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;
    text-align: left;
    font-size: 36px; font-family: "Crimson Text", serif;
    padding: 0 0 20px;
    margin: -5px 0 30px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    line-height: 40px;
    color: var(--primary-color);
}
.btn_search{display: none}
.page-title h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: var(--primary-hover-color);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.page-title:hover h3:after {
    width: 100px;
}
.owl-item .product-thumb{
    background: #f2f2f2;
    border-radius: 16px;
    border: 1px solid #fff
}
.product-thumb{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #f2f2f2;
    border-radius: 16px;
    border: 1px solid #eee
}
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 30px 30px 0 30px;
    border-radius: 16px 16px 0 0;
    background: var(--secondary-color);
}
.product-thumb .image a {
    display: block;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 16px 16px 0 0;
}
.product-thumb .button-group{   
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    opacity: 0;
    width: fit-content;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.product-thumb:hover {
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.product-thumb:hover .button-group{  
    bottom: 10px; 
    opacity: 1;
}
.product-thumb .button-group button {
    font-size: 16px;
    padding: 0;
    bottom: 0;
    height: 44px;
    width: 44px;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: var(--secondary-hover-color);
    color: var(--secondary-color);
    border: none;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    z-index: 1;
}
.product-thumb .button-group button:hover {
    box-shadow: none;
    background: var(--primary-hover-color);
}
.product-thumb .button-group button + button {
    margin-left: 10px;
}
.product-thumb .button-group button i{
    display: block;
}
.product-thumb .addcart {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    margin: auto;
    border: none;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 30px;
    border-radius: 5px;
    width: fit-content;
    text-align: center;
    text-transform: uppercase;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.product-thumb .addcart i {
    font-size: 20px;
    margin-right: 10px;
}
.product-thumb .addcart:hover{
    background: var(--secondary-hover-color);
}
.product-thumb:hover .addcart {
    opacity: 1;
}
.sale-text {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    top: 0;
    left: 0;
    padding: 5px 11px;
    line-height: 20px;
    z-index: 1;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
.sale-text span::before {
    content: "";
    position: absolute;
    border-bottom: 15px solid var(--primary-hover-color);
    border-right: 15px solid transparent;
    right: -15px;
    top: 0;
}
.sale-text span::after {
    content: "";
    position: absolute;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--primary-hover-color);
    right: -15px;
    bottom: 0;
}
.product-thumb .description {
    color: var(--secondary-light-color);
    line-height: 24px;
    margin: 13px 0 0;
    font-size: 16px;
}
.thumb-description {
    position: relative;
    border-top: 1px solid var(--border-color);
    overflow: hidden;
}
.product-list .thumb-description {
    overflow: hidden;
    border-top: 0;
}
.product-thumb .caption {
    padding: 20px 30px 17px;
    position: relative;
    text-align: center;
    -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-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.product-thumb:hover .product-title,
.product-thumb:hover .price-rating {
    opacity: 0;
}
.product-thumb .price {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
}
.product-thumb .price-new {
    margin-right: 5px;
}
.product-thumb .price-old {
    text-decoration: line-through;
    display: inline-block;
    font-size: 15px;
    color: var(--secondary-light-color);
    line-height: 20px;
}
.product-thumb .product-title {
    margin: 0;    min-height: 114px;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.product-thumb .product-title a{
    text-transform: capitalize;
      font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 0 0 17px;
    margin: 0 0 15px;
    border-bottom: 1px solid var(--border-color);
}
.product-thumb .price-tax{
    display: none;
}
.product-thumb .rating{
    font-weight: 400;
    font-size: 0;color: #000;
    line-height: 16px;    display: flex
;
}
.product-list .product-thumb{
    border: 1px solid var(--border-color);
    background: var(--secondary-color);
}
.product-list .product-thumb .image{
    border: none;
}
.product-list .product-thumb .product-title a,
#column-left .product-thumb .product-title a,
#column-right .product-thumb .product-title a {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
}
#column-left .product-thumb .product-title a,
#column-right .product-thumb .product-title a {
    margin: 0 0 13px;
}
.product-list .product-thumb .price-rating,
#column-left .product-thumb .price-rating,
#column-right .product-thumb .price-rating {
    flex-direction: column;
    align-items: flex-start;
    opacity: 1;
}
.product-list .product-thumb .button-group button i{
    display: block;
}
.product-thumb .all-btn,
.product-thumb .btn-list,
.product-list .product-thumb .image .button-group,
.product-list .product-thumb .caption > .addcart {
    display: none;
}
#column-left .product-thumb .thumb-description .rating,
#column-right .product-thumb .thumb-description .rating{
    margin: 13px 0 0;
}
.product-list .product-thumb .thumb-description .rating{
    margin: 16px 0 0;
}
.product-list .product-thumb .all-btn{
    display: flex;
    align-items: center;
    margin: 17px 0 0;
}
.product-list .product-thumb .product-title,
#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title {
    opacity: 1;
}
.product-list .product-thumb .btn-list{
    position: unset;
    opacity: 1;
    display: block;
    margin: 0;
}

/*product hover */
.product-thumb .hover-img {
    display: none !important;
}
.product-thumb:hover .hover-img {
    display: none !important;
}

/*product tab*/
.product-tab-block {
    position: relative;
}
.mahardhi-tabs {
    position: absolute;
    top: 14px;
    right: 115px;
}
.mahardhi-tabs .nav-tabs {
    border: none;
}
.mahardhi-tabs .nav-tabs>li> a{
    display: inline-block;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    border: none;
    line-height: 20px;
    color: var(--primary-color);
    background: transparent;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.mahardhi-tabs .nav-tabs>li + li {
    margin: 0 0 0 10px;
}
.mahardhi-tabs .nav-tabs>li> a:hover,
.mahardhi-tabs .nav-tabs>li> a:focus,
.mahardhi-tabs .nav-tabs>li> a.selected{
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    border: none;
}
.mahardhi-tabs .nav-tabs li {
    margin: 0;
}
.product-list .product-thumb .all-btn .addcart{
    position: unset;
    opacity: 1;
    margin: 0 10px 0 0;
    transform: unset;
}
#button-cart i,
#quick-cart i {
    padding: 0 9px 0 0;
}

@media (max-width: 1600px){
    .product-thumb .caption {
        padding: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .product-grid .product-thumb .price-rating {
        flex-direction: column-reverse;
    }
    .product-grid .product-thumb .product-title a {
        padding: 0;
        margin: 0 0 10px;
        border: none;
    }
    .product-grid .product-thumb .price {
        margin-top: 4px;
    }
}
@media (max-width: 1199px){
    #column-left .product-thumb .product-title a,
    #column-right .product-thumb .product-title a {
        margin: 0 0 7px;
    }
    #column-left .product-thumb .thumb-description .rating,
    #column-right .product-thumb .thumb-description .rating {
        margin: 7px 0 0;
    }
}
@media (max-width: 991px){
    .page-title h3{
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 20px;
        padding: 0 0 10px;
    }
    .mahardhi-tabs .nav-tabs>li> a{
        padding: 4px 15px;
        font-size: 14px;
    }
    .mahardhi-tabs .nav-tabs>li + li {
        margin: 0 0 0 5px;
    }
    .mahardhi-tabs {
        top: 5px;
        right: 85px;
    }
    .product-thumb {
        margin-bottom: 20px;
    }
    .brand .col-sm-12,
    .category-layout,
    .product-layout,
    #category-blogs .blog-layout {
        padding: 0 5px;
    }
    .brand .row,
    .category-featured .row,
    .box .row,
    .mblog .box-content > .row,
    .testimonial-block .row {
        margin: 0 -5px;
    }
    .product-thumb .caption {
        padding: 10px;
    }
    .product-thumb:hover .product-title,
    .product-thumb:hover .price-rating {
        opacity: 1;
    }
    .product-thumb .product-title a{
        font-size: 13px;
        margin: 0 0 8px;
        padding: 0;
        border: none;
    }.product-thumb .product-title {
    margin: 0;
    min-height: 92px;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
    .product-list .product-thumb .product-title a,
    #column-left .product-thumb .product-title a,
    #column-right .product-thumb .product-title a {
        margin: 0 0 8px;
    }
    .product-list .product-thumb .thumb-description .rating {
        margin: 10px 0 0;
    }
    .product-thumb .price{
        font-size: 16px;
    }
    .product-thumb .price-old{
        font-size: 14px;
    }
    .product-thumb .addcart{
        position: unset;
        opacity: 1;
        transform: none;
        padding: 7px 20px;
    }
    .product-thumb .addcart i {
        font-size: 16px;
    }
    .product-thumb .price-rating {
        margin-bottom: 8px;
    }
    .sale-text{
        font-size: 11px;
        height: 20px;
        line-height: 20px;
        padding: 0;
    }
    .sale-text span::before{
        border-bottom: 10px solid var(--primary-hover-color);
        border-right: 10px solid transparent;
        right: -10px;
    }
    .sale-text span::after{
        border-right: 10px solid transparent;
        border-top: 10px solid var(--primary-hover-color);
        right: -10px;
    }
    .product-list .product-thumb .description{
        margin: 8px 0 0;
    }
    .product-thumb .button-group button{
        position: unset;
        height: 30px;
        width: 30px;
        font-size: 14px;
    }
    .product-thumb .button-group,
    .product-thumb:hover .price{
        opacity: 1;
    }
    .product-thumb .button-group{
        bottom: 10px;
    }
    .product-thumb .button-group button + button {
        margin-left: 5px;
    }
}
@media (max-width: 767px){
    .mahardhi-tabs {
        position: unset;
        margin-bottom: 20px;
    }
    .product-thumb .price-rating {
        flex-direction: column;
    }
    .product-thumb .price {
        margin: 0 0 7px;
    }
    .product-list .product-thumb .price {
        margin: 0;
    }
    .mahardhi-tabs .nav-tabs>li> a {
        padding: 4px 10px;
    }
    .product-thumb .addcart {
        padding: 7px 15px;
    }
    .product-thumb .addcart i {
        margin-right: 5px;
    }
}
@media (max-width: 680px){
    .product-list .product-thumb .image img{
        width: auto;
        margin: 0;
    }
    .special-image{
        width: auto;
        margin-right: 10px;
    }
    .product-list .product-thumb .product-title a{
        margin: 0 0 10px;
    }
    .product-list .product-thumb .thumb-description .rating{
        margin: 10px 0 0;
    }
}
@media (max-width: 480px){
    .page-title h3{
        font-size: 18px;
    }
    .mahardhi-tabs .nav-tabs>li> a {
        padding: 2px 10px;
        font-size: 12px;
    }
    .product-thumb .addcart i {
        display: none;
    }    
}

/*----------------------------------------------
/* swiper pager */
/*----------------------------------------------*/
.swiper-viewport .swiper-pager > div,
.owl-carousel.owl-theme .owl-nav div{
    padding: 0;
    margin: 0;
    opacity: 1;
    text-shadow: none;
    transition: all .3s ease;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    background: var(--secondary-hover-color); 
    color: var(--secondary-color);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.owl-carousel.owl-theme:hover .owl-nav div{
    opacity: 1;
}
.owl-carousel.owl-theme:hover .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,
.brand .swiper-button-prev:before,
.brand .swiper-button-next:before{
    content:"";
}
.owl-carousel.owl-theme .owl-nav .fa,
.swiper-viewport .fa{
    font-size: 20px;
    line-height: 40px;
    display: block;
    text-align: center;
}

/*carousel*/
.owl-carousel.owl-theme .owl-nav{
    margin-top: 0;
    position: absolute;
    text-align: center;
    right: 15px;
    top: -70px;
}
.testimonial-block .owl-carousel.owl-theme .owl-nav{
    top: -64px;
}
.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev{
    opacity: 1;
}
.swiper-viewport .swiper-pager .swiper-button-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.swiper-viewport .swiper-pager .swiper-button-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover{
    background: var(--primary-hover-color);
    border: none;
}
.brand .swiper-pager {
    top: -70px;
}
.brand .swiper-viewport .swiper-pager .swiper-button-prev,
.brand .swiper-viewport:hover .swiper-pager .swiper-button-prev{
    right: 50px;
    left: auto;
}
.brand .swiper-viewport .swiper-pager .swiper-button-next,
.brand .swiper-viewport:hover .swiper-pager .swiper-button-next{
    right: 0px;
    left: auto;
}

/*dots*/
.swiper-pagination span,
.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    background: var(--secondary-hover-color);
    box-shadow: none;
    margin: 0 3px;
}
.owl-theme .owl-dots .owl-dot.active span{
    border: none;
    height: 14px;
    width: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: var(--primary-hover-color);
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
}

/*slideshow*/
.slideshow {
    position: relative;
    overflow: hidden;    top: -148px;
}
.slideshow img{
    width: 100%;
}
.slideshow .swiper-pagination{
    display: none;
}
.slideshow .swiper-viewport .swiper-pager {
    top: unset;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    line-height: unset;
}
.slideshow .swiper-viewport .swiper-pager > div{
    position: relative;
    margin: 0 auto;
    opacity: 1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--secondary-hover-color);
    border: none;
    color: var(--secondary-color);
}
.slideshow .swiper-viewport .fa{
    line-height: 40px;
    color: var(--secondary-color);
}
.slideshow .swiper-viewport .swiper-pager > div:hover .fa{
    color: var(--secondary-color);
}
.slideshow .swiper-viewport .swiper-pager > div:hover{
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev{
    left: unset;
    float: left;
    margin-right: 10px;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
    right: unset;
}
@media (max-width: 1440px){
    .slideshow .swiper-viewport .swiper-pager {
        bottom: 30px;
    }
}
@media (max-width: 991px){
    .slideshow .swiper-pagination{
        display: block;
        bottom: 10px;
    }
    .slideshow .swiper-pager{
        display: none;
    }
    .brand .swiper-pager {
        top: -50px;
    }
    .brand .swiper-viewport .swiper-pager .swiper-button-prev,
    .brand .swiper-viewport:hover .swiper-pager .swiper-button-prev {
        right: 33px;
    }
    .owl-carousel.owl-theme .owl-nav {
        right: 5px;
    }
    .swiper-viewport .swiper-pager > div,
    .owl-carousel.owl-theme .owl-nav div {
        height: 28px;
        width: 28px;
    }
    .owl-carousel.owl-theme .owl-nav .owl-next {
        margin-left: 5px;
    }
    .swiper-viewport .fa,
    .owl-carousel.owl-theme .owl-nav .fa {
        font-size: 18px;
        line-height: 28px;
    }
    .owl-carousel.owl-theme .owl-nav,
    .testimonial-block .owl-carousel.owl-theme .owl-nav {
        top: -45px;
    }
}

/*----------------------------------------------*/
/* brand */
/*----------------------------------------------*/
.brand {
    background: var(--background-color);
    padding: 60px 0;
}
.brand .swiper-slide > div{
    padding: 30px 0;
    background: var(--secondary-color);
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.brand .swiper-container {
    padding: 10px 0;
    margin: -10px 0;
}
@media (max-width: 1440px) {
    .brand {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .brand {
        padding: 10px 0 30px;
    }
    .brand .swiper-slide > div {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .brand {
        padding: 0 0 20px;
    }
}
@media (max-width: 480px) {
    .brand .swiper-slide > div {
        padding: 15px 0;
    }
}

/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.mblog {
    background: var(--background-color);
    padding-top: 60px;
}
.mblog .owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
    margin-bottom: -10px;
}
.link_info {
    position: relative;
}
.blog-block{
    margin-bottom: 30px;
    position: relative;    
}
.blog-category .blog-block {
    margin-bottom: 60px;
}
.zoom-post {
    opacity: 0;
    position: absolute;
    top: 10px;
    right: -36px;
    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;
}
.blog-block .zoom-post a::before {
    bottom: 10px;
    display: block;
    margin: 0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    border: none;
    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;
}
.blog-block .zoom-post .hover-post::before{
    margin: 5px 0 0;
}
.blog-block .zoom-post a:hover::before{
    background: var(--secondary-hover-color);
    color: var(--secondary-color);
}
.blog-block .zoom-post a::before{
    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::before,
.blog-block .hover-post:before{
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0;
    display: block;
    text-align: center;
}
.blog-block .hover-zoom::before{
    content: "\f002";
}
.blog-block .hover-post:before {
    content: '\f0c1';
}
.blog-block .blog-description {
    left: 0;
    right: 0;
    position: absolute;
    bottom: -30px;
    text-align: center;
    margin: 0 30px;
    background: var(--secondary-color);
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.blog-block:hover .blog-description {
    padding: 30px;
}
.blog-block .date-title {
    display: flex;
    align-items: center;
    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 .date-title,
.blog-text,
.blog-read {
    display: none;
}
.blog-block:hover .blog-text,
.blog-block:hover .blog-read {
    display: block;
}
.product-list .blog-block.product-thumb .image {
    box-shadow: none;
    margin: 0;
}
.blog-block h4,
h3.article-page-title{
    margin: 0 auto;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
h3.article-page-title{
    margin: 13px 0 0;
}
.blog-info .image {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    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 .blog-info {
    background: var(--primary-color);
}
.blog-block:hover .blog-info .image img {
    opacity: 0.2;
}
.block-date {
    padding: 8px 10px;
    font-size: 16px;
    line-height: 20px;
    min-width: 60px;
    min-height: 60px;
    display: inline-block;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
.block-day {
    font-size: 18px;
}
.blog-read.btn {
    padding: 10px 30px;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    width: fit-content;
    margin: 0 auto;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.blog-read:hover {
    background: var(--primary-color);
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category .blog-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.caption-blog  p,
.info_blog p{
    margin: 20px 0 0;
}
.blog-block img{
    width: 100%;
}
.blog-text {
    color: var(--secondary-light-color);
    margin: 0 0 24px;
    line-height: 24px;
    font-size: 16px;
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
.article-container .singblog-description {
    background: var(--secondary-color);
    padding: 10px 0 0;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
.article-container .blog-block {
    margin-bottom: 0;
}
#content-blogs .thumbnails .thumbnail {
    border: unset;
    margin: 0;
    padding: 0;
}
.article-container .leave-block {
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.article-container .leave-hedding {
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    padding: 15px 20px;
    line-height: 20px;
    margin: 0;
    background: transparent;
    color: var(--primary-color);
}
.article-container .leave-hedding:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: var(--primary-hover-color);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
h3.article-page-title{
    margin: 13px 0 0;
}
.article-container .page-title {
    margin-bottom: 30px;
}
.article-container .post-comment .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 + li {
    padding-top: 10px;
}
.comment_cust .comment-text .user_img {
    float: left;
    height: 60px;
    width: 60px;
    background-color: var(--background-color);
    text-align: center;
    color: var(--primary-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-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;
    text-transform: capitalize;
    font-size: 16px;
}
.comment_cust .comment-desc .date {
    color: var(--secondary-light-color);
}
.comment-dis {
    color: var(--secondary-light-color);
    line-height: 22px;
}
#post_comment{
    background: var(--secondary-color);
    padding: 30px 30px 1px;
    border-radius: 0 0 5px 5px;
}
.comment_cust {
    padding: 10px;
    background: var(--secondary-color);
    border: none;
}
.comment-text {
    padding: 20px;
    border: 1px solid var(--border-color);
}
.singblog-description .blog-text {
    display: block;
    margin: 10px 0 0;
}

@media (min-width: 992px){
    .blog-block:hover .zoom-post {
        opacity: 1;
        right: 10px;
    }
}
@media (max-width: 1440px){
    .mblog {
        padding-top: 50px;
    }
    .blog-block:hover .blog-description {
        padding: 15px;
    }
    .blog-category .blog-block h4{
        font-size: 16px;
    }
    .blog-category .block-date {
        font-size: 14px;
        line-height: 15px;
        min-width: 44px;
        min-height: 44px;
    }
}
@media (max-width: 1199px){
    .blog-block h4, h3.article-page-title{
        font-size: 16px;
    }
    .blog-text{
        margin: 0 0 10px;
    }
    .blog-read.btn {
        padding: 7px 20px;
    }
}
@media (max-width: 991px){
    .mblog {
        padding-top: 30px;
    }
    .blog-info .image {
        margin: 0;
    }
    .link_info {
        padding-bottom: 10px;
    }
    .blog-category .blog-block {
        margin-bottom: 20px;
    }
    .blog-block:hover .blog-info .image img {
        opacity: 1;
    }
    .blog-block:hover .date-title {
        display: flex;
    }
    .blog-block .blog-description {
        position: unset;
        margin: 0;
    }
    .blog-block:hover .blog-description {
        padding: 0;
    }
    .block-date{
        line-height: 15px;
        min-width: 40px;
        min-height: 40px;
        padding: 5px 10px;
        font-size: 12px;
    }
    .block-day {
        font-size: 16px;
    }
    .blog-read.btn {
        font-size: 14px;
    }
    .blog-text,
    .blog-read.btn {
        display: block;
    }
    .blog-block{
        margin-bottom: 20px;
    }
    .article-container .page-title {
        margin-bottom: 15px;
    }
    .article-container .leave-hedding{
        padding: 10px 15px;
        font-size: 14px;
    }
    .blog-block .zoom-post a::before{
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .blog-text{
        margin: 5px 10px 10px;
        font-size: 14px;
    }
    #post_comment{
        padding: 15px 15px 1px;
    }
    .singblog-description .blog-text {
        margin: 8px 0 0;
    }
    .article-container .singblog-description {
        padding: 5px 0 0;
    }
    .zoom-post{
        opacity: 1;
        right: 5px;
        top: 5px;
    }
}
@media (max-width: 767px){
    .mblog {
        padding-top: 20px;
    }
    .blog-category.col-xs-6 {
        width: 100%;
    }
}
@media (max-width: 540px){
    .comment-text {
        padding: 10px;
    }
    .comment_cust .comment-desc {
        padding-left: 70px;
    }
}

/*----------------------------------------------*/
/* Start Testimonial */
/*----------------------------------------------*/
.testimonial-block .owl-carousel .owl-stage-outer {
    margin: -10px 0;
    padding: 10px 0;
}
.testimonial-block {
    background: var(--background-color);
    padding: 60px 0 90px;
}
.row-items {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.testimonial-images img{
    margin: 0;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-content {
    position: relative;
    padding: 27px 36px 30px 36px;
    text-align: center;
    background: var(--secondary-color);
    border-left: 3px solid var(--primary-hover-color);
    margin: -80px 0 0 150px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 18px 0 0;
    color: var(--secondary-light-color);
}
.testimonial-author {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    color: var(--primary-hover-color);
}
.testimonial-text i {
    color: var(--border-color);
}
.testimonial-text p {
    margin: 0;
}
.testimonial-customer {
    margin-bottom: 15px;
    color: var(--secondary-light-color);
}
.slideTestimonial .testimonial-text p::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 80px;
    height: 3px;
    background: var(--primary-hover-color);
}
@media only screen and (max-width: 1440px){
    .testimonial-block {
        padding: 60px 0 110px;
    }
}
@media only screen and (max-width: 1199px){
    .testimonial-block {
        padding: 50px 0 100px;
    }
}
@media only screen and (max-width: 991px){
    .testimonial-block {
        padding: 30px 0;
    }
    .row-items{
        padding: 0 5px;
    }
    .testimonial-content {
        padding: 20px;
        margin: -60px 0 0 100px;
    }
    .testimonial-author {
        margin: 0 0 4px;
    }
    .testimonial-customer {
        margin-bottom: 8px;
    }
    .testimonial-text {
        padding: 15px 0 0;
    }
}
@media only screen and (min-width: 1440px){
#product-category .product-layout {
width:20%;
}
}

@media only screen and (max-width: 767px){
    .testimonial-block {
        padding: 20px 0;
    }
    .testimonial-images img{
        margin: 10px auto;
    }
    .testimonial-content {
        margin: 0 50px;
    }
    .testimonial-author {
        font-size: 16px;
        margin: 0 0 3px;
    }
}
@media only screen and (max-width: 540px){
    .testimonial-images img{
        width: 130px !important;
    }
    .testimonial-content {
        padding: 15px;
        margin: 0 20px;
    }
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.subscribe-form {
    position: relative;
    border-bottom: none;
    max-width: 450px;
}
.news-description{
    color: var(--secondary-light-color);
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 28px;
}
.subscribe-form #newsletter_usr_email{
    height: 50px;
    font-size: 16px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    background: transparent;
    color: var(--secondary-light-color);
}
.subscribe-form #newsletter_usr_email::placeholder{
    color: var(--secondary-light-color);
}
.subscribe-btn {
    border: none;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    padding: 10px 30px;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 5px;
    text-transform: uppercase;
}
.subscribe-btn:hover{
    background: var(--secondary-hover-color);
}
@media only screen and (max-width: 991px){
    .subscribe-form #newsletter_usr_email{
        height: 34px;
        padding: 5px 10px;
    }
    .subscribe-btn{
        padding: 7px 20px;
        margin-top: 20px;
    }
    .news-description{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 540px){
    .html2 .banner4 img {
        margin: -130px 0 0 0;
    }
}
@media only screen and (max-width: 425px){
    .html2 .banner4 img {
        margin: -100px 0 0 0;
    }
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
.common-home footer.mt-60 {
    margin-top: 30px;
}
footer {
    position: relative;
    background:#333;
}
footer h5,
footer h4{
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 14px;
    line-height: 20px;
    position: relative;
    font-weight: 600;
    color: var(--secondary-color);
}
footer .col-sm-2 a {
    font-size: 16px;
    padding: 8px 0;
    display: block;
    color: #dddddd;
}
footer a:hover,
footer a:focus {
    color: var(--primary-hover-color);
}
footer .footer-top{
    display: flex;
}

/* footer left */
.footer-desc{
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0;
    color: #dddddd;
}
footer .position-footer-left h5{
    margin: 0 0 17px;
}
footer .position-footer-right h5{
    margin: 0 0 20px;
}
.position-footer-left{
    margin: 60px 31px 60px 0;
}
.position-footer-right,
footer .footer-content {
    margin: 60px 0;
}

/* footer right */
.position-footer-right li > div{
    display: flex;
    margin: 8px 0;
    line-height: 24px;
    font-size: 16px;
}
.position-footer-right li > div.payment-link{
    display: block;
    line-height: 24px;
    font-size: 16px;
    margin: 19px 0 0;
}
.position-footer-right li .contact_site a{
    padding: 0;
    display: initial;    
    color: #dddddd;
}
.contact_title {
    text-transform: capitalize;
    margin-right: 5px;
    color: var(--primary-hover-color);
}
.contact_site {
    color: #dddddd;
}

/* footer bottom*/
.footer_bottom {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(229, 229, 229, 0.4);
}
footer .footer_bottom p{
    margin: 0;
    font-size: 16px;
    color: var(--secondary-color);
}
footer .footer_bottom p a{ 
    color: var(--secondary-color);
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}

/* social media*/
.position-footer-left li .social-media {
    margin: 26px 0 0;
}
.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 10px;
}
.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 (max-width: 1199px){
    footer .footer-top > div + div{
        padding: 0 15px;
    }
    .position-footer-left,
    .position-footer-right, footer .footer-content {
        margin: 50px 0;
    }
    .footer_aboutus img{
        width: 120px;
    }
    .social-media a + a {
        margin: 0 0 0 6px;
    }
}
@media (max-width: 991px){
    .common-home footer.mt-60 {
        margin-top: 10px;
    }
    footer .footer-top {
        display: block;
        padding: 10px 0;
    }
    .position-footer-left, .position-footer-right, footer .footer-content{
        margin: 0;
    }
    .footer_aboutus img {
        width: 100px;
    }
    .footer-desc{
        margin: 8px 0 10px;
    }
    .social-media .list-unstyled {
        display: block!important;
        text-align: center;
    }
    .footer_bottom{
        padding: 10px 0;
    }
    footer h5,
    footer h4,
    footer .position-footer-right h5{
        margin: 0 0 10px;
        font-size: 14px;
    }
    footer .position-footer-left h5{
        margin: 0;
    }
    .footer-top .col-sm-2,
    .footer-top .col-sm-3,
    .footer-top .col-sm-4{
        width: 100%;
        float: unset;
        margin: 10px 0;
        border: none;
    }
    footer .col-sm-2 a, 
    footer .col-sm-3 a{
        padding: 4px 0;
    }
    .position-footer-right li > div{
        margin: 4px 0;
    }
    .position-footer-right li > div.payment-link{
        margin: 10px 0 0;
    }
    .social-media {
        margin: 0 0 20px;
    }
    footer .footer_bottom p{
        font-size: 14px;
    }
    .social-media a i{
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service-box {
    margin-top: -30px;
}
.service-item {
    position: relative;
}
.service {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 9px 10px 9px 50px;
    background: var(--secondary-color);
    border: 1px solid var(--border-color);
}
 .service-icon {
    font-size: 40px;
    min-width: 40px;
    position: relative;
    margin-right: 30px;
    color: var(--primary-hover-color);
    background: var(--secondary-color);
    z-index: 1;
    overflow: hidden;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.service:hover .service-icon {
    color: var(--secondary-hover-color);;
}
.service .service-content {
    position: relative;
}
.service .promo-title {
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--primary-color);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.service .promo-desc {
    position: absolute;
    top: 20px;
    width: max-content;
    color: var(--secondary-light-color);
    display: block;
    font-size: 16px;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.service:hover .promo-title {
    transform: translateY(-20px);
    opacity: 0;
}
.service:hover .promo-desc {
    opacity: 1;
    top: 0;
}
@media (max-width: 1600px){
    .service {
        flex-direction: column;
        padding: 10px;
    }
    .service-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .service .service-content {
        width: 100%;
    }
    .service .promo-title {
        text-align: center;
    }
    .service .promo-desc {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media (max-width: 1440px){
    .service-box {
        margin-top: -50px;
    }
}
@media (max-width: 991px){
    .service-box {
        margin-top: 30px;
    }
    .service-item.col-sm-3.col-xs-6{
        padding: 0 5px;
    }
    .service .service-icon{
        height: 24px;
        width: 24px;
        min-width: unset;
        font-size: 24px;
        line-height: 24px;
    }
    .service .promo-title{
        font-size: 14px;
    }
    .service .promo-desc{
        font-size: 12px;
    }
}
@media (max-width: 767px){
    .service-box {
        margin-top: 20px;
    }
    .service-box .promo-item .col-sm-3:nth-child(2n+1){
        clear: left;
    }
    .service-box .promo-item .col-sm-3:nth-child(3),
    .service-box .promo-item .col-sm-3:nth-child(4) {
        margin-top: 10px;
    }
    .service .service-icon{
        margin-bottom: 10px;
    }
    .service:hover .promo-title {
        transform: translateY(-10px);
    }
}
@media (max-width: 425px){
    .service .promo-title {
        font-size: 12px;
    }
    .service .promo-desc {
        font-size: 10px;
        line-height: 14px;
    }
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-weight: 600;
    line-height: 20px;
    display: block;
}

body:not(.common-home) #content > .page_title {
    display: none;
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {background: url(breadcrumb2.jpg);
    background-size: cover;
    margin: 30px 0;
    padding: 155px 0 50px 0;
    margin-top: -149px;
}
.breadcrumb-container{
    padding: 15px;
}
.breadcrumb {
    padding: 0;
    border: none;
    background: transparent;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.breadcrumb > li {
    position: relative;
}
.breadcrumb a:hover,
.breadcrumb li:last-child a{
}
.breadcrumb > li + li:before {
    content: "/";
    color: var(--primary-color);
    padding: 0 8px 0 4px;
}
@media (max-width: 991px){
    .breadcrumb {
        font-size: 14px;
    }
    .breadcrumb-back{
        padding: 0;
        margin: 20px 0;
        text-align: center;
    }
    .breadcrumb-container{
        padding: 10px;
    }
    .page_title,
    .breadcrumb{
        float: unset;
    }
    .page_title {
        margin: 0 0 5px 0;
    }
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
#column-left > div,
#column-right > div {
    margin: 30px 0 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    float: unset;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
#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: 18px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    border: none;
    line-height: 20px;
    background: transparent;
    color: var(--primary-color);
}
#column-left h3:after,
#column-right h3:after,
#column-left .box-content h3:after,
#column-right .box-content h3:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--primary-hover-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-hover-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: 30px 20px;
    margin: 0;
    background: var(--secondary-color);
    border-radius: 0 0 5px 5px;
}
#column-left .row,
#column-right .row{
    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;
    text-transform: capitalize;
    color: var(--secondary-light-color);
    font-size: 16px;
}
.category-list .list-group-item {
    padding: 8px 13px 8px 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#selectMe-desk > li:last-child > a.list-group-item,
.account-content .list-group ul > li:last-child a,
.sidebar li:last-child{
    padding-bottom: 0;
}
.category-list .has-more-category .toggled {
    position: absolute;
    right: 0;
}
.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);
    text-transform: capitalize;
    margin: -4px 0 12px;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
}
.filter_box .checkbox,
.filter_box .checkbox .radio {
    margin: 9px 0;
}
.filter_box .list-group-item {
    border: none;
    padding: 0px;
    background: transparent;
}
.filter_box .list-group-items + .list-group-items {
    margin: 27px 0 0;
}
.checkbox label, .radio label {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--secondary-light-color);
}
#filter .panel-footer {
    text-align: left;
    padding: 0;
    background: transparent;
}

/*banner*/
#column-left .swiper-viewport,
#column-right .swiper-viewport{
    border: none;
}
#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-hover-color);
}
.account-content .list-group{
    margin: 0;
}

/*product*/
#column-left .product-thumb,
#column-right .product-thumb{
    margin: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}
#column-left .product-layout + .product-layout .product-thumb,
#column-right .product-layout + .product-layout .product-thumb {
    margin: 30px 0 0 0;
}
#column-left .product-layout,
#column-right .product-layout{
    width: 100%;
    padding: 0;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
    float: left;
    width: 75px;
    margin-right: 15px;
    border: 1px solid var(--border-color);
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 61.3%;
    border: none;
}
#column-left .sale-text,
#column-right .sale-text,
#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 .wishlist,
#column-right .product-thumb .wishlist {
    display: none;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price,
.product-list .product-thumb .price {
    opacity: 1;
}

#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title{
    margin: 5px 0 0;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    padding: 0;
    text-align: left;
}

@media (min-width: 1441px){
    #column-left,
    #column-right {
        width: 20%;
    }
    #content.col-sm-9{
        width: 80%;        background: #fff;
        padding: 50px;
        border-radius: 14px;
    }
    #content.col-sm-6{
        width: 60%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px){
    .product-grid.col-lg-3{
        width: 33.3333%;
    }
    .product-grid.col-lg-4{
        width: 50%;
    }
}
@media (min-width: 1441px) and (max-width: 1600px){
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        margin-right: 10px;
    }
    #column-left .product-thumb > .thumb-description, 
    #column-right .product-thumb > .thumb-description {
        float: left;
        width: 59.3%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px){
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image {
        width: 75px;
        margin-right: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        margin-right: 5px;
        width: 70px;
    }
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 57.9%;
    }
}
@media only screen and (max-width: 1199px){
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .category-list #selectMe-desk,
    .account-content .list-unstyled,
    .sidebar .list-unstyled {
        padding: 20px 15px;
    }
    #column-left .product-layout + .product-layout .product-thumb,
    #column-right .product-layout + .product-layout .product-thumb {
        margin: 20px 0 0 0;
    }
    #column-left h3,
    #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3{
        padding: 10px 15px;
    }
    #column-left h3:after,
    #column-right h3:after,
    #column-left .box-content h3:after,
    #column-right .box-content h3:after {
        left: 15px;
    }
    #column-left .product-thumb .price,
    #column-right .product-thumb .price{
        margin: 0;
    }
    #column-left .product-thumb .rating,
    #column-right .product-thumb .rating{
        margin: 8px 0 0 0;
    }
}
@media only screen and (max-width: 991px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description{
        width: 62.8%;
    }
    .toggled .toggle-open {
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        line-height: 1;
        transform: translateY(-50%);
    }
    .toggled .toggle-open .fa,
    .toggled .toggle-open .fa:before {
        display: block;
        line-height: 1;
    }
    #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: 10px 0 0;
    }
    #column-left .toggled .toggle-open,
    #column-right .toggled .toggle-open{
        right: 15px;
    }
    #column-left h3,
    #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3{
        font-size: 14px;
        padding: 8px 15px;
    }
    .category-list .list-group-item {
        padding: 5px 13px 5px 0;
    }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat-banner {
    border: none;
    padding:0;
    background: transparent;
    border-radius: 0;
    margin: 0 0 14px;
}
.cat-description p {
    margin: 0 0 24px;
    color: var(--secondary-light-color);
    line-height: 24px;
    font-size: 16px;
}
.cat_info {
    margin: 0 0 30px;
    background: var(--secondary-color);
    padding: 10px 20px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.refine-search {
    margin: 0 0 20px;
}
#content .refine-text {
    font-size: 18px;
    margin: 0 0 11px;
    font-weight: 400;
}
.cat-name {
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}
.cat-name li {
    display: inline-block;
}
.cat-name li a {
    font-size: 14px;
   background:var(--primary-hover-color);
    color: var(--secondary-color);
    padding: 7px 20px;
    display: inline-block;
    margin: 0 25px 10px 0;
    border: none;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.cat-name li a:hover{
    color: var(--secondary-color);
    background: var(--secondary-hover-color);
}
#list-view.btn-default,
#grid-view.btn-default {
    height: 40px;
    width: 40px;
    padding: 0;
    border: none; background: var(--secondary-hover-color);
    
    color: var(--secondary-color);
    box-shadow: none;
    border-radius: 50%;
}
#grid-view.btn-default {
    margin: 0 10px 0 0;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
    background: var(--primary-hover-color);
}
#list-view.btn-default i,
#grid-view.btn-default i{
    font-size: 16px;
    display: block;
}
#compare-total.btn.btn-link {
    text-decoration: none;
    font-size: 16px;
    outline: none;
    padding: 10px 0;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--primary-color);
}
#compare-total.btn.btn-link:hover{
    color: var(--primary-hover-color);
}
.cat-pagination-right {
    text-align: right;
}
.cat-pagination-right > div {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
}
.cat-pagination-right .cat-show {
    padding-left: 12px;
}
.text-right.show-text {
    padding: 0px 14px;
}
.text-right.show-text,
.text-right.show-select{
    width: auto;
    float: left;
}
.text_limit,
.text_sort{
    margin: 8px 0;
    font-size: 16px;
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat-pagination-right .form-control {
    padding: 4px 25px 4px 10px;
    font-size: 14px;
    margin: 0;
    height: 36px;
    background: transparent;
    border-color: var(--border-color);
}
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-grid .description,
.product-grid .pro_description {
    display: none;
}
.product-list .product-thumb .caption{
    padding: 27px 15px 10px 0;
    text-align: left;
}
.rating .fa-stack,
#tab-review .fa-stack{
    font-size: 8px;
}
.rating .fa-star-o,
#tab-review .fa-star-o{
    font-size: 13px;
    color: #f9cb15;
}
.rating .fa-star,
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o,
#tab-review .fa-star{
    font-size: 13px;
    color: #f9cb15;
}
@media (min-width: 681px) {
    .product-list .product-thumb .image {
        float: left;
        margin-right: 30px;
        border-right: 1px solid var(--border-color);
    }
}
@media (max-width: 1199px){
    .cat-pagination-right .cat-show {
        padding-left: 0;
    }
    #list-view.btn-default,
    #grid-view.btn-default {
        height: 36px;
        width: 36px;
    }
    #grid-view.btn-default {
        margin: 0 5px 0 0;
    }
    #compare-total.btn.btn-link{
        padding: 8px 0;
    }
    .cat-pagination-right > div{
        padding: 0;
    }
    #compare-total.btn.btn-link{
        font-size: 14px;
    }
    .text_limit, .text_sort{
        font-size: 14px;
    }
    .cat_info{
        padding: 10px 15px;
    }
    .product-list .product-thumb .all-btn{
        margin: 10px 0 0;
    }
    .product-list .product-thumb .caption {
        padding: 15px 15px 10px 0;
    }
}
@media (max-width: 991px){
    .refine-search {
        margin: 0 0 10px;
    }
    .cat-name li a {
        font-size: 12px;
        padding: 4px 10px;
        margin: 0 10px 10px 0;
    }
    .cat_info {
        margin: 0 0 20px;
    }
    .cat-description p {
        margin: 0 0 13px;
    }
    .product-list .product-thumb .image{
        margin-right: 20px;
    }
}
@media (max-width: 767px){
    .cat-pagination-right{
        text-align: left;
        margin: 5px 0 0;
        padding: 0;
    }
}
@media (max-width: 680px) {
    .product-list .product-thumb .image{
        display: inline-block;
        margin: 0;
    }
    .product-list .product-thumb .caption {
        padding: 15px;
    }
}
@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;
    background: var(--secondary-color);
    padding: 12px 5px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.pro_pagination .text-left {
    line-height: 36px;
    float: left;
    font-size: 16px;
    color: var(--secondary-light-color);
}
.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-hover-color);
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-color: var(--primary-hover-color);
}
.pagination>li>a,
.pagination>li>span {
    color: var(--secondary-color);
    background-color: var(--secondary-hover-color);
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 16px;
    box-shadow: none;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.pagination>li+li>a,
.pagination>li+li>span{
    margin: 0 0 0 10px;
}
@media (max-width: 1199px){
    .pro_pagination{
        padding: 10px 0
    }
}
@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: 10px;
    }
    .pro_pagination .text-left{
        line-height: 20px;
    }
    .pagination>li>a,
    .pagination>li>span{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
@media (min-width: 1200px) {
    .col-lg-3 {
        width: 20% !important;
    }
}
/*----------------------------------------------*/
/* 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%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#product-page .product-additional {
    text-align: center;
    position: relative;
}
.quickview-container .pro-image,
#product-page .pro-image {
    margin: 0 0 30px 0;
    border: 1px solid var(--border-color);
}
#additional-carousel .image-additional a,
#quick-carousel .image-additional a {
    margin: 0 15px;
    display: block;
}
#additional-carousel{
     margin: 0 auto;
    position: relative;
    display: block;
    vertical-align: top;
    /* width: calc(100% - 26%); */
    background: #fff;
    padding: 21px 0 0 21px;
}
#additional-carousel img,
#quick-carousel img{
    border: 1px solid var(--border-color);    height: initial;
    width: 88px;
}
#additional-carousel.owl-carousel.owl-theme .owl-nav{
    position: unset;
    top: unset;
    left: unset;
    right: unset;
}
#additional-carousel .owl-nav > div{
    border: none;
    width: unset;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    height: fit-content;
    background: transparent;
}
#additional-carousel .owl-nav > div i{
    font-size: 20px;
    color: var(--primary-color);
}
#additional-carousel .owl-nav > div:hover i{
    color: var(--primary-hover-color);
}
#additional-carousel .owl-nav .owl-prev{
    left: -20px;
    right: auto;
}
#additional-carousel .owl-nav .owl-next{
    right: -20px;
    left: auto;
}
#quick-carousel .owl-nav div::before,
#quick-carousel .owl-nav div::after{
    display: none;
}
#quick-carousel {
    padding: 0 40px;
    margin-bottom: 20px;
}
#quick-carousel .owl-nav div {
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    border: none;
    color: var(--primary-color);
    width: auto;
    background: transparent;
    position: absolute;
}
#quick-carousel.owl-carousel.owl-theme .owl-nav{
    position: unset;
    margin: 0;
}
#quick-carousel .owl-nav div:hover{
    color: var(--primary-hover-color);
}
#quick-carousel .owl-nav .owl-prev{
    left: 30px;
    right: auto;
}
#quick-carousel .owl-nav .owl-next{
    right: 30px;
    left: auto;
}
#quick-carousel.owl-carousel.owl-theme .owl-nav .fa{
    font-size: 20px;
}
.right_info h1,
.quick-product-right h1 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 18px;
    font-weight: 500;
}
.right-info-inner{
     padding: 33px;
    background: #fff;
}
.rating .product-rating {
    float: left;
    margin-right: 20px;
}
.rating .write-review {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    position: relative;
}
.rating .reviews,
.rating .write-review{
    font-size: 16px;
    color: var(--secondary-light-color);
}
.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 .reviews:hover,
.rating .write-review:hover,
.rating .write-review:hover .fa-pencil{
    color: var(--primary-hover-color);
}
.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;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}
.right_info .disc1 {
    color: var(--secondary-light-color);
    margin-right: 10px;
    font-size: 14px;
}
.pro_price {
    font-size: 24px;
    display: inline-block;
    font-weight: 500;
    color: var(--primary-color);
}
.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;
    text-transform: capitalize;
    font-weight: 500;
}
.right_info .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0 20px 0 0;
    display: inline-block;
}
.right_info .checkbox,
.right_info .radio {
    margin-top: 0;
}
.product-options .alert {
    margin-top: 15px;
}
.product-btn-quantity .minus-plus{
    margin: 0 15px 0 0;
    display: inline-flex;
    background: var(--secondary-color);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#product .minus-plus > * {
    text-align: center;
    border: none;
    background: transparent;
    padding: 0 5px;
    border-radius: 0;
    height: 40px;
    width: 40px;
}
#product .minus-plus > button:hover{
    color: var(--primary-hover-color);
}
.product-btn-quantity #input-quantity{
    width: 42px;
    border: none;
}
#product .btn-groups {
    display: inline-block;
    vertical-align: top;
}
#button-cart,
#quick-cart{
    display: flex;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 10px 0 0;
}
.pro_wish,
.pro_comper{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: var(--secondary-hover-color);
    border: none;
    display: inline-block;
    color: var(--secondary-color);
}
.pro_wish {
    margin-right: 5px;
}
.pro_wish:hover,
.pro_comper:hover {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
.pro_wish i,
.pro_comper i {
    font-size: 18px;
    display: block;
}
#product .product-btn-quantity {
    display: flex;
    align-items: center;
}
.tab-content #tab-description {
    font-size: 16px;
}
.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;
}
.cat_info {
    display: none !important;
}
.related-products-block {
    display: none !important;
}
.propage-tab {
    margin-top: 60px;
    background: var(--secondary-color);
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
#product-page .nav-tabs {
    display: flex;
    justify-content: flex-start;
    border: none;
}
#product-page .tab-content {
    padding: 30px;
    color: var(--secondary-light-color);
}
#product-page .tab-content strong {
    font-weight: 500;
    text-transform: capitalize;
}
#product-page .nav-tabs li {
    margin: 0 25px;
}
#product-page .nav-tabs>li> a{
    position: relative;
    padding: 15px 0;
    line-height: 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.nav-tabs>li> a {
    text-transform: capitalize;
    padding: 12px 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: none;
    margin: 0;
    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-color);
    border: none;
}
#product-page .nav-tabs>li> a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: var(--primary-hover-color);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#product-page .nav-tabs>li> a:hover:after, 
#product-page .nav-tabs>li.active> a:after {
    width: 50px;
}

@media (min-width: 768px){
   .product-img {
        position: sticky;
        top: 10px;
    } 
}
@media (max-width: 1600px){
    #additional-carousel{
        width: calc(100% - 28%);
    }
}
@media (max-width: 1440px){
    #additional-carousel {
        width: calc(100% - 15%);
    }
    #additional-carousel .owl-nav .owl-next {
        right: -10px;
    }
    #additional-carousel .owl-nav .owl-prev {
        left: -10px;
    }
    .propage-tab{
        margin-top: 50px;
    }
}
@media (max-width: 1199px){
    .rating .product-rating {
        width: 100%;
        margin: 0 0 20px 0;
    }
    #product .btn-groups{
        margin: 10px 0 0;
        display: block;
    }
    #product .product-btn-quantity{
        display: block;
    }
    .product-btn-quantity .minus-plus{
        margin: 0 0 10px 0;
    }
    #additional-carousel .image-additional a,
    #quick-carousel .image-additional a {
        margin: 0 5px;
    }
    #product-page .tab-content {
        padding: 20px;
    }
}
@media (max-width: 991px){
    .propage-tab{
        margin-top: 20px;
    }
    .right_info h1,
    .quick-product-right h1 {
        font-size: 18px;
        margin: 0 0 8px;
    }
    .rating .product-rating{
        margin: 0 0 10px 0;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .pro_price {
        font-size: 18px;
    }
    #product-page .tab-content {
        padding: 20px;
    }
    #product-page .nav-tabs>li> a{
        font-size: 14px;
        padding: 10px 0;
    }
    #product-page .nav-tabs li {
        margin: 0 15px;
    }
    .pro_wish,
    .pro_comper{
        height: 34px;
        width: 34px;
        line-height: 34px;
    }
    .pro_wish i,
    .pro_comper i {
        font-size: 15px;
    }
}
@media (max-width: 540px){
    .product-img {
        width: auto;
    }
    #quick-carousel {
        padding: 0 20px;
    }
    #quick-carousel .owl-nav .owl-prev{
        left: 10px;
    }
    #quick-carousel .owl-nav .owl-next{
        right: 10px;
    }
}
@media only screen and (max-width: 480px){   
    #product-page .nav-tabs>li> a{
        font-size: 12px;
        padding: 8px 0;
    }
    #product-page .nav-tabs li {
        margin: 0 5px;
    }
    #product-page .tab-content {
        padding: 15px;
    }
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
    background: var(--primary-hover-color);
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: var(--secondary-color);
    font-size: 16px;
    height: 35px;
    margin: 0px 10px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
}
.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;
    color: var(--secondary-light-color);
    background: var(--secondary-color);
}
.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;
}
.information-contact .shop-content {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-left: 0;
    margin-right: 0;
}

.information-contact .shop-content > .col-sm-12 {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.information-contact .contact-left,
.information-contact .contact-right {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.information-contact .contact-left {
    flex: 0 0 calc(33.333% - 19px);
    max-width: calc(33.333% - 19px);
}

.information-contact .contact-right {
    flex: 1 1 calc(66.667% - 19px);
    max-width: calc(66.667% - 19px);
}

.information-contact .contact-right-wide {
    flex: 0 0 100%;
    max-width: 100%;
}

.information-contact .contact-summary-row {
    margin-bottom: 2px;
}

.information-contact .contact-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.information-contact .contact-summary-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 12%, rgba(245, 182, 66, 0.16), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f6fbf4 100%);
}

.information-contact .contact-summary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(245, 182, 66, 0.95), rgba(31, 138, 91, 0.92));
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
}

.information-contact .contact-summary-icon i {
    display: block;
    color: #ffffff;
    line-height: 1;
}

.information-contact .contact-summary-card strong {
    display: block;
    margin: 0 0 10px;
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.information-contact .contact-summary-card p {
    margin: 0 0 8px;
    color: var(--solar-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
}

.information-contact .contact-summary-card > span:not(.contact-summary-icon) {
    display: block;
    color: #5f756d;
    font-size: 14px;
    line-height: 1.75;
}

.information-contact .contact-summary-card .btn-info {
    margin-top: auto;
    padding: 11px 18px;
    border: 0;
    border-radius: 999px;
    background: var(--solar-ink);
    color: #ffffff;
    font-weight: 800;
}

.information-contact .contact-summary-card .btn-info i {
    margin-right: 8px;
}

.information-contact .contact-locations {
    align-self: stretch;
}

.information-contact .contact-locations .panel-group {
    margin-bottom: 0;
}

.information-contact .content-details,
.information-contact .contact-right form {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 52px rgba(16, 35, 31, 0.08);
}

.information-contact .contact-right legend {
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(220, 232, 223, 0.95);
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-weight: 800;
}

.information-contact .contact-right .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
@media(max-width: 991px){
    .information-contact .shop-content {
        gap: 22px;
    }

    .information-contact .contact-summary-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .information-contact .contact-left,
    .information-contact .contact-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-left{
        margin-bottom: 30px;
    }
}

@media(max-width: 767px){
    .information-contact .contact-summary-card {
        min-height: 0;
        padding: 22px;
        border-radius: 20px;
    }

    .information-contact .contact-summary-card strong {
        font-size: 21px;
    }

    .information-contact .contact-summary-card p {
        font-size: 16px;
    }

    .information-contact .content-details,
    .information-contact .contact-right form {
        padding: 20px;
        border-radius: 18px;
    }
}

/*----------------------------------------------*/
/* checkout-cart */
/*----------------------------------------------*/
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}
#accordion.panel-group .panel{
    border-radius: 5px;
    border: none;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
#accordion.panel-group .panel+.panel {
    margin-top: 15px;
}
#accordion.panel-group .panel-default>.panel-heading{
    background: var(--primary-hover-color);
    padding: 14px 15px;
    border: none;
    border-radius: 5px 5px 0 0;
}
#accordion h4.panel-title,
#accordion .panel-title a {
    color: var(--secondary-color);
}
.checkout-cart .input-group.btn-block .form-control {
    min-width: 45px;
    text-align: center;
    padding: 6px;
}
.checkout .input-group .form-control {
    z-index: 1;
    background: transparent;
}
.panel-group .panel-heading+.panel-collapse>.list-group, 
.panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top: none;
}

@media(max-width: 991px){
    #accordion.panel-group .panel-default>.panel-heading{
        padding: 10px;
    }
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
    margin: 0 0 20px 0;
}
h3.search-criteria {
    font-size: 17px;
}
#product-search #input-search {
    margin-bottom: 10px;
}
.table-bordered {
    border: 1px solid var(--border-color);
}
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th{
    border: 1px solid var(--border-color);
}

/* manufacture page */
#product-manufacturer #content p> a {
    color: var(--primary-hover-color);
}
.manufacturer-list {
    margin-bottom: 20px;
    padding: 5px;
    background: var(--secondary-color);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.manufacturer-heading {
    background: var(--background-color);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}

/*account*/
#account-account .account-list-content {
    margin-bottom: 20px;
}
#account-account .account-list-content:last-child {
    margin-bottom: 0;
}
.well {
    padding: 19px;
    border-radius: 5px;
    border: none;
    background: var(--secondary-color);
}
.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 {
    color: var(--secondary-light-color);
    padding: 3px 0;
    display: inline-block;
    font-size: 15px;
}
.account-list-content li a:hover{
    color: var(--primary-hover-color);
}

/*sitemap*/
#information-sitemap #content .row li > a {
    padding: 5px 0;
    display: inline-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: 1px solid var(--border-color);
    padding: 0;
}

/*about us*/
#information-information #content .about-us {
    padding: 20px 5px;
    background: var(--secondary-color);
    border: 1px solid var(--border-color);
}
#information-information #content .information-content-card {
    position: relative;
    overflow: hidden;
    padding: 34px 38px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf4 100%);
    color: #4c6259;
    box-shadow: none;
}
#information-information #content .information-content-card:before {
    content: "";
    position: absolute;
    top: -90px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 182, 66, 0.2) 0%, rgba(245, 182, 66, 0) 72%);
    pointer-events: none;
}
#information-information #content .information-content-card:after {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -70px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 138, 91, 0.16) 0%, rgba(31, 138, 91, 0) 74%);
    pointer-events: none;
}
#information-information #content .information-page-intro,
#information-information #content .content-description {
    position: relative;
    z-index: 1;
}
#information-information #content .information-page-intro {
    margin: 0 0 28px;
    padding: 28px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 24%),
        linear-gradient(135deg, rgba(8, 24, 20, 0.98), rgba(31, 138, 91, 0.96));
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(16, 35, 31, 0.16);
}
#information-information #content .information-page-intro,
#information-information #content .information-page-intro p,
#information-information #content .information-page-intro strong,
#information-information #content .information-page-intro span,
#information-information #content .information-page-intro li {
    color: #ffffff;
}
#information-information #content .information-page-lead {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.8;
}
#information-information #content .information-page-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}
#information-information #content .information-highlight {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}
#information-information #content .information-highlight__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(245, 182, 66, 0.18);
    color: #ffe7ab;
    font-size: 18px;
}
#information-information #content .information-highlight__title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}
#information-information #content .information-highlight__text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.6;
}
#information-information #content .information-page-intro a,
#information-information #content .information-page-intro a:hover,
#information-information #content .information-page-intro a:focus {
    color: #ffffff;
}
#information-information #content .information-content-card .content-description {
    font-size: 15px;
    line-height: 1.8;
}
#information-information #content .information-content-card .content-description > *:first-child {
    margin-top: 0;
}
#information-information #content .information-content-card .content-description > *:last-child {
    margin-bottom: 0;
}
#information-information #content .information-content-card img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}
#information-information #content .information-intro-copy {
    margin-bottom: 24px;
}
#information-information #content .information-intro-copy > * + * {
    margin-top: 14px;
}
#information-information #content .information-section {
    margin-top: 20px;
    padding: 24px 26px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
}
#information-information #content .information-section:first-of-type {
    margin-top: 0;
}
#information-information #content .information-section h3 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    color: var(--solar-ink);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
}
#information-information #content .information-section__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f5b642, #8dd260);
    color: var(--solar-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(245, 182, 66, 0.24);
}
#information-information #content .information-section h4 {
    margin: 22px 0 10px;
    color: var(--solar-green);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
}
#information-information #content .information-content-card p,
#information-information #content .information-content-card li {
    color: #000;
}
#information-information #content .information-content-card strong {
    color: #000;
}
#information-information #content .information-content-card a {
    color: var(--solar-green);
    font-weight: 700;
    text-decoration: none;
}
#information-information #content .information-content-card a:hover,
#information-information #content .information-content-card a:focus {
    color: var(--solar-ink);
    text-decoration: underline;
}

.information-highlight__title,.information-page-lead{color: #fff !important;}

#information-information #content .information-content-card--simple .content-description > * + * {
    margin-top: 14px;
}


#information-information #content .information-list {
    margin: 14px 0 0;
    padding-left: 22px;
}
#information-information #content .information-list li + li {
    margin-top: 10px;
}
#information-information #content .information-list--ordered {
    padding-left: 24px;
}
#information-information #content .information-divider {
    margin: 24px 0;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(16, 35, 31, 0), rgba(16, 35, 31, 0.14), rgba(16, 35, 31, 0));
}
#information-information #content .information-table-wrap {
    margin-top: 18px;
}
#information-information #content .information-content-card table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}
#information-information #content .information-content-card table td,
#information-information #content .information-content-card table th {
    padding: 12px 14px;
    border: 1px solid rgba(220, 232, 223, 0.95);
}
#information-information #content .information-content-card--simple .content-description > * + * {
    margin-top: 14px;
}
.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){
    #information-information #content .information-content-card {
        padding: 22px 18px;
        border-radius: 18px;
    }
    #information-information #content .information-page-intro {
        padding: 20px 18px;
        border-radius: 18px;
    }
    #information-information #content .information-page-highlights {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    #information-information #content .information-page-lead {
        font-size: 15px;
    }
    #information-information #content .information-section {
        padding: 20px 18px;
        border-radius: 18px;
    }
    #information-information #content .information-section h3 {
        align-items: flex-start;
        font-size: 20px;
    }
    #information-information #content .information-section__eyebrow {
        min-width: 40px;
        height: 40px;
    }
    .cms-block{
        margin-bottom: 15px;
    }
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-110{
    margin-top: 110px;
}
.mt-80{
    margin-top: 80px;
}
.mt-60{
    margin-top: 60px;
}
.mt-50{
    margin-top: 50px;
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.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 0 10px 1px rgba(0,0,0,0.1);
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}
#product-compare .table-responsive>.table>tbody>tr>td,
#product-compare .table-responsive>.table>tbody>tr>th,
#product-compare .table-responsive>.table>tfoot>tr>td,
#product-compare .table-responsive>.table>tfoot>tr>th,
#product-compare .table-responsive>.table>thead>tr>td,
#product-compare .table-responsive>.table>thead>tr>th {
    white-space: unset;
}
.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);
    background: var(--secondary-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: 14px;
    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: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 44px;
}
@media (min-width: 1601px) {
    .container {
        width: 1560px;
    }
}
@media (max-width: 1440px) and (min-width: 1300px) {
    .container {
        width: 1280px;
    }
}
@media (max-width: 1600px) and (min-width: 1441px){
    .container {
        width: 1400px;
    }
}
@media (min-width: 1441px) {
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(5n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1){
        clear: left;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(3n+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: 541px) 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: 540px) and (min-width: 320px){
    .box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid{
        width: 50% !important;
    }
    .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: 319px){
    .category-featured :not(.owl-carousel) .category-layout,
    .box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid.col-xs-4{
        width: 100% !important;
    }
}
@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;
    }
}

/*----------------------------------------------*/
/* Solar modern design layer */
/*----------------------------------------------*/
:root {
    --solar-font-body: "Manrope", Arial, sans-serif;
    --solar-font-heading: "Sora", "Manrope", Arial, sans-serif;
    --solar-ink: #10231f;
    --solar-muted: #66756f;
    --solar-green: #5a0814;
    --solar-teal: #0d6f7c;
    --solar-sun: #f5b642;
    --solar-cream: #fff8ea;
    --solar-card: #ffffff;
    --solar-line: #dce8df;
    --solar-shadow: 0 22px 70px rgba(16, 35, 31, 0.12);
}

body {
    color: var(--solar-ink);
    background:
        radial-gradient(circle at 12% 0%, rgba(245, 182, 66, 0.18), transparent 28%),
        linear-gradient(180deg, #f7fbf5 0%, #eef6f1 44%, #ffffff 100%);
    font-family: var(--solar-font-body);
    letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title h3,
.mheading_title,
.product-thumb .product-title a,
.blog-block h4,
h3.article-page-title,
.testimonial-author,
#logo h1,
#logo h1 a {
    font-family: var(--solar-font-heading);
    letter-spacing: 0;
}

body:not(.common-home) #content,
.page_title,
.ecat_info,
.col-sm-12 {
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

header {
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(220, 232, 223, 0.9);
    box-shadow: 0 12px 40px rgba(16, 35, 31, 0.06);
    backdrop-filter: blur(18px);
}

.header-fixed {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 44px rgba(16, 35, 31, 0.12);
}

.header-inner {
    min-height: 86px;
}

#logo {
    padding: 16px 22px 16px 0;
    width: auto;
    max-width: 240px;
}

#logo h1,
#logo h1 a {
    margin: 0;
    color: var(--solar-ink);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: none;
}

#menu .nav > li > a {
    color: var(--solar-ink);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 33px 16px;
    text-transform: none;
}

#menu .nav > li:hover > a,
#menu .nav.navbar-nav li:hover > span {
    color: var(--solar-green);
}

.search-btn i,
#header_ac i,
#cart > .btn {
    color: var(--solar-ink);
    padding: 32px 18px;
}

#cart-total {
    background: var(--solar-sun);
    color: var(--solar-ink);
    right: 8px;
    top: 24px;
    font-weight: 800;
}

.solar-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 54px;
    background:
        linear-gradient(135deg, rgba(16, 35, 31, 0.94), rgba(13, 111, 124, 0.88)),
        linear-gradient(90deg, #10231f, #0d6f7c);
}

.solar-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, #000 0%, transparent 78%);
}

.solar-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 48px;
    align-items: center;
}

.solar-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffe3a3;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.solar-eyebrow:before {
    content: "";
    width: 36px;
    height: 2px;
    background: var(--solar-sun);
}

.solar-hero h1 {
    color: #ffffff;
    font-family: var(--solar-font-heading);
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.04;
    margin: 0 0 22px;
    max-width: 790px;
    text-transform: none;
}

.solar-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 32px;
    max-width: 650px;
}

.solar-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.solar-btn,
.product-thumb .addcart,
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary,
.inner2 .button,
#frmnewsletterpopup button,
.subscribe-btn {
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.solar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border: 1px solid transparent;
}

.solar-btn--primary {
    background: var(--solar-sun);
    color: var(--solar-ink);
    box-shadow: 0 14px 35px rgba(245, 182, 66, 0.28);
}

.solar-btn--primary:hover,
.solar-btn--primary:focus {
    color: var(--solar-ink);
    background: #ffd06a;
}

.solar-btn--ghost {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.08);
}

.solar-btn--ghost:hover,
.solar-btn--ghost:focus {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.16);
}

.solar-hero__visual {
    position: relative;
    min-height: 430px;
}

.solar-panel {
    position: absolute;
    right: 4%;
    top: 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: min(470px, 92%);
    padding: 18px;
    transform: perspective(900px) rotateX(58deg) rotateZ(-20deg);
    transform-origin: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 24px;
    background: linear-gradient(145deg, #123b56, #0b263a);
    box-shadow: 0 50px 90px rgba(0, 0, 0, 0.35);
}

.solar-panel span {
    display: block;
    aspect-ratio: 1.3 / 1;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.22), transparent 42%),
        linear-gradient(145deg, #174d73, #082640);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.solar-sun {
    position: absolute;
    right: 7%;
    top: 34px;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffe08c 0%, var(--solar-sun) 55%, rgba(245, 182, 66, 0.18) 70%);
    box-shadow: 0 0 80px rgba(245, 182, 66, 0.78);
}

.solar-meter {
    position: absolute;
    left: 4%;
    bottom: 56px;
    width: 210px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.solar-meter strong,
.solar-meter span {
    display: block;
}

.solar-meter strong {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.1;
}

.solar-meter span {
    color: rgba(255, 255, 255, 0.74);
    margin-top: 8px;
}

.solar-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 18px;
    background: var(--solar-line);
    box-shadow: var(--solar-shadow);
}

.solar-trust div {
    min-height: 118px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.96);
}

.solar-trust strong,
.solar-trust span {
    display: block;
}

.solar-trust strong {
    color: var(--solar-ink);
    font-size: 17px;
    font-family: var(--solar-font-heading);
    margin-bottom: 8px;
}

.solar-trust span {
    color: var(--solar-muted);
    font-size: 14px;
    line-height: 1.55;
}

.solar-seo {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 34px;
    align-items: center;
    margin-top: 38px;
    padding: 34px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 55px rgba(16, 35, 31, 0.08);
}

.solar-seo .solar-eyebrow {
    color: var(--solar-green);
}

.solar-seo h2 {
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-size: clamp(25px, 2.6vw, 38px);
    font-weight: 800;
    line-height: 1.16;
    margin: 0 0 14px;
    text-transform: none;
}

.solar-seo p {
    color: var(--solar-muted);
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.solar-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.solar-keywords a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid rgba(31, 138, 91, 0.18);
    border-radius: 999px;
    background: #f7fbf5;
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-weight: 700;
}

.solar-keywords a:hover,
.solar-keywords a:focus {
    background: var(--solar-green);
    border-color: var(--solar-green);
    color: #ffffff;
}

/*----------------------------------------------*/
/* Solar homepage content from database */
/*----------------------------------------------*/
.solar-home-services,
.solar-about-strip {
    position: relative;
}

.solar-section-head {
    max-width: 860px;
    margin: 0 0 30px;
}

.solar-section-head > span,
.solar-about-copy > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--solar-green);
    font-family: var(--solar-font-heading);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.solar-section-head > span:before,
.solar-about-copy > span:before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: var(--solar-sun);
}

.solar-section-head h2,
.solar-about-copy h2 {
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-size: clamp(28px, 3.3vw, 46px);
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 16px;
    text-transform: none;
}

.solar-section-head p,
.solar-about-copy p {
    color: var(--solar-muted);
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.solar-about-copy p + p {
    margin-top: 14px;
}

.solar-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.solar-service-card {
    position: relative;
    display: flex;
    min-height: 300px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 26px;
    border: 1px solid rgba(90, 8, 20, 0.12);
    border-radius: 24px;
    background: #14070a;
    box-shadow: 0 22px 60px rgba(16, 35, 31, 0.14);
    isolation: isolate;
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.solar-service-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 520ms ease, filter 320ms ease;
}

.solar-service-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(12, 4, 7, 0.12) 0%, rgba(12, 4, 7, 0.18) 28%, rgba(12, 4, 7, 0.72) 72%, rgba(12, 4, 7, 0.92) 100%),
        linear-gradient(135deg, rgba(245, 182, 66, 0.18) 0%, rgba(90, 8, 20, 0.18) 100%);
    z-index: 1;
}

.solar-service-card:after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 92px;
    width: 78px;
    height: 78px;
    border-radius: 20px;
    background: radial-gradient(circle, rgba(245, 182, 66, 0.34) 0%, rgba(245, 182, 66, 0.12) 45%, rgba(245, 182, 66, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.solar-service-card strong,
.solar-service-card span {
    position: relative;
    z-index: 2;
    display: block;
}

.solar-service-card strong {
    color: #ffffff;
    font-family: var(--solar-font-heading);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 8px;
    overflow-wrap: break-word;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
}

.solar-service-card span {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.6;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.solar-service-card:hover,
.solar-service-card:focus {
    transform: translateY(-6px);
    border-color: rgba(90, 8, 20, 0.46);
    box-shadow: 0 30px 80px rgba(16, 35, 31, 0.2);
}

.solar-service-card:hover img,
.solar-service-card:focus img {
    transform: scale(1.08);
    filter: saturate(1.04);
}

.solar-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
    gap: 28px;
    align-items: stretch;
    padding: 34px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 245, 0.94));
    box-shadow: 0 18px 55px rgba(16, 35, 31, 0.08);
}

.solar-about-copy {
    padding: 6px 0;
}

.solar-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 24px;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--solar-ink);
    color: #ffffff;
    font-family: var(--solar-font-heading);
    font-weight: 800;
}

.solar-about-btn:hover,
.solar-about-btn:focus {
    background: var(--solar-green);
    color: #ffffff;
}

.solar-process-list {
    display: grid;
    gap: 14px;
}

.solar-process-list div {
    padding: 22px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(16, 35, 31, 0.06);
}

.solar-process-list b,
.solar-process-list strong,
.solar-process-list span {
    display: block;
}

.solar-process-list b {
    color: var(--solar-sun);
    font-family: var(--solar-font-heading);
    font-size: 13px;
    margin-bottom: 8px;
}

.solar-process-list strong {
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-size: 17px;
    margin-bottom: 7px;
}

.solar-process-list span {
    color: var(--solar-muted);
    font-size: 14px;
    line-height: 1.6;
}

/*----------------------------------------------*/
/* Solar module polish */
/*----------------------------------------------*/
.box,
.main-tab,
.box-module,
.category-list,
.filter,
.sidebar,
.account-content,
.mblog .section,
.testimonial-container {
    position: relative;
}

.common-home .box,
.common-home .main-tab,
.mblog .section,
.testimonial-container {
    padding: 34px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 245, 0.94));
    box-shadow: 0 18px 55px rgba(16, 35, 31, 0.08);
}

.common-home .all-products.box {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.box-heading.container,
.product-tab-block.container,
.mblog .container,
.testimonial-block .container {
    position: relative;
}

.box .page-title,
.product-tabs > .page-title,
.mblog .page-title,
.testimonial-block .page-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.box .page-title h3,
.product-tabs > .page-title h3,
.mblog .page-title h3,
.testimonial-block .page-title h3 {
    margin-bottom: 26px;
    max-width: 720px;
}

.box .page-title h3:before,
.product-tabs > .page-title h3:before,
.mblog .page-title h3:before,
.testimonial-block .page-title h3:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 11px;
    border-radius: 50%;
    background: var(--solar-sun);
    box-shadow: 0 0 0 6px rgba(245, 182, 66, 0.17);
    vertical-align: middle;
}

.mahardhi-tabs {
    top: 36px;
    right: 34px;
}

.mahardhi-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mahardhi-tabs .nav-tabs > li + li {
    margin: 0;
}

.mahardhi-tabs .nav-tabs > li > a {
    padding: 10px 18px;
    border: 1px solid rgba(31, 138, 91, 0.16);
    border-radius: 999px;
    background: #ffffff;
    color: var(--solar-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    box-shadow: 0 8px 22px rgba(16, 35, 31, 0.06);
    text-transform: none;
}

.mahardhi-tabs .nav-tabs > li > a:hover,
.mahardhi-tabs .nav-tabs > li > a:focus,
.mahardhi-tabs .nav-tabs > li > a.selected,
.mahardhi-tabs .nav-tabs > li.active > a {
    border-color: var(--solar-green);
    background: var(--solar-green);
    color: #ffffff;
}

.block_box {
    position: relative;
}

.owl-carousel.owl-theme .owl-nav {
    top: -72px;
    right: 0;
}

.owl-carousel.owl-theme .owl-nav div,
.swiper-pager .swiper-button-prev,
.swiper-pager .swiper-button-next {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(31, 138, 91, 0.18);
    border-radius: 50%;
    background: #ffffff;
    color: var(--solar-ink);
    box-shadow: 0 10px 26px rgba(16, 35, 31, 0.1);
}

.owl-carousel.owl-theme .owl-nav .fa,
.swiper-pager i {
    color: inherit;
    font-size: 18px;
    line-height: 40px;
}

.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.swiper-pager .swiper-button-prev:hover,
.swiper-pager .swiper-button-next:hover {
    background: var(--solar-sun);
    border-color: var(--solar-sun);
    color: var(--solar-ink);
}

.common-home .swiper-viewport,
.banner .swiper-viewport,
.carousel .swiper-viewport {
    overflow: hidden;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(16, 35, 31, 0.08);
}

.swiper-slide img,
.banner img,
.carousel img {
    border-radius: inherit;
}

.category-list,
#column-left .box,
#column-right .box,
.panel-default.filter,
.sidebar,
.account-content {
    padding: 24px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 44px rgba(16, 35, 31, 0.07);
}

.category-list .box-category h3,
#column-left .box-heading h3,
#column-right .box-heading h3,
.panel-default.filter .panel-heading {
    color: var(--solar-ink);
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 16px;
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(220, 232, 223, 0.95);
    text-transform: none;
}

.category-list .list-group-item,
.sidebar li,
.account-content .list-group a,
.filter_box .list-group a,
.checkbox label,
.radio label {
    color: var(--solar-muted);
    font-size: 15px;
    line-height: 1.55;
    text-transform: none;
}

.category-list .list-group-item:hover,
.category-list .list-group-item.active,
.sidebar li a:hover,
.account-content .list-group a:hover,
.filter_box .list-group a:hover {
    color: var(--solar-green);
}

.category-list ul#selectMe-desk > li + li,
.sidebar li + li,
.account-content .list-group a + a {
    border-top: 1px solid rgba(220, 232, 223, 0.7);
}

.blog-block {
    overflow: hidden;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(16, 35, 31, 0.08);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.blog-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 70px rgba(16, 35, 31, 0.14);
}

.blog-block .blog-info .image {
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.blog-block .blog-description {
    position: relative;
    bottom: auto;
    margin: 0;
    padding: 24px;
    text-align: left;
    box-shadow: none;
}

.blog-block:hover .blog-description {
    padding: 24px;
}

.blog-block .date-title {
    align-items: flex-start;
    gap: 14px;
}

.blog-block:hover .date-title,
.blog-text,
.blog-read {
    display: block;
}

.blog-block h4,
h3.article-page-title {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: none;
}

.blog-text {
    color: var(--solar-muted);
    font-size: 15px;
    line-height: 1.7;
    margin-top: 14px;
}

.blog-read.btn {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-top: 18px;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--solar-ink);
    color: #ffffff;
    font-weight: 800;
    text-transform: none;
}

.blog-read.btn:hover {
    background: var(--solar-green);
    color: #ffffff;
}

.block-date {
    min-width: 58px;
    padding: 9px 8px;
    border-radius: 14px;
    background: #fff8ea;
    color: var(--solar-ink);
    text-align: center;
}

.testimonial-block {
    background: transparent;
    padding: 60px 0 20px;
}

.testimonial-block .row-items {
    height: 100%;
    padding: 0 10px;
}

.testimonial-images img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 14px 34px rgba(16, 35, 31, 0.14);
}

.testimonial-content {
    min-height: 230px;
    margin: -34px 0 0 34px;
    padding: 52px 26px 26px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-left: 0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(16, 35, 31, 0.08);
    text-align: left;
}

.testimonial-author {
    color: var(--solar-ink);
    font-weight: 800;
}

.testimonial-customer,
.testimonial-text {
    color: var(--solar-muted);
}

.slideTestimonial .testimonial-text p:before {
    left: 0;
    right: auto;
    margin: 0;
    width: 58px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--solar-sun), var(--solar-green));
}

.news .newsletter-form {
    padding: 36px;
}

.subscribe-form {
    gap: 12px;
}

.subscribe-form .form-control,
#newsletter_usr_email {
    min-height: 50px;
    padding: 10px 18px;
}

.subscribe-btn {
    min-height: 50px;
    padding: 10px 22px;
}

/*----------------------------------------------*/
/* Solar photo gallery polish */
/*----------------------------------------------*/
.product-img .thumbnails,
.pro-image,
.mgallery-wrap,
.extension-mpphotogallery-album #content,
.gallery-photo #content {
    position: relative;
}

.product-img .thumbnails {
    padding: 20px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 0%, rgba(245, 182, 66, 0.13), transparent 34%),
        #ffffff;
    box-shadow: 0 18px 55px rgba(16, 35, 31, 0.09);
}

.pro-image {
    overflow: hidden;
    border-radius: 18px;
    background: #f7fbf5;
}

.pro-image a.thumbnail {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: transparent;
}

.pro-image img {
    width: 100%;
    border-radius: 18px;
    transition: transform 360ms ease;
}

.pro-image:hover img {
    transform: scale(1.035);
}

#additional-carousel {
    margin-top: 16px;
    padding: 0 46px;
}

#additional-carousel .image-additional a,
#quick-carousel .image-additional a {
    display: block;
    overflow: hidden;
    width: 82px;
    height: 82px;
    padding: 5px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(16, 35, 31, 0.07);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

#additional-carousel .image-additional a:hover,
#quick-carousel .image-additional a:hover,
#additional-carousel .image-additional a:focus,
#quick-carousel .image-additional a:focus {
    border-color: var(--solar-green);
    box-shadow: 0 14px 34px rgba(16, 35, 31, 0.13);
    transform: translateY(-2px);
}

#additional-carousel img,
#quick-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#additional-carousel .owl-nav > div {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(31, 138, 91, 0.18);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(16, 35, 31, 0.1);
}

#additional-carousel .owl-nav > div:hover {
    background: var(--solar-sun);
    border-color: var(--solar-sun);
}

.mgallery-wrap h2,
.extension-mpphotogallery-album h2,
.gallery-photo h2,
.mheading_title {
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 28px;
    padding: 0 0 18px;
    border-bottom: 0;
    text-transform: none;
}

.mgallery-wrap h2:after,
.extension-mpphotogallery-album h2:after,
.gallery-photo h2:after,
.mheading_title:after {
    content: "";
    display: block;
    width: 92px;
    height: 4px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--solar-sun), var(--solar-green));
}

.mgallery_info,
.mgallery .mgallery_info,
.gallery-photo .mgallery_info,
.gallery-photo .mgallery_info p {
    display: block;
    max-width: 900px;
    color: var(--solar-muted);
    font-size: 16px;
    font-style: normal;
    line-height: 1.8;
    margin: 0 0 24px;
    text-align: left;
}

.mgallery,
.mgallery-sub,
.mgallery-album {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
    margin: 0 0 28px;
}

.mgallery.malbum-carousel,
.mgallery.mphoto-carousel,
.mgallery.mpvideo-carousel,
.mgallery.lightgallery.owl-carousel {
    display: block;
}

.mgallery .image-col,
.mgallery-album .mablum,
.malbum-nocarousel .mgallery-layout {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}

.mgallery .image-col .image-incol,
.mgallery-album .inner-mablum,
.malbum-carousel .mgallery-thumb,
.malbum-nocarousel .mgallery-thumb,
.mgallery-thumb {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(16, 35, 31, 0.08);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.mgallery .image-col .image-incol:hover,
.mgallery-album .inner-mablum:hover,
.malbum-carousel .mgallery-thumb:hover,
.malbum-nocarousel .mgallery-thumb:hover,
.mgallery-thumb:hover {
    transform: translateY(-5px);
    border-color: rgba(31, 138, 91, 0.32);
    box-shadow: 0 24px 70px rgba(16, 35, 31, 0.14);
}

.mgallery .image-col .image,
.mgallery-album .mablum .image,
.malbum-carousel .mgallery-layout .image,
.malbum-nocarousel .mgallery-layout .image {
    overflow: hidden;
    width: 100%;
    float: none;
    aspect-ratio: 4 / 3;
    background: #eef6f1;
}

.mgallery .image-col img,
.mgallery-album .mablum .mablum-thumbnail img,
.malbum-carousel .mgallery-layout .image img,
.malbum-nocarousel .mgallery-thumb .image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    transform: none;
    transition: transform 360ms ease;
}

.mgallery .image-col .image-incol:hover img,
.mgallery-album .inner-mablum:hover img,
.mgallery-thumb:hover img {
    transform: scale(1.06);
}

.mgallery .mgallery-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(16, 35, 31, 0.05), rgba(16, 35, 31, 0.78));
    opacity: 0;
}

.mgallery-caption h5,
.mgallery .image-col .mgallery-caption h5,
.mgallery .image-col .mgallery-caption h5 a {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: none;
    transform: none;
}

.mgallery .mgallery-caption .mgallery-popup {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--solar-sun);
    opacity: 1;
    transform: none;
    transition-delay: 0s;
}

.mgallery .mgallery-caption .mgallery-popup a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mgallery .mgallery-caption .mgallery-popup .enlarge-icon {
    width: 22px;
    height: 22px;
    background-size: contain;
    filter: brightness(0) saturate(100%);
}

.mgallery-album .mablum .caption,
.malbum-carousel .mgallery-thumb .caption,
.malbum-nocarousel .mgallery-thumb .caption {
    display: block;
    padding: 18px;
    color: var(--solar-ink);
    text-align: left;
}

.mgallery-album .ucase,
.malbum-carousel .mgallery-thumb h4,
.malbum-nocarousel .mgallery-thumb h4 {
    margin: 0 0 10px;
    padding: 0;
    color: var(--solar-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    text-transform: none;
}

.mgallery .mtotal,
.mgallery .malbum-viewed,
.mgallery-album .mablum .malbum-viewed,
.mgallery-album .mablum .mtotal {
    display: inline-flex;
    width: auto;
    margin: 6px 8px 0 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f7fbf5;
    color: var(--solar-muted);
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

.mgallery-share {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 24px;
    padding: 20px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(16, 35, 31, 0.07);
}

.mgallery-share h3 {
    color: var(--solar-ink);
    font-size: 18px;
    font-weight: 800;
}

/*----------------------------------------------*/
/* Solar video gallery polish */
/*----------------------------------------------*/
.mpvideo-carousel,
.mgallery .mpvideo-carousel,
.gallery-photo .lightgallery {
    position: relative;
}

.mpvideo-carousel .mgallery-thumb,
.mphoto-carousel .mgallery-thumb {
    padding: 0 8px;
}

.mgallery .image-col[data-src*="youtube"] .image,
.mgallery .image-col[data-src*="youtu.be"] .image,
.mgallery .image-col[data-src*="vimeo"] .image,
.mgallery-thumb[data-src*="youtube"] .image,
.mgallery-thumb[data-src*="youtu.be"] .image,
.mgallery-thumb[data-src*="vimeo"] .image {
    position: relative;
}

.mgallery .image-col[data-src*="youtube"] .image:before,
.mgallery .image-col[data-src*="youtu.be"] .image:before,
.mgallery .image-col[data-src*="vimeo"] .image:before,
.mgallery-thumb[data-src*="youtube"] .image:before,
.mgallery-thumb[data-src*="youtu.be"] .image:before,
.mgallery-thumb[data-src*="vimeo"] .image:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(16, 35, 31, 0.02), rgba(16, 35, 31, 0.28));
    pointer-events: none;
}

.mgallery .image-col[data-src*="youtube"] .image:after,
.mgallery .image-col[data-src*="youtu.be"] .image:after,
.mgallery .image-col[data-src*="vimeo"] .image:after,
.mgallery-thumb[data-src*="youtube"] .image:after,
.mgallery-thumb[data-src*="youtu.be"] .image:after,
.mgallery-thumb[data-src*="vimeo"] .image:after {
    content: "\f04b";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    padding-left: 4px;
    border-radius: 50%;
    background: var(--solar-sun);
    color: var(--solar-ink);
    font-size: 20px;
    box-shadow: 0 18px 42px rgba(16, 35, 31, 0.24);
    transform: translate(-50%, -50%);
    transition: transform 260ms ease, background 260ms ease;
    pointer-events: none;
}

.mgallery .image-col[data-src*="youtube"] .image-incol:hover .image:after,
.mgallery .image-col[data-src*="youtu.be"] .image-incol:hover .image:after,
.mgallery .image-col[data-src*="vimeo"] .image-incol:hover .image:after,
.mgallery-thumb[data-src*="youtube"]:hover .image:after,
.mgallery-thumb[data-src*="youtu.be"]:hover .image:after,
.mgallery-thumb[data-src*="vimeo"]:hover .image:after {
    background: #ffd06a;
    transform: translate(-50%, -50%) scale(1.08);
}

.mgallery .image-col[data-src*="youtube"] .mgallery-caption .mgallery-popup,
.mgallery .image-col[data-src*="youtu.be"] .mgallery-caption .mgallery-popup,
.mgallery .image-col[data-src*="vimeo"] .mgallery-caption .mgallery-popup,
.mgallery-thumb[data-src*="youtube"] .mgallery-caption .mgallery-popup,
.mgallery-thumb[data-src*="youtu.be"] .mgallery-caption .mgallery-popup,
.mgallery-thumb[data-src*="vimeo"] .mgallery-caption .mgallery-popup {
    background: var(--solar-green);
}

.mgallery .image-col[data-src*="youtube"] .mgallery-caption .mgallery-popup .enlarge-icon,
.mgallery .image-col[data-src*="youtu.be"] .mgallery-caption .mgallery-popup .enlarge-icon,
.mgallery .image-col[data-src*="vimeo"] .mgallery-caption .mgallery-popup .enlarge-icon,
.mgallery-thumb[data-src*="youtube"] .mgallery-caption .mgallery-popup .enlarge-icon,
.mgallery-thumb[data-src*="youtu.be"] .mgallery-caption .mgallery-popup .enlarge-icon,
.mgallery-thumb[data-src*="vimeo"] .mgallery-caption .mgallery-popup .enlarge-icon {
    background-image: none;
    width: auto;
    height: auto;
    filter: none;
}

.mgallery .image-col[data-src*="youtube"] .mgallery-caption .mgallery-popup .enlarge-icon:before,
.mgallery .image-col[data-src*="youtu.be"] .mgallery-caption .mgallery-popup .enlarge-icon:before,
.mgallery .image-col[data-src*="vimeo"] .mgallery-caption .mgallery-popup .enlarge-icon:before,
.mgallery-thumb[data-src*="youtube"] .mgallery-caption .mgallery-popup .enlarge-icon:before,
.mgallery-thumb[data-src*="youtu.be"] .mgallery-caption .mgallery-popup .enlarge-icon:before,
.mgallery-thumb[data-src*="vimeo"] .mgallery-caption .mgallery-popup .enlarge-icon:before {
    content: "\f04b";
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 17px;
}

.lg-outer,
.lg-backdrop {
    background: rgba(16, 35, 31, 0.94);
}

.lg-toolbar,
.lg-sub-html {
    background: rgba(16, 35, 31, 0.72);
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon {
    color: #ffffff;
}

.common-home #common-home {
    padding-top: 34px;
}

.common-home #content,
.common-home .col-sm-12 {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.page-title h3 {
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    text-transform: none;
}

.page-title h3:after {
    width: 94px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--solar-sun), var(--solar-green));
}

.product-thumb,
.owl-item .product-thumb {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 18px;
    background: var(--solar-card);
    box-shadow: 0 14px 44px rgba(16, 35, 31, 0.07);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.product-thumb:hover {
    transform: translateY(-6px);
    border-color: rgba(31, 138, 91, 0.32);
    box-shadow: 0 24px 70px rgba(16, 35, 31, 0.14);
}

.product-thumb .image {
    padding: 28px 28px 0;
    background:
        radial-gradient(circle at 50% 12%, rgba(245, 182, 66, 0.18), transparent 42%),
        #f7fbf5;
    aspect-ratio: 1 / 0.86;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-description {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    border-top: 1px solid rgba(220, 232, 223, 0.9);
}

.product-thumb .caption {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px 24px 24px;
    text-align: left;
}

.product-thumb .product-title {
    min-height: 84px;
    display: flex;
    align-items: flex-start;
}

.product-thumb .product-title a {
    color: var(--solar-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.55;
    margin: 0 0 14px;
    padding: 0 0 14px;
    text-transform: none;
}

.product-thumb .image a {
    width: 100%;
}

.product-thumb .image img {
    max-height: 100%;
    object-fit: contain;
}

.product-thumb .price-rating {
    gap: 12px;
    margin-top: auto;
    min-height: 42px;
}

.product-thumb .price,
.product-thumb .price-new {
    color: var(--solar-green);
    font-size: 17px;
}

.product-thumb:hover .product-title,
.product-thumb:hover .price-rating {
    opacity: 1;
}

.product-thumb .addcart {
    position: relative;
    top: auto;
    transform: none;
    opacity: 1;
    width: 100%;
    justify-content: center;
    margin: 18px 0 0;
    padding: 12px 18px;
    background: var(--solar-ink);
    color: #ffffff;
}

html.solar-js body:not(.common-home) .box-product.product-carousel:not(.owl-loaded),
html.solar-js body:not(.common-home) .blogs-block.blog-carousel:not(.owl-loaded) {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

html.solar-js body:not(.common-home) .box-product.product-carousel.owl-loaded,
html.solar-js body:not(.common-home) .blogs-block.blog-carousel.owl-loaded {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 140ms ease;
}

.product-layout,
.box-product .product-layout,
.product-carousel .owl-item,
.product-tab-block .tab-pane .product-layout,
.all-products .product-layout {
    display: flex;
}

.product-layout > .product-thumb,
.product-layout .product-thumb,
.product-carousel .owl-item .product-layout,
.product-carousel .owl-item .product-thumb {
    width: 100%;
}

.product-carousel .owl-stage,
.box-product.owl-carousel .owl-stage,
.product-tab-block .owl-stage {
    display: flex;
}

.product-carousel .owl-item,
.box-product.owl-carousel .owl-item,
.product-tab-block .owl-item {
    display: flex;
    height: auto;
}

.product-carousel .owl-item > *,
.box-product.owl-carousel .owl-item > *,
.product-tab-block .owl-item > * {
    display: flex;
    width: 100%;
}

.box-product:not(.owl-carousel),
.category-row,
.product-tab-block .tab-pane > .box-product,
.all-products .box-product {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.box-product:not(.owl-carousel) .product-layout,
.category-row > .product-layout,
.product-tab-block .tab-pane .product-layout,
.all-products .product-layout {
    display: flex;
    margin-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .box-product:not(.owl-carousel) .product-layout,
    .category-row > .product-layout,
    .product-tab-block .tab-pane > .box-product:not(.owl-carousel) .product-layout,
    .all-products .box-product:not(.owl-carousel) .product-layout {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25% !important;
        clear: none;
    }
}

.product-thumb .addcart:hover,
.btn-primary:hover,
.btn-default:hover,
#cart .text-right .checkout-btn:hover,
#cart .text-right .addtocart-btn:hover {
    background: var(--solar-green);
    color: #ffffff;
}

.product-thumb .button-group {
    left: auto;
    right: 16px;
    top: 16px;
    bottom: auto;
    display: grid;
    gap: 8px;
    width: auto;
    opacity: 0;
    z-index: 4;
    transform: translateY(-4px);
    transition: opacity 120ms ease, transform 120ms ease;
}

.product-thumb:hover .button-group {
    bottom: auto;
    opacity: 1;
    transform: translateY(0);
}

.product-thumb .button-group button {
    float: none;
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: var(--solar-ink);
    box-shadow: 0 10px 30px rgba(16, 35, 31, 0.14);
}

.product-thumb .button-group button + button {
    margin-left: 0;
}

.product-thumb .button-group button:hover {
    background: var(--solar-sun);
    color: var(--solar-ink);
}

.sale-text {
    top: 16px;
    left: 16px;
    border-radius: 999px;
    background: var(--solar-sun);
    color: var(--solar-ink);
}

.sale-text span:before,
.sale-text span:after {
    display: none;
}

.news .newsletterblock,
.newsletter-form {
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(31, 138, 91, 0.94), rgba(13, 111, 124, 0.94));
    box-shadow: var(--solar-shadow);
}

.news .page-title h3,
.news-description {
    color: #ffffff;
}

.subscribe-form .form-control,
#newsletter_usr_email {
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.34);
    background: rgba(255,255,255,0.96);
    color: var(--solar-ink);
}

.subscribe-btn {
    background: var(--solar-sun);
    color: var(--solar-ink);
}

footer {
    color: rgba(255, 255, 255, 0.76);
    background: #10231f;
    margin-top: 72px;
    padding-top: 52px;
}

footer.mt-60 {
    margin-top: 72px;
}

footer h5,
footer a,
footer .powered {
    color: rgba(255, 255, 255, 0.82);
}

footer h5 {
    font-size: 15px;
    font-weight: 800;
    text-transform: none;
}

footer a:hover {
    color: var(--solar-sun);
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.14);
}

a.scrollToTop {
    background: var(--solar-sun);
    color: var(--solar-ink);
    box-shadow: 0 12px 34px rgba(16, 35, 31, 0.18);
}

a.scrollToTop:hover {
    background: var(--solar-green);
    color: #ffffff;
}

@media (max-width: 1199px) {
    .solar-hero__inner {
        grid-template-columns: 1fr;
    }

    .solar-hero__visual {
        min-height: 330px;
    }

    .solar-panel {
        right: 11%;
        top: 12px;
    }

    .solar-meter {
        left: 10%;
        bottom: 18px;
    }
}

@media (max-width: 991px) {
    .header-inner {
        min-height: 70px;
    }

    #logo {
        padding: 12px 0;
        max-width: 190px;
    }

    .search-btn i,
    #header_ac i,
    #cart > .btn {
        padding: 24px 12px;
    }

    #cart-total {
        min-height: 24px;
        padding: 0 8px;
        right: 0;
        top: 16px;
        font-size: 10px;
    }

    .solar-hero {
        padding: 54px 0 42px;
    }

    .solar-hero p {
        font-size: 16px;
    }

    .solar-trust {
        grid-template-columns: 1fr;
    }

    .solar-trust div {
        min-height: auto;
        padding: 22px;
    }

    .solar-seo {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .solar-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solar-service-card {
        min-height: 270px;
        padding: 24px;
    }

    .solar-service-card strong {
        font-size: 18px;
        line-height: 1.24;
    }

    .solar-about-layout {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .common-home .box,
    .common-home .main-tab,
    .mblog .section,
    .testimonial-container {
        padding: 24px;
        border-radius: 18px;
    }

    .mahardhi-tabs {
        position: relative;
        top: auto;
        right: auto;
        margin: -8px 0 24px;
    }

    .mahardhi-tabs .nav-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }

    .mahardhi-tabs .nav-tabs > li {
        flex: 0 0 auto;
    }

    .owl-carousel.owl-theme .owl-nav {
        position: static;
        display: flex;
        justify-content: flex-end;
        gap: 8px;
        margin-top: 10px;
    }

    .testimonial-content {
        min-height: 0;
        margin-left: 24px;
    }

    .mgallery,
    .mgallery-sub,
    .mgallery-album {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        gap: 14px;
    }

    #additional-carousel {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    body:not(.common-home) #content,
    .page_title,
    .ecat_info,
    .col-sm-12 {
        border-radius: 14px;
        padding: 18px;
    }

    .solar-hero {
        padding: 42px 0 32px;
    }

    .solar-hero__inner {
        gap: 28px;
    }

    .solar-hero__actions {
        flex-direction: column;
    }

    .solar-btn {
        width: 100%;
    }

    .solar-hero__visual {
        min-height: 250px;
    }

    .solar-panel {
        right: 0;
        width: 96%;
        gap: 7px;
        padding: 12px;
        border-radius: 18px;
    }

    .solar-sun {
        width: 84px;
        height: 84px;
    }

    .solar-meter {
        left: 0;
        width: 180px;
        padding: 16px;
    }

    .solar-seo {
        margin-top: 24px;
        padding: 20px;
    }

    .solar-keywords a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .solar-section-head {
        margin-bottom: 22px;
    }

    .solar-service-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .solar-service-card {
        min-height: 230px;
        padding: 22px;
    }

    .solar-service-card:after {
        right: 18px;
        bottom: 74px;
        width: 62px;
        height: 62px;
    }

    .solar-service-card strong {
        font-size: 19px;
        line-height: 1.22;
    }

    .solar-service-card span {
        font-size: 13px;
    }

    .solar-about-layout {
        padding: 20px;
        border-radius: 18px;
    }

    .solar-process-list div {
        padding: 18px;
    }

    .common-home .box,
    .common-home .main-tab,
    .mblog .section,
    .testimonial-container,
    .category-list,
    #column-left .box,
    #column-right .box,
    .panel-default.filter,
    .sidebar,
    .account-content {
        padding: 18px;
        border-radius: 16px;
    }

    .box .page-title,
    .product-tabs > .page-title,
    .mblog .page-title,
    .testimonial-block .page-title {
        display: block;
    }

    .mahardhi-tabs .nav-tabs > li > a {
        padding: 9px 14px;
        font-size: 13px;
    }

    .blog-block .blog-description {
        padding: 18px;
    }

    .blog-block:hover .blog-description {
        padding: 18px;
    }

    .testimonial-block {
        padding-top: 34px;
    }

    .testimonial-images img {
        width: 72px;
        height: 72px;
    }

    .testimonial-content {
        margin: -28px 0 0 18px;
        padding: 44px 20px 22px;
    }

    .news .newsletter-form {
        padding: 22px;
    }

    .subscribe-form {
        display: grid;
        grid-template-columns: 1fr;
    }

    .product-img .thumbnails {
        padding: 14px;
        border-radius: 16px;
    }

    .pro-image,
    .pro-image a.thumbnail,
    .pro-image img {
        border-radius: 14px;
    }

    #additional-carousel {
        margin-top: 12px;
        padding: 0;
    }

    #additional-carousel .image-additional a,
    #quick-carousel .image-additional a {
        width: 68px;
        height: 68px;
        border-radius: 12px;
    }

    .mgallery,
    .mgallery-sub,
    .mgallery-album {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mgallery-wrap h2,
    .extension-mpphotogallery-album h2,
    .gallery-photo h2,
    .mheading_title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .mgallery .image-col .image,
    .mgallery-album .mablum .image,
    .malbum-carousel .mgallery-layout .image,
    .malbum-nocarousel .mgallery-layout .image {
        aspect-ratio: 16 / 11;
    }

    .mgallery .image-col[data-src*="youtube"] .image:after,
    .mgallery .image-col[data-src*="youtu.be"] .image:after,
    .mgallery .image-col[data-src*="vimeo"] .image:after,
    .mgallery-thumb[data-src*="youtube"] .image:after,
    .mgallery-thumb[data-src*="youtu.be"] .image:after,
    .mgallery-thumb[data-src*="vimeo"] .image:after {
        width: 54px;
        height: 54px;
        font-size: 17px;
    }

    .product-thumb .caption {
        padding: 18px;
    }

    .product-thumb .product-title {
        min-height: 68px;
    }

    footer {
        margin-top: 42px;
        padding-top: 32px;
    }

    footer.mt-60 {
        margin-top: 42px;
    }
}
/* Solar category, product and navigation polish */
body {
    background: #f5f8f3;
}

header {
    transition: background 260ms ease, box-shadow 260ms ease, backdrop-filter 260ms ease, transform 260ms ease;
}

.common-home header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    background: transparent;
    box-shadow: none;
}

.common-home header .header-main,
.common-home header .header-inner {
    background: transparent;
}

.logo-slide {
    display: none;
}

.common-home header:not(.header-scrolled):not(.header-fixed) #logo img {
    filter: brightness(0) invert(1);
}

.common-home header:not(.header-scrolled):not(.header-fixed) #logo .logo-main {
    display: none;
}

.common-home header:not(.header-scrolled):not(.header-fixed) #logo .logo-slide {
    display: block;
    filter: none;
}

header.header-scrolled #logo .logo-main,
.common-home header.header-fixed #logo .logo-main,
body:not(.common-home) #logo .logo-main {
    display: block;
}

header.header-scrolled #logo .logo-slide,
.common-home header.header-fixed #logo .logo-slide,
body:not(.common-home) #logo .logo-slide {
    display: none;
}

.common-home header:not(.header-scrolled):not(.header-fixed) #logo h1 a {
    color: #ffffff;
}

body:not(.common-home) #logo img,
header.header-scrolled #logo img,
.common-home header.header-fixed #logo img {
    filter: none;
}

body:not(.common-home) #logo h1 a,
header.header-scrolled #logo h1 a,
.common-home header.header-fixed #logo h1 a {
    color: var(--solar-ink);
}

.common-home header:not(.header-scrolled):not(.header-fixed) #menu .nav > li > a,
.common-home header:not(.header-scrolled):not(.header-fixed) .search-btn i,
.common-home header:not(.header-scrolled):not(.header-fixed) #header_ac i,
.common-home header:not(.header-scrolled):not(.header-fixed) #cart > .btn,
.common-home header:not(.header-scrolled):not(.header-fixed) #cart > .btn:before {
    color: #ffffff;
}

.common-home header:not(.header-scrolled):not(.header-fixed) #menu .btn-navbar span,
.common-home header:not(.header-scrolled):not(.header-fixed) #menu .btn-navbar span:before,
.common-home header:not(.header-scrolled):not(.header-fixed) #menu .btn-navbar span:after {
    background: #ffffff;
}

header.header-scrolled,
.common-home header.header-scrolled,
.common-home header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 50px rgba(16, 35, 31, 0.12);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

header.header-scrolled #menu .nav > li > a,
.common-home header.header-scrolled #menu .nav > li > a,
.common-home header.header-fixed #menu .nav > li > a,
header.header-scrolled .search-btn i,
header.header-scrolled #header_ac i,
header.header-scrolled #cart > .btn,
header.header-scrolled #cart > .btn:before {
    color: var(--solar-ink);
}

#logo {
    padding: 18px 8px 18px 0;
}

#menu .nav > li > a {
    position: relative;
    padding: 34px 12px;
    font-family: var(--solar-font-body);
    font-size: 14px;
    font-weight: 800;
}

#menu .nav > li > a:after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 27px;
    height: 3px;
    border-radius: 999px;
    background: var(--solar-sun);
    opacity: 0;
    transform: scaleX(0.35);
    transition: opacity 220ms ease, transform 220ms ease;
}

#menu .nav > li:hover > a:after,
#menu .nav > li > a:focus:after {
    opacity: 1;
    transform: scaleX(1);
}

@media (min-width: 1321px) {
    .header-inner {
        gap: 6px;
        align-items: center;
    }

    .header-left {
        flex: 0 0 auto;
        margin-left: -10px;
    }

    .header-center {
        flex: 1 1 auto;
        min-width: 0;
    }

    .header-right.header-links {
        flex: 0 0 auto;
        margin-right: -12px;
    }

    #menu,
    #topCategoryList {
        width: 100%;
    }

    #menu #topCategoryList > ul.nav.navbar-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        float: none;
        width: 100%;
        margin: 0;
    }

    #menu #topCategoryList > ul.nav.navbar-nav > li {
        float: none;
    }

    #menu .nav > li > a {
        padding: 34px 10px;
        font-size: 13px;
    }
}

.search-btn i,
#header_ac i,
#cart > .btn {
    padding: 34px 18px;
}

#cart-total {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    top: 67px;
    right: 4px;
    border: 1px solid rgba(16, 35, 31, 0.08);
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd768, #f5b642);
    color: var(--solar-ink);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
}

@media (min-width: 992px) {
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
        min-width: 260px;
        padding: 14px;
        border: 1px solid rgba(220, 232, 223, 0.96);
        border-top: 0;
        border-radius: 18px;
        background:
            linear-gradient(135deg, rgba(245, 182, 66, 0.12), rgba(31, 138, 91, 0.08)),
            #ffffff;
        box-shadow: 0 26px 70px rgba(16, 35, 31, 0.16);
    }

    #menu .dropdown-menu:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 28px;
        width: 14px;
        height: 14px;
        background: #ffffff;
        border-left: 1px solid rgba(220, 232, 223, 0.96);
        border-top: 1px solid rgba(220, 232, 223, 0.96);
        transform: rotate(45deg);
    }

    #menu .dropdown-inner a {
        min-width: 210px;
        padding: 10px 12px;
        border-radius: 12px;
        color: #31443d;
        font-size: 14px;
        font-weight: 700;
    }

    #menu .dropdown-inner li:hover > a,
    #navCategory .dropdown-inner li a:hover {
        background: rgba(31, 138, 91, 0.1);
        color: var(--solar-green);
    }

    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item > a {
        border-bottom: 1px solid rgba(220, 232, 223, 0.95);
        color: var(--solar-ink);
        font-size: 15px;
        font-weight: 800;
    }

    #menu .image-menu img {
        border-radius: 16px;
        box-shadow: 0 18px 46px rgba(16, 35, 31, 0.14);
    }

    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu ul.sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 240px;
        margin: 0;
        padding: 14px;
        visibility: hidden;
        opacity: 0;
        border: 1px solid rgba(220, 232, 223, 0.96);
        border-radius: 18px;
        background:
            linear-gradient(135deg, rgba(245, 182, 66, 0.12), rgba(31, 138, 91, 0.08)),
            #ffffff;
        box-shadow: 0 26px 70px rgba(16, 35, 31, 0.16);
        z-index: 1002;
        display: block;
    }

    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu:hover > ul.sub-menu {
        visibility: visible;
        opacity: 1;
    }
}

#product-category,
#product-page,
#checkout-checkout,
body.checkout-d_quickcheckout #container {
    padding-top: 34px;
}

body.checkout-checkout .breadcrumb-back .breadcrumb-row,
body.checkout-d_quickcheckout .breadcrumb-back .breadcrumb-row {
    display: block !important;
    margin-top: 18px;
}

body.checkout-checkout .breadcrumb-back .breadcrumb,
body.checkout-d_quickcheckout .breadcrumb-back .breadcrumb {
    display: flex !important;
}

#product-category .breadcrumb,
#product-page .breadcrumb,
body.checkout-checkout .breadcrumb-back .breadcrumb,
body.checkout-d_quickcheckout .breadcrumb-back .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 13px;
    font-weight: 800;
}

#product-category .breadcrumb > li + li:before,
#product-page .breadcrumb > li + li:before,
body.checkout-checkout .breadcrumb-back .breadcrumb > li + li:before,
body.checkout-d_quickcheckout .breadcrumb-back .breadcrumb > li + li:before {
    content: "";
    padding: 0;
}

#product-category .breadcrumb a,
#product-page .breadcrumb a,
body.checkout-checkout .breadcrumb-back .breadcrumb a,
body.checkout-d_quickcheckout .breadcrumb-back .breadcrumb a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-height: 32px;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #4c6259;
    box-shadow: inset 0 0 0 1px rgba(220, 232, 223, 0.82);
}

body.checkout-checkout .breadcrumb-back .breadcrumb a:hover,
body.checkout-checkout .breadcrumb-back .breadcrumb a:focus,
body.checkout-d_quickcheckout .breadcrumb-back .breadcrumb a:hover,
body.checkout-d_quickcheckout .breadcrumb-back .breadcrumb a:focus {
    color: var(--solar-green);
    background: rgba(255, 255, 255, 0.95);
}

#product-category #content,
#product-page #content {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

#product-category .page_title {
    position: relative;
    overflow: hidden;
    margin: 0 0 22px;
    padding: 34px 38px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(236, 247, 232, 0.94)),
        #ffffff;
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: none;
    box-shadow: 0 24px 68px rgba(16, 35, 31, 0.09);
}

#product-category .page_title:before {
    content: "";
    position: absolute;
    right: 34px;
    top: 28px;
    width: 132px;
    height: 76px;
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(31, 138, 91, 0.2) 1px, transparent 1px),
        linear-gradient(0deg, rgba(31, 138, 91, 0.2) 1px, transparent 1px),
        rgba(245, 182, 66, 0.18);
    background-size: 22px 22px;
    transform: rotate(-8deg);
}

#product-category .page_title:after {
    content: "Rotis";
    position: absolute;
    right: 52px;
    bottom: 24px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--solar-ink);
    color: #ffffff;
    font-family: var(--solar-font-body);
    font-size: 12px;
    font-weight: 800;
}

/* Rotis additives info */
.product-title {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.additives-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(111, 13, 27, 0.12);
    color: var(--primary-hover-color);
    cursor: pointer;
}

.additives-text {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    display: none;
    min-width: 240px;
    padding: 12px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(16, 18, 22, 0.18);
    transform: translateX(-50%);
    z-index: 10;
}

.additives-text .table {
    margin-bottom: 0;
    font-size: 12px;
}

.additives-text:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #ffffff;
    transform: translateX(-50%) rotate(45deg);
}

.additives-icon:hover .additives-text,
.additives-icon:focus-within .additives-text {
    display: block;
}

#product-category .category-row > .product-layout {
    position: relative;
    z-index: 1;
}

#product-category .category-row > .product-layout:hover,
#product-category .category-row > .product-layout:focus-within {
    z-index: 30;
}

#product-category .product-thumb,
#product-category .thumb-description,
#product-category .product-thumb .caption,
#product-category .product-thumb .product-title,
#product-category .product-list .product-thumb {
    overflow: visible;
}

#product-category .additives-icon {
    z-index: 5;
}

#product-category .additives-text {
    z-index: 40;
}

#product-category .cat-banner {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 24px;
    margin: 0 0 18px;
    box-shadow: 0 24px 70px rgba(16, 35, 31, 0.13);
}

#product-category .cat-description {
    margin: 0 0 24px;
    padding: 24px 28px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(16, 35, 31, 0.06);
}

#product-category .cat-description p {
    color: #4c6259;
    font-size: 16px;
    line-height: 1.7;
}

.refine-search {
    padding: 22px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(16, 35, 31, 0.06);
}

#content .refine-text {
    margin-bottom: 16px;
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-size: 22px;
    font-weight: 800;
}

.cat-name {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cat-name li a {
    margin: 0;
    padding: 10px 16px;
    border: 1px solid rgba(31, 138, 91, 0.18);
    border-radius: 999px;
    background: rgba(31, 138, 91, 0.08);
    color: var(--solar-green);
    font-weight: 800;
}

.cat-name li a:hover {
    background: var(--solar-green);
    color: #ffffff;
}

.cat_info {
    margin: 0 0 28px;
    padding: 16px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 48px rgba(16, 35, 31, 0.08);
}

#grid-view.btn-default,
#list-view.btn-default {
    border-radius: 14px;
    background: #eef6ea;
    color: var(--solar-ink);
}

#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
    background: var(--solar-sun);
    color: var(--solar-ink);
}

#compare-total.btn.btn-link {
    color: var(--solar-green);
    font-weight: 800;
}

.cat-pagination-right .form-control {
    height: 42px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 12px;
    background: #ffffff;
    color: var(--solar-ink);
    font-weight: 700;
}

.product-list .product-thumb {
    display: grid;
    grid-template-columns: minmax(220px, 34%) 1fr;
    border-radius: 22px;
    background: #ffffff;
}

.product-list .product-thumb .image {
    width: auto;
    margin: 0;
    border-right: 1px solid rgba(220, 232, 223, 0.95);
}

.product-list .product-thumb .caption {
    padding: 28px;
}

.product-list .product-thumb .description {
    color: #60766d;
    line-height: 1.7;
}

.pro_pagination {
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(16, 35, 31, 0.06);
}

.pagination > li > a,
.pagination > li > span {
    border-radius: 14px;
    background: #eef6ea;
    color: var(--solar-ink);
}

.pro_pagination .pagination > li.active > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-radius: 14px;
    background: var(--solar-green);
    color: #ffffff;
}

#product-page .pro-deatil {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 248, 234, 0.9)),
        #ffffff;
    box-shadow: 0 28px 80px rgba(16, 35, 31, 0.11);
}

#product-page .pro-deatil:before {
    content: "";
    position: absolute;
    left: 28px;
    top: 28px;
    width: 120px;
    height: 64px;
    border-radius: 16px;
    background:
        linear-gradient(90deg, rgba(31, 138, 91, 0.22) 1px, transparent 1px),
        linear-gradient(0deg, rgba(31, 138, 91, 0.22) 1px, transparent 1px),
        rgba(245, 182, 66, 0.18);
    background-size: 20px 20px;
    pointer-events: none;
}

.product-img .thumbnails {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 24px;
    background: #f7fbf5;
}

.quickview-container .pro-image,
#product-page .pro-image {
    overflow: hidden;
    margin: 0 0 18px;
    border: 0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(220, 232, 223, 0.95);
}

.pro-image img {
    border-radius: 20px;
}

#additional-carousel {
    padding: 0 36px;
    background: transparent;
}

#additional-carousel .image-additional a,
#quick-carousel .image-additional a {
    overflow: hidden;
    width: 78px;
    height: 78px;
    margin: 0 8px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 16px;
    background: #ffffff;
    transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

#additional-carousel .image-additional a:hover,
#quick-carousel .image-additional a:hover,
#additional-carousel .image-additional a:focus,
#quick-carousel .image-additional a:focus {
    border-color: var(--solar-green);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(16, 35, 31, 0.12);
}

#additional-carousel img,
#quick-carousel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 0;
}

.right-info-inner {
    height: 100%;
    padding: 34px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 60px rgba(16, 35, 31, 0.08);
}

.right_info h1,
.quick-product-right h1 {
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.22;
    text-transform: none;
}

.right_info .list-unstyled {
    display: grid;
    gap: 8px;
}

.right_info .list-unstyled li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(220, 232, 223, 0.72);
}

.right_info .disc {
    min-width: 120px;
    color: var(--solar-ink);
    font-weight: 800;
}

.right_info .disc1 {
    color: #4c6259;
    font-weight: 700;
    text-align: right;
}

.pro_price {
    color: var(--solar-green);
    font-family: var(--solar-font-heading);
    font-size: 34px;
    font-weight: 800;
}

.pro_oldprice {
    color: #8a9b94;
}

.product-btn-quantity .minus-plus {
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 14px;
    background: #ffffff;
}

#product .minus-plus > * {
    height: 46px;
    width: 46px;
}

#button-cart,
#quick-cart {
    min-height: 48px;
    border-radius: 14px;
    background: var(--solar-ink);
    font-weight: 800;
}

.pro_wish,
.pro_comper {
    height: 48px;
    width: 48px;
    border-radius: 14px;
    background: #eef6ea;
    color: var(--solar-ink);
}

.pro_wish:hover,
.pro_comper:hover {
    background: var(--solar-sun);
    color: var(--solar-ink);
}

.propage-tab {
    overflow: hidden;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(16, 35, 31, 0.08);
}

#product-page .nav-tabs {
    gap: 8px;
    padding: 14px;
    background: #eef6ea;
}

#product-page .nav-tabs li {
    margin: 0;
}

#product-page .nav-tabs > li > a {
    padding: 12px 18px;
    border: 0;
    border-radius: 14px;
    color: var(--solar-ink);
    font-weight: 800;
}

#product-page .nav-tabs > li.active > a,
#product-page .nav-tabs > li.active > a:focus,
#product-page .nav-tabs > li.active > a:hover,
#product-page .nav-tabs > li > a:hover {
    background: #ffffff;
    color: var(--solar-green);
    box-shadow: 0 10px 28px rgba(16, 35, 31, 0.09);
}

#product-page .tab-content {
    padding: 30px;
    color: #4c6259;
    line-height: 1.75;
}

@media (max-width: 1320px) {
    #menu .nav > li > a {
        padding: 22px 9px;
    }

    .search-btn i,
    #header_ac i,
    #cart > .btn {
        padding: 22px 16px;
    }

    .header-center {
        text-align: left;
        order: 2;
    }

    #menu {
        display: block;
        padding: 18px 14px;
    }

    #menu .navbar-header {
        display: block;
    }

    #menu .btn-navbar {
        display: block;
        position: relative;
        width: 42px;
        height: 42px;
        margin: 0;
        border: 1px solid rgba(220, 232, 223, 0.95);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.22);
        box-shadow: none;
    }

    header.header-scrolled #menu .btn-navbar,
    body:not(.common-home) #menu .btn-navbar {
        background: #ffffff;
    }

    #menu .btn-navbar span,
    #menu .btn-navbar span:before,
    #menu .btn-navbar span:after {
        background: var(--solar-ink);
    }

    .common-home header:not(.header-scrolled):not(.header-fixed) #menu .btn-navbar {
        border-color: rgba(255, 255, 255, 0.36);
    }

    #topCategoryList {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: min(360px, 88vw);
        max-width: 360px;
        height: 100%;
        margin: 0;
        padding: 0 0 18px;
        overflow: auto;
        z-index: 999;
        background: #ffffff;
        border-right: 1px solid rgba(17, 17, 17, 0.08);
        box-shadow: 18px 0 42px rgba(17, 17, 17, 0.12);
        transform: translateX(-110%);
        transition: transform 320ms ease;
    }

    #topCategoryList.box-menu {
        transform: translateX(0);
        background: #fff;
    }

    .menu-close.hidden-lg.hidden-md,
    .menu-close {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 12px;
        padding: 15px 18px;
        background: #ffffff;
        color: var(--solar-ink);
        border-bottom: 1px solid rgba(17, 17, 17, 0.08);
        font-weight: 800;
    }

    #menu #topCategoryList > ul,
    #menu #topCategoryList ul {
        float: none;
        display: block;
        margin: 0;
        background: transparent;
        text-align: left;
    }

    #topCategoryList ul li {
        float: none;
        position: relative;
    }

    #menu .nav > li > a,
    #menu #topCategoryList .dropdown-inner a {
        display: block;
        margin: 4px 12px;
        padding: 11px 42px 11px 14px;
        border-radius: 14px;
        background: #ffffff;
        color: var(--solar-ink);
        font-size: 14px;
        font-weight: 800;
        text-transform: capitalize;
    }

    #menu .nav > li > a:after {
        display: none;
    }

    #topCategoryList .dropdown.menulist .dropdown-menu {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        float: none;
        display: none;
        width: auto;
        min-width: 0;
        margin: 0 12px 8px;
        padding: 8px;
        visibility: visible;
        opacity: 1;
        transform: none;
        border: 0;
        border-radius: 14px;
        background: #ffffff;
        box-shadow: none;
    }

    #topCategoryList .dropdown.menulist .dropdown-menu:before,
    #menu .dropdown-menu:before {
        display: none;
    }

    #menu .dropdown-inner,
    #navCategory .dropdown-inner,
    #topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
        display: block;
        padding: 0;
    }

    #menu .dropdown-inner ul,
    #navCategory .dropdown-inner > ul {
        display: block;
    }

    #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
        display: none;
        position: static;
        padding: 0 0 0 10px;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    #topCategoryList li .toggle-menu {
        position: absolute;
        top: 4px;
        right: 14px;
        z-index: 2;
        padding: 10px;
        color: var(--solar-ink);
    }

    #topCategoryList .dropdown-submenu > .fa,
    #topCategoryList #more_cat {
        display: none;
    }

    #menu .btn-navbar.open-menu:after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 99;
        background: rgba(16, 35, 31, 0.42);
    }
}

@media (max-width: 991px) {
    .common-home header {
        position: absolute;
    }

    .common-home header.header-scrolled {
        position: fixed;
    }

    #topCategoryList {
        max-width: 360px;
        padding: 0 0 18px;
        background: #ffffff;
        border-right: 1px solid rgba(17, 17, 17, 0.08);
        box-shadow: 18px 0 42px rgba(17, 17, 17, 0.12);
    }

    .menu-close {
        background: #ffffff;
        color: var(--solar-ink);
        border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    }

    #menu .nav > li > a,
    #menu #topCategoryList .dropdown-inner a {
        margin: 4px 12px;
        padding: 11px 42px 11px 14px;
        border-radius: 14px;
        background: #ffffff;
        color: var(--solar-ink);
        font-weight: 800;
    }

    #topCategoryList .dropdown.menulist .dropdown-menu {
        margin: 0 12px 8px;
        border-radius: 14px;
        background: #ffffff;
    }

    #product-category .page_title {
        padding: 26px;
        font-size: 28px;
    }

    #product-category .page_title:before,
    #product-category .page_title:after,
    #product-page .pro-deatil:before {
        display: none;
    }

    .product-list .product-thumb {
        grid-template-columns: 1fr;
    }

    .product-list .product-thumb .image {
        border-right: 0;
        border-bottom: 1px solid rgba(220, 232, 223, 0.95);
    }

    #product-page .pro-deatil {
        padding: 18px;
        border-radius: 22px;
    }

    .right-info-inner {
        margin-top: 18px;
        padding: 24px;
    }

    .right_info h1,
    .quick-product-right h1 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    #product-category,
    #product-page {
        padding-top: 22px;
    }

    #product-category .page_title,
    #product-category .cat-description,
    .refine-search,
    .cat_info,
    .pro_pagination,
    .right-info-inner,
    .propage-tab {
        border-radius: 18px;
    }

    .cat_info .row {
        display: grid;
        gap: 10px;
    }

    .cat_list_gird,
    .com-total,
    .cat-pagination-right {
        width: 100%;
    }

    .cat-pagination-right .cat-sort,
    .cat-pagination-right .cat-show {
        display: grid;
        grid-template-columns: 78px 1fr;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    .right_info .list-unstyled li {
        display: block;
    }

    .right_info .disc1 {
        display: block;
        margin-top: 4px;
        text-align: left;
    }

    #product-page .nav-tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* mahardhi */
@media (max-width: 1440px) {
    .mt-110{
        margin-top: 80px;
    }
    .mt-80{
        margin-top: 50px;
    }
    .mt-60{
        margin-top: 50px;
    }
    .mt-50,
    .mt-40,
    .mt-30 {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .mt-110{
        margin-top: 55px;
    }
    .mt-80{
        margin-top: 30px;
    }
    .mt-60{
        margin-top: 30px;
    }
    .mt-50,
    .mt-40,
    .mt-30 {
        margin-top: 10px;
    }
    .category-row {
        margin: 0 -5px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .form-control{
        height: 34px;
    }
}
@media (max-width: 767px) {
    #column-left,
    #column-right {
        display: block !important;
    }
    .mt-110,
    .mt-80,
    .mt-60 {
        margin-top: 20px;
    }
    .mt-50,
    .mt-40,
    .mt-30 {
        margin-top: 0;
    }
}

/* Product tabs: carousel controls bottom right */
.product-tab-block .tab-content {
    padding-bottom: 62px;
}

.product-tab-block .product-carousel.owl-carousel.owl-theme .owl-nav,
.product-tab-block .box-product.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -58px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

.product-tab-block .product-carousel.owl-carousel.owl-theme .owl-nav .owl-next,
.product-tab-block .box-product.owl-carousel.owl-theme .owl-nav .owl-next {
    margin-left: 0;
}

/* Homepage gallery links */
body:not(.common-home) .solar-gallery-home {
    display: none !important;
}

.solar-gallery-home {
    position: relative;
    clear: both;
    content-visibility: auto;
    contain-intrinsic-size: 1px 760px;
}

.solar-gallery-head {
    max-width: 780px;
    margin: 0 0 26px;
}

.solar-gallery-head > span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 13px;
    border: 1px solid rgba(31, 138, 91, 0.18);
    border-radius: 999px;
    background: rgba(31, 138, 91, 0.08);
    color: var(--solar-green);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.solar-gallery-head h2 {
    margin: 12px 0 0;
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 800;
    line-height: 1.14;
}

.solar-gallery-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.solar-gallery-carousel {
    display: block;
    padding-bottom: 58px;
}

.solar-gallery-carousel.owl-carousel .owl-stage {
    display: flex;
}

.solar-gallery-carousel.owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.solar-gallery-carousel.owl-carousel .owl-item > .solar-gallery-card {
    width: 100%;
}

.solar-gallery-card {
    position: relative;
    isolation: isolate;
    display: block;
    min-height: 0;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 24px;
    background: var(--solar-ink);
    color: #ffffff;
}

.solar-gallery-card:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(16, 35, 31, 0.06) 0%, rgba(16, 35, 31, 0.74) 100%),
        radial-gradient(circle at 14% 18%, rgba(245, 182, 66, 0.32), transparent 30%);
}

.solar-gallery-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
    transition: transform 360ms ease, filter 360ms ease;
}

.solar-gallery-card:hover img,
.solar-gallery-card:focus img {
    filter: saturate(1.08);
    transform: scale(1.06);
}

.solar-gallery-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--solar-sun);
    color: var(--solar-ink);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.solar-gallery-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 24px;
}

.solar-gallery-copy strong {
    display: block;
    margin: 0 0 10px;
    color: #ffffff;
    font-family: var(--solar-font-heading);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
}

.solar-gallery-copy span {
    display: block;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.65;
}

.solar-gallery-video-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.solar-gallery-video-link {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(16, 35, 31, 0.7);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.solar-gallery-video-link:hover,
.solar-gallery-video-link:focus {
    border-color: rgba(245, 182, 66, 0.82);
    background: rgba(16, 35, 31, 0.9);
    color: #ffffff;
    transform: translateY(-1px);
}

.solar-gallery-carousel.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

.solar-gallery-carousel.owl-carousel.owl-theme .owl-nav div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(31, 138, 91, 0.18);
    border-radius: 50%;
    background: var(--solar-ink);
    color: #ffffff;
    line-height: 1;
}

.solar-gallery-carousel.owl-carousel.owl-theme .owl-nav .owl-next {
    margin-left: 0;
}

.solar-gallery-carousel.owl-carousel.owl-theme .owl-nav .fa {
    line-height: 1;
}

.solar-gallery-carousel.owl-carousel.owl-theme .owl-nav div:hover {
    background: var(--solar-sun);
    color: var(--solar-ink);
}

.solar-gallery-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    padding-left: 4px;
    border-radius: 50%;
    background: var(--solar-sun);
    color: var(--solar-ink);
    font-size: 20px;
    transform: translate(-50%, -50%);
    transition: transform 240ms ease, background 240ms ease;
}

.solar-gallery-card-video:hover .solar-gallery-play,
.solar-gallery-card-video:focus .solar-gallery-play {
    background: #ffd06a;
    transform: translate(-50%, -50%) scale(1.08);
}

@media (max-width: 991px) {
    .solar-gallery-cards:not(.owl-carousel) {
        grid-template-columns: 1fr;
    }

    .solar-gallery-card {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 767px) {
    .solar-gallery-head {
        margin-bottom: 18px;
    }

    .solar-gallery-card {
        aspect-ratio: 4 / 3;
        border-radius: 18px;
    }

    .solar-gallery-copy {
        padding: 22px;
    }

    .solar-gallery-copy strong {
        font-size: 24px;
    }

    .solar-gallery-copy span {
        font-size: 14px;
    }
}

/* Homepage reviews */
.solar-reviews-home {
    display: none;
    clear: both;
    content-visibility: auto;
    contain-intrinsic-size: 1px 640px;
}

.common-home .solar-reviews-home {
    display: block;
}

.solar-reviews-head {
    max-width: 760px;
    margin: 0 0 26px;
}

.solar-reviews-head > span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 13px;
    border: 1px solid rgba(31, 138, 91, 0.18);
    border-radius: 999px;
    background: rgba(31, 138, 91, 0.08);
    color: var(--solar-green);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.solar-reviews-head h2 {
    margin: 12px 0 0;
    color: var(--solar-ink);
    font-family: var(--solar-font-heading);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
}

.solar-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.solar-review-carousel:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.solar-review-carousel.owl-carousel .owl-stage {
    display: flex;
}

.solar-review-carousel.owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.solar-review-carousel.owl-carousel .owl-item .solar-review-card {
    width: 100%;
}

.solar-review-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    padding: 24px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 20px;
    background: #ffffff;
}

.solar-review-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.solar-google-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    padding: 10px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(220, 228, 238, 0.95);
    line-height: 0;
    overflow: hidden;
}

.solar-google-avatar img,
.solar-google-avatar__fallback {
    display: inline-flex;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.solar-google-avatar img {
    object-fit: cover;
}

.solar-google-avatar svg,
.solar-google-avatar__fallback svg {
    display: block;
    width: 100%;
    height: 100%;
}

.solar-review-top strong {
    display: block;
    color: var(--solar-ink);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
}

.solar-review-top small {
    display: block;
    margin-top: 2px;
    color: #6c7d75;
    font-size: 13px;
}

.solar-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
}

.solar-stars svg {
    width: 18px;
    height: 18px;
    fill: var(--solar-sun);
}

.solar-review-card p {
    margin: 0;
    flex: 1 1 auto;
    color: #4c6259;
    font-size: 15px;
    line-height: 1.75;
}

/* Cookie popup */
body.solar-cookie-popup-open {
    overflow: hidden;
}

.solar-cookie-popup {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.solar-cookie-popup.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.solar-cookie-popup.is-hidden {
    display: none;
}

.solar-cookie-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 20, 17, 0.58);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.solar-cookie-banner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: start;
    gap: 22px;
    width: min(620px, 100%);
    padding: 26px;
    border: 1px solid rgba(220, 232, 223, 0.98);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 90px rgba(8, 23, 19, 0.22);
}

.solar-cookie-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 22px;
    border: 1px solid rgba(31, 138, 91, 0.18);
    background:
        radial-gradient(circle at 30% 25%, rgba(245, 182, 66, 0.26), transparent 48%),
        linear-gradient(180deg, #f8fcf7 0%, #eef7eb 100%);
    color: var(--solar-green);
    font-size: 28px;
}

.solar-cookie-copy {
    min-width: 0;
}

.solar-cookie-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 8px;
    padding: 5px 10px;
    border: 1px solid rgba(31, 138, 91, 0.18);
    border-radius: 999px;
    background: rgba(31, 138, 91, 0.06);
    color: var(--solar-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.solar-cookie-copy strong {
    display: block;
    margin: 0 0 8px;
    color: var(--solar-ink);
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
}

.solar-cookie-copy p {
    margin: 0;
    color: #51685f;
    font-size: 14px;
    line-height: 1.65;
}

.solar-cookie-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 2px;
}

.solar-cookie-link,
.solar-cookie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-transform: none;
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.solar-cookie-link {
    border: 1px solid rgba(220, 232, 223, 0.98);
    background: #ffffff;
    color: var(--solar-ink);
}

.solar-cookie-link:hover,
.solar-cookie-link:focus {
    color: var(--solar-green);
}

.solar-cookie-btn {
    border: 1px solid transparent;
}

.solar-cookie-btn-muted {
    background: #ffffff;
    border-color: rgba(220, 232, 223, 0.98);
    color: var(--solar-ink);
}

.solar-cookie-btn-muted:hover,
.solar-cookie-btn-muted:focus {
    border-color: rgba(31, 138, 91, 0.24);
    color: var(--solar-green);
}

.solar-cookie-btn-primary {
    background: linear-gradient(135deg, var(--solar-sun), #ffd97a);
    border-color: rgba(245, 182, 66, 0.9);
    color: var(--solar-ink);
}

.solar-cookie-btn-primary:hover,
.solar-cookie-btn-primary:focus {
    background: linear-gradient(135deg, #f7bf4d, #ffd46f);
    color: var(--solar-ink);
}

@media (max-width: 991px) {
    .solar-review-grid {
        grid-template-columns: 1fr;
    }

    .solar-review-carousel:not(.owl-loaded) {
        grid-template-columns: 1fr;
    }

    .solar-cookie-popup {
        padding: 18px;
    }

    .solar-cookie-banner {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
    }

    .solar-cookie-badge {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        font-size: 24px;
    }

    .solar-cookie-copy strong {
        font-size: 20px;
    }

    .solar-cookie-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .solar-cookie-popup {
        padding: 12px;
    }

    .solar-cookie-banner {
        width: 100%;
        padding: 16px;
        border-radius: 20px;
    }

    .solar-cookie-actions {
        flex-direction: column;
    }

    .solar-cookie-link,
    .solar-cookie-btn {
        width: 100%;
    }
}

/* Header cart dropdown */
#cart .dropdown-menu.header-cart-toggle {
    right: 0;
    left: auto;
    width: min(390px, calc(100vw - 24px));
    padding: 14px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-top: 3px solid var(--solar-green);
    border-radius: 18px;
    background: #ffffff;
}

#cart .dropdown-menu li {
    padding: 0;
}

#cart .dropdown-menu .cart-content-product {
    max-height: 360px;
    margin: 0 0 12px;
    padding-right: 4px;
}

#cart .dropdown-menu table {
    width: 100%;
    margin: 0;
}

#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) 30px;
    gap: 12px;
    align-items: center;
    min-height: 94px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(220, 232, 223, 0.95);
}

#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
    padding-bottom: 12px;
}

#cart .dropdown-menu table td {
    display: block;
    padding: 0;
}

#cart .dropdown-menu table td.product-cart-thumb {
    width: 78px;
}

#cart .img-thumbnail {
    width: 78px;
    height: 78px;
    object-fit: contain;
    padding: 8px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 14px;
    background: #f7fbf5;
}

#cart .dropdown-menu table td.product-cart-details {
    min-width: 0;
    padding: 0;
}

#cart .dropdown-menu .product-item-name {
    display: block;
    overflow: hidden;
    color: var(--solar-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
}

#cart .product-cart-info,
#cart .voucher-info {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin-top: 8px;
    color: #60766d;
}

#cart .product-cart-info .product-cart-qty,
#cart .product-cart-info .product-cart-price,
#cart .voucher-qty,
#cart .voucher-price {
    font-size: 13px;
    font-weight: 800;
}

#cart .product-cart-info .product-cart-price,
#cart .voucher-price {
    color: var(--solar-green);
}

#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
    position: static;
    align-self: start;
    justify-self: end;
}

#cart .dropdown-menu .btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eef6ea;
    color: var(--solar-ink);
}

#cart .dropdown-menu .btn-danger:hover,
#cart .dropdown-menu .btn-danger:focus {
    background: #ffe0dc;
    color: #c23024;
}

#cart .dropdown-menu li + li {
    padding: 14px 0 0;
    border-top: 0;
}

#cart .dropdown-menu li + li .table-bordered tr {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(220, 232, 223, 0.72);
}

#cart .dropdown-menu li + li .table-bordered tr:last-child {
    border-bottom: 0;
}

#cart .dropdown-menu li + li .table-bordered td {
    padding: 0;
    border: 0;
    color: #4c6259;
    font-size: 14px;
}

#cart .dropdown-menu li + li .table-bordered td:last-child {
    color: var(--solar-green);
    font-weight: 900;
    text-align: right;
}

.product-cart-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px 0 0;
    margin: 0;
}

#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 11px 14px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
}

#cart .text-right .addtocart-btn {
    background: #eef6ea;
    color: var(--solar-ink);
}

#cart .text-right .checkout-btn {
    background: var(--solar-ink);
    color: #ffffff;
}

#cart .dropdown-menu li p.product-cart-empty {
    padding: 28px 18px;
    border-radius: 14px;
    background: #f7fbf5;
    color: #60766d;
    font-weight: 800;
}

@media (max-width: 480px) {
    #cart .dropdown-menu.header-cart-toggle {
        top: calc(100% + 10px);
        right: -8px;
        width: calc(100vw - 16px);
        padding: 12px;
    }

    #cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
        grid-template-columns: 64px minmax(0, 1fr) 28px;
        gap: 10px;
    }

    #cart .dropdown-menu table td.product-cart-thumb,
    #cart .img-thumbnail {
        width: 64px;
        height: 64px;
    }

    .product-cart-button {
        grid-template-columns: 1fr;
    }
}

/* Remove decorative shadows, keep button shadows */
body *:not(button):not(.btn):not(.btn-primary):not(.btn-default):not(.btn-info):not(.btn-danger):not(.addcart):not(.solar-btn):not(.solar-about-btn):not(.tltslide-cta):not(input[type="button"]):not(input[type="submit"]):not(input[type="reset"]) {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    text-shadow: none !important;
}

/* Open Sans for navigation, breadcrumb and product areas */
#menu .nav > li > a,
#menu .dropdown-inner a,
#topCategoryList li .toggle-menu,
.menu-close,
.menu-close.hidden-lg.hidden-md,
#product-category .breadcrumb,
#product-page .breadcrumb,
#product-category .breadcrumb a,
#product-page .breadcrumb a,
#product-category .breadcrumb li,
#product-page .breadcrumb li,
.product-thumb .product-title a,
.product-thumb .price,
.product-thumb .price-new,
.product-thumb .price-old,
.product-thumb .price-tax,
.product-thumb .addcart,
.product-list .product-thumb .product-title a,
.product-list .product-thumb .price {
    font-family: "Open Sans", Arial, sans-serif !important;
}

/* Breadcrumb hero with image */
body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #logo .logo-main {
    display: none !important;
}

body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #logo .logo-slide {
    display: block !important;
    filter: none;
}

body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #logo img {
    filter: brightness(0) invert(1);
}

body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #logo h1 a,
body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #menu .nav > li > a,
body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) .search-btn i,
body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #header_ac i,
body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #cart > .btn,
body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #cart > .btn:before {
    color: #ffffff;
}

body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #menu .nav > li > a:hover,
body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #menu .nav > li > a:focus {
    color: #ffffff;
    background: transparent;
}

body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #menu .nav > li > a:after {
    background: rgba(255, 255, 255, 0.92);
}

body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #menu .btn-navbar {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.42);
    color: #ffffff;
}

body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #menu .btn-navbar span,
body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #menu .btn-navbar span:before,
body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #menu .btn-navbar span:after {
    background: #ffffff;
}

.breadcrumb-back {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(8, 23, 19, 0.8), rgba(16, 40, 33, 0.54)),
        url(../breadcrumb.jpg) center center / cover no-repeat;
    margin: 30px 0 40px;
    padding: 260px 0 78px;
    margin-top: 0;
}

.breadcrumb-back:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96), transparent 100%);
    pointer-events: none;
}

.breadcrumb-back:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 24%, rgba(245, 182, 66, 0.3), transparent 28%),
        radial-gradient(circle at 82% 28%, rgba(31, 138, 91, 0.22), transparent 26%);
    pointer-events: none;
}

.breadcrumb-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 150px;
    padding: 0 15px;
    text-align: left;
}

.breadcrumb-back .breadcrumb-row,
.breadcrumb-back .breadcrumb,
#product-category .breadcrumb-back .breadcrumb,
#product-page .breadcrumb-back .breadcrumb {
    display: none !important;
}

.breadcrumb-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: min(100%, 860px);
}

.breadcrumb-hero:before {
    content: "";
    width: 86px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f5b642 0%, #8dd260 100%);
    box-shadow: 0 10px 24px rgba(245, 182, 66, 0.22);
}

.breadcrumb-hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(8, 22, 18, 0.42);
    color: #f8fdf8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.breadcrumb-hero-title {
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    color: #ffffff;
    font-size: clamp(34px, 4.5vw, 64px);
    font-weight: 800;
    line-height: 1.05;
    text-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
    max-width: 100%;
}

@media (max-width: 991px) {
    .breadcrumb-back {
        margin: 20px 0 28px;
        padding: 220px 0 54px;
        margin-top: 0;
    }

    .breadcrumb-container {
        min-height: 120px;
        padding: 0 12px;
    }

    .breadcrumb-hero {
        gap: 12px;
    }

    .breadcrumb-hero:before {
        width: 68px;
        height: 4px;
    }

    .breadcrumb-hero-kicker {
        min-height: 32px;
        padding: 7px 12px;
        font-size: 11px;
    }

    .breadcrumb-hero-title {
        font-size: clamp(28px, 7vw, 44px);
        line-height: 1.1;
    }
}

@media (max-width: 575px) {
    .breadcrumb-back {
        padding: 196px 0 46px;
    }

    .breadcrumb-container {
        min-height: 100px;
    }

    .breadcrumb-hero-title {
        font-size: clamp(24px, 9vw, 34px);
    }
}

/* Modern mobile navigation */
.common-home .product-tab-block {
    display: none;
}

/* Product card polish */
.product-thumb,
.owl-item .product-thumb {
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 244, 0.98));
}

.product-thumb .image {
    position: relative;
    padding: 30px 30px 0;
    overflow: visible;
    background:
        radial-gradient(circle at 50% 10%, rgba(245, 182, 66, 0.18), transparent 38%),
        linear-gradient(180deg, #fbfdf9 0%, #f2f8ef 100%);
}

.product-thumb .image:after {
    content: "";
    position: absolute;
    inset: 18px 18px auto;
    height: calc(100% - 36px);
    border-radius: 18px;
    border: 1px solid rgba(220, 232, 223, 0.7);
    pointer-events: none;
    z-index: 1;
}

.product-thumb .image a {
    position: relative;
    z-index: 1;
}

.product-thumb .caption {
    gap: 10px;
    padding: 24px;
}

.product-thumb .product-title {
    min-height: 76px;
}

.product-thumb .product-title a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.55;
    color: #16312a;
}

.product-thumb .product-title a:hover,
.product-thumb .product-title a:focus {
    color: var(--solar-green);
}

.product-thumb .price-rating {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 0;
    margin-top: auto;
    padding: 14px 16px;
    border: 1px solid rgba(220, 232, 223, 0.95);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 235, 0.96));
}

.product-thumb .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin: 0;
    color: #16312a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.product-thumb .price,
.product-thumb .price-new {
    color: var(--solar-green);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.product-thumb .price-old {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(218, 228, 223, 0.72);
    color: #6f8279;
    font-size: 12px;
    font-weight: 700;
    text-decoration: line-through;
    line-height: 1;
}

.product-thumb .price-tax {
    display: block;
    width: 100%;
    margin-top: 2px;
    color: #6f8279;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.product-thumb .rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(245, 182, 66, 0.14);
    color: #d89a1f;
    white-space: nowrap;
}

.product-thumb .rating .fa-stack {
    width: 14px;
    height: 14px;
}

.product-thumb .addcart {
    min-height: 50px;
    margin-top: 16px;
    padding: 14px 20px;
    border: 1px solid rgba(16, 35, 31, 0.04);
    background: linear-gradient(135deg, var(--solar-ink), #21473c);
    color: #ffffff;
}

.product-thumb .addcart i {
    margin-right: 10px;
}

.sale-text {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 4;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f5b642, #ffd46f);
    color: #10231f;
    font-size: 12px;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
}

.product-list .product-thumb {
    grid-template-columns: minmax(240px, 34%) 1fr;
    align-items: stretch;
    overflow: hidden;
}

.product-list .product-thumb .image {
    padding: 30px;
    border-right: 1px solid rgba(220, 232, 223, 0.95);
}

.product-list .product-thumb .caption {
    gap: 18px;
    padding: 28px;
}

.product-list .product-thumb .product-title {
    min-height: 0;
}

.product-list .product-thumb .price-rating {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.product-list .product-thumb .description {
    margin: 0;
    color: #60766d;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 1199px) {
    .product-thumb .price-rating,
    .product-list .product-thumb .price-rating {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .product-thumb .rating {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .product-thumb .caption,
    .product-list .product-thumb .caption {
        padding: 18px;
    }

    .category-row > .product-layout.product-grid {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .product-thumb .product-title {
        min-height: 0;
    }

    .product-thumb .price-new,
    .product-thumb .price:not(:has(.price-new)) {
        font-size: 20px;
    }
}

.solar-menu-overlay {
    display: none;
}

.solar-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

@media (min-width: 1321px) {
    #menu .navbar-header,
    #menu .solar-menu-overlay,
    #menu .menu-close {
        display: none !important;
    }
}

@media (max-width: 1320px) {
    .header-inner {
        min-height: 72px;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .header-center {
        flex: 0 0 auto;
        order: 4;
        text-align: left;
    }

    .header-left {
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
    }

    .header-right.header-links {
        order: 3;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 2px;
    }

    #logo img {
        max-height: 46px;
        width: auto;
    }

    #menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        margin: 0;
        min-height: 0;
    }

    #menu .navbar-header {
        display: flex;
        justify-content: flex-end;
        float: none;
    }

    #menu .btn-navbar {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 46px;
        height: 46px;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(220, 232, 223, 0.95);
        border-radius: 14px;
        background: #ffffff;
        color: var(--solar-ink);
        z-index: 1004;
    }

    .common-home header:not(.header-scrolled):not(.header-fixed) #menu .btn-navbar {
        background: rgba(255, 255, 255, 0.18);
        border-color: rgba(255, 255, 255, 0.42);
        color: #ffffff;
    }

    #menu .solar-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1001;
        pointer-events: none;
        opacity: 0;
        background: rgba(16, 35, 31, 0.54);
        transition: opacity 260ms ease;
    }

    #menu .solar-menu-overlay.is-visible {
        pointer-events: auto;
        opacity: 1;
    }

    #topCategoryList {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: min(390px, 88vw);
        max-width: 390px;
        height: 100vh;
        margin: 0;
        padding: 0 0 24px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1002;
        background: #ffffff;
        border-right: 1px solid rgba(17, 17, 17, 0.08);
        box-shadow: 18px 0 42px rgba(17, 17, 17, 0.12);
        transform: translateX(-105%);
        transition: transform 300ms ease;
        -webkit-overflow-scrolling: touch;
    }

    #topCategoryList.box-menu {
        transform: translateX(0);
    }

    #menu .btn-navbar.open-menu:after {
        display: none;
    }

    .menu-close.hidden-lg.hidden-md,
    .menu-close {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        min-height: 72px;
        margin: 0 0 12px;
        padding: 14px 18px;
        background: #ffffff;
        color: var(--solar-ink);
        border-bottom: 1px solid rgba(17, 17, 17, 0.08);
        font-family: var(--solar-font-heading);
        font-size: 18px;
        font-weight: 800;
        text-transform: none;
    }

    .menu-close > i {
        display: none;
    }

    #menu #topCategoryList > ul,
    #menu #topCategoryList ul {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        background: transparent;
        text-align: left;
    }

    #topCategoryList ul li {
        float: none;
        position: relative;
        display: block;
        width: 100%;
    }

    #menu .nav > li > a,
    #menu #topCategoryList .dropdown-inner a {
        display: flex;
        align-items: center;
        min-height: 48px;
        margin: 0 14px;
        padding: 12px 48px 12px 16px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--solar-ink) !important;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.25;
        text-transform: none;
        white-space: normal;
    }

    #menu .nav > li > a:hover,
    #menu .nav > li > a:focus {
        color: var(--solar-green);
        background: transparent;
    }

    .common-home header:not(.header-scrolled):not(.header-fixed) #topCategoryList .nav > li > a,
    .common-home header:not(.header-scrolled):not(.header-fixed) #menu #topCategoryList .dropdown-inner a,
    body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #topCategoryList .nav > li > a,
    body:not(.common-home) header:not(.header-scrolled):not(.header-fixed) #menu #topCategoryList .dropdown-inner a {
        color: var(--solar-ink) !important;
    }

    #menu .nav > li > a:after,
    #topCategoryList .dropdown-submenu > .fa,
    #topCategoryList #more_cat,
    #menu .image-menu {
        display: none !important;
    }

    #topCategoryList .dropdown.menulist .dropdown-menu {
        position: static;
        float: none;
        display: none;
        width: auto;
        min-width: 0;
        margin: 4px 14px 10px;
        padding: 0;
        visibility: visible;
        opacity: 1;
        transform: none;
        border: 0;
        border-radius: 0;
        background: #ffffff;
    }

    #topCategoryList .dropdown.menulist .dropdown-menu:before,
    #menu .dropdown-menu:before {
        display: none;
    }

    #menu .dropdown-inner,
    #navCategory .dropdown-inner,
    #topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner,
    #menu .dropdown-inner ul,
    #navCategory .dropdown-inner > ul {
        display: block;
        padding: 0;
    }

    #menu #topCategoryList .dropdown-inner,
    #menu #topCategoryList .dropdown-inner > ul,
    #menu #topCategoryList .dropdown-inner a {
        background: #ffffff;
    }

    #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
        display: none;
        position: static;
        min-width: 0;
        margin: 0 0 8px 16px;
        padding: 0;
        border: 0;
        background: #ffffff;
    }

    #menu #topCategoryList .dropdown-inner a:hover,
    #menu #topCategoryList .dropdown-inner a:focus {
        color: var(--solar-green);
        background: #ffffff;
    }

    #topCategoryList li .toggle-menu {
        position: absolute;
        top: 50%;
        right: 14px;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: var(--solar-ink);
        transform: translateY(-50%);
        cursor: pointer;
    }

    #topCategoryList li .toggle-menu .fa,
    #topCategoryList li .toggle-menu .fa:before {
        display: block;
        line-height: 1;
    }

    #topCategoryList li .toggle-menu .fa {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    #topCategoryList li.active > .toggle-menu {
        color: var(--solar-green);
    }

    #topCategoryList li.active > .toggle-menu .fa:before {
        content: "\f068";
    }
}

@media (max-width: 540px) {
    #topCategoryList {
        width: min(340px, 92vw);
    }

    .header-inner {
        min-height: 66px;
    }

    #menu .btn-navbar {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 0;
    }

    #menu .btn-navbar > span.addcart-icon,
    #menu .btn-navbar > span.addcart-icon:before,
    #menu .btn-navbar > span.addcart-icon:after {
        margin: 0 !important;
    }

    #menu .btn-navbar > span.addcart-icon {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        display: block !important;
        width: 20px !important;
        height: 16px !important;
        line-height: 0 !important;
        background: linear-gradient(currentColor, currentColor) center / 20px 2px no-repeat !important;
        transform: none !important;
    }

    #menu .btn-navbar > span.addcart-icon:before {
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        margin-left: 0 !important;
    }

    #menu .btn-navbar > span.addcart-icon:after {
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        transform: none !important;
        margin-left: 0 !important;
    }

    #logo img {
        max-height: 40px;
    }
}

@media (max-width: 1320px) {
    #menu .btn-navbar {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 0;
        line-height: 0 !important;
    }

    #menu .btn-navbar > span.addcart-icon {
        position: relative !important;
        display: block !important;
        width: 20px !important;
        height: 16px !important;
        margin: 0 !important;
        line-height: 0 !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        background: linear-gradient(currentColor, currentColor) center / 20px 2px no-repeat !important;
        transform: none !important;
    }

    #menu .btn-navbar > span.addcart-icon:before,
    #menu .btn-navbar > span.addcart-icon:after {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        right: auto !important;
        width: 20px !important;
        height: 2px !important;
        margin: 0 !important;
        transform: none !important;
    }

    #menu .btn-navbar > span.addcart-icon:before {
        top: 0 !important;
    }

    #menu .btn-navbar > span.addcart-icon:after {
        bottom: 0 !important;
        top: auto !important;
    }

    #menu .btn-navbar.open-menu > span.addcart-icon:before {
        top: 7px !important;
        left: 0 !important;
        transform: rotate(45deg) !important;
    }

    #menu .btn-navbar.open-menu > span.addcart-icon:after {
        top: 7px !important;
        left: 0 !important;
        bottom: auto !important;
        transform: rotate(-45deg) !important;
    }

    #menu .btn-navbar.open-menu > span.addcart-icon {
        background: none !important;
    }

    #topCategoryList li .toggle-menu,
    .toggled .toggle-open {
        line-height: 0;
    }

    #topCategoryList li .toggle-menu .fa,
    .toggled .toggle-open .fa {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 0;
        line-height: 1 !important;
        transform: translate(-50%, -50%);
    }

    #topCategoryList li .toggle-menu .fa:before,
    .toggled .toggle-open .fa:before {
        display: block;
        line-height: 1 !important;
    }
}

/* Footer refresh */
footer.site-footer {
    position: relative;
    margin-top: 80px;
    padding-top: 0;
    color: rgba(255, 255, 255, 0.76);
    background:
        linear-gradient(180deg, rgba(245, 182, 66, 0.08), rgba(245, 182, 66, 0) 110px),
        linear-gradient(135deg, #10231f 0%, #0a1714 100%);
    overflow: hidden;
}

footer.site-footer:before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--solar-sun), #ffd97a 48%, var(--solar-green));
}

footer.site-footer.mt-60 {
    margin-top: 80px;
}

footer.site-footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    padding: 52px 0 40px;
}

footer.site-footer .footer-top > div + div {
    border-left: 0;
}

footer.site-footer .footer-column {
    float: none;
    width: auto;
    min-height: 1px;
    padding: 0 16px;
    flex: 0.95 1 180px;
}

footer.site-footer .footer-column--brand {
    flex: 1.45 1 320px;
}

footer.site-footer .footer-column--contact,
footer.site-footer .footer-column--hours {
    flex: 1 1 240px;
}

footer.site-footer .footer-panel,
footer.site-footer .footer-content,
footer.site-footer .position-footer-left,
footer.site-footer .position-footer-right {
    margin: 0;
}

footer.site-footer .footer-panel {
    height: 100%;
}

footer.site-footer h5,
footer.site-footer h4,
footer.site-footer .position-footer-left h5,
footer.site-footer .position-footer-right h5 {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: none;
    color: #ffffff;
}

footer.site-footer a,
footer.site-footer .powered,
footer.site-footer .footer-credit,
footer.site-footer .footer-desc,
footer.site-footer .contact_site {
    color: rgba(255, 255, 255, 0.78);
}

footer.site-footer a {
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

footer.site-footer a:hover,
footer.site-footer a:focus {
    color: var(--solar-sun);
}

footer.site-footer .footer-links {
    display: grid;
    gap: 12px;
    margin: 0;
}

footer.site-footer .footer-links li {
    margin: 0;
    line-height: 1.5;
}

footer.site-footer .footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
}

footer.site-footer .footer-links a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(245, 182, 66, 0.72);
    flex: 0 0 6px;
}

footer.site-footer .footer-detail-list {
    display: grid;
    gap: 14px;
    margin: 0;
}

footer.site-footer .footer-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

footer.site-footer .footer-detail-list li i {
    width: 18px;
    margin-top: 4px;
    color: var(--solar-sun);
    text-align: center;
    flex: 0 0 18px;
}

footer.site-footer .footer-detail-list li span,
footer.site-footer .footer-detail-list li a {
    color: inherit;
}

footer.site-footer .footer-panel--info {
    max-width: 320px;
}

footer.site-footer .footer_aboutus img {
    width: auto;
    max-width: 150px;
    margin: 0 0 16px;
}

footer.site-footer .footer-desc {
    max-width: 340px;
    margin: 18px 0 24px;
    font-size: 15px;
    line-height: 1.8;
}

footer.site-footer .position-footer-left li .social-media,
footer.site-footer .social-media {
    margin: 26px 0 0;
}

footer.site-footer .social-media .list-unstyled {
    display: flex !important;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0;
}

footer.site-footer .social-media a + a {
    margin-left: 4px;
}

footer.site-footer .social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

footer.site-footer .social-media a:hover,
footer.site-footer .social-media a:focus {
    background: var(--solar-sun);
    color: var(--solar-ink);
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}

footer.site-footer .social-media a i {
    width: auto;
    height: auto;
    line-height: 1;
    background: none;
    color: inherit;
}

footer.site-footer .position-footer-right ul {
    margin: 0;
}

footer.site-footer .position-footer-right li + li {
    margin-top: 6px;
}

footer.site-footer .position-footer-right li > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 12px 0;
    line-height: 1.65;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

footer.site-footer .position-footer-right li > div.payment-link {
    display: block;
    margin: 0;
    padding: 12px 0;
    line-height: 1.65;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

footer.site-footer .position-footer-right li:last-child > div {
    border-bottom: 0;
}

footer.site-footer .contact_title {
    flex: 0 0 88px;
    margin-right: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--solar-sun);
}

footer.site-footer .position-footer-right li .contact_site a {
    padding: 0;
    color: #ffffff;
}

footer.site-footer .footer_bottom {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.18);
}

footer.site-footer .footer-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    flex-wrap: wrap;
}

footer.site-footer .powered,
footer.site-footer .footer-credit {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

footer.site-footer .footer-legal-link {
    margin: 0 4px;
}

footer.site-footer .footer-legal-separator {
    opacity: 0.5;
}

footer.site-footer .footer-credit a {
    color: rgba(255, 255, 255, 0.68);
}

footer.site-footer .footer-credit a:hover,
footer.site-footer .footer-credit a:focus {
    color: var(--solar-sun);
}

/* Rotis product buttons */
.product-thumb .addcart,
#button-cart,
#quick-cart,
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.product-compare .btn-primary,
.btn-primary {
    background: #5a0814;
    border-color: #5a0814;
    color: #ffffff;
}

.product-thumb .addcart:hover,
.product-thumb .addcart:focus,
#button-cart:hover,
#button-cart:focus,
#quick-cart:hover,
#quick-cart:focus,
#cart .text-right .addtocart-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:hover,
#cart .text-right .checkout-btn:focus,
.product-compare .btn-primary:hover,
.product-compare .btn-primary:focus,
.btn-primary:hover,
.btn-primary:focus {
    background: #7a1121;
    border-color: #7a1121;
    color: #ffffff;
}

.product-thumb .button-group button {
    background: #5a0814;
    border-color: rgba(90, 8, 20, 0.92);
    color: #ffffff;
}

.product-thumb .button-group button:hover,
.product-thumb .button-group button:focus {
    background: #7a1121;
    border-color: #7a1121;
    color: #ffffff;
}

@media (max-width: 1199px) {
    footer.site-footer,
    footer.site-footer.mt-60 {
        margin-top: 68px;
    }

    footer.site-footer .footer-top {
        padding: 44px 0 28px;
    }
}

@media (max-width: 991px) {
    footer.site-footer .footer-column {
        flex: 1 1 calc(50% - 32px);
        margin-bottom: 28px;
    }

    footer.site-footer .footer-desc {
        max-width: none;
    }

    footer.site-footer .footer-top {
        padding-bottom: 14px;
    }
}

@media (max-width: 767px) {
    footer.site-footer,
    footer.site-footer.mt-60 {
        margin-top: 52px;
    }

    footer.site-footer .footer-top {
        margin: 0;
        padding: 34px 0 10px;
    }

    footer.site-footer .footer-column {
        width: 100%;
        flex-basis: 100%;
        padding: 0;
        margin-bottom: 24px;
    }

    footer.site-footer h5,
    footer.site-footer h4,
    footer.site-footer .position-footer-left h5,
    footer.site-footer .position-footer-right h5 {
        margin-bottom: 14px;
        padding-bottom: 12px;
        font-size: 14px;
    }

    footer.site-footer .footer-links {
        gap: 10px;
    }

    footer.site-footer .footer-links a {
        font-size: 14px;
    }

    footer.site-footer .footer-desc {
        margin: 14px 0 18px;
        font-size: 14px;
        line-height: 1.7;
    }

    footer.site-footer .social-media .list-unstyled {
        justify-content: flex-start;
    }

    footer.site-footer .position-footer-right li > div {
        gap: 6px;
        padding: 10px 0;
        flex-direction: column;
    }

    footer.site-footer .position-footer-right li > div.payment-link {
        padding: 10px 0;
    }

    footer.site-footer .contact_title {
        flex: auto;
    }

    footer.site-footer .footer_bottom {
        padding: 16px 0;
    }

    footer.site-footer .footer-bottom__inner {
        align-items: flex-start;
    }

    footer.site-footer .footer-panel--info {
        max-width: none;
    }
}

.solar-site-preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(245, 182, 66, 0.18), transparent 22%),
        radial-gradient(circle at 78% 18%, rgba(122, 17, 33, 0.24), transparent 26%),
        linear-gradient(180deg, rgba(14, 8, 10, 0.98) 0%, rgba(31, 11, 18, 0.98) 52%, rgba(12, 7, 9, 1) 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 120ms ease, visibility 120ms ease;
}

html.solar-loading .solar-site-preloader {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

html.solar-ready .solar-site-preloader {
    opacity: 0;
    visibility: hidden;
}

.solar-site-preloader__ambient {
    position: absolute;
    inset: -10%;
    background:
        radial-gradient(circle at 50% 62%, rgba(245, 182, 66, 0.14), transparent 20%),
        radial-gradient(circle at 50% 48%, rgba(122, 17, 33, 0.32), transparent 28%);
    filter: blur(18px);
    animation: rotisPreloaderAmbient 2.1s ease-in-out infinite;
}

.solar-site-preloader__stage {
    position: relative;
    z-index: 1;
    width: 156px;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solar-site-preloader__mark {
    position: relative;
    width: 156px;
    height: 156px;
}

.solar-site-preloader__halo,
.solar-site-preloader__ember-ring,
.solar-site-preloader__core {
    position: absolute;
    border-radius: 50%;
}

.solar-site-preloader__halo {
    inset: 0;
    background:
        radial-gradient(circle, rgba(245, 182, 66, 0.24) 0%, rgba(245, 182, 66, 0.08) 34%, transparent 68%),
        radial-gradient(circle, rgba(122, 17, 33, 0.28) 0%, transparent 70%);
    filter: blur(2px);
    animation: rotisPreloaderPulse 1.35s ease-in-out infinite;
}

.solar-site-preloader__ember-ring {
    border-style: solid;
    border-radius: 50%;
    border: 1px solid rgba(255, 244, 228, 0.16);
    border-top-color: rgba(245, 182, 66, 0.96);
    border-right-color: rgba(255, 255, 255, 0.84);
    border-bottom-color: rgba(122, 17, 33, 0.42);
    border-left-color: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 16px rgba(90, 8, 20, 0.22);
    animation: rotisPreloaderSpin 0.9s linear infinite;
}

.solar-site-preloader__ember-ring--outer {
    inset: 10px;
    border-width: 2px;
}

.solar-site-preloader__ember-ring--middle {
    inset: 32px;
    border-width: 2px;
    border-top-color: rgba(122, 17, 33, 0.98);
    border-right-color: rgba(245, 182, 66, 0.8);
    border-bottom-color: rgba(255, 255, 255, 0.18);
    animation-duration: 1.15s;
    animation-direction: reverse;
}

.solar-site-preloader__ember-ring--inner {
    inset: 54px;
    border-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.92);
    border-right-color: rgba(245, 182, 66, 0.92);
    border-bottom-color: rgba(122, 17, 33, 0.58);
    animation-duration: 0.72s;
}

.solar-site-preloader__core {
    inset: 71px;
    background:
        radial-gradient(circle, #fff0c8 0%, #f5b642 48%, #7a1121 100%);
    box-shadow:
        0 0 0 8px rgba(255, 255, 255, 0.04),
        0 0 24px rgba(245, 182, 66, 0.26);
    animation: rotisPreloaderCore 1s ease-in-out infinite;
}

@keyframes rotisPreloaderAmbient {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.92;
    }

    50% {
        transform: scale(1.04);
        opacity: 1;
    }
}

@keyframes rotisPreloaderSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotisPreloaderPulse {
    0%,
    100% {
        transform: scale(0.96);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.04);
        opacity: 1;
    }
}

@keyframes rotisPreloaderCore {
    0%,
    100% {
        transform: translateY(0) scale(0.96);
    }

    50% {
        transform: translateY(-4px) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .solar-site-preloader__ambient,
    .solar-site-preloader__halo,
    .solar-site-preloader__ember-ring,
    .solar-site-preloader__core {
        animation: none !important;
    }
}

/* Rotis burgundy palette pass */
:root {
    --solar-ink: #111111;
    --solar-muted: #6b5a5f;
    --solar-green: #7a1121;
    --solar-teal: #5a0814;
    --solar-line: rgba(122, 17, 33, 0.16);
    --solar-shadow: 0 22px 70px rgba(17, 17, 17, 0.12);
    --rotis-blush: #fdf7f8;
    --rotis-blush-strong: #f7ecef;
    --rotis-line: rgba(122, 17, 33, 0.18);
    --rotis-line-strong: rgba(122, 17, 33, 0.32);
}

body {
    background:
        radial-gradient(circle at 12% 0%, rgba(245, 182, 66, 0.14), transparent 28%),
        linear-gradient(180deg, #fdf7f8 0%, #f7ecef 44%, #ffffff 100%);
}

header {
    border-bottom-color: rgba(122, 17, 33, 0.12);
}

.header-fixed {
    box-shadow: 0 16px 44px rgba(17, 17, 17, 0.1);
}

.solar-hero {
    background:
        linear-gradient(135deg, rgba(20, 8, 11, 0.96), rgba(122, 17, 33, 0.9)),
        linear-gradient(90deg, #15080c, #5a0814);
}

.breadcrumb-back {
    background:
        linear-gradient(120deg, rgba(17, 17, 17, 0.78), rgba(90, 8, 20, 0.58)),
        url(breadcrumb2.jpg) center center / cover no-repeat;
}

.breadcrumb-back:after {
    background:
        radial-gradient(circle at 18% 24%, rgba(245, 182, 66, 0.28), transparent 28%),
        radial-gradient(circle at 82% 28%, rgba(122, 17, 33, 0.22), transparent 26%);
}

footer.site-footer {
    background:
        linear-gradient(180deg, rgba(245, 182, 66, 0.08), rgba(245, 182, 66, 0) 110px),
        linear-gradient(135deg, #111111 0%, #2a0b12 100%);
}

footer.site-footer:before {
    background: linear-gradient(90deg, #f5b642 0%, #7a1121 58%, #2a0b12 100%);
}

footer.site-footer h5,
footer.site-footer h4,
footer.site-footer .position-footer-left h5,
footer.site-footer .position-footer-right h5 {
    border-bottom-color: rgba(245, 182, 66, 0.16);
}

footer.site-footer .social-media a {
    background: rgba(122, 17, 33, 0.22);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

footer.site-footer .social-media a:hover,
footer.site-footer .social-media a:focus {
    background: #ffffff;
    color: var(--solar-green);
}

footer.site-footer .footer_bottom {
    background: rgba(122, 17, 33, 0.16);
}

.information-contact .contact-summary-card,
#information-information #content .information-content-card,
.solar-about-layout,
.common-home .box,
.common-home .main-tab,
.mblog .section,
.testimonial-container,
#product-category .cat-description,
.refine-search,
.cat_info,
.pro_pagination,
#cart .dropdown-menu li p.product-cart-empty {
    border-color: var(--rotis-line);
    background: var(--rotis-blush);
}

#topCategoryList {
    background: transparent;
    border-color: transparent;
}

.product-thumb,
.owl-item .product-thumb,
.thumb-description {
    border-color: var(--rotis-line);
}

.product-thumb:hover {
    border-color: var(--rotis-line-strong);
}

.product-thumb .image {
    background: #fff;
}

.information-contact .contact-summary-icon {
    background: linear-gradient(135deg, rgba(245, 182, 66, 0.95), rgba(122, 17, 33, 0.92));
}

#information-information #content .information-content-card:after {
    background: radial-gradient(circle, rgba(122, 17, 33, 0.16) 0%, rgba(122, 17, 33, 0) 74%);
}

#information-information #content .information-page-intro {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 24%),
        linear-gradient(135deg, rgba(17, 17, 17, 0.98), rgba(122, 17, 33, 0.96));
}

.solar-keywords a,
.cat-name li a,
#grid-view.btn-default,
#list-view.btn-default {
    border-color: var(--rotis-line);
    background: var(--rotis-blush-strong);
    color: var(--solar-green);
}

.solar-keywords a:hover,
.solar-keywords a:focus,
.cat-name li a:hover,
.cat-name li a:focus,
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
    background: var(--solar-green);
    border-color: var(--solar-green);
    color: #ffffff;
}

.product-thumb .product-title a,
.product-list .product-thumb .product-title a {
    color: var(--solar-green);
}

.product-thumb .product-title a:hover,
.product-thumb .product-title a:focus,
.product-list .product-thumb .product-title a:hover,
.product-list .product-thumb .product-title a:focus {
    color: var(--solar-ink);
}

.product-thumb .price,
.product-thumb .price-new,
.product-list .product-thumb .price,
#compare-total.btn.btn-link,
#cart .dropdown-menu li + li .table-bordered td:last-child {
    color: var(--solar-green);
}

.product-thumb .addcart,
#button-cart,
#quick-cart,
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.product-compare .btn-primary,
.btn-primary,
.btn-default:not(#grid-view):not(#list-view),
.solar-btn,
.solar-about-btn,
.information-contact .contact-summary-card .btn-info,
.subscribe-btn,
.inner2 .button,
#frmnewsletterpopup button {
    background: var(--solar-green);
    border-color: var(--solar-green);
    color: #ffffff;
}

.product-thumb .addcart:hover,
.product-thumb .addcart:focus,
#button-cart:hover,
#button-cart:focus,
#quick-cart:hover,
#quick-cart:focus,
#cart .text-right .addtocart-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:hover,
#cart .text-right .checkout-btn:focus,
.product-compare .btn-primary:hover,
.product-compare .btn-primary:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-default:not(#grid-view):not(#list-view):hover,
.btn-default:not(#grid-view):not(#list-view):focus,
.solar-btn:hover,
.solar-btn:focus,
.solar-about-btn:hover,
.solar-about-btn:focus,
.information-contact .contact-summary-card .btn-info:hover,
.information-contact .contact-summary-card .btn-info:focus,
.subscribe-btn:hover,
.subscribe-btn:focus,
.inner2 .button:hover,
.inner2 .button:focus,
#frmnewsletterpopup button:hover,
#frmnewsletterpopup button:focus {
    background: var(--solar-ink);
    border-color: var(--solar-ink);
    color: #ffffff;
}

.product-thumb .button-group button {
    background: var(--solar-green);
    border-color: var(--solar-green);
    color: #ffffff;
}

.product-thumb .button-group button:hover,
.product-thumb .button-group button:focus {
    background: var(--solar-ink);
    border-color: var(--solar-ink);
    color: #ffffff;
}

.information-contact .contact-summary-card > span:not(.contact-summary-icon),
#information-information #content .information-content-card,
#product-category .cat-description p,
.product-list .product-thumb .description,
#cart .dropdown-menu li + li .table-bordered td,
#cart .dropdown-menu li p.product-cart-empty {
    color: var(--solar-muted);
}

@media (min-width: 1321px) {
    header.header-scrolled #topCategoryList,
    header.header-scrolled #menu,
    header.header-scrolled .header-center,
    header.header-fixed #topCategoryList,
    header.header-fixed #menu,
    header.header-fixed .header-center {
        background: transparent;
        box-shadow: none;
        border-color: transparent;
    }

    header:not(.header-scrolled):not(.header-fixed) #topCategoryList,
    header:not(.header-scrolled):not(.header-fixed) #menu,
    header:not(.header-scrolled):not(.header-fixed) .header-center {
        background: transparent;
        box-shadow: none;
        border-color: transparent;
    }
}

/* Rotis lunch menu */
.rotis-lunch-section {
    position: relative;
    margin: 34px 0 0;
    scroll-margin-top: 120px;
}

.rotis-lunch-shell {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(122, 17, 33, 0.16);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(245, 182, 66, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(251, 242, 245, 0.98));
    box-shadow: 0 28px 70px rgba(17, 17, 17, 0.08);
}

.rotis-lunch-shell:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(122, 17, 33, 0.06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(122, 17, 33, 0.06) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 100%);
    pointer-events: none;
}

.rotis-lunch-head,
.rotis-lunch-grid {
    position: relative;
    z-index: 1;
}

.rotis-lunch-head {
    display: grid;
    gap: 12px;
    margin-bottom: 26px;
}

.rotis-lunch-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--solar-green);
    font-family: var(--solar-font-heading);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rotis-lunch-kicker:before {
    content: "";
    width: 38px;
    height: 2px;
    border-radius: 999px;
    background: var(--solar-sun);
}

.rotis-lunch-head h2 {
    margin: 0;
    color: #111111;
    font-family: var(--solar-font-heading);
    font-size: clamp(28px, 3.6vw, 44px);
    font-weight: 800;
    line-height: 1.08;
}

.rotis-lunch-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rotis-lunch-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(122, 17, 33, 0.14);
    border-radius: 999px;
    background: rgba(122, 17, 33, 0.06);
    color: var(--solar-green);
    font-size: 13px;
    font-weight: 800;
}

.rotis-lunch-head p {
    max-width: 760px;
    margin: 0;
    color: #6b5a5f;
    font-size: 16px;
    line-height: 1.8;
}

.rotis-lunch-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rotis-lunch-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 20px 20px;
    border: 1px solid rgba(122, 17, 33, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 236, 239, 0.96));
    box-shadow: 0 20px 40px rgba(17, 17, 17, 0.06);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.rotis-lunch-card:hover {
    transform: translateY(-4px);
    border-color: rgba(122, 17, 33, 0.24);
    box-shadow: 0 26px 50px rgba(17, 17, 17, 0.1);
}

.rotis-lunch-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.rotis-lunch-day {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #5a0814;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rotis-lunch-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 12px;
    border-radius: 14px;
    background: #111111;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.rotis-lunch-card__body p {
    margin: 0;
    color: #24181b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.75;
}

@media (max-width: 1199px) {
    .rotis-lunch-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .rotis-lunch-shell {
        padding: 26px 22px;
        border-radius: 24px;
    }
}

@media (max-width: 640px) {
    .rotis-lunch-grid {
        grid-template-columns: 1fr;
    }

    .rotis-lunch-shell {
        padding: 22px 18px;
    }
}

/* Rotis opening hours popup */
body.rotis-store-popup-open {
    overflow: hidden;
}

body.rotis-delivery-popup-open {
    overflow: hidden;
}

body.rotis-store-closed .rotis-store-closed-trigger {
    cursor: not-allowed;
}

body.rotis-store-closed .rotis-store-closed-trigger.btn-primary,
body.rotis-store-closed .rotis-store-closed-trigger.btn-default,
body.rotis-store-closed .product-thumb .button-group .rotis-store-closed-trigger,
body.rotis-store-closed .quickview-container #quick-cart {
    background: #4a0912;
    border-color: #4a0912;
    box-shadow: none;
}

.rotis-store-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.rotis-store-popup.is-active {
    opacity: 1;
    pointer-events: auto;
}

.rotis-store-popup__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(122, 17, 33, 0.38), transparent 35%),
        rgba(8, 5, 6, 0.78);
    backdrop-filter: blur(8px);
}

.rotis-store-popup__dialog {
    position: relative;
    width: min(100%, 560px);
    padding: 34px 34px 30px;
    border: 1px solid rgba(245, 182, 66, 0.2);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(245, 182, 66, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(23, 11, 13, 0.98), rgba(10, 8, 8, 0.98));
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36);
    color: #ffffff;
    transform: translateY(16px) scale(0.98);
    transition: transform 220ms ease;
}

.rotis-store-popup.is-active .rotis-store-popup__dialog {
    transform: translateY(0) scale(1);
}

.rotis-store-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
}

.rotis-store-popup__eyebrow {
    margin-bottom: 14px;
    color: #f5b642;
    font-family: var(--solar-font-heading);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rotis-store-popup__dialog h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-family: var(--solar-font-heading);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.1;
}

.rotis-store-popup__message,
.rotis-store-popup__status {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.75;
}

.rotis-store-popup__status {
    margin-top: 10px;
    color: #f5b642;
    font-weight: 700;
}

.rotis-store-popup__hours {
    margin-top: 26px;
    padding: 18px 18px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
}

.rotis-store-popup__hours-title {
    display: inline-block;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: var(--solar-font-heading);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rotis-store-popup__hours-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rotis-store-popup__hours-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
}

.rotis-store-popup__hours-list li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.rotis-store-popup__hours-list strong {
    font-weight: 800;
}

.rotis-store-popup__button {
    margin-top: 26px;
    min-width: 170px;
    min-height: 52px;
    padding: 12px 22px;
    border: 1px solid #f5b642;
    border-radius: 999px;
    background: #f5b642;
    color: #1a1413;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rotis-store-popup__button:hover,
.rotis-store-popup__button:focus,
.rotis-store-popup__close:hover,
.rotis-store-popup__close:focus {
    background: #ffffff;
    color: #111111;
}

.rotis-store-popup--delivery {
    z-index: 100001;
}

.rotis-store-popup--delivery .rotis-store-popup__dialog {
    width: min(100%, 720px);
}

.rotis-store-popup__delivery-note {
    margin-top: 22px;
    color: #f5b642;
    font-family: var(--solar-font-heading);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rotis-store-popup__postcode-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.rotis-store-popup__postcode-button {
    min-height: 56px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(122, 17, 33, 0.92), rgba(53, 8, 15, 0.98));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-family: var(--solar-font-heading);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.08em;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.rotis-store-popup__postcode-button:hover,
.rotis-store-popup__postcode-button:focus {
    background: linear-gradient(180deg, rgba(245, 182, 66, 0.98), rgba(201, 135, 16, 0.98));
    border-color: rgba(245, 182, 66, 0.88);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.24);
    color: #111111;
    transform: translateY(-2px);
}

.rotis-store-popup__postcode-button.is-selected {
    background: linear-gradient(180deg, rgba(245, 182, 66, 0.98), rgba(201, 135, 16, 0.98));
    border-color: rgba(245, 182, 66, 0.92);
    color: #111111;
}

.rotis-store-popup__postcode-button.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.rotis-store-popup__delivery-error {
    display: none;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(245, 182, 66, 0.28);
    border-radius: 16px;
    background: rgba(90, 8, 20, 0.52);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}

.rotis-store-popup__delivery-error.is-visible {
    display: block;
}

@media (max-width: 767px) {
    .rotis-store-popup {
        padding: 16px;
    }

    .rotis-store-popup--delivery {
        align-items: flex-start;
        padding-top: 86px;
    }

    .rotis-store-popup__dialog {
        padding: 28px 22px 24px;
        border-radius: 24px;
    }

    .rotis-store-popup__hours-list li {
        flex-direction: column;
        align-items: flex-start;
    }

    .rotis-store-popup__postcode-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
