body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: var(--primary-color);
	font-size: 14px;
	line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color: var(--secondary-color);
}

/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: var(--primary-color);
	font-weight: 500;
	text-transform: capitalize;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: var(--primary-color);
}
a:hover {
	text-decoration: none;
}
b, strong{
    font-weight: 600;
}
.fa {
	font-size: 14px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
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!important;
}
a:focus, a:hover, div:focus, button:focus, img:focus {
	text-decoration: none;
	outline: none;
	color: var(--primary-hover-color);
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, .addcart:focus {
    outline: none;
}
a:focus,button:focus, input:focus, textarea:focus, select:focus, div:focus, img:focus, .form-control:focus{
	outline: none;
	color: unset; 
	box-shadow: none;
	border-color: var(--border-color);
    text-decoration: none;
}
a:focus, button:focus, i:focus,.btn.active.focus, .btn.active:focus, .btn.focus, 
.btn:active.focus, .btn:active:focus, .btn:focus, button:focus, input:focus,
select:focus, textarea:focus{
	outline: none;
	box-shadow: none;
}
/*----------------------------------------------*/
/* scroll bar */
/*----------------------------------------------*/
body ::-webkit-scrollbar-track
{
	background-color: #f2f2f2;
	border-radius:0;
}
body ::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: var(--border-color);
	border-radius: 0;
}
body ::-webkit-scrollbar-thumb
{
	background-color: var(--border-color);
	border-radius: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
}
::-moz-selection {
	background-color: var(--primary-color);
	color: var(--secondary-color);
}
::selection {
	background-color: var(--primary-color);
	color: var(--secondary-color);
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop i {
    font-size: 24px;
}
.scrollToTop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 5;
    background-color: var(--secondary-light-color);
    border: 2px solid var(--secondary-light-color);
    height: 40px;
    padding: 6px;
    width: 40px;
    text-align: center;
}
.back-to-top:hover {
	background-color: var(--secondary-color);
	border-color: var(--primary-color);
}
.back-to-top:hover i{
	color: var(--primary-color);
}

/*----------------------------------------------*/
/* 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;
}

/*----------------------------------------------*/
/* 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: 111;
}
.alert-dismissable .close,
.alert-dismissible .close {
	font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 38px;
}
.newsletterblock .alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#form-review .alert.alert-success,
#post_comment .alert{
    position: relative;
}

/*----------------------------------------------*/
/* QuickView Loader*/
/*----------------------------------------------*/
 .quickview-wrapper {
    display: none;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    max-width: 900px;
}
.quickview-wrapper-inner {
    position: relative;
    background-color: var(--secondary-color);
    transform: translateY(-50%);
    height: 70vh;
    top: 50%;
    padding: 30px 30px 30px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.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: var(--primary-color);
}
.quickview-loader{
	display: none;
	position: fixed;
	top: 0;
	width: 50px;
	height: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
	margin: auto;
	background-color: transparent;
	line-height: 50px;
}
.quickview-loader-inner{
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;	
}
.quickview-loader-inner:before{
    font-family: FontAwesome;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    content: "\f1ce";
    color: var(--primary-hover-color);
    vertical-align: middle;
}

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--secondary-color);
    background-clip: padding-box;  
    border-radius:0;  
}
.newsletter-popup .modal-dialog{
	margin:20px auto;
	max-width: 700px;
	text-align: center;
}
.newsletter-btn-close.close{
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 1;
}
.newsletter-popup .modal-body{
	padding:20px; 
    display: flex;
    align-items: center;
}
.newsletter-content h3{
	font-weight: 500;
    text-transform: uppercase;    
    margin: 25px 0;    
}
.newsletter-content p{	
    margin-bottom: 15px;
}
.newsletter-content input[type="text"] {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
    padding: 0 10px; 
}
.newsletter-content .btn{
    
    text-transform: capitalize;
    font-weight: 500;
    display: table;
    margin: 15px auto;    
    padding: 10px 12px; 
}
.newsletter-content-bottom{
	margin-bottom: 20px;
}
.modal-open .modal{
	overflow: unset;
}
.modal-open {
    overflow: unset!important;
	padding-right: 0!important;
}
.newsletter-content-innner .alert {
    margin: 15px auto 10px;
    display: table;
    position: relative;
    width: 100%;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 80%;
}
.newsletter-content1 {
    background: url(../image/mahardhi/newsletter-popup.jpg) no-repeat;
    height: 400px;
    padding: 0;
}
@media (max-width: 767px){
	.newsletter-popup .modal-dialog {
        max-width: 600px;
	}
}
@media (max-width: 600px){
    .newsletter-content1{
        display: none;
    }
    .modal-body .col-sm-6.col-xs-6{
        width: 100%;
    }
    .newsletter-popup .modal-body {
        padding: 40px 20px 20px 20px;
    }
    .newsletter-popup .modal-dialog {
        width: 90%;
    }
}
@media (min-width: 541px){
	.newsletter-content-innner .alert {
	    max-width: 80%;
	}
}

/*----------------------------------------------*/
/* About Page */
/*----------------------------------------------*/
.about-us {
    background: var(--background-color);
}
.about-us h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}
.about-us h4 {
    font-size: 18px;
    color: var(--primary-hover-color);
    text-transform: uppercase;
    margin: 15px 0;
}
.about-us p{
    color: var(--primary-hover-color);
    line-height: 24px;
}
.about-us .col-xs-6{
    padding: 0;
}
.about-us .cms-block {
    padding: 30px;
}

/*----------------------------------------------*/
/* top */
/*----------------------------------------------*/
#top {
	background: var(--primary-color);
    padding: 15px 0;
    color: var(--secondary-color);
}
/* Top left */
#form-currency .dropdown-toggle,
#form-language .dropdown-toggle{
    padding: 0;
    color: var(--secondary-color);
}
#form-currency:hover .dropdown-toggle,
#form-language:hover .dropdown-toggle{
    color: var(--primary-hover-color);
}
#form-currency,
#form-language{
    display: flex;
}
.curr {
    padding-right: 15px;
}
#form-currency .currency-toggle,
#form-language .language-toggle{
    top: 35px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
}
@media (max-width: 480px){
    .lan-curr{
        width: 100%;
        float: unset!important;
        text-align: center;
    }
    #top{
        padding: 10px 0;
    }
    .contact {
        display: none;
    }
    .lan-curr > div{
        display: inline-block;
        vertical-align: top;
    }
    #top .pull-left,
    #top .pull-right{
        float: unset!important;
    }
    #form-language .language-toggle{
        right: 0;
        left: auto;
    }
    #form-currency .currency-toggle, #form-language .language-toggle{
        top: 30px;
    }
}

/* Top right */
i.icon-phone {
    font-size: 16px;
    padding: 0 10px 0 0;
}

/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
header {
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    z-index: 9;
}
.main-header {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*logo*/
#logo {
    float: left;
}
#logo img {
    margin: 0 auto;
}

/*header right*/
.main-header .header-links {
    float: right;
    background: var(--primary-color);
    border-radius: 25px;
}
.header_cart,
#header_ac,
.btn_search {
    float: left;
    padding: 0px 20.68px;
    margin: 11px 0;
}
.header-links .fa {
    font-size: 18px;
    color: var(--secondary-color);
    height: 18px;
    width: 18px;
}
.header-links .fa:hover{
    color: var(--primary-hover-color);
}
#header_ac {
    border-left: 1px solid var(--secondary-color);
    border-right: 1px solid var(--secondary-color);
}
.btn_search,
#header_ac a,
.header-links .header_cart,
#cart > .btn{
    display: flex;
}

