
body.information-information-4 , body.information-information-6{
       background-color: var(--primary-color);

}
#information-information::before{
  
        content: '';
    position: absolute;
    z-index:-1;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: left;
    opacity: .15;
    width: 1000px;
    height: 1000px;
     background-image: url(/image/olive.png);
     left:-2%

}
#information-information {
    position:  relative !important;
}
body.information-information-4 .breadcrumb-back, body.information-information-6 .breadcrumb-back{
    /* background: var(--background-color); */
    margin: 0 0 0 0;
    padding: 20px 0;
    border-top: #9E9E9E 3px solid;

}
body {
  font-family: "Lato", sans-serif;
    font-style: normal;
        font-weight: 400;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f5f5f5;

  font-optical-sizing: auto;
  font-style: normal;
  direction:rtl ;
}
:root {
    --welcome-bg-color: #232323;
    --gold-color: var(--primary-color);
}
/*----------------------------------------------*/
/* 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(--secondary-light-color);
}
a:hover {
    text-decoration: none;
}
.fa {
    font-size: 14px;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    border-color: var(--border-color);
}
label {
    font-size: 14px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}
  .right_info,.product-description {
        margin-top: 30px;
        font-size: 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-color);
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.btn.focus:active, .btn:active:focus, .btn:focus, .addcart:focus {
    outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button:focus,
input:focus, select:focus, textarea:focus, div:focus, img:focus, .form-control:focus, i:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 5;
    background: var(--secondary-color);
    color: var(--primary-color);
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    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);
}
.scrollToTop i{
    font-size: 22px;
    line-height: 50px;
}
.scrollToTop:hover,
.scrollToTop:focus{
    background: var(--primary-color);
    color: var(--secondary-color);
}
@media (max-width: 991px){
    .scrollToTop{
        height: 40px;
        width: 40px;
        right: 15px;
        bottom: 15px;
    }
    .scrollToTop i{
        line-height: 40px;
    }
}

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

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

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

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.newsletter-wrap {
    background: url(../image/mahardhi/newsletter-popup.jpg) center center;
    background-size: cover;
}
.newsletter-content {
    width: 50%;
    margin: auto 0 auto auto;
    padding: 71px 20px;
    background: rgba(255,255,255,.9);
}
#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: 600px;
    text-align: center;
}
.newsletter-btn-close.close{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    text-shadow: none;
    font-size: 10px;
    background: var(--border-color);
    color: var(--primary-color);
}
.newsletter-btn-close.close i{
    display: block;
}
.newsletter-btn-close.close:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.newsletter-popup .modal-body{
    padding: 0; 
    z-index: 1;
}
.newsletter-content-innner h3{
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 25px;
    font-weight: 500;
    text-transform: capitalize;
}
.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{
    height: 40px;
    border: 1px solid var(--border-color);
    padding: 10px;
    background: var(--secondary-color);
    border-radius: 0;
    width: 100%;
    text-align: center;
}
#frmnewsletterpopup button {
    margin-top: 25px;
}
.newsletter-content-bottom label {
    margin: 0;
}
@media (min-width: 768px){
    .newsletter-popup .modal-dialog{
        width: 100%;
    }
}
@media (max-width: 767px){
    .newsletter-popup .modal-dialog{
        width: 90%;
        max-width: unset;
    }
    .newsletter-content-innner h3 {
        font-size: 26px;
    }
}
@media (max-width: 540px){
    .newsletter-content {
        width: auto;
        padding: 40px 20px;
        background: rgba(255,255,255,.7);
    }
    .newsletter-wrap {
        padding: 15px;
    }
}

/*----------------------------------------------*/
/* Start top */
/*----------------------------------------------*/
#top {
    background: var(--primary-color);
}
.top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-col {
    padding: 0 85px;
}
/* top-left */
.top-left > div .dropdown-toggle {
    padding: 15px 0;
    border: none;
    font-size: 14px;
    display: block;
    color: var(--secondary-color);
}
.top-left span.drop-text:after {
    content: ":";
}
.top-left > div .dropdown-toggle .code {
    text-transform: uppercase;
    margin-right: 1px;
}
.top-left ul.dropdown-menu {
    padding: 5px 10px;
    left: 0;
    right: auto;
    border: none;
}
.language-dropdown li, 
.currency-dropdown li {
    display: block;
}
.top-left ul.dropdown-menu button {
    padding: 5px 0;
    text-align: left;
    border: none;
    color: var(--secondary-light-color);
}
.top-left > div {
    position: relative;
}
.top-left > div + div {
    padding: 0 0 0 14px;
    margin: 0 0 0 14px;
}
.top-right{
    padding: 0 !important;
}
.top-left,
.top-right-inner{
    display: flex;
    align-items: center;
}
.top-left > div + div::before {
    content: "";
    background: var(--border-color);
    height: 20px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/* top-center */
.top-center .top-text {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    color: var(--secondary-color);
}
/* top-right */
.top-right-inner {
    justify-content: flex-end;
}
/*account*/
#header_ac > a span {
    margin: 0 5px 0 0;
}
#header_ac > a i,
.btn_search .search-btn i {
    font-size: 20px;
    display: block;
}

#header_ac > a,
.btn_search .search-btn{
    display: block;
    padding: 15px;
    color: var(--gold-color);
}
#header_ac .dropdown-menu {
    padding: 7px 15px;
    width: 200px;
}
#header_ac .dropdown-menu>li>a {
    padding: 5px 0;
    color: var(--secondary-light-color);
}
#header_ac button{
    text-align: left;
    padding: 5px 10px;
    text-transform: capitalize;
    border: none;
    color: var(--secondary-light-color);
}
#header_ac button:hover,
#header_ac .dropdown-menu>li>a:hover{
    color: var(--primary-color);
}
/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeInDown 0.5s ease-out forwards;
    -moz-animation: fadeInDown 0.5s ease-out forwards;
    -o-animation: fadeInDown 0.5s ease-out forwards;
    animation: fadeInDown 0.5s ease-out forwards;
    z-index: 9;  
    border: none;
    background: var(--secondary-color);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
}

/*header*/
header {
    position: relative;
}
.header-top {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-bottom {
    text-align: center;
    border-top: 1px solid var(--border-color);
}

/* contact */
.contact a{
    color: var(--primary-color);
    display: flex;
    align-items: center;
}
.contact i {
    font-size: 40px;
    padding: 0 13px 0 0;
}
.contact a span span:first-child {
    font-size: 16px;
}
.contact a span span:last-child {
    color: var(--secondary-light-color);
}
.contact a span span {
    display: block;
}

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

/*header right*/
.header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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

@media (min-width: 992px) {
    .common-home .header-main {
        position: relative;
        background: transparent;
    }
    .header-center {
        text-align: center;
    }
    .common-home .header-fixed .header-main {
        background: var(--secondary-color);
    }
    .header-fixed .header-top {
        padding: 10px 0;
    }
}
@media (max-width: 1440px) {
    .header-top {
        padding: 20px 0;
    }
    #logo img{
        max-width: 150px;
    }
}
@media (max-width: 1199px) {
    #logo img {
        width: 120px;
    }
    .header-top {
        padding: 15px 0;
    }
    .header-col {
        padding: 0 55px;
    }
}
@media (max-width: 991px){
    .header-col {
        padding: 0 35px;
    }
    .header-top{
        padding: 10px 0;
    }
    .top-right {
        padding: 0;
    }
    .btn_search {
        width: 100%;
    } 
    .top-left > div .dropdown-toggle {
        padding: 10px 0;
    }   
    #header_ac > a,
    .btn_search .search-btn{
        padding: 10px;
    }
    #cart > .btn{
        padding: 10px 0 10px 10px;
    }
    #header_ac > a i, 
    .btn_search .search-btn i,
    #cart > .btn {
        color: var(--gold-color);
    }
    #mahardhiSearch,
    #search{
        width: 100%;
    }
    .header-search{
        background: rgba(255, 255, 255, 1);
    }
}
@media (max-width: 767px) {
    .header-col {
        padding: 0 15px;
    }
    .top-inner {
        justify-content: center;
    }
}
@media (max-width: 540px) {
    #mahardhiSearch select.form-control.input-lg {
        max-width: 90px;
    }
    #mahardhiSearch .input-lg {
        padding: 6px 10px;
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .header-top {
        padding: 5px 0;
    }
    #logo img {
        width: 100px;
    }
    #cart > .btn:before,
    #header_ac > a i,
    .btn_search .search-btn i {
        font-size: 18px;
    }
    #mahardhiSearch select.form-control.input-lg,
    #mahardhiSearch .input-lg{
        font-size: 10px;
    }
    #mahardhiSearch select.form-control.input-lg {
        max-width: 65px;
    }
    #header_ac > a, .btn_search .search-btn {
        padding: 10px 5px;
    }
    #cart > .btn {
        padding: 10px 0 10px 5px;
    }
    .top-left .language ul.dropdown-menu {
        right: 0;
        left: auto;
    }
    .search-down {
        right: -80px;
    }
    #cart .dropdown-menu {
        right: -35px;
    }
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
#menu {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    min-height: unset;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
#menu .nav > li > a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    color: var(--gold-color);
}
#menu .nav > li {
    padding: 15px 0;
}
#menu .nav > li + li {
    margin: 0 0 0 35px;
}
#menu .dropdown-inner,
#navCategory .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
    display: table-cell;
}
#menu .menulist .dropdown-menu a {
    font-size: 14px;
    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 .nav > li:hover > a{
    color: #FFF;
    background-color: var(--primary-color);
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 8px 0;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: var(--primary-hover-color);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
@media (min-width: 992px) {
    #menu .nav > li > a:after {
        content: "";
        background: var(--background-color);
        width: 0;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        position: absolute;
        margin-top: 5px;
        transition: all 350ms ease-out 0s;
        -moz-transition: all 350ms ease-out 0s;
        -o-transition: all 350ms ease-out 0s;
        -webkit-transition: all 350ms ease-out 0s;
    }
    #menu .nav > li:hover > a:after {
        width: 100%;
    }
    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item > a {
        font-weight: 600;
    }
    #menu .dropdown-inner a {
        display: block;
        padding: 5px 15px;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        min-width: 200px;
        text-align: left;
        color: var(--dark-subtitle);
    }
    #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: 200px;
        z-index: 999;
        text-align: left;
        right: auto;
        padding: 10px 0;
    }
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu{
        position: absolute;
        top: 100px;
        padding: 8px 0;
        visibility: hidden;
        background: var(--secondary-color);
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        transform-origin: 15% 15% 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        filter: alpha(opacity=0);
        transform-origin: center top 0;    
        box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        margin-left: 0!important;
    }
    #menu .dropdown:hover .dropdown-menu,
    #menu ul li.hiden_menu.menu_drop:hover .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu{
        display: block;
        top: 100%;
        visibility: visible;
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        visibility: visible;
        filter: alpha(opacity=100);
    }     
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
        left: 100%;
        top: 100%;
    }
    #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {  
        top: 0px;
    }
    #menu ul.nav .item-column ul.list-unstyled li {
        margin: 0 10px;
    }
    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item > a {
        border-bottom: 1px solid var(--border-color);
        color: var(--primary-color);
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 7px;    
        margin: 0 10px 3px;
    }
    #menu ul.nav .item-column ul.list-unstyled li a {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1440px) {
    #menu .nav > li + li {
        margin: 0 0 0 15px;
    }
}
@media (max-width: 991px) {
    #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-color);
        color: var(--secondary-color);
        padding: 12px 15px;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
    }
    .menu-close i{
        line-height: 20px;
        font-size: 12px;
    }
    #menu .btn-navbar.open-menu:after {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        display: block;
        position: fixed;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 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(--primary-color);
        left: 0;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    #menu .btn-navbar span:after {
        top: 6px;
    }
    #menu .btn-navbar span:before {
        top: -6px;
    }
    #menu .btn-navbar span {
        position: absolute;
        width: 20px;
        height: 1px;
        background: var(--primary-color);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }
    #menu .nav > li > a,
    #menu #topCategoryList .dropdown-inner a{
        color: var(--secondary-light-color);
        font-weight: 400;       
        padding: 6px 30px 6px 15px;
        display: block;
        font-size: 14px;
        text-transform: capitalize;
    }
    #menu .nav > li > a,
    #menu #topCategoryList .menu_drop > .dropdown-inner > li > a {
        font-size: 14px;
    }   
    #menu #topCategoryList ul {
        float: none;
        display: block;
        text-align: left;
        margin: 0;
        background: transparent;
    }
    #menu #topCategoryList > ul{
        margin: 10px 0;
    }
    #menu #topCategoryList ul.category-list {
        margin-bottom: 10px;
    }
    #menu .dropdown-inner,
    #navCategory .dropdown-inner {
        display: block; 
    }
    #topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
        display: block;
        padding: 0 15px;
    }
    #topCategoryList .dropdown.menulist .dropdown-menu {
        position: relative;
        float: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: none;
        padding: 0;
    }
    #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
        display: none; 
        position: unset;
        border: none;
        padding: 0 15px;
    }
    #topCategoryList li .toggle-menu {
        position: absolute;
        right: 5px;
        top: 0;
        padding: 6px 11px;
    }
    #topCategoryList .dropdown-submenu > .fa {
        display: none;
    }
    #topCategoryList ul li {
        float: none;
    }
    #topCategoryList #more_cat {
        display: none;
    }    
    #menu .btn-navbar {
        display: block;
        margin: 0 0 0 20px;
        border: none;
    }
    .category-list .menu-item.dropdown .dropdown-menu {
        position: relative;
        box-shadow: none;
        width: 100%;
        border: none;
        padding: 0 15px;
        float: none;
    }
    #menu .nav > li{
        padding: 0
    } 
    #menu .nav > li + li {
        margin: 0;
    }  
}
@media (max-width: 480px){
    #topCategoryList {
        max-width: 280px;
    }
    #menu .btn-navbar {
        margin: 0 0 0 10px;
    }
}

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

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.html1-inner,
.html1-inner .banners{
        position: relative;
    overflow: hidden;
    height: -webkit-fill-available;
    display: contents;
}
.html1 .col-xs-6,
.html1 .col-xs-3{
    padding: 0;
}
.html1-inner .promo-banner1,
.html1-inner .promo-banner2 {
     display: flex;
    align-items: center;
    background: #fffdeb;
}

