body {
    font-family: 'Unbounded', sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    background: var(--secondary-color);
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
    font-weight: 500;
    text-transform: math-auto;
}
/* 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;
}

@media (max-width: 991px){

.fa {
    font-size: 24px;
}
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    border-color: var(--border-color);
}
label {
    font-size: 14px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}

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

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 5;
    background: var(--primary-color);
    color: var(--secondary-color);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    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: 40px;
}
.scrollToTop:hover,
.scrollToTop:focus{
    background: var(--primary-hover-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/loader.gif) 50% 50% no-repeat rgb(255 255 255 / 98%);
    opacity: 1;
    background-size: 200px;
}

/*----------------------------------------------*/
/* 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: var(--secondary-color);
    text-align: center;
    padding: 30px;
}
.newsletter-image {
    background: url(../image/mahardhi/newsletter-popup.jpg) no-repeat center center;
    background-size: cover;
    height: 300px;
}
#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: 560px;
    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(--primary-hover-color);
    color: var(--secondary-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 {
    padding: 30px 30px 0;
}
.newsletter-content-innner h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.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: none;
    padding: 10px;
    background: var(--background-color);
    border-radius: 25px;
    width: 100%;
    text-align: center;
}
#frmnewsletterpopup button {
    padding: 10px 30px;
    border-radius: 25px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500;
}
.newsletter-content-bottom label {
    margin: 0;
}
@media (min-width: 768px) {
    .newsletter-popup .modal-dialog {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .newsletter-image {
        height: 250px;
    }
    #frmnewsletterpopup button {
        padding: 7px 20px;
        margin-top: 15px;
    }
}
@media (max-width: 600px) {
    .newsletter-popup .modal-dialog{
        width: 90%;
        max-width: unset;
    }
    .newsletter-wrap {
        padding: 15px;
    }
    .newsletter-content {
        padding: 20px 20px 5px;
    }
    .newsletter-content-innner h3 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .newsletter-btn-close.close {
        height: 24px;
        width: 24px;
    }
}
@media (max-width: 425px) {
    .newsletter-content {
        padding: 20px 5px 5px;
    }
    .newsletter-image {
        height: 200px;
    }
    .newsletter-content-innner h3 {
        font-size: 16px;
    }
}

/*----------------------------------------------*/
/* Start top */
/*----------------------------------------------*/
#top {
    border-bottom: 1px solid var(--border-color);
    background: #00383a;
}
.installment-marquee {
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
}
.installment-marquee__track {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 10px 0;
    animation: installmentMarquee 16s linear infinite;
    will-change: transform;
}
.installment-marquee__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: 100vw;
    justify-content: space-around;
    gap: 48px;
    padding: 0 24px;
}
.installment-marquee__text {
    white-space: nowrap;
    color: #00383a;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
@keyframes installmentMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

/*top-left*/ 
.contact a {
    color: #fff;
    display: flex;
    align-items: center;
}
.contact a span span:last-child {
    font-weight: 500;
    color: #fff;
}

/*top-right*/
.top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.language-dropdown, .currency-dropdown {
    padding: 0;
}
.language-dropdown li, .currency-dropdown li {
    display: block;
}
.top-right > div {
    position: relative;
}
.top-right > div + div {
    padding: 0 0 0 14px;
    margin: 0 0 0 14px;
}
.top-right > div + div::before {
    /*content: "";*/
    background: var(--border-color);
    height: 20px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.top-right > div .dropdown-toggle {
    padding: 10px 0;
    border: none;
    font-size: 14px;
    display: block;
    color: #fff;;
}
.top-right > div .dropdown-toggle:hover,
#header_ac > a:hover {
    color: var(--primary-hover-color);
}
.top-right span.drop-text:after {
    content: ":";
}
.top-right > div .dropdown-toggle .code {
    text-transform: uppercase;
    margin-right: 4px;
}
.top-right ul.dropdown-menu {
    padding: 5px 10px;
    right: 0;
    left: auto;
    border: none;
    border-top: 2px solid var(--primary-hover-color);
}
.top-right ul.dropdown-menu button {
    padding: 5px 0;
    text-align: left;
    border: none;
    color: var(--secondary-light-color);
}
.top-right ul.dropdown-menu button:hover,
#header_ac .dropdown-menu>li>a:hover {
    color: var(--primary-color);
}

/*top-center*/
.top-center .top-text {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.top-text span {
    color: #fff;
}
.top-center a {
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid var(--primary-hover-color);
}
/*account*/
#header_ac > a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 0;
    color: black;
}
.header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-links > div + div {
    margin: 0 0 0 30px;
}
#header_ac > a span {
    margin: 0 5px;
}
#header_ac > a i {
    font-size: 20px;
    display: block;
}
.btn_search .search-btn{
    display: block;
    padding: 15px 0;
    color: var(--primary-color);
}
#header_ac .dropdown-menu {
    padding: 7px 15px;
}
#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: math-auto;
    border: none;
    color: var(--secondary-light-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-fixed .header-top {
    padding: 10px 0;
}

/*header*/
header {
    position: relative;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}
.header-top {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*logo*/
#logo {
    vertical-align: top;
    display: inline-block;
    /*width: 200px;*/
}
#logo img {
    image-rendering: -webkit-optimize-contrast;
}

/*header search*/
.btn_search{
    position: relative;
    cursor: pointer;
}
.search-btn i {
    font-size: 20px;
    display: block;
}
.btn_search {
    position: relative;
}
.btn_search .form-control{
    padding: 2px 10px;
    border: none;
    height: 40px;
}
.header-search .icon-close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 12px;
}
.header-search {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 30px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.header-search.active {
    opacity: 1;
    visibility: visible;
}
#mahardhiSearch .input-lg,
#search .input-lg{
    height: 40px;
    border: none;
}
#mahardhiSearch .input-lg{
    padding: 5px 10px;
}
.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;
    width: 65%;
    border-bottom: 1px solid var(--border-color);
    background: var(--secondary-color);
}
#mahardhiSearch > *,
#search > * {
    background: transparent;
    color: var(--secondary-light-color);
    display: block; 
}
#mahardhiSearch .input-lg::placeholder{
    color: var(--secondary-light-color);
} 
#mahardhiSearch .btn-search,
#search .input-group-btn {
    width: auto;
    background: transparent;
}
#mahardhiSearch .btn-search button,
#search .input-group-btn button {
    padding: 10px 3px;
    font-size: 20px;
    border: none;
    background: transparent;
    color: var(--primary-color);
    box-shadow: none;
}
#mahardhiSearch .btn-search button i, 
#search .input-group-btn button i {
    display: block;
}
.ui-autocomplete.ui-menu .ui-menu-item {
    list-style-image: none;
}
.ui-autocomplete .mahardhi-search {
    position: relative;
    display: table;
    width: 100%;
    padding: 5px 0px;
}
.ui-autocomplete.ui-widget-content {
    background: var(--secondary-color)!important;
    border: 1px solid var(--border-color)!important;
}
.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;
}
#mahardhiSearch select.form-control.input-lg {
    border: none;
    padding: 6px 0;
    line-height: 1.42857143;
    width: auto;
    background: transparent;
    color: var(--primary-color);
}

/*cart*/
.header_cart {
    position: relative;
}
#cart {
    vertical-align: top;
}
#cart > .btn {
    background: transparent;
    padding: 15px 0;
    border: none;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    box-shadow: none;
}
#cart-total {
    position: absolute;
    right: -2px;
    top: 7px;
    font-size: 12px;
    padding: 0 4.4px;
    line-height: 16px;
    border-radius: 50%;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