/* search */
#mahardhiSearch { display: flex; width: 100%; }
#mahardhiSearch > * { display: block; }
#mahardhiSearch .btn-search { 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: var(--primary-hover-color);
    text-decoration: line-through;
    margin-left: 10px;
}
/**/
#mahardhiSearch select {
    width: auto;
}
.btn_search,
#mahardhiSearch .btn-search button{
    background: transparent;
    border: none;
}
.header-search {
    top: -190px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    padding: 28px 0;
    background: var(--secondary-color);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
#search,
#mahardhiSearch {
    cursor: pointer;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 20px 0 0 0;
}
#search .search-box {
    display: table-cell;
    vertical-align: middle;
}
#mahardhiSearch > * {
    border: none;
    border-bottom: 1px solid var(--border-color);
    font-size: 15px;
    padding: 0;
    cursor: auto;
    height: 40px;
}
#search .btn-lg,
#mahardhiSearch .btn-search button{
    padding: 0;
    position: absolute;
    right: 0;
    box-shadow: none;
    background: none;
    color: var(--primary-color);
    padding: 9px 0;
}
.header-search.active {
    top: -50px;
}
#search .btn_search.active .fa-search:before{
    content: "\f00d";
}
.search_text{
    color: var(--primary-hover-color);
    font-size: 16px;
}
.header-search .close-button {
   float: right;
}
#search input[type="text"].form-control::placeholder,
#mahardhi-search input[type="text"].form-control::placeholder{
    color: var(--primary-color);
}
.close-button i{
    font-size: 20px;
    color: var(--primary-hover-color);
}
#search .btn-search i,
#mahardhiSearch .btn-search i{
    font-size: 20px;
}
#search .box_content .btn-default.btn-lg {
    background: none;
    padding: 10px 15px;
    border:none;
    color: var(--primary-color);
    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: var(--primary-hover-color);
    text-decoration: line-through;
    margin-left: 10px;
}
.ui-autocomplete .text-center {
    text-align: center;
    padding: 5px 0;
    margin: 0;
}
.ui-widget-content{
    top: 140px!important;
    max-height: 450px;
    overflow-y: auto; 
    overflow-x: hidden;
}

/*cart*/
body.active::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease-in-out;
}
body.active {
    overflow: hidden;
}
body.active header{
    z-index: unset;
}
#cart > .btn {
    background: var(--primary-color);    
    padding: 0;
    box-shadow: none;
}
#cart-total {
	position: absolute;
    font-size: 12px;
    padding: 0 4px;
    bottom: -7px;
    right: -9px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    font-weight: 500;
}
#cart .dropdown-menu {
    background: var(--secondary-color);
    padding: 0;
    margin: 0;
    right: -100px;
    top: 0;
    position: fixed;
    width: 320px;
    height: 100vh;
    color: var(--primary-hover-color);
    overflow: hidden;
    overflow-y: auto;
    display: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 1001;
    animation: fadeInRight .5s ease-in-out;
}
#cart .dropdown-menu.open-cart{
    display: block;
    right: 0px;
}
#cart .dropdown-menu .close-sidebar {
    position: relative;
    display: block;
    margin-bottom: 10px;
    background: var(--primary-color);
    padding: 15px;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
#cart .dropdown-menu .close-sidebar a{
    padding: 0;
}
#cart .dropdown-menu .close-sidebar a i {
    color: var(--secondary-color);
    font-size: 20px;
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
}
#cart .dropdown-menu li p {
	margin: 0;
	font-size: 14px;
}
.product-cart-empty {
    padding: 20px 0;
}
.header_cart i.fa.fa-shopping-cart {
	display: none;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 534px;
    overflow-y: auto;
    overflow-x: hidden;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: var(--secondary-color);
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    display: block;
}
#cart .dropdown-menu .table>tbody>tr>td,
#account-address .table>tbody>tr>td {
    vertical-align: top;
}
#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
}
#cart .dropdown-menu table td {
    background: none;
    border: none;
    padding: 5px 4px;
    color: var(--primary-color);
}
#cart .dropdown-menu li td,
td.cart-total-price {
    font-size: 14px;
    font-weight: 600;
}
#cart .img-thumbnail {
    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: var(--primary-color);
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: var(--primary-color);
}
#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;
}
#cart .dropdown-menu .btn-danger {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.header-cart-toggle .fa-times {
    color: var(--primary-color);
    font-size: 14px;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid var(--border-color);
    padding: 10px 20px 0px 20px;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
    font-size: 14px;
}
.product-cart-button {
    padding: 0px 0px 20px 0px;
}
.dropdown-menu {
    border: none;
    border-radius: 0;
    background: var(--secondary-color);
    z-index: 1001;
    margin: 0;
}
@media only screen and (max-width: 375px){
    #cart .dropdown-menu {
        width: 300px;
    }
}

/*account*/
#header_ac .dropdown-menu{
    margin: 0;
    top: 59px;
    padding: 10px 0;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.dropdown-menu li> a {
	color: var(--primary-color);
    padding: 5px 20px;
}
#header_ac .pull-left {
    padding: 0 8px;
}
ul.curr,
ul.lang {
    padding: 0px 5px;
    min-width: 240px;
    display: flex;
}
#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: 5px 20px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: var(--primary-hover-color);
}
@media only screen and (max-width: 1199px){
    #logo{
        width: 170px;
    }
}
@media only screen and (max-width: 991px){
    .main-header{
        display: block;        
    }
    header{
        padding: 15px 0;
    }
    #header_ac .dropdown-menu{
        top: 39px;
    }
}
@media only screen and (max-width: 480px){
    #mahardhiSearch select{
        display: none;
    }
    #logo {
        width: 130px;
    }
    .header_cart, #header_ac, .btn_search{
        padding: 0px 10px;
        margin: 7px 0;
    }
    .header-links .fa {
        font-size: 14px;
        height: 14px;
        width: 14px;
    }
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
.menu {
    display: inline-block;
}
#menu {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    border: none;
    min-height: unset;
}
#menu .nav > li > a {
    color: var(--primary-color);
    padding: 40px 15px;
    background-color: transparent;
    font-size: 16px;
}
#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 .dropdown-inner li.dropdown-submenu:hover > .fa,
#menu .dropdown-inner li:hover > a {
	color: var(--primary-hover-color);
	background-color: transparent;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}
#menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
	position: absolute;
	display: none;
}
#menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
	display: block;
	left: 100%;
	top: 0px;
	background-color: var(--secondary-color);
    padding: 10px 0;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 10px;
	top: 8px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid var(--border-color);
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: var(--secondary-color);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
@media (min-width: 992px) {
    #topCategoryList .navbar-nav{
        float: unset;
        padding: 0;
    }
    #topCategoryList .navbar-nav>li{
        float: unset;
        display: inline-block;
    }
    #menu .nav > li > a:hover,
    #menu .nav > li.open > a {
        color: var(--primary-hover-color);
    }
	#menu .dropdown-menu,
	#menu .hiden_menu .dropdown-inner{
        background: var(--secondary-color) none repeat scroll 0 0;
        -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
        left: 0;
        padding: 10px 0px;
        position: absolute;
        top: 100%;        
        visibility: hidden;
        min-width: 222px;
        z-index: 999;
        text-align: left;
	}
	#menu .dropdown-inner a {
        min-width: 160px;
        display: block;
        padding: 5px 20px;
        clear: both;
        color: var(--primary-color);
        font-size: 14px;
        font-weight:500;
        text-transform: capitalize;
		min-width: 222px;
    }
    #menu .dropdown:hover .dropdown-menu,
    #menu ul li.hiden_menu:hover .dropdown-inner {       
        visibility: visible;
        display: block;
    }
    #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
        display: none;
    }
}
@media (max-width: 1199px) {
    #menu .nav > li > a {
        padding: 30px 10px;
    }
}
@media (max-width: 991px) {
     #topCategoryList {
        background: rgba(0,0,0,.7);
        display: block!important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 350px;
        z-index: 999;
        margin: 0;
        -webkit-transform: translate(-400px,0);
        -moz-transform: translate(-400px,0);
        -ms-transform: translate(-400px,0);
        -o-transform: translate(-400px,0);
        transform: translate(-400px,0);
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        overflow: auto;
    }
    #topCategoryList.box-menu {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    .menu-close {
        background: var(--primary-color);
        color: var(--secondary-color);
        padding: 10px 20px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
    }
    .menu-close .fa{
        line-height: 20px;
    }
    #menu .btn-navbar.open-menu:after {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        display: block;
        position: fixed;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 99;
        transition: opacity 0.2s cubic-bezier(0,0,.3,1);
        transition-delay: 0.1s;
    }
    .menu{
        margin: 0 0 0 15px;
        float: right;
    }
	#menu .btn-navbar {
		font-size: 15px;
		font-stretch: expanded;
		color: var(--secondary-color);
		padding: 9px 12px;
		border-radius: 4px;
		float: left;
		background-color: var(--primary-color);
		background-repeat: repeat-x;
		border-color: var(--primary-color);
		margin: 0;
		box-shadow: none;
		display: block;
	}
	.fa-bars {
	    font-size: 20px;
	}
	#menu .nav > li > a,
	#menu #topCategoryList .dropdown-inner a{
		color: var(--secondary-color);
		font-weight: 400;		
		padding: 10px 35px 10px 20px;
		display: block;
        font-size: 14px;
	}
	#menu #topCategoryList ul {
		float: none;
	    display: block;
	    text-align: left;
	    margin: 0;
		background: transparent;
	}
	#menu .dropdown-inner,
    #navCategory .dropdown-inner {
	    display: block; 
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
	    display: block;
	    margin-left: 20px;
	}
	#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;
		margin: 0 0 0 15px;
	}
	#topCategoryList li .toggle-menu {
		position: absolute;
		right: 0;
		color: var(--secondary-color);
		top: 0;
		padding: 10px 14px;
	}
	#topCategoryList li.sub-menu-item .toggle-menu {
		right: 25px;
	}
	#topCategoryList .dropdown-submenu > .fa {
		display: none;
	}
	#topCategoryList ul li {
	    float: none;
	}
	#menu .navbar-header {
        float: unset;
	}
    #topCategoryList #more_cat {
        display: none;
    }
}
@media (max-width: 480px) {
    #menu .btn-navbar{
        padding: 3px 7px;
    }
    .menu {
        margin: 0 0 0 5px;
    }
    .fa-bars {
        font-size: 14px;
    }
}

