body {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
}

/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #252525;
    font-weight: 500;
    text-transform: capitalize;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #252525;
}
a:hover {
    text-decoration: none;
}
.fa {
    font-size: 14px;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    border-color: var(--border-color);
}
label {
    font-size: 16px;
    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, button:focus, img:focus {
    text-decoration: none;
    outline: none;
    color: var(--primary-hover-color);
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

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: 35px;
    font-size: 50px;
    text-align: center;
    color: #6e3a56;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    animation: pulse 1.5s ease infinite;
    -webkit-animation: pulse 1.5s ease infinite;
}

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

/*----------------------------------------------*/
/* QuickView Loader*/
/*----------------------------------------------*/
 .quickview-wrapper {
    background-color: var(--background-color);
    display: none;
    height: 80vh;
    left: 0;
    margin: 0 auto;
    overflow: auto;
    padding: 30px 15px;
    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: 1;
    top: 10px;
    right: 15px;
    font-size: 28px;
    line-height: 14px;
    text-align: center;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out 0ms;
    -webkit-transition: all 0.3s ease-in-out 0ms;
    -moz-transition: all 0.3s ease-in-out 0ms;
    -o-transition: all 0.3s ease-in-out 0ms;
    -ms-transition: all 0.3s ease-in-out 0ms;
}
.quickview-btn:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.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{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;  
}
.quickview-loader-inner:before{
    font-family: FontAwesome;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    content: "\f1ce";
    color: var(--secondary-color);
    vertical-align: middle;
}
@media (max-width: 991px){
    .quickview-wrapper{
        width: 90%;
        padding: 20px 5px;
    }
}

/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert.alert-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    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: 36px;
    text-shadow: none;
}
.newsletterblock .alert {
    position: fixed;
    z-index: 22;
    top: 0;
    width: 100%;
    left: 0;
}
#form-review .alert.alert-success,
#post_comment .alert{
    position: relative;
}

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.newsletter-image {
    background: url(../image/mahardhi/popup-image.png) 50% 0% no-repeat;
    background-size: contain;
    position: absolute;
    height: 400px;
    width: 266px;
    top: -175px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.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;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;  
    border-radius:0;
    box-shadow: none;
    margin: 0 auto;
}
.newsletter-popup .modal-body{
    padding: 0;
}
.newsletter-popup .modal-dialog{
    margin: 110px auto 20px;
    max-width: 600px;
    text-align: center;
}
.newsletter-content {
    background: var(--primary-hover-color);
    border-radius: 50%;
    padding: 125px 100px 60px;
    width: 600px;
    height: 600px;
}
.newsletter-content-innner {
    padding: 100px 0px 0;
    color: var(--secondary-color);
}
.newsletter-btn-close.close{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 12px;
    transition: all 0.3s ease-in-out 0ms;
    -webkit-transition: all 0.3s ease-in-out 0ms;
    -moz-transition: all 0.3s ease-in-out 0ms;
    -o-transition: all 0.3s ease-in-out 0ms;
    -ms-transition: all 0.3s ease-in-out 0ms;
}
.newsletter-btn-close.close:hover{
    opacity: 1;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.newsletter-content h3{
    font-size: 30px;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    margin: 15px 0 20px 0;
}
.newsletter-content p{  
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 24px;
}
.newsletter-content input[type="text"] {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid var(--border-color);
    padding: 0 10px; 
}
.newsletter-content .btn {
    margin: 30px 0 15px 0;
    border-radius: 25px;
    background: #fff;
    padding: 15px 50px;
    color: #333;
}
.newsletter-content-innner .alert {
    margin: 0 auto 10px;
    display: table;
    position: relative;
    width: 100%;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 100%;
    border-radius: 25px;
    display: block;
    margin: auto;
    color: #fff;
    font-size: 14px;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    max-height: 50px;
    padding: 15px;
}
.newsletter-content .newsletter_usr_popup_email::placeholder {
    color: #fff;
}
@media (min-width: 768px){
    .newsletter-popup .modal-dialog {
        width: 100%;
    }
}
@media (max-width: 1199px){
    .modal-content{
        width: 550px;
    }
    .newsletter-content{
        width: 550px;
        height: 550px;
        padding: 105px 100px 60px;
    }
    .newsletter-content .btn {
        margin: 25px 0 15px 0;
    }
}
@media (max-width: 767px){
    .modal-content {
        width: 450px;
    }
    .newsletter-image{
        height: 200px;
        width: 180px;
        top: -100px;
    }
    .newsletter-content{
        padding: 90px 60px 50px;
        width: 450px;
        height: 450px;
    }
    .newsletter-popup .modal-dialog{
        margin: 75px auto 10px;
    }
    .newsletter-content-innner {
        padding: 0;
    }
    .newsletter-content h3 {
        font-size: 26px;
        line-height: 26px;
    }
    .newsletter-content .newsletter_usr_popup_email{
        max-height: 40px;
    }
    .newsletter-content .btn{
        padding: 10px 35px;
    }
}
@media (max-width: 600px){
    .modal-content {
        width: 400px;
    }
    .newsletter-content {
        padding: 90px 35px 40px;
        width: 400px;
        height: 400px;
    }
    .newsletter-content h3{
        font-size: 20px;
        margin: 5px 0 10px 0;
    }
    .newsletter-content p {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 480px){
    .modal-content {
        width: 300px;
    }
    .newsletter-content {
        padding: 65px 35px 40px;
        width: 300px;
        height: 300px;
    }
    .newsletter-image {
        height: 150px;
        width: 150px;
        top: -80px;
    }
    .newsletter-content h3 {
        font-size: 18px;
        margin: 5px 0 5px 0;
    }
    .newsletter-content p {
        margin: 0 0 5px;
        font-size: 12px;
    }
    .newsletter-content .btn {
        margin: 10px 0 5px 0;
        padding: 5px 20px;
    }
    .newsletter-content-bottom label{
        font-size: 12px;
    }
}

/*----------------------------------------------*/
/* Start top */
/*----------------------------------------------*/

/*---- top left---- */
.top-left {
    display: flex;
    align-items: center;
}
.header-top .fa{
    padding-left: 3px;
}

/*---- top right---- */
.top-right {
    float: right;
    display: flex;
}
.top-right > div+div {
    margin: 0 0 0 20px;
}
#header_ac > a {
    color: var(--secondary-color);
    text-transform: capitalize;
    font-size: 14px;
    border: none;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
#header_ac a {
    display: flex;
    align-items: center;
}
.top-right span.drop-text:after {
    content: ":";
}
.top-right .code {
    text-transform: uppercase;
}
.top-right ul.dropdown-menu,
#header_ac .dropdown-menu{
    padding: 7px 0;
    background: var(--background-color);
    right: 0;
    left: auto;
}
.top-right ul.dropdown-menu button,
.account-link-toggle li a{
    text-align: left;
    border: none;
    padding: 3px 13px;
    font-size: 14px;
}
@media only screen and (min-width: 992px){
    #header_ac i:first-child {
        font-size: 20px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 991px){
    #header_ac a span,
    #header_ac a i:last-child{
        display: none;
    }
}

/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: transparent;
}
.header-top {
    padding: 40px 0;
    position: relative;
}
.header-top .row {
    display: flex;
    align-items: center;
}
.header-center {
    background: var(--primary-hover-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    padding: 0 50px;
}
.header-fixed .header-top {
    display: none;
}

/*----- header left -----*/
.top-left .btn-group > .btn-link {
    color: var(--secondary-color);
    padding: 10px 0;
}
.top-left .currency{
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.top-left .currency::after {
    content: "";
    background: #4a3d28;
    height: 20px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.language .language-dropdown,
.currency .currency-dropdown {
    width: 100%;
    padding: 7px 0;
    text-align: left;
    background: var(--background-color);
    border-radius: 10px;
}
.language-dropdown .btn-link,
.currency-dropdown .btn-link {
    padding: 6px 12px;
}
.language ul.language-selector,
.currency ul.currency-selector{
    padding: 0;
}
#header_ac button{
    text-align: left;
    text-transform: capitalize;
}
.language .language-selector li,
.currency .currency-selector li{
    display: block;
}

/*----- header center -----*/
#logo {
    float: left;
}
#logo img{
    margin: auto;
    image-rendering: -webkit-optimize-contrast;
}

/*----- header right -----*/
.btn_search .icon-search,
#cart > .btn:before{
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 20px;
    color: var(--secondary-color);
}
#cart > .btn:before {
    font-size: 24px;
}
.header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-links > div + div {
    margin: 0 0 0 28px;
}
#header_ac .fa-user-o{
    color: var(--secondary-color);
    font-size: 20px;
}

/*search*/
.btn_search{
    position: relative;
}
.btn_search .form-control{
    padding: 2px 10px;
    border: none;
    height: 40px;
}
.header-search .icon-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
}
.header-search {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: var(--secondary-color);
    padding: 0 30px;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.header-search.active {
    opacity: 1;
    visibility: visible;
}
#mahardhiSearch .input-lg,
#search .input-lg{
    height: 40px;
    border: none;
}
#mahardhiSearch input{
    padding: 6px 35px 6px 15px;
}
.category-search {
    position: relative;
}
.category-search:after {
    border-left: 1px solid var(--border-color);
    content: "";
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
}
/*-- mahardhi edit --*/
#mahardhiSearch,
#search{
    display: flex;
    position: relative;
    width: 90%;
    border-bottom: 1px solid var(--border-color);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#mahardhiSearch > *,