#cart > .btn:before{
    content: "\e92b";
    font-family: 'Mahardhi-Fonts';
    font-size: 20px;
    margin-right: 7px;
    -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;
    margin-bottom: 10px;
}
.product-cart-empty {
    padding: 20px 0;
}
#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 (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;
    }
}
@media (max-width: 991px) {
    .header-top{
        padding: 10px 0;
    }
    #mahardhiSearch .input-lg, 
    #search .input-lg {
        height: 34px;
    }
    #mahardhiSearch .btn-search button, 
    #search .input-group-btn button {
        font-size: 16px;
        padding: 9px 3px;
    }
    .header-links > div + div {
        margin: 0 0 0 15px;
    }
    .search-btn i,
    #header_ac > a i,
    #cart > .btn:before {
        font-size: 18px;
    }
    #header_ac > a,
    .btn_search .search-btn {
        padding: 10px 0;
    }
    #cart > .btn{
        padding: 9px 0;
    }
    #cart-total {
        top: 3px;
    }
    #mahardhiSearch,
    #search{
        width: 100%;
    }
    .header-search{
        background: rgba(255, 255, 255, 1);
    }
}
@media (max-width: 767px) {
    .top-inner {
        justify-content: center;
    }
}
@media (max-width: 540px){
    #mahardhiSearch select.form-control.input-lg {
        max-width: 90px;
    }
    #mahardhiSearch .input-lg {
        font-size: 12px;
    }
}
@media (max-width: 480px){
    #logo img{
        width: 100px;
    }
    .top-right ul.dropdown-menu.currency-dropdown {
        left: 0;
        right: auto;
    }
    #header_ac > a .icon-user,
    .top-right span.drop-text:after,
    .top-right > div .dropdown-toggle .code {
        display: none;
    }
    #mahardhiSearch select.form-control.input-lg,
    #mahardhiSearch .input-lg{
        font-size: 10px;
        padding: 5px 2px;
    }
    #mahardhiSearch select.form-control.input-lg {
        max-width: 65px;
    }
    #cart .dropdown-menu {
        right: -35px;
        left: auto;
    }

    .installment-marquee__text{
        font-size: 10px;
    }
}

/*----------------------------------------------*/
/* 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: 500;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    color: var(--primary-color);
}
#menu .nav > li {
    padding: 15px 17px;
}
#menu .dropdown-inner,
#navCategory .dropdown-inner {
    /*display: table;*/
    display: flex !important;
    /*flex-direction: column;*/
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
    display: table-cell;
}
#menu .menulist .dropdown-menu a {
    font-size: 14px;
    text-transform: uppercase;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,
#menu .nav.navbar-nav li:hover > span,
#menu .dropdown-inner li:hover > a,
#navCategory .dropdown-inner li a:hover,
.vertical-category ul > li:hover > a,
#menu #topCategoryList .dropdown-inner li:hover > a,
#menu .nav > li:hover > a{
    color: var(--primary-hover-color);
    background-color: transparent;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 8px 0;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: var(--primary-hover-color);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
@media (min-width: 1801px) {
    /*#menu {
        margin-left: 170px;
    }*/
}
@media (min-width: 992px) {
    #menu .nav > li > a:after {
        content: "";
        background: var(--primary-hover-color);
        width: 0;
        height: 2px;
        left: 0;
        margin: auto;
        display: block;
        position: absolute;
        margin-top: 3px;
        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: math-auto;
        min-width: 170px;
        text-align: left;
        color: var(--secondary-light-color);
    }
    #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
        display: none;
    }
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner{
        display: block;
        top: 50px;
        left: 0px;
        min-width: 170px;
        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);
        border-top: 2px solid var(--primary-hover-color);
    }
    #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 {
        padding: 15px 10px;
    }
}
@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: 18px;
        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: math-auto;
    }
    #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 10px;
        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
    }   
}
@media (max-width: 480px) {
    #topCategoryList {
        max-width: 280px;
    }
}

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


/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.banners {
    position: relative;
    overflow: hidden;
}
.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;
}
.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);
}