/*----------------------------------------------*/
/* swiper pager */
/*----------------------------------------------*/
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev,
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
	opacity: 1!important;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev{
	left: 20px!important;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
	right: 20px!important;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev,
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
	height: 40px;
    width: 40px;
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 27px;    
    text-align: center;
	line-height: 30px;
}
.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:"";
    font-size: unset;
}

/*----------------------------------------------*/
/* slider start */
/*----------------------------------------------*/
.common-home .swiper-viewport {
    box-shadow: none;
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.slidecontent1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slidecontent2 {
    display: table;
    height: 100%;
    width: 100%;
}
.slidecontent {
    display: table-cell;
    vertical-align: middle;
}
.imgcontent,
.imgcontent1 {
    font-size: 72px;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 72px;
}
.imgcontent1{
	position: relative;
	padding-bottom: 20px;
}
.slideshow .slidecontent .imgcontent1::after {
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    width: 200px;
    position: absolute;
    background: var(--secondary-color);
    text-decoration: none;
    bottom: 0;
    margin: 0 auto;
}
.salecontent {
    font-size: 30px;
    color: var(--secondary-color);
    text-transform: uppercase;
    padding: 20px 0 40px 0;
}
.link-text {
    border: 1px solid var(--secondary-color);
    border-radius: 0px;
    color: var(--secondary-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 40px;
    text-transform: uppercase;
    z-index: 9;
}
.slideshow a.link-text:hover {
	background-color: #434a53;
	color:var(--secondary-color);
	border-color: #434a53;
	transition: all .3s ease;
}
@media only screen and (max-width: 1199px){
	.imgcontent,
	.imgcontent1 {
		font-size: 45px;
    	line-height: 40px;
	}
	.salecontent {
		padding: 20px 0;
	    font-size: 24px;
	}
}
@media only screen and (max-width: 991px){
	.salecontent {
	    padding: 15px 0;
	}
	.imgcontent,
	.imgcontent1 {
	    font-size: 35px;
	    line-height: 25px;
	}
}
@media only screen and (max-width: 767px){
    .slidecontent {
        display: none;
    }
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.services-cms {
    background: var(--primary-color);
}
header .service-box {
    padding-top: 30px;
}
.home-page-service {
    margin: 30px 0;
}
.content-block h4 {
    color: var(--secondary-color);
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    line-height: 16px;
}
.content-block p {
    margin: 8px 0 0;
    line-height: 16px;
}
.banner-content {
    color: var(--secondary-color);
    text-align: left;
    border: 1px solid #717171;
    display: flex;
    padding: 20px;
    justify-content: center;
}
.service-icon1,
.service-icon2,
.service-icon3{
    font-size: 40px;
    line-height: 40px;
    color: var(--secondary-color);
}
.service-icon1{
    font-size: 55px;
}
.home-page-service .content-block {
    padding: 0 0 0 30px;
}
.service .service-icon1,
.service .service-icon2,
.service .service-icon3{
    transition: transform 700ms ease-in-out 0s;
    -webkit-transition: transform 700ms ease-in-out 0s;
    -moz-transition: transform 700ms ease-in-out 0s;
    -o-transition: transform 700ms ease-in-out 0s;
    -ms-transition: transform 700ms ease-in-out 0s;
}
.service:hover .service-icon1,
.service:hover .service-icon2,
.service:hover .service-icon3{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}
@media (max-width: 1199px) and (min-width: 992px){
    .home-page-service .content-block {
        padding: 0 0 0 11px;
    }
}
@media (max-width: 1199px){
    .banner-content{
        padding: 15px 10px;
    }
}
@media (max-width: 991px) and (min-width: 481px){
    .banner-content{
        display: block;
        text-align: center;
    }
    .service .service-icon1,
    .service .service-icon2,
    .service .service-icon3{
        margin: 0 auto;
    }
    .home-page-service .content-block{
        padding: 10px 0 0 0;
    }  
    .banner-content{
        padding: 10px 0;
    }  
}
@media (max-width: 991px){
	.service-icon1,
	.service-icon2,
	.service-icon3{
	    font-size: 28px;
	    line-height: 28px;
	}
	.service-icon1{
	    font-size: 34px;
	}
	.content-block h4{
		font-size: 13px;
		line-height: 14px;
	}
	.content-block p{
        font-size: 10px;
        margin: 3px 0 0;
		line-height: 14px;
	}
    .services-cms .row{
        margin: 0 -3px;
    }
    .services-cms .col-sm-4 {
        padding: 0 3px;
        width: 33.33333333%;
        float: left;
    }
}
@media (max-width: 767px){
    .home-page-service{
        margin: 20px 0;
    }
}

@media (max-width: 640px){
    header .col-sm-4 {
        width: 100%;
        padding: 15px;
    }
    header .service-box {
        padding-top: 15px;
    }
}
@media (max-width: 480px){
    .banner-content{
        padding: 10px;
    }
    .content-block h4{
        font-size: 14px;
    }
    .content-block p{
        font-size: 10px;
        margin: 5px 0 0;
    }
    .home-page-service .content-block {
        padding: 0 0 0 10px;
    }
    .services-cms .col-sm-4{
        width: 100%;
    }
    .cms-inner2.col-sm-4{
        margin: 10px 0;
    }
}

/*----------------------------------------------*/
/* Category Feature */
/*----------------------------------------------*/
.category-featured:before{
    content: "";
    background: url(../image/mahardhi/hanging-lamp.png) no-repeat;
    position: absolute;
    height: 300px;
    width: 204px;
    opacity: .7;
    animation: blinker 2s infinite;
}
@keyframes movebounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0px);
    } 
}
.category-featured .category-box{
    position: relative;
}
.category-feature-list{
    margin-top: 50px;
}
.category-featured .category-title {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    background: var(--secondary-color);
    padding: 15.5px 25px;
    right: 3px;
    z-index: 999;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);;
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
}
.category-featured .category-thumb:hover .category-title{
    background: var(--primary-color);
}
.category-featured .category-title h4 {
    transform: skew(25deg);
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    -ms-transform: skew(25deg);
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}
.category-featured .category-thumb:hover .category-title a{
    color: var(--secondary-color);
}
.category-thumb .image{
    overflow: hidden;
    position: relative;
}
.category-thumb img{
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.category-thumb img:hover{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
@media (max-width: 1550px){
    .category-featured:before{
        left: 0;
        background-size: 80%;
    }
}
@media (max-width: 1400px){
    .category-featured:before{
        display: none;
    }
}
@media (min-width: 992px){
    .category-featured .page-title{
        display: none;
    }
}
@media (max-width: 991px){
    .category-feature-list {
        margin-top: 30px;
    }
    .category-featured .category-title{
        padding: 7px 20px;
    }
    .category-featured .category-title h4{
        font-size: 14px;
    }
}
@media (max-width: 767px){
	.category-feature-list {
        margin-top: 20px;
    }
    .category-featured .category-title {
    	padding: 10px 15px;
    }
    .category-featured .category-title h4{
    	font-size: 12px;
    }
}

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.subbanner-section .banner-top {
    margin-bottom: 30px;
}
.subbanner-image-wrapper {
    overflow: hidden;
    position: relative;
}
.subbanner-image-wrapper img {
    width: 100%;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.subbanner-image-wrapper img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
@media only screen and (max-width: 991px){
    .subbanner-section > div > div > div {
        padding: 0 2px;
    }
    .subbanner-section .row{
        margin: 0 -2px;
    }
    .subbanner-section .banner-top {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 540px){
 /*   .banner-top > div,
    .banner-bottom > div{
        width: 100%;
    }    
    .banner-bottom .col-xs-4,
    .subbanner-section .banner-top{
        margin-bottom: 10px;
    }
    .banner-top .col-xs-4{
        margin-top: 10px;
    }*/
 }

/*----------------------------------------------*/
/* Start Testimonial */
/*----------------------------------------------*/
.position-footer-top{
    margin: -100px 0 0 0;
}
.testimonial-container{
    background: var(--secondary-color);
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-name {
    color: #323232;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 9px;
}
.testimonial-text {
    line-height: 24px;
    color: var(--primary-hover-color);
}
.testimonial-content {
    display: flex;
}
.testimonial-container .owl-carousel .owl-nav .owl-prev{
    right: 52px!important;
    left: auto!important;
}
.testimonial-container .owl-carousel .owl-nav .owl-next{
    right: 10px!important;
}
.testimonial-box {
    margin-left: 30px;
}
@media only screen and (max-width: 991px){
    .position-footer-top {
        margin: 50px 0 0 0;
    }
    .testimonial-block{
        margin-bottom: 30px;
    }
}
@media (max-width: 767px){
	.testimonial-block{
        margin-bottom: 20px;
    }
    .testimonial-container{
        padding: 20px;
    }
}
@media only screen and (max-width: 480px){
    .testimonial-content{
        display: block;
    }
    .testimonial-box{
        margin: 30px 0 0 0;
        text-align: center;
    }
    .testimonial-container .page-title,
    .newsletterblock .page-title,
    .text-content .description{
        text-align: center;
    }
    .testimonial-container .owl-carousel .owl-nav .owl-next {
        right: 0!important;
    }
    .testimonial-container .owl-carousel .owl-nav .owl-prev {
        left: 0!important;
        right: auto!important;
    }
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.news-testi{
    margin-top: 50px;
}
.news_img{
        background: url(../image/mahardhi/newsletter-bg.png) 10px top no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
}
.newsletterblock {
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.news_info {
    padding: 30px 20px 30px 30px;
}
.news {
	position: relative;
}
.text-content .description{
	color: var(--primary-hover-color); 
	margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.newsletterblock .block-content button.subscribe-btn {
    color: var(--secondary-color);
    font-weight: 500;
    width: 100%;
    border-radius: 0;
}
.newsletterblock .block-content button.subscribe-btn:hover{
    background: var(--primary-color);
}
.subscribe-form .input-lg,
.newsletter-content .newsletter_usr_popup_email{
    height: 36px;
    margin: 10px 0;
    background-color: var(--background-color);
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid var(--border-color);
}
@media (max-width: 1199px) and (min-width: 992px){
    .news_info {
        padding: 22px 20px 23px 30px;
    }
    .testimonial-container{
        padding: 22px 30px;
    }
    .testimonial-name{
        margin: 11px 0 0;
    }
    .news_img{
        background-position: 0;      
        background-size: contain;
    }
}
@media only screen and (max-width: 991px){
    .news_img{
        background-position: center top;
    }
    .news-testi {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px){
	.news-testi {
        margin-top: 20px;
    }
    .news_info {
        padding: 20px;
    }
}
@media only screen and (max-width: 570px){
    .news_img{
        display: none;
    }
    .news_info{
        width: 100%;
    }
}

/*----------------------------------------------*/
/* buttons */
/*----------------------------------------------*/
.buttons {
	margin: 1em 0;
}
#tab-review .buttons {
	margin: 1em 0 0;
}
.btn {
	padding: 7.5px 12px;
	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;
}
.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: var(--secondary-color);
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    background: var(--primary-color);
    text-decoration: none;
    border-radius: 25px;
    line-height: 20px;
     box-shadow: -3px 3px 8px 1px rgba(0, 0, 0, 0.1);
}
#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]{
	background: var(--secondary-color);
    color: var(--primary-color);
    box-shadow: -3px 3px 8px 1px rgba(0, 0, 0, 0.1);  
}
.btn-warning {
	color: var(--secondary-color);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-repeat: repeat-x;
}
.btn-danger {
	color: var(--secondary-color);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding: 10px 15px;
	font-weight: 600;
}
.btn-success {
	color: var(--secondary-color);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-repeat: repeat-x;
}
.btn-info {
	color: var(--secondary-color);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-repeat: repeat-x;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: var(--primary-color);
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: var(--secondary-color);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-repeat: repeat-x;
	border-color: var(--primary-color) var(--primary-color) #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: var(--primary-color);
}
.btn-link:focus, .btn-link:hover {
    color: var(--primary-hover-color);
    text-decoration: none;
    outline: none;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* list group */
.list-group a {
	border: none;
	color: var(--primary-hover-color);
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: var(--primary-color);
	background: var(--secondary-color);
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.owl-item.active .image-additional,
.owl-item.active .product-layout{
    -moz-animation: zoomIn 700ms ease;
    -o-animation: zoomIn 700ms ease;
    -webkit-animation: zoomIn 700ms ease;
    animation: zoomIn 700ms ease;
}
.box {
    margin: 50px 0 0 0;
}
.page-title h3 {
    display: inline-block;
    color: var(--primary-color);
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    padding: 18px 0;
    line-height: 20px;
    position: relative;
}
.page-title {
    position: relative;
    margin-bottom: 30px;
}
.page-title h3:before,
.page-title h3:after{
    content: "";
     position: absolute;
    width: 100%;
    height: 5px;
}
.page-title h3:before {   
    content: "";
    background: url(../image/mahardhi/title-design-left.png) 0px no-repeat;   
    top: 0;
    left: 0;
}
.page-title h3:after {   
    content: "";
    background: url(../image/mahardhi/title-design-right.png) 0px no-repeat;
    bottom: 0;
    right: 0;
    background-position-x: right; 
}
.product-thumb {
    overflow: hidden;
    position: relative;
    background: var(--secondary-color);
}
.product-thumb .image {
    text-align: center;
    position: relative;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}
.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;
    right: 0;
    left: 0;
    margin: 0 auto 10px auto;
    bottom: 0;
}
.product-thumb:hover .button-group{
    opacity: 1;
}
.product-thumb .button-group button {
    border-radius: 50px;
    padding: 0;
    color: var(--primary-color);
    height: 40px;
    width: 40px;
    border: none;
    background-color: var(--secondary-color);
    line-height: 38px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}
.product-thumb .button-group button:hover,
.product-thumb .addcart:hover{
    color: var(--secondary-color);
    background-color: var(--primary-color);
}
.product-thumb .button-group .wishlist{
    margin: 0 5px;
}
.thumb-description {
    position: relative;
    background: var(--background-color);
    text-align: center;
    padding: 20px 0;
}
.product-thumb .cat_price{
    display: none;
}
.product-thumb .price,
.product-thumb .cat_price{
    font-weight: 500;
    font-size: 16px;
    margin: 13px 0 10px;
}
.product-thumb .price-new {
    margin-right: 5px;
}
.product-thumb .price-old {
    font-weight: 500;
    text-decoration: line-through;
    color: var(--primary-hover-color);
}
.product-thumb .product-title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}
.product-thumb .product-title a:hover{
    color: var(--primary-hover-color);
}
.section-sale {
    position: absolute;
    top: 15px;
    left: 15px;
    color: var(--secondary-color);
    text-transform: capitalize;
    background: var(--primary-color);
    font-size: 12px;
    border-radius: 2px;
    padding: 0px 10px;
    font-weight: 500;
}
.product-thumb:hover .rating,
.product-thumb:hover .price,
.product-thumb .addcart,
.product-thumb .price-tax{
    display: none;
}
.product-thumb .addcart{
    padding: 9.5px 25px;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    margin: 20px auto 3px auto;
    background: var(--secondary-color);
    box-shadow: -3px 3px 8px 1px rgba(0, 0, 0, 0.1);
}
.product-thumb:hover .addcart {
    display: block;    
}
.product-thumb .addcart span:before,
.right_info .addcart:before{
    content: "\f290";
    font-family: FontAwesome;
    font-size: 18px;
    margin-right: 10px;
}

/*product tab*/
.product-tab-block .main-tab {
    position: relative;
    margin: 50px 0;
}
.product-tab-block .page-title{
    text-align: left;
    display: inline-block;
}
.product-tab-block #tabs {
    display: inline-block;
    position: absolute;
    right: 56px;
    padding: 11px 0;
}
.product-tab-block .owl-carousel .owl-nav .owl-prev{
    left: 58.9%!important;
}
.product-tab-block .nav-tabs {
	border: none;
    padding: 0;
}
.product-tab-block .nav-tabs>li{
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
}
.product-tab-block .nav-tabs>li a{
    background-color: var(--secondary-light-color);
    color: var(--primary-color);
    border-radius: 0;
    border: 2px solid var(--secondary-light-color);
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 25px;
    margin: 0;
}
.product-tab-block .nav-tabs>li span {
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    display: block;
}
.product-tab-block .nav-tabs>li+li {
    margin-left: 10px;
}
.nav-tabs>li>a:hover,
.product-tab-block .nav-tabs>li>a.selected {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 0;
    box-shadow: none;
}
@media (max-width: 1199px) {
    .product-tab-block .owl-carousel .owl-nav .owl-prev {
        left: 49.2%!important;
    }
}
@media (max-width: 991px) {
    .box {
        margin: 30px 0 0 0;
    }
    .product-tab-block .main-tab{
        margin: 20px 0 30px;
    }
    .product-tab-block #tabs {
        position: unset;
        display: flex;
        justify-content: center;
        padding: 0 0 15px 0;
    }
    .product-tab-block .owl-carousel.owl-theme .owl-nav div{
        top: -55px;
    }
    .page-title{
        margin-bottom: 15px;
    }
    .page-title h3{
        font-size: 16px;
        padding: 10px 0;
    }
    .category-row,
    .category-featured .row,
    .carousel .row,
    .product-tab-block .row,    
    .box .row {
        margin: 0 -5px;
    }
    .carousel .col-sm-12,
    .blog-category,
    .product-layout,
    .category-layout {
        padding: 0 5px;
    }
}
@media (max-width: 767px){
    .product-tab-block .owl-carousel.owl-theme .owl-nav div {
        top: -100px;
    }
    .box {
        margin: 20px 0 0 0;
    }
    .product-tab-block .main-tab{
        margin: 10px 0 20px;
    }
    .product-tab-block .nav-tabs>li a{
    	font-size: 14px;
    }
}
@media (max-width: 425px){
    .product-tab-block .nav-tabs>li a{
        font-size: 12px;
        padding: 5px 10px;
    }
}

/* product hover */
.product-thumb .hover-img {
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transform: scale(0.8) rotateY(0deg);
    -moz-transform: scale(0.8) rotateY(0deg);
    -webkit-transform: scale(0.8) rotateY(0deg);
    -ms-transform: scale(0.8) rotateY(0deg);
    -o-transform: scale(0.8) rotateY(0deg);
    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;
    transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -webkit-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    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){
	.product-thumb .button-group {
        opacity: 1;
    }
    .product-thumb:hover .rating,
    .product-thumb:hover .price,
    .product-thumb .rating,
    .product-thumb .addcart{
        display: block;
    }
    .product-thumb .addcart{
        margin: 12px auto 0 auto;
    }
}
@media (max-width: 680px){
    .product-layout.col-xs-4{
        width: 50%;
    }
}
@media (max-width: 640px){
    .product-list .product-thumb .image,
    .product-list .thumb-description {
        float: left;
    }
    .product-list .thumb-description {
        margin-top: 10px;
        width: 100%;
    }
    .product-list .product-thumb{
        padding-bottom: 8px;
    }
}
@media (max-width: 480px){
    .product-layout.col-xs-4 {
        width: 100%;
    }    
}

/*carousel*/
.slideshow .swiper-pager > div{
    top: 50%;
}
.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}
.slideshow .swiper-pager > div{
    background: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid var(--primary-color);
}
.slideshow .swiper-pager > div:hover{
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.owl-carousel.owl-theme .owl-nav div,
.swiper-pager > div{
    margin: 0;
    opacity: 1;
    background-color: var(--secondary-light-color);
    border-radius: 0;
    border: 2px solid var(--secondary-light-color);
    height: 36px;
    width: 36px;
    position: absolute;
    line-height: 34px;
    top: -75px;
    padding: 0;
    color: var(--primary-color);
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    text-align: center;
    transition: none;
}
.owl-carousel.owl-theme .owl-nav div.disabled{
    opacity: .5;
    cursor: default; 
}
.slideshow.swiper-viewport .swiper-button-prev,
.slideshow.swiper-viewport:hover .swiper-button-prev{
    left: 25px!important;
}
.owl-carousel .owl-nav .owl-prev,
.swiper-viewport:hover .swiper-button-prev,
.swiper-viewport .swiper-button-prev{
    right: 66px!important;
    left: auto!important;
}
.owl-carousel .owl-nav .owl-next,
.swiper-viewport:hover .swiper-button-next,
.swiper-viewport .swiper-button-next{
    right: 25px!important;
    left: auto;
}
.owl-carousel .owl-nav i,
.swiper-pager > div > i{
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    font-size: 20px;
}
.owl-carousel.owl-theme .owl-nav div:hover,
.swiper-pager > div:hover{
    background-color: var(--secondary-color);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.swiper-viewport:hover .swiper-button-next,
.swiper-viewport .swiper-button-next,
.swiper-viewport:hover .swiper-button-prev,
.swiper-viewport .swiper-button-prev{
    opacity: 1!important;
}
#quick-carousel .owl-nav .owl-next{
    right: 25px!important;
    left: auto!important;
}
#quick-carousel .owl-nav .owl-prev{
    left: 25px!important;
    right: auto!important;
}
@media (max-width: 991px){
	.owl-carousel.owl-theme .owl-nav div,
	.swiper-pager > div{
		top: -55px;
        height: 30px;
        width: 30px;
        line-height: 30px;
	}
    .product-tab-block .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-prev,
    .swiper-viewport:hover .swiper-button-prev,
    .swiper-viewport .swiper-button-prev{
        right: 55px!important;
         left: auto!important;
    }
    .owl-carousel .owl-nav .owl-next,
    .swiper-viewport:hover .swiper-button-next,
    .swiper-viewport .swiper-button-next{
        right: 15px!important;
    }
}

/*----------------------------------------------*/
/* brand */
/*----------------------------------------------*/
.carousel .swiper-viewport {
    overflow: visible;
}
.carousel .swiper-pager {
    top: 0;
}

/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.blog-info{
    position: relative;
}
.caption.blog-description {
	background-color: var(--background-color);
}
.blog-info .image ,.image-blog {
	position: relative;
}
.blog-block .image {
	background: #000000;
}
.blog-block:hover .image img {
	opacity: 0.6;
}
.blog-description h4{
    font-size: 18px;
    margin: 15px 0 12px 0;
}
.blog-description h4 a:hover{
    color: var(--primary-hover-color);
}
.link_info {
	text-align: center;
    padding: 30px;
}
.blog-info-date {
    position: absolute;
    bottom: 0;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 15px 25px;
    font-size: 18px;
    transform: skew(-25deg);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: skew(-25deg);
    right: -12px;
}
.blog-info-date .blog-date {
    transform: skew(25deg);
    -webkit-transform: skew(25deg);    
    display: block;
}
.blog-text {
	line-height: 24px;
	color: var(--primary-hover-color);
}
.blog-read {
    border: 2px solid var(--primary-color);
    padding: 8px 34px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin: 20px 0 0 0;
}
.blog-read:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
    transition: 1s;
}
.mblog .owl-nav .owl-next {
	right: 0;
}
.mblog .owl-nav .owl-prev {
	right: 30px;
}
.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{
	border-radius: 50%;
	color: var(--secondary-color);
	font-size: 18px;
	height: 45px;
	display: block;
	line-height: 42px;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	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: 45px;
	z-index: 2;
	border:1px solid var(--secondary-color);
	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;
}
#blogcarousel .owl-stage-outer,
#category-carousel .owl-stage-outer{
    padding: 0px 12px 0 0;
    margin: 0px -12px 0 0;
}
#category-carousel .owl-stage-outer{
    padding: 0px 12px 12px 0;
}
#blogcarousel.owl-carousel.owl-drag .owl-item:not(.active),
#category-carousel.owl-carousel.owl-drag .owl-item:not(.active){
    overflow: hidden;
}
.blog-block .hover-post:hover:before,
.blog-block .hover-zoom:hover:before {
	background: var(--primary-color);
	border:1px solid var(--primary-color);
}
i.fa.fa-comments-o,
i.fa.fa-calendar-o{
    margin-right: 10px;
}
@media only screen and (max-width: 1230px){
    #blogcarousel .owl-stage-outer{
        padding: 0;
        margin: 0;
    }
    #category-carousel .owl-stage-outer{
        padding: 0px 0 12px 0;
        margin: 0;
    }
    .category-featured .category-title h4,
    .category-featured .category-title{
        transform: unset; 
        -webkit-transform: unset; 
    }
    .category-featured .category-title{
        right: 0;
    }
    .blog-info-date{
        right: 12px;
    }
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
#product-page .col-sm-6{
	margin-bottom: 50px;
}
#category-blogs #content .product-thumb {
	background: none;
    overflow: visible;
	margin-bottom: 50px;
}
#category-blogs .product-thumb:hover{ 
	box-shadow: none;
}
.blog-layout.product-list .product-thumb .image {
    margin: 0;
}
#category-blogs .product-thumb h4{
    margin: 0 0 20px 0;
    text-transform: capitalize;
    font-size: 24px;
    display: inline-block;
}
.caption-blog  p,
.info_blog p,
.singblog-description{
	color: var(--primary-hover-color);
	line-height: 24px;
	margin: 0;
}
.caption-blog {
    background: var(--background-color);
    padding: 30px;
}
#category-blogs .blog-comment{
    float: right;
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
#content-blogs .thumbnails .thumbnail {
	border: unset;
	margin: 0;
	padding: 0;
}
.blog-detail {
    margin: 30px 0 20px;
}
#content-blogs .blog-date {
    margin-right: 20px;
}
h4.article-page-title{
    display: none;
}
.singblog-description{
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 30px 0;
}
#post_comment .leave-hedding,
.comment_cust .leave-hedding {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
}
#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: var(--primary-hover-color);
}
.comment-text {
    padding: 15px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
	background: var(--secondary-color);
}
@media (max-width: 991px){
    .blog-block .hover-zoom::before {
        opacity: 1;
        right: 51%;
    }
    .blog-block .hover-post::before {
        opacity: 1;
        left: 51%;
    }
    .blog-block .image img {
        opacity: 0.6;
    }
    .blog-block .hover-zoom::before,
    .blog-block .hover-post:before{
        height: 34px;
        width: 34px;
        line-height: 34px;
    }
    .link_info{
        padding: 15px;
    }
    .blog-read{
        margin: 8px 0 0 0;
        padding: 5px 20px;
    }
}
@media (max-width: 540px){
    #category-blogs .blog-comment {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
footer {
    margin-top: 50px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
}
.footer-top {
    font-weight: 500;
    padding: 45px 0;
    border-bottom: 1px solid #444444;
}
footer a {
    color: var(--secondary-color);
    line-height: 36px;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
footer a:hover,
footer a:focus{
    color: var(--primary-hover-color);
}
footer h5,
.social-payment h4{
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 10px 0;
    color: var(--secondary-color);
    position: relative;
}
footer .info li:hover a,
footer .extra li:hover a {
    margin-left: 5px;
}
footer .info li:hover:before,
footer .extra li:hover:before {
    content: "\f105";
    font-family: FontAwesome;
    color: var(--primary-hover-color);
}

/* footer left */
.position-footer-left li i {
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: 600;
    line-height: inherit;
}
.position-footer-left li {
    padding: 0 0 0 25px;
    line-height: 30px;
    position: relative;
}
.position-footer-left li+li {
    margin-top: 5px;
}

/* footer right */
footer .position-footer-right h5,
footer .position-footer-right h4{
    margin: 0 0 30px 0;
}
.footer_payment {
    margin-top: 30px;
}
li.social_block {
    display: inline-block;
}
li.social_block+li{
    margin: 0 0 0 8px;
}
.block-social li a {
    background: #454545;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    text-align: center;
    width: 40px;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
    line-height: 40px;
}
.social_block a:hover {
    color: var(--secondary-color);
}
.facebook.social_block a:hover {
    background: #3B5998;
}
.twitter.social_block a:hover {
    background: #55ACEE;
}
.g-plus.social_block a:hover {
    background: #dd4b39;
}
.linkdin.social_block a:hover {
    background: #0077B5;
}
.instagrm.social_block a:hover {
    background: #125688;
}

/* footer bottom*/
footer .footer_bottom p {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #444444;
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}
@media (max-width: 1199px) and (min-width: 992px){
    li.social_block+li {
        margin: 0 0 0 -1px;
    }
}
@media (max-width: 991px){
    .extra ul.list-unstyled{
        margin-bottom: 20px;
    }
    .social-payment,
    .social-links{
        display: block!important;
    }
    .footer_payment {
        float: right;
        margin: 0;
    }
    .block-social {
        float: left;
    }
	.footer-top {
	    padding: 20px 0 25px;
	}
	footer .col-sm-2, footer .col-sm-3:not(:last-child) {
	    height: auto;
	    border: none;
	}
	footer .position-footer-left ul p {
	    margin: 10px 0 20px;
	}
    footer .position-footer-right h5,
    footer .position-footer-right h4{
        margin: 0 0 10px 0;
    }
	.footer-top .col-sm-3{
	    width: 100%;
        float: unset;
        margin-bottom: 15px;
	}
    .footer-top .col-sm-3:last-child{
        margin: 0;
    }
    .block-social span,
    .footer_payment span{
        display: none;
    }
    footer h5,
    .social-payment h4{
        font-size: 16px;
    }
    .block-social li a{
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    li.social_block+li {
        margin: 0 0 0 3px;
    }
    footer .footer_bottom p{
        padding: 5px 0;
    }
}
@media (max-width: 640px){
    .block-social,
    .footer_payment{
        width: 100%;
    }
    .footer_payment{
        margin-top: 20px;
    }
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
    margin-bottom: 50px;
}
.breadcrumb-back .page_title{
    background: url('../image/mahardhi/breadcrumbs-bg.jpg') no-repeat scroll center;
    background-size: cover;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    padding: 62px 0;
    position: relative;
    margin: 0;
    text-align: center;
}
.breadcrumb {
    margin: 0;
    padding: 14px;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    background: var(--primary-color);
    text-align: center;
    border-radius: 0;
}
.breadcrumb > li {
    position: relative;
}
.breadcrumb a {
    color: var(--secondary-color);
}
.breadcrumb > li + li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: var(--secondary-color);
    font-size: 14px;
}
@media (max-width: 991px){
    .page_title {
        margin-bottom: 12px;
    }
    .breadcrumb-back .page_title{
        padding: 30px 0;
        font-size: 18px;
    }
    .breadcrumb{
        font-size: 14px;
    }
    .breadcrumb-back {
        margin-bottom: 20px;
    }
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
/*categories*/
#column-left > div,
#column-right > div {
    margin-bottom: 30px;
    border: 1px solid var(--border-color);
}
#column-left .container,
#column-right .container{
    width: auto;
    padding: 0;
}
#column-left > div:last-child,
#column-right > div:last-child{
    margin-bottom: 0;
}
#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
    background-color: var(--background-color);
    padding: 10.5px 20px;
    margin: 0;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
}
#selectMe-desk,
.filter_box{
	margin-bottom: 0;
    padding: 15px 0;
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
    color: var(--primary-hover-color);
    text-decoration: none;
    background-color: var(--secondary-color);
    border-color: transparent;
}
.category-list .list-group-item {
    border: none;
    border-radius: 0;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 8px 30px 8px 20px;
}
.category-list .has-more-category .toggled {
    position: absolute;
    right: 20px;
}
.child-categories { display: none; }
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
	content: "\f068";
}

