:root {
    --primary-color:#2b2a29;
    --primary-hover-color: #f9b82a;
    --background-color:  #f9f6ea;
    --secondary-color: #ffffff;
    --white-color: #ffffff;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    /*font-family: 'Work Sans', sans-serif; */
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    font-size: 15px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: var(--primary-color);
}
a:hover {
    text-decoration: none;
}
.fa {
    font-size: 14px;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    border-color: #ddd;
}
label {
    font-size: 15px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline;}
a:focus, a:hover, div:focus, img:focus {
    text-decoration: none;
    outline: none;
    color: var(--primary-hover-color);
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.btn.focus:active, .btn:active:focus, .btn:focus, .addcart:focus {
    outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button:focus,
input:focus, select:focus, textarea:focus, div:focus, img:focus, .form-control:focus, i:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

/*----------------------------------------------*/
/* scroll bar */
/*----------------------------------------------*/
body ::-webkit-scrollbar-track
{
    background-color: #f2f2f2;
    border-radius:0;
}
body ::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: #ddd;
    border-radius: 0;
}
body ::-webkit-scrollbar-thumb
{
    background-color: #ddd;
    border-radius: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
::-moz-selection {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}
::selection {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop i {
    font-size: 20px;
    color: var(--secondary-color);
}
.scrollToTop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 5;
    background: var(--primary-hover-color);
    height: 50px;
    width: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
}
.back-to-top:before {
    content: '';
    width: 62px;
    bottom: -6px;
    right: -6px;
    position: absolute;
    height: 62px;
    cursor: pointer;
    border-radius: 25px;
    box-shadow: 0 0 10px 10px rgba(250, 41, 108, .5);
    -webkit-animation: doublePulse 1.5s ease infinite;
    animation: doublePulse 1.5s ease infinite;
}
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../image/mahardhi/ajax_loader.gif') 50% 50% no-repeat rgb(255,255,255);
    opacity: 1;
}

/*----------------------------------------------*/
/* QuickView Loader*/
/*----------------------------------------------*/
 .quickview-wrapper {
    background-color: var(--secondary-color);
    display: none;
    height: 80vh;
    left: 0;
    margin: 0 auto;
    overflow: auto;
    padding: 30px 15px;
    position: fixed;
    right: 0;
    top: 7%;
    width: 70%;
    z-index: 999;
}
.quickview-overlay {
    display: none;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 99;
}
.quickview-btn {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    font-size: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
}
.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: 30px 0;
    }
}

/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert.alert-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0 0 20px 0;
}
.alert {
    padding: 9px 30px 9px 15px;
    border-radius: 0;
    text-align: center;
    position: relative;
    line-height: 20px;
    z-index: 1;
}
.alert-dismissable .close,
.alert-dismissible .close {
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 36px;
    text-shadow: none;
}
.newsletterblock .alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}
#form-review .alert.alert-success,
#post_comment .alert{
    position: relative;
}

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.newsletter-content {
    background: #f5f5f5 url(../image/mahardhi/news-popup.jpg) no-repeat;
    padding: 20px;
    background-size: cover;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content{
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--secondary-color);
    background-clip: padding-box;  
    border-radius:0;  
}
.newsletter-popup .modal-dialog{
    margin: 20px auto;
    max-width: 500px;
    text-align: center;
}
.newsletter-btn-close.close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    color: var(--primary-color);
    text-shadow: none;
    font-size: 20px;
    line-height: 20px;
    background: rgba(255,255,255,.9);
}
.newsletter-btn-close.close:hover{
    opacity: 1;
}
.newsletter-popup .modal-body{
    padding: 0; 
}
.newsletter-content h3{
    font-size: 26px;
    margin: 0;
    font-weight: 500;
    position: relative;
    color: var(--secondary-color);
}
.newsletter-content p{  
    margin: 10px 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}
.newsletter-content small {color: #fff;}
.newsletter-content input[type="text"] {
    width: 68%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #ddd;
    padding: 0 10px; 
}
.newsletter-content-bottom {
    margin-top: 15px;
}
.newsletter-content .btn{  
    background: var(--primary-hover-color);  
}
.newsletter-content-innner .alert {
    margin: 15px 0 10px;
    display: table;
    position: relative;
    width: 100%;
}
.newsletter-content .newsletter_usr_popup_email{
    height: 44px;
    border: none;
    background: rgba(255,255,255,.6);
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 100%;
    min-width: 220px;
    max-width: 300px;
}
.newsletter-content-innner {
    color: var(--secondary-color);
    text-align: left;
    padding: 50px 30px;
}
.btn-default.btnlogin {margin-top: 15px; background: #333; color: var(--primary-hover-color);}
.btn-default.btnlogin:hover {background: #333; color: #fff;}

@media (min-width: 768px){
    .newsletter-popup .modal-dialog{
        width: 100%;
    }
}
@media (max-width: 680px){
    .newsletter-popup .modal-dialog {
        width: 90%;
    }
    .newsletter-content-innner{
        padding: 0;
    }
    .newsletter-content .btn.subscribe-btn{
        display: block;
        margin-top: 10px;
    }
}
@media (min-width: 541px){
    .newsletter-content-innner .alert {
        max-width: 70%;
    }
}

/*----------------------------------------------*/
/* Start top */
/*----------------------------------------------*/
#top{
    background: var(--background-color);
}

/* top left */
.top-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 13px 0;
}
#header_ac a,
.top-right .btn.dropdown-toggle {
    color: var(--primary-color);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    border: none;
    padding: 2px 0;
    display: block;
}
.top-right .btn.dropdown-toggle:hover,
#header_ac a:hover{
    color: var(--primary-hover-color);
}
.top-right ul.dropdown-menu,
#header_ac .dropdown-menu{
    padding: 0;
    top: 37px;
    right: 0;
    left: auto;
    padding: 0 15px;
}
.top-right ul.dropdown-menu button,
.account-link-toggle li a,
#header_ac ul.dropdown-menu li a{
    text-align: left;
    border: none;
    padding: 10px 0;
    font-size: 14px;
}
.top-right ul.dropdown-menu li+li,
.account-link-toggle li+li{
    border-top: 1px solid var(--border-color);
}
.top-right > div + div {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid var(--border-color);
}

/*---- top right---- */
.top-left {
    float: left;
}
.contacts a span.free {
    color: var(--secondary-light-color);
    padding-left: 5px;
}
.contacts a {
    padding: 15px 0;
    display: flex;
}
.top-right span.drop-text:after {
    content: ":";
}
/*----------------------------------------------*/
/* end Top */
/*----------------------------------------------*/

/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
/* Header fixed */
.header-bottom.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeInDown 0.5s ease-out forwards;
    -moz-animation: fadeInDown 0.5s ease-out forwards;
    -o-animation: fadeInDown 0.5s ease-out forwards;
    animation: fadeInDown 0.5s ease-out forwards;
    z-index: 9;
    background: var(--background-color); 
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    background: var(--secondary-color);
    border: none;
}
header {
    text-align: center;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

/*header left*/
#logo {
    float: left;
    width: 249px;
}
#logo img{
    image-rendering: -webkit-optimize-contrast;
}

/*header center*/
.btn_search{
    position: relative;
    display: inline-block;
    max-width: 570px;
    width: 100%;
}
.btn_search .form-control{
    padding: 2px 10px;
    border: none;
}
/*-- mahardhi edit --*/
#mahardhiSearch,
#search{
    display: flex;
    width: 100%;
    border: 2px solid var(--border-color);
    border-radius: 25px;
}
#mahardhiSearch > input,
#search > input {    
    background: transparent;
    height: 46px;
    display: block;
    padding: 5px 15px;
}
#mahardhiSearch > input::placeholder,
#search > input::placeholder{
    color: var(--secondary-light-color);
}
#mahardhiSearch .btn-search,
#search .input-group-btn{
    width: auto;
    background: transparent;}
#mahardhiSearch .btn-search button,
#search .input-group-btn button{
    font-size: 20px;
    padding: 14px;
    border: none;
    color: var(--secondary-color);
    border-radius: 0 25px 25px 0;
    margin: -2px;
}
.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 {
    white-space: nowrap;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
    color: var(--secondary-light-color);
    text-decoration: line-through;
    margin-left: 10px;
}
#mahardhiSearch select.form-control.input-lg {
    padding: 2px 30px 2px 15px;
    line-height: 1.42857143;
    height: 46px;
    color: var(--primary-color);
    background: transparent;
    min-width: 187px;
}
.category-search{
    position: relative;
}
.category-search:before {
    border-left: 1px solid #ddd;
    content: "";
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.category-search:after {
    content: '\f107';
    font-family: 'fontawesome';
    position: absolute;
    right: 15px;
    line-height: 46px;
}
/*---------*/

/*header right*/
.header-links {
    float: right;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
/*account*/
.language .language-drop,
.currency .currency-drop {
    padding: 0 0 5px;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: block;
    margin: 10px 0;
    text-align: left;
}
.language ul.language-selector,
.currency ul.currency-selector{
    padding: 0;
}
#header_ac button{
    text-align: left;
    text-transform: capitalize;
}
.language .language-selector li,
.currency .currency-selector li{
    display: block;
}

/*cart*/
.header_cart {
    position: relative;
}
#cart > .btn {
    background: transparent;
    padding: 0;
    border: none;
    color: var(--primary-color);
    display: flex;
    box-shadow: none;
}
#cart > .btn:before {
    content: "\e902";
    font-family: 'Mahardhi-Fonts';
    width: 50px;
    border: 2px solid var(--border-color);
    border-radius: 25px;
    margin-right: 15px;
    font-size: 20px;
    line-height: 46px;
}
#cart > .btn:hover:before{
    color: var(--primary-hover-color);
}
#cart-total > span:first-child,
#cart-total > span:last-child{
    display: none;
}
.cart-text > span:nth-child(2) {
    display: none;
}
.cart-text span:first-child{
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.cart-text > span:last-child {
    font-size: 16px;
    color: var(--secondary-light-color);
    padding-top: 7px;
    display: block;
}
.cart-text {
    text-align: left;
}
#cart-total {
    position: absolute;
    left: 35px;
    top: 0;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    border-radius: 25px;
    font-size: 14px;
    padding: 2px 3.65px;
    line-height: 12px;
    text-align: center;
    min-width: 16px;
}
#cart .dropdown-menu {
    overflow: hidden;
    display: none;
    background: var(--secondary-color);
    z-index: 1001;
    margin: 0;
    padding: 0px;
    width: 300px;
    box-shadow: 0 3px 11px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 3px 11px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 3px 11px rgba(0,0,0,0.11);
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
}
#cart .dropdown-menu li p {
    margin: 0;
    font-size: 14px;
}
#cart .dropdown-menu li p .btn {
    padding: 12px 15px;
}
.product-cart-empty {
    padding: 20px 0;
}
.header_cart i.fa.fa-shopping-cart {
    display: none;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 277px;
    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 #ddd;
    display: block;
}
#cart .dropdown-menu .table>tbody>tr>td,
#account-address .table>tbody>tr>td {
    vertical-align: top;
}
#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
}
#cart .dropdown-menu table td {
    background: none;
    border: none;
    padding: 5px 4px;
    color: var(--primary-color);
}
#cart .dropdown-menu li td,
td.cart-total-price {
    font-size: 14px;
    font-weight: 500;
}
#cart .img-thumbnail {
    padding: 0;
    border-radius: 0;
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 10px;
}
#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
    font-weight: normal;
    color: var(--primary-color);
    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: 18px;
    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 #ddd;
    padding: 10px 20px 0px 20px;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
    font-size: 14px;
    font-weight: 500;
}
.product-cart-button {
    padding: 0px 0px 20px 0px;
}