#search > *{
    background: transparent;
    color: var(--primary-color);
    display: block;
}
#mahardhiSearch .btn-search,
#search .input-group-btn{
    width: auto;
    background: transparent;
    position: absolute;
    right: 0;
}
#mahardhiSearch .btn-search button,
#search .input-group-btn button{
    padding: 10px 12px;
    font-size: 16px;
    border: none;
    background: transparent;
    color: var(--primary-color);
}
.ui-autocomplete.ui-menu .ui-menu-item {
    list-style-image: none;
}
.ui-autocomplete .mahardhi-search {
    position: relative;
    display: table;
    width: 100%;
    padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
    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 10px;
    line-height: 1.42857143;
    width: auto;
    background: transparent;
}

/*cart*/
.header_cart {
    /*margin: 0 0 0 28px;*/
    position: relative;
}
#cart {
    position: unset;
}
#cart > .btn {
    background: transparent;
    padding: 10px 5px 10px 0;
    border: none;
    color: var(--secondary-color);
    box-shadow: none;
}
#cart > .btn:before{
    content: "\e954";
    font-family: 'Mahardhi-Fonts' !important;
}
#cart-total {
    position: absolute;
    right: -4px;
    top: 3px;
    background: var(--secondary-hover-color);
    border-radius: 25px;
    font-size: 12px;
    padding: 0px 4.5px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
#cart .dropdown-menu {
    overflow: hidden;
    display: none;
    background: var(--secondary-color);
    z-index: 1001;
    margin: 0;
    padding: 0px;
    width: 301px;
    border-bottom: 2px solid var(--primary-hover-color);
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
}
#cart .dropdown-menu li p {
    margin: 0;
    font-size: 14px;
}
.product-cart-empty {
    padding: 20px 0;
}
.header_cart i.fa.fa-shopping-cart {
    display: none;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 241px;
    overflow-y: auto;
    overflow-x: hidden;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: var(--secondary-color);
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    display: block;
}
#cart .dropdown-menu .table>tbody>tr>td,
#account-address .table>tbody>tr>td {
    vertical-align: top;
}
#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
    width: 80px;
}
#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: 600;
}
#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;
    font-size: 15px;
}
.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: var(--secondary-color);
    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;
}
.product-cart-button {
    padding: 0px 0px 20px 0px;
}

/*--- Header Bottom ---*/
/* Header fixed */
.header-fixed {
    position: fixed;
    background: var(--primary-hover-color);
    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-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.header-fixed.header-menu {
    padding: 5px 0;
}
.header-fixed .header-center{
    padding: 0;
}
@media only screen and (max-width: 1440px){
    .header-top {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 1199px){
    #logo img{
        width: 150px;
    }
}
@media only screen and (max-width: 991px){
    header {
        position: relative;
        background: var(--primary-color);
    }
    header > .container {
        width: 100%;
        padding: 0;
    }
    .header-menu .container{
        width: 100%;
        padding: 0;
    }
    .header-center{
        border-radius: 0;
        padding: 5px 15px;
    }
    .header-top{
        padding: 0;
    }
    .header-right{
        display: none;
    }
    .top-left{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #logo {
        padding: 0;
    }
    #logo img{
        margin: 0;
    }
    .header-links{
        float: right;
    }
    .header-links > div + div {
        margin: 0 0 0 15px;
    }
   /* .header_cart {
        margin: 0 0 0 15px;
    }*/
    #header_ac > a{
        font-size: 20px;
        padding: 9px 0;
        /*margin: 0 0 0 15px;*/
    }
    .header-search{
        height: 200%;
    }
}
@media (max-width: 767px){
    .top-right {
        float: unset;
        justify-content: center;
    }
    #mahardhiSearch, #search{
        margin: 25px 0;
        width: 100%;
    }
    #mahardhiSearch select.form-control.input-lg{
        width: 100%;
        padding: 5px;
    }
    .serach-close{
        right: 5px;
        top: 5px;
    }
}
@media (max-width: 480px){
    #logo img {
        width: 120px;
    }
    .top-right span.drop-text:after,
    .top-right .code{
        display: none;
    }
    .top-right .currency ul.dropdown-menu{
        left: 0;
        right: auto;
    }
    .header-top {
        padding: 5px 0;
    }
    .header-search{
        padding: 0 20px;
    }
    .ui-autocomplete .mahardhi-search .product-detail {
        font-size: 12px;
    }
    .btn_search .icon-search,
    #cart > .btn:before,
    #header_ac > a {
        font-size: 16px;
    }
}
@media (max-width: 375px){
    #mahardhiSearch select.form-control.input-lg{
        padding: 5px 0px 5px 5px;
        margin: 0 2px;
    }
    #cart .dropdown-menu{
        right: -25px;
    }
    #mahardhiSearch .input-lg,
    #search .input-lg,
    #mahardhiSearch select.form-control.input-lg{
        font-size: 12px;
    }
}

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

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

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.html1 .col-xs-6 > div,
.html2 .banner3 {
    position: relative;
    overflow: hidden;
}
.inner2 {
    position: absolute;
    top: 41%;
    color: var(--primary-color);
    align-items: center;
    text-align: center;
    transform: translateY(-48%);
    -moz-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    -o-transform: translateY(-48%);
    -webkit-transform: translateY(-48%);
}
.banner1 .inner2 {
    left: auto;
    right: 122px;
}
.banner2 .inner2 {
    left: 144px;
    right: auto;
}
.promo-title {
    margin: 0 0 22px;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}