/*sidebar category*/
.box-category .list-unstyled.childs_1 {
    display: none;
}
.parent li .toggled span {
    color: var(--primary-color);
    font-size: 12px;
    position: absolute;
    right: 5px;
    padding: 0 5px;
}
.parent .active .open-menu::after {
    color: var(--primary-color);
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 14px;
}
.parent .open-menu::after {
    color: var(--primary-color);
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
}

/*REFINE SEARCH*/
.panel-default.filter {
    border: none;
}
.panel {
    border-radius: 0;
}
.filter_box .list-group a {
    padding: 10px 20px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
}
.filter_box .list-group-item {
    border: none;
    padding: 0px 20px;
}
.checkbox label, .radio label {
    color: var(--primary-hover-color);
    text-transform: capitalize;
}
.filter_box .checkbox+.checkbox,
.filter_box .radio+.radio{
	margin-top: 10px;
}
#filter .panel-footer {
    text-align: left;
    padding: 5px 20px 10px;
    background: var(--secondary-color);
}

/*left banner*/
#column-left .swiper-viewport,
#column-right .swiper-viewport{
    border-radius: 0;
    box-shadow: none;
    border: none;
}

/*INFORMATION*/
.sidebar .list-unstyled, .account-content .list-unstyled {
    padding: 10px 0;
}
.sidebar li, .account-content .list-group a {
    padding: 5px 20px;
}
.sidebar li a {
    color: var(--primary-hover-color);
}
.sidebar li a:hover {
    color: #434a54;
}
.account-content .list-group {
    margin: 0;
}