.html1-inner .promo-banner1:first-child{
  /* fallback (older browsers) */
  background-color: var(--primary-color);

  /* 50/50 horizontal split */
  background-image: linear-gradient(
    to left,
    var(--primary-color) 0%,
    var(--primary-color) 50%,
    var(--secondary-color) 50%,
    var(--secondary-color) 100%
  );
}

.html1-inner .promo-banner1:first-child .inner2 .promo-desc ,
.html1-inner .promo-banner1:first-child .inner2 .button,
.html1-inner .promo-banner2:last-child .inner2 .button{
color: var(--border-color);
}
.html1-inner .promo-banner1:first-child .inner2 .button {
    color: var(--border-color);
}
.html1-inner .promo-banner2:last-child{
  /* fallback (older browsers) */
  background-color: var(--primary-color);

  /* 50/50 horizontal split */
  background-image: linear-gradient(
    to right,
    var(--secondary-color) 0%,
    var(--secondary-color) 50%,
    var(--primary-color) 50%,
    var(--primary-color) 100%
  );
}
.banner-outer .inner1 img{
    width: 100%;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
.html1-inner .banners:hover .inner1 img{
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner2 {
    position: absolute;
}
.banner1 .inner2,
.html2 .inner2 {
    left: 50px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: end;
    margin-bottom: 30px;
}
.banner1 .inner2{
    align-items: center;

}
.banner3 .inner2 {
    left: 50px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: left;
    width: 75%;
}
.banner2 .inner2 {
    left: 30px;
    bottom: 30px;
}
.banner4 .inner2 {
    right: 30px;
    bottom: 30px;
    text-align: right;
}
.html1 h4.promo-title {
      font-size: 22px;
    line-height: 30px;
    margin: 0;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    padding: 0 50px;
}
.html1 h4.promo-title span {
    color:var(--border-color);
    font-weight: 600;
}
.inner2 h3.promo-title {
   font-size: 22px;
    line-height:30px;
        font-weight: 600;
    margin: 0 0 13px;
    color: var(--border-color);
        text-transform: none;

}
.html1 h4.promo-title, .inner2 .promo-desc{
    color: var(--primary-color)

}
.banner2 .inner2 h3.promo-title,
.banner4 .inner2 h3.promo-title {
    margin: 0 0 9px;
}
.inner2 .promo-desc {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 21px;
}
.vector_img {
    max-width: 500px;
    position: absolute;
    opacity: 0.15;
    top: -100px;
    left: -100px;
    display: none;
}@media (max-width: 767px){
       .vector_img {
        max-width: 100% !important;
    }
}
    .common-home #content .vector_img{
width: 300px;

top:-100px
}
.inner2 .button,.promo-text-boxs .button {
    /* background: #2e3d33; */
    color: #4c4436;
    padding: 12px 0;
    border-radius: 32px;
    text-decoration: none;
    font-size: 1.1em;
    /* box-shadow: 0 2px 12px rgba(0,0,0,0.10); */
    pointer-events: auto;
    transition: background 0.2s;
    display: inline-block;
    text-decoration: underline;
}
.inner2 .button:hover {
    color: var(--gold-color)
}
.banner2 .inner2 .button,
.banner4 .inner2 .button {
    padding: 0;
    border: none;
    color: var(--background-color);
    background: transparent;
}
.banner2 .inner2 .button:after,
.banner4 .inner2 .button:after {
    content: "";
    height: 1px;
    width: 0;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.banner2 .inner2 .button:hover:after,
.banner4 .inner2 .button:hover:after {
    width: 100%;
}

/* html2 */
.html2 .inner2 .promo-desc {
    font-size: 22px;
    margin: 0 0 10px;
    color: var(--secondary-color);
}
.html2 .inner2 .promo-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    margin: 0 0 20px;
    color: var(--secondary-color);
}
.html2 .inner2 .button {
    border: none;
    padding: 10px 30px;
    color: var(--primary-color);
    background: var(--secondary-color);
}
.html2 .inner2 .button:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
}

@media (max-width: 1199px) {
    .html1 h4.promo-title {
     font-size: 19px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    }
    .html1 .col-xs-3:nth-child(4)  {display: none;}
    .html2 .inner2 .promo-title {
        font-size: 36px;
        line-height: 44px;
    }
    .html2 .inner2 {
        left: 30px;
    }
}
@media (max-width: 991px) {
    .banner1 .inner2, .html2 .inner2 {
        left: 20px;
    }
    .inner2 h3.promo-title {
         /* font-size: 19px; */
    /* margin: 0 0 5px; */
    text-align: center !important;
    width: 100%;
    }
    .inner2 .promo-desc {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .inner2 .button {
        padding: 5px 18px;
    }
    .banner2 .inner2 {
        left: 10px;
        bottom: 10px;
    }
    .banner3 .inner2 {
        right: 20px;
    }
    .banner4 .inner2 {
        right: 10px;
        bottom: 10px;
    }    
}
@media (max-width: 767px) {
    .promo-text-box {padding:30px}
    .inner2 h3.promo-title {
    /* font-size: 19px; */
    /* margin: 0 0 5px; */
    text-align: center !important;
    width: 100%;    }
    .inner2 .button {
            font-size: 15px;
    line-height: 12px;
    padding: 20px 5px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border: 1px #cac3b0 solid;
    background: #fff9eb;
    }
    .html2 .inner2 .promo-title {
        font-size: 30px;
        line-height: 40px;
    }
    .html2 .inner2 .promo-desc {
        font-size: 14px;
    }
    .html2 .inner2 .button {
        padding: 7px 20px;
    }
    .banner2 .inner2 h3.promo-title, 
    .banner4 .inner2 h3.promo-title {
        margin: 0 0 5px;
    }
}
@media (max-width: 680px) {
    .category_home {
    flex-direction: column;
    }
    
   
}
@media (max-width: 540px) {
    .inner2 h3.promo-title {
    /* font-size: 19px; */
    /* margin: 0 0 5px; */
    text-align: center !important;
    width: 100%;    }
    .inner2 .promo-desc {
        font-size: 23px;
    line-height: 22px;
    margin-bottom: 5px;
    text-align: center;
    }
    .inner2 .button {
    font-size: 15px;
    line-height: 12px;
    padding: 20px 5px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border: 1px #cac3b0 solid;
    background: #fff9eb;
    }
}
@media (max-width: 480px) {
    .promo-banner1 > div:last-of-type, 
    .promo-banner2 > div:nth-child(2) {
    }
    .promo-banner1 > div,
    .promo-banner2 > div {
        width: 100% !important;
    }
    .inner2 h3.promo-title {
      /* font-size: 19px; */
    /* margin: 0 0 5px; */
    text-align: center !important;
    width: 100%;
    }
    .inner2 .promo-desc {
        font-size: 23px;
    line-height: 22px;
    margin-bottom: 5px;
    text-align: center;
    }
    .inner2 .button {
       font-size: 15px;
    line-height: 12px;
    padding: 20px 5px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border: 1px #cac3b0 solid;
    background: #fff9eb;
    }
    .html2 .inner2 .promo-desc {
        font-size: 12px;
    }
    .html2 .inner2 .promo-title {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px;
    }
}


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

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

/*----------------------------------------------*/
/* 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{
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 24px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    color: var(--primary-color);
    text-align: left;
}
.product-thumb{
    position: relative;
    margin-bottom: 30px;
}
.related-products-block .product-thumb{
    margin-bottom: 0;
}
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image img {
      margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 20px;
    background: #FFF;
}
.product-thumb .button-group{    
    position: absolute;
    visibility: hidden;
    right: -40px;
    top: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-thumb:hover .button-group {
    visibility: visible;
    right: 20px;
}
.product-thumb .button-group button {
    font-size: 16px;
    height: 40px;
    width: 40px;
    border: none;
    background: var(--secondary-color);
    margin: 0;
    display: block;
}
.product-thumb .button-group button + button {
    margin: 5px 0 0 0;
}
.product-thumb .button-group button i {
    display: block;
}
.product-thumb .button-group button:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
.sale-text {
    position: absolute;
    top: 15px;
    left: 20px;
    color: var(--primary-hover-color);
    font-size: 12px;
}
.product-thumb .description {
    color: var(--secondary-light-color);
    line-height: 24px;
    margin: 12px 0 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* Optional progressive prop */
    line-clamp: 2;
}
.thumb-description {
    position: relative;
    margin-top: 10px;
    padding: 8px;
}