/*html1*/
.html1 .banner2,
.html3 .banner6 {
    margin-top: 30px;
}
.html1 .inner2,
.html3 .inner2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    margin: auto;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    text-align: center;
}
.html1 .inner2 .promo-title,
.html3 .inner2 .promo-title {
   position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 13px 10px 13px;
    margin: 0 0 13px;
    color: var(--secondary-color);
    border: 1px solid white;
    background: #003b3da6;
    width: fit-content;
    text-transform: uppercase;
}
.html1 .inner2 .promo-title::after,
.html3 .inner2 .promo-title::after {
    position: absolute;
    /*content: '';*/
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 50px;
    background: var(--secondary-color);
}
.html3 .banner4 .inner2 .promo-title::after {
    right: auto;
}
.html1 .inner2 .promo-sale,
.html3 .inner2 .promo-sale {
    font-size: 16px;
    color: var(--secondary-color);
}
/*html2*/
.html2 .inner2 {
    position: absolute;
    top: 0;
    bottom: 40px;
    left: 150px;
    margin: auto;
    display: flex;
    align-items: flex-end;
}
.html2 .inner2 .promo-desc {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color);
}
.html2 .inner2 .promo-title span {
    display: block;
}
.html2 .inner2 .promo-title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    margin: 20px 0 36px;
    color: var(--primary-color);
}
.html2 .inner2 .button {
    font-size: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid ;
    /*border-radius: 25px;*/
    color: var(--secondary-color);
    /*background: var(--primary-color);*/
}
.html2 .inner2 .button:hover {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
/*html3*/
.html3 .banner4 .inner2 {
    position: absolute;
    left: 30px;
    bottom: 27px;
    margin: auto;
    /*text-align: left;*/
    width: auto;
}
.html3 .banner7 .inner2 {
    /*bottom: auto;*/
    /*top: 47px;*/
}

@media (max-width: 1440px) {
    .html3 .banner7 .inner2 {
        bottom: auto;
        top: 20px;
    }
}
@media (max-width: 1199px) {
    .html1 {
        margin-top: 30px;
    }
    .html1 .banner2 {
        margin-top: 0;
    }
    .html2 .inner2 {
        left: 70px;
    }
    .html2 .inner2 .promo-desc {
        font-size: 20px;
        line-height: 20px;
    }
    .html2 .inner2 .promo-title {
        font-size: 44px;
        line-height: 50px;
    }
}
@media (max-width: 991px) {
    .html1-inner > div,
    .html3-inner > div,
    .html3-inner .banners-inner > div {
        padding: 0 5px;
    }
    .html1 .row,
    .html3 .row {
        margin: 0 -5px;
    }
    .html2 .inner2 {
        left: 30px;
    }
    .html2 .inner2 .promo-desc {
        font-size: 16px;
    }
    .html2 .inner2 .promo-title {
        font-size: 34px;
        line-height: 40px;
        margin: 12px 0 20px;
    }
    .html2 .inner2 .button {
        padding: 7px 20px;
    }
    .html3-inner > div:last-child {
        display: none;
    }
    .html3 .banner6 {
        margin-top: 10px;
    }
    .html3 .inner2 {
        bottom: 10px;
    }
    .html3 .banner4 .inner2 {
        left: 10px;
        bottom: 10px;
    }
    .html3 .inner2 .promo-title {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 10px 10px;
        margin: 0 0 6px;
    }
    .html3 .inner2 .promo-sale {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .html1 {
        margin-top: 20px;
    }
}
@media (max-width: 680px) {
    .html2 .inner2 .promo-desc {
        font-size: 14px;
    }
    .html2 .inner2 .promo-title {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 600px) {
    .html3-inner > div {
        width: 100%;
    }
    .html3-inner .banners-inner > div {
        width: 50%;
    }
    .html3 .banners-inner {
        margin-top: 10px;
    }
    .html3 .banner6 {
        margin-top: 0;
    }
}
@media (max-width: 540px) {
    .html1 .inner2, 
    .html3 .inner2 {
        bottom: 10px;
    }
    .html1 .inner2 .promo-title,
    .html3 .inner2 .promo-title {
        font-size: 18px;
        line-height: 20px;
    }
    .html1 .inner2 .promo-sale,
    .html3 .inner2 .promo-sale {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (max-width: 480px) {
    .html2 .inner2 {
        left: 10px;
    }
    .html2 .inner2 .promo-desc {
        font-size: 12px;
        line-height: 14px;
    }
    .html2 .inner2 .promo-title {
        font-size: 20px;
        line-height: 24px;
        margin: 10px 0;
    }
    .html2 .inner2 .button {
        font-size: 12px;
        padding: 5px 15px;
    }
}
@media (max-width: 425px) {
    .html1 .inner2 .promo-title,
    .html3 .inner2 .promo-title {
        font-size: 10px;
        line-height: 16px;
        padding: 9px 5px 9px;
        margin: 0 0 5px;
    }
    .html1 .inner2 .promo-sale,
    .html3 .inner2 .promo-sale {
        font-size: 11px;
        line-height: 14px;
    }
    .html2 .inner2 .promo-desc {
        font-size: 10px;
        line-height: 12px;
    }
    .html2 .inner2 .promo-title {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0;
    }
    .html2 .inner2 .button {
        font-size: 10px;
        padding: 3px 10px;
        line-height: 16px;
    }
}

/*----------------------------------------------*/
/* buttons 
/*----------------------------------------------*/
.buttons {
    margin: 1em 0;
}
#tab-review .buttons {
    margin: 1em 0 0;
}
.btn {
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    box-shadow: none;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 8px 20px;
    font-size: 14px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 14px;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    border-radius: 25px;
    font-weight: 400;
    cursor: pointer;
}
.btn-warning {
    color: var(--secondary-color);
    background-color: #faa732;
    border-radius: 25px;
}
.btn-danger {
    color: var(--secondary-color);
    background-color: #da4f49;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
}
.btn-success {
    color: var(--secondary-color);
    background-color: #5bb75b;
    background-repeat: repeat-x;
    border-radius: 25px;
}
.btn-info {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    border: none;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 25px;
    font-weight: 400;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 25px;
}
.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(--secondary-color);
    background: var(--primary-color);
}

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

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

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.owl-item.active.center .row-items,
.owl-item.active .image-additional,
.owl-item.active .product-layout,
.owl-item.active .category-layout {
    -moz-animation: zoomIn 500ms ease;
    -o-animation: zoomIn 500ms ease;
    -webkit-animation: zoomIn 500ms ease;
    animation: zoomIn 500ms ease;
}
.page-title {
    position: relative;
}
.page-title h3 {
    font-size: 40px;
    line-height: 30px;
    margin: -3px 0 27px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
}
.product-thumb {
    position: relative;
    overflow: hidden;
    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%;
}
.product-thumb .button-group {    
    position: absolute;
    visibility: hidden;
    right: -60px;
    bottom: 10px;
    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: 10px;
}
.product-thumb .button-group button {
    font-size: 16px;
    height: 50px;
    width: 50px;
    border: none;
    background: var(--secondary-color);
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 50%;
    border: none;
}
.product-thumb .button-group button + button {
    margin: 10px 0 0;
}
.product-thumb .button-group button i {
    display: block;
}
.product-thumb .button-group button:hover,
.product-list .product-thumb .btn-list button:hover {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
.sale-text {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    height: 40px;
    width: 40px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    color: var(--secondary-color);
    background: red;
}
.product-thumb .description {
    color: var(--secondary-light-color);
    line-height: 24px;
    margin: 12px 0 0;
}
.thumb-description {
    position: relative;
}
.product-thumb .caption {
    padding: 16px 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: 13px 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: red;
    font-size: 14px;
    display: inline-block;
}
.product-thumb .product-installment {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #8f8f8f;
}
.product-thumb .product-installment img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}
.product-installment-page {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    color: #8f8f8f;
    margin-top: 30px;
}
.product-installment-page img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}
.product-thumb .product-title {
    margin: 0;
}
.product-thumb .product-title a {
    text-transform: math-auto;
    font-size: 15px;
    font-weight: 400;
    color: var(--primary-color);
}
.product-thumb .product-title a:hover {
    color: var(--primary-hover-color);
}
.product-thumb .price-tax{
    display: none;
}
.product-thumb .rating{
    font-weight: 400;
    text-transform: math-auto;
    font-size: 0;
    margin: 0 0 10px;
    display: block;
}
.product-thumb .addcart {
    background: transparent;
    border: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: var(--primary-color);
    padding: 0;
    text-transform: uppercase;
    position: absolute;
    right: -80px;
    bottom: 0;
    opacity: 0;
    border-bottom: 2px solid var(--primary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-thumb:hover .addcart {
    right: 0;
    opacity: 1;
}
.product-thumb .addcart:hover {
    background: transparent;
    color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
}
.product-thumb .thumb-description .btn-list,
.product-list .product-thumb .image .button-group {
    display: none;
}
.product-list .product-thumb .caption .all-btn {
    display: flex;
    align-items: center;
    margin: 27px 0 0;
}
.product-list .product-thumb .btn-list {
    display: flex;
    align-items: center;
    position: unset;
    visibility: visible;
}
.product-list .product-thumb .btn-list button {
    opacity: 1;
    position: unset;
    visibility: visible;
    display: inline-block;
    margin: 0 0 0 10px;
    background: var(--background-color);
}
.product-list .product-thumb .caption {
    padding: 8px 0 0;
    text-align: left;
}
.product-list .product-thumb .thumb-description .addcart {
    display: inline-block;
    position: relative;
    line-height: 20px;
    right: 0;
    bottom: 0;
    opacity: 1;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
.product-list .product-thumb .thumb-description .addcart:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
}
.product-list .product-thumb .price {
    display: block;
    margin: 19px 0 0;
}
.product-list .product-thumb .rating {
    display: block;
    float: unset;
    margin: 0 0 14px;
}
#product-page .nav-tabs li {
    margin: 0 25px;
}
#product-page .nav-tabs>li> a {
    padding: 0 0 15px 0;
}
#product-page .nav-tabs>li> a::after {
    content: "";
    background: var(--primary-hover-color);
    width: 0;
    height: 2px;
    left: 0;
    right: auto;
    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: 30px;
}
#product-page .nav-tabs>li.active>a,
#product-page .nav-tabs>li:hover> a {
    color: var(--primary-hover-color);
}
.nav-tabs>li> a {
    text-transform: math-auto;
    padding: 12px 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: none;
    margin: 0;
    line-height: 20px;
    color: var(--primary-color);
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover{
    background: transparent;
    color: var(--primary-hover-color);
    border: none;
}

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

/*product tab*/
.mahardhi-tabs .nav-tabs {
    border: none;
    margin: 0 0 35px;
    padding: 0;
    text-align: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}
.mahardhi-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
}
.mahardhi-tabs .nav-tabs::before {
    display: none;
}
.mahardhi-tabs .nav-tabs li {
    margin: 0;
    float: none;
    display: inline-block;
}
.mahardhi-tabs .nav-tabs>li> a{
    padding: 0 0 5px;
    text-transform: math-auto;
    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> a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform .2s ease-in-out 0s;
}
.mahardhi-tabs .nav-tabs>li> a.selected::after, 
.mahardhi-tabs .nav-tabs>li> a:hover::after {
    transform: scaleX(1);
}
@media (max-width: 1440px){
    .page-title h3 {
        font-size: 24px;
    }
    .sale-text {
        top: 10px;
        left: 10px;
    }
    .product-thumb .button-group button {
        font-size: 14px;
        height: 40px;
        width: 40px;
    }
    .product-list .product-thumb .thumb-description .addcart {
        padding: 10px 30px;
    }
}
@media (max-width: 991px){
   .page-title h3{
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    .mahardhi-tabs .nav-tabs{
        margin-bottom: 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,
    .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: 0 0 5px;
    }
    .product-thumb:hover .button-group,
    .product-thumb .button-group {
        visibility: visible;
        bottom: 5px;
        right: 5px;
    }    
    .product-thumb .caption {
        padding: 10px 0 0;
        text-align: center;
    }
    .product-thumb .product-title a {
        font-size: 14px;
    }
    .product-thumb .button-group button {
        height: 30px;
        width: 30px;
    }    
    .product-thumb .button-group button + button {
        margin: 5px 0 0;
    }
    .product-thumb .addcart,
    .product-thumb:hover .addcart {
        position: relative;
        right: auto;
        opacity: 1;
        font-size: 12px;
        margin: 5px 0 0;
    }    
    .product-list .product-thumb .rating {
        margin: 0 0 5px;
    }
    .product-list .product-thumb .price {
        margin: 10px 0 0;
    }
    .product-thumb .description {
        margin: 5px 0 0;
    }
    #product-page .nav-tabs>li> a {
        font-size: 14px;
        padding: 0 0 5px 0;
    }
    .product-list .product-thumb .caption .all-btn {
        margin: 10px 0 0;
    }
    .product-list .product-thumb .thumb-description .addcart {
        font-size: 14px;
        margin: 0;
        padding: 5px 20px;
    }
    .sale-text {
        top: 5px;
        left: 5px;
        font-size: 10px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}
@media (max-width: 680px) {
    .product-list .product-thumb .image img {
        width: auto;
        margin: 0;
    }  
}
@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, 
.owl-carousel.owl-theme .owl-nav div {
    color: var(--primary-color);
    padding: 0;
    margin: 0;
    opacity: 1;
    text-shadow: none;
    transition: all .3s ease;
    position: absolute;
    top: -70px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid var(--border-color);
    background: var(--secondary-color);
    box-shadow: none;
}
.swiper-viewport .swiper-pager > div:hover, 
.owl-carousel.owl-theme .owl-nav div:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 15px;
    right: auto;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 15px;
    left: auto;
}
.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: 20px;
    line-height: 36px;
    display: block;
}