.inner2 .promo-sale {    
    color: var(--primary-color);
    font-size: 18px;
    margin: 0 0 30px;
}
.inner2 button{
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    font-size: 18px;
    border-radius: 50px;
    padding: 10px 30px;
    border: none;
    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;
}
.inner2 button:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.banner-outer .inner1 img,
.blog-block img{
    width: 100%;
    transition: all 700ms ease-out 0s;
    -moz-transition: all 700ms ease-out 0s;
    -o-transition: all 700ms ease-out 0s;
    -webkit-transition: all 700ms ease-out 0s;
}
.html1 .banner1:hover .inner1 img,
.html1 .banner2:hover .inner1 img{
    transform: scale(1.07);
}
.html2 .inner2{
    text-align: center;
    left: 50%;
    top: 46%;
    transform: translate(-50% ,-50%);
}
.html2 .promo-title{
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin: 1px 0 23px;
}
.html2 .inner2 .promo-sale{
    color: var(--secondary-color);
    font-size: 18px;
    margin: 0 0 30px;
}
.html2 .inner2 button {
    color: var(--primary-color);
    background: var(--secondary-color);
}
.html2 .inner2 button:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
.html2 .banner3 .inner1 a::before{
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 0.1s;
    transition-property: border-width;
    transition-timing-function: ease-out;
}
.html2 .banner3 .inner1 a::after{
    background: #fff;
    left: 10px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    visibility: hidden;
    content: "";
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
}
.html2 .banner3:hover .inner1 a::before {
    border-width: 10px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
}
.html2 .banner3:hover .inner1 a::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    visibility: visible;
}
.blog-block:hover img{
    transform: scale(1.25);
}
@media only screen and (max-width: 1600px){
    .html2 .inner2 .promo-sale{
        margin: 0 0 15px;
    }
}
@media only screen and (max-width: 1199px){
    .banner1 .inner2{
        right: 90px;
    }
    .banner2 .inner2 {
        left: 100px;
    }
    .promo-title,
    .html2 .promo-title{
        font-size: 20px;
        margin: 0 0 5px;
    }
    .inner2 .promo-sale,
    .html2 .inner2 .promo-sale {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .inner2 button{
        padding: 7px 25px;
    }
}
@media only screen and (max-width: 991px){
    .html1 .row{
        margin: 0 -5px;
    }
    .html1 .col-xs-6 {
        padding: 0 5px;
    }
    .banner1 .inner2{
        right: 50px;
    }
    .banner2 .inner2 {
        left: 50px;
    }
    .inner2 .promo-sale {
        font-size: 14px;
    }
    .inner2 button {
        padding: 5px 20px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .banner1 .inner2{
        right: 15px;
    }
    .banner2 .inner2 {
        left: 15px;
    }
    .promo-title {
        font-size: 14px;
        line-height: 10px;
    }
    .html2 .promo-title{
        font-size: 18px;
    }
    .inner2 .promo-sale,
    .html2 .inner2 .promo-sale {
        display: none;
    }
    .inner2 button {
        padding: 2px 12px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 540px){
    .html2 .promo-title{
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 425px){
    .promo-title{
        margin: 0;
        font-size: 8px;
    }
    .html2 .promo-title{
        font-size: 10px;
        line-height: 8px;
    }
    .inner2 button{
        font-size: 8px;
        line-height: 12px;
        padding: 2px 7px;
    }
}

/*----------------------------------------------*/
/* buttons */
/*----------------------------------------------*/
.buttons {
    margin: 1em 0;
}
#tab-review .buttons {
    margin: 1em 0 0;
}
.btn {
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    font-size: 18px;
    border-radius: 50px;
    padding: 10px 30px;
    border: none;
    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;
}
.btn.focus, .btn:focus, .btn:hover{
    color: var(--secondary-color);
    background: var(--primary-color);
}
.btn.active, .btn:active{
    box-shadow: none;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 8px 20px;
    font-size: 14px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary {
    width: auto;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 20px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    border-radius: 25px;
    border: 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,
.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,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
button:focus{
    outline: none;
    background: var(--primary-color);
    color: var(--secondary-color);
}
.btn-warning {
    color: var(--secondary-color);
    background-color: #faa732;
}
.btn-danger {
    color: var(--secondary-color);
    background-color: #da4f49;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
}
.btn-success {
    color: var(--secondary-color);
    background-color: #5bb75b;
    background-repeat: repeat-x;
}
.btn-info {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 25px;
    text-transform: capitalize;
}
.btn-link {
    border: none;
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 0;
    text-align: left;
}
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: var(--secondary-color);
    background-color: #363636;
    background-repeat: repeat-x;
    border-color: #232323 #232323 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #232323;
}
.btn-link:focus,
.btn-link:hover,
.btn-link:active {
    color: var(--primary-hover-color);
    text-decoration: none;
    outline: none;
}

/* list group */
.list-group a {
    border: none;
    color: var(--secondary-light-color);
    padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: var(--secondary-color);
}
@media (max-width: 991px){
    #cart .text-right .addtocart-btn,
    #cart .text-right .checkout-btn,
    .btn-default,
    .btn-primary,
    .btn-warning,
    .btn-danger,
    .btn-success,
    .btn-info{
        padding: 7px 20px;
    }
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.block_box .owl-stage-outer {
    margin-top: -20px;
    padding-top: 20px;
}
.page-title h3{
    position: relative;
    text-align: center;
    font-size: 36px;
    margin: 0 0 30px;
    line-height: 36px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 15px;
    border-bottom: 4px double #dddddd;
}
.page-title {
    text-align: center;
}
.product-thumb {
    margin-bottom: 30px;
    position: relative;
}
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
}
.product-thumb:hover .image img:first-child {
    opacity: 0;
}
.product-thumb .button-group {    
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    display: flex;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.product-thumb .button-group button + button {
    margin-left: 5px;
}
.product-thumb .description {
    font-size: 16px;
    color: var(--secondary-light-color);
    line-height: 24px;
    margin: 18px 0;
}
.product-thumb .button-group button {
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 0;
    cursor: pointer;
    vertical-align: top;
    border: none;
    position: relative;
    border-radius: 50%;
    color: var(--primary-color);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.product-thumb .button-group button:before,
.product-thumb .addcart:before,
.pro_wish:before,
.pro_comper:before{
    font-family: 'Mahardhi-Fonts' !important;
    cursor: pointer;
    display: block;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pro_wish:before,
.pro_comper:before{
    position: relative;
    margin: 0;
}
.product-thumb .addcart:before {
    content: "\e954";
    font-size: 16px;
}
.product-thumb .wishlist:before,
.pro_wish:before{
    content: "\e90b";
}
.product-thumb .compare:before,
.pro_comper:before{
    content: "\e924";
}
.product-thumb .quickview-button:before{
    content: "\e907";
}
.product-thumb .button-group button:hover {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
.product-thumb .addcart.left-cart {
    display: none;
}
.thumb-description {
    position: relative;
    padding: 156px 0 33px;
    text-align: center;
    margin: -141px 0 0;
    background: #f8f6ee;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}
.product-thumb .price {
    font-size: 18px;
    margin: 0;
    color: var(--primary-hover-color);
    font-weight: 600;
}
.product-thumb .price-old {
    text-decoration: line-through;
    color: var(--secondary-light-color);
    font-size: 16px;
    word-break: break-word;
    margin-left: 5px;
}
.product-thumb .product-title {
    margin: 15px 0;
    line-height: 20px;
    font-weight: 400;
}
.product-thumb .product-title a{
    text-transform: capitalize;
    font-size: 18px;
}
.product-thumb .product-title a:hover{
    color: var(--primary-hover-color);
}
.section-sale {
    position: absolute;
    top: 10px;
    right: 5px;
    color: var(--secondary-hover-color);
    text-transform: capitalize;
    font-size: 16px;
}
.product-thumb .price-tax{
    display: none;
}

/*product tab*/
.product-tab-block .nav-tabs>li> a {
    font-weight: 400;
    font-size: 18px;
    padding: 10px 30px;
    text-align: left;
    line-height: 20px;
    color: var(--primary-color);
    text-transform: capitalize;
    background: var(--background-color);
    border-radius: 25px;
    margin: 0;
}
.product-tab-block .nav-tabs>li> a.selected,
.product-tab-block .nav-tabs>li> a:hover{
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
.product-tab-block {
    position: relative;
}
.product-tab-block #tabs {
    position: relative;
}
.product-tab-block .nav-tabs {
    padding: 0;
    display: flex;
    justify-content: center;
    border: none;
    margin-bottom: 30px;
}
.product-tab-block .nav-tabs>li{
    margin: 0;
}
.product-tab-block .nav-tabs>li+li{
    margin-left: 10px;
}
.nav-tabs>li> a {
    font-weight: 600;
    font-size: 18px;
    padding: 16px 0;
    text-align: left;
    line-height: 20px;
    color: var(--secondary-color);
    text-transform: uppercase;
    border: none;
    margin: 0;
}
#product-page .nav-tabs>li + li{
    margin-left: 45px
}
.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{
    color: var(--secondary-hover-color);
    border: none;
    background: transparent;
}
#product-page .nav-tabs>li> a:before{
    background: var(--secondary-hover-color);
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    margin: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    transition: all 0.350s ease 0s;
    -webkit-transition: all 0.350s ease 0s;
    -moz-transition: all 0.350s ease 0s;
    -o-transition: all 0.350s ease 0s;
    -ms-transition: all 0.350s ease 0s;
    width: 0;
}
#product-page .nav-tabs>li:hover > a:before,
#product-page .nav-tabs>li.active > a:before {
    opacity: 1;
    width: 100%;
}

/*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;
    transition: opacity 0.7s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-transition: opacity 0.7s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
    -moz-transition: opacity 0.7s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.7s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
    -ms-transition: opacity 0.7s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-thumb:hover .hover-img {
   opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
@media (min-width: 992px){
    .product-thumb:hover .button-group {
        opacity: 1;
        bottom: 0%;
    }
}
@media (max-width: 991px){
    .thumb-description{
        padding: 130px 0 33px;
        margin: -125px 0 0;
        border-radius: 25px;
        -webkit-border-radius: 25px;
    }
    .product-thumb .pro-addcart{
        position: unset;
        opacity: 1;
    }
    .product-thumb .product-title a{
        font-size: 16px;
    }
    .product-thumb .product-title {
        margin: 7px 0;
    }
    .product-list .product-thumb .product-title a {
        font-size: 16px;
    }
    .product-tab-block .nav-tabs{
        margin-bottom: 15px;
    }
    .nav-tabs>li> a{
        font-size: 16px;
    }
    .product-tab-block .nav-tabs>li a.selected:after,
    .product-tab-block .nav-tabs>li a:hover:after{
        display: none;
    }
    .section-sale{
        font-size: 14px;
    }
    .page-title h3{
        font-size: 22px;
        line-height: 20px;
        margin: 0 0 20px 0;
        padding: 0 0 10px;
    }
    .product-tab-block .nav-tabs>li> a{
        padding: 3px 15px;
        font-size: 14px;
    }
    .product-tab-block .nav-tabs>li+li {
        margin-left: 5px;
    }
    .blog-block .col-sm-6,
    .swiper-wrapper .col-sm-12,
    .category-layout,
    .product-layout {
        padding: 0 5px;
    }
    .brand .row,
    #category-blogs .row.blog-block,
    .category-row,
    .mblog .row,
    .box .row,
    .product-tab-block .row,
    .category-featured .row {
        margin: 0 -5px;
    }
    .product-thumb:hover .button-group,
    .product-thumb .button-group{
        bottom: 0;
        opacity: 1;
    }
    .product-thumb .button-group button{
        width: 30px;
        height: 30px;
    }
    .product-thumb {
        margin-bottom: 20px;
    }
}
@media (max-width: 680px){
    .product-list .product-thumb .image img{
        width: auto;
        margin: 0;
    }
    .product-thumb .addcart{
        padding: 5px 12px;
    }
}
@media (max-width: 480px){
    .thumb-description {
        padding: 95px 0 15px;
        margin: -85px 0 0;
    }
    .page-title h3{
        font-size: 18px;
        padding: 0 0 5px;
    }
    .blog-block h4{
        font-size: 18px;
    }
    .mblog .blog-read {
        padding: 5px 20px;
    }
}

/*----------------------------------------------
/* swiper pager */
/*----------------------------------------------*/
.owl-carousel.owl-theme .owl-nav div{
    color: #252525;
    padding: 0;
    margin: 0;
    opacity: 1;
    position: relative;
    text-shadow: none;
    transition: all .3s ease-in-out;
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: center;
    line-height: 34px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    background: transparent;
}
.swiper-viewport .swiper-pager > div{
    color: var(--secondary-color);
    padding: 0;
    margin: 0;
    opacity: 1;
    text-shadow: none;
    transition: all .3s ease;
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: none;
    background: var(--primary-hover-color); 
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.swiper-viewport {
    border: unset;
}
.swiper-pagination {
    display: none;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before,
.brand .swiper-button-prev:before,
.brand .swiper-button-next:before{
    content:"";
}
.swiper-viewport .fa{
    font-size: 20px;
    line-height: 50px;
}
.owl-carousel.owl-theme:hover  .owl-nav .disabled {
    opacity: 0.6;
}
.owl-carousel.owl-theme .owl-nav .fa{
    font-size: 18px;
    line-height: 35px;
    vertical-align: top;
}
 .swiper-viewport:hover .swiper-pager .swiper-button-next,
 .swiper-viewport:hover .swiper-pager .swiper-button-prev{
    opacity: 1;
}
.swiper-viewport .swiper-pager .swiper-button-next:hover,
.swiper-viewport .swiper-pager .swiper-button-prev:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.brand .swiper-pager > div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    height: fit-content;
}
.brand .swiper-viewport .swiper-pager > div:hover{
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
.brand .swiper-viewport .swiper-pager .swiper-button-prev,
.brand .swiper-viewport:hover .swiper-pager .swiper-button-prev{
    right: auto;
    left: 0px;
}
.brand .swiper-viewport .swiper-pager .swiper-button-next,
.brand .swiper-viewport:hover .swiper-pager .swiper-button-next{
    right: 0px;
    left: auto;
}

/*carousel*/
.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}
#quick-carousel .owl-nav div i {
    font-size: 22px;
}
.owl-carousel.owl-theme .owl-nav .owl-next{
    margin-left: 10px;
}
.owl-carousel.owl-theme .owl-nav div::before,
.owl-carousel.owl-theme .owl-nav div::after {
    content: "";
    height: 1px;
    position: absolute;
    background: #ededed;
    margin: auto;
    z-index: -1;
    transition: all .3s ease;
}
.owl-carousel.owl-theme .owl-nav div::before {
    width: 60px;
    top: -4px;
    bottom: 0;
}
.owl-carousel.owl-theme .owl-nav div::after {
    width: 30px;
    top: 0px;
    bottom: -3px;
}
.owl-carousel.owl-theme .owl-nav div.owl-next::after,
.owl-carousel.owl-theme .owl-nav div.owl-next::before {
    right: auto;
    left: 35px;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev::after,
.owl-carousel.owl-theme .owl-nav div.owl-prev::before {
    left: auto;
    right: 35px;
}
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover{
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}

/*slideshow*/
.slideshow {
    position: relative;
    overflow: hidden;
}
.slideshow img{
    width: 100%;
}
/*.slideshow .swiper-pagination{
    display: none;
}*/
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev{
    left: 20px;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
    right: 20px;
}

/*dots*/
.owl-theme .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    background: var(--secondary-color);
    border: none;
    margin: 0 5px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    width: 12px;
    height: 12px;
    border-color: var(--primary-hover-color);
    background: var(--secondary-hover-color);
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
}
.swiper-pagination span{
    width: 10px;
    height: 10px;
    background: var(--background-color);
    box-shadow: none;
    margin: 0 3px;
}
.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover{
    background: var(--primary-hover-color);
}
.testimonial-block .owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
    bottom: 0;
    margin: 22px auto 0;
}
.mblog .owl-carousel.owl-theme .owl-nav{
    margin-top: 20px;
}
.mblog .owl-carousel .owl-stage-outer {
    padding: 18px 0 2px 0;
    /*margin: -18px 0;*/
}

@media (max-width: 991px) {
    .owl-carousel.owl-theme .owl-nav div {
        height: 30px;
        width: 30px;
    }
    .owl-carousel.owl-theme .owl-nav .fa{
        line-height: 26px;
    }
    .owl-carousel.owl-theme .owl-nav div.owl-prev::after,
    .owl-carousel.owl-theme .owl-nav div.owl-prev::before{
        right: 28px;
    }
    .owl-carousel.owl-theme .owl-nav div.owl-next::after,
    .owl-carousel.owl-theme .owl-nav div.owl-next::before{
        left: 28px;
    }
    .slideshow .swiper-pagination{
        display: block;
        bottom: 0;
    }
    .slideshow .swiper-pager{
        display: none;
    }
    .swiper-viewport .swiper-pager > div{
        height: 30px;
        width: 30px;
        line-height: 15px;
        top: -50px;
    }
    .brand .swiper-pager > div{
        top: 0;
    }
    .swiper-viewport .fa{
        line-height: 30px;
    }
}

/*----------------------------------------------*/
/* Start Testimonial */
/*----------------------------------------------*/
.testimonial-block {
    position: relative;
    background-size: cover;
    padding: 60px 0 76px;
    background: url(../image/mahardhi/testimonial-bg.jpg) center center no-repeat;
    background-attachment: fixed;
}
.row-items {
    width: 78.5%;
    margin: 0 auto;
    text-align: center;
}
.testimonial-text{
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 11px 100px 77px;
    color: var(--secondary-color);
    border: 2px solid #ffffff;
    z-index: -1;
}
.testimonial-text i {
    font-size: 34px;
    line-height: 30px;
    display: inline-block;
    color: #5a5853;
    vertical-align: bottom;
    margin: 0 13px 17px 0;
    opacity: 0.8;
}
.testimonial-text i.icon-quote {
    margin: 0 10px 18px 0;    
    vertical-align: bottom;
}
.testimonial-text i.icon-rightquote {
    margin: 20px 0 0 10px;
    vertical-align: top;
}
.testimonial-quotes{
    margin: 20px 0 0;
}
.testimonial-text p{
    margin: 0;
}
.testimonial-images img {
    max-width: 100px;
    width: 100%; 
    height: 100px;
    margin: -52px auto auto;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.testimonial-author {
    text-transform: capitalize;
    font-size: 18px;
    margin: 16px 0 5px;
    color: var(--secondary-color);
}
.testimonial-customer {
    font-size: 14px;
    color: #ffffff;
    position: relative;
    text-align: center;
}
@media (max-width: 1440px){
    .testimonial-block{
        padding: 40px 0 36px;
    }
    .testimonial-text{
        padding: 11px 75px 77px;
    }
}
@media (max-width: 991px){
    .row-items{
        width: 100%;
    }
    .testimonial-text {
        padding: 11px 30px 70px;
    }
    .testimonial-text i.icon-quote1 {
        margin: 0 10px 10px 0;
    }
    .testimonial-block {
        padding: 30px 0 26px;
    }
    .testimonial-block .owl-theme .owl-nav.disabled+.owl-dots {
        margin: 10px auto 0;
    }
}
@media (max-width: 767px){
    .testimonial-block {
        padding: 20px 0 16px;
    }
}
@media (max-width: 480px){
    .testimonial-text {
        padding: 11px 15px 60px;
    }
}

/*----------------------------------------------*/
/* brand */
/*----------------------------------------------*/
.brand img {
    background: var(--background-color);
    width: auto;
    padding: 20px 65px;
    max-width: 100%;
}
.brand .swiper-viewport {
    overflow: visible;
}
@media (max-width: 1600px){
    .brand img {
        padding: 20px 35px;
    }
}
@media (max-width: 600px){
    .brand img {
        padding: 15px 25px;
    }
}

/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.mblog{
    position: relative;
}
.item {
    margin: 5px;
    border: 1px double #ededed;
    outline: 1px solid #ededed;
    outline-offset: 4px;
    padding: 4px;
}
.product-block.blog-block {
    margin-bottom: 30px;
}
.caption.blog-description{
    padding: 26px 50px 24px;
    text-align: center;
}
.blog-category .caption.blog-description{
    background: #f7f7f7
}
.mblog .block-date {
    color: var(--secondary-color);
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -17px;
    text-align: center;
    background: var(--secondary-hover-color);
    padding: 5px;
    max-width: 56px;
    height: 56px;
    font-size: 16px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.block-date .day {
    font-size: 16px;
}
span.month {
    font-size: 18px;
    color: var(--primary-color);
    position: relative;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post:before{
    color: var(--primary-color);
    font-size: 16px;
    height: 40px;
    display: block;
    line-height: 40px;
    background: var(--secondary-color);
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    border-radius: 25px;
    margin: auto;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 2;
}
.blog-block .hover-zoom::before {
    content: "\f002";
    font-family: FontAwesome;
    right : 51%;
}
.blog-block .hover-post:before {
    content: '\f0c1';
    font-family: FontAwesome;
    left:  51%;
    line-height: 43px;
}
.blog-block:hover .hover-post::before {
    opacity: 1;
}
.blog-block:hover .hover-zoom::before {
    opacity: 1;
}
.blog-block .hover-post:hover:before,
.blog-block .hover-zoom:hover:before {
    color: var(--secondary-color);
    background: var(--secondary-hover-color);
}
.blogdesk_info span.title {
    font-weight: 700;
}
.product-list .blog-block.product-thumb .image {
    box-shadow: none;
    margin: 0;
}
.blog-block h4 {
    margin: 0 0 15px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}
.blog-info .image {
    overflow: hidden;
    position: relative;
}
.mblog .blog-read:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.blog-comment{
    font-size: 16px;
    color: var(--secondary-light-color);
}
.mblog .blog-group {
    margin: 9px 0px 0px;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    right: 0;
}
.blog-description .blog-comment {
    color: var(--primary-color);
    padding: 0 0 0 5px;
}
.block-date i,
.blog-comment i{
    margin-right: 8px;
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category {
    margin-bottom: 30px;
}
.blogdesk_info {
    display: inline-block;
    margin-left: 10px;
    padding-left: 11px;
    border-left: 1px solid #e2e2e2;
}
.category-row .blog-block h4 {
    margin: 10px 0 15px;
}
.pro-deatil{
    margin-bottom: 50px;
    background: var(--background-color);
    padding: 30px 15px;
}
.caption-blog  p,
.info_blog p{
    margin: 20px 0 0;
}
.article-container .blog-text {
    padding: 10px 0 0;
}
.blogdesk_info .dash,
.blogdesk_info .authore,
.blogdesk_info .date{
    display: inline-block;
}
.blog-block img,
#content-blogs .thumbnails .thumbnail img{
    width: 100%;
}
.blog-text {
    color: var(--secondary-light-color);
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 18px;
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
.article-container .caption-blog.blog-block {
    background: #f7f7f7;
    padding: 30px;
}
#content-blogs .thumbnails .thumbnail {
    border: unset;
    margin: 0;
    padding: 0;
}
.article-container .form-horizontal .form-group {
    margin: 0 0 15px 0;
}
.article-container form#commnt_form {
    padding: 15px;
}
.article-container .block-date {
    display: inline-block;
    /*margin: 0 15px 0 0;*/
}
h4.article-page-title{
    margin: 20px 0 15px;
}
#post_comment {
    background: #f7f7f7;
    border-radius: 25px;
}
#post_comment .leave-hedding, .comment_cust .leave-hedding {
    margin: 50px 0 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    border-radius: 25px 25px 0 0;
    padding: 14px 20px;
}
#post_comment #commnt_form.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 5px;
}
.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: 25px;
}
.comment_cust .comment-text .user_img {
    float: left;
    height: 80px;
    width: 80px;
    background-color: var(--secondary-color);
    text-align: center;
    color: var(--primary-hover-color);
    border-radius: 50px;
}
.comment_cust .comment-text .user_img i {
    font-size: 30px;
    line-height: 80px;
}
.comment_cust .comment-desc {
    padding-left: 100px;
    line-height: 25px;
}
.comment_cust .comment-desc .name {
    text-transform: capitalize;
    font-size: 18px;
}
.comment_cust .comment-desc .date {
    color: var(--secondary-light-color);
}
.comment-dis {
    font-size: 16px;
    color: var(--secondary-light-color);
}
.comment-text {
    padding: 30px;
    border-radius: 0 0 25px 25px;
    background: #f7f7f7;
}

@media (min-width: 1441px){
        .mblog:before {
        content: "";
        background: url(../image/mahardhi/blog-bg.png) left bottom no-repeat;
        height: 100%;
        width: 100%;
        min-height: 367px;
        max-width: 220px;
        position: absolute;
        margin: 60px 0 0;
    }
}
@media (max-width: 1199px){
    .caption.blog-description {
        padding: 16px 20px 20px;
    }
    .blog-block h4 {
        margin: 0 0 10px;
    }
    .mblog .blog-group {
        margin: 6px 0px 0px;
    }
}
@media (max-width: 991px){
    .blog-category {
        margin-bottom: 20px;
    }
    .blog-category.col-sm-6{
        padding: 0 5px;
    }
    .caption.blog-description{
        padding: 15px;
    }
    .mblog .block-date{
        padding: 3px 5px;
        max-width: 45px;
        line-height: 15px;
        height: 45px;
    }
    .block-date .day {
        font-size: 14px;
    }
    .blog-block h4 {
        font-size: 20px;
    }
    .blog-group {
        margin: 4px 0px 0px;
    }
    .mblog .blog-read{
        padding: 8px 20px;
        font-size: 16px;
    }
    .blog-block .hover-zoom::before,
    .blog-block .hover-post:before{
        height: 30px;
        width: 30px;
        font-size: 14px;
        line-height: 30px;
        top: -12px;
    }
    .product-block.blog-block {
        margin-bottom: 20px;
    }
    .pro-deatil {
        margin-bottom: 30px;
        padding: 15px 5px;
    }
    #post_comment .leave-hedding,
    .comment_cust .leave-hedding{
        margin: 20px 0 0;
    }
    .article-container .caption-blog.blog-block {
        padding: 15px;
    }
    .comment-text {
        padding: 20px;
    }
    .comment_cust .comment-text .user_img{
        height: 60px;
        width: 60px;
    }
    .comment_cust .comment-text .user_img i{
        font-size: 22px;
        line-height: 60px;
    }
    .comment_cust .comment-desc {
        padding-left: 70px;
    }
    .blog-block .hover-zoom::before {
        opacity: 1;
        right: 51%;
    }
    .blog-block .hover-post::before {
        opacity: 1;
        left: 51%;
    }
}
@media (max-width: 767px){
    .pro-deatil {
        margin-bottom: 20px;
    }
}
@media (max-width: 540px){
    .comment-text {
        padding: 10px;
    }
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.newsletterblock {
    /*padding: 50px 0;
    background: var(--background-color);*/
}
.news-content .icon-mail {
    font-size: 45px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    border-radius: 50px;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
}
.news-content,
.newsletter-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-content i {
    font-size: 30px;
    color: #ffffff;
    display: block;
    margin-right: 15px;
    line-height: 30px;
}
.newsletterblock .title-text {
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin: 0;
}
form#frmnewsletter {
    max-width: 750px;
    width: 100%;
}
.subscribe-form {
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 25px;
}
.subscribe-form #newsletter_usr_email{
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 25px 0 0 25px;
    font-size: 16px;
    height: 50px;
}
.news .subscribe-btn {
    background: var(--primary-hover-color);
    right: -1px;
    top: 0;
    transition: all 0.3s ease 0s;
    color: var(--secondary-color);
    font-size: 18px;
    float: left;
    padding: 15px 30px;
    box-shadow: none;
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
    text-transform: capitalize;
}
.news .subscribe-btn:hover{
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
.subscribe-btn i{
    font-size: 20px;
}

@media only screen and (max-width: 1600px){
    form#frmnewsletter {
        width: 65%;
    }
}
@media only screen and (max-width: 1440px){
    .newsletterblock .title-text {
        font-size: 20px;
    }
    .news-content i {
        font-size: 25px;
    }
    .news .subscribe-btn{
        padding: 15px 30px;
    }
}
@media only screen and (max-width: 1199px){
    .subscribe-form #newsletter_usr_email{
        height: 40px;
        padding: 10px 15px;
    }
    .news .subscribe-btn{
        padding: 10px 20px;
    }
    .news-content .icon-mail{
        font-size: 26px;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 991px){
    .position-footer-top {
        flex-direction: column;
    }
    .news {
        width: 100%;
    }
    .news-content{
        justify-content: center;
    }
    .newsletterblock{
        padding: 20px 0 0 0;
    }
    form#frmnewsletter {
        width: 55%;
    }
    .newsletterblock .news-desc {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
    .newsletterblock {
        padding: 0;
    }
    .newsletter-common {
        flex-direction: column;
    }
    .news-content {
        padding: 10px 0;
    }
    form#frmnewsletter {
        width: 75%;
    }
    .subscribe-form #newsletter_usr_email{
        font-size: 14px;
    }
    .news .subscribe-btn{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px){
    .news-content i {
        font-size: 20px;
    }
    .newsletterblock .title-text {
        font-size: 18px;
    }
    .subscribe-form #newsletter_usr_email {
        height: 35px;
    }
    .news .subscribe-btn {
        line-height: 15px;
    }
    form#frmnewsletter {
        width: 100%;
    }
    .news-content .icon-mail{
        display: none;
    }
    .news-text{
        padding: 0;
    }
    .newsletterblock .news-text > *{
        text-align: center;
    }
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
footer {
    background: var(--primary-color);
    color: var(--secondary-color);
    font-size: 16px;
}
footer a{
    color: var(--secondary-color);
}
footer h5,
.position-footer-right h4{
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 14px;
    position: relative;
    font-weight: 500;
    color: var(--secondary-color);
}
footer .col-sm-3 a,
footer .col-sm-2 a,
.footer-top .position-footer-left ul li{
    padding: 8px 0;
    display: block;
    color: var(--secondary-color);
    font-size: 16px;
}
footer a:hover,
footer a:focus {
    color: var(--secondary-hover-color);
}