.category-description  {
    font-size: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;  
       display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    /* Optional progressive prop */
    line-clamp: 5;
}
.product-thumb .caption {
    padding: 19px 0 0;
    position: relative;
    -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 {
    font-size: 16px;
    margin: 15px 0 0 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.product-thumb .price-new {
    margin-right: 5px;
}
.product-thumb .price-old {
    text-decoration: line-through;
    color: var(--secondary-light-color);
    font-size: 14px;
    display: inline-block;
}
.product-thumb .product-title {
    margin: 0;
}
.product-thumb .product-title a{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}
.product-thumb .product-title a:hover {
    color: var(--primary-color);
}
.product-thumb .price-tax{
    display: none;
}
.product-thumb .rating{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0;
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.product-thumb .addcart {
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0;
    text-transform: uppercase;
    position: absolute;
    left: -80px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-thumb:hover .addcart{
    left: 20px;
    opacity: 1;
}
.product-thumb .addcart:after {
    content: "";
    height: 1px;
    width: 0;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-thumb .addcart:hover:after {
    width: 100%;
}
.product-thumb .addcart:hover{
    background: transparent;
    color: var(--primary-color);
}
.product-thumb .thumb-description .addcart,
.product-list .product-thumb .image .addcart{
    display: none;
}
.product-list .product-thumb .btn-list{
    display: block;
    position: unset;
    margin: 25px 0 10px;
    justify-content: flex-start;
}
.product-list .product-thumb .btn-list button{
    opacity: 1;
    position: unset;
    visibility: visible;
}
.product-list .product-thumb .caption {
    padding: 8px 0 0;
    text-align: left;
}
.product-list .product-thumb .thumb-description .addcart{
    display: block;
    margin: 22px 0 0 0;
    position: relative;
    left: 0;
    bottom: 0;
    opacity: 1;
}
.product-list .product-thumb .price{
    display: block;
}
.product-list .product-thumb .rating{
    display: block;
    float: unset;
    margin: 12px 0 0 0;
}
#product-page .nav-tabs li {
    padding: 0 10px;
    font-size: 13px;
}
#product-page .nav-tabs>li> a{
    padding: 0 0 0 0;
}
#product-page .nav-tabs>li> a:after {
    content: "";
    background: var(--primary-color);
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    position: absolute;
    bottom: -1px;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
#product-page .nav-tabs>li:hover> a:after,
#product-page .nav-tabs>li.active> a:after{
    width: 100%;
}
#product-page .nav-tabs>li.active>a,
#product-page .nav-tabs>li:hover> a {
    color: var(--primary-color);
}
.nav-tabs>li> a {
    text-transform: capitalize;
    padding: 12px 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: none;
    margin: 0;
    line-height: 20px;
    color: var(--secondary-light-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;
}

/* special product */
.special-html > div {
    padding: 0;
}

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

/*product tab*/
.mahardhi-tabs .nav-tabs {
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
#tabs.mahardhi-tabs {
    position: absolute;
    top: 0;
    right: 65px;
}
.mahardhi-tabs .nav-tabs>li> a{
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    border: none;
    margin: 0 24px;
    line-height: 20px;
    background: transparent;
}
.mahardhi-tabs .nav-tabs>li> a:hover,
.mahardhi-tabs .nav-tabs>li> a:focus,
.mahardhi-tabs .nav-tabs>li> a.selected{
    background: transparent;
    color: var(--primary-color);
}
.mahardhi-tabs .nav-tabs li {
    margin: 0;
}
@media (min-width: 992px) {
    .special-html {
        display: flex;
        align-items: center;
        background: var(--background-color);
    }
    .special .page-title h3 {
        text-align: center;
    }
    .special .product-thumb {
        margin-bottom: 0;
    }
    .special #special-carousel {
        width: 61%;
        margin: auto;
    }
    .special .container {
        width: unset;
    }
}
@media (min-width: 1200px) {
    .special #special-carousel {
        width: 51%;
        margin: auto;
    }
}
@media (max-width: 1440px){
    .page-title h3 {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .special .page-title h3 {
        margin: 0 0 5px;
    }
}
@media (max-width: 991px){
   .page-title h3{
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    #product-page .nav-tabs li {
        margin: 0 15px;
    }
    .mahardhi-tabs .nav-tabs>li> a {
        margin: 0 15px;
        font-size: 14px;
    }
    .product-thumb {
        margin-bottom: 20px;
    }
    .row.category-row,
    .box .row{
        margin: 0 -5px;
    }
    .mblog .blog-block,
    .blog-layout,
    .product-layout {
        padding: 0 5px;
    }
    .product-thumb .price{
        font-size: 14px;
        margin: 6px 0 0 0;
        display: block;
    }
    .product-thumb .price-old{
        font-size: 12px;
    }
    .product-thumb .rating{
        margin: 2px 0 0 0;
        display: block;
        float: unset;
    }
    .product-thumb:hover .button-group,
    .product-thumb .button-group{
        visibility: visible;
        top: 5px;
        right: 5px;
    }    
    .product-thumb .caption {
        padding: 12px 0 0;
        text-align: center;
    }
    .product-thumb .product-title a{
        font-size: 14px;
    }
    .product-thumb .button-group button {
        font-size: 14px;
        height: 30px;
        width: 30px;
    }    
    .product-thumb .addcart,
    .product-thumb:hover .addcart{
        left: 5px;
        bottom: 5px;
        opacity: 1;
        font-size: 12px;
    }    
    .product-list .product-thumb .rating{
        margin: 5px 0 0 0;
    }
    .product-thumb .description{
        margin: 5px 0 0;
    }
    .product-list .product-thumb .addcart {
        margin: 10px 0 0 0;
    }
    #product-page .nav-tabs>li> a {
        font-size: 14px;
        padding: 0 0 5px 0;
    }
    .product-list .product-thumb .thumb-description .addcart{
        margin: 10px 0 0 0;
        font-size: 14px;
    }
    .sale-text{
        top: 5px;
        left: 5px;
    }
}
@media (max-width: 680px){
    .product-list .product-thumb .image img{
        width: auto;
        margin: 0;
    }  
    .mahardhi-tabs .nav-tabs{
        margin-bottom: 15px;
    }
    #tabs.mahardhi-tabs {
        position: relative;
        right: unset;
    }
}
@media (max-width: 480px){
    .mahardhi-tabs .nav-tabs>li> a {
        margin: 0 10px;
    }
    .page-title h3{
        margin: 0 0 10px;
        font-size: 18px;
    }
    .mahardhi-tabs .nav-tabs {
        margin-bottom: 10px;
    }
}

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

/*carousel*/
.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
    margin: 0;
    position: absolute;
    top: -60px;
    right: 15px;
}
.owl-carousel.owl-theme .owl-nav div {
    position: relative;
    color: var(--primary-color);
    padding: 0;
    margin: 0;
    opacity: 1;
    text-shadow: none;
    transition: all .3s ease;
    text-align: center;
    line-height: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}
.owl-carousel.owl-theme .owl-nav > div + div:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: var(--border-color);
}
.brand .swiper-pager .swiper-button-prev,
.brand .swiper-viewport:hover .swiper-button-prev {
    left: 0;
}
.brand .swiper-pager .swiper-button-next,
.brand .swiper-viewport:hover .swiper-button-next {
    right: 0;
}
.brand .swiper-viewport .swiper-pager > div {
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
}
.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev{
    opacity: 1;
}
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover{
    color: var(--primary-color);
    background: transparent;
}

/*dots*/
.swiper-pagination span,
.owl-theme .owl-dots .owl-dot span{
    width: 14px;
    height: 14px;
    background: transparent;
    margin: 2px 5px;
    border: 2px solid transparent;
    box-shadow: none;
}
.swiper-pagination span:before,
.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    background: var(--primary-color);
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
}
.swiper-pagination span.swiper-pagination-bullet-active:before,
.swiper-pagination span:hover:before{
    background: transparent;
}
.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{
    border-color: var(--primary-color);
    background: transparent;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
}
.testimonial-block .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 12px 0 0 0;
}