/*product*/
#column-left .page-title h3:before,
#column-left .page-title h3:after,
#column-right .page-title h3:before,
#column-right .page-title h3:after{
    background: unset;
}
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}
#column-left .box,
#column-right .box{
	margin-top: 0;
}
#column-left .page-title,
#column-right .page-title {
    margin: 0;
    border-bottom: unset;
}
#column-left .page-title:before{
	display: none;
}
#column-left .page-title h3,
#column-right .page-title h3{
	display: block;
}
#column-left .block_box,
#column-right .block_box{
    padding: 30px 5px;
}
#column-left .row,
#column-right .row {
    margin: 0;
}
#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: 39%;
    margin-right: 15px;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 52%;
    padding: 0;
    background: transparent;
}
#column-left .button-group,
#column-right .button-group,
#column-left .sale-text,
#column-right .sale-text,
#column-left .product-thumb .addcart,
#column-right .product-thumb .addcart,
#column-left .product-thumb .price,
#column-right .product-thumb .price{
	display: none;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating{
    margin: 10px 0;
    display: block;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0px; 
	text-align: left;
	position: relative;
    min-height: 70px;
}
#column-left .product-thumb .cat_price,
#column-right .product-thumb .cat_price{
    display: block;
    margin: 0;
}
#column-left .product-thumb .price-new,
#column-right .product-thumb .price-new {
    display: block;
    margin: 0;
}
#column-left .product-thumb .price-left,
#column-right .product-thumb .price-left {
    color: var(--primary-color);
    background: none;
    padding: 0;
    margin: 8px 0;
    font-weight: 600;
}
#column-left .product-thumb .thumb-description .price_cart{
	display: block;
}
@media only screen and (max-width: 991px){
	#column-left, #column-right {
	    margin-top: 50px;
	}
	.toggled .toggle-open {
		position: absolute;
		right: 0;
	}
	#selectMe-desk,
    #column-left .swiper-viewport, #column-right .swiper-viewport{
	    display: none;
	}
	.category-list .has-more-category .toggled{
		right: 20px;
	}
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image{
        width: auto;
        margin-right: 15px;
	}
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 57%;
    }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat_thumb{
    margin-bottom: 30px;
}
.cat-sort .form-control,
.cat-show .filter-selection .form-control,
.cat-pagination-right .limits-text{
    padding: 5px 10px 5px 22px;
}
.category-bg {
    border: 5px solid var(--border-color);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    float: left;
    border-radius: 0;
}
.block-description .category-list{
    float: left;
    width: 100%;
}
.block-description .category-list ul li {
    display: inline-block;
    margin-right: 15px;
}
.subcategory-image {
    clear: both;
    padding: 0 0 8px;
}
.subcategory-image > a {
    background: var(--secondary-color);
    border: 2px solid var(--border-color);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    display: block;
    padding: 10px;
    border-radius: 0;
}
.block-description .category-list h5 {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
}
.block-description .category-list h5 a {
    color: var(--primary-color);
    font: 400 16px/22px "Poppins",sans-serif;
    text-transform: capitalize;
}
.cat_thumb .img-thumbnail {
    border: none;
    padding: 0;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}