/*footer top*/
.footer-top {
    padding: 60px 0;
    border-bottom: 1px solid #484848;
}
.position-footer-top {
    display: flex;
    align-items: center;
}
.social-media .social-icon a {
    display: unset;
}
.social-media .social-icon a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: var(--secondary-color);
    background: #252525;
    text-align: center;
}
.social-media .social-icon a + a {
    margin-left: 7px;
}    
.social-media .social-icon a i:hover {
    background: var(--primary-hover-color);
}    
.block-social {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    padding: 20px 15px 20px 25px;
    margin-top: 76px;
}
.footer-middle {
    padding: 56px 0 51px;
}

/*--- footer right ---*/
.position-footer-right ul li > div {
    position: relative;
    display: flex;
}
.position-footer-right ul li a {
    padding: 0;
}
.contact_title {
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 5px
}
.contact_site {
    font-size: 16px;
}
.contact_site a{
    color: var(--secondary-color);
}

/*--- footer bottom ---*/
.footer_bottom {
    padding: 20px 0;
    background: var(--primary-hover-color);
}
footer .footer_bottom p{
    margin: 0;
    text-align: center;
    float: left;
}
.position-footer-bottom {
    float: right;
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}
@media (min-width: 992px){
    footer .position-footer-right ul li {
        line-height: 25px;
        margin: 0 0 7px 0;
        color: var(--secondary-color);
        font-size: 16px;
    }
}
@media (max-width: 1440px){
    .footer-top {
        padding: 50px 0;
    }
}
@media (max-width: 991px){
    .footer-top {
        padding: 30px 0;
    }
    .footer-middle {
        padding: 0;
    }
    .position-footer-right h4{
        margin: 0 0 10px;
        font-size: 14px;
    }
    .position-footer-left .f-des{
        margin: 6px 0 15px;
    }
    .social-media.list-unstyled {
        display: block!important;
    }
    .footer_bottom{
        margin-top: 0;
        padding: 12px 0;
        text-align: center;
    }
    footer .footer_bottom p{
        float: unset;
    }
    .position-footer-bottom{
        float: unset;
        margin-top: 10px;
    }
    footer h5,
    .position-footer-right h5{
        margin: 0 0 8px;
        font-size: 14px;
    }
    .footer-middle .col-sm-3{
        width: 100%;
        float: unset;
        margin: 15px 0;
    }
    .footer_link{
        text-align: right;
    }
    .footer_link h4{
        margin: 0 0 14px;
    }
    .footer-middle > div:last-child {
        padding: 0;
    }
    footer .col-sm-3 a,
    footer .col-sm-2 a,
    .footer-middle .position-footer-right ul li {
        padding: 3px 0;
        font-size: 14px;
    }
    .contact_title,
    .contact_site {
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .footer-top {
        padding: 20px 0;
    }
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service-box {
    background: var(--background-color);
    position: relative;
}
.promo-video-img {
    margin-top: -60px;
    z-index: 1;
}
.promo-video-img img{
    width: 100%;
    border: 10px solid #fff;
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.content-block {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    margin: auto;
    text-align: center;
}
.video-btn{
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    margin: 0 auto;
}
.video-btn:after {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: pulse-border 1300ms ease-out infinite;
    z-index: 1;
}
@keyframes pulse-border{
    65%{
        opacity: 0.0.6;
    }
    80%{
        opacity: 0.4;
    }
    100%{
        height: 160%;
        width: 160%;
        opacity: 0.05;
    }
}
.video-btn i {
    position: relative;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 28px;
    line-height: 70px;
    color: #fff;
    background: var(--primary-hover-color);
    z-index: 4;
}
.video-title {
    font-size: 36px;
    line-height: 36px;
    color: var(--primary-hover-color);
    margin: 0 0 19px 0;
}
.video-desc {
    font-size: 18px;
    line-height: 24px;
    color: var(--secondary-light-color);
    margin-bottom: 58px;
}
.promo-content-block {
    padding: 52px 45px 129px 30px;
}
.service {
    display: flex;
    align-items: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.service-item + .service-item {
    margin-top: 30px;
}
.service-item .service-icon{
    position: relative;
    color: var(--secondary-color);
    margin: 0 20px 0 0;
    font-size: 28px;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    width: 66px;
    height: 66px;
    line-height: 66px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s; 
}
.service-item .service-icon i:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../image/mahardhi/services-icon-bg.png) 50% 50% no-repeat transparent;
    margin: auto;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-content{
    text-align: left;
}
.service:hover .service-icon i{
    animation: pulse 1s infinite;
    -webkit-animation: pulse 1s infinite;
}
.service .promo-title {
    margin: 0px 0 7px;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
}
.service .promo-desc {
    line-height: 18px;
    color: var(--secondary-light-color);
}
@media only screen and (min-width: 1441px) {
    .service-box:after{
        content: "";
        background: url(../image/mahardhi/services-bg.png) no-repeat;
        max-width: 280px;
        max-height: 360px;
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media (max-width: 1600px) {
    .promo-content-block{
        padding-bottom: 60px;
    }
    .video-desc{
        margin-bottom: 30px;
    }
}
@media (max-width: 1199px) {
    .service-item + .service-item {
        margin-top: 20px;
    }
    .promo-video-img {
        margin-top: -40px;
    }
    .video-title {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
    .video-desc{
        font-size: 16px;
    }
}
@media (max-width: 991px){
    .promo-video-img.col-sm-4,
    .video-promo-desc.col-sm-8{
        padding: 0 5px;
    }
    .service-box{
        padding: 30px 0;
    }
    .promo-video-img {
        margin-top: 0px;
    }
    .video-btn{
        width: 50px;
        height: 50px;
    }
    .video-btn i{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .video-title,
    .video-desc {
        display: none;
    }
    .promo-content-block {
        padding: 20px 0 0 15px;
    }
    .service-box .row {
        margin: 0 -5px;
    }
    .service .promo-title{
        font-size: 14px;
        margin: 0;
    }
    .service .promo-desc{
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px){
    .service-box{
        padding: 20px 0;
    }
    .promo-video-img.col-sm-4,
    .video-promo-desc.col-sm-8{
        width: 50%;
        float: left;
    }
}
@media only screen and (max-width: 540px){
    .service-item .service-icon{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        margin: 0 10px 0 0;
    }
    .service-item .service-icon i:after{
        width: 50px;
        height: auto;
    }
    .promo-content-block {
        padding: 15px 0 0 5px;
    }
}
@media only screen and (max-width: 480px){
    .service .promo-desc,
    .service .promo-title {
        /*font-size: 10px;*/
    }
    .promo-video-img.col-sm-4,
    .video-promo-desc.col-sm-8{
        width: 100%;
    }

}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 14px;
    color: var(--secondary-color);
    display: none;
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
    background: url(../image/mahardhi/breadcrumb-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    text-align: center;
    padding: 200px 0 20px;
    margin-bottom: 30px;
}
.breadcrumb a{
    color: var(--secondary-color);
    font-size: 18px;
    text-transform: uppercase;
}
.breadcrumb {
    padding: 0;
    border: none;
    background: transparent;
    margin: 0
}
.breadcrumb > li {
    position: relative;
}
.breadcrumb .fa.fa-home{
    font-size: 16px;
}
.breadcrumb li a{
    text-transform: capitalize;
}
.breadcrumb li:last-child a,
.breadcrumb a:hover{
    color: var(--secondary-color);    
}
.breadcrumb > li + li:before {
    content: "\002f";
    color: var(--secondary-color);
    font-family: FontAwesome;
    display: inline-block;
    padding: 0px 11px 0px 6px;
    font-size: 16px;
}
@media (max-width: 1440px){
    .breadcrumb-back{
        padding: 160px 0 20px;
    }
}
@media (max-width: 1199px){  
    .breadcrumb-back{
        padding: 150px 0 15px;
    }
}
@media (max-width: 991px){  
    .page_title{
        margin: 0 0 5px;
        font-size: 14px;
    }
    .breadcrumb-back{
        padding: 15px 0;
        margin-bottom: 20px;
    }
    .breadcrumb a{
        font-size: 16px;
    }
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
/*categories*/
#column-left > div,
#column-right > div {
    margin: 0 0 30px;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 25px;
}
#column-left > div:last-child,
#column-right > div:last-child{
    margin-bottom: 0;
}
#column-left .swiper-slide img,
#column-right .swiper-slide img{
    width: 100%;
    height: auto;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
#column-left .box-content,
#column-right .box-content{
    margin: 0;
}
#column-left .box .container,
#column-right .box .container{
    width: auto;
    padding: 0;
}
#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
    display: block;
    margin: 0;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: left;
    color: #ffffff;
    padding: 13px 20px;
    border-radius: 25px 25px 0 0;
    background: #6e3a56;
    text-transform: uppercase;
    border: none;
}
#column-left h3:after,
#column-right h3:after{
    right: auto;
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
    color: var(--primary-hover-color);
    text-decoration: none;
    background-color: transparent;
}
.category-list #selectMe-desk,
.filter_box,
#column-left .block_box,
#column-right .block_box,
.account-content .list-unstyled,
.sidebar .list-unstyled{
    background: #f8f6ee;
    border-top: 0;
    padding: 30px 15px;
    border-radius: 0 0 25px 25px;
}
.category-list .list-group-item,
.sidebar li, .account-content .list-group a{
    border: none;
    font-size: 16px;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 8px 0;
    text-transform: capitalize;
    color: var(--primary-color);
}
.sidebar li a{
    color: var(--primary-color);
}
.category-list .list-group-item{
    padding: 6px 25px 6px 0;
}
.category-list ul>li:first-child>a.main-item,
.account-content .list-group ul > li:first-child a,
.sidebar li:first-child{
    padding-top: 0;
    margin-top: -4px;
}
.category-list ul>li:last-child>a.main-item,
.account-content .list-group ul > li:last-child a,
.sidebar li:last-child{
    padding-bottom: 0;
}
.category-list .has-more-category .toggled {
    position: absolute;
    right: 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: 25px;
}
.panel-default.filter {
    border: none;
}
.panel {
    border-radius: 0;
    box-shadow: none;
}
.filter_box .list-group a {
    color: var(--primary-color);
    text-transform: capitalize;
    margin: 0 0 12px;
    background: transparent;
    font-size: 18px;
    margin-top: -4px;
    font-weight: 600;
}
.filter_box .checkbox, .filter_box .checkbox .radio {
    margin: 8px 0;
}
.filter_box .list-group-item {
    border: none;
    padding: 0px;
    background: transparent;
}
.filter_box .list-group-items + .list-group-items {
    margin: 20px 0 0;
}
.checkbox label, .radio label {
    text-transform: capitalize;
    font-size: 15px;
}
#filter .panel-footer {
    text-align: left;
    padding: 0;
    background: transparent;
}
#button-filter{
    padding: 10px 30px;
}

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

/*product*/
#column-left .page-title:before{
    display: none;
}
#column-left .product-thumb,
#column-right .product-thumb {
    box-shadow: unset;
    border: none;
}
#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%;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
    float: left;
    width: 75px;
    margin-right: 15px;
    border: none;
    background: var(--secondary-color);
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 59%;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
#column-left .quickview-button,
#column-right .quickview-button,
#column-left .button-group,
#column-right .button-group,
#column-left .sale-text,
#column-right .sale-text,
#column-left .product-thumb .addcart,
#column-right .product-thumb .addcart{
    display: none;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    text-align: left;
    position: relative;
    bottom: 0;
    padding: 0;
}
#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title{
    line-height: 16px;
    font-size: 16px;
    margin: 3px 0 10px;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price {
    margin: 0 0 10px;
    font-size: 18px;
}
@media only screen and (max-width: 1600px){
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        margin-right: 10px;
    }
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 52%;
    }
    #column-left h3, #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3{
        font-size: 16px;
        padding: 13px 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 56.5%;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 70px;
        margin-right: 5px;
    }
}
@media only screen and (max-width: 991px){
    .toggled .toggle-open {
        position: absolute;
        right: 0;
    }
    #selectMe-desk {
        display: none;
    }
    .category-list .has-more-category .toggled{
        right: 20px;
    }
    #column-left .swiper-viewport,
    #column-right .swiper-viewport {
        display: none;
    }
    #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{
        padding: 7px 15px;
        font-size: 16px;
    }
    #column-left .toggled .toggle-open,
    #column-right .toggled .toggle-open{
        right: 15px;
    }
    .category-list #selectMe-desk,
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .account-content .list-unstyled,
    .sidebar .list-unstyled {
        padding: 15px 10px;
        /*margin-top: 20px;*/
    }
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description{
        width: 67.2%;
    }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat-banner {
    border: none;
    padding: 0 0 15px 0;
    border-radius: 0;
}
.cat-description p {
    font-size: 16px;
    margin: 0 0 15px;
    color: var(--secondary-light-color);
}
.cat_info {
    margin: 20px 0 30px;
    padding: 9px 20px;
    background: var(--background-color);
    border: none;
    border-radius: 30px;
}
.refine-text {
    font-size: 18px;
    margin-bottom: 13px;
    font-weight: 600;
}
.cat-name li:hover,.cat-name li:hover a{
    /*color: var(--primary-hover-color);*/
}
.cat-name {
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}
.cat-name li {
    display: inline-block;
}
.cat-name li a {
    padding: 7px 20px;
    background: var(--primary-hover-color);
    display: inline-block;
    margin: 0 10px 10px 0;
    border-radius: 25px;
    font-size: 16px;
    color: var(--secondary-color);
    transition: 0.5s;
}
.cat-name li a:hover{
    color: var(--secondary-color);
    background: var(--primary-color);
}
#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);
    border-color: var(--primary-hover-color);
    color: var(--secondary-color);
}
#list-view.btn-default,
#grid-view.btn-default {
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 25px;
    color: var(--primary-color);
    border: none;
    background: var(--secondary-color);
}
#grid-view.btn-default {
    margin: 0 10px 0 0;
}
#list-view.btn-default .fa,
#grid-view.btn-default .fa {
    font-size: 16px;
    line-height: 36px;
}
#compare-total {
    line-height: 40px;
    font-size: 16px;
}
.com-total {
    float: left;
}
#compare-total.btn.btn-link {
    text-decoration: none;
    font-size: 16px;
    outline: none;
    padding: 9px 0;
    text-transform: capitalize;
    font-weight: 400;
}
#compare-total.btn.btn-link:hover{
    color: var(--primary-hover-color);
}