/*slideshow*/
.slideshow .swiper-pagination{
    display: block;
    bottom: 30px;
}
.slideshow .swiper-viewport .swiper-pager > div{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev{
    left: 20px;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
    right: 20px;
}

/* slick-carousel */
.slick-carousel > button {
    border: none;
    background: transparent;
    padding: 2px 7px;
}
.slick-carousel > button i {
    font-size: 20px;
}
@media (min-width: 992px) {
    .special .owl-carousel.owl-theme .owl-nav {
        position: unset;
        top: unset;
        right: unset;
    }
    .special .owl-carousel.owl-theme .owl-nav div {
        background: transparent;
        color: var(--secondary-light-color);
        border: none;
        padding: 0;
        text-align: center;
        border-radius: 0;
        margin: 0;
        opacity: 1;
        text-shadow: none;
        transition: all .3s ease;
        position: absolute;
        top: 45%;
        box-shadow: none;
    }
    .special .owl-carousel.owl-theme .owl-nav .owl-next{
        right: 0;
        left: auto;
    }
    .special .owl-carousel.owl-theme .owl-nav .owl-prev{
        left: 0;
        right: auto;
    }
    .special .owl-carousel.owl-theme .owl-nav .owl-next {
        padding: 0;
        margin: 0;
    }
    .special .owl-carousel.owl-theme .owl-nav > div + div:before {
        display: none;
    }
}
@media (max-width: 1440px) {
    .owl-carousel.owl-theme .owl-nav {
        top: -50px;
    }
}
@media (max-width: 991px) {
    .slideshow .swiper-pagination {
        bottom: 0;
    }
    .swiper-pagination span {
        width: 10px;
        height: 10px;
        margin: 2px;
    }
    .swiper-pagination span:before {
        height: 6px;
        width: 6px;
    }
    .owl-carousel.owl-theme .owl-nav {
        top: -40px;
        right: 5px;
    }
}
@media (max-width: 680px) {
    .product-tab-block .owl-carousel.owl-theme .owl-nav {
        top: -76px;
    }
}
@media (max-width: 480px) {
    .owl-carousel.owl-theme .owl-nav {
        top: -32px;
    }
    .product-tab-block .owl-carousel.owl-theme .owl-nav {
        top: -62px;
    }
}

/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.blog-block{
    margin-bottom: 30px;
    position: relative;
}
.blog-block .zoom-post a {
    display: block;
    background: var(--secondary-color);
    height: 40px;
    width: 40px;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.blog-block .zoom-post a:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.blog-block .zoom-post{
    position: absolute;
    left: -50px;
    top: 10px;   
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.blog-block:hover .zoom-post{
    left: 15px;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post:before{
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0;
    display: block;
    text-align: center;
    line-height: 40px;
}
.blog-block .hover-zoom::before{
    content: "\f002";
}
.blog-block .hover-post:before {
    content: '\f0c1';
}
.blog-block:hover .hover-post:before,
.blog-block:hover .hover-zoom::before{
    opacity: 1;
}
.product-list .blog-block.product-thumb .image {
    box-shadow: none;
    margin: 0;
}
.blog-block h4,
h3.article-page-title{
    margin: 18px 0 0;
    line-height: 20px;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.blog-block h4 a{
    color: var(--primary-color);
}
.blog-info .image,
.mblog .item {
    overflow: hidden;
    position: relative;
}
.mblog .caption.blog-description,
.caption-blog {
    padding: 30px 80px;
    text-align: center;
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category .blog-img {
    position: relative;
    overflow: hidden;
    display: block;
}
h4.article-page-title{
    margin: 20px 0 15px;
}
.caption-blog  p,
.info_blog p{
    margin: 20px 0 0;
}
.blog-block img,
#content-blogs .thumbnails .thumbnail img{
    width: 100%;
}
.blog-text {
    color: var(--secondary-light-color);
    margin: 19px 0 27px;
    line-height: 24px;
    font-size: 16px;
}
.blog-comment,
.block-date {
    color: var(--secondary-light-color);
    margin: 0 15px 0 0;
    display: inline-block;
}
.caption-blog {
    padding: 20px;
}
.blog-comment i,
.block-date i{
    padding: 0 7px 0 0;
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
.article-container .image {
    position: relative;
}
.article-container .blog-block {
    margin-bottom: 0;
}
.article-container .caption-blog {
    padding: 22px 0 0 0;
}
#content-blogs .thumbnails .thumbnail {
    border: unset;
    margin: 0;
    padding: 0;
}
.article-container .page-title {
    margin-bottom: 20px;
}
.article-container .shop-content > h3 {
    line-height: 20px;
    margin: 50px 0 20px;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}
.article-container #commnt_form > div > div:last-child .form-group {
    margin-bottom: 0;
}
#post_comment #commnt_form.form-horizontal .control-label {
    text-align: left;
}
.article-container .shop-content .post-comment .form-group {
    margin-right: 0;
    margin-left: 0;
}
.comment_cust h4 {
    margin-bottom: 20px;
}
.commentlist ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.commentlist ul li:last-child {
    padding-bottom: 0;
}
.commentlist ul li {
    padding-bottom: 20px;
}
.comment_cust .comment-text .user_img {
    float: left;
    height: 60px;
    width: 60px;
    background-color: var(--background-color);
    text-align: center;
    color: var(--primary-color);
    border-radius: 50px;
}
.comment_cust .comment-text .user_img i {
    font-size: 26px;
    line-height: 60px;
}
.comment_cust .comment-desc {
    padding-left: 80px;
    line-height: 26px;
}
.comment_cust .comment-desc .name {
    font-weight: 400;
    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;
}
.comment-text {
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 0;
}
.singblog-description.blog-text {
    margin: 15px 0 0;
}
@media (max-width: 1440px){
    .mblog .caption.blog-description {
        padding: 30px 50px;
    }
    .blog-block h4{
        margin: 8px 0 0;
        font-size: 18px;
    }
    .blog-text{
        margin: 8px 0 12px;
    }
}
@media (max-width: 1199px) {
    .mblog .caption.blog-description {
        padding: 20px;
    }
    .caption-blog {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 10px 0;
    }
}
@media (max-width: 991px){
    .mblog .caption.blog-description {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 10px 0;
    }
    .blog-block{
        margin-bottom: 20px;
    }
    .article-container .caption-blog {
        padding: 15px 0 0 0;
    }
    .singblog-description.blog-text{
        margin: 8px 0 0;
    }
    h3.article-page-title {
        margin: 10px 0 0;
        font-size: 16px;
    }
    .blog-read.btn{
        margin-top: 10px;
        padding: 8px 20px;
    }
    .blog-block .zoom-post {
        left: 15px;
    }
    .blog-block .zoom-post a{
        height: 30px;
        width: 30px;
    }
    .blog-block .hover-zoom::before,
    .blog-block .hover-post:before{
        line-height: 30px;
    }
    .article-container .shop-content > h3{
        margin: 30px 0 15px;
    }
}
@media (max-width: 767px){
    .article-container .shop-content > h3{
        margin: 20px 0 10px;
    }
}
@media (max-width: 540px){
    .comment-text {
        padding: 10px;
    }
    .comment_cust .comment-desc {
        padding-left: 70px;
    }
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.newsletterblock {
    position: relative;
}
.title-text {
    font-size: 24px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
}
.news-info {
    display: flex;
    align-items: center;
}
.news-info i {   
    font-size: 46px;
    margin: 0 20px 0 0;
    display: block;
    padding: 0;
}
.subscribe-form {
    position: relative;
    display: flex;
    width: 100%;
}
.subscribe-form #newsletter_usr_email{
    height: 50px;
    padding: 5px 20px;
    border: none;
    background: var(--background-color);
    color: var(--secondary-light-color);
}
.subscribe-form #newsletter_usr_email::placeholder{
    color: var(--secondary-light-color);
}
.subscribe-btn {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    padding: 8px 30px;
    color: var(--secondary-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
.subscribe-btn:hover{
    background: transparent;
    color: var(--primary-color);
}
.news-description{
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0;
    color: var(--secondary-light-color);
}
@media (max-width: 1440px){
    .title-text{
        font-size: 18px;
    }    
}
@media (max-width: 991px){
    .news-info {
        justify-content: center;
        margin-bottom: 10px;
    }
    .news-description{
        font-size: 14px;
        margin: 5px 0 0;
    }
    .news-info i {
        font-size: 40px;
        margin: 0 15px 0 0;
    }
    .subscribe-form #newsletter_usr_email {
        height: 40px;
        padding: 5px 10px;
    }
    .subscribe-btn {
        padding: 8px 20px;
    }
}
@media (max-width: 480px) {
    .title-text {
        font-size: 14px;
    }
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
footer{
   color: var(--border-color);
    background: var(--primary-hover-color)
}
footer h5,
footer h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin: -2px 0 15px;
    position: relative;
    font-weight: 500;
   color: var(--border-color);
}
footer .footer-content a{
    padding: 8px 0;
    display: block;
    color: var(--secondary-light-color);
}
footer a:hover,
footer a:focus {
    color: var(--primary-color);
}
.footer-top > div {
    padding: 80px 15px 65px;
}
.footer-top .footer-content {
    padding: 0 0 0 45px;
}
/* footer left */
.footer_aboutus {
    margin: 0 25px 0 0;
}
.footer_aboutus img {
    max-width: 180px;
}
.footer-desc {
    font-size: 14px;
    line-height: 24px;
    margin: 23px 0;
    color: var(--secondary-light-color);
}

/* footer right */
.position-footer-right h5 {
    margin: -2px 0 21px;
}
.position-footer-right {
    text-align: center;
    margin: 0 77px;
}
.position-footer-right li > div{
    display: flex;
    justify-content: center;
    padding: 4px 0;
    line-height: 24px;
}
.position-footer-right li .contact_site a{
    padding: 0;
    display: initial;    
    color: var(--secondary-light-color);
}
.contact_title {
    text-transform: capitalize;
    margin-right: 5px;
    color: var(--primary-color);
}

/* footer bottom*/
.footer_bottom {
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0;
}
footer .footer_bottom p{
    margin: 0;
    color: var(--secondary-light-color);
}
footer .footer_bottom p a{
    color: var(--secondary-light-color);
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}

/* social media*/
.social-media a i {
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 50px;
    color: var(--secondary-color);
    text-align: center;
}
.social-media a + a{
    margin: 0 0 0 7px;
}
.social-media a .fa-facebook {
    background: #3b5998;
}
.social-media a .fa-twitter {
    background: #00acee;
}
.social-media a .fa-youtube-play {
    background: #c4302b;
}
.social-media a .fa-google-plus {
    background: #db3236;
}
.social-media a .fa-pinterest-p {
    background: #c8232c;
}
@media (min-width: 992px){
    .footer-top > div:nth-child(2) {
    }
    .footer-top > div:nth-child(3) {
    }
}
@media (max-width: 1440px){
    .footer-top > div {
        padding: 50px 15px 40px;
    }
    .position-footer-right {
        margin: 0 35px;
    }
    .footer-top .footer-content {
        padding: 0 0 0 25px;
    }
    .footer-desc {
        margin: 20px 0;
    }
}
@media (max-width: 1199px){
    .position-footer-right {
        margin: 0 5px;
    }
    .footer-top .footer-content {
        padding: 0;
    }
    .footer_aboutus {
        margin: 0;
    }
    .footer_aboutus img {
        width: 140px;
    }
}
@media (max-width: 991px){   
    .social-media .list-unstyled {
        display: block!important;
        text-align: center;
    }   
    footer h5,
    footer h4 {
        margin: 0 0 10px; 
        font-size: 14px;
    } 
    footer .footer-content a {
        padding: 4px 0;
    }   
    footer .position-footer-right h5{
        margin: 0 0 10px;
    }
    .footer-top .col-sm-4,
    .footer-top .col-sm-2 {
        width: 100%;
        float: unset;
        margin: 15px 0;
        padding: 0 15px;
    }
    .position-footer-right {
        margin: 0;
        text-align: left;
    }
    .position-footer-right li > div {
        justify-content: unset;
    }
    .footer-desc{
        margin: 8px 0 10px;
    }
    .social-media li a i {
        height: 30px;
        width: 30px;
        line-height: 26px;
    }
    .footer-bottom {
        padding: 15px 0;
        display: block;
        text-align: center;
    }
    footer .footer_bottom p {
        margin: 0 0 10px;
    }
    .footer_aboutus,
    .social-media {
        text-align: center;
    }
}
@media (max-width: 767px){
    
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service {
    text-align: center;
    margin-bottom: -2px;
}
.service-icon {
    font-size: 50px;
    margin: 0 0 28px;
}
.service .service-icon i {
    display: inline-block;
}
.service:hover .service-icon i {
    -webkit-animation: tada 1s linear infinite;
    -moz-animation: tada 1s linear infinite;
    -ms-animation: tada 1s linear infinite;
    animation: tada 1s linear infinite;
}
.service .promo-title {
    margin: 0 0 12px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.service .promo-desc {
    color: var(--secondary-light-color);
}
.service-item + .service-item:before {
    content: "";
    height: 70px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--border-color);
}
.service-button {
        /* color: var(--secondary-color); */
    background-color: #2e3d33;
    border-radius: 5px;
    padding: 0 10px;
    margin-top: 15px;
    border: none;
}
@media (max-width: 1199px){
    .service-icon {
        font-size: 38px;
        margin: 0 0 15px;
    }
    .service .promo-title {
        margin: 0 0 5px;
    }
}
@media (max-width: 991px){
    .service-item{
        padding: 0 5px;
    }
    .service-box .row{
        margin: 0 -5px;
    }
    .service .promo-title {
        font-size: 13px;
        margin: 0 0 2px;
    }
    .service .promo-desc{
        font-size: 12px
    }
    .service-icon {
        font-size: 30px;
        margin: 0 0 10px;
    }
}
@media (max-width: 767px){
    .service .promo-desc {
        font-size: 11px;
    }
}
@media (max-width: 680px) and (min-width: 426px){  
    .service{
        display: flex;
        text-align: left;
        margin: 0;
    }
    .service-icon{
        margin: 0 10px 0 0;
    }
}
@media (max-width: 680px){
    .service-item{
        width: 50%;
    }
    .service-item:nth-child(3){
        clear: left;
    }
    .service-item + .service-item:before{
        display: none;
    }
    .service-item:nth-child(3),
    .service-item:nth-child(4){
        margin-top: 15px;
    }
}
@media (max-width: 480px){
    .service .promo-title {
        font-size: 12px;
        margin: 0;
    }
    .service .promo-desc {
        font-size: 10px;
    }
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
      font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 15px;
    display: block;
    vertical-align: top;
    color: var(--primary-color);
    text-align: center;
}
.page_title2 {
    text-align:right
}
/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
    background: var(--background-color);
    margin: 0 0 50px 0;
    padding: 20px 0;
}
.breadcrumb {
    padding: 0;
    border: none;
    background: transparent;
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
}
.breadcrumb > li {
    position: relative;
}
.breadcrumb > li .fa-home {
    font-size: 15px;
}
.breadcrumb li a,
.breadcrumb a{
    color: var(--dark-subtitle);
}
.breadcrumb li:last-child a,
.breadcrumb a:hover{
    color: var(--primary-color);
}
.breadcrumb > li + li:before {
    content: "/";
    font-family: FontAwesome;
    color: var(--primary-color);
    padding: 0px 8px 0px 5px;
    font-size: 16px;
    line-height: 19px;
}
@media (max-width: 1440px){
    .breadcrumb-back{
        margin: 0 0 30px 0;
    }
}
@media (max-width: 991px){
    .breadcrumb-back{
        margin: 0 0 20px 0;
        padding: 15px 0;
    }
    .breadcrumb{
        font-size: 14px;
    }
}

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

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

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

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

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

/*product*/
#column-left .product-layout:last-child .product-thumb,
#column-right .product-layout:last-child .product-thumb {
    margin: 0;
}
#column-left .product-layout,
#column-right .product-layout{
    width: 100%;
    padding: 0;
}
#column-left .product-thumb,
#column-right .product-thumb{
    padding: 0;
    border: none;
    box-shadow: none;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
    float: left;
    width: 80px;
    margin-right: 15px;
    border: none;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 62.4%;
    border: none;
    margin: 0;
}
#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 .product-btn-quantity,
#column-right .product-thumb .product-btn-quantity{
    display: none;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    padding: 0;
    text-align: left;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price{
    margin: 10px 0 0 0;
    display: block;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating{
    float: unset;
    display: block;
    margin: 8px 0 0 0;
}
@media (min-width: 1200px){
    #column-left,
    #column-right {
        width: 20%;
    }
    #content.col-sm-9 {
        width: 80%;
    }
}
@media (min-width: 1441px) and (max-width: 1800px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 68%;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 70px;
        margin-right: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 60.7%;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 70px;
        margin-right: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 60px;
        margin-right: 5px;
    }
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 69.4%;
    }
    #column-left .product-thumb .price,
    #column-right .product-thumb .price{
        margin: 4px 0 0 0;
        font-size: 14px;
    }
    #column-left .product-thumb .rating,
    #column-right .product-thumb .rating{
        margin: 2px 0 0 0;
    }
}
@media only screen and (max-width: 1440px){
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .category-list #selectMe-desk,
    .account-content .list-unstyled,
    .sidebar .list-unstyled {
        margin: 15px 0 0 0;
    }
    #column-left > div,
    #column-right > div {
        margin: 30px 0 0;
    }
}
@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{
        margin: 20px 0 0 0;
    }
    .list-group-filter {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description{
        width: 67.2%;
    }
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .category-list #selectMe-desk,
    .account-content .list-unstyled,
    .sidebar .list-unstyled{
        margin: 15px 0 0 0;
    }
    .toggled .toggle-open {
        position: absolute;
        right: 0;
    }
    #selectMe-desk {
        display: none;
    }
    #column-left .swiper-viewport,
    #column-right .swiper-viewport {
        display: none;
    }
    #column-left > div:first-child,
    #column-right > div:first-child{
        margin: 20px 0 0;
    }
    #column-left > div,
    #column-right > div{
        margin: 15px 0 0;
    }
    #column-left h3,
    #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3 {
        font-size: 14px;
    }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat-banner {
    border: none;
    padding:0;
    background: transparent;
    border-radius: 0;
    margin: 0 0 14px;
    display: none3;
}
.cat-description p {
    margin: 0 0 25px;
    color: var(--primary-color);
    line-height: 24px;
}
.cat_info {
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--border-color);
}
.refine-search {
    margin: 0 0 20px;
}
#content .refine-text {
    font-size: 16px;
    margin: 0 0 12px;
    font-weight: 400;
}
.cat-name {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}
.cat-name li {
    display: inline-block;
}
.cat-name li a {
    border-radius: 0;
    color: var(--gold-color);
    background: var(--secondary-light-color);
    padding: 6px 20px;
    display: inline-block;
    margin: 0 6px 10px 0;
    border: 1px solid var(--border-color);
}
.cat-name li a:hover{
    color: var(--secondary-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}
#list-view.btn-default i,
#grid-view.btn-default i{
    font-size: 20px;
    display: block;
}
#list-view.btn-default,
#grid-view.btn-default {
    padding: 8px 0;
    border-radius: 5px;
    border: none;
    background: transparent;
    color: var(--secondary-light-color);
    box-shadow: none;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
    background: transparent;
    color: var(--primary-color);
}
#grid-view.btn-default {
    margin: 0 20px 0 0;
}
#compare-total.btn.btn-link {
    text-decoration: none;
    outline: none;
    padding: 8px 0;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--primary-color);
}
.cat-pagination-right {
    text-align: right;
}
.cat-pagination-right > div {
    display: inline-block;
    vertical-align: top;
}
.cat-pagination-right .cat-show {
    padding-left: 20px;
}
.text-right.show-text {
    padding: 0px 5px;
}
.text-right.show-text,
.text-right.show-select{
    width: auto;
    float: left;
}
.text_limit,
.text_sort{
    margin: 8px 0;
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat-pagination-right .form-control {
    padding: 4px 25px 4px 10px;
    margin: 0;
    height: 36px;
    border-radius: 0;
    background: transparent;
    border: 1px solid 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,
.product-list .thumb-description{
    overflow: hidden;
}
.rating .fa-stack,
#tab-review .fa-stack{
    font-size: 8px;
}
.rating .fa-star-o,
#tab-review .fa-star-o{
    color: #c2c2c2;
}
.rating .fa-star,
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o,
#tab-review .fa-star{
    color: #ffb503;
}
@media (min-width: 681px) {
    .product-list .product-thumb .image {
        float: left;
        margin-right: 30px;
    }
}
@media (max-width: 1199px){
    .cat_info{
        padding: 0 0 10px;
    }
    .cat-pagination-right .cat-show {
        padding-left: 10px;
    }
}
@media (max-width: 991px){
    .product-list .product-thumb .btn-list{
        margin: 12px 0 10px;
    }
    .refine-search {
        margin: 0 0 10px;
    }
    .cat-name li a {
        font-size: 13px;
        padding: 3px 10px;
    }
    .cat_info {
        margin: 0 0 20px;
    }
    .cat-description p {
        margin: 0 0 15px
    }
    .product-list .product-thumb .image{
        margin-right: 20px;
    }
}
@media (max-width: 767px){
    .cat-pagination-right{
        text-align: left;
        margin: 5px 0 0;
        padding: 0 10px;
    }
}
@media (max-width: 680px) {
    .product-list .product-thumb .image{
        display: inline-block;
        margin: 0;
    }
    .com-total {
        padding: 0;
    }
}
@media (max-width: 480px){
    .cat-pagination-right > * {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .cat-pagination-right .cat-show{
        padding: 5px 0 0 0;
    }
    .cat-pagination-right{
        display: block;
        text-align: left;
    }
    #compare-total.btn.btn-link{
        font-size: 13px;
    }
}

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

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
a.thumbnail {
    padding: 0;
    border: none;
    margin: 0;
}
.product-img .thumbnails {
    display: flex;
    align-items: center;
}
.pro-image img {
    width: 100%;
}
#product-page .product-additional {
    text-align: center;
    position: relative;
    max-width: 80px;
    width: 100%;
    float: left;
}
#product-page .pro-image {
    margin: 0 0 0 30px;
    float: left;
}
#additional-carousel .image-additional {
    margin: 10px 0;
}
#quick-carousel.owl-carousel.owl-theme .owl-nav{
    position: unset;
    margin: 0;
}
.quickview-container .pro-image {
    margin-bottom: 20px;
}
#quick-carousel .image-additional a {
    margin: 0 10px;
    display: block;
}
#quick-carousel {
    max-width: 440px;
    margin: auto;
    padding: 0 20px;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    border: none;
    width: 30px;
    background: transparent;
    position: absolute;
    box-shadow: none;
}
#quick-carousel .owl-nav .owl-prev,
#additional-carousel .owl-nav .owl-prev{
    left: 0;
    right: auto;
}
#quick-carousel .owl-nav .owl-next,
#additional-carousel .owl-nav .owl-next{
    right: 0;
    left: auto;
}
#additional-carousel .owl-nav div::before,
#additional-carousel .owl-nav div::after,
#quick-carousel .owl-nav div::before,
#quick-carousel .owl-nav div::after{
    display: none;
}
#additional-carousel.owl-carousel.owl-theme .owl-nav .fa,
#quick-carousel.owl-carousel.owl-theme .owl-nav .fa{
    font-size: 22px;
    line-height: 30px;
}
.right_info h1, .quick-product-right h1 {
       font-size: 44px;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-weight: 600;
    color: var(--primary-color);
}
.rating .product-rating {
    float: left;
    margin-right: 20px;
}
.rating .write-review {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    position: relative;
}
.pro-deatil .rating .write-review:before {
    content: "";
    background: var(--border-color);
    height: 14px;
    width: 1px;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.rating .fa-pencil {
    padding-right: 5px;
    color: var(--primary-color);
}
.right_info .disc {
    color: var(--primary-color);
    margin-right: 5px;
    line-height: 27px;
    min-width: 125px;
    display: inline-block;
}
.right_info .disc1 {
    color: var(--secondary-light-color);
    margin-right: 10px;
}
.pro_price {
    font-size: 24px;
    display: inline-block;
    font-weight: 500;
}
.pro_oldprice {
    color: var(--secondary-light-color);
    margin-left: 10px;
    font-size: 16px;
}
.right_info .tax {
    margin: 7px 0 5px;
    color: var(--secondary-light-color);
}
.product-options h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.right_info .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.right_info .checkbox,
.right_info .radio {
    margin-top: 0;
}
.product-options .alert {
    margin-top: 15px;
}
.product-btn-quantity .minus-plus{
    margin: 0 20px 0 0;
    display: inline-flex;
    border: 1px solid var(--primary-color);
}
#product .minus-plus > * {
    text-align: center;
    border: none;
    background: transparent;
    padding: 0 5px;
    font-size: 13px;
    width: 37px;
    height: 38px;
}
.product-btn-quantity #input-quantity{
    width: 44px;
}
.right_info .control-label.qty {
    margin: 0 0 10px 0;
    display: block;
}
#button-cart,
#quick-cart{
    margin: 0
}
button.pro_wish,
button.pro_comper{
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
    text-align: center;
    color: var(--secondary-light-color);
    background: var(--background-color);
    float: left;
}
button.pro_wish:hover,
button.pro_comper:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
#product .product-btn-quantity {
    float: left;    
    width:25%;
}
#product .productadd {
      float: left;
    width: 75%;
    display: grid;
}
.tab-content #tab-description {
    font-size: 15px;
}
#product-page #tab-description ul:last-child,
#product-page #tab-specification .table {
    margin: 0;
    border-color: var(--border-color);
}
.propage-tab h2 {
    font-size: 18px;
    margin: 25px 0 15px 0;
}
#form-review.form-horizontal .control-label {
    padding: 0;
}
.quickview-wrapper-inner.container {
    width: auto;
}
#button-upload222 {
    margin-left: 10px;
}
.related-products-block{
    clear: both;
    padding-top: 80px;
}
.propage-tab {
    margin-top: 80px;
}
#product-page .nav-tabs {
       display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
}
#product-page .tab-content{
    padding: 28px 0;
    color: var(--secondary-light-color);
    border-bottom: 1px solid var(--border-color);
    background-color: #fefcf6
}
#product-page .tab-content strong {
    font-weight: 500;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .pro-deatil .product-img {
        position: sticky;
        top: 10px;
    }
}
@media (max-width: 1440px){
    .related-products-block{
        padding-top: 50px;
    }
    .propage-tab {
        margin-top: 50px;
    }
}
@media (max-width: 1199px){
    #additional-carousel {
        max-width: 410px;
    }
    .rating .product-rating {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .propage-tab {
        margin-top: 40px;
    }
    .related-products-block{
        padding-top: 40px;
    }
    .right_info h1,
    .quick-product-right h1{
        margin: 0 0 8px;
        font-size: 18px;
    }
    .pro_price{
        font-size: 20px;
    }
    .related-products-block{
        padding-top: 40px;
    }
    .propage-tab {
        margin-top: 40px;
    }
}
@media (max-width: 991px){
    #additional-carousel {
        max-width: 290px;
    }
    .related-products-block{
        padding-top: 25px;
    }
    .propage-tab{
        margin-top: 20px;
    }
    #product-page .pro-image {
        margin: 0 0 0 15px;
    }
    #product .product-btn-quantity {
        float: unset;
        margin-bottom: 15px;
    }
    #product-page .tab-content {
        padding: 15px 0;
    }
    .related-products-block{
        padding-top: 30px;
    }
    .propage-tab {
        margin-top: 30px;
    }
}
@media (max-width: 767px){
    .product-img {
        width: 480px;
        margin: 0 auto;
    }
    .right_info {
        margin-top: 20px;
    }
    .related-products-block{
        padding-top: 20px;
    }
    .propage-tab {
        margin-top: 20px;
    }
}
@media (max-width: 540px){
    .product-img {
        width: auto;
    }    
}
@media only screen and (max-width: 480px){   
    #product-page .nav-tabs li {
        margin: 0 8px;
    }
}

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

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

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

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

