body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #777777;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #232323;
    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: #232323;
}
a:hover {
    text-decoration: none;
}
.fa {
    font-size: 14px;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    border-color: #e1e1e1;
}
label {
    font-size: 14px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline;}
a:focus, a:hover, div:focus, button:focus, img:focus {
    text-decoration: none;
    outline: none;
    color: #0b8cf6;
}
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, a:focus, button: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: #222;
    color: #fff;
}
::selection {
    background-color: #222;
    color: #fff;
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop i {
    font-size: 24px;
}
.scrollToTop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    color: #fff;
    z-index: 5;
    background-color: #000;
    height: 40px;
    padding: 6px;
    width: 40px;
    text-align: center;
}
.back-to-top:hover {
    opacity: .7;
    color: #fff;
}

/*----------------------------------------------*/
/* 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: #fff;
    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: #fff;
    vertical-align: middle;
}
@media (max-width: 991px){
    .quickview-wrapper{
        width: 90%;
    }
}

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

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.newsletter-content {
    background: url(../image/mahardhi/newsletter-bg.jpg) no-repeat;
    background-size: cover;
}
.newsletter-content-innner {
    padding: 48px 20px;
    width: 50%;
    margin: 0 0 0 auto;
    text-align: left
}
.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: #fff;
    background-clip: padding-box;  
    border-radius:0;  
}
.newsletter-popup .modal-dialog{
    margin:20px auto;
    max-width: 700px;
    text-align: center;
}
.newsletter-btn-close.close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: #0b8cf6;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-size: 18px;
}
.newsletter-btn-close.close:hover{
    background: #232323;
}
.newsletter-popup .modal-body{
    padding: 0; 
}
.newsletter-content h3{
    font-size: 30px;
    margin: 0;
    font-weight: 400;
    color: #fff;
}
.newsletter-content p{  
   margin: 12px 0 15px 0;
    font-weight: 400;
    color: #fff;
}
.newsletter-content input[type="text"] {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #e1e1e1;
    padding: 0 10px; 
}
.newsletter-content .btn{    
    text-transform: capitalize;
    font-weight: 500;
    margin: 20px auto; 
}
.newsletter-content-bottom {
    color: #fff;
}
.modal-open .modal{
    overflow: unset;
}
.modal-open {
    overflow: unset!important;
    padding-right: 0!important;
}
.newsletter-content-innner .alert {
    margin: 0 0 10px;
    position: relative;
    width: 100%;
}
.newsletter-content .newsletter_usr_popup_email{
    background-color: #fff;
    height: 38px;
    border: none;
    background: #fff;
    padding: 10px 15px;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 100%;
}
@media (min-width: 768px){
    .newsletter-popup .modal-dialog{
        width: 700px;
    }
}
@media (max-width: 680px){
    .newsletter-content-innner {
        padding: 20px;
        width: auto;
        background: rgba(0,0,0,.5);
    }
    .newsletter-popup .modal-dialog {
        width: 90%;
    }
    .newsletter-content p{
        margin: 8px 0 11px 0;
    }
    .newsletter-content{
        padding: 20px;
    }
    .newsletter-content h3 {
        font-size: 20px;
    }
}

/*----------------------------------------------*/
/* top */
/*----------------------------------------------*/
header {
    position: relative;
    text-align: center;
    background: #0b8cf6;
}
.header-top {
    padding: 23px 0 26px 0;
}
#top .btn-group {
    vertical-align: top;
}

/* top */
#top {
    background: #2498f7;
    color: #fff;
    padding: 10px 0;
}

/* top left */
.top-left {
    display: inline-block;
}

/* top right */
.top-right {
    float: right;
}
.top-right > * {
    display: inline-block;
    vertical-align: top;
}
#top button.dropdown-toggle{
    padding: 0;
    color: #fff;
}
#top .drop-text {
    padding: 0 0 0 5px;
}
.language .dropdown-toggle:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}
#top button.dropdown-toggle:hover,
#top button.dropdown-toggle:focus{
    color: #f0d000;
}

/* header center */
#logo {
    float: left;
    text-align: center;
}
#logo a {
    display: inline-block;
    vertical-align: top;
}

/*header right*/
.header-links {
    float: right;
    display: flex;
    width: 80%;
    justify-content: flex-end;
    align-items: center;
}
.search-icon{
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

/* search */
/*--mahardhi--*/
#mahardhiSearch,
#search{ display: flex; width: 100%; }
#mahardhiSearch > *,
#search > *{
    display: block; }
#mahardhiSearch .btn-search,
.btn_search .input-group-btn{
    background: #f0d000;
    width: auto;}
.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: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
/*---------*/
#mahardhiSearch select.form-control.input-lg {
    padding: 10px;
    line-height: 1.42857143;
    /*width: auto;*/
    color: #8e8e8e;
}
.btn_search{
   display: inline-block;
    position: relative;
    max-width: 570px;
    width: 100%;
}
.btn_search .form-control{
    padding: 10px 15px;
    height: 42px;
    border: none;
}
.btn_search .btn-search .fa.fa-search,
.btn_search .input-group-btn .fa.fa-search{
    display: none;
}
.btn_search .input-group-btn .btn-default {
    background: url(../image/mahardhi/sprit.png) -28px -122px;
    padding: 11px;
    height: 42px;
    width: 45px;
}
.category-search{
    position: relative;
}
.category-search:after {
    border-left: 1px solid #e1e1e1;
    content: "";
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
}
button.btn_search {
    background: transparent;
    padding: 0;
    border: none;
}
.search-icon:hover{
    background: url(../image/mahardhi/sprit.png) -10.4% -58px;
}
.search-icon.active {
    background: unset;
}
.search-icon.active:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 16px;
    padding: 0 4px;
}
#search .btn_search {
    background:url(../image/mahardhi/header-icon.png) 6px -43px no-repeat transparent;
    height: 25px;
    width: 30px;
    z-index: 9;
    position: relative;
    cursor: pointer;
}
#search .box-content {
    width: 250px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 11;
    top: 32px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#search .box_content .btn-default.btn-lg {
    background: none;
    padding: 10px 15px;
    border:none;
    color: #222222;
    box-shadow: none;
}
.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: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
@media (max-width: 1199px) and (min-width: 992px){
    .btn_search{
        max-width: 420px;
    }
    #mahardhiSearch select.form-control.input-lg{
        width: 110px;
    }
}

/*cart*/
.cart-account {
    display: flex;
}
.header_cart {
    margin: 0 30px 0 30px;
}
#cart > .btn:before,
#header_ac > a:before{
    content: "";
    height: 25px;
    width: 27px;
    float: left;
    margin-right: 5px;
}
#cart > .btn:before{
    background: url(../image/mahardhi/sprit.png) no-repeat scroll -41px -39px;
}
#cart > .btn:hover:before {
    background: url(../image/mahardhi/sprit.png) no-repeat scroll 90.6% -39px;
}
#cart > .btn {    
    background: transparent;
    padding: 0;
    box-shadow: none;
    line-height: 25px;
}
.header_cart .cart_block .cart-total {
    display: block;
    color: #171717;
    padding-left: 45px;
    text-align: left;
    font-weight: 700;
    line-height: 14px;
}
#cart > .btn:hover .cart_block .cart-total{
    color: #0b8cf6;
}
#cart > .btn:hover #cart-total,
#header_ac:hover > a{
   color: #f0d000;
}
#cart .dropdown-menu {
    top: 30px;
    overflow: hidden;
    display: none;
    background: #fff;
    z-index: 1001;
    border-radius: 0;
    margin: 0;
    padding: 0px;
    width: 300px;
    box-shadow: none;
    border: 1px solid #e1e1e1;   
}
#cart.open .dropdown-menu {
    display: block;
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
}
#cart .dropdown-menu li p {
    margin: 0;
    font-size: 14px;
}
.product-cart-empty {
    padding: 20px 0;
    color: #232323;
}
.header_cart i.fa.fa-shopping-cart {
    display: none;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 260px;
    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: #ffffff;
}
#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 #e1e1e1;
    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: #222;
}
#cart .dropdown-menu li td,
td.cart-total-price {
    font-size: 14px;
    font-weight: 600;
}
#cart .img-thumbnail {
    border: none;
    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;
}
.product-cart-info {
    margin-top: 8px;
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
    color: #0b8cf6;
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: #0b8cf6;
}
#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: #fff;
    color: #222;
    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;
}
.product-cart-button {
    padding: 0px 0px 20px 0px;
}
.dropdown-menu {
    border-radius: 0;
    background: #fff;
    z-index: 1001;
    margin: 0;
    box-shadow: none;
    border: 1px solid #e1e1e1;   
}
@media only screen and (max-width: 1199px){
    .header_cart {
        margin: 0 10px 0 19px;
    }
}
@media only screen and (max-width: 991px){
    #top .top-right,
    .top-right .pull-left,
    .top-right .pull-left{
        float: unset!important;
    }
    #top .top-right > * {
        display: block;
        border-top: 1px solid #e1e1e1;
        padding: 10px 0;
    }
    #top .drop-text {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 540px){
    #cart-total span,
    #header_ac > a .account_menu{
        display: none;
    }
    #cart > .btn:before, #header_ac > a:before{
        margin: 0
    }
    #cart-total {
        position: absolute;
        background: #fff;
        height: 17px;
        line-height: 17px;
        padding: 0px 1px;
        border-radius: 25px;
        right: 0px;
        color: #232323;
        top: -5px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 375px){
    #cart .dropdown-menu{
        right: -45px;
    }
}