.cat-pagination-right {
    padding-left: 10px;
    text-align: right;
}
.cat-pagination-right > div {
    display: inline-block;
    vertical-align: top;
    padding: 2px 0;
}
.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;
    font-size: 16px
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat-pagination-right .form-control {
    padding: 4px 30px 4px 10px;
    margin: 0;
    height: 36px;
    background: var(--secondary-color);
    border-radius: 25px;
    font-size: 16px;
}
select.form-control,
.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: var(--secondary-color);
}
.form-control:focus{
    border-color: var(--border-color);
}
.select-filter-show::after,
.select-filter-sort::after {
   font-family: 'fontawesome';
    content: '\f0d7';
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 8px;
    pointer-events: none;
    color: var(--secondary-light-color);
}
.product-grid .description,
.product-grid .pro_description{
    display: none;
}
@media (max-width: 1600px){
    #product-category .product-grid .thumb-description,
    .product-special .product-grid .thumb-description,
    .product-search .product-grid .thumb-description,
    #product-manufacturer .product-grid .thumb-description {
        padding: 95px 0 33px;
        margin: -90px 0 0;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px; 
        -o-border-radius: 25px;
    }
}
@media (max-width: 1199px){
    .cat_info{
        padding: 10px 15px;
    }
    #grid-view.btn-default {
        margin: 0 5px 0 0;
    }
}
@media (max-width: 991px){
    .cat_info{
        margin: 10px 0 20px;
    }
    .cat-banner{
        padding: 0 0 15px 0;
    }
    .cat-name {
        font-size: 14px;
    }
    .cat-name li a{
        margin: 0 5px 5px 0;
        padding: 5px 15px;
    }
    #list-view.btn-default,
    #grid-view.btn-default{
        height: 35px;
        width: 35px;
    }
    #list-view.btn-default .fa,
    #grid-view.btn-default .fa{
        line-height: 32px;
    }
    #compare-total {
        font-size: 14px;
    }
    .cat-pagination-right .form-control{
        font-size: 14px;
    }
    #compare-total.btn.btn-link{
        font-size: 14px;
        padding: 7px 0;
    }
}
@media (max-width: 767px){
    .cat-pagination-right{
        text-align: left;
        padding: 5px 10px 0;
    }
}
@media (max-width: 480px){
    #compare-total {
        line-height: 20px;
    }
    .cat-description p {
        font-size: 14px;
    }
    .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;
    }
}