/*carousel*/
.owl-carousel.owl-theme .owl-nav {
    margin: 0;
}
.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev {
    opacity: 1;
}

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

/*slideshow*/
.slideshow .swiper-pagination {
    display: block;
    bottom: 20px;
}
.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 (max-width: 991px) {
    .slideshow .swiper-pagination {
        bottom: 0;
    }
    .swiper-viewport .swiper-pager > div, 
    .owl-carousel.owl-theme .owl-nav div {
        width: 30px;
        height: 30px;
        top: -35px;
    }
    .product-tab-block .owl-carousel.owl-theme .owl-nav div {
        top: -70px;
    }
    .owl-carousel.owl-theme .owl-nav .fa, 
    .swiper-viewport .fa {
        font-size: 18px;
        line-height: 26px;
    }
    .owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 5px;
        right: auto;
    }
    .owl-carousel.owl-theme .owl-nav .owl-next {
        right: 5px;
        left: auto;
    }
}
/*----------------------------------------------*/
/* testimonial */
/*----------------------------------------------*/
.testimonial-block .page-title h3 {
    margin: -5px 0 44px;
}
.row-items {
    width: 52%;
    margin: auto;
    text-align: center;
}
.testimonial-text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0;
    color: var(--primary-color);
}
.testimonial-text p {
    margin: 0;
}
.testimonial-author {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 7px;
}
.testimonial-customer {
    color: var(--secondary-light-color);
}
@media (max-width: 1440px) {
    .testimonial-block .page-title h3 {
        margin: 0 0 20px;
    }
    .row-items {
        width: 65%;
    }
    .testimonial-block .owl-theme .owl-nav.disabled+.owl-dots {
        margin: 20px 0 0;
    }
}
@media (max-width: 991px) {
    .row-items {
        width: 100%;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    
    .testimonial-block .page-title h3 {
        margin: 0 0 15px;
    }
    .testimonial-text {
        margin: 15px 0;
    }

}
/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.blog-block{
    margin-bottom: 30px;
    position: relative;
}
.blog-info .image {
    overflow: hidden;
    position: relative;
}
.blog-block .zoom-post a {
    display: block;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    height: 50px;
    width: 50px;
    margin: 0;
    border-radius: 0 25px 0 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: -55px;
    bottom: 0;   
    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: 0;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post:before{
    font-family: FontAwesome;
    font-size: 16px;
    margin: 0;
    display: block;
    text-align: center;
    line-height: 50px;
}
.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: math-auto;
}
.blog-block h4 a {
    color: var(--primary-color);
}
.blog-block h4 a:hover {
    color: var(--primary-hover-color);
}
.blog-block .caption {
    position: relative;
    padding: 27px 30px 0;
    margin: -80px 0 0 80px;
    background: var(--secondary-color);
}
.blog-block .blog-read {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border: none;
    text-transform: uppercase;
    color: var(--primary-color);
    background: transparent;
    border-radius: 0;
    border-bottom: 2px solid var(--primary-color);
}
.blog-block .blog-read:hover {
    color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    background: transparent;
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category .blog-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.blog-category .caption {
    margin: 0;
    padding: 27px 0 0;
}
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 21px;
    line-height: 24px;
    font-size: 16px;
}
.blog-comment,
.block-date {
    color: var(--secondary-light-color);
    margin: 0 15px 0 0;
    display: inline-block;
}
.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 {
    position: relative;
    line-height: 20px;
    margin: 50px 0 20px;
    padding: 0 0 7px;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    border-bottom: 2px solid var(--border-color);
}
.article-container .shop-content .post-comment .form-group {
    margin-right: 0;
    margin-left: 0;
}
#post_comment #commnt_form.form-horizontal .control-label {
    text-align: left;
}
.comment_cust h4 {
    margin-bottom: 20px;
}
.commentlist ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.commentlist ul li:last-child {
    padding-bottom: 0;
}
.commentlist ul li {
    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: math-auto;
    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) {
    .blog-block h4{
        margin: 10px 0 0;
        font-size: 18px;
    }
    .blog-text{
        margin: 10px 0 12px;
    }
}
@media (max-width: 1199px) {
    .blog-category .caption {
        padding: 10px 0 0;
    }
}
@media (max-width: 991px) {
    .blog-block {
        margin-bottom: 20px;
    }
    .mblog .blog-block .caption {
        margin: 0;
        padding: 12px 5px 0;
    }
    .blog-text {
        font-size: 14px;
    }
    .blog-category .blog-info,
    .blog-category .caption-blog {
        padding: 0 5px;
    }
    .blog-category .blog-block .row {
        margin: 0 -5px;
    }
    .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-block .zoom-post,
    .blog-block:hover .zoom-post {
        left: 0;
    }
    .blog-block .zoom-post a {
        height: 34px;
        width: 34px;
    }
    .blog-block .hover-zoom::before,
    .blog-block .hover-post:before {
        line-height: 34px;
        font-size: 14px;
    }
    .article-container .shop-content > h3 {
        margin: 30px 0 15px;
    }
}
@media (max-width: 767px) {
    .article-container .shop-content > h3 {
        margin: 20px 0 15px;
    }
}
@media (max-width: 540px) {
    .comment-text {
        padding: 10px;
    }
    .comment_cust .comment-desc {
        padding-left: 70px;
    }
}

/*----------------------------------------------*/
/* brand */
/*----------------------------------------------*/
.carousel.brand {
   padding: 50px 0; 
   background: var(--background-color);
}
@media (max-width: 991px ){
    .carousel.brand {
        padding: 30px 0;
    }
}
@media (max-width: 767px ){
    .carousel.brand {
        padding: 20px 0;
    }
}
/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.title-text {
    font-size: 24px;
    font-weight: 500;
    color: var(--secondary-color);
    text-transform: math-auto;
}
.subscribe-form {
    position: relative;
    display: flex;
    align-items: center;    
    width: 100%;
    padding: 5px;
    background: var(--secondary-color);
    border-radius: 25px;
}
.subscribe-form #newsletter_usr_email {
    height: 40px;
    padding: 5px 10px;
    border: none;
    background: var(--secondary-color);
    color: var(--secondary-light-color);
    border-radius: 25px 0 0 25px;
}
.subscribe-form #newsletter_usr_email::placeholder{
    color: var(--secondary-light-color);
}
.subscribe-btn {
    border: none;
    background: var(--primary-hover-color);
    padding: 12px;
    color: var(--secondary-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0 25px 25px 0;
}
.subscribe-btn i {
    font-size: 16px;
    display: block;
}
.subscribe-btn:hover{
    background: var(--primary-color);
}
.news-description{
    line-height: 24px;
    margin-bottom: 23px;
}
@media (max-width: 991px) {
    .subscribe-form {
        max-width: 350px;
    }
    .subscribe-form #newsletter_usr_email {
        height: 34px;
    }
    .subscribe-btn {
        padding: 9px;
    }
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
.common-home footer {
    margin-top: 0; 
}
footer {
    background: var(--background-color);
}
.footer-top {
    position: relative;
    padding: 80px 0 67px;
    color: var(--secondary-light-color);
    
    display: flex;
    flex-direction: row;
    justify-content: center;
}
footer h5,
.news .title-text {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 8px;
    margin: -2px 0 18px;
    position: relative;
    font-weight: 500;
    color: var(--primary-color);
    border-bottom: 2px solid var(--border-color);
}
footer h5::after,
.news .title-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 30px;
    height: 2px;
    background: var(--primary-hover-color);
}
.news .title-text {
    margin: 0 0 24px;
}
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 right */
.position-footer-right li > div {
    display: flex;
    align-items: 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: math-auto;
    margin-right: 5px;
    color: var(--secondary-light-color);
}