/*account*/
#header_ac > a:before {
    background: url(../image/mahardhi/sprit.png) -38px -88px;
}
#header_ac:hover > a:before{
    background: url(../image/mahardhi/sprit.png) 91.4% -88px;
}
#header_ac > a{
    color: #fff;
    line-height: 25px;
}
#header_ac .dropdown-menu {
    margin: 0;
    top: 30px;
    padding: 10px 0;
}
.dropdown-menu li> a {
    color: #000;
    padding: 5px 20px;
}
#header_ac .pull-left {
    padding: 0 8px;
}
ul.curr,
ul.lang {
    top: 30px;
    right: 0;
    left: auto;
}
#header_ac .curr li,
#header_ac .lang li {
    list-style-type: none;
    margin: 5px 5px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
    padding: 7.5px 15px;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover{
    color: #f0d000
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #0b8cf6;
}
@media (min-width: 992px){
    #top .language .dropdown-toggle{
        margin: 0 0 0 15px;
        padding: 0 0 0 15px;   
    }
}
@media only screen and (max-width: 991px){
    .header-links{
        width: 100%;
    }
    .btn_search{
       max-width: unset;
    }
    .cart-account {
        float: right;
        padding: 8.5px 0;
    }   
    #logo {
        padding: 0 0 0 19px;
    }
    .header-top,
    #top{
        padding: 14px 0;
    }
}
@media (max-width: 600px){
    #mahardhiSearch select.form-control.input-lg{
        width: 85px;
        font-size: 12px;
        padding: 10px 5px;
        line-height: 1;
    }
}
@media (max-width: 375px){
    #logo {
        width: 179px;
    }    
    .cart-account{
        padding: 5.5px 0;
    }
}

/*----------------------------------------------*/
/* contact */
/*----------------------------------------------*/
header .contact {
    float: right;
    text-align: right;
    padding: 10.5px 15px;
    background: #f0d000;
}
header .contact a {
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 500;
}
header .contact a:before {
    background: url(../image/mahardhi/sprit.png) -40px -181px;
    content: "";
    height: 20px;
    width: 15px;
    float: left;
}
header .contact:hover a{
    color: #0b8cf6;
}
header .contact:hover a:before {
    background: url(../image/mahardhi/sprit.png) 91% -181px;
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service-box {
    margin: 68px 0 20px;
    display: flex;
}
.service-item {
    display: flex;
    width: 33.33%;
    position: relative;
    justify-content: center;
    background: #f6f6f6;
    padding: 22px 15px;
}
.service-box > div:hover .service h6{
    color: #0b8cf6;
}
.service-box > div:nth-child(2){
    margin: 0 20px;
}
.service {
    text-transform: capitalize;
}
.service h6 {
    font-size: 18px;
    color: #232323;
    margin: 3px 0;
    line-height: 20px;  
}
.service-content span {
    color: #777777;
}
.service-icon {
    display: inline-block;
    width: 45px;
    height: 40px;
    margin-right: 15px;
}
.service-content {
    display: inline-block;
    vertical-align: top;
}
.service-box > div:nth-child(1) .service-icon{
   background: url(../image/mahardhi/sprit.png) -40px -42.2%;
}
.service-box > div:nth-child(2) .service-icon{
    background: url(../image/mahardhi/sprit.png) -39px -35%;
}
.service-box > div:nth-child(3) .service-icon{
    background: url(../image/mahardhi/sprit.png) -34px -28%;
}
.service-box > div:nth-child(1):hover .service-icon{
    background: url(../image/mahardhi/sprit.png) 90.3% -42.2%;
}
.service-box > div:nth-child(2):hover .service-icon{
    background: url(../image/mahardhi/sprit.png) 90.5% -35%;
}
.service-box > div:nth-child(3):hover .service-icon{
    background: url(../image/mahardhi/sprit.png) 91.6% -28%;
}
@media (max-width: 1199px){
    .service-item{
        padding: 15px 9px;
    }
}
@media (max-width: 991px){
    .service-box{
        margin: 10px 0 20px;
    }
    .service h6{
        font-size: 16px;
    }
}
@media (max-width: 767px) and (min-width: 541px){
    .service-box > div:nth-child(2) {
        margin: 0 10px;
    }
    .service h6 {
        font-size: 14px;
    }
    .service-content span{
        font-size: 12px;
    }
}
@media (max-width: 991px) and (min-width: 541px) {
    .service-icon{
        display: block;
        margin: 0 auto 10px auto;
    }
    .service{
        text-align: center;
    }    
}
@media (max-width: 540px){
     .service-item{
        width: 100%;
        justify-content: start;
    }
    .service-box{
        display: block;
    }
    .service-box > div:nth-child(2){
        margin: 15px 0;
    }
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
#menu {
    border: none;
    border-radius: 0;
    /*text-transform: capitalize;*/
    margin: 0 9px;
    float: left;
    min-height: auto;
}
#menu .nav > li > a {
    color: #fff;
    padding: 6px 32px 15px;
    font-size: 16px;
    border-radius: 0;
    background: transparent;
    font-weight: 500;
}
#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: #0b8cf6;
    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: 8px;
    color: #a4a4a4;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #e1e1e1;
    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: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
@media (min-width: 992px) {
    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu > a {
        font-weight: 600;
        color: #232323;
    }
    #menu .nav > li:hover > a,
    #menu .nav > li.open > a {
        color: #232323;
    }
    #menu .dropdown-inner a {
        display: block;
        padding: 5px 15px;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        min-width: 200px;
        text-align: left;
        color: #777;
    }
    #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
        display: none;
    }
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner{
        top: 50px;
        left: 0px;
        min-width: 200px;
        z-index: 999;
        text-align: left;
        right: auto;
        padding: 10px 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: #fff;
        border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        box-shadow: none;
        border: 1px solid #e1e1e1;        
    }
    #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;
    }     
    #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;
        padding: 10px 0;
    }
    #menu .nav > li:first-child > a {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    #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-close {
        background: #0b8cf6;
        padding: 10px 20px;
    }
    .menu-close .menu-title {
        font-size: 16px;
        font-weight: 500;
    }
    .menu-close .fa {
        font-size: 20px;
        float: right;
    }
    #menu{
        margin: 0;
    }
    #menu .btn-navbar {
        margin: 0;
        box-shadow: none;
        /*padding: 10px 0;*/
        display: block;
        color: #fff;
    }
    .fa-bars {
        font-size: 20px;
    }
    #menu .nav > li > a,
    #menu #topCategoryList .dropdown-inner a,
    #top .top-right button.dropdown-toggle{
        color: #232323;
        font-weight: 500;       
        padding: 10px 20px;
        display: block;
        font-size: 14px;
        float: unset;
    }
    #topCategoryList {
        background: #fff;
        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 #topCategoryList ul {
        float: none;
        display: block;
        text-align: left;
        margin: 0;
        background: transparent;
    }
    #menu #topCategoryList ul.navbar-nav{
        padding: 10px 0;
    }
    #menu .dropdown-inner,
    #navCategory .dropdown-inner {
        display: block; 
    }
    #topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
        display: block;
        padding: 0 15px;
    }
    #topCategoryList .dropdown.menulist .dropdown-menu {
        position: relative;
        float: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: none;
        padding: 0;
    }
    #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
        display: none; 
        position: unset;
        border: none;
        padding: 0 15px;
    }
    #topCategoryList li .toggle-menu {
        position: absolute;
        right: 15px;
        color: #232323  ;
        top: 8px;
        padding: 2px 6px;
    }
    #topCategoryList li.sub-menu-item .toggle-menu {
        right: 25px;
    }
    #topCategoryList .dropdown-submenu > .fa {
        display: none;
    }
    #topCategoryList ul li {
        float: none;
    }
    #topCategoryList #more_cat {
        display: none;
    }
    #top .top-right button.dropdown-toggle{
        padding: 5px 20px;
    }
    #menu #topCategoryList ul.curr,
    #menu #topCategoryList ul.lang{
        position: unset;
        border: none;
        padding: 0 20px;
    }
}
@media (max-width: 540px){
    #topCategoryList{
        max-width: 280px;
    }
}
@media (max-width: 375px){
    #menu .btn-navbar{
        padding: 7px 0;
    }
}