.cat_des p {
    margin: 25px 0 15px 0;
    color: var(--primary-hover-color);
}
.refine_serach {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 20px;
}
.refine_block ul li:hover a{
    color: var(--primary-hover-color);
    border-color: var(--primary-color);
}
.cat_info {
    margin: 0 0 30px 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.cat_list_gird {
    float: left;
    padding: 0 8px;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover,
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus, .pagination>li>a:hover,
.pagination>li>span:focus, .pagination>li>span:hover{
    color: var(--primary-color);
    background: var(--secondary-color)f;
    border-color: var(--primary-color);
}
#list-view.btn-default,
#grid-view.btn-default,
.pagination>li{
    border: 2px solid var(--secondary-light-color);
    background-color: var(--secondary-light-color);
    box-shadow: none;
    border-radius: 0;
    color: var(--primary-color);
    padding: 0;
    margin: 0;
    color: var(--primary-color);
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    height: 36px;
    width: 36px;
}
#grid-view.btn-default {
    margin-right: 10px;
}
#list-view.btn-default .fa,
#grid-view.btn-default .fa {
    line-height: 20px;
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
}
.com-total {
    display: none;
}
.cat-sort {
    float: left;
    display: flex;
}
.cat-show {
    float: right;
    display: flex;
}
.text-right.show-text {
    padding: 0px 15px 0 0;
}
.text_sort {
    width: auto;
    padding: 0;
    font-size: 14px;
    margin-top: 6px;
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat-sort .form-control,
.cat-show .filter-selection .form-control,
.cat-pagination-right .limits-text {
    padding: 5px 22px 5px 10px;
    margin: 0;
    height: 36px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
select.form-control,
.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.select-filter-show::after,
.select-filter-sort::after {
    font-family: 'fontawesome';
    content: '\f0d7';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
}
.text_limit {
    margin: 8px 0;
}
.product-grid .description,
.product-grid .pro_description{
	display: none;
}
@media (max-width: 991px){
    .cat_info {
        margin: 0 0 20px 0;
    }
    .cat_thumb {
        margin-bottom: 15px;
    }
    .cat_des p {
        margin: 15px 0;
    }
    .refine_serach {
        font-size: 14px;
        margin: 0 0 10px;
    }
}
@media (max-width: 767px){
    .cat_img,
    .block-description{
        width: 100%;
    }
}
@media (max-width: 640px){
    .cat_list_gird{
        width: 100%;
        margin: 0 0 10px;
    }    
}
@media (max-width: 480px){
    .cat-pagination-right > div{
        width: 100%;
    }
    .cat-sort{
        margin-bottom: 10px;
    }
}

/*product list*/
.product-grid .product-thumb,
.product-list .product-thumb{
    margin-bottom: 30px;
}
.product-list .thumb-description{
    background: transparent;
    padding: 0;
}
.product-list .product-thumb .caption {
    text-align: left;
    overflow: hidden;
}
.product-list .product-thumb .price,
.product-list .product-thumb .addcart,
.product-list .product-thumb .rating{
    display: block;
}
.product-list .product-thumb .addcart{
    margin: 0;
}
.product-list .caption h4 {
    padding: 7px 0 0 0;
}
.product-list .description {
    color: var(--primary-hover-color);
     margin: 10px 0 26px;;
    line-height: 24px;
}
.rating .fa-stack,
#tab-review .fa-stack{
	font-size: 7px;
}
.rating .fa-star-o,
#tab-review .fa-star-o{
    color: #f9bb15;
}
.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;
}
.pro_list {
	margin: 20px 0;
}
.pro_list button.addcart {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}
.pro_list button {
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    padding: 9px 20px;
}
.pro_list .wishlist, .pro_list .compare {
    padding: 9px 12px;
    margin-left: 5px;
}
.pro_list button:hover {
    background-color: #434a54;
    color: var(--secondary-color);
    border-color: #434a54;
}
.product-list .product-thumb .thumb-description .caption p::after{
	display: none;
}