/*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: 1px solid var(--border-color);
    background: transparent;
}
.well h2 {
    margin: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.well strong {
    font-weight: 500;
}
.account-list-heading {
    font-size: 18px;
    margin: 0 0 10px;
}
.account-list-content li a {
    padding: 3px 0;
    display: inline-block;
}

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

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

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

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

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

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 60px;
}
@media (min-width: 1441px) {
    .container {
        width: 1420px;
    }
}
@media (min-width: 1200px) {
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1){
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: left;
    }
}
@media (min-width: 601px) 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: 600px) and (min-width: 320px){
    .block_box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid.col-xs-4{
        width: 50%;
    }
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(2n+1),
    .col-xs-6:nth-child(2n+1) {
        clear:left;
    }
}
@media screen and (max-width: 319px){
    .block_box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid.col-xs-4{
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 600px) {
    /* Mahardhi */
    #content, #column-left, #column-right {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 1px solid #ddd;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child{
        border-left: 0;
    }
}
/* mahardhi */
@media (max-width: 1440px) {
    .mt-80{
        margin-top: 50px;
    }
    .mt-50{
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .mt-80{
        margin-top: 40px;
    }
    .mt-60{
        margin-top: 40px;
    }
    .mt-50{
        margin-top: 10px;
    }
    .mt-30 {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .mt-80{
        margin-top: 30px;
    }
    .mt-60{
        margin-top: 30px;
    }
    
    .mt-40{
        margin-top: 20px;
    }
    .mt-20{
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    #column-left,
    #column-right {
        display: block !important;
    }
    .mt-80{
        margin-top: 20px;
    }
    .mt-60{
        margin-top: 20px;
    }
    .mt-50 {
        margin-top: 0;
    }
    .mt-30 {
        margin-top: 0;
    }
}
#slideshow0.swiper-container {
    height: 800px;
}
#slideshow0 .swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}
.swiper-slide {
    position: relative;
}
.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    text-align: right;
    z-index: 2;
    padding: 60px 85px;
    pointer-events: none;
    gap: 20px;
}
.slider-title {
    font-size: 5.5rem;
    font-weight: bold;
    /* text-shadow: 0 2px 4px rgba(0,0,0,0.35); */
    color: var(--primary-color);
    /* max-width: 300px; */
    line-height: .8em;
    
    /* width: 300px; */
}
.slider-subtitle {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
    /* text-shadow: 0 2px 4px rgba(0,0,0,0.35); */
    color: #2f3e34e8;
    /* max-width: 300px; */
    /* width: 300px; */
    display: none;
}
.slider-desc {
    font-size: 20px;
    /* font-weight: bold; */
    margin-bottom: 15px;
    /* text-shadow: 0 2px 4px rgba(0,0,0,0.35); */
    color: #2f3e34c7;
    /* max-width: 300px; */
    /* width: 300px; */
    line-height: 1em;
}
.slider-btn, .slider-btn2 {
    background: var(--background-color);
    color: var(--primary-color);
    padding: 12px 36px;
    border-radius: 32px;
    text-decoration: none;
    font-size: 1.1em;
   /* box-shadow: 0 2px 12px rgba(0,0,0,0.10);*/
    margin-left: 16px;
    margin-bottom: 8px;
    pointer-events: auto;
    transition: background 0.2s;
    display: inline-block;
    border: 1px var(--primary-color) solid;
}
.slider-btn:hover, .slider-btn2:hover {
    background: var(--primary-color);
    color: #fff;
}
.slider-image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 49.6%;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: flex-start; */
    /* background: var(--background-color); */
    /* z-index: 2; */
    pointer-events: none;
}
.custom-welcome-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--welcome-bg-color);
    color: var(--background-color, #fff);
    padding: 6px 85px;
    font-size: 1.08em;
    min-height: 38px;
    position: relative;
  }
  
  .welcome-left {
    flex: 1 1 auto;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    min-width: 140px;
  }
  
  .welcome-right {
    flex: 0 0 auto;
    text-align: right;
    display: flex;
    gap: 18px;
    align-items: center;
  }
  
  .contact-link, .contact-phone {
    color: inherit;
    text-decoration: none;
    margin-left: 10px;
  }
  .contact-link i, .contact-phone i {
    margin-right: 5px;
    opacity: 0.7;
  }
  
  /* Slide Up Animation */
  .slide-text {
    display: inline-block;
    transition: transform 0.42s cubic-bezier(0.4,0,0.2,1), opacity 0.28s;
    will-change: transform, opacity;
  }
  .slide-text.slide-up {
    transform: translateY(-26px);
    opacity: 0;
  }
  .slide-text.slide-down {
    transform: translateY(26px);
    opacity: 0;
  }
  .slide-text.slide-in {
    transform: translateY(0px);
    opacity: 1;
  }
  
  @media (max-width: 700px) {
    .custom-welcome-bar { flex-direction: column; padding: 7px 10px; font-size: 1em;}
    .welcome-right { margin-top: 5px; justify-content: flex-end; }
  }
   .cat-description *{
    text-align: center;
    color:#ccc
   }
   .button-compare, .compare { display: none !important; }