/* Header Bottom */
.header-bottom {
    border-top: 1px solid var(--border-color);
}
@media only screen and (max-width: 1199px){
    .header-links{
        margin: 0;
    }
    #logo img {
        width: 150px;
    }
}
@media only screen and (max-width: 991px){
    .top-right{
        float: unset;
        justify-content: center;
    }
    .header-bottom{
        padding: 10px 0;
    }
    .header-top{
        padding: 15px 0;
    }
    #mahardhiSearch > input, #search > input,
    #mahardhiSearch select.form-control.input-lg{
        height: 36px;
    }
    #mahardhiSearch .btn-search button,
    #search .input-group-btn button{
        padding: 10px;
        font-size: 16px;
    }
    .category-search:after{
        line-height: 36px;
    }
    #logo img{
        width: 140px;
    }
    #cart > .btn:before{
        width: 40px;
        margin-right: 10px;
        font-size: 16px;
        line-height: 36px;
    }
    .cart-text span:first-child{
        font-size: 15px;
    }
    .cart-text > span:last-child{
        padding-top: 0px;
    }
    #cart-total{
        left: 26px;
    }
}
@media (max-width: 540px){
    #mahardhiSearch select.form-control.input-lg{
        min-width: 110px;
        font-size: 12px;
        padding: 2px 18px 2px 5px;
    }
    .category-search:after{
        right: 7px;
    }
    #mahardhiSearch > input, #search > input{
        padding: 5px 10px;
        font-size: 12px;
    }
    .top-right ul.dropdown-menu, #header_ac .dropdown-menu{
        top: 32px;
    }
    #header_ac .dropdown-menu{
        left: 0;
        right: auto;        
    }
}
@media (max-width: 480px){
    .top-right{
        float: unset;
        justify-content: center;
    }
    #logo {
        width: 150px;
    }
    #cart > .btn:before{
        margin: 0;
    }
    .cart-text,
    .top-right span.code,
    .top-right span.drop-text:after{
        display: none;
    }
    .top-right{
        padding: 8px 0;
    }
    .top-right > div + div {
        padding-left: 10px;
        margin-left: 10px;
    }
    #logo img {
        width: 140px;
    }
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
#menu {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    min-height: unset;
    display: inline-block;
    margin: 0;
}
#menu .nav > li > a {
    color: var(--primary-color);
    padding: 20px 14px;
    font-size: 16px;
    border-radius: 0;
    background: transparent;
}
#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: 13px;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: var(--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: #181818;
        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;
    }
    #menu .nav > li:hover > a,
    #menu .nav > li.open > a {
        color: var(--primary-hover-color);
    }
    #menu .dropdown-inner a {
        display: block;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        min-width: 200px;
        text-align: left;
    }
    #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
        display: none;
    }
    #topCategoryList .navbar-nav>li > .dropdown-menu,
    #menu ul li.hiden_menu.menu_drop .dropdown-inner{
        border-top: 1px solid var(--border-color);
    }
    #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: 0px;
    }
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu{
        position: absolute;
        top: 100%;
        visibility: hidden;
        background: var(--secondary-color);
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        border: none;       
        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;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0); 
        box-shadow: 0 1px 3px rgba(0,0,0,.1);      
    }
    #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;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        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 ul.list-unstyled li+li, #menu ul li.hiden_menu .dropdown-inner li+li {
        border-top: 1px solid #ddd;
    }
    #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: 2px solid var(--primary-hover-color);
        font-size: 15px;
        font-weight: 400;
        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: 991px) {
    #topCategoryList {
        background: var(--secondary-color);
        display: block!important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 350px;
        z-index: 999;
        margin: 0;
        -webkit-transform: translate(-400px,0);
        -moz-transform: translate(-400px,0);
        -ms-transform: translate(-400px,0);
        -o-transform: translate(-400px,0);
        transform: translate(-400px,0);
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        overflow: auto;
    }
    #topCategoryList.box-menu {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    .menu-close {
        background: var(--primary-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 {
        box-shadow: none;
        border: none;
        padding: 0;
        width: 20px;
        height: 20px;
        display: flex;
        margin: 0;
    }
    #menu .btn-navbar span:before, #menu .btn-navbar span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--primary-color);
        left: 0;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    #menu .btn-navbar span:after {
        top: 7px;
    }
    #menu .btn-navbar span:before {
        top: -7px;
    }
    #menu .btn-navbar span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--primary-color);
        left: auto;
        top: 8px;
    }
    #menu{
        margin: 0 15px 0 0;
    }
    #menu .nav > li > a,
    #menu #topCategoryList .dropdown-inner a{
        color: var(--primary-color);
        font-weight: 500;       
        padding: 10px 20px;
        display: block;
        font-size: 14px;
    }
    #menu #topCategoryList ul {
        float: none;
        display: block;
        text-align: left;
        margin: 0;
        background: transparent;
    }
    #menu #topCategoryList ul.nav.navbar-nav {
        padding: 10px 10px 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: 7px;
        top: 8px;
        padding: 2px 0;
    }
    #topCategoryList .dropdown-submenu > .fa {
        display: none;
    }
    #topCategoryList ul li {
        float: none;
    }
    #topCategoryList #more_cat {
        display: none;
    }
}
@media (max-width: 480px){
    #topCategoryList {
        max-width: 280px;
    }
}