/*product list*/
.product-list .product-thumb .grid-btn,
.product-grid .product-thumb .list-btn {
    display: none;
}
.product-list .product-thumb .grid-rating,
.product-grid .product-thumb .list-rating {
    display: none;
}
.bestseller .bestseller-side-rating,
#column-left .bestseller-rating,
#column-right .bestseller-rating{
    display: none;
}
#column-left .bestseller-side-rating,
#column-right .bestseller-side-rating{
    display: block;
}
.product-list .thumb-description {
    border-radius: 0;
    padding: 20px 30px 0 0;
    margin: 0;
}
.product-list .product-thumb .product-title {
    margin: 7px 0 12px;
}
.product-list .product-thumb .button-group{
    opacity: 1;
    position: unset;
    float: left;
}
.product-list .product-thumb .button-group button + button {
    margin-left: 10px;
}
.product-list .action_cart,
.product-list .product-thumb:hover .action_cart{
    display: none;
}
.product-list .price-cart{
    display: block;
}
.product-list .product-thumb .price{
    margin: 17px 0 0;
}
.rating.list-rating {
    margin-top: 15px;
}
#column-left .product-thumb .price,
#column-left .product-thumb .rating,
#column-right .product-thumb .price,
#column-right .product-thumb .rating,
.product-list .product-thumb .price,
.product-list .product-thumb .rating{
    opacity: 1;
}
.product-list .product-thumb{
    border: none;
    box-shadow: none;
    overflow: hidden;
    background: var(--background-color);
}
.product-list .product-thumb .caption {
    text-align: left;
    padding: 0;
}
.product-list .product-thumb .caption .description {
    margin: 15px 0 26px 0;
}
.product-list .product-thumb .pro-addcart {
    position: unset;
    opacity: 1;
    margin: 0;
    float: left;
}
.rating .fa-stack,
#tab-review .fa-stack{
    font-size: 6px;
}
.rating .fa-stack + .fa-stack,
#tab-review .fa-stack + .fa-stack{
    margin-left: 3px;
}
.rating .fa-star-o,
#tab-review .fa-star-o,
.rating .fa-star,
#tab-review .fa-star{
    color: var(--secondary-hover-color);
    font-size: 14px;
}
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o{
    color: var(--secondary-hover-color);
}
.product-list .product-thumb .thumb-description .caption p::after{
    display: none;
}
@media (min-width: 681px) {
    .product-list .product-thumb .image {
        float: left;
        margin-right: 30px;
    }
}
@media (max-width: 991px) {
    .product-list .product-thumb .image{
        margin-right: 20px;
    }
    .product-list .product-thumb .product-title {
        margin: 0 0 5px;
    }
    .product-list .product-thumb .price {
        margin: 7px 0 0;
    }
    .product-list .product-thumb .caption .description {
        margin: 8px 0 15px 0;
    }
    .rating.list-rating {
        margin-top: 5px;
    }
    .product-list .product-thumb .button-group button {
        width: 32px;
        height: 32px;
    }
}
@media (max-width: 680px) {
    .product-list .thumb-description{
        padding: 15px;
    }
}