/* social media*/
.social-media a + a { 
    margin: 0 0 0 25px;
}
.social-media a i {
    font-size: 18px;
    display: inline-block;
}
.social-media a .fa-facebook {
    color: #3b5998;
}
.social-media a .fa-twitter {
    color: #00acee;
}
.social-media a .fa-youtube-play {
    color: #c4302b;
}
.social-media a .fa-google-plus {
    color: #db3236;
}
.social-media a .fa-pinterest-p {
    color: #c8232c;
}

/* footer bottom*/
.position-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_bottom {
    padding: 23px 0;
    text-align: center;
    border-top: 1px solid var(--border-color);
}
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";
}

@media (min-width: 1441px) {
    .footer-top > div + div {
        padding: 0 15px 0 65px;
    }
}
@media (max-width: 1800px){
    
}
@media (max-width: 1440px) {
    .footer-top {
        padding: 50px 0 40px;
    }
}
@media (max-width: 1199px) {
    .footer-top {
        padding: 40px 0 30px;
    }
}
@media (max-width: 991px) {  
    .footer-top {
        flex-direction: column;
        justify-content: center;
        padding: 15px 0;
    }
    footer h5, 
    footer h4, 
    .news .title-text{
        margin: 0 0 10px;
        font-size: 14px;
    } 
    footer .footer-content a {
        padding: 4px 0;
    }   
    .news-description{
        margin-bottom: 10px;
    }
    .footer-top .col-sm-3 {
        width: 100%;
        float: unset;
        margin: 15px 0;
        padding: 0;
    }
    .footer-logo img {
        width: 120px;
        margin: 0 0 10px;
    }
    .position-footer-center li > div {
        justify-content: unset;
    }
    .footer-desc{
        margin: 8px 0 10px;
    }
    .social-media li a i {
        height: 30px;
        width: 30px;
        line-height: 26px;
    }
    .position-footer-bottom{
        display: block;
        text-align: center;
    }
    footer .footer_bottom p {
        padding: 0;
    }
    .footer_aboutus {
        text-align: center;
    }
    .social-media{
        margin: 15px 0 10px;
        text-align: center;
    }
    .footer_bottom {
        padding: 15px 0;
    }
}
@media (max-width: 767px) {
    .footer-top {
        padding: 5px 0;
    }
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service-box {
    position: relative;
    border-top: 1px solid var(--border-color);
}
.service {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-box .promo-items {
    padding: 30px 0;
    background: var(--secondary-color);
}
.service-icon {
    font-size: 30px;
    margin: 0 28px 0 0;
}
.service-icon .icon-truck-2 {
    font-size: 40px;
    line-height: 26px;
    transform: rotateY(180deg);
}
.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-content {
    display: flex;
    align-items: center;
}
.service .promo-title {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 5px 0 0;   
    padding: 0 10px 0 0; 
    text-transform: math-auto;    
}
.service .promo-desc {
    display: block;
    font-size: 14px;
    color: var(--secondary-light-color);
}
.service .promo-title::after {
    content:':';
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--primary-color);
}

@media (max-width: 1440px) {
    .service {
        display: block;
        text-align: center;
    }
    .service-icon {
        margin: 0 0 10px;
    }
    .service-content {
        justify-content: center;
    }
}
@media (max-width: 1199px) {
    .service-content {
        display: block;
        text-align: center;
    }
    .service .promo-title::after {
        display: none;
    }
    .service .promo-title {
        padding: 0;
        margin: 0 0 5px;
    }
}
@media (max-width: 991px) {
    .service-box .promo-items {
        padding: 20px 0;
    }
    .service-item {
        padding: 0 5px;
    }
    .service-box .row {
        margin: 0 -5px;
    }
}
@media (max-width: 600px) {
    .service-item.col-xs-4:nth-child(2n+1) {
        clear: none;
    }
    .service .promo-title {
        font-size: 12px;
    }
    .service .promo-desc {
        font-size: 11px;
        line-height: 14px;
    }
}
@media (max-width: 480px) {
    .service-item {
        width: 100%;
    }
    .service {
        display: flex;
        align-items: center;
        justify-content: unset;
    }
    .service-icon {
        margin: 0 10px 0 0;
    }
    .service-content {
        text-align: left;
    }
    .service-item:nth-child(2),
    .service-item:nth-child(3) {
        margin-top: 15px;
    }
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 30px;
    display: block;
    vertical-align: top;
    text-align: center;
    font-weight: 500;
    color: var(--primary-color);
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
    display: none;
    background: url(../image/mahardhi/breadcrumbs-bg.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 0 50px 0;
    padding: 118px 0;
}
.breadcrumb {
    padding: 0;
    border: none;
    background: transparent;
    margin: 0;
    font-size: 16px;
    text-transform: math-auto;
    text-align: center;
}
.breadcrumb > li {
    position: relative;
}
.breadcrumb > li .fa-home {
    font-size: 15px;
}
.breadcrumb li a,
.breadcrumb a{
    color: var(--secondary-color);
}
.breadcrumb li:last-child a,
.breadcrumb a:hover{
    color: var(--secondary-color);
}
.breadcrumb > li + li:before {
    content: "/";
    font-family: FontAwesome;
    color: var(--secondary-color);
    padding: 0px 8px 0px 5px;
    font-size: 16px;
    line-height: 19px;
}
@media (max-width: 1440px) {
    .breadcrumb-back {
        padding: 76px 0;
        margin: 0 0 30px 0;
    }
    .page_title {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 991px) {
    .breadcrumb-back {
        margin: 0 0 20px 0;
        padding: 45px 0;
    }
    .page_title {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .breadcrumb {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .breadcrumb-back {
        padding: 25px 0;
    }
    .page_title {
        font-size: 16px;
    }
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
#column-left > div,
#column-right > div {
    margin: 50px 0 0;
    box-shadow: none;
    border: none;
    width: auto;
    background: var(--secondary-color);
}
#column-left > div.swiper-viewport,
#column-right > div.swiper-viewport{
    border: none;
    padding: 0;
}
#column-left > div:first-child,
#column-right > div:first-child{
    margin-top: 0;
}
#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
    display: block;
    padding: 0 0 7px;
    margin: -3px 0 0 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;
    border-bottom: 2px solid var(--border-color);
}
#column-left h3::after,
#column-right h3::after,
#column-left .box-content h3::after,
#column-right .box-content h3::after,
.article-container .shop-content > h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 30px;
    height: 2px;
    background: var(--primary-hover-color);
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
    color: var(--primary-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: uppercase;
    color: var(--secondary-light-color);
    font-size: 18px;
}
.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: math-auto;
    margin: 0 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: math-auto;*/
}
#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: 100px;
    margin-right: 20px;
    border: none;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 63%;
    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: 8px 0 0;
    text-align: left;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price{
    margin: 12px 0 0 0;
    display: block;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating{
    float: unset;
    display: block;
    margin: 0 0 8px;
}
@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: 62%;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 85px;
        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(max-width: 1800px) {
    #column-left .product-thumb .caption, 
    #column-right .product-thumb .caption {
        padding: 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: 58.5%;
    }
    .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;
}
.cat-description p {
    margin: 0 0 25px;
    color: var(--secondary-light-color);
    line-height: 24px;
}
.cat_info {
    margin: 0 0 30px;
    padding: 10px 0;
    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: math-auto;
}
.cat-name li {
    display: inline-block;
}
.cat-name li a {
    border-radius: 25px;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 7px 20px;
    display: inline-block;
    margin: 0 6px 10px 0;
    border: none;
}
.cat-name li a:hover{
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
#list-view.btn-default i,
#grid-view.btn-default i{
    font-size: 16px;
    display: block;
}
#list-view.btn-default,
#grid-view.btn-default {
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 25px;
    border: none;
    background: var(--background-color);
    color: var(--primary-color);
    box-shadow: none;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
#grid-view.btn-default {
    margin: 0 10px 0 0;
}
#compare-total.btn.btn-link {
    text-decoration: none;
    outline: none;
    padding: 8px 0;
    border: none;
    text-transform: math-auto;
    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) {
    .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;
    }
    #list-view.btn-default,
    #grid-view.btn-default {
        height: 34px;
        width: 34px;
    }
    #list-view.btn-default i, 
    #grid-view.btn-default i {
        font-size: 14px;
    }
}
@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: 12px 0;
    border-top: 1px solid var(--border-color);
}
.pro_pagination .text-left {
    margin: 8px 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-hover-color);
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
}
.pagination>li>a:last-child {
    border-radius: 50%;
}
.pagination>li>a,
.pagination>li>span {
    color: var(--primary-color);
    background-color: var(--background-color);
    float: left;
    margin-left: 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    border: none;
    font-size: 14px;
}
@media (max-width: 991px){
    .pro_pagination .text-left,
    .pro_pagination .text-right{
        width: 100%;
        float: unset;
        text-align: center;
        clear: both;
    }
    .pro_pagination .text-right {
        padding-top: 7px;
    }
    .pro_pagination .text-left{
        margin: 0;
    }
    .pagination>li>a,
    .pagination>li>span{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .pagination>li>a,
    .pagination>li>span{
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
a.thumbnail {
    padding: 0;
    border: none;
    margin: 0;
}
.pro-image img {
    width: 100%;
}
#product-page .product-additional {
    text-align: center;
    position: relative;
}
.quickview-container .pro-image, 
#product-page .pro-image {
    margin: 0 0 20px 0;
    background: var(--background-color);
}
#additional-carousel {
    margin: 0 auto;
    position: relative;
    display: block;
    vertical-align: top;
    width: calc(118% - 30%);
}
#additional-carousel .image-additional a, 
#quick-carousel .image-additional a {
    margin: 0 7px;
    display: block;
    background: var(--background-color);
}
#quick-carousel.owl-carousel.owl-theme .owl-nav{
    position: unset;
    margin: 0;
}
.quickview-container .pro-image {
    margin-bottom: 20px;
}
#quick-carousel .image-additional a {
    margin: 0 10px;
    display: block;
}
#quick-carousel {
    max-width: 440px;
    margin: auto;
    padding: 0 20px;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    border: none;
    width: 30px;
    background: transparent;
    position: absolute;
    box-shadow: none;
    color: var(--primary-color);
}
#additional-carousel .owl-nav div:hover,
#quick-carousel .owl-nav div:hover {
    color: var(--primary-hover-color);
}
#additional-carousel .owl-nav .owl-prev {
    left: -30px;
    right: auto;
}
#additional-carousel .owl-nav .owl-next {
    right: -30px;
    left: auto;
}
#quick-carousel .owl-nav .owl-prev {
    left: 0px;
    right: auto;
}
#quick-carousel .owl-nav .owl-next {
    right: 0px;
    left: auto;
}
#additional-carousel .owl-nav div::before,
#additional-carousel .owl-nav div::after,
#quick-carousel .owl-nav div::before,
#quick-carousel .owl-nav div::after{
    display: none;
}
#additional-carousel.owl-carousel.owl-theme .owl-nav .fa,
#quick-carousel.owl-carousel.owl-theme .owl-nav .fa{
    font-size: 22px;
    line-height: 30px;
}
.right_info h1, .quick-product-right h1 {
    font-size: 24px;
    text-transform: none;
    margin: 0 0 15px;
    font-weight: 500;
    color: var(--primary-color);
}
.rating .product-rating {
    float: left;
    margin-right: 20px;
}
.rating .write-review {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    position: relative;
}
.pro-deatil .rating .write-review:before {
    content: "";
    background: var(--border-color);
    height: 14px;
    width: 1px;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.rating .fa-pencil {
    padding-right: 5px;
    color: var(--primary-color);
}
.right_info .disc {
    color: var(--primary-color);
    margin-right: 5px;
    line-height: 27px;
    min-width: 125px;
    display: inline-block;
}
.right_info .disc1 {
    color: var(--secondary-light-color);
    margin-right: 10px;
}
.pro_price {
    font-size: 24px;
    display: inline-block;
    font-weight: 500;
}
.pro_oldprice {
    color: var(--secondary-light-color);
    margin-left: 10px;
    font-size: 16px;
}
.right_info .tax {
    margin: 7px 0 5px;
    color: var(--secondary-light-color);
}
.product-options h3 {
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
}
.right_info .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: none;
    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 10px 10px 0;
    display: inline-flex;
    border: none;
    border-radius: 25px;
    background: var(--background-color);
}
#product .minus-plus > * {
    text-align: center;
    border: none;
    background: transparent;
    padding: 0 5px;
    font-size: 14px;
    width: 40px;
    height: 50px;
}
.product-btn-quantity #input-quantity {
    width: 44px;
}
.right_info .control-label.qty {
    margin: 0 0 10px 0;
    display: block;
}
#button-cart,
#quick-cart {
    padding: 15px 30px;
    margin: 0 10px 0 0;
    border-radius: 25px;
}
button.pro_wish,
button.pro_comper {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
    text-align: center;
    border-radius: 50%;
    color: var(--primary-color);
    background: var(--background-color);
    float: left;
}
button.pro_wish i,
button.pro_comper i {
    font-size: 16px;
    display: block;
}
button.pro_wish:hover,
button.pro_comper:hover {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
#product .product-btn-quantity {
    float: left;    
}
.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: center;
    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);
}
#product-page .tab-content strong {
    font-weight: 500;
    text-transform: math-auto;
}
@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;
    }
    #product .minus-plus > * {
        height: 40px;
    }
    #button-cart,
    #quick-cart {
        padding: 10px 30px;
    }
    button.pro_wish, 
    button.pro_comper {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    button.pro_wish i,
    button.pro_comper i {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    #additional-carousel {
        width: calc(100% - 20%);
    }
    .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) {
    .propage-tab {
        margin-top: 20px;
    }
    #product .product-btn-quantity {
        float: unset;
        margin-bottom: 15px;
    }
    .product-btn-quantity .minus-plus {
        margin: 0 10px 0 0;
    }
    #product-page .tab-content {
        padding: 15px 0;
    }
    .related-products-block {
        padding-top: 30px;
    }
    .propage-tab {
        margin-top: 30px;
    }
    #button-cart,
    #quick-cart {
        padding: 7px 20px;
    }
    button.pro_wish,
    button.pro_comper {
        height: 34px;
        width: 34px;
        line-height: 34px;
    }
    #additional-carousel .owl-nav .owl-prev {
        left: -20px;
        right: auto;
    }
    #additional-carousel .owl-nav .owl-next {
        right: -20px;
        left: auto;
    }
}
@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;
    border: 1px solid var(--border-color);
}
.about-us img{
    width: 100%;
}
.about-us h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
.about-us h4 {
    font-size: 16px;
    color: var(--primary-hover-color);
    margin: 15px 0;
    font-weight: 400;
}
.about-us p{
    line-height: 26px;
    color: var(--secondary-light-color);
}
@media (max-width: 767px){
    .cms-block{
        margin-bottom: 15px;
    }
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-80{
    margin-top: 80px;
}
.mt-60{
    margin-top: 60px;
}
.mt-50{
    margin-top: 50px;
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.img-thumbnail {
    border: none;
}
#content {
    min-height: 600px;
}
.common-home #content {
    min-height: unset;
}
#content > h3 {
    margin-top: 0;
    font-size: 18px;
}
.relative {
    position: relative;
}
.m-auto {
    margin: 0px auto;
}
.m-image-auto {
    width: auto !important;
}
ul.list-unstyled{
    margin: 0;
    font-size: 18px;
}
.owl-carousel {
    touch-action: manipulation;
}
.dropdown-menu {
    background: var(--secondary-color);
    z-index: 1001;
    margin: 0;
    border-radius: 0;
    border: none;
    border-top: 2px solid var(--primary-hover-color);
    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: 1801px) {
    .container {
        width: 1780px;
    }
}
@media (min-width: 1441px) and (max-width: 1800px) {
    .container {
        width: 1400px;
    }
}
@media (min-width: 1200px) {
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1){
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: left;
    }
}
@media (min-width: 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;
    }
}
@media (max-width: 991px) {
    .mt-80{
        margin-top: 30px;
    }
    .mt-60{
        margin-top: 30px;
    }
    .mt-40{
        margin-top: 20px;
    }
    .mt-20{
        margin-top: 0;
    }
    .form-control {
        height: 34px;
    }
}
@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: 20px;
    }
}