.praivacyfooter {
  display: flex;
  flex-direction: row;
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  gap: 5px;
  width: 100%;
  scale:1.2;
  margin: 0 auto;
  padding-bottom: 50px;
  border-top:1px var(--border-color) solid;
  padding-top:25px

}

.comark-logo {
  height: 15px;
  margin: 0;
  /* padding: 3px 6px; */
  display: flex;
  /* border: 1px var(--footer-border) solid; */
}

.small-line,
.comark-small-line {
  font-size: 12px;
  text-decoration: none;
  line-height:14px;
  font-weight:500;
  color:var(--dark-subtitle)
}

.small-line {
  font-size: 7px;
  line-height:8px;
  font-weight:500;
  color:var(--dark-subtitle)
}

.comark-text {
    /* color: #333; */
    /* text-decoration: none; */
    display: flex;
    flex-direction: column;
    padding-right: 0px;

}

.comark-text:hover {
  text-decoration: underline;
}
/* ──────────────────────────────────────────
   PRODUCT PAGE – gallery thumb layout
   (works for the inline thumbs *and* LG popup)
   ────────────────────────────────────────── */

/* 1) Inline thumbs under the main picture */
#product-gallery {
    display: flex;          /* row of thumbs */
    flex-wrap: wrap;        /* wrap on small screens */
    gap: 17px;               /* ← breathing-room between items */
}