/*----------------------------------------------*/
/* slider start */
/*----------------------------------------------*/
.slide-banner {
    padding-top: 20px;
}
.common-home .swiper-viewport {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
@media (min-width: 681px){   
    .slideshow {
        width: 65.4%;
        float: left;
        clear: both;
    }
    .outer-banner.html1 {
        width: 34.6%;
        float: left;
        position: relative;
        padding-left: 20px;
    }
    .outer-banner.html1 .banner2 {
        padding-top: 20px;
    }
}

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
/* start banner1 */
.outer-banner.html1 .inner1,
.html2 .inner1,
.html3 .inner1{
    position: relative;
    overflow: hidden;
}
.outer-banner.html1 .inner1 a:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.outer-banner.html1 .inner1 a:before{
   content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.outer-banner.html1 .inner1 a:hover:after,
.outer-banner.html1 .inner1 a:hover:before{
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
}
/* end banner1 */

/* start banner2 */
.banner-outer.html2,
.banner-outer.html3{
    margin: 20px 0 99px;
    position: relative;
}
.banner-outer > div {
    float: left;
}
.banner-outer.html2 > div {
    width: 50%;
}
.banner5 {
    width: 66.155%;
}
.banner6 {
    width: 33.847%;
}
.banner3,
.banner5 {
    padding-right: 10px;
}
.banner4,
.banner6 {
    padding-left: 10px;
}
.html2 a:before,
.html3 a:before{
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
}
.html2 .inner1:hover a:before,
.html3 .inner1:hover a:before{
   background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}
@media only screen and (max-width: 991px){
    .outer-banner .cms_text1, .outer-banner .cms_subtitle{
        font-size: 30px;
        line-height: 30px;
    }
    .banner-outer{
        margin: 30px 0 60px;
    }
    .banner-outer.html2, .banner-outer.html3{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 680px){  
    .outer-banner.html1{
        padding-top: 20px;
    }
    .outer-banner.html1 .content_cms > div {
        float: left;
        width: 50%;
    }  
    .outer-banner.html1 .banner1,
    .banner3,
    .banner5{
        padding-right: 5px;
    }
    .outer-banner.html1 .banner2,
    .banner4,
    .banner6{
        padding-left: 5px;
    }
}
@media only screen and (max-width: 480px){ 
    .banner-outer.html2 > div,
    .banner-outer.html3 > div{
        width: 100%;
        padding: 0;
    }
    .banner-outer.html2 .banner3,
    .banner-outer.html3 .banner5{
        padding-bottom: 10px;
    }
    .banner6 img{
        margin: 0 auto;
    }
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.news {
    background: #2498f7;
    padding: 20px 0;
}
.newsletterblock .title-text {
    font-size: 27px;
    margin: 0;
    font-weight: 500;
    color: #fff;
    text-transform: inherit;
}
#frmnewsletter {
    padding-left: 0;
}
.subscribe-form #newsletter_usr_email{
    height: 40px;
    border: none;
    padding: 10px 15px;
    background: #f5f5f5;
}
.newsletterblock .block-content button.btn {
    background: #f0d000;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 24px;
    margin-left: 6px;
    color: #232323;
}
.subscribe-form {
    position: relative;
    display: flex;
}
@media (min-width: 1441px){
    .newsletter-form.block-content{
        padding: 0 25px;
    }
}
@media only screen and (min-width: 992px){
   .newsletter-form.block-content {
        display: flex;
        align-items: center;    
    }
    .newsletterblock .title-text:before {
        content: "";
        background: url(../image/mahardhi/sprit.png) -41px -19.5%;
        height: 30px;
        width: 42px;
        float: left;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1441px){
    .newsletterblock .title-text{
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px){
    #frmnewsletter,
    .newsletterblock .title-text{
        padding: 0;
        text-align: center;
    }
    .newsletterblock .title-text{
        padding-bottom: 10px;
    }
}
@media only screen and (max-width:480px){
    .newsletterblock .title-text{
        font-size: 20px;
    }
}

/*----------------------------------------------*/
/* buttons */
/*----------------------------------------------*/
.buttons {
    margin: 1em 0;
}
#tab-review .buttons {
    margin: 1em 0 0;
}
.btn {
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;}

.btn-lg {
    padding: 10px 16px;
    font-size: 14px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary {
    width: auto;
    border: none;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    background: #0b8cf6;
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
}
#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{
    background: #232323;
    color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #faa732;
}
.btn-danger {
    color: #fff;
    background-color: #da4f49;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
}
.btn-success {
    color: #fff;
    background-color: #5bb75b;
    background-repeat: repeat-x;
}
.btn-info {
    color: #fff;
    background-color: #0b8cf6;
    background-repeat: repeat-x;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #222;
    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: #fff;
    background-color: #363636;
    background-repeat: repeat-x;
    border-color: #222 #222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222;
}
.btn-link:focus,
.btn-link:hover {
    color: #0b8cf6;
    text-decoration: none;
    outline: none;
}

/* list group */
.list-group a {
    border: none;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #ffffff;
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.product-tab-block {
    position: relative;
    margin: 88px 0 79px 0;
}
.page-title h3,
.module-instagram h4{
    font-size: 27px;
    margin: 0;
    text-transform: capitalize;
    line-height: 27px;
    padding-bottom: 30px;
    font-weight: 500;
    color: #232323;
}
.page-title {
    position: relative;
}
.product-thumb {
    margin-bottom: 30px;
    position: relative;
}
.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:hover .button-group {
    opacity: 1;
}
.product-thumb .button-group {
    transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    opacity: 0; 
    position: absolute;
    top: 10px;
    left: 10px;
}
.product-thumb .button-group button {
    padding: 0;
    height: 25px;
    width: 25px;
    display: block;
    border: none;
}
.product-thumb .button-group button + button {
    margin-top: 7px;
}
.action_cart {
    position: absolute;
    opacity: 0;
    background: #0b8cf6;
    left: 0;
    right: 0;
    bottom: -33px;
    transition: 0.5s;
}
.action_cart.left-column {
    display: none;
}
.product-thumb:hover .action_cart {
    opacity: 1;
    bottom: 0;
}
.product-thumb .addcart{
    padding: 6.5px 17px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    width: 100%;
}
.product-thumb .addcart:hover,
.product-list .product-thumb .list-addcart.action_cart .addcart:hover{
    background: #232323;
}
.product-thumb .quickview-button{
    background: url(../image/mahardhi/sprit.png) -40px -54.5%;
}
.product-thumb .quickview-button:hover{
    background: url(../image/mahardhi/sprit.png) 91% -54.5%;
}
.pro_wish:before,
.pro_comper:before{
    content: "";
    height: 25px;
    width: 25px;
    float: left;
    margin-right: 5px;
}
.product-thumb .wishlist,
.pro_wish:before{
    background: url(../image/mahardhi/sprit.png) -37px -50.3%;
}
.product-thumb .wishlist:hover,
.pro_wish:hover:before{
    background: url(../image/mahardhi/sprit.png) 91.4% -50.3%;
}
.product-thumb .compare,
.pro_comper:before{
    background: url(../image/mahardhi/sprit.png) -38px -46.6%;
}
.product-thumb .compare:hover,
.pro_comper:hover:before{
    background: url(../image/mahardhi/sprit.png) 91.4% -46.6%;
}
.product-thumb .addcart.left-cart {
    display: none;
}
.thumb-description {
    position: relative;
}
.product-thumb .caption {
    position: relative;
    margin-top: 12px;
}
.product-thumb .price {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    color: #232323;
}
.product-thumb .price-new {
    margin-right: 5px;
    word-break: break-word;
}
.product-thumb .price-old {
    font-weight: 400;
    text-decoration: line-through;
    color: #777;
    font-size: 16px;
}
.product-thumb .product-title {
    margin: 6px 0 7px 0;
}
.product-thumb .product-title a{
    color: #777777;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}
.product-thumb .product-title a:hover,
#column-left .product-thumb .addcart:hover,
#column-right .product-thumb .addcart:hover{
    color: #0b8cf6;
}
.product-thumb .price-tax{
    display: none;
}
.product-thumb .rating {
    display: inline-block;
}
.product-thumb .caption .percent {
    color: #ec4b2b;
    float: right;
}
.bestseller .product-thumb .button-group,
.bestseller .percent{
    display: none;
}
.bestseller .product-thumb .image {
    float: left;
    width: 34.5%;
}
.bestseller .thumb-description{
    float: right;
    width: 65.5%;
    padding: 0 30px 0 20px;
}
.bestseller .action_cart{
    position: unset;
    opacity: 1;
    display: inline-block;
    margin-top: 20px;
}
.bestseller .product-thumb .caption{
    margin-top: 0;
}
.bestseller .product-thumb .product-title {
    margin: 7px 0px 10px;
}
@media (min-width: 601px){
    .bestseller .box-product .product-layout:before {
        content: "";
        position: absolute;
        height: 140px;
        width: 1px;
        background-color: #d9d9d9;
        top: 0;
        right: 40px;
    }
}

/*product tab*/
#tabs {
    position: absolute;
    right: 53px;
    top: 0;
}
.product-tab-block .nav-tabs {
    border: none;
    padding: 0;
}
.product-tab-block .nav-tabs>li{
    margin: 0;
}
.product-tab-block .nav-tabs>li + li{
    margin-left: 10px;
}
.product-tab-block .nav-tabs>li> a{
   border: none;
    font-weight: 400;
    font-size: 14px;
    padding: 3px 10px;
    color: #676767;
}
.mahardhi-tabs ul a.selected,
.mahardhi-tabs .nav-tabs>li> a:hover,
.mahardhi-tabs .nav>li>a:focus{
    color: #0b8cf6;
}
.nav-tabs>li> a {
    text-transform: capitalize;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: none;
    color: #777;
}
.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{
    border: none;
    background: #0b8cf6;
    color: #fff;
    border-radius: 0;
}

/*product hover */
.product-thumb .hover-img {
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    visibility: hidden;
}
.product-thumb:hover .hover-img {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    overflow: hidden;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    visibility: visible;
}
@media (max-width: 991px){
    .page-title h3,
    .module-instagram h4{
        line-height: 25px;
        font-size: 24px;
        padding-bottom: 20px;
    }
}
@media (max-width: 680px){
    .product-list .product-thumb .image img{
        width: auto;
        margin: 0;
    }
    .product-list .product-thumb .image{
        margin: 0 0 20px;
    }
}
@media (max-width: 600px){
    #tabs{
        position: unset;
        padding: 0 0 15px;
    }
    .product-tab-block .owl-carousel.owl-theme .owl-nav div{
        top: -40px;
    }
}
@media (min-width: 541px) and (max-width: 600px){
    .bestseller .product-thumb .image{
        width: 100px;
    }
    .bestseller .thumb-description{
        float: left;
        width: auto;
        padding: 0 5px 0 20px;
    }
}

/*---------------CountDown css--------------*/
.item-countdown{
    position: absolute;
    left: 0;
    right: 0;
}
.item-countdown div{
    position: relative;
    bottom: 0;
    opacity: 0;
    color: #232323;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.item-countdown div + div {
    margin-left: 5px;
}
.item-countdown div:nth-child(2){
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.item-countdown div:nth-child(3){
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.item-countdown div:nth-child(4){
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.special-countdown .product-thumb:hover .item-countdown div{
    bottom: 100px;
    opacity: 1;
}
.item-countdown div > b {
    font: 500 14px/20px "Poppins",Helvetica,sans-serif;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    background: #f5f5f5;
    box-shadow: 0px 0 5px 1px rgba(0,0,0,.1);
}
.item-countdown div:last-child {
    color: #f13340;
}
.item-countdown div > span{
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    display: none;
}
.qtyprogress {
    color: #000;
    font-size: 13px;
    line-height: normal;
    text-align: left;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
    z-index: 999;
}
.qtyprogress #QuantityAvailable {
    color: #777777;
}
.qtyprogress #quantity {
    font-weight: 600;
}
.progress{
    background: #e5e5e5;
    border-radius: 25px;
    -moz-border-radius: 25px; 
    -webkit-border-radius: 25px; 
    -khtml-border-radius: 25px;
    float: left;
    height: 10px;
    margin: 5px 0 0;
    width: 100%;
}
.progress-bar {
    background-color: #62ac01;
    border-radius: 25px;
    -moz-border-radius: 25px; 
    -webkit-border-radius: 25px; 
    -khtml-border-radius: 25px;
    height: 10px;
    width: 0;
}
@media (max-width: 540px) {
    .special-countdown .countdown-images,
    .special-countdown .thumb-description{
        width: 100%;
    }
}

/*----------------------------------------------
/* swiper pager */
/*----------------------------------------------*/
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev,
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
    opacity: 1!important;
    transition: 0s;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev{
    left: 20px!important;
    background: url(../image/mahardhi/sprit.png) -40px -78.7%;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
    right: 20px!important;
    background: url(../image/mahardhi/sprit.png) 90.6% -78.7%;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev:hover{
    background: url(../image/mahardhi/sprit.png) -40px -72.7%;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next:hover{
    background: url(../image/mahardhi/sprit.png) 90.6% -72.8%;
}
.slideshow .swiper-viewport .swiper-pager > div{
    text-shadow: none;
    height: 25px;
    width: 25px;
}
.swiper-pager i {
    font-size: 38px;
    color: #fff;
}
.swiper-pager > div:hover i{
    color: #f0d000;
}
.swiper-viewport {
    border: unset;
}
.swiper-pagination {
    display: none;
}
.slideshow  .swiper-slide img {
    width: 100%;
    max-width: 100%;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before{
    content:"";
}

/*carousel*/
.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-carousel.owl-theme .owl-nav div,
.instagram .slick-prev,
.instagram .slick-next{
    margin: 0;
    padding: 0;
    position: absolute;
    top: -54px;
    left: auto;
    right: 12px;
    background: transparent;
    height: 20px;
    width: 12px;
}
.owl-carousel.owl-theme .owl-nav div i{
    font-size: 26px;
}
.owl-carousel.owl-theme .owl-nav div:hover{
    background: transparent;
}
.owl-carousel .owl-nav > div:hover i{
    color: #0b8cf6;
}
#quick-carousel .owl-nav div i {
    font-size: 22px;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-prev,
.carousel .swiper-viewport .swiper-pager .swiper-button-next{
    height: 25px;
    width: 15px;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-next,
.owl-carousel.owl-theme .owl-nav .owl-next,
.instagram .slick-next{   
    background: url(../image/mahardhi/sprit.png) 90.8% 36%;
    transition: 0s;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-prev,
.owl-carousel.owl-theme .owl-nav .owl-prev,
.instagram .slick-prev{
    right: 40px;
    background: url(../image/mahardhi/sprit.png) -41px 36%;
    transition: 0s;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.instagram .slick-next:hover{
    background: url(../image/mahardhi/sprit.png) 90.8% 41%;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.instagram .slick-prev:hover{
    background: url(../image/mahardhi/sprit.png) -41px 41%;
}
.owl-carousel.owl-theme  .owl-nav .disabled {
    opacity: 0.6;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-prev{
    left: 0;
    right: auto;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-next{
    right: 0;
    left: auto;
}
.instagram .slick-prev,
.instagram .slick-next{
    top: -44px;
    right: 0;
}
.instagram .slick-prev{
    right: 28px;
}

/*dots*/
.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    background: #c3c2c2;
    border: 2px solid #f6f6f6;
    margin: 0 2px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    border-color: #0b8cf6;
    background: #0b8cf6;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
}
@media (max-width: 991px){
    .owl-carousel.owl-theme .owl-nav div{
        top: -43px;
    }
    .instagram .slick-prev,
    .instagram .slick-next{
        top: -33px;
    }
}

/*----------------------------------------------*/
/* Start Testimonial */
/*----------------------------------------------*/
.testimonial-block {
    padding: 95px 0 67px 0;
    background: #f6f6f6;
}
.testimonial-container .block_box{
    width: 75%;
    margin: 0 auto;
}
.testimonial-text {
    color: #777;
    font-size: 18px;
    line-height: 25px;
    margin: 13px 0 32px;
    padding: 0 89px;
    position: relative;
    font-style: italic;
}
.testimonial-author {
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 31px;
    font-style: italic;
    color: #0b8cf6;
}
.testimonial-text:after,
.testimonial-text:before {
    font-family: FontAwesome;
    position: absolute;
    color: #ececec;
    font-size: 45px;
    line-height: 40px;
}
.testimonial-text:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    transform: rotateX(180deg);
}
.testimonial-text:after {
    content: "\f10e";
    right: 10px;
    top: 0;
}
@media (max-width: 991px){
    .testimonial-container{
        width: 100%;
    }
    .testimonial-text{
        padding: 0 30px;
        margin: 15px 0 15px;
    }
    .testimonial-block{
        padding: 50px 15px;
    }
    .testimonial-container .block_box{
        width: 100%;
    }
    .testimonial-author{
        margin-top: 15px;
    }
     .testimonial-text:after,
    .testimonial-text:before{
        display: none;
    }
}
@media (max-width: 540px){   
   .testimonial-text {
        padding: 0;
    }
}

/*----------------------------------------------*/
/* brand */
/*----------------------------------------------*/
#carousel0 .swiper-slide img.img-responsive {
    opacity: 0.5;
    transition: .5s;
}
#carousel0 .swiper-slide img.img-responsive:hover {
    opacity: 1;
}
#carousel0 .swiper-slide{
    border-left: 1px solid #e1e1e1;
}
#carousel0 .swiper-slide.swiper-slide-active {
    border-left: none;
}
.carousel.brand {
    margin-bottom: 85px;
}
@media (max-width: 991px){
    .carousel.brand {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px){
    .brand .swiper-button-next.swiper-button-disabled,
    .brand .swiper-button-prev.swiper-button-disabled{
        opacity: .7;
    }
}

/*----------------------------------------------*/
/* Instagram */
/*----------------------------------------------*/
.module-instagram {
    margin: 65px 0 100px;
}
.instagram .slick-next:before,
.instagram .slick-prev:before {
    content: "";
}
@media (max-width: 991px){
    .module-instagram {
        margin: 10px 0 40px;
    }
}

/*----------------------------------------------*/
/* Category Feature */
/*----------------------------------------------*/
.cat-main {
    position: relative;
    margin: 97px 0 68px;
}
.category-thumb {
    border: 1px solid #e1e1e1;
    padding: 30px 0 9px 25px;
    display: flex;
    align-items: center;
}
.cat-main .tab-box-heading {
    position: absolute;
    right: 50px;
    top: 0;
}
.cat-main .tab-box-heading ul {
    border: none;
    padding: 0;
}
.category-featured .cat-sub ul{
    padding: 0;
    margin: 0;
}
.category-featured .cat-sub li {
    list-style: outside none none;
    position: relative;
    cursor: pointer;
}
.category-featured .cat-sub li a {
    padding: 0 0 8px 12px;
    position: relative;
    display: inline-block;
    color: #777;
    text-transform: capitalize;
    margin-left: 3px;
}
.category-featured .cat-sub li.more a,
.category-featured .cat-sub li a:hover{
    color: #0b8cf6;
}
.category-featured .cat-sub li.more a:before {
    background-color: #0b8cf6;
}
.category-featured .cat-sub li a:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #b0b0b0;
    left: 0px;
    top: 8px;
}
.category-thumb .images-hover.image {
    padding-left: 0;
    
}
.cat-title h4 {
    font-size: 18px;
    margin: 0 0 13px;
}
@media (max-width: 1440px){
    .category-thumb{
        padding: 20px 0 9px 0px;
    }
}

/*----------------------------------------------*/
/* Category Tab */
/*----------------------------------------------*/
.cat-main .tab-box-heading a {
    padding: 3px 20px;
    line-height: 21px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}
.cat-main .tab-box-heading .nav-tabs>li.active>a,
.cat-main .tab-box-heading .nav-tabs>li:hover a {
    color: #0b8cf6;
    background: transparent;
}
.cat-main .tab-box-heading li +li a:before {
    content: "";
    background: #929292;
    width: 1px;
    height: 11px;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
@media (max-width: 991px){
    .cat-main{
        margin: 40px 0 10px;
    }
}
@media (max-width: 767px){
    .cat-main .tab-box-heading{
        position: unset;
        text-align: center;
        margin-bottom: 20px;
    }
    .cat-main .tab-box-heading .nav>li {
        float: unset;
        display: inline-block;
    }
    .cat-main .owl-carousel.owl-theme .owl-nav div{
        top: -89px;
    }
}
@media (max-width: 375px){
    .cat-main .tab-box-heading a{
        padding: 3px 10px;
    }
}

/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.blog-info .image ,.image-blog {
    position: relative;
    overflow: hidden;
}
.blog-block .image,
.blog-block .image-blog{
    background: #232323;
}
.blog-block:hover .image img,
.blog-block:hover .image-blog img{
    opacity: 0.8;
}
.link_info {
    text-align: left;
    padding: 13px 0 0;
}
.blog-info {
    position: relative;
}
.blogdesk_info {
    padding: 20px 0 0 0;
}
.blog-block h4 {
    margin: 12px 0;
}
.blog-block h4 a:hover {
    color: #0b8cf6;
}
.blog-read {
    color: #0b8cf6;
    cursor: pointer;
    text-transform: capitalize;
}
.blog-read:hover{
    color: #232323;
}
.blog-block .blog-description h4 a {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}
.blog-block .blog-description .blogdesk_info{
    padding: 0;
}
.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: #fff;
    font-size: 18px;
    height: 40px;
    display: block;
    line-height: 40px;
    background: #0b8cf6;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    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;
    transform: translate(0,-50%);
}
.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: #232323;
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.pro-deatil{
    margin-bottom: 50px;
}
#blogcarousel .product-layout {
    padding: 0 10px;
}
#category-blogs .product-thumb:hover{ 
    box-shadow: none;
}
#category-blogs .blog-block h4,
h4.article-page-title {
    font-size: 20px;
    margin: 0 0 15px 0;
    text-transform: capitalize;
    font-weight: 500;
}
h4.article-page-title{
    margin: 20px 0 15px;
}
.caption-blog  p,
.info_blog p{
    margin: 0 0 15px;
}
.blogdesk_info .authore,
.blogdesk_info .date,
.blog-comment{
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
}
.blog-block img{
   transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.10);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
}
.blog-block:hover img{
    transform: scale(1.10);
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -o-transform: scale(1.10);
}
.blogdesk_info > * {
    border-right: 1px solid #e2e2e2;
    padding-right: 12px;
    margin-right: 12px;
}
.blogdesk_info > *:last-child{
    border: none;
}
.caption-blog a.blog-read {
    background: #0b8cf6;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}
.caption-blog a.blog-read:hover{
    background: #232323;
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
#content-blogs .thumbnails .thumbnail {
    border: unset;
    margin: 0;
    padding: 0;
}
#post_comment .leave-hedding, .comment_cust .leave-hedding {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
#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: #d5d5d5;
    text-align: center;
    line-height: 65px;
}
.comment_cust .comment-text .user_img i {
    font-size: 24px;
}
.comment_cust .comment-desc {
    padding-left: 80px;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.comment_cust .comment-desc .name {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.comment_cust .comment-desc .date {
    color: #777777;
}
.comment-text {
    padding: 10px;
    background: #f6f6f6;
    box-shadow: 4px 4px 0 rgba(0,0,0,.1);
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
footer {
    margin-top: 93px;
}
.footer-top {
    padding: 58px 0 0;
    background: #0b8cf6;
}
footer .footer-top a,
.footer-top .position-footer-right ul li{
    color: #fff;
}
footer a:hover,
footer a:focus {
    color: #f0d000;
}
footer h5 {
    text-transform: capitalize;
    font-size: 22px;
    margin: 8px 0 11px;
    color: #fff;
    position: relative;
    font-weight: 600;
}
footer .col-sm-3 a,
footer .col-sm-2 a{
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    line-height: 26px;
}
@media (min-width: 1200px){
    .footer-top .col-sm-4 {
        width: 44.74%;
    }
    .footer-top .col-sm-3 {
        width: 19.55%;
    }
    .footer-top .col-sm-2,
    .footer-top .col-sm-3.footer-right {
        width: 17.85%;
    }
}

/*footer top*/
.block-social {
    float: left;
}
.social_block a i {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.block-social li a {
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    text-align: center;
    width: 32px;
}
.block-social li.facebook a{
    background: #4d67a3;
}
.block-social li.twitter a{
    background: #25a7df;
}
.block-social li.g-plus a{
    background: #d74936;
}
.block-social li.linkdin a{
    background: #0178b5;
}
.block-social .social-links h2 {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    text-transform: unset;
    margin: 6px 0;
}
.social-links {
    padding: 0;
    margin: 0;
}
.social-links ul{
    padding: 0;
    margin: 0;
    display: inline-block;
}
footer .position-footer-left ul p {
    line-height: 24px;
    margin: 25px 95px 0 3px;
    color: #fff;
}
li.social_block {
    display: inline-block;
}
.social-links li +li {
    margin-left: 15px;
}
.block-social p {
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
}

/* footer right */
.position-footer-right ul li + li {
    margin-top: 10px;
}
.footer-top .position-footer-left ul li > div {
    position: relative;
    display: flex;
    color: #fff;
}
.footer-top .position-footer-left ul li + li > div{    
    margin-top: 15px;
}

/* footer bottom*/
.footer_bottom {
    color: #fff;
    text-align: center;
    /* padding-top: 62px; */
}
.payment {
    float: right;
    line-height: 32px;
}
.footer_link li {
    display: inline-block;
    position: relative;
}
.footer_link li a {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
}
.footer_link li + li a:before{
    content: "";
    background: #fff;
    width: 1px;
    height: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}
.footer_link li a {
    padding: 0 10px 0 15px;
}
.social-payment {
    border-top: 1px solid #6c9dfa;
    border-bottom: 1px solid #6c9dfa;
    padding: 25px 0;
}
footer .footer_bottom p{
    margin: 0;
    display: inline-block;
    line-height: 32px;
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}
ul.footer_link {
    margin: 0;
    padding: 30px 0;
}
@media (max-width: 1440px){
    .block-social .social-links h2{
        display: none;
    }
    li.social_block{
        margin-left: 10px;
    }
}
@media (max-width: 1199px){
    footer .position-footer-left ul p{
        margin-right: 0;
    }
}
@media (max-width: 991px){
    .footer-top {
        padding: 0 0 5px;
    }
    footer h5 {
        position: relative;
        margin: 0 0 5px;
        font-size: 20px;
    }
    .footer-top .col-sm-3,
    .footer-top .col-sm-2,
    .footer-top .col-sm-4{
        width: 100%;
        float: unset;
        margin: 20px 0;
    }   
    ul.footer_link {
        margin: 0;
        padding: 15px 0;
    }
    footer {
        margin-top: 60px;
    }
    .position-footer-left ul.list-unstyled {
        display: block!important;
        text-align: center;
    }
    footer .position-footer-left ul p{
        margin: 10px 0 0 0;
    }
    .footer_bottom{
        padding-top: 10px;
    }
    .social-payment{
        padding: 12px 0;
        margin-bottom: 15px;
    }
    footer .footer_bottom p{
        line-height: 20px;
    }
}
@media (max-width: 540px){
    .social-payment.clearfix > * {
        float: unset;
        width: 100%;
    }
    .payment{
        padding-top: 10px;
    }
    .footer_link li a {
        padding: 0 5px 0 10px;
    }
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 10px;
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
    background: #f6f6f6;
    text-align: center;
    padding: 43px 0;
    margin-bottom: 50px;
}
.breadcrumb {
    padding: 0;
    font-size: 14px;
    border: none;
    background: transparent;
    margin: 0;
    display: inline-block;
}
.breadcrumb > li {
    position: relative;
}
.breadcrumb a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}
.breadcrumb li:last-child a,
.breadcrumb a:hover{
    color: #0b8cf6;
}
.breadcrumb i.fa.fa-home {
    font-size: 16px;
}
.breadcrumb > li + li:before {
    content: "/";
    color: #888888;
    padding: 0px 8px 0px 3px;
}
@media (max-width: 991px){   
    .breadcrumb-back{
        margin-bottom: 30px;
    }
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
/*categories*/
#column-left > div,
#column-right > div {
    margin: 0 0 30px;
    border: none;
    box-shadow: none;
    width: auto;
    padding: 0;
}
#column-left > div:last-child,
#column-right > div:last-child{
    margin-bottom: 0;
}
#column-left .box-content,
#column-right .box-content{
    margin: 0;
}
#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
    padding: 12px 12px;
    margin: 0;
    font-size: 24px;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    color: #fff;
    font-weight: 500;
    border: none;
    background: #0b8cf6;
    border-radius: 0;
    line-height: 1.1;
}
#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: #f0d000;
    text-decoration: none;
    background-color: transparent;
    border-color: #e1e1e1;
}
.category-list #selectMe-desk,
.filter_box,
#column-left .block_box,
#column-right .block_box,
.account-content .list-unstyled,
.sidebar .list-unstyled{
    padding: 10px 20px;
}
#column-left .block_box,
#column-right .block_box,
.filter_box{
    padding: 20px;
    margin: 0;
}
.category-list .list-group-item,
.sidebar li, .account-content .list-group a{
    border: none;
    color: #232323;
    font-size: 14px;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 5px 0;
    text-transform: capitalize;
}
.category-list .list-group-item{
    padding: 0 0 10px 0;
}
.category-list #selectMe-desk > li > a.list-group-item{
    padding: 10px 13px 10px 0;
    font-weight: 500;
    font-size: 16px;
}
.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: #222222;
    font-size: 12px;
    position: absolute;
    right: 5px;
    padding: 0 5px;
}
.parent .active .open-menu::after {
    color: #222222;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 14px;
}
.parent .open-menu::after {
    color: #222222;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
}