@media (min-width: 641px) {
	.product-list .product-thumb .image {
		float: left;
		margin-right: 30px;
	}
}

/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
    margin: 0;
    padding: 10px 0px;
    clear: left;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
}
.pagination>li {
    display: inline-flex;
    padding: 0 8px;
    width: auto;
}
.pro_pagination .text-left {
    line-height: 36px;
    float: left;
    padding: 0;
}
.pro_pagination .text-right{
    padding: 0 8px;
}
.pagination {
    margin: 0;
    padding: 0;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: transparent;
    color: var(--primary-color);
}
.pagination>li>a:last-child {
    border-radius: 0px;
}
.pagination>li.active,
.pagination>li:hover{
    border: 2px solid var(--primary-color);
    background-color: var(--secondary-color);
    color: var(--primary-color);
}
.pagination>li>a,
.pagination>li>span {
    background: transparent;
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    color: var(--primary-color);
    text-align: center;
    border: none;
    border-radius: 0px;
    padding: 5px;
    line-height: 22px;
}
.pagination>li+li{
    margin-left: 10px;
}
@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: 10px;
        line-height: 20px;
    }
}

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
#product-page .col-sm-12 {
    padding: 0;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
a.thumbnail {
    padding: 0;
    border: none;
}
#additional-carousel{
    padding: 0px 65px;
}
#quick-carousel{
    padding: 0px 30px;
}
.image-additional a {
    margin: 0 10px;
    display: block;
}
#additional-carousel .owl-nav .owl-prev{
	left: 30px!important;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div{
    top: 45px;
    background: none;
    border: none;
}
#quick-carousel .owl-nav div,
#quick-carousel.owl-carousel .owl-nav i{
    width: auto;
    -webkit-transform: unset;
}
#additional-carousel.owl-carousel .owl-nav i{
    font-size: 24px;
}
.right_info h1, .quick-product-right h1 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 10px 0 15px 0;
}
.rating .product-rating, .rating > a {
    margin-right: 15px;
    float: left;
    text-transform: capitalize;
}
.rating .reviews {
    color: var(--primary-color);
    cursor: default;
}
.rating .fa-pencil {
    padding-right: 5px;
}
.right_info .disc {
    color: var(--primary-color);
    font-weight: 600;
    margin-right: 5px;
    line-height: 27px;
    min-width: 125px;
    display: inline-block;
}
.right_info .disc1 {
    color: var(--primary-hover-color);
    margin-right: 10px;
}
.pro_price {
    font-size: 24px;
    font-weight: 500;
    margin-right: 5px;
}
.pro_oldprice {
    color: var(--primary-hover-color);
    font-size: 16px;
}
.right_info .addcart,
.quick-product-right .addcart {
    margin: 0 0 0 15px;
}
.right_info .tax {
	margin: 5px 0;
    color: var(--primary-hover-color);
}
.product-options h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.right_info .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: var(--primary-color);
}
#input-quantity {
    border-radius: 0;
    text-align: center;
    width: auto;
    box-shadow: none;
    color: var(--primary-color);
    border-color: var(--secondary-light-color);
    margin: 0 5px;
    padding: 10px 18px;
}
.control-label.qty {
    margin: 0px 0 10px 0;
}
.product-btn-quantity {
    display: flex;    
}
.product-btn-quantity .plus,
.product-btn-quantity .minus{
    height: 40px;
    width: 40px;
    background: var(--secondary-light-color);
    border: none;
}
.product-btn-quantity .plus:hover,
.product-btn-quantity .minus:hover{
    background: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
button.pro_wish,
button.pro_comper {
	background: transparent;
	box-shadow: unset;
	border: unset;
    text-transform: uppercase;
	padding: 0;
}
.pro_wish {
    margin-right: 25px;
}
button.pro_wish:hover,
button.pro_comper:hover {
	color: var(--primary-hover-color);
}
button.pro_wish i,
button.pro_comper i{
	margin-right: 10px;
}
.pro-tab{
    border: 1px solid var(--border-color);
}
.related-products-block {
    margin-top: 50px;
}
#product-page .nav-tabs {
    border: none;
    background: var(--background-color);
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: var(--primary-hover-color);
    border: none;
}
#product-page .nav-tabs>li>a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    background: transparent;
    border: none;
    margin: 0;
    padding: 15px 30px;
    line-height: 20px;
}
#product-page .tab-content {
    padding: 30px;
}
.tab-content #tab-description {
    color: var(--primary-hover-color);
}
#product-page #tab-description ul:last-child,
#product-page #tab-specification .table {
    margin: 0;
}
#product-page #content h2 {
    font-size: 20px;
}
#form-review .form-group.required {
	margin: 0;
}
.right_info hr {
	border-color: var(--border-color);
}
@media (max-width: 767px){
    .product-img {
        width: 480px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 500px){
    #product-page .nav-tabs li {
        width: 100%;
        float: unset;
        text-align: center;
    }
    #product-page .nav-tabs li a {
        margin: 0;
    }
}
@media (max-width: 480px){
    .product-img {
        width: auto;
    }
    .rating .product-rating {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
    background: var(--primary-color);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: var(--secondary-color);
    font-size: 16px;
    height: 35px;
    margin: 0px 10px 10px 0;
    padding: 9px;
    text-align: center;
    width: 35px;
}
.information-contact .contact-left .title{
	font-size: 18px;
	color: var(--primary-color);
}
.content-address{
	margin-bottom: 15px;
}
.contact-left .btn-info{
	background: var(--secondary-color);
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	font-size: 14px;
	margin-bottom: 15px;
}
.contact-left .btn-info:hover{
	background: var(--primary-color);
	color: var(--secondary-color);
	border-color: var(--primary-color); 
}
.contact-left .btn-info i {
	font-size: 18px;
}
.content-details {
    background: var(--background-color);
    padding: 20px;
}
.contact-left .content-details > div{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--border-color);
}
.contact-left .content-details .comment-info{
	border: none;
	padding:0;
	margin: 0px;
}
#information-contact .panel-body .col-sm-3 {
	float: left;
	width: 100%;
	padding: 15px;
	line-height: 25px;
}
@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-body .btn-primary {
	font-size: 14px;
}
.checkout-cart .input-group.btn-block .form-control {
	width: 45px;
	text-align: center;
}
.checkout .input-group .form-control {
	z-index: 1;
	background: var(--secondary-color);
}
.cart_input_block.input-group {
	display: inline-block;
	width: auto;
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
    margin: 0 0 10px 0;
}
#account-wishlist .btn.btn-primary{
    border-radius: 0;
}