/*----------------------------------------------*/
/* slider start */
/*----------------------------------------------*/
.common-home .swiper-viewport {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden; width: 100%;
    background: transparent;
}
.slideshow img {
    width: 100%;
}

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.banner-outer {
    margin-top: 80px;
}
.banner-outer > div .inner1 {
    position: relative;
    overflow: hidden;
}
.inner2 {
    position: absolute;
    bottom: 26px;
    left: 29px;
}
.inner2 .promo-title {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    position: relative;
    transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    bottom: 0;
}
.inner2 .promo-desc {
    color: var(--secondary-color);
    font-weight: 600;
    padding: 10px 0 29px 0;
    position: relative;
    font-size: 16px;
    margin: 0;
}
.inner2 button{
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid var(--primary-color);
    padding: 0;
    position: absolute;
    opacity: 0;
    bottom: -10px;
    transition: all 250ms ease-out 0s;
    -moz-transition: all 250ms ease-out 0s;
    -o-transition: all 250ms ease-out 0s;
    -webkit-transition: all 250ms ease-out 0s;
}
.banner-outer > div > div:hover .inner2 button{
    opacity: 1;
    bottom: -4px;
}
.banner-outer > div > div:hover .inner2 h3.promo-title{
    bottom: 34px;
}
.inner2 button:hover{
    border-color: var(--primary-hover-color);
    color: var(--primary-hover-color);
}
.banner-outer .inner1:hover img,
.blog-block:hover img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.banner-outer .inner1 img,
.blog-block img{
    width: 100%;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
@media only screen and (max-width: 1440px){
    .banner-outer {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1199px){
    .inner2 .promo-desc{
        padding: 10px 0 20px 0;
    }
}
@media only screen and (max-width: 991px){
    
    .banner-outer> div{
        padding: 0 5px;
        width: 25%;
    }
    .banner-outer{
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 30px;
    }
    .inner2{
        bottom: 15px;
        left: 15px;
    }
    .inner2 .promo-title{
        font-size: 16px;
        position: unset;
    }
    .inner2 button{
        display: none;
    }
}
@media only screen and (max-width: 680px){
    .banner-outer > div:nth-child(4) > div,
    .banner-outer > div:nth-child(3) > div{
        margin-top: 10px;
    }
    .banner-outer> div{
        width: 50%;
    }
}
@media only screen and (max-width: 480px){
    .inner2{
        bottom: 15px;
        left: 15px;
    }
    .inner2 .promo-title{
        font-size: 17px;
    }
    .banner-outer > div > div:hover .inner2 h3.promo-title {
        bottom: 20px;
    }
}

/*----------------------------------------------
/* buttons 
/*----------------------------------------------*/
.buttons {
    margin: 1em 0;
}
#tab-review .buttons {
    margin: 1em 0 0;
}
.btn {
    font-size: 16px;
    line-height: 20px;
    border-radius: 0;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 8px 20px;
    font-size: 14px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 15px;
}
.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: 16px;
    text-transform: uppercase;
    padding: 12px 20px;
    border: none;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    font-weight: 500;
}
#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{
    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: uppercase;
    padding: 12px 17px;
    border: none;
}
.btn-success {
    color: var(--secondary-color);
    background-color: #5bb75b;
    background-repeat: repeat-x;
}
.btn-info {
    color: var(--secondary-color);
    background: var(--primary-color);
    border: none;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 16px;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: var(--secondary-color);
    background-color: #363636;
    background-repeat: repeat-x;
    border-color: var(--primary-color) var(--primary-color) #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: var(--primary-color);
}
.btn-link:focus,
.btn-link:hover {
    color: var(--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);
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.all-products {
    margin-top: 30px;
}
/*.box.all-products {
    margin-top: 74px;
}*/
.page-title h3,
.testimonial-block h3{
    font-size: 36px;
    margin: 0 0 29px 0;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    font-weight: 500;
}
.product-tab-block .page-title h3 {
    margin: 0 0 22px 0;
}
.product-thumb {
    margin-bottom: 30px;
    position: relative;
/*     min-height: 472px; */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.product-thumb  .thumb-description { min-height: 130px; }

@media (max-width: 480px) {
    .product-thumb  .thumb-description { min-height: unset; }
}


.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.product-thumb .button-group {
    transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    display: flex;
    justify-content: center;
}
.product-thumb:hover .button-group {
    opacity: 1;
    bottom: 0;
}
.product-thumb button {
    max-width: 44px;
    width: 100%;
    height: 44px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    text-align: center;
    padding: 0;
    cursor: pointer;
}
.product-thumb button:hover {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    box-shadow: none;
}
.product-thumb .description {
    font-size: 16px;
    color: var(--secondary-light-color);
    line-height: 24px;
    line-height: 24px;
    margin: 18px 0;
}
.product-thumb .addcart{
    position: relative;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: unset;
    border: none;
    margin: 0 1px;
}
.product-thumb .quickview-button,
.product-thumb .compare{
    line-height: 44px;
}
.product-thumb button:before,
.pro_wish:before,
.pro_comper:before{
    font-family: 'Mahardhi-Fonts';
}
.product-thumb button.addcart:before {
    display: none;
}
.product-thumb .quickview-button:before {    
    content: "\e907";  
    font-size: 18px;
}
.product-thumb .compare:before,
.pro_comper:before{
   content: "\e924";
   font-size: 16px;   
}
.product-thumb .wishlist:before,
.pro_wish:before{
/*     content: "\e90b" */
    content: "\f08a";
    font-family: fontawesome;
}
.product-thumb .wishlist.wish:before,
.pro_wish.wish:before{
/*     content: "\e90b" */
    content: "\f004";
    font-family: fontawesome;
/*     color: var(--primary-hover-color); */
    color: var(--secondary-color);
}
.pro_wish:before,
.pro_comper:before{
    float: left;
    margin-right: 10px;
}
.product-thumb .wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: var(--secondary-color);
    border: none;
    border-radius: 25px;
    color: var(--primary-color);
}
.product-thumb .wishlist:hover{
    background: var(--primary-color);
}
.product-thumb .wishlist.wish{
    background: var(--primary-hover-color);
}
.product-thumb .addcart.left-cart {
    display: none;
}
.thumb-description {
    text-align: left;
    position: relative;
}
.product-thumb .caption {
    padding: 0px 15px 0;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-thumb .price {
    font-size: 16px;
    margin: 0;
    color: var(--primary-color);
    line-height: 17px;
}
.product-thumb .price-new {
    margin-right: 5px;
}
.product-thumb .price-old {
    text-decoration: line-through;
    color: var(--secondary-light-color);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.product-thumb .product-title {
    margin: 10px 0 10px;
}
.product-thumb .product-title a{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}
.product-thumb .product-title a:hover{
    color: var(--primary-hover-color);
}
.section-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--primary-hover-color);
    text-transform: capitalize;
    padding: 0px 9px;
    font-size: 14px;
    border: 2px solid var(--primary-hover-color);
}
.product-thumb .price-tax{
    display: none;
}

/*product tab*/
.product-tab-block .nav-tabs>li> a{
    font-weight: 400;
    font-size: 16px;
    padding: 9px 30px;
    text-align: left;
    color: var(--primary-color);
    text-transform: capitalize;
    background: var(--background-color);
    border: none;
    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;
    overflow: hidden;
    margin-top: 74px;
}
.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 {
    text-transform: capitalize;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: none;
    margin: 0;
}
#product-page .nav-tabs>li + li{
    margin-left: 50px
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover{
    background: transparent;
    color: var(--primary-hover-color);
    border: none;
}

/*product hover */
.product-thumb .hover-img {
    background: transparent none repeat scroll 0 0;
    color: var(--secondary-color);
    height: auto;
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.product-thumb:hover .hover-img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}
@media (max-width: 1440px){
    .product-tab-block,
    .box.all-products {
        margin-top: 50px;
    }
}
@media (max-width: 991px){
    .box.all-products {
        margin-top: 30px;
    }
    .product-tab-block .nav-tabs{
        margin-bottom: 20px;
    }
    .product-tab-block .nav-tabs>li a.selected:after,
    .product-tab-block .nav-tabs>li a:hover:after{
        display: none;
    }
    .page-title h3,
    .testimonial-block h3{
        font-size: 28px;
        margin: 0 0 20px 0;
    }
    .product-tab-block .page-title h3 {
        margin: 0 0 15px 0;
    }
    .product-tab-block{
        margin-top: 30px;
    }
    .product-thumb .button-group{
        opacity: 1;
        bottom: 0;
    }
    .product-thumb button{
        height: 38px;
    }
    .product-thumb .quickview-button,
    .product-thumb .compare {
        line-height: 38px;
    }
    .product-thumb .addcart{
        font-size: 14px;
    }
    .product-thumb .caption {
        padding: 10px;
    }
    .product-thumb .product-title {
        margin: 10px 0 13px;
    }
    .product-layout,
    .testimonial-block .row-items{
        padding: 0 5px;
    }
    .box .row,
    .product-tab-block .row,
    .testimonial-block .row,
    .category-row{
        margin: 0 -5px;
    }
    .product-thumb {
        margin-bottom: 20px;
    }
}
@media (max-width: 680px){
    .product-list .product-thumb .image img{
        width: auto;
        margin: 0;
    }
    .product-thumb .addcart{
        font-size: 14px;
    }
}
@media (max-width: 480px){
    .product-tab-block .nav-tabs>li> a{
        padding: 7px 14px;
        font-size: 14px;
    }
    .page-title h3, .testimonial-block h3 {
        font-size: 24px;
        margin: 0 0 15px 0;
    }
    .product-tab-block .nav-tabs {
        margin-bottom: 10px;
    }
    .product-thumb .caption { padding: 15px 10px 5px;}
    .product-thumb .product-title a { font-size: 14px;}

}

/*----------------------------------------------
/* swiper pager */
/*----------------------------------------------*/
.swiper-viewport .swiper-pager > div,
.owl-carousel.owl-theme .owl-nav div{
    height: 34px;
    width: 34px;
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--border-color);
    line-height: 20px;
    padding: 0;
    text-align: center;
    border-radius: 25px;
    margin: 0;
    opacity: 0;
    text-shadow: none;
    transition: all .3s ease;
}
.slideshow .swiper-viewport .swiper-pager > div{
    height: 50px;
    width: 50px;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.slideshow .swiper-viewport .swiper-pager > div:hover{
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
}
.slideshow .swiper-viewport:hover .swiper-pager > div,
.owl-carousel.owl-theme:hover .owl-nav div{
    opacity: 1;
}
.owl-carousel.owl-theme:hover  .owl-nav .disabled {
    opacity: 0.6;
}
.swiper-viewport {
    border: unset;
}
.swiper-pagination {
    display: none;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before{
    content:"";
}
.owl-carousel.owl-theme .owl-nav .fa,
.swiper-viewport .fa{
    font-size: 16px;
    line-height: 30px;
}
.slideshow .swiper-viewport .fa {
    font-size: 20px;
    line-height: 46px;
    color: var(--secondary-color);
}
.slideshow .swiper-viewport:hover .swiper-button-next{
    right: 30px;
}
.slideshow .swiper-viewport:hover .swiper-button-prev{
    left: 30px
}

/*carousel*/
.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-carousel.owl-theme .owl-nav div{
    top: 46%;
    position: absolute;
}
.special-countdown .owl-carousel.owl-theme .owl-nav div{
    top: 45%;
}
#quick-carousel .owl-nav div i {
    font-size: 22px;
}
.owl-carousel.owl-theme .owl-nav .owl-next{
    left: auto;
    right: -30px;
}
.owl-carousel.owl-theme .owl-nav .owl-prev{
    left: -30px;
    right: auto;
}
.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-button-prev{
    opacity: 1;
}
.brand .swiper-pager > div{
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-next{
    right: 0;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-prev{
    left: 0;
}
.swiper-viewport .swiper-pager .swiper-button-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.swiper-viewport .swiper-pager .swiper-button-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover{
    border-color: var(--primary-color);
    color: var(--secondary-color);
    background: var(--primary-color);
}
.testimonial-block .owl-carousel.owl-theme .owl-nav div {
    border: none;
    color: var(--secondary-color);
}
.testimonial-block .owl-carousel.owl-theme .owl-nav div:hover {
    background: transparent;
    color: var(--primary-hover-color);
}
.testimonial-block .owl-carousel.owl-theme .owl-nav div i{
   font-size: 24px;
}

/*dots*/
.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    background: #c3c2c2;
    border: 2px solid var(--secondary-color);
    margin: 0 2px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    border-color: var(--primary-hover-color);
    background: var(--primary-hover-color);
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
}
@media (max-width: 1400px) {
    .carousel .swiper-viewport .swiper-pager .swiper-button-next,
    .owl-carousel.owl-theme .owl-nav .owl-next{
        right: 0;
    }
    .carousel .swiper-viewport .swiper-pager .swiper-button-prev,
    .owl-carousel.owl-theme .owl-nav .owl-prev{
        left: 0;
    }
}
@media (max-width: 767px) {
    .slideshow .swiper-pager{
        display: none;
    }
    .slideshow .swiper-pagination{
        display: block;
        bottom: 0;
    }
}

/*----------------------------------------------*/
/* Start Testimonial */
/*----------------------------------------------*/
.testimonial-block {
    position: relative;
    background: url(../image/mahardhi/testimonial-bg.jpg);
    background-size: cover;
    padding: 91px 0 80px;
    margin-top: 50px;
}
.row-items {
    display: flex;
    margin-bottom: 49px;
}
.testimonial-images {
    margin: 0 30px 0 61px;
    position: relative;
}
.testimonial-images:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    border: 2px solid var(--primary-hover-color);
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: 49px 0 0 -61px;
}
.testimonial-block h3 {
    position: relative;
    color: var(--secondary-color);
    margin: 0 0 53px 0;
}
.testimonial-text{
    font-size: 16px;
    color: var(--secondary-color);
    line-height: 24px;
    padding: 11px 0 0;
}
.testimonial-text p{
    margin: 0;
}
.testimonial-images img {
    z-index: 1;
    margin: 0;
}
.testimonial-author {
    text-transform: capitalize;
    font-size: 18px;
    margin: 43px 0 0;
    color: var(--secondary-color);
    font-weight: 500;
}
.testimonial-content:before {
    content: "\e923";
    font-family: 'Mahardhi-Fonts';
    display: block;
    font-size: 48px;
    line-height: 42px;
    color: var(--primary-hover-color);
    transform: rotateX(185deg);
}
@media (max-width: 1440px){
    .testimonial-block{
        margin-top: 20px;
        padding: 50px 0;
    }
}
@media (max-width: 1199px){
    .testimonial-block h3 {
        margin: 0 0 30px 0;
    }
    .testimonial-images:after{
        margin: 25px 0 0 -25px;
    }
    .testimonial-images{
        margin: 0 15px 0 25px;
    }
}
@media (max-width: 991px){
    .testimonial-block{
        padding: 30px 0;
        margin-top: 10px;
    } 
    .row-items{
        margin-bottom: 25px;
    }
}
@media (max-width: 767px){    
    .testimonial-images:after{
        display: none;
    }
    .testimonial-images{
        margin: 0 15px 0 0;
    }
    .row-items{
        margin: 0;
    }
}
@media (max-width: 540px){
    .row-items{
        text-align: center;
        display: block;
        margin: 0;
    }
    .testimonial-images img{
        margin: 0 auto;
    }
    .testimonial-images:after{
        display: none;
    }
    .testimonial-author{
        margin: 10px 0 0;
    }
    .testimonial-block{
        padding: 30px 0;
    }
    .testimonial-images {
        margin: 0 0 10px;
    }
    .testimonial-text{
        padding: 0;
    }
    .testimonial-content:before{
        font-size: 38px;
    }
}

/*----------------------------------------------*/
/* brand */
/*----------------------------------------------*/
.carousel.brand {
    margin-top: 50px
}
.brand .swiper-slide {
    padding: 30px 0;
    border-left: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
}
#carousel0 .swiper-slide img.img-responsive:hover {
    opacity: 1;
}
@media (max-width: 1440px){
    .carousel.brand {
        margin-top: 20px;
    }
}
@media (max-width: 991px){
    .carousel.brand{
        margin-top: 10px;
    }
    .brand .swiper-slide {
        padding: 20px 0;
    }
}