/*REFINE SEARCH*/
.panel-default.filter {
    border: none;
}
.panel {
    border-radius: 0;
    box-shadow: none;
}
.filter_box .list-group a {
   color: #0b8cf6;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0 0 15px;
    background: transparent;
}
.filter_box .list-group-item {
    border: none;
    padding: 0px;
    background: transparent;
}
.filter_box .list-group-items + .list-group-items {
    border-top: 1px solid #e1e1e1;
    margin: 15px 0 0;
    padding: 19px 0 0;
}
.checkbox label, .radio label {
    text-transform: capitalize;
    color: #777;
    font-weight: 400;
}
.filter_box .checkbox+.checkbox,
.filter_box .radio+.radio{
    margin-top: 10px;
}
#filter .panel-footer {
    text-align: left;
    padding: 0;
    background: transparent;
}

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

/*INFORMATION*/
.sidebar li a:hover,
.account-content .list-group a:hover{
    color: #0b8cf6;
}

/*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 {
    margin: 0;
    box-shadow: unset;
}
#column-left .product-layout + .product-layout .product-thumb,
#column-right .product-layout + .product-layout .product-thumb {
    margin: 20px 0 0 0;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
    float: left;
    width: 32.2%;
    margin-right: 15px;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 62%;
    padding: 0;
}
#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title{
    margin: 0;
}
#column-left .quickview-button,
#column-right .quickview-button,
#column-left .button-group,
#column-right .button-group,
#column-left .rating,
#column-right .rating,
#column-left .product-thumb .caption .percent,
#column-right .product-thumb .caption .percent{
    display: none;
}
#column-left .product-thumb .addcart.left-cart,
#column-right .product-thumb .addcart.left-cart{
    display: block;
    padding: 0;
    background: transparent;
    color: #232323;
    text-transform: capitalize;
    margin: 0;
}
#column-left .product-thumb .addcart.left-cart:hover,
#column-right .product-thumb .addcart.left-cart:hover{
   color: #0b8cf6
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    text-align: left;
    position: relative;
    margin-top: 0;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price {
    padding: 5px 0 3px;
}
#column-left .image .action_cart,
#column-right .image .action_cart{
    display: none;
}
#column-left .action_cart.left-column,
#column-right .action_cart.left-column,
#column-left .bestseller .action_cart,
#column-right .bestseller .action_cart{
    display: block;
    position: unset;
    opacity: 1;
    margin: 0;
    background: transparent;
}
#column-left .product-thumb .addcart,
#column-right .product-thumb .addcart{
    color: #232323;
    padding: 0;
    text-align: left;
    background: transparent;
    font-size: 14px;
}
#column-left .bestseller .box-product .product-layout:before,
#column-right .bestseller .box-product .product-layout:before{
    display: none;
}
@media only screen and (max-width: 1440px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 61%;
    }
    #column-left .product-thumb > .image, #column-right .product-thumb > .image{
        margin-right: 10px;
    }
}
@media only screen and (max-width: 991px){
    #column-left, #column-right {
        margin-top: 30px;       
    }
    #column-left > div, #column-right > div{
        margin:20px 0 0;
    }
    .toggled .toggle-open {
        position: absolute;
        right: 0;
    }
    #selectMe-desk {
        display: none;
    }
    .category-list .has-more-category .toggled{
        right: 20px;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 85px;
        margin-right: 15px;
    }
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 60%;
    }
    #column-left .swiper-viewport, #column-right .swiper-viewport {
        display: none;
    }    
    #column-left h3,
    #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3{
        font-size: 18px;
        line-height: 18px;
    }
    #column-left .toggled .toggle-open,
    #column-right .toggled .toggle-open{
        right: 15px;
        line-height: 15px;
    }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat-banner {
    border: none;
    padding: 0 0 23px 0;
    border-radius: 0;
    width: 100%;
}
.cat-description p {
    margin: 0 0 20px;
    color: #777777;
}
.cat_info {
    margin: 0 0 30px;
    padding: 16px 20px;
    background: #f6f6f6;
}
.refine-text {
    font-size: 18px;
}
.refine-info {
    margin-bottom: 26px;
}
.cat-name li:hover,.cat-name li:hover a{
    color: #0b8cf6;
}
.cat-name {
    padding-left: 25px;
    margin: 0;
}
.cat-name a{
    color: #777;
    padding: 2px 0 0;
    display: block;
}
#list-view.btn-default,
#grid-view.btn-default {
    box-shadow: none;
    padding: 0;
    margin: 7px 0;
    height: 24px;
    width: 30px;
    border-radius: 0;
}
#grid-view.btn-default {
    margin-right: 10px;
    background: url(../image/mahardhi/sprit.png) -15% -11.3%;
}
#grid-view.btn-default:hover,
#grid-view.btn-default.active{
    background: url(../image/mahardhi/sprit.png) -34px -11.3%;
}
#list-view.btn-default {
    background: url(../image/mahardhi/sprit.png) -15.5% -6%;
}
#list-view.btn-default:hover,
#list-view.btn-default.active{
    background: url(../image/mahardhi/sprit.png) -38px -6%;
}
#list-view.btn-default .fa,
#grid-view.btn-default .fa {
   font-size: 16px;
    vertical-align: middle;
}
.com-total {
    float: left;
}
#compare-total.btn.btn-link {
    text-decoration: none;
    outline: none;
    color: #777;
    padding: 9px 0;
}
#compare-total.btn.btn-link:hover{
    color: #0b8cf6;
}
.cat-pagination-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.cat-show {
    padding-left: 10px;
}
.text-right.show-text {
    padding: 0px 5px;
}
.text-right.show-text,
.text-right.show-select{
    width: auto;
    float: left;
}
.text_limit,
.text_sort{
    margin: 9px 0;
    color: #787878;
    font-weight: 500;
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat-sort .form-control,
.cat-pagination-right .limits-text {
    padding: 4px 35px 4px 20px;
    margin: 0;
    border-color: #e1e1e1;
    color: #777;
    height: 38px;
}
select.form-control,
.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.form-control:focus{
    border-color: #e1e1e1;
}
.select-filter-show::after,
.select-filter-sort::after {
   font-family: 'fontawesome';
    content: '\f107';
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 10px;
    pointer-events: none;
    color: #777;
}
.product-grid .description,
.product-grid .pro_description{
    display: none;
}
.box-product .product-layout,
.cat-main .product-layout,
.special-countdown .product-layout,
.category-featured .category-layout,
.cat-pro .product-layout {
    padding: 0px 10px;
}
.block_box,
.product-tab-block .tab-content,
.mblog .blog-box,
.cat-main .tab-pane,
.category-featured .category-box,
.cat-pro.row {
    margin: 0 -10px;
}
#column-left .box-product .product-layout,
#column-right .box-product .product-layout {
    padding: 0px;
    width: 100%;
}
@media (max-width: 767px){
    .cat-pagination-right{
        justify-content: flex-start;
        margin: 5px 0 0;
    }
    .cat_info{
        padding: 5px 10px 10px 10px;
    }
}
@media (max-width: 425px){
    .cat-pagination-right .cat-show{
        padding: 8px 0 0;
    }
    .cat-pagination-right{
        display: block;
    }
}

/*product list*/
.product-thumb .list-addcart.action_cart,
.product-list .image .action_cart,
.product-list .product-thumb .rating-percent{
    display: none;
}
.product-list .product-thumb .list-addcart.action_cart{
   display: block;
    position: unset;
    opacity: 1;
    border: none;
    background: transparent;
    margin-top: 15px;
}
.product-list .product-thumb .list-addcart.action_cart .addcart{
    background: #0b8cf6;
    width: auto;
    display: block;
    margin-top: 15px;
}
.product-thumb .button-group button.list-addcart {
    width: auto;
    padding: 8.5px 16px;
    font-size: 14px;
    height: auto;
    position: unset;
    margin: 0;
}
.product-list .product-thumb,
.product-list .thumb-description{
    overflow: hidden;
}
.product-list .product-thumb .caption {
    text-align: left;
    margin: 0;
}
.product-list .product-thumb .caption .description {
    margin: 15px 0;   
}
.product-list .product-thumb .product-title{
    margin: 0 0 15px;
}
.product-list .product-thumb .product-title a {
    font-size: 16px;
}
.rating .fa-stack,
#tab-review .fa-stack{
    font-size: 8px;
}
.rating .fa-star-o:before,
#tab-review .fa-star-o:before{
    content: "\f005";
}
.rating .fa-star-o,
#tab-review .fa-star-o{
    color: #ccc;
    font-size: 15px;
}
.rating .fa-star,
#tab-review .fa-star{
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o{
    color: #ffc315;
}
.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: 375px) {
    .product-thumb .button-group button.list-addcart{
        padding: 10px 11px;
    }
}