/* manufacture page */
#product-manufacturer #content p> a {
	color: #6a3212;
}
.manufacturer-list {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	padding: 5px;
}
.manufacturer-heading {
	background: var(--background-color);
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}
.manufacturer-content {
	padding: 8px;
}

/*account*/
#account-account h2.page_title {
	color: var(--primary-color);
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	display: block;
}
#account-account #content ul {
	margin-bottom: 20px;
}
.well {
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 19px;
    border-radius: 0;
    background-color: var(--secondary-color);
}
.well h2 {
	margin: 0px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}

/*sitemap*/
#information-sitemap #content li > a {
	line-height: 28px;
}

/*compare*/
#product-compare .table {
	display: inherit;
    border-style: solid none none none;
    overflow: auto;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
#product-compare .table>tbody+tbody {
    border-top: 1px solid var(--border-color);
}

/*----------------------------------------------*/
/* 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;
}
ul.list-unstyled{
	margin: 0;
}
.owl-carousel {
    touch-action: manipulation;
}
.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: var(--primary-hover-color);
	background: var(--secondary-color);
	border: 1px solid var(--border-color);
	box-shadow: none;
	border-radius: 0;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 40px;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
	/* Mahardhi */
	#content, #column-left, #column-right {
		width: 100%;
	}
}
@media screen and (max-width: 767px){
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 1px solid var(--border-color);
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child{
        border-left: 0;
    }
    #input-search {
        margin-bottom: 10px;
    }
}
/* mahardhi */
@media (max-width: 991px) {
	.box-category h3.toggled { margin: 5px 0px; }
	
}
/* 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: 991px) {
    footer{
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    #column-left,
    #column-right {
        display: block !important;
    }
    footer{
        margin-top: 20px;
    }
}