/* Other styles */

.mb-80{
    margin-bottom: 80px;
}

.navbar-nav > li:nth-child(3) .dropdown-inner,
.navbar-nav > li:nth-child(4) .dropdown-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px;
}

.navbar-nav > li:nth-child(3) .dropdown-inner .childs_1,
.navbar-nav > li:nth-child(4) .dropdown-inner .childs_1 {
    width: 100% !important;
}

.box.all-products{
    background-color: #c7c7c714;
    padding: 40px 0;
}

.promo-text-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-outer.html2{
    margin-bottom: 80px ;
}

@media (max-width: 767px){
    .banner-outer.html2{
    margin-bottom: 50px ;
    margin-top: 50px ;
}

.html2 .inner2 {
    bottom: 10px;
}
}

.testimonial-title{
    text-align: center;
}

.testimonial-thumb .btn{
 width: 100%;   
}

.information-testimonial-info p{
    font-size:16px;
}

.child-categories a.list-group-item {
    font-size: 14px;
    font-style: italic;
}

.cat_display{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

@media (max-width: 767px) {
    .cat_display{
    padding: 0 10px;
}
}

/* ======================= */
/*  Цветовые свотчи       */
/* ======================= */

/* контейнер опции цвета */
.color-item {
	display: inline-block;
	margin-right: 6px;
	position: relative;
}

/* label, чтобы ловить checked */
.color-label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

/* clickable блок цвета */
.color-box {
	position: relative;
	display: inline-flex;
	cursor: pointer;
	border: 1px solid #80808047;
    border-radius: 5px;
}

/* картинка цвета */
.color-box .img-thumbnail {
	width: 32px;
	height: 32px;
	border-radius: 3px;
}

/* рамка выбранного цвета */
.color-label input:checked ~ .color-box .img-thumbnail {
	border: 2px solid #000;
	border-radius: 4px;
}


/* ======================= */
/*  Tooltip                */
/* ======================= */

/* скрыто по умолчанию */
.color-box::after,
.color-box::before {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, transform .2s ease;
}

/* сам tooltip */
.color-box::after {
	content: attr(data-color-name);
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%) translateY(5px);
	background: #000;
	color: #fff;
	padding: 6px 10px;
	font-size: 13px;
	white-space: nowrap;
	border-radius: 4px;
	font-weight: 600;
	z-index: 999;
	pointer-events: none;
}