/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
    clear: both;
    padding: 10px 5px;
    border: none;
    background: var(--background-color);
    border-radius: 50px;
}
.pro_pagination .text-left {
    line-height: 36px;
    float: left;
    font-size: 16px;
}
.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 {
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: var(--secondary-color);
    cursor: pointer;
    z-index: 1;
    border-radius: 25px;
}
.pagination>li>a:last-child {
    border-radius: 25px;
}
.pagination>li>a,
.pagination>li>span {
    color: var(--primary-color);
    border: none;
    float: left;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
}
@media (max-width: 991px){
    .pagination>li>a,
    .pagination>li>span{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
@media (max-width: 767px){
    .pro_pagination .text-left,
    .pro_pagination .text-right{
        width: 100%;
        float: unset;
        text-align: center;
        clear: both;
    }
    .pro_pagination{
        padding: 10px 5px;
    }
    .pro_pagination .text-right {
        padding-top: 5px;
    }
    .pro_pagination .text-left{
        line-height: 20px;
    }
}

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
a.thumbnail {
    padding: 0;
    border: none;
    margin: 0;
}
.pro-image #zoom {
    width: 100%;
}
.product-additional{
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.product-additional button {
    border: none;
    color: #959595;
    position: absolute;
    padding: 0 10px;
    background: transparent;
}
.product-additional button:hover{
    color: var(--primary-hover-color);
}
.product-additional .bottom-arrow{
    right: 0;
}
.product-additional .top-arrow{
    left: 0;
}
.product-additional button i{
    font-size: 18px;
}
#product-page .pro-image {
    width: calc(100% - 80px);
    float: right;
    padding: 0 0 0 30px;
}
.quickview-container .pro-image {
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
}
#additional-carousel{
    width: 80px;
    float: left;
}
#quick-carousel{
    padding: 0 35px;
    overflow: hidden;
}
.image-additional a.active,
.image-additional a:hover {
   border-color: var(--primary-hover-color);
}
.image-additional a{
    display: block;
    margin: 10px 0;
    background: #fff;
}
#quick-carousel .image-additional a{
    margin: 0 10px;
}
#quick-carousel .owl-nav > div {
    top: 40%;
    position: absolute;
}
#quick-carousel .owl-nav .owl-prev{
    left: 10px;
}
#quick-carousel .owl-nav .owl-next{
    right: 10px;
}
#quick-carousel .owl-nav div{
    border: none;
    color: var(--primary-color);
    width: auto;
    height: auto;
    background: transparent;
}
#quick-carousel.owl-carousel.owl-theme .owl-nav div:before{
    display: none;
}
#quick-carousel.owl-carousel.owl-theme .owl-nav .fa{
    line-height: 20px;
    font-size: 26px;
}
.right_info h1, .quick-product-right h1 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 8px 0 12px;
    font-weight: bold;
}
.rating .product-rating {
    float: left;
    padding-right: 20px;
}
.rating .reviews{
    padding: 0 13px 0 0;
    position: relative;
    text-transform: capitalize;
    margin-right: 10px;
    font-size: 16px;
    border-right: 1px solid var(--border-color);
    color: var(--secondary-light-color);
}
.quickview-container .rating .reviews{
    border: none;
}
.rating .write-review {
    color: var(--secondary-light-color);
}
.rating .reviews:hover,
.rating .write-review:hover,
.rating .write-review:hover .fa-pencil{
    color: var(--primary-hover-color);
}
.rating .fa-pencil {
    padding-right: 5px;
    color: var(--primary-color);
}
.right_info .disc {
    color: var(--primary-color);
    margin-right: 5px;
    line-height: 27px;
    min-width: 125px;
    display: inline-block;
    font-size: 16px;
}
.right_info .disc1 {
    color: var(--secondary-light-color);
    margin-right: 10px;
    font-size: 16px;
}
.pro_price {
    font-size: 24px;
    margin-right: 10px;
    font-weight: 600;
}
.pro_oldprice {
    font-size: 16px;
    color: var(--secondary-light-color);
}
.right_info .tax {
    margin: 10px 0 0;
}
.product-options h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}
.right_info .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.right_info .checkbox, .right_info .radio {
    margin-top: 0;
}
.product-btn-quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-options .alert {
    margin-top: 15px;
}
#button-cart,
#quick-cart{
    margin-right: 10px;
    padding: 10px 30px;
}
.minus-plus {
    display: inline-flex;
    align-items: center;
    background: var(--secondary-color);
    border-radius: 25px;
    margin: 0 15px 0 0;
}
.minus-plus .minus,
.minus-plus .plus,
#input-quantity{
    height: 40px;
    width: 40px;
    padding: 0;
    background: transparent;
    border: none;
    text-align: center;
    border-radius: 0;
    color: var(--secondary-light-color);
    font-size: 16px;
}
#input-quantity{
    margin: 0 5px;
    width: 40px;
}
.pro-btn{
    display: inline-block;
}
button.pro_wish,
button.pro_comper {
    background-color: var(--secondary-color);
    border: unset;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    font-size: 16px;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
button.pro_wish:hover,
button.pro_comper:hover {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
.tab-content #tab-description {
    font-size: 16px;
    color: var(--secondary-light-color);
}
#product-page #tab-description ul:last-child,
#product-page #tab-specification .table {
    margin: 0;
    border-color: var(--border-color);
}
.tab-content .table{
    background: var(--secondary-color);
}
#product-page #content 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: 50px;
}
#product-page .nav-tabs {
    display: flex;
    justify-content: center;
    background: var(--primary-hover-color);
    border: none;
    border-radius: 25px 25px 0 0;
}
#product-page .tab-content{
    padding: 30px;
    background: var(--background-color);
    border-radius: 0 0 25px 25px;
}
@media (min-width: 768px){
    .product-img {
        position: sticky;
        top: 10px;
    }
}
@media (min-width: 992px){
    .product-img {
        top: 80px;
    }
}
@media (max-width: 1440px){
    #button-cart,
    #quick-cart{
        padding: 8px 20px;
    }
    .minus-plus .minus,
    .minus-plus .plus,
    #input-quantity {
        height: 40px;
    }
}
@media (max-width: 991px){
    .product-img.col-sm-6,
    .right_info.col-sm-6 {
        padding: 0 5px;
    }
    .image-additional a{
        margin: 5px 0;
    }
    #quick-carousel .image-additional a{
        margin: 0 5px;
    }
    .related-products-block{
        padding-top: 30px;
    }
    #product-page .tab-content {
        padding: 15px;
    }
    #product-page .pro-image {
        padding: 0 0 0 10px;
    }
    .minus-plus {
        margin: 0 15px 10px 0;
    }
    button.pro_wish, button.pro_comper {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
}
@media (max-width: 767px){
    .right_info {
        margin-top: 30px;
    }
    .related-products-block {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 480px){
    #product-page .nav-tabs>li + li {
        margin-left: 15px;
    }
    #product-page .nav-tabs>li> a{
        font-size: 14px;
        padding: 10px 0;
        text-transform: capitalize;
    }
    .right_info h1, .quick-product-right h1{
        font-size: 20px;
        margin: 5px 0;
    }
    .rating .product-rating {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
    background: var(--primary-hover-color);
    border: 2px solid var(--primary-hover-color);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: var(--secondary-color);
    font-size: 16px;
    height: 35px;
    margin: 0px 10px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
}
.information-contact .contact-left .title{
    font-size: 18px;
}
.content-address{
    margin-bottom: 15px;
}
.contact-left .btn-info i {
    font-size: 18px;
}
.content-details {
    background: var(--secondary-color);
    padding: 15px;
    border: 1px solid var(--border-color);
}
.contact-left .content-details > div{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}
.contact-left .content-details .comment-info{
    border: none;
    padding:0;
    margin: 0px;
}
#information-contact .panel-body .col-sm-3 {
    float: left;
    width: 100%;
    padding: 15px;
    line-height: 25px;
}
.contact-title {
    margin: 0 0 20px 0;
}
@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: 25px;
    background: #f7f7f7;
    overflow: hidden;
    border: none;
}
#accordion.panel-group .panel+.panel {
    margin-top: 15px;
}
#accordion.panel-group .panel-default>.panel-heading{
    background: var(--primary-hover-color);
    color: var(--secondary-color);}