#product-gallery a {
    flex: 0 0 72px;         /* fixed square – adjust once */
    aspect-ratio: 1/1;      /* keeps it square if browsers support */
    display: block;
    overflow: hidden;       /* crop oversize images */
    border-radius: 4px;     /* subtle rounded corners */
}
/* ───  HERO inside #product-gallery  ────────────────────────── */
#product-gallery a:first-child          {         /* ← main image */
    flex : 0 0 100%;                    /* take full row width   */
    aspect-ratio: auto;                 /* natural aspect ratio  */
    max-height: 480px;                  /* optional, set your own */
    margin-bottom: 12px;                /* gap from thumb row    */
}

#product-gallery a:first-child img      { 
    height : auto;                      /* undo the square rule  */
    object-fit: contain;                /* show whole picture    */
}

#product-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* “fill & crop” look */
    transition: transform .25s;
}
#product-gallery a:hover img {
    transform: scale(1.05); /* gentle zoom on hover */
}
/* ─────────  Product extra-tabs  ───────── */
.product-extra-tabs { 
        margin-top: 40px;
    display: grid;
}

/* top nav ----------------------------------------------------- */
.product-extra-tabs .nav-tabs {
    border-bottom: 1px solid var(--border-color);
    display: flex;                /* keeps items on one line */
    gap: 1.5rem; 
    margin-top:40px                 /* breathing room */
}

.product-extra-tabs .nav-tabs li { 
    
        color: var(--primary-color);
  
    padding: 10px 20px;

 }

.product-extra-tabs .nav-tabs a {
    position: relative;
    padding: 0 30px;
    font-weight: 600;
    letter-spacing: .03em;
    color: var(--primary-color);
    transition: color .25s ease;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}

/* underline “ink bar” */
.product-extra-tabs .nav-tabs a::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 0; height: 2px;
    background: var(--primary-color);
    transition: width .25s ease;
}

.product-extra-tabs .nav-tabs li.active a,
.product-extra-tabs .nav-tabs a:hover {
    color: var(--primary-hover-color);
}
.product-extra-tabs .nav-tabs li.active {

    background: #fefcf6;

}
.product-extra-tabs .nav-tabs li.active a::after,
.product-extra-tabs .nav-tabs a:hover::after {
    width: 100%;
    display: none;
}

/* panels ------------------------------------------------------ */
.product-extra-tabs .tab-content {
    color: var(--secondary-light-color);
    /* border-bottom: 1px solid var(--border-color); */
    /* background-color: var(--border-color); */
    padding: 10px !important;
}
#product-page .nav-tabs::after,#product-page .nav-tabs::before {
    display: none !important;
}
/* Title row: title on left, link on right */
.page-title.toggled {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: .5rem;
    margin-bottom: 1.5rem;
}

.page-title .explore-link {
    font-size: .9rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}
.page-title .explore-link:hover {
    color: var(--primary-hover-color);
}

/* Make sure four-up grid is neat on large screens */
@media (min-width: 1200px) {
    .product-layout { margin-bottom: 30px; }
}
/* ───────── Category blocks ───────── */
.category-head{
    display:flex;
    justify-content:space-between;
    align-items:baseline;      /* keeps link on same line but lower */
    margin-bottom:24px;        /* space below the heading */
}

.section-title{
    font-family:"Lato", sans-serif;
    font-size:28px;            /* adjust to taste */
    font-weight:700;
    color:var(--primary-color);
    margin:0;                  /* no extra gap */
    letter-spacing:.3px;
}

.explore-link{
    font-size:15px;
    color:var(--primary-color);
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color .2s, border-color .2s;
}
.explore-link:hover{
    color:var(--primary-hover-color);
    border-color:var(--primary-hover-color);
}

/* Mobile friendly stack */
@media (max-width:575px){
    .category-head{
        flex-direction:column;
        align-items:flex-start;
    }
    .explore-link{
        margin-top:6px;
    }
}

.category-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* margin-bottom: 24px; */
    flex-direction: column;
    max-width: 20%;
    padding: 0 60px;
    gap: 10px;
}
.category-head h2{
    margin-top:0
}
.category_home {
    width: 100% !important;
    display: flex;
    flex-direction: row-reverse;
}

/* Reverse flex direction for odd items */
.product-tab-block:nth-of-type(odd) .category_home {
  flex-direction: row;
}
.perWidth45 {
    width:45%
}
.HomeFullProducts {
  
     line-height: 3rem;
    /* width: 300px; */
    margin-top: 60px;
    /* margin-bottom: 60px; */
    font-size: 29px;
    line-height: 34px;
    /* margin: 0; */
    font-weight: normal;
    /* text-align: left; */
    text-transform: none;
    /* padding: 0 50px; */
    color: var(--primary-color);
    font-weight: 600;
}
.HomeFullProducts span {
        color: var(--gold-color);
    font-weight: 600;
}
/* Bar styling */
  .hbv-cta-bar {
    background-color: #f6f1e6;
    color: var(--primary-color);
  }

  /* 3-col layout + vertical centering */
  .hbv-cta-row {
    display: flex;
    align-items: center;
  }

  /* Icon */
  .hbv-cta-icon { text-align: left; }
  .hbv-cta-icon .fa {
    font-size: 42px;
    line-height: 1;
    vertical-align: middle;
  }

  /* Button (outlined) */
  .hbv-cta-btn { text-align: right; }
  .hbv-outline-btn {
    border: 2px solid currentColor;
    background: transparent;
    color: currentColor;
    padding: 10px 18px;
    border-radius: 9999px;
    font-weight: 600;
    display: inline-block;
    transition: all .2s ease;
    margin-top:50px;
  }
  .hbv-outline-btn:hover,
  .hbv-outline-btn:focus {
    background: var(--primary-color);
    color: #f6f1e6;
    text-decoration: none;
  }

  /* Responsive tweaks */
  @media (max-width: 767.98px) {
    .hbv-cta-row {
      flex-direction: column;
      text-align: center;
    }
    .hbv-cta-icon,
    .hbv-cta-btn {
      text-align: center;
      margin-top: 8px;
    }
    .hbv-cta-text .HomeFullProducts {
      font-size: 28px;
      line-height: 1.3;
      margin: 10px 0;
      text-align: center !important;
      margin-top:40px
    }
  }