/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
    margin: 0;
    clear: both;
    padding: 17px 5px;
    color: #777;
    background: #f6f6f6;
}
.pro_pagination .text-left {
   line-height: 36px;
    float: left;
}
.pagination {
    float: right;
    margin: 0;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: #0b8cf6;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    border-radius: 0;
    border-color: #0b8cf6;
}
.pagination>li>a:last-child {
    border-radius: 0;
}
.pagination>li>a,
.pagination>li>span {
    color: #232323;
    background-color: transparent;
    float: left;
    margin-left: 10px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    padding: 0 5px;
    position: relative;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    font-size: 15px;
}
@media (max-width: 767px){
    .pro_pagination .text-left,
    .pro_pagination .text-right{
        width: 100%;
        float: unset;
        text-align: center;
    }
    .pro_pagination .text-left {
        margin-bottom: 5px;
    }
    .pagination{
        float: unset;
    }
}

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
a.thumbnail {
    padding: 0;
    border: none;
    margin: 0;
}
.pro-image #zoom {
    width: 100%;
}
.product-additional{
    text-align: center;
    position: relative;
}
.product-additional button {
    border: none;
    color: #959595;
    position: absolute;
    padding: 0 10px;
    background: transparent;
}
.product-additional button:hover{
    color: #0b8cf6;
}
.product-additional .bottom-arrow{
    right: 0;
}
.product-additional .top-arrow{
    left: 0;
}
.product-additional button i{
    font-size: 18px;
}
.pro-image {
    margin: 0 0 20px;
}
#additional-carousel,
#quick-carousel{
    position: relative;
    padding: 0 30px;
}
.image-additional a.active,
.image-additional a:hover {
    border: 1px solid #232323;
}
.image-additional a{
    display: block;
    border: 1px solid #fff;
    margin: 0 7px;
}
#additional-carousel .owl-nav .owl-prev,
#quick-carousel .owl-nav .owl-prev{
    left:0;
}
#additional-carousel .owl-nav .owl-next,
#quick-carousel .owl-nav .owl-next{
    right:0;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div{
    top: 40%;
    height: 25px;
    width: 15px;
}
.right_info h1, .quick-product-right h1 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-weight: 400;
}
.rating .product-rating, .rating > a {
    margin-right: 15px;
    float: left;
}
.rating .fa-pencil {
    font-weight: 500;
    padding-right: 5px;
}
.right_info .disc {
    color: #232323;
    font-weight: 500;
    margin-right: 5px;
    line-height: 27px;
    min-width: 125px;
    display: inline-block;
}
.right_info .disc1 {
    color: #777;
    margin-right: 10px;
}
.pro_price {
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
    color: #232323;
}
.right_info .tax {
    margin: 5px 0;
    color: #777777;
}
.product-options h3 {
    font-size: 18px;
    text-transform: capitalize;
}
.right_info .control-label {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #232323;
}
.right_info .checkbox, .right_info .radio{
    margin-top: 0;
}
.product-btn-quantity {
    float: left;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
}
.product-options .alert {
    margin-top: 15px;
}
#input-quantity {
    border-radius: 0;
    float: left;
    text-align: center;
    width: 50px;
    box-shadow: none;
    color: #232323;
}
.pro-deatil #input-quantity,
.right_info #input-quantity{
    border: none;
}
#button-cart,
#quick-cart{
    padding: 10px 16px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}