/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.mblog{
    margin-top: 43px;
}
.blog-block{
    margin-bottom: 30px;
}
.caption.blog-description{
    background: var(--background-color);
    padding: 36px 30px 17px;
    position: relative;
}
.blog-description .block-date {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    border-radius: 25px;
    padding: 10px 20px;
    position: absolute;
    top: -20px;
}
.blog-block:hover .hover-post::before {
    opacity: 1;
    left: 51%;
}
.blog-block:hover .hover-zoom::before {
    opacity: 1;
    right : 51%;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post:before{
    color: var(--secondary-color);
    font-size: 18px;
    height: 40px;
    display: block;
    line-height: 40px;
    background: var(--primary-hover-color);
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    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 : 90%;
}
.blog-block .hover-post:before {
    content: '\f0c1';
    font-family: FontAwesome;
    left:  90%;
    line-height: 43px;
}
.blog-block .hover-post:hover:before,
.blog-block .hover-zoom:hover:before {
     background: var(--primary-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;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.blog-description .blog-text {
    color: var(--secondary-light-color);
    font-size: 16px;
    line-height: 24px;
    margin: 14px 0 26px;
}
.blog-info .image {
    overflow: hidden;
    position: relative;
}
.blog-comment{
    font-size: 14px;
    text-transform: capitalize;
    color: var(--secondary-light-color);
}
.blog-comment .fa {
    margin-right: 10px;
    color: var(--primary-hover-color);
}
.blog-read.btn {
    background: transparent;
    padding: 0;
    color: var(--primary-hover-color);
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    font-weight: 500;
    border-bottom: 2px solid var(--primary-hover-color);
    box-shadow: none;
}
.blog-read:hover{
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.blogdesk_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border-color);
    padding-top: 11px;
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category {
    margin-bottom: 50px;
}
.blog-category .blog-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.blog-category .image.image-blog {
    position: relative;
}
.caption-blog h4 {
    margin: 27px 0 15px;
}
.product-list .block-date,
.article-container .block-date{
    color: var(--secondary-light-color);
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.caption-blog .block-date:after {
    content: "";
    background: #ccc;
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pro-deatil{
    margin-bottom: 50px;
}
h4.article-page-title{
    margin: 20px 0 15px;
}
.caption-blog  p,
.info_blog p{
    margin: 20px 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 {
    font-size: 16px;
    color: var(--secondary-light-color);
    margin: 9px 0 19px;
    line-height: 24px;
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
#content-blogs .thumbnails .thumbnail {
    border: unset;
    margin: 0;
    padding: 0;
}
#post_comment .leave-hedding, .comment_cust .leave-hedding {
    margin: 46px 0 27px;
    font-size: 18px;
    text-transform: capitalize;
}
#post_comment #commnt_form.form-horizontal .control-label {
    text-align: left;
}
.comment_cust h4 {
    margin-bottom: 20px;
}
.commentlist ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.commentlist ul li:last-child {
    padding-bottom: 0;
}
.commentlist ul li {
    padding-bottom: 25px;
}
.comment_cust .comment-text .user_img {
    float: left;
    height: 60px;
    width: 60px;
    background-color: var(--secondary-color);
    text-align: center;
    color: var(--primary-color);
    border-radius: 50px;
}
.comment_cust .comment-text .user_img i {
    font-size: 26px;
    line-height: 60px;
}
.comment_cust .comment-desc {
    padding-left: 80px;
    line-height: 26px;
}
.comment_cust .comment-desc .name {
    font-weight: 500;
    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);
    line-height: 22px;
}
.comment-text {
    padding: 30px;
    background: var(--background-color);
}
.singblog-description.blog-text {
    padding: 9px 0 26px;
    margin: 0;
    border-bottom: 1px solid var(--border-color);
}
@media (max-width: 1440px){
    .mblog {
        margin-top: 20px;
    }
}
@media (max-width: 1199px){
    .caption.blog-description{
        padding: 30px 15px 13px;
    }
    #post_comment .leave-hedding,
    .comment_cust .leave-hedding {
        margin: 30px 0 15px;
    }
}
@media (max-width: 991px){
    .mblog {
        margin-top: 10px;
    }
    .blog-description .blog-text{
        margin: 10px 0 15px;
    }
    .blogdesk_info{
        padding-top: 8px;
    }
    .blog-block {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .caption-blog {
        margin-top: 20px;
    }
}
@media (max-width: 540px){
    .comment-text {
        padding: 10px;
    }
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.newsletterblock {
    text-align: center;
    padding: 46px 0 50px;
    background: url(../image/mahardhi/newsletter-bg.jpg) no-repeat;
    background-size: cover;
}
.newsletterblock .title-text {
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--secondary-color);
}
.news-description {
    color: var(--secondary-color);
    padding: 20px 0 28px;
}
.subscribe-form #newsletter_usr_email{
    max-height: 50px;
    border: none;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    height: 50px;
    border-radius: 0;
}
.subscribe-btn {
    border: none;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: top;
}
.subscribe-btn i{
    font-size: 20px;
}
.subscribe-form {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 660px;
    margin: auto;
}
@media only screen and (max-width: 991px){
    .newsletterblock{
        padding: 30px 0;
    }
    .subscribe-form #newsletter_usr_email{
        height: 44px;
    }
    .subscribe-btn{
        padding: 12px 20px;
    }
    .news-description{
        padding: 10px 0 18px;
    }
}
@media only screen and (max-width: 480px){
    .subscribe-btn {
        padding: 12px 10px;
    }
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
.common-home footer{
    margin-top: 22px;
}
footer{
    margin-top: 35px;
    /*margin-top: 80px;*/
    padding-top: 50px;
    background: var(--primary-color);
}
footer .footer_bottom p a:hover{
    color: var(--primary-hover-color);
}
.footer-top .footer-middle > div +div {
    /*border-left: 1px solid var(--border-color); */
    border-left: 1px solid #4a4a4a;    
    padding-left: 30px;
}
footer h5,
.position-footer-left h4{
    text-transform: uppercase;
    font-size: 18px;
    margin: 6px 0 15px;
    position: relative;
    font-weight: 500;
    color: var(--white-color);
}
.position-footer-left h5 {
    margin: 6px 0 21px;
}
footer .col-sm-3 a,
footer .col-sm-2 a{
    padding: 8px 0;
    display: block;
/*     color: var(--secondary-light-color); */
    color: var(--white-color);
    font-size: 16px;
}
footer a:hover,
footer a:focus {
    color: var(--primary-hover-color); 
    /*color: var(--white-color); */

}

/* footer left */
.position-footer-left .f-des {
    font-size: 16px;
    color: var(--secondary-light-color);
    line-height: 24px;
    margin: 0px 0 23px;
}
.position-footer-left ul i{
    margin-right: 10px;
    color: #44b5f2;
    line-height: 20px;
}

/* footer right */
.position-footer-left li > div{
    display: flex;
    margin: 8px 0;
    line-height: 24px;
}
.position-footer-left li .contact_site a{
    padding: 0;
    display: initial;
}
.contact_title {
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 5px;
    color: var(--primary-hover-color);
    display: inline-block;
}
.contact_site {
    font-size: 16px;
    color: var(--white-color);
    display: inline;
}
.position-footer-left li > div {
    display: block;    
}

/* footer bottom*/
.position-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_bottom {
    padding: 20px 0;
    margin-top: 50px;
    /* border-top: 1px solid var(--border-color); */
    border-top: 1px solid #4a4a4a;
}
footer .footer_bottom p{
    margin: 0;
    font-size: 16px;
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}

/* social media*/
.social-media ul{
    display: flex;
}
.social-media li + li{
    margin-left: 10px;
}
.social-media li a i {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    color: var(--primary-color);
    font-size: 14px;
    background: var(--border-color);
    border-radius: 25px;
    text-align: center;
}
.social-media li:hover .fa-facebook {
    background: #3b5998;
}
.social-media li:hover .fa-twitter {
    background: #00acee;
}
.social-media li:hover .fa-youtube-play {
    background: #c4302b;
}
.social-media li:hover .fa-google-plus {
    background: #db3236;
}
.social-media li:hover .fa-pinterest-p {
    background: #c8232c;
}
.social-media li:hover .fa-instagram {
    background: #c42483;
}
.social-media li:hover .fa-linkedin {
    background: #0e72a3;
}
.social-media li:hover a i{
    color: var(--secondary-color);
}
@media (max-width: 991px){
    footer {
        padding-top: 0;
        margin-top: 40px;
    }
    .footer-top .footer-middle > div +div{
        padding-left: 15px;
        border: none;
    }
    .social-media.list-unstyled {
        display: block!important;
    }
    .footer_bottom{
        margin-top: 0;
        padding: 15px 0;
    }
    footer h5,
    .position-footer-left h5{
        margin: 0;        
        font-size: 16px;
    }
    .footer-top .col-sm-3{
        width: 100%;
        float: unset;
        margin: 20px 0;
    }
    .position-footer-bottom{
        display: block;
        text-align: center;
    }    
    .social-media {
        float: left;
    }
    .footer_link {
        float: right;
    }
    footer .footer_bottom p{
        clear: both;
        padding: 10px 0 0;
    }
}
@media (max-width: 767px){
    .footer_link,
    .social-media{
        float: unset;
    }
    .social-media ul{
        justify-content: center;
    }
    .footer_link{
        padding-top: 12px;
    }
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.promo-item {
    margin-top: 80px;
    padding: 30px 0;
    background: var(--background-color);
}
.service {
    border-radius: 50px;
    font-size: 16px;
    display: flex;
    justify-content: 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-icon {
    font-size: 40px;
    margin-right: 19px;
    color: var(--secondary-light-color);
}
.service:hover .service-icon {
    color: var(--primary-color);
}
.service .promo-title {
    margin: 0 0 8px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 13px;
}
.service .promo-desc {
    color: var(--secondary-light-color);
    font-size: 14px;
}
@media (max-width: 1440px){
    .service-icon{
        margin-right: 9px;
    }
    .promo-item {
        margin-top: 50px;
    }
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 600px) and (min-width: 481px){
    .service-icon{
        margin: 0 auto 10px;
    }
    .service{
        display: block;
        text-align: center;
    }
    .service .promo-desc{        
        font-size: 13px;
    }
}
@media (max-width: 991px){
    .promo-item > div:nth-child(3), .promo-item > div:nth-child(4) {
        margin-top: 20px;
    }
    .service{
        justify-content: start;
    }
    .promo-item{
        padding: 30px 15px;
        margin-top: 30px;
    }
    .service-icon{
        font-size: 34px;
    }
    .service .promo-title {
        margin: 0 0 3px;
    }
}
@media only screen and (max-width: 680px){
    .promo-item {
        padding: 15px 0;
    }
}
@media only screen and (max-width: 480px){
    .service-item {
        width: 100%;
    }
    .promo-item > div:nth-child(2) {
        margin-top: 20px;
    }
    .service-icon {
        font-size: 30px;
    }
    .service .promo-title {
        margin: 0 0 2px;
        font-size: 13px;
    }
    .service .promo-desc{
        font-size: 13px;
    }
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    color: var(--primary-color);
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
    background: var(--background-color);
    margin-bottom: 30px;
}
.breadcrumb-row {
    padding: 10px 0;
}
.breadcrumb {
    line-height: 18px;
    padding: 0;
    border: none;
    background: transparent;
    margin: 0;
    float: right;
    font-size: 10px;
    text-transform: capitalize;
}
.breadcrumb > li {
    position: relative;
}
.breadcrumb .fa.fa-home{
    font-size: 16px;
}
.breadcrumb li:last-child a,
.breadcrumb a:hover{
    color: var(--primary-hover-color);
}
.breadcrumb > li + li:before {
    content: "/";
    color: var(--primary-color);
    padding: 0px 11px 0px 6px;
    font-size: 10px;
}
@media (max-width: 991px){  
    .breadcrumb-row > *{
        width: 100%;
        text-align: center;
    }
    .breadcrumb{
        font-size: 14px;
    }
    .breadcrumb-row{
        padding: 15px 0;
    }
    .breadcrumb-back{
        margin-bottom: 20px;
    }
    .page_title{
        font-size: 18px;
        margin: 0 0 5px;
    }
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
/*categories*/
#column-left > div,
#column-right > div {
    margin: 0 0 30px;
    border: none;
    box-shadow: none;
    padding: 0;
}
#column-left > div:last-child,
#column-right > div:last-child{
    margin-bottom: 0;
}
#column-left .box-content,
#column-right .box-content{
    margin: 1px 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;
    padding: 15px 20px;
    font-size: 20px;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 20px;
    background: var(--primary-hover-color);
    border-radius: 0;
    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-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: transparent;
    padding: 20px 30px 17px 30px;
    margin: 0;
    border: 1px solid var(--border-color);
}
#column-left .block_box,
#column-right .block_box {
    padding: 30px;
}
.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: 5px 0 6px;
    text-transform: capitalize;
    color: var(--secondary-light-color);
}
.sidebar li a{
    color: var(--secondary-light-color);
}
.category-list .list-group-item{
    padding: 5px 13px 6px 0;
}
.category-list .has-more-category .toggled {
    position: absolute;
    right: 0;
}
.child-categories { display: none; }
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
    content: "\f068";
}