@media (max-width:1300px){
     .html1-inner, .html1-inner .banners {
        flex-direction: column;
     }
 
     
    .html2 .inner2 {
        left: 10px;
    }
    .banner1 .inner2,
    .banner2 .inner2 {
    COLOR: var(--gold-color);
    background: var(--primary-color);
    width: 100%;
    position: relative;
    margin-bottom: 0;
     }
    
    .banner3 .inner2,
    .banner4 .inner2 {
    COLOR: var(--gold-color);
    width: 100%;
      }  
  .html1-inner .banner3
 {
    flex-direction: column;
    display: flex;
 }
 .banner3 .inner2 {
position: relative;
width:100%;
 }
        .banner3 .inner2, .banner4 .inner2 , .banner3 .inner1{
    COLOR: var(--gold-color);
        }
   .header-col{
        padding: 0 20px !important;
    }

.category-head {
   flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    max-width: 100%;
    background: #ffffff87;
    margin-bottom: 20px;
    padding: 20px !important;
    border-radius: 30px 30px 0 0;
    display: flex;}
.category-head .section-title{
margin-top:0;
}
.product-thumb {
    margin-bottom: 0;
}
#content .row {padding:0 !important}
}
/* Mobile friendly stack */
@media (max-width:1200px){
   .header-col{
        padding: 0 20px !important;
    }
    .perWidth45 {
    width: 100%;
    padding: 20px;
}
   
    .product-thumb .addcart, .product-thumb:hover .addcart {
        display: none;
    }
  
    .explore-link{
        margin-top:6px;
    }
    .product-tab-block:nth-of-type(odd) .category_home {
  flex-direction: column;
}
.col-sm-6 {
    width:100% !important;
}
.right_info, .product-description {
    margin-top: 30px;
    font-size: 22px;
    line-height: 35px;
}
.right_info {
    padding: 0 25px;
}
.product-icons .icon-item {
  
    align-items: center;
    max-width: 50px !important;
   
}
.product-icons {

    justify-content: center;
}
#product .productadd {width: 100%;}
.category_home .row {
 display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important; /* 2 equal columns */
  gap: 20px !important; /* space between elements */
  justify-content: center !important; /* centers the grid within the container */
}
.category_home .row:before , .category_name .clearfix:before{display: none;}
.category_home {
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

}
@media (max-width:768px){

.category_home .row {
  grid-template-columns: repeat(4, 1fr) !important; /* 2 equal columns */
}

}
@media (max-width:360px){

.category_home .row {
  grid-template-columns: repeat(2, 1fr) !important; /* 2 equal columns */
}

}
@media (max-width:540px){

.category_home .row {
  grid-template-columns: repeat(2, 1fr) !important; /* 2 equal columns */
}

}
.width_full_width {
    width: 100% !important;
   
}
.category_item {
    display: flex;
    flex-direction: row;
    width: 100%; /* or whatever width you want */
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d8c7a3;
}

.tab-content>.tab-pane {
    line-height: 20px;
    font-size: 15px;
}
.tab-content > .tab-pane br::after {
  content: "";
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
/* ❷  put this in stylesheet.css (or any loaded css) */
@media (min-width: 1200px){       /* lg breakpoint in BS3 */
    .col-lg-2-4{                  /* 1/5th of 100 %  →  20 % */
        width:20%;
        float:left;               /* keep bootstrap flow */
    }
}
/* make the product container a flex row that wraps */
.category-row{
    display:flex;
    flex-wrap:wrap;
}

/* put in catalog/view/theme/<your-theme>/stylesheet/… or a <style> tag */
.product-icons{
  display:flex;
  flex-wrap:wrap;          /* drop to next line when full               */
  gap:20px;                /* space between icons                       */
  align-items:flex-start;  /* top-align captions                        */
}

.product-icons .icon-item{
  display:flex;
  flex-direction:column;   /* icon above, text below                    */
  align-items:center;
  max-width:60px;          /* never wider than 80 px                    */
  text-align:center;
  font-size:15px;       
  margin-top:15px  /* caption size                              */
}

.product-icons .icon-item img{
  width:100%;              /* scales down but never bigger than 80 px   */
  height:auto;
}



/* ---- BASE GRID (default = 5 columns) ---- */
    .category_home .category-row {
      display: grid !important;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 24px;
      align-items: start;
    }

    /* When fewer products, override per-count (desktop first) */
    .category_home.products-1 .category-row {  grid-template-columns: repeat(2, minmax(0,1fr)); }
    .category_home.products-2 .category-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .category_home.products-3 .category-row { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .category_home.products-4 .category-row { grid-template-columns: repeat(4, minmax(0,1fr)); }

    /* Keep your reversed flow when < 5 products */
    .category_home .category-row.reverse { direction: rtl; }
    .category_home .category-row.reverse > * { direction: ltr; }

    .category_home .category-row .product-layout {
      width: 100% !important;
      max-width: none !important;
      float: none !important;
    }

    .category_home .category-row .product-layout.placeholder .product-thumb {
      visibility: hidden;
    }

    .category_home .product-thumb { height: 100%; }

    /* ---- RESPONSIVE CAPS: never exceed the visible product count ---- */
    @media (max-width: 1199.98px) {
      .category_home .category-row { grid-template-columns: repeat(5, minmax(0,1fr)); }
      .category_home.products-3 .category-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .category_home.products-2 .category-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .category_home.products-1 .category-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .category_home.products-4 .category-row {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
    }
    @media (max-width: 991.98px) {
      .category_home .category-row { grid-template-columns: repeat(3, minmax(0,1fr)); }
      .category_home.products-2 .category-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .category_home.products-1 .category-row { grid-template-columns: repeat(2, minmax(0,1fr));}
    }
    @media (max-width: 767.98px) {
      .category_home .category-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .category_home.products-1 .category-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (max-width: 480px) {
      .category_home .category-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
          .category_home.products-4 .category-row { grid-template-columns: repeat(2, minmax(0,1fr)); }

    }


/* Optional: lock a pleasant aspect for media-only boxes */
@supports (aspect-ratio: 1) {
  .banner-outer .banners .inner1 { aspect-ratio: 5 / 5; } /* tweak */
}

/* ---------- Responsive ---------- */

/* <=1199px: go 2-up */
@media (max-width: 1199px) {
  .banner-outer .promo-banner1 > .col-xs-3,
  .banner-outer .promo-banner2 > .col-xs-3,
  .banner-outer .promo-banner1 > .col-xs-6,
  .banner-outer .promo-banner2 > .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* <=780px: stack 1-up and make overlays inline (no absolute) */
@media (max-width: 780px) {
  .banner-outer .promo-banner1 > .col-xs-3,
  .banner-outer .promo-banner2 > .col-xs-3,
  .banner-outer .promo-banner1 > .col-xs-6,
  .banner-outer .promo-banner2 > .col-xs-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Put overlay content into normal flow to avoid gaps */
  .banner-outer .inner2 {
    position: relative !important;
    inset: unset !important;
    text-align: left;
    padding: 16px 18px 20px;
    pointer-events: auto;
  }

  /* If you do want to hide certain overlays on phones, do it cleanly */
  /* .banner-outer .banner1 .inner2,
     .banner-outer .banner2 .inner2 { display: none; } */

  /* Video height limit on small screens */
  .banner-outer .banners .inner1 video { max-height: 400px; }
}

/* Tiny phones: reduce text sizes a bit more */
@media (max-width: 480px) {

@supports (aspect-ratio: 1) {
  .banner-outer .banners .inner1 { aspect-ratio: 447 / 400 } /* tweak */
}

    /* =========================
   BANNERS – CLEAN OVERRIDES
   ========================= */

/* 1) Put the containers back into the layout (no display:contents) */
.banner-outer .html1-inner,
.banner-outer .html1-inner .banners {
  display: flex !important;
  position: relative;
  overflow: hidden;         /* keep it if you want image zoom crop */
  height: auto !important;  /* remove -webkit-fill-available */
  flex-direction: column-reverse;
}

/* 2) Make banner rows true flex rows that wrap */
.banner-outer .promo-banner1,
.banner-outer .promo-banner2 {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;                   /* control spacing here if needed */
  background: #fffdeb;      /* keep your original row bg */
}

/* 3) Turn Bootstrap columns inside banner rows into flex items */
.banner-outer .promo-banner1 > .col-xs-3,
.banner-outer .promo-banner2 > .col-xs-3,
.banner-outer .promo-banner1 > .col-xs-6,
.banner-outer .promo-banner2 > .col-xs-6 {
  float: none !important;          /* stop floating in a flex row */
  padding: 0;                      /* you already zeroed padding */
  display: flex;                   /* allow equal height children */
  flex-direction: column;

  box-sizing: border-box;
}
 
 .banner-outer .promo-banner1 > .col-xs-3:nth-child(1),
 .banner-outer .promo-banner1 > .col-xs-3:nth-child(1) .banner-outer .html1-inner, .banner-outer .html1-inner .banners {
   display:flex}
 .banner-outer .promo-banner2 > .col-xs-3:nth-child(3) .inner1 {background-color: #666;}
 .banner-outer .promo-banner2 > .col-xs-3:nth-child(3) .inner2 {background-color: #0000001e; position: absolute;padding: 0; display: none;}
/* 4) Banner card base */
.banner-outer .banners {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* 5) Media fills the box */
.banner-outer .banners .inner1 img,
.banner-outer .banners .inner1 video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;     /* crop to fill without distortion */
}
/* 6) Text overlay defaults (desktop) */

.banner-outer .inner2 .button { pointer-events: auto; margin: 0; }

/* Preserve your per-banner positions if you like */
.banner-outer .banner4 .inner2 { right: 30px; left: auto; text-align: right; }

/* 7) Keep your title/description styles (safe tightening) */
.banner-outer .inner2 h3.promo-title {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 12px;
}
.banner-outer .inner2 .promo-desc {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 14px;
}

  .banner-outer .inner2 h3.promo-title { font-size: 20px; line-height: 26px; margin: 0;}
  .banner-outer .inner2 .promo-desc    { font-size: 15px; line-height: 20px; }
 .promo-text-box {
        padding: 10px;
        display: flex;
                align-items: center;
    }
    .promo-banner1 > .col-xs-3:nth-child(4),.mobilehide {display: none !important;}
    .banner-outer .inner2.mobilerelative {position:  relative !important;inset:none}
    .promo-banner1 > .banner-outer .inner2 {
        position: relative;
    }
     .banner-outer .inner2.mobilerelative .promo-text-box .promo-title {
        display: none;
     }
      .banner-outer .inner2.mobilerelative .promo-text-box .promo-desc {
        margin: 0;
      }
      .banner-outer .inner2.mobilerelative .promo-text-box {
        gap: 20px;
      }
        .html1 h4.promo-title{
        margin-top: 20px;
            font-size: 28px;
    line-height: 1.3;
    padding: 0 30px;    text-align: center !important;
      
      }

}
/* Optional hover zoom (kept from your file) */
.banner-outer .html1-inner .banners:hover .inner1 img {
  transform: scale(1.03);
  transition: transform .35s ease-out;
}
	@media (max-width: 991px) {
		#menu .mobile-contact a {
			display: flex;
			align-items: center;
			gap: 8px;
			padding: 10px 15px;
			text-decoration: none;
		}
        .html1-inner .promo-banner1:first-child,.html1-inner .promo-banner2:last-child{
 
background-image: none;
        }
		#menu .mobile-contact i { font-size: 16px; }

		#menu .mobile-social { padding: 10px 0 14px; }
		#menu .mobile-social-wrap {
		    display: flex;
    align-items: flex-start;
    /* gap: 12px; */
    justify-content: space-between;
		}
		#menu .mobile-social-item {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-decoration: none;
		}
		#menu .mobile-social-item i { font-size: 22px; line-height: 1; }
		#menu .mobile-social-item span { font-size: 12px; margin-top: 4px; display: block; }
	}