#additional-carousel img,
#quick-carousel img {
    width: 100%;
}
.minus-plus {
    display: inline-grid;
}
.minus-plus .minus, .minus-plus .plus {
    height: 20px;
    width: 20px;
    padding: 0;
    border: none;
    background: transparent;
}
.minus-plus i{
    font-size: 22px;
    color: #dddddd;
}
.minus-plus .plus{
    border-top: 0;
}
.control-label.qty {
   display: block;
}
button.pro_wish,
button.pro_comper {
    background-color: transparent;
    border: unset;
    padding: 0;
    line-height: 25px;
}
button.pro_wish {
    padding-right: 20px;
}
button.pro_wish:hover,
button.pro_comper:hover {
    color: #232323;
}
#product-page .nav-tabs {
    border-bottom: none;
}
#product-page .tab-content {
    padding: 30px;
    background-color: #f6f6f6;
}
.tab-content #tab-description {
    color: #777;
    font-size: 15px;
}
#product-page #tab-description ul:last-child,
#product-page #tab-specification .table {
    margin: 0;
    border-color: #e1e1e1;
}
.tab-content .table{
    background: #fff;
}
#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{
    margin-top: 60px;
}
@media (max-width: 767px){
    .product-img {
        width: 480px;
        margin: 0 auto;
    }
    .right_info {
        margin-top: 30px;
    }
}
@media (max-width: 540px){
    .product-img {
        width: auto;
    }
}
@media only screen and (max-width: 500px){   
    #product-page .nav-tabs li {
        width: 100%;
    }
}
@media (max-width: 375px){
    .rating .product-rating {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
    background: #0b8cf6;
    border: 2px solid #0b8cf6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    height: 35px;
    margin: 0px 10px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
}
.information-contact .contact-left .title{
    font-size: 18px;
}
.content-address{
    margin-bottom: 15px;
}
.contact-left .btn-info{
    background: #0b8cf6;
    box-shadow: none;
}
.contact-left .btn-info:hover{
    background: #232323;
}
.contact-left .btn-info i {
    font-size: 18px;
}
.content-details {
    background: #fff;
    padding: 15px;
    border: 1px solid #e1e1e1;
}
.contact-left .content-details > div{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.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;
}
.checkout .input-group .form-control {
    z-index: 1;
    background: #fff;
}
.cart_input_block.input-group {
    display: inline-block;
    width: auto;
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
    margin: 0 0 10px 0;
}

/* manufacture page */
#product-manufacturer #content p> a {
    color: #6a3212;
}
.manufacturer-list {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: #f6f6f6;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}

/*account*/
#account-account h2.page_title {
    color: #222;
    font-size: 18px;
    margin: 0px 0px 20px 0px;
    display: block;
}
#account-account #content ul {
    margin-bottom: 20px;
}
.well {
    border: 1px solid #e1e1e1;
    box-shadow: none;
    padding: 19px;
    border-radius: 0;
    background-color: #fff;
}
.well h2 {
    margin: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.account-list-heading {
    font-size: 18px;
}
.account-list-content li a {
    line-height: 24px;
    color: #777;
}
.account-list-content li a:hover{
    color: #0b8cf6;
}

/*sitemap*/
#information-sitemap #content li > a {
    line-height: 28px;
    text-transform: capitalize;
}