/*sidebar category*/
.box-category .list-unstyled.childs_1 {
    display: none;
}
.parent li .toggled span {
    color: var(--primary-color);
    font-size: 12px;
    position: absolute;
    right: 5px;
    padding: 0 5px;
}
.parent .active .open-menu::after {
    color: var(--primary-color);
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 14px;
}
.parent .open-menu::after {
    color: var(--primary-color);
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
}

/*REFINE SEARCH*/
.filter_box {
    padding: 15px 20px 15px;
}
.list-group-filter {
    margin-bottom: 27px;
}
.panel-default.filter {
    border: none;
}
.panel {
    border-radius: 0;
    box-shadow: none;
}
.filter_box .list-group a {
    color: var(--primary-color);
    text-transform: capitalize;
    margin: 0 0 13px;
    background: transparent;
    font-size: 16px;
}
.filter_box .checkbox, .filter_box .checkbox .radio {
    margin: 10px 0;
    color: var(--secondary-light-color);
}
.filter_box .list-group-item {
    border: none;
    padding: 0px;
    background: transparent;
}
.filter_box .list-group-items + .list-group-items {
    margin: 23px 0 0;
}
.checkbox label, .radio label {
    text-transform: capitalize;
    font-size: 12px;
}
#filter .panel-footer {
    text-align: left;
    padding: 0;
    background: transparent;
}

/*INFORMATION*/
.sidebar li a:hover,
.account-content .list-group a:hover{
    color: var(--primary-color);
}

/*product*/
#column-left .page-title,
#column-right .page-title {
    margin: 0;
}
#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%;
    padding: 0;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
    float: left;
    width: 75px;
    margin-right: 15px;
    border: none;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 57.3%;
    border: none;
}
#column-left .button-group,
#column-right .button-group,
#column-left .sale-text,
#column-right .sale-text,
#column-left .product-thumb .wishlist,
#column-right .product-thumb .wishlist{
    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{
    margin: 15px 0 18px;
}
#column-left .rating,
#column-right .rating{
    line-height: 12px;
}
@media (min-width: 992px) and (max-width: 1440px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 56%;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 70px;
        margin-right: 5px;
    }
    #column-left .block_box, #column-right .block_box {
        padding: 20px;
    }
    .filter_box {
        padding: 25px 20px 29px;
    }
    .category-list #selectMe-desk{
        padding: 20px 20px 17px;
    }
}
@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: 20px 0 0;
    }
    #column-left h3,
    #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3{
        padding: 10px 15px;
        font-size: 16px;
    }
    #column-left .toggled .toggle-open,
    #column-right .toggled .toggle-open{
        right: 15px;
    }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat-banner {
    border: none;
    padding: 0;
    border-radius: 0;
}
.cat-description p {
    font-size: 16px;
    margin: 14px 0 0;
    color: var(--secondary-light-color);
    line-height: 24px;
}
.cat_info {
    margin: 20px 0 30px;
    padding: 10px 20px;
    background: var(--background-color);
}
#content .refine-text {
    font-size: 18px;
    margin: 23px 0 12px;
    font-weight: 500;
}
.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 {
    background: var(--background-color);
    padding: 7px 15px;
    display: inline-block;
    margin: 0 10px 10px 0;
}
.cat-name li a:hover{
   background: var(--primary-hover-color);
   color: var(--secondary-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);
    color: var(--secondary-color);
}
#list-view.btn-default,
#grid-view.btn-default {
    box-shadow: none;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 25px;
    border: none;
    background: var(--primary-color);
    color: var(--secondary-color);
}
#grid-view.btn-default {
    margin: 0 10px 0 0;
}
#list-view.btn-default .fa,
#grid-view.btn-default .fa {
    font-size: 14px;
    line-height: 40px;
}
.com-total {
    padding: 0;
}
#compare-total.btn.btn-link {
    text-decoration: none;
    font-size: 16px;
    outline: none;
    padding: 9px 0;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--secondary-light-color);
}
#compare-total.btn.btn-link:hover{
    color: var(--primary-hover-color);
}
.cat-pagination-right {
    text-align: right;
}
.cat-pagination-right > div {
    display: inline-block;
    vertical-align: top;
    padding: 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 25px 4px 10px;
    margin: 0;
    height: 36px;
    border-radius: 0;
    background: var(--secondary-color);
    border-color: var(--border-color);
}
#mahardhiSearch select.form-control {
appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;}
select.form-control,
.form-control {
    /* appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; */
    cursor: pointer;
}
.form-control:focus{
    border-color: #ddd;
}
.select-filter-show::after,
.select-filter-sort::after {
    font-family: 'fontawesome';
/*     content: '\f0dd'; */
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 4px;
    pointer-events: none;
    color: var(--primary-color);
}
.product-grid .description,
.product-grid .pro_description{
    display: none;
}
@media (max-width: 1199px){
    .cat_info{
        padding: 9px 10px;
    }
    #grid-view.btn-default {
        margin: 0 5px 0 0;
    }
}
@media (max-width: 991px){
    .cat_info {
        margin: 10px 0 20px;
    }
}
@media (max-width: 767px){
    .cat-pagination-right{
        text-align: left;
        margin: 5px 0 0;
    }
}
@media (max-width: 480px){
    .cat-pagination-right > * {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .cat-pagination-right .cat-show{
        padding: 5px 0 0 0;
    }
    .cat-pagination-right{
        display: block;
        text-align: left;
    }
    #compare-total.btn.btn-link{
        font-size: 14px;
    }
}

/*product list*/
.product-list .product-thumb .grid-btn,
.product-grid .product-thumb .list-btn,
.product-grid .product-thumb .list-cart.addcart,
.product-thumb .product-title.list-title,
.product-list .product-thumb .product-title{
    display: none;
}
.product-list .product-thumb .product-title.list-title{
    display: block;
    margin: 8px 0 15px;
}
.product-list button.addcart {
    width: auto;
    float: left;
    margin: 0;
    padding: 10px 25px;
}
.product-list .product-thumb .button-group{
    opacity: 1;
    position: unset;
    float: left;
}
.product-list .product-thumb .button-group button{
    width: 44px;
}
.product-list .product-thumb .quickview-button {
    margin: 0 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: 0 0 30px;
    font-size: 24px;
    font-weight: 500;
}
.product-list .product-thumb{
    overflow: hidden;
}
.product-list .thumb-description{
    overflow: hidden;
}
.product-list .product-thumb .product-title.list-title a {
    font-size: 20px;
    font-weight: 500;
}
.product-list .product-thumb .caption {
    text-align: left;
    padding: 0;
}
.product-list .product-thumb .caption .description {
    margin: 20px 0 25px;
}
.rating .fa-stack,
#tab-review .fa-stack{
    font-size: 7px;
}
.rating .fa-star-o,
#tab-review .fa-star-o,
.rating .fa-star,
#tab-review .fa-star{
    color: #ffb503;
    font-size: 14px;
}
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o{
    color: #ffb503;
}
.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: 680px) {
    .product-list .product-thumb .image{
        display: inline-block;
    }
    .product-list .product-thumb .price {
        margin: 0 0 18px;
    }
    .product-list .product-thumb .caption .description {
        margin: 13px 0 15px;
    }
    .product-list .product-thumb .product-title.list-title{
        margin: 8px 0 12px;
    }
}

/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
    clear: both;
    padding: 12px 5px;
    background: var(--background-color);
}
.pro_pagination .text-left {
    line-height: 36px;
    float: left;
    font-size: 16px;
    color: var(--secondary-light-color);
}
.pagination {
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    cursor: pointer;
    z-index: 2;
    border-radius: 25px;
}
.pagination>li>a:last-child {
    border-radius: 25px;
}
.pagination>li>a,
.pagination>li>span {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    float: left;
    margin-left: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    border: none;
    border-radius: 25px;
    font-size: 16px;
}
@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;
}
.product-img .thumbnails {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.pro-image #zoom {
    width: 100%;
}
/*.pro-image #zoom {
    width: 100%;
}*/
.pro-image #special-zoom {
    width: 100%;
}
.product-additional{
    text-align: center;
    position: relative;
    /*max-width: 75px; */
    width: 100%;
    float: left;
}
.product-additional button {
    border: none;
    color: var(--primary-color);
    background: transparent;
}
.product-additional button:hover{
    color: var(--secondary-light-color);
}
.product-additional button i{
    font-size: 24px;
}
.product-additional button.slick-disabled {
    cursor: default;
    opacity: .3;
}

.carousel-container {
    position: relative;
    width: 100%; /* Adjust as needed */
}

.left-arrow, .right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5); /* Optional for styling */
    color: white; /* Optional for styling */
    padding: 10px; /* Adjust as needed */
    cursor: pointer;
    z-index: 1000; /* Ensure arrows are above carousel content */
}

.left-arrow {
    left: 0; /* Position on the left side */
}

.right-arrow {
    right: 0; /* Position on the right side */
}



.pro-image {
    margin: 0 0 30px 0;
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}
.quickview-wrapper-inner .pro-image {
    float: unset;
    margin: 0 0 20px;
}
.quickview-wrapper-inner .image-additional a {
    display: block;
    margin: 0 10px;
}
#quick-carousel{
    padding: 0 10px;
}
#quick-carousel .owl-nav .owl-prev{
    left: 0;
}
#quick-carousel .owl-nav .owl-next{
    right: 0;
}
#quick-carousel .owl-nav div{
    top: 40%;
    border: none;
    color: var(--primary-color);
    transform: unset;
    background: transparent;
    width: auto;
    opacity: 1;
}
#additional-carousel.owl-carousel.owl-theme .owl-nav div:before,
#quick-carousel.owl-carousel.owl-theme .owl-nav div:before{
    display: none;
}
#additional-carousel.owl-carousel.owl-theme .owl-nav .fa,
#quick-carousel.owl-carousel.owl-theme .owl-nav .fa{
    line-height: 32px;
}
.right_info h1, .quick-product-right h1 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-weight: 500;
}
.rating .product-rating {
    float: left;
    margin-right: 20px;
}
.rating .reviews{
    padding: 0 15px 0 0;
    margin-right: 15px;
    position: relative;
}
.rating .reviews,
.rating .write-review{
    font-size: 16px;
    color: var(--secondary-light-color);
}
.pro-deatil .rating .reviews:after {
    content: "";
    background: var(--border-color);
    height: 14px;
    width: 1px;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.rating .reviews:hover,
.rating .write-review:hover,
.rating .write-review:hover .fa-pencil{
    color: var(--primary-hover-color);
}
.rating .fa-pencil {
    padding-right: 5px;
    color: var(--primary-color);
    font-size: 15px;
}
.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: 500;
}
.pro_oldprice {
    color: var(--secondary-light-color);
    font-size: 16px;
}
.right_info .tax {
    margin: 7px 0 0;
    color: var(--secondary-light-color);
}
.product-options h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.right_info .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.right_info .checkbox,
.right_info .radio {
    margin-top: 0;
}
.product-btn-quantity {
    display: flex;
    align-items: center;
}
.product-options .alert {
    margin-top: 15px;
}
#button-cart,
#quick-cart{
    margin-left: 20px;
}
.minus-plus {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

.minus-plus .minus,
.minus-plus .plus,
#input-quantity{
    height: 42px;
    padding: 0;
    background: transparent;
    border: none;
    text-align: center;
    border-radius: 0;
}
#input-quantity{
    width: 57px;
    padding: 0 10px;
}
button.pro_wish,
button.pro_comper {
    background-color: transparent;
    border: unset;
    padding: 0;
    font-size: 16px;
    text-transform: capitalize;
}
button.pro_wish {
    padding-right: 15px;
}
button.pro_wish:hover,
button.pro_comper:hover {
    color: var(--primary-hover-color);
}
.tab-content #tab-description {
    font-size: 15px;
}
#product-page #tab-description ul:last-child,
#product-page #tab-specification .table {
    margin: 0;
    border-color: #ddd;
}
.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;
    /*padding-top: 80px;*/
}
#product-page .nav-tabs {
    color: var(--primary-color);
    border: 1px solid #f4ebc6;
    display: flex;
    justify-content: center;
    background: var(--background-color);
}
.tab-content ul {padding-left:15px}
#product-page .tab-content{
    padding: 30px;
    border: 1px solid var(--border-color);
    border-top: 0;
}
#product-page .tab-content strong {
    font-weight: 500;
    text-transform: capitalize;
}
#product-page .nav-tabs>li> a:before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: var(--primary-hover-color);
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#product-page .nav-tabs>li.active > a:before,
#product-page .nav-tabs>li:hover > a:before {
    left: 0;
    right: 0;
}
@media (max-width: 991px){
    .related-products-block{
        padding-top: 40px;
    }
    .rating .product-rating {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .right_info h1, .quick-product-right h1 {
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .product-img {
        width: 480px;
        margin: 0 auto;
    }
    .right_info {
        margin-top: 30px;
    }
    #product-page .tab-content {
        padding: 20px;
    }
}
@media (max-width: 540px){
    .product-img {
        width: auto;
    }
    .pro-image {
        margin: 0 0 0 15px;
    }
}
@media only screen and (max-width: 480px){   
    #product-page .nav-tabs>li + li {
        margin-left: 10px;
    }
    .nav-tabs>li> a{
        font-size: 13px;
    }
    .product-btn-quantity {
        display: block;
    }
    #button-cart, #quick-cart {
        margin: 15px 0 0;
        display: block;
    }
}

/*----------------------------------------------*/
/* 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;
    color: var(--primary-color);
}
.content-address{
    margin-bottom: 15px;
}
.contact-left .btn-info i {
    font-size: 18px;
}
.content-details {
    background: var(--secondary-color);
    padding: 15px;
    border: 1px solid #ddd;
    color: var(--secondary-light-color);
}
.contact-left .content-details > div{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.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: 0;
}
#accordion.panel-group .panel+.panel {
    border-radius: 0;
    margin-top: 15px;
}
#accordion.panel-group .panel-default>.panel-heading{
    background: transparent;
}
.checkout-cart .input-group.btn-block .form-control {
    width: 45px;
    text-align: center;
    padding: 6px;
}
.checkout .input-group .form-control {
    z-index: 1;
    background: var(--secondary-color);
}
.cart_input_block.input-group {
    display: inline-block;
    width: auto;
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
    margin: 0 0 20px 0;
}
#product-search #input-search {
    margin-bottom: 10px;
}

/* manufacture page */
#product-manufacturer #content p> a {
    color: #6a3212;
}
.manufacturer-list {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: var(--background-color);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}

/*account*/
#account-account 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 #ddd;
    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: 500;
}
.well strong {
    font-weight: 500;
}
.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: 16px;
}

/*compare*/
#product-compare .table {
    display: inherit;
    border-style: solid none none none;
    overflow: auto;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
#product-compare .table>tbody+tbody {
    border-top: 1px solid #ddd;
}

/*checkout*/
#checkout-cart .img-thumbnail {
    border: none;
    padding: 0;
}

/*about us*/
.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: 500;
}
.about-us h4 {
    font-size: 17px;
    color: var(--primary-hover-color);
    margin: 15px 0;
    font-weight: 500;
}
.about-us p{
    line-height: 26px;
    color: var(--secondary-light-color);
}
@media (max-width: 767px){
    .cms-block{
        margin-bottom: 15px;
    }
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.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: 0;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
}
.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: 44px;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 20px;
    color: var(--secondary-light-color);
    background: var(--secondary-color);
    background-color: var(--secondary-color);
    background-image: none;
    border: 1px solid var(--border-color);
    box-shadow: none;
    border-radius: 0;
}

.slick-vertical .slick-slide {width: auto !important; display: inline-block !important; float: none; margin: 10px;
border: 1px solid #ccc; border-radius: 10px; overflow: hidden; height: 72px;}
.slick-track, .slick-list  {height: auto !important;}

.slick-slider { overflow:hidden;}
.slick-slide img {width: 100%; height: 100%;  object-fit: cover;}
.slick-initialized .slick-slide { width: 72px; height: 72px; margin: 4px; }



.pdbox { background:#f4f4f4; padding: 10px 15px; border-radius: 24px; display: flex;  align-items: center;
margin-bottom: 40px; position: relative; min-height: 120px;
} 
.pdbox .pthumb {height: 150px;
  position: absolute;
  border: 1px solid #939393;
  margin: -15px 15px -15px -15px;
  border-radius: 14px;
  box-shadow: 2px 0 6px -4px #685959;
  left: 15px;
  top: 0px;
  width: 200px;
  overflow: hidden;}
  .pdbox .pthumb img {width: 100%; max-height: 100%;}

.pdbox .pdetail { margin-left: 215px; }
.pdbox .pdetail h4 {color: var(--primary-color); font-weight: 400; font-size: 15px; line-height: 20px;}

.favicon {position: relative;}
.favicon::after {content: "\e90b";
  font-family: 'Mahardhi-Fonts';
  width: 50px; height: 50px;
  display: block;
  border: 2px solid var(--border-color);
  border-radius: 25px;
  margin-right: 15px;
  font-size: 20px;
  line-height: 46px;}

.acclink {position: relative;}
.acclink {
  width: 50px; height: 50px;
  display: block;
  border: 2px solid var(--border-color);
  border-radius: 25px;
  margin-right: 15px;
  font-size: 20px;
  line-height: 46px;}
.acclink a i {font-size: 17px;}

#fav-total {
    position: absolute;
    right: 12px;
    top: 0;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    border-radius: 25px;
    font-size: 14px;
    padding: 2px 3.65px;
    line-height: 12px;
    text-align: center;
    z-index: 1;
    min-width: 16px;
}
.favlink {position:relative}

.co-img {margin-bottom:15px}
.content h3 {
    font-size: 42px; font-weight: 600;
    color: #ffed00;
    }
    .content h3 span {
    font-size: 18px; font-weight: 400;
    }
    .content p {
    font-size: 16px;
    color: #fff;
    margin-left: -20px;
    }
    .copy-button {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    }
    .copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    }
    .copy-button button {
    padding: 10px 20px;
    background-color: #f9b82a;
    color: #fff;
    border: 1px solid transparent;
    }
.subscribebg {background: #fbbb00;
  padding: 20px 16px 24px;
  position: relative;
  top: 0px;
  margin-top: -72px;
  margin-bottom: 24px;
  z-index: 1; 
}
.subscribebg .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.subscribebg .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.subscribebg .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius: 0;
}
.subscribebg .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.subscribebg .content .btn {
  min-height: 50px;
  border-radius: 0;
  background: #000 !important;
  color: #fff;
  font-weight: 600;
}
#message_subscribe { position: absolute; bottom: -20px; left: 16px; }