/* стрелочка */
.color-box::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%) translateY(5px);
	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	z-index: 999;
	pointer-events: none;
}

/* показываем при ховере */
.color-box:hover::after,
.color-box:hover::before {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

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

.mb-50{
    margin-bottom: 50px;
}

#information-information h1 {
    text-align: center;
    margin-bottom: 80px;
}

#information-information p{
    font-size: 18px;
    line-height: 1.3;
}


@media (max-width: 767px) {
    .html1-inner>.w-100{
        width: 100%;
    }
    
    .product-thumb .image{
        width: 100%;
        margin: auto;
    }
    
    .block_box  .owl-item {
    width: 195px !important;
}

/*#featured-carousel.bestseller_main .owl-item{*/
/*        width: 165px !important;*/
/*    }*/
    
    /*.bestseller_main>.owl-controls .owl-page span {*/
    /*    width: 6px !important;*/
    /*    height: 6px !important;*/
    /*}*/
}

.tab-pane h3{
    color: var(--primary-color);
}

.product-features ul li{
    font-size: 19px;
    margin-bottom: 10px;
}

.tab-pane p{
    font-size: 19px;
    line-height: 1.4;
}

.form-group .payment_method {
    font-size: 12px;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

.terms-block_text{
    margin-left: 30px;
}


/*a[href*="path=18_149"] {*/
/*    font-weight: 700 !important;*/
/*    background: #00383a36;*/
/*    font-size: 15px !important;*/
/*    border-radius: 10px;*/
/*    padding: 10px !important;*/
/*}*/

/*a[href*="path=18_149"]:hover {*/
/*    font-weight: 700 !important;*/
/*    background: #00383a36;*/
/*    font-size: 15px !important;*/
/*    border-radius: 10px;*/
/*    padding: 10px !important;*/
/*    transition: 0,2s;*/
/*}*/

/*a[href*="path=18_149"]::before {*/
/*    content: "⭐";*/
/*    color: #FFD700; */
/*}*/

.column-1 .childs_1{
    flex-direction:column;
}

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


/* /Other styles */

/* Menu */

.dropdown-inner ul.list-unstyled.childs_1{
    display: flex !important;
}

@media (max-width: 991px){
    .dropdown-inner ul.list-unstyled.childs_1{
       flex-direction: column;
    }
}

/* /Menu */


/* ========= ОБЩИЙ СТИЛЬ ========= */

/* === ALLBODY: color switcher (product → product) === */

.option_prod {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* label — кликабельный контейнер */
.option_prod .radio label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 4px;
    position: relative;
    transition: border-color 0.2s ease;
}

/* Скрываем стандартный radio */
.option_prod input[type="radio"] {
    display: none;
}

/* КАРТИНКА ЦВЕТА */
.option_prod .color-image {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 4px;
}

/* АКТИВНЫЙ ЦВЕТ (как было до изменений) */
.option_prod .radio label input[type="radio"]:checked + .color-image {
    border: 2px solid #000;
}


/* ========= ЦВЕТА ========= */

/* У цветов есть картинка → скрываем их название */
.color-option img + .color-name {
    display: none;
}

/* Плашка при наведении только для цветов */
.color-option:hover img + .color-name {
    display: block;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 13px;
    z-index: 20;
}

/* Рамка выбранного цвета */
.color-option input[type="radio"]:checked + img {
    border: 2px solid #000;
    border-radius: 6px;
}


/* ========= РАЗМЕРЫ ========= */

/* Размеры → это P без картинки перед ним */
.radio:not(:has(img)) .color-name {
    /* показываем размер, он должен быть виден ВСЕГДА */
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;

    border: 1px solid #0a665f;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Выбранный размер */
.radio:not(:has(img)) input[type="radio"]:checked + .color-name {
    border-width: 2px;
    font-weight: 600;
    border-color: #000;
}

/* При наведении размер НЕ должен исчезать */
.radio:not(:has(img)) label:hover .color-name {
    opacity: 1 !important;
    visibility: visible !important;
}


/* ========= ВЫДЕЛЕНИЕ КАРТОЧКИ ПРИ ВЫБОРЕ ========= */

.option_prod .radio input[type="radio"]:checked + img,
.option_prod .radio input[type="radio"]:checked + .color-name {
    /* общий стиль выбранного элемента */
    border-color: #000;
}



/* Testimonial cards in page */

/* ====== Testimonials Cards Grid ====== */
#testimonial {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 20px auto;
  padding: 10px 0;
  align-items: stretch; 
}

#testimonial table {
  border: none !important;
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: 0.25s ease;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 280px; 
  height: 100%;
}

#testimonial table:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

#testimonial table td,
#testimonial table tr {
  border: none !important;
  background: transparent !important;
  width: 100%;
}

#testimonial p {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #00383A;
  flex-grow: 1; 
}

#testimonial i {
  font-weight: 700;
  font-style: normal;
  color: #00383A;
  margin-left: 6px;
}

#testimonial strong {
  font-size: 16px;
  font-weight: 700;
  color: #00383A;
}

#testimonial .fa-star {
  color: #FFC107 !important;
}
#testimonial .fa-star-o {
  color: #d5d5d5 !important;
}

#testimonial .btn {
  margin-top: auto;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 40px;
  background: #00383A;
  border: none;
  align-self: flex-start; 
}
#testimonial .btn:hover {
  opacity: 0.85;
}

#testimonial table {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}

#testimonial p.review-text {
  flex-grow: 1;
  margin-bottom: 20px;
}

#testimonial .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0 !important;
}


@media (max-width: 992px) {
  #testimonial {
    grid-template-columns: 1fr;
  }
}




/* /Testimonial cards in page */


/* Contacts */

/* Контейнер */
#content {
  /*max-width: 1100px;*/
  margin: 0 auto;
  padding: 40px 20px;
}

/* Общий стиль карточек */
.contact-item {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  margin-bottom: 25px;
  transition: .3s;
  border-left: 5px solid #004A47;
}

.contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,.12);
}

/* Заголовки */
.contact-item h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #004A47;
  font-weight: 600;
}

/* Текст */
.contact-item p {
  font-size: 17px;
  line-height: 1.5;
  color: #444;
}

/* Ссылки */
.contact-item a {
  color: #004A47;
  font-weight: 600;
  text-decoration: none;
  transition: .2s;
}

.contact-item a:hover {
  color: #019688;
}