.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
    color: var(--secondary-color);
}
#accordion.panel-group .panel-default>.panel-heading .panel-title{
    line-height: 20px;
}


/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
    margin: 0 0 20px 0;
}
#product-search #input-search {
    margin-bottom: 10px;
    background: #f7f7f7;
}

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

/*account*/
#account-account h2.page_title {
    color:var(--primary-color);
    font-size: 18px;
    margin: 0px 0px 20px 0px;
    display: block;
}
#account-account #content ul {
    margin-bottom: 20px;
}
.well {
    border: 1px solid var(--border-color);
    box-shadow: none;
    padding: 19px;
    border-radius: 0;
    background-color: var(--secondary-color);
}
.well h2 {
    margin: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.account-list-heading {
    font-size: 18px;
}
.account-list-content li a {
    line-height: 24px;
    color: var(--secondary-light-color);
    font-size: 15px;
}
.account-list-content li a:hover{
    color: var(--primary-hover-color);
}

/*sitemap*/
#information-sitemap #content li > a {
    line-height: 28px;
    font-size: 15px;
}

/*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 var(--border-color);
}

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

/*about us*/
.about-us {
    background: var(--background-color);
    padding: 30px 15px;
    font-size: 16px;
}
.about-us img{
    width: 100%;}
.about-us h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}
.about-us h4 {
    font-size: 17px;
    color: var(--primary-hover-color);
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: 700;
}
.about-us p{
    line-height: 26px;
    color: var(--secondary-light-color);
}
@media (max-width: 991px){
    .about-us {
        padding: 15px 5px;
    }
}
@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-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;
}
.relative {
    position: relative;
}
.m-auto {
    margin: 0px auto;
}
.m-image-auto {
    width: auto !important;
}
ul.list-unstyled{
    margin: 0;
}
.owl-carousel {
    touch-action: manipulation;
}
.dropdown-menu {
    background: var(--secondary-color);
    z-index: 1001;
    margin: 0;
    border-radius: 10px;
    border: none;
    border-bottom: 2px solid var(--primary-hover-color);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: var(--primary-hover-color);
}
.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;
}
.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: 10px 20px;
    font-size: 15px;
    line-height: 20px;
    color: var(--secondary-light-color);
    background: var(--secondary-color);
    background-color: var(--secondary-color);
    background-image: none;
    border: none;
    box-shadow: none;
    border-radius: 25px;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
    background: #f7f7f7;
}
@media (max-width: 1440px) {
    .mt-80{
        margin-top: 50px;
    }
    .mt-60{
        margin-top: 50px;
    }
    .mt-50 {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .mt-80{
        margin-top: 30px;
    }
    .mt-60{
        margin-top: 30px;
    }
    .mt-50 {
        margin-top: 20px;
    }
    .form-control{
        height: 34px;
    }
    /* Mahardhi */
    #content, #content.col-sm-9, #column-left, #column-right {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .mt-80{
        margin-top: 20px;
    }
    .mt-60{
        margin-top: 20px;
    }
}
@media (min-width: 1441px) {
    .container {
        width: 1200px;
    }
    #column-left,
    #column-right {
        width: 20%;
    }
    #content.col-sm-9 {
        width: 80%;
    }
}
@media (min-width: 1601px) {
    .container {
        width: 1560px;
    }
}
@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 (max-width: 991px) and (min-width: 541px) {
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (max-width: 540px) and (min-width: 320px) {
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(2n+1),
    .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}
@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 var(--border-color);
    }
    .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;
    }
}
@media (max-width: 540px) and (min-width: 320px){
    .block_box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid.col-xs-4{
        width: 50%;
    }
}
@media screen and (max-width: 319px){
    .block_box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid.col-xs-4{
        width: 100%;
    }
}

/* mahardhi */
@media (max-width: 767px) {
    #column-left,
    #column-right {
        display: block !important;
    }
}