.minus-plus { background:#f9b82a;}
.minus-plus .plus {padding: 0 0 0 10px; color:#fff;}
.minus-plus .minus {padding: 0 10px 0 0; color:#fff;}
#input-quantity { background: #fff !important; }
.btn-group .shortbtn { border:1px solid #f9b82a; padding: 12px; border-radius: 24px; margin-right:10px; font-size:14px}

.btn-group a:before {
    font-family: 'Mahardhi-Fonts';
    line-height: 46px;
}
.btn-group .pro_share {position: relative; padding: 14px 14px 14px 30px;}
.pro_share:before{
/*    content: "\e924";    */
content: "\f1e0";
font-family: 'FontAwesome' !important;
}
.pro_share:before{
    float: left;
    position: absolute;
    left: 10px;
}

.delevsearch input {border-radius:4px 0 0 4px}
.delevsearch .input-group-btn {border-radius:0 4px 4px 0; overflow:hidden;}

.gap {clear : both; height : 40px;}
.gapsml {clear : both; height : 20px;}

.delivpanel { display: flex; flex-flow: row wrap; margin-top: 25px; gap: 10px; }
    .delivpanel .delivbox {  display: flex; align-items: center; 
      border: 1px solid #ccc; border-radius: 10px; padding: 5px 10px;
      background: linear-gradient(180deg, rgba(236,105,43,1) 0%, rgba(255,255,255,1) 0%, rgba(216,217,216,1) 100%);
     }
    .delivpanel .delivbox .thumb {flex:0 0 48px; margin-right:10px}
    .delivpanel .delivbox .thumb img {max-width:100%}
    .delivpanel .delivbox .ctext {}

    .delevsearch {width: 374px;}

    .delivpanel .delivbox { width: 182px; }

    




@media (max-width: 991px) {
    .subscribebg {margin-top: -22px; margin-bottom: 12px;}
    .delivpanel .delivbox { width: calc(25% - 8px);}
    #content {  min-height: auto;}
}

@media (max-width: 767px) {
    .pdbox .pdetail { margin-left: 0; margin-top: 120px;  text-align: center; width: 100%;}
    .pdbox .pthumb { left: 50%; transform: translateX(-50%);}
    .delevsearch {width: 100%;}
    .delivpanel .delivbox { width: calc(50% - 6px);}
}
@media (max-width: 480px) {
      .delivpanel .delivbox { width: 100%; }
      .delivpanel .delivbox { width: 100%;}
    }


/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 40px;
}

@media (min-width: 1441px) {
    .container {
        width: 1380px;
    }
    .block_box :not(.owl-carousel) .col-lg-3{
        width: 20%;
    }
    /* .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(5n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1){
        clear:left;
    } */
}
@media (min-width: 1200px) and (max-width: 1440px){
    .container {
        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: 768px) {
    .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;
    }
    /* Mahardhi */
    #content, #column-left, #column-right {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 1px solid #ddd;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child{
        border-left: 0;
    }
}
@media (max-width: 767px) and (min-width: 481px){
    .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: 480px){
    .block_box :not(.owl-carousel) .col-xs-6,
    .product-layout.product-grid.col-xs-6{
        width: 100%;
    }
}

/* mahardhi */
@media (max-width: 1199px) {
    .checkout-cart .input-group.btn-block .form-control{
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    #column-left,
    #column-right {
        display: block !important;
    }
}



.chekinline { display: flex; flex-flow: row wrap; gap: 10px; }
  .checkboxcard { margin-bottom: 0; border: 1px solid #ccc; border-radius: 4px; padding: 10px; }
  .checkboxcard input[type="checkbox"], .checkboxcard input[type="radio"] { display: none; }
  .checkboxcard .custom-checkbox-box { position: relative; }
  .checkboxcard.checkbox label, .checkboxcard.radio label { padding-left: 30px; }
  .checkboxcard .check-symbol {
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    border: 1px solid #ccc;
    display: none;
  }
  .checkboxcard input[type="checkbox"]:checked + .custom-checkbox-box .check-symbol,
  .checkboxcard input[type="radio"]:checked + .custom-checkbox-box .check-symbol { display: inline; color: #fff; border: 1px solid #fff; }
  .checkboxcard input[type="checkbox"] + .custom-checkbox-box .check-symbol,
  .checkboxcard input[type="radio"] + .custom-checkbox-box .check-symbol { display: inline; color: #dfdfdf; }
  .dark-bg { background-color: #333; color: #fff; }
      

.freedelivery {position: relative}
.freedelivery::after {content: "\e906"; position:absolute; font-family: 'Mahardhi-Fonts'; font-size: 24px; right: -30px;}
.toprt .fa {vertical-align:middle; font-size:18px; color:#f9b82a}

.topstripbanner img, .botstripbanner img {width:100%}
.topstripbanner { margin: 15px 0 15px; }
.botstripbanner { margin: 20px 0; }
.crumb-text { margin-top: 0 !important; }

.ticker-container {
    width: 100%;
    overflow: hidden;
    background-color:var(--background-color);
    color: #333;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}

.ticker { display: flex; flex-flow: row wrap; justify-content: center; }

.ticker-item { padding: 15px 30px; font-size: 16px; position:relative;}
/* .ticker-item::before {content:''; position:absolute; width:10px; height:10px; background:#f9b82a;
    left:15px; top:18px;} */
.ticker-item .thumb {width: 32px; height: 32px; display: inline-block; margin-right: 5px;}
.ticker-item .thumb img {max-width: 100%;}

@media only screen and (max-width: 1199px){
    .ticker {display: flex; justify-content: center;  }
}
@media (max-width: 767px){  
    .ticker-item { padding: 10px 24px; }
    .ticker-item::before { left:10px; top:14px;}
    .topstripbanner { margin: 20px 0 20px; }
    .botstripbanner, .topstripbanner { height: 150px; margin-left: -15px; margin-right: -15px; }
    .botstripbanner img, .topstripbanner img {height: 100%; object-fit: cover;}
}



.mt-25  {margin-top: 25px;}
.flexcoup {display: flex; justify-content: end; gap: 10px;}
.flexcoup .input-group {flex:1 1 auto;}
.flexcoup .btn-sm { font-size: 14px; }

/* .toggle-icon {
            transition: transform 0.3s;
        }
        .collapsed .toggle-icon {
            transform: rotate(180deg);
        }
        .toggle-content {
            display: none;
            transition: max-height 0.3s ease-out;
        }
        .toggle-content.show {
            display: block;
        } */


.couponlist { margin-top: 0px; }
.couponlist ol { padding-left: 0; }
.couponlist ol li { list-style-type: none;  position: relative; padding: 5px 5px 5px 25px; margin-bottom: 5px; }
.couponlist ol li a {color: #333; line-height: 18px;}
.couponlist ol li a:hover { color: #000; }
.couponlist ol li a .ccode { border: 1px dashed #f9b82a;
  padding: 2px 4px;
  background: #fffbf3;
  margin-left: 4px;
  display: inline-block; }
.couponlist ol li a:hover .ccode {color: var(--primary-hover-color);}

.couponlist .check-symbol {
            position: absolute;
            top: 7px;
            left: 0;
            font-size: 14px;
            line-height: 18px;
            text-align: center;
            width: 20px;
            height: 20px;
            border-radius: 14px;
            display: block;
            border: 1px solid lightgray;
            color: lightgray; 
        }
.couponlist .check-symbol.active { 
    border: 1px solid green;
    color: green;  }


@media (max-width: 767px){  
    .flexcoup { flex-direction: column; }

}


.panel-group .panel.mb-15 {margin-bottom: 15px;}
.mb-0 {margin-bottom: 0 !important;}

/*Share Popup*/
.popup{
  display: none;
  background: rgb(255, 254, 254);
  padding: 25px;
  border-radius: 15px;
  top: 10%;
  max-width: 350px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.popup.show{
  display: block;
  position: fixed; z-index: 99;
  top: 50%;
  left: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popup :is(.phead, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup .phead{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
.phead span{
  font-size: 21px;
  font-weight: 600;
}
.phead .close, .icons li a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
} 
.phead .close{
  color: #878787;
  font-size: 17px;
  background: #f3f3f3;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.phead .close:hover{
  background: #ebedf9;
}
.popup .contentshare{
  margin: 20px 0;
}
.popup .icons{
  margin: 15px 0 20px 0;
  list-style: none; padding: 0;
}
.contentshare p{
  font-size: 16px;
}
.contentshare .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.icons li a i{
  transition: transform 0.3s ease-in-out;
}
.icons li:nth-child(1) a{
  color: #1877F2;
  border-color: #b7d4fb;
}
.icons li:nth-child(1) a:hover{
  background: #1877F2;
}
.icons li:nth-child(2)  a{
  color: #46C1F6;
  border-color: #b6e7fc;
}
.icons li:nth-child(2)  a:hover{
  background: #46C1F6;
}
.icons li:nth-child(3)  a{
  color: #25D366;
  border-color: #bef4d2;
}
.icons li:nth-child(3)  a:hover{
  background: #25D366;
}
.icons li:nth-child(4)  a{
  color: #33a8da;
  border-color: #33a8da;
}
.icons li:nth-child(4)  a:hover{
  background: #33a8da;
}
.icons li:nth-child(5)  a{
  color: #e81111;
  border-color: #e81111;
}
.icons li:nth-child(5)  a:hover{
  background: #e81111;
}
.icons li:nth-child(6)  a{
  color: #00cc9a;
  border-color: #b3e6ff;
}
.icons li:nth-child(6)  a:hover{
  background: #00cc9a;
}

.icons li a:hover{
  color: #fff;
  border-color: transparent;
}
.icons li:hover i{
  transform: scale(1.2);
}
.contentshare .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #757171;
}
.field.active{
  border-color: #7d2ae8;
}
.field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field.active i{
  color: #7d2ae8;
}
.field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field button{
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
}
.field button:hover{
  background: #8d39fa;
}
/*Share Popup*/

.picgal { margin-top: 25px; }
.picimg { margin-bottom: 15px; margin-left: -7px; margin-right: -7px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 3px 8px 0px;
transition: 0.3s all ease; }
.picimg:hover {box-shadow: rgba(50, 50, 93, 0.25) 0px 8px 18px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.product-thumb .compare{ display: none;}
.prorow {}
.prorow .procol {}
#error-pincode {margin-top: 5px;}
.bbox { border: 1px solid var(--border-color); margin-bottom: 15px; border-radius: 4px 4px 4px 4px;}
.bbox .boxheading {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    padding: 15px 15px;
    font-size: 20px;
    text-align: left; 
    border-radius: 4px 4px 0px 0px;   
}
.bbox .boxbody {
background: #fff;
  padding: 20px 15px 0px;
  border-radius: 0px 0px 4px 4px;
  border: 4px solid #f9b82a;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);}
.bgroup { display: flex; margin-bottom: 10px; }
.bgroup label { min-width: 192px;}
.bgroup span { }
.box {border: 1px solid var(--border-color);  padding: 15px 15px; margin-bottom: 15px; border-radius: 4px 4px 4px 4px;}
.box .boxheading { background: #eee;
  color: #333;
  padding: 10px 15px;
  font-size: 16px;
  text-align: left;
  margin: -15px -15px 15px; 
}
.boxsubtitle {margin-top: 1rem; color: #999; font-size: 16px; margin-bottom: 7px;
  display: block; position: relative; }
.mt-0 {margin-top: 0;}


@media (max-width: 480px) {
    .header_cart {margin-right: 10px;}
    .favicon::after { margin-right: 10px!important;}
    .product-thumb .product-title {min-height: 36px;}
    .bbox .bgroup { flex-direction: row; }
    .bgroup label {min-width: 146px;}
}

@media (max-width: 991px) {
    body {font-size: 14px;}
    .prorow .procol:nth-child(3),.prorow .procol:nth-child(4)  {}

    .favicon::after { width: 40px; height: 40px; font-size: 15px;line-height: 36px;}
    .acclink { width: 40px; height: 40px; line-height: 36px; margin-right: 10px;}
    .acclink a i {font-size: 15px;}
}

/* Order Track */
.trackbox {
    border: 1px solid var(--border-color);
  background-color: #F8F8F8;
  margin-bottom: 20px;
  padding: 35px;
  margin-top: 20px;
}
.trackbox.trackboxsmall {
    padding: 10px; margin-top: 0px;
}
.pt45{padding-top:45px;}
.mt-20 {margin-top: 20px;}
.order-tracking{
  text-align: center;
  width: 33.33%;
  position: relative;
  display: block;
}
.order-tracking .is-complete{
  display: block;
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0px solid #AFAFAF;
  background-color: #fbbb00;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}
.order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: '';
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #AFAFAF;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.order-tracking.completed .is-complete{
  border-color: #27aa80;
  border-width: 0px;
  background-color: #27aa80;
}
.order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}
.order-tracking p {
  color: #A4A4A4;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}
.order-tracking p span{font-size: 14px; color: #666;}
.order-tracking.completed p{color: #000;}
.order-tracking::before {
  content: '';
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #fbbb00;
  top: 13px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #27aa80;}

.justifybtwn {display: flex; justify-content: space-between;}

.trackbox.vrtrack { border: 1px solid #dcdcdc; border-radius: 4px 4px 4px 4px;}
.vrtrack .order-tracking {  text-align: left;  width: 100%; padding-left: 45px; position: relative; min-height: 42px; }
.vrtrack .order-tracking .is-complete {position: absolute; left: 0;}

.vrtrack .order-tracking::before {content: "";
  border-left: 2px solid #ccc;
  position: absolute;
  height: 100%;
  left: 14px; top:24px}

.vrtrack .order-tracking.completed::before, .vrtrack .order-tracking::before {background: none;}
.vrtrack .order-tracking:first-child::before{display: unset;}
.vrtrack .order-tracking:last-child::before{display: none;}
.vrtrack .order-tracking p {margin-bottom: 10px;}


.nowrap {white-space: nowrap;}

 @media (max-width: 767px) {
    .order-tracking p span { font-size: 12px; }

    #cart .text-right .addtocart-btn, #cart .text-right .checkout-btn, .btn-default, .btn-primary, .btn-danger {
        padding:10px 16px ;
    }
    .btn { font-size: 14px; line-height: 18px;}

    .product-thumb .product-title a { font-size: 14px;}
    footer h5, .position-footer-left h5 {font-size: 14px;}
    .text_limit, .text_sort {font-size: 14px;}
    .account-list-content li a { font-size: 14px; }
    .right_info .disc, .right_info .disc1 { font-size: 14px; }
    .right_info .disc {display: block; margin-top: 4px;}
    .right_info .control-label {font-size: 14px;}
    .form-control { height: 38px; }
    .tab-content #tab-description {font-size: 14px;}

    /* datatblresponsive table */
    .datatblresponsive table, .datatblresponsive thead, .datatblresponsive tbody, .datatblresponsive th, .datatblresponsive td, .datatblresponsive tr { 
        display: block; 
    }    
    .datatblresponsive thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }    
    .datatblresponsive tr { border: 1px solid #ccc; margin: -1px; }    
    .datatblresponsive td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee !important; 
        position: relative;
        padding-left: 50%; 
    }    
    .datatblresponsive td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 10px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align: left;
        font-weight: 600;
    }
    .datatblresponsive .table tbody td {text-align: right; padding-left: 120px;}

    .datashopcart td:nth-of-type(1):before { content: ""; }
    .datashopcart td:nth-of-type(2):before { content: "Product Name"; }
    .datashopcart td:nth-of-type(3):before { content: "Model"; }
    .datashopcart td:nth-of-type(4):before { content: "Quantity"; }
    .datashopcart td:nth-of-type(5):before { content: "Unit Price"; }
    .datashopcart td:nth-of-type(6):before { content: "Total"; }
    .datashopcart td:nth-of-type(7):before { content: ""; }

    .datawishlist td:nth-of-type(1):before { content: ""; }
    .datawishlist td:nth-of-type(2):before { content: "Product Name"; }
    .datawishlist td:nth-of-type(3):before { content: "Model"; }
    .datawishlist td:nth-of-type(4):before { content: "Stock"; }
    .datawishlist td:nth-of-type(5):before { content: "Unit Price"; }
    .datawishlist td:nth-of-type(6):before { content: ""; }

 }
 @media (max-width: 480px) {
    .justifybtwn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;}

  .order-tracking {margin-top: 20px;}
  .order-tracking:first-child {margin-top:0;}

  .order-tracking::before {
  height: 23px;
    width: 4px;
    left: calc(50% - 2px);
    position: absolute;
    top: -21px;}
 }



.lstitle {position: relative; z-index: 1;}
.lstitle::before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;}
.lstitle span {background: #fff; padding: 0 15px 0 0;}

ul.flexlist {display: flex; flex-wrap:wrap; gap:10px; margin-top:20px}
ul.flexlist li { border: 1px solid #ccc; padding: 10px 15px 10px 32px; position: relative; }
ul.flexlist li::after { font-family: 'FontAwesome'; content: '\f08e';
position:absolute; top:14px; left:10px;}

.profile-sidebar {
  padding: 20px 10px 10px 10px;
  background: #fff;
  text-align: center;
}
.person {width: 100px; margin: 0 auto 15px;}
.person img {max-width: 100%;}
ul.profile-list {list-style: none; padding: 0;}
ul.profile-list li { position: relative; display: block; }
ul.profile-list li a { background: #f9f6ea; padding: 10px 15px; margin: 0; display: block; margin-bottom: 1px;
  text-align: left; }

ul.profile-list.mbneg {display: flex; gap:1px}
ul.profile-list.mbneg li {flex: 1 0 auto;}
ul.profile-list.mbneg li a {margin-bottom: -9px; text-align:center}
ul.profile-list li a:hover {color: var(--primary-hover-color); }
.mb-20 {margin-bottom: 40px !important;}

.cartpanel {padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; display: flex;}
    .cartpanel .thumb { flex: 0 0 100px; width: 100px; height: 100px; margin-right: 10px; }
    .cartpanel .content { width: 100%; }
    .cartpanel .carqty {flex: 0 0 160px; align-self: center; text-align: right;}
    .redsmltxt {color: #f00; font-size: 12px;}
    .cartprice { font-size: 18px; margin: 4px 0; }
    .cartpanel .carqty {text-align: right; display: flex;}
    .cartpanel .carqty .cartbtn { margin-left: 2px; }
    .cartpanel .carqty .cartbtn .btn {padding: 10px 16px;  font-size: 14px;}

    .cartpanel .carqty .form-control {height: 40px; text-align: center;}
    .carqty .minus-plus .minus,
    .carqty .minus-plus .plus,
    .carqty #input-quantity { height: 36px; }
    .carqty .minus-plus {border: none;}

.cartpanelrt { }
    .cartpanelrt h3 {margin-top: 0;}
/*     .cartpanelrt .col-sm-2.control-label { width: 100%; display: block; padding: 0; } */
    .cartpanelrt .flexcoup {display: block;}
    .table.totalbrd tr:last-child { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
    .mt-10 {margin-top: 10px;}
    .rtf14 {text-align: right; font-size: 14px;}

.checkoutpanel { padding: 10px; margin-bottom: 10px; }

.coradio {  display: flex;
            align-items: flex-start;
            margin-bottom: 10px;
        }
        .coradio input[type="radio"] {
            display: none;
        }
        .coradio label {
            position: relative;
            padding-left: 30px;
            cursor: pointer;
            width: 100%;
        }
        .coradio label:before {
            content: '\f10c'; /* Font Awesome circle */
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 20px;
            color: #ccc;
        }
        .coradio input[type="radio"]:checked + label:before {
            content: '\f058'; /* Font Awesome check circle */
            color: #f9b82a;
        }
        .coradio label h4 {
            margin: 0;
        }
        .coaddressbox {}
        .coaddressbox .codetail {}
        .coaddressbox .corrt { float: right; display: flex; gap: 4px;} 
        .coaddressbox .corrt .cortext {  padding: 5px 15px; border: 1px solid #f9b82a; background: #f9f6ea; }
        .coaddressbox .corrt .cortbtn { display: none; }
        .coaddressbox .corrt .cortbtn .btn {padding: 6px 17px;}

        .cotitle {display: flex; justify-content: space-between;}
        .coaddnew {}
        .coaddnewbox {padding: 10px; margin-bottom: 10px; border: 0px solid #f2ecd3; background: #f9f6ea; }

        .paybox {padding: 10px; margin-bottom: 10px; border: 0px solid #ccc; background: #f9f6ea;}
        
        .billingaddress {padding: 10px; margin-bottom: 10px; border: 0px solid #ccc; }
        .show {display: block;}
        .hide {display: none;}

        .image-additional { border: 1px solid #666; }
        .slick-list {margin: 0 2px;}


     

      @media (max-width: 767px) {
        #content {min-height: auto;}
        ul.profile-list.mbneg {flex-direction: column;}
        .cartpanel .carqty .form-control {height: 38px;}
        .coaddressbox .corrt { float: none; margin-bottom: 10px;} 
        .coaddressbox .corrt .cortbtn .btn {padding: 7px 17px;}
      }

      @media (max-width: 480px) {
        .cartpanel {display: flex; flex-wrap: wrap;}
        .cartpanel .content {flex:0 0 calc(100% - 114px)}
        .cartpanel .carqty {flex: 0 0 100%; justify-content: space-between; display: flex; margin-top: 5px;}
        .carqty .cartbtn {}
        .cartpanel .content .cartbtn {display: none;}
        .cotitle {flex-direction: column;}

        .ticker {flex-direction: row; }

        .ticker-item { padding: 10px 10px; display: flex; flex-direction: column; align-items: center;
            flex: 0 0 calc(100%/3 - 2px);  font-size: 12px; text-align: center;}
        #cart .dropdown-menu {
            width: 312px; right: -36px;
        }
    }

        .coption { padding: 6px 15px; }
    .coption label {border: 1px solid #ccc; padding: 10px 15px !important; border-radius: 4px;}
    .coption label.active {border: 1px solid #f7b62a; background: #f7b62a;}
    .coption label .fa {margin-right: 5px;}
    .coption input { display: none; }

 .reviewbox { margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dashed #ccc; }
.reviewbox:last-child { border-bottom: none !important; }
.revavtar { background: #ccc; display:inline-block; padding: 4px;
width: 36px; height: 36px; border-radius: 24px; display: flex; align-items: center; justify-content: center; }
.revavtar .fa { font-size: 18px;}
.revtitle { display: flex; align-items: center; }
.revtxt { margin-left: 10px; font-weight: 600; }
.revstar {}
.revdtd { font-size: 13px; color: #666; margin-bottom: 4px; }
.revbox { display: flex; justify-content: start; flex-flow: row wrap; gap: 10px; margin: 10px 0; }
.revbox .revpic { width: 100px; height: 100px; }
.revbox .revpic img {width: 100%; height: 100%; object-fit: cover;}

.toast {position: fixed !important;
  top: 10px !important;
  right: 20px; 
  left: auto !important;
  z-index: 1050;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease-in-out;
  display: block;
  max-width: 330px;
  }
.cat-sort label {margin-top: 6px;}

.mobBotnav {position: fixed; bottom: 0;left: 0; right: 0; width: 100%; background: #000; padding: 10px;
        display: flex; justify-content: space-between; z-index: 10;}
.mobBotnav a { color: #fff; padding: 4px 12px;}
.mobBotnav a .fa {font-size: 24px;}
.mobBotnav a:hover .fa, .mobBotnav a.active .fa {color:#fcd7a1}

.d-none {display: none;}
.mobpanelbox { background: var(--background-color); padding: 15px; position: fixed; top: 0; left: 0; right: 0; 
height: calc(100vh - 48px); overflow-y: auto; z-index: 10; }
.mobpanelbox h3 {display: flex; justify-content: space-between; align-items: center;}
.mobpanelbox h3 .close-btn { font-size: 20px; cursor: pointer;}


.form-group {position: relative;}
.sortgroup {display: flex; flex-flow: wrap; gap: 10px;}
.logbox {box-shadow: 0 4px 12px -2px rgba(0,0,0,0.15);  border-radius: 4px;}
.logbox h2 { text-align: center;
  background: #f9b82a;
  padding: 14px;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;}

@media (min-width: 992px) {
    .mobBotnav, .mobpanelbox {display: none;}
}


@media (max-width: 991px) {
    .scrollToTop {right: 26px; bottom: -2px;}
    .cat_info {display: none;}
    #filter-web {display: none;}
    #menu {float: right;}
}

@media (max-width: 767px) {
    .sortgroup {flex-direction: column;}
    .text-right.show-text, .text-right.show-select {float: none;}
}

.whatsapp-chat {
    /*   background: #009688; */
    text-decoration: none;
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 16%;
    right: 10px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.1;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 3px 3px 8px rgb(36 37 40 / 70%);
}

.whatsapp-chat svg {
    transform: scale(1.15);
    margin: 0 7px 0 0;
    animation: chat 1s infinite;
}

@keyframes chat {
    0% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 769px) {
    a.whatsapp-chat {
        right: 7px;
        font-size: 12px;
        padding: 9px 10px;
    }
}
.socalicon img {width: 62px;}
.socialbox {}
.orline {margin: 16px auto; text-align: center; position: relative;} 
.orline span {background: #fff;
  padding: 8px;
  position: relative;
  z-index: 1;}
.orline::after {
  content: '';
  height: 1px;
  background: #ccc;
  width: calc(100% - 32px);
  position: absolute;
  left: 16px;
  bottom: 8px;
}


.webview { display: block; }
.mobview { display: none; }
@media screen and (max-width: 769px) {
    .webview { display: none; }
    .mobview {display: block;}
}

#exampleModalLongTitle { color: #f9b82a;}
.modal-body {color: #333}

.order-tracking.cancelled p{color: #000;}
.order-tracking.cancelled .is-complete{
  border-color: #ce1e1e;
  border-width: 0px;
  background-color: #ce1e1e;
}
.order-tracking.cancelled .is-complete::after {
  content: '\2716';
  display: block;
  position: absolute;
  top: -4px;
  left: 9px;
  font-size: 16px;
  color: #fff;
 opacity: 1;
  border: 0 !important;
  transform: rotate(0deg);
}
.order-tracking.cancelled::before {background-color: #ccc;
  width: 110%;
  left: -60%;
  transform: translateX(-10%);}

.close {opacity: 1;}


.delvtool {margin: 16px 0;}
.Delivery-tooltip{
    font-size: 18px;
    font-weight: bold;
    color: #f9b82a;
    margin-bottom: 0px;
}
.questiontick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: black; 
  color: white;
  text-decoration: none;
}

.questiontick span {
  font-size: 11px;
  font-weight: normal;
}
a.questiontick:hover {
    color: #fff;
    text-decoration: none;
}
.tool-date{
    color:hsl(106.92deg 88.64% 17.25%); 
    font-size: 16px;
    font-weight: normal;

}