/* Карта */
.contact-map iframe {
  width: 100%;
  height: 350px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/* Сетка */
#content > .contact-item,
#content > .contact-map {
  width: 100%;
}


/* 2 колонки + карта снизу на больших экранах */
@media (min-width: 768px) {
  

  .contact-map {
    grid-column: span 2;
  }
}


/* /Contacts */

/* product-card */

#product-page h1,
#product-page h2,
#product-page h3,
#product-page p,
#product-page span,
#product-page label,
#product-page ul,
#product-page li {
    font-family: "Montserrat", sans-serif;
}
/* /product-card */

/* Corporate styles*/

.allbody-corporate__hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.allbody-corporate__hero-content {
    max-width: 700px;
}

.allbody-corporate__hero-logo img {
    max-width: 100%;
    height: auto;
    opacity: 0.9;
}

/* Чуть усилим подзаголовок */
.allbody-corporate__subtitle {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}

.allbody-corporate {
    padding: 80px 0;
    background: #ffffff;
}

.allbody-corporate__title {
    font-size: 44px;
    font-weight: 600;
    max-width: 800px;
    margin-bottom: 15px;
}

.allbody-corporate__intro {
    max-width: 820px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

/* SECTION TITLES */
.allbody-corporate__section-title {
    font-size: 34px;
    font-weight: 600;
    margin: 80px 0 40px;
}

/* SERVICE BLOCKS */
.allbody-corporate__section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 80px 0 60px;
}

/* Hover-эффект */
.allbody-corporate__block:hover {
    background: #dfdfdf;
    transform: translateY(-4px);
    transition: all 0.3s ease;
}

.allbody-corporate__block {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
}

.allbody-corporate__block h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.allbody-corporate__block p {
    font-size: 12px !important;
    line-height: 1.6;
    margin-bottom: 15px;
}

.allbody-corporate__block ul {
    margin: 15px 0;
    padding-left: 18px;
}

.allbody-corporate__block li {
    margin-bottom: 8px;
}

/* ADVANTAGES */
.allbody-corporate__advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
    max-width: 800px;
}

.allbody-corporate__advantages li {
    position: relative;
    padding-left: 24px;
    line-height: 1.5;
}

.allbody-corporate__advantages li::before {
    content: "—";
    position: absolute;
    left: 0;
}

.allbody-corporate__why-abstract {
    position: relative;
    padding: 100px;
    border-radius: 40px;
    overflow: hidden;
    background: #f6f6f6;
}

.allbody-corporate__note{
    margin-top: 50px;
    width: max-content;
    padding: 20px 10px;
    border: 1px solid #00383a;
    border-radius: 20px;
}

.allbody-corporate__shape {
    position: absolute;
    width: 420px;
    height: 420px;
    background: #00383a;
    border-radius: 50%;
    top: -120px;
    right: -120px;
    opacity: 0.65;
}

.allbody-corporate__content {
    position: relative;
    max-width: 700px;
}

.allbody-corporate__content li{
    width: max-content;
    margin-bottom: 10px;
}

.allbody-corporate__content li:hover{
    text-decoration: underline;
}


/* TRUST BLOCK */
.allbody-corporate__clients {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 40px;
    border-radius: 20px;
    align-items: center;
}

.allbody-corporate__clients img {
    max-width: 80%;
    height: auto;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.allbody-corporate__clients img:hover {
    opacity: 1;
}

/* STEPS */
.allbody-corporate__steps {
    counter-reset: step;
    max-width: 700px;
}

.allbody-corporate__list{
    margin-top: 40px;
}

.allbody-corporate__steps li {
    list-style: none;
    counter-increment: step;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.allbody-corporate__steps li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allbody-cooperation__block img{
    width: 30%;
}

.allbody-cooperation__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* CONTACTS */
.allbody-corporate__contacts {
        display: flex;
    justify-content: space-between;
    margin: auto;
    
    
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    max-width: 850px;
}

.allbody-corporate__contacts p{
    width: 160px;
}

.allbody-corporate__contacts a {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    
    color: var(--primary-color);
    border: 3px solid transparent;
    border-radius: 10px;
    padding: 20px;
    text-decoration: none;
}

.allbody-corporate__contacts a:hover {
    border: 3px solid var(--primary-color);
    text-decoration: underline;
    transition: all 0.3s ease;
}

.allbody-corporate__contacts a span{
    margin-top: 20px;
}

.allbody-corporate-contacts__block{
    max-width: 700px;
    margin: auto;
    text-align: center;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    padding: 50px 0;
}


@media (max-width: 991px){
    .allbody-corporate{
        padding: 0;
    }
    
    .allbody-corporate__hero{
        display: flex;
        flex-direction: column;
    }
    
    .allbody-corporate__hero-logo{
        display: none;
    }
    
    .allbody-corporate__block p{
        font-size: 14px !important;
    }
    
    .allbody-corporate__block li{
        font-size: 12px !important;
    }
    
    .allbody-corporate__why-abstract{
        padding: 20px;
    }
    
    .allbody-corporate__shape{
        opacity: 0.25;
    }
    
    .allbody-corporate__note{
        width: 100%;
        text-align: center;
        font-size: 14px !important;
    }
    
    .allbody-corporate__clients{
        display: flex;
        flex-direction: column;
    }
    
    .allbody-cooperation__block{
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    }
    
    .allbody-cooperation__block img{
        margin-bottom: 40px;
    }
    
    .allbody-corporate__contacts{
        flex-direction: column;
        align-items: center;
    }
}


/* / Corporate styles*/


/* Modal Size image*/

.size-chart-btn {
    margin-top: 10px;
    background: none;
    border: none;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
}

.size-chart-btn:hover{
    color: var(--primary-color);
}

.size-chart-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9998;
    height: 100vh;
}

.size-chart-modal {
    width: 40%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    max-height: 90%;
    overflow: auto;
    z-index: 9999;
}

@media (max-width: 991px){
    .size-chart-modal {
    width: 90%;}
}

.size-chart-modal img {
    max-width: 100%;
    height: auto;
}

.size-chart-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}


/* / Modal Size image*/



.mono-installment-info {
    --mono-accent: #00383a;
    --mono-bg: #f7fbff;
    --mono-border: #d9e8f7;
    --mono-text: #000;
    --mono-muted: #000;
    background: var(--mono-bg);
    border: 1px solid var(--mono-border);
    border-radius: 14px;
    padding: 24px;
    margin: 24px 0;
    color: var(--mono-text);
    line-height: 1.5;
    box-shadow: 0 6px 20px rgba(11, 107, 203, 0.06);
}

.mono-installment-info h2 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.25;
    color: var(--mono-accent);
}

.mono-installment-info h3 {
    margin: 22px 0 12px;
    font-size: 18px;
    line-height: 1.3;
    color: var(--mono-text);
}

.mono-installment-info .provider {
    background: #fff;
    border: 1px solid #e6edf5;
    border-left: 4px solid var(--mono-accent);
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.mono-installment-info .provider strong {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 14px;
    color: var(--mono-muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.mono-installment-info .provider address {
    margin: 0;
    font-style: normal;
    color: var(--mono-text);
    font-size: 15px;
}

.mono-installment-info .product-specs {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
}

.mono-installment-info .product-specs dt,
.mono-installment-info .product-specs dd {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #dce6f2;
}

.mono-installment-info .product-specs dt {
    color: var(--mono-muted);
}

.mono-installment-info .product-specs dd {
    text-align: right;
    font-weight: 600;
    color: var(--mono-text);
}

.mono-installment-info .footer-info {
    margin: 16px 0 0;
    font-size: 14px;
    color: var(--mono-muted);
}

.mono-installment-info .footer-info a {
    color: var(--mono-accent);
    text-decoration: none;
    border-bottom: 1px solid rgba(11, 107, 203, 0.35);
}

.mono-installment-info .footer-info a:hover {
    border-bottom-color: transparent;
}

@media (max-width: 640px) {
    .mono-installment-info {
        padding: 16px;
        border-radius: 10px;
    }

    .mono-installment-info h2 {
        font-size: 20px;
    }

    .mono-installment-info .product-specs {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .mono-installment-info .product-specs dd {
        text-align: left;
        padding-top: 4px;
        padding-bottom: 12px;
    }

    .mono-installment-info .product-specs dt {
        padding-bottom: 0;
        border-bottom: 0;
    }
}