/*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 #e1e1e1;
}

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

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
#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;
}
.navbar-nav {
    padding: 0;
}
ul.list-unstyled{
    margin: 0;
}
.owl-carousel {
    touch-action: manipulation;
}
.form-group {
    margin-bottom: 20px;
}
.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;
    white-space: unset!important;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table>tbody>tr>td {
    border-top: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #787878;
    background: #fff;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    border-radius: 0;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 40px;
}

@media (min-width: 1441px) {
    .container {
        width: 1330px;
    }
}
@media (min-width: 1200px) {
    .block_box .col-lg-2:nth-child(6n+1),
    .block_box .col-lg-3:nth-child(5n+1),
    .block_box .col-lg-4:nth-child(3n+1),
    .block_box .col-lg-6:nth-child(2n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-3:nth-child(4n+1){
        clear:left;
    }
    .block_box :not(.owl-carousel) .col-lg-3,
    .cat-main :not(.owl-carousel) .col-lg-3{
        width: 20%;
    }
    .bestseller .block_box :not(.owl-carousel) .col-lg-3{
        width: 25%;
    }
}
@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: 601px) {
    .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 (max-width: 640px) {
    .category-featured .category-layout{
        width: 100%;
    }
}

@media (max-width: 600px) and (min-width: 376px) {
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(2n+1),
    .col-xs-6:nth-child(2n+1) {
        clear:left;
    }
    .block_box :not(.owl-carousel) .col-xs-4,
    .cat-main :not(.owl-carousel) .col-lg-3,
    .product-layout.product-grid{
        width: 50%;
    }
}
@media (max-width: 540px) {
    .bestseller .box-product .product-layout{
        width: 100%;
    }
}
@media (max-width: 375px){
    .block_box :not(.owl-carousel) .col-xs-4,
    .cat-main :not(.owl-carousel) .col-lg-3,
    .product-layout.product-grid{
        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 #e1e1e1;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child{
        border-left: 0;
    }
}

/* mahardhi */
@media (max-width: 991px) {
    .box-category h3.toggled { margin: 5px 0px; }
    .page-content, .pro-inner-content{
        padding: 30px 15px;
    }
    .pro-inner-content{
        margin: 0;
    }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .checkout-cart .input-group.btn-block .form-control{
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    #column-left,
    #column-right {
        display: block !important;
    }
}
@media (max-width: 480px) {
    .page-content {
        padding: 23px 8px;
    }
}

/*----------------------------------------------*/
/* About Page */
/*----------------------------------------------*/
.about-us {
    background: #f6f6f6;
    padding: 30px 15px;
}
.about-us img{
    width: 100%;}
.about-us h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}
.about-us h4 {
   font-size: 15px;
    color: #0b8cf6;
    text-transform: uppercase;
    margin: 15px 0;
}
.about-us p{
    line-height: 26px;
}
@media (max-width: 767px){
    .cms-block{
        margin-bottom: 15px;
    }
}

/*----------------------------------------------*/
/* error page */
/*----------------------------------------------*/
.error {
    text-align: center;   
}
.error__box {
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 30px;
}
.error__box i {
    display: inline-block;
    font-size: 30px;
    color: #cccccc;
    margin: 0 0 15px;
}
.error h2 {
    color: #0b8cf6;
    font-size: 18px;
    line-height: 24px;
}
.error .error__title {
    color: #0b8cf6;
    font-size: 50px;
    margin: 0 0 24px;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}
.error h2.error__subtitle {
    margin: 0 0 8px;
}
.error__description{
    color: #888;
    line-height: 26px;
    margin-bottom: 30px;
}
.header-information a {
    color: #ffffff !important;
}
.header-information a:hover {
    color: #000000 !important;
}