body {
	color: var(--primary-color);
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	background: url(../image/mahardhi/body-wallpaper.jpg) no-repeat center center fixed transparent;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--primary-color);
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: var(--primary-color);
}
a:hover {
	text-decoration: none;
}
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,
.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, a:focus, a:active, a:hover, select, input[type=radio], input[type=checkbox] {
    outline: 0 none !important;
    text-decoration: none;
}
a:focus, a:hover {
    color: var(--primary-hover-color);
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: var(--primary-hover-color);
	background-color: var(--secondary-color);
	background-repeat: repeat-x;
}

/*----------------------------------------------*/
/* 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: #222;
	color: var(--secondary-color);
}
::selection {
	background-color: #222;
	color: var(--secondary-color);
}

/*----------------------------------------------*/
/* Back to top */
/*----------------------------------------------*/
a.scrollToTop {
   	position: fixed;
    right: 15px;
    bottom: 20px;
    font-weight: bold;
    color: var(--secondary-color);
    z-index: 95;
    border: 1px solid var(--primary-hover-color);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    background: var(--primary-hover-color);
}

/*----------------------------------------------*/
/* Loader */
/*----------------------------------------------*/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../image/mahardhi/loader.gif') 50% 50% no-repeat var(--secondary-color);
	opacity: 1;
}

/*----------------------------------------------*/
/* Quickview */
/*----------------------------------------------*/
.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-overlay {
    display: none;
    background-color: rgba(0,0,0,0.9);
    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: 28px;
	margin: 0 auto;
	text-align: center;
	content: "\f1ce";
	color: var(--primary-hover-color);
	vertical-align: middle;
}
.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%;
}

/*----------------------------------------------*/
/* Newsletter Popup */
/*----------------------------------------------*/
.modal-open .modal{
	overflow: unset;
}
.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{
	width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.6;
}
.newsletter-popup .modal-body{
	padding:20px; 
}
.newsletter-content h3{
	font-weight: 600;
    text-transform: uppercase;    
    margin: 25px 0;    
}
.newsletter-content p{	
    margin-bottom: 20px;    
    line-height: 25px;
    padding: 0 25px;
    color: var(--secondary-light-color);
}
.newsletter-content input[type="text"] {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
    padding: 0 10px; 
}
.newsletter-content .btn{    
    text-transform: uppercase;
    font-weight: 500;
    display: table;
    margin: 15px auto;    
    padding: 10px 20px; 
}
.newsletter-content-bottom{
	margin-bottom: 20px;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
    padding: 0 10px;
    outline: none;
}
.newsletter-popup-message {
    width: 70%;
    margin: 0 auto;
}
@media (max-width: 767px){
	.newsletter-popup .modal-dialog {
	    max-width: 90%;
	}
}
@media (max-width: 480px){
	.newsletter-popup-message {
	    width: 100%;
	}
	.newsletter-content h3{
		margin: 25px 0 15px;
		font-size: 20px;
	}
	.newsletter-content p{
		padding: 0;
	}
	.newsletter-content .newsletter_usr_popup_email {
	    width: 100%;
	}
}

/*----------------------------------------------*/
/* Start Top */
/*----------------------------------------------*/
#top {
	background-color: var(--primary-hover-color);
}

/* header contact */
.contact {
    color: var(--secondary-color);
 	padding: 10px 0;
}
#top .contact .val_contact {
	font-weight: 600;
}
#top .icon-phone {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

/* Top Right */
#top .btn-link,
#top-links li,
#top-links a {
	color: var(--secondary-color);
	text-shadow: none;
	text-decoration: none;
	font-weight: 500;
	padding: 9px 10px;
}
#top #form-currency .dropdown-toggle {
	padding-right: 0;
}
#top #form-currency .dropdown-menu,
#top #form-language .dropdown-menu {
	right: 0;
	left: auto;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid var(--primary-hover-color);
    padding: 5px 0;
    margin: 0;
}
#top .dropdown-menu button {
    padding: 3px 10px;
}
#top #form-currency .currency-select,
#top #form-language .language-select,header   {
	text-align: left;
    color: var(--primary-color);
}
#top .btn-link:hover, #top-links a:hover {
	color: var(--primary-color);
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	color: var(--primary-hover-color);
}
#top .btn-link strong {
   	font-weight: 500;
}

/*----------------------------------------------*/
/* Start Header */
/*----------------------------------------------*/
header {
    position: relative;
}
.header_right {
    position: relative;
    display: flex;
    align-items: center;
}

/*header right*/
.header-links {
	float: right;
}
.header-links ul,
#mahardhiSearch, #search,
.box_content,
#cart .dropdown-menu{
	/*top: 44px;*/
}
#header-link #header_ac ul,
#cart .dropdown-menu{
	border-radius: 0;
	border-color: var(--primary-hover-color);
	margin: 0;
}
#header-link {
	padding: 0 30px;
}
.header_cart,
#header-link,
.header-search{
	float: left;
}

/* search */
#mahardhiSearch, #search {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    width: 280px;
}
#mahardhiSearch > * { display: block; }
#mahardhiSearch .btn-search {
	width: auto;
    position: absolute;
    right: 0; }
.ui-autocomplete.ui-menu .ui-menu-item {
	list-style-image: none;
}
.ui-autocomplete .mahardhi-search {
	position: relative;
	display: table;
	width: 100%;
	padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
	display: table-cell;
	vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
	width: 80px;
	padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail {
	white-space: nowrap;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
/**/
#mahardhiSearch .btn-search button {
    background: var(--primary-hover-color);
}
#mahardhiSearch input, #search input{
	border-color: var(--primary-hover-color);
}
#search .btn_search,
.header-search .btn_search{
	font-size: 22px;
}
.header-search .btn_search:hover{
	color: var(--primary-hover-color);
}
.header-search .btn_search.active:before{
    content: "\e904";
    font-size: 18px;
}
.box_content {
    display: none;
    left: auto;
    position: absolute;
    right: 0;
    width: 280px;
}
#search .input-lg {
	background-color: var(--secondary-color);
	color: #808080;
	display: inline-block;
	height: 40px;
	padding: 0 50px 0 15px;
	width: 100%;
}
#search span {
    display: block;
    width: auto;
    right: 0px;
    position: absolute;
}
#search .box_content .btn-default.btn-lg {
    background: var(--primary-hover-color);
    padding: 10px 15px;
    border: none;
    color: var(--primary-color);
    box-shadow: none;
}
.btn-search .fa-search {
    color: var(--primary-color);
    text-shadow: none;
    font-size: 16px;
}
.header-search {
    text-align: left;
    width: auto;
    position: relative;
}
/* Mahardhi Search */
#search.mahardhi-search .box-content {
	display: table;
	width: 100%;
}
.ui-autocomplete.ui-menu .ui-menu-item {
	list-style-image: none;
}
.ui-autocomplete .mahardhi-search {
	position: relative;
	display: table;
	width: 100%;
	padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
	display: table-cell;
	vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
	width: 80px;
	padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail {
	white-space: nowrap;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
/* End */

/*Account*/
#header-link .account_menu {
	font-size: 22px;
}
#header-link #header_ac ul{
	padding: 5px 0;
}
#header-link #header_ac li >a {
	padding: 3px 10px;
	background: transparent;
}
.header-links ul {
	margin: 0;
}
.header-links ul li{
	vertical-align: top;
    padding: 0;
}
#header-link #header_ac li >a:hover {
	background-color: var(--secondary-color);
	color: var(--primary-hover-color);
}
#account-wishlist img{
	border: 1px solid var(--border-color);
}

/* Cart */
#cart > .btn {
	background: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
}
#cart > .btn:before {
    content: "\e903";
    font-family: 'Mahardhi-Fonts' !important;
    float: left;
    font-size: 22px;
    line-height: 22px;
    color: var(--primary-color);
}
.header_cart i.fa.fa-shopping-cart {
	display: none;
}
#cart #cart-total {
	position: absolute;
    top: 0;
    left: 3px;
	height: 16px;
	width: 16px;
	border-radius: 15px;
	background-color: var(--primary-hover-color);
	color: var(--secondary-color);
}
#cart .dropdown-menu {
	padding: 0px;
	width: 300px;
	background: var(--secondary-color);
	z-index: 1001;
	overflow: hidden;
	box-shadow: none;
}
#cart .dropdown-menu .cart-content-product {
	max-height: 235px;
	overflow-y: auto;
	overflow-x: hidden;
}
#cart .dropdown-menu li {
	float: none;
	padding: 0px 20px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border: none;
}
#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;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: var(--secondary-color);
}
#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 li td,
td.cart-total-price {
	font-size: 14px;
	font-weight: 600;
}
#cart .dropdown-menu table td {
	background: none;
	border: none;
	padding: 5px 4px;
	color: var(--primary-color);
}
#cart .img-thumbnail {
    max-width: unset;
    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 .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: #434a54;
}
#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;
}
#cart .dropdown-menu .btn-danger {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid var(--border-color);
    padding: 10px 20px 0px 20px;
}
.product-cart-button {
    padding: 0px 0px 20px 0px;
}
#cart .dropdown-menu li p {
    margin: 0;
    font-size: 14px;
}
.product-cart-button a {
	border: 1px solid var(--primary-hover-color);
	padding: 8px 10px;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--primary-hover-color);
}
.product-cart-button a:hover{
	background: var(--primary-hover-color);
	color: var(--secondary-color);
}
#cart .dropdown-menu li p.product-cart-empty{
    padding: 20px 0;
}
#cart td.text-center:focus,
#cart td.text-center .btn-danger:active{
	outline: none;
	box-shadow: none;
}
@media (max-width: 991px) {	
	header .col-sm-6{
		/*width: 100%;
		padding-bottom: 15px;*/
	}
	.col-sm-3.nav_right {
		right: 0;
	    position: absolute;
	}
	.header-links{
	    display: flex;
	    align-items: center;
	}
	.header_cart {
	    padding: 0 30px 0 0;
	}
}
@media (max-width: 425px) {	
	#top .cont,
	#top .lan-curr{
		width: 100%;
		float: unset!important;
		text-align: center;
	}
	#top .lan,
	#top .curr{
	    display: inline-block;
	    float: unset!important;
	}
	.contact{
	    display: none;
	}
	#search,
	#mahardhiSearch{
		right: -95px;
	}
	.header_cart .dropdown-menu.pull-right {
	    right: -30px;
	}
}

/* Menu */
#menu {
    margin: 0;
    min-height: auto;
}
#menu .nav > li > a {
	color: var(--primary-color);
	padding: 10px;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 600;
}
#menu .dropdown-inner,
#navCategory .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
	display: table-cell;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
	position: relative;
}
#menu .navcol-menu:not(.column-1) .dropdown-inner li a {
	font-size: 14px;
}
#menu .menulist .dropdown-submenu ul.sub-menu a {
	color: #797979;
}
#menu .dropdown-inner li a:hover,
#navCategory .dropdown-inner li a:hover {
	color: var(--primary-hover-color);
	background-color: transparent;
}
#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: var(--primary-color);
	background-repeat: repeat-x;
}
#menu .menulist .dropdown-submenu ul.sub-menu a:hover {
	color: var(--primary-hover-color);
}
#menu .dropdown-inner .dropdown-submenu a:hover + .fa {
	color: var(--secondary-color);
}
#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);
	border: 1px solid #ccc;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 10px;
	top: 6px;
}
@media (min-width: 992px) {
	#menu .nav > li:hover > a{
		color: var(--primary-hover-color);
	}
	#menu .nav > li {
		padding: 29px 15px;
	}
	#menu .nav > li > a::after,
	#menu .nav > li.menulist.hiden_menu > a::after,
	.product-tab-block .nav>li>a::after {
		content: "";
		position: absolute;
		height: 2px;
		width: 100%;
		background-color: var(--primary-hover-color);
		bottom: 0px;
		left: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: -webkit-transform 0.2s ease;
		transition: -webkit-transform 0.2s ease;
		transition: transform .2s ease;
		transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	}
	#menu .nav > li:hover > a::after,
	#menu .nav > li.menulist.hiden_menu:hover > a::after,
	.product-tab-block .nav>li>a:hover::after{
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
    }
	#menu .dropdown:hover .dropdown-menu,
	#menu ul li.hiden_menu:hover .dropdown-inner {
		display: block;
		opacity: 1;
    	visibility: visible;
    	transition: all 0.4s ease-in-out 0s;
    	-webkit-transform: scale(1.0) rotate(0deg);
    	transform: scale(1.0) rotate(0deg);
	}
	#menu .dropdown-menu.column-3{
		left: -210px;
	}
	#menu .dropdown-menu,
	#menu .hiden_menu .dropdown-inner{	
		z-index: 999;
    	transform: scale(0) rotate(0deg);
    	transition: all 0.4s ease-in-out 0s;
    	opacity: 0;
    	visibility: hidden;
    	display: block!important;
    	top: 98px;
    	border-radius: 0;
    	border: 1px solid var(--primary-hover-color);
		margin-left: 0!important;
		left: -50px;
	}
	#menu .navcol-menu .dropdown-inner> ul {
	    padding: 20px 40px;
	}
	#menu .navcol-menu:not(.column-1) .dropdown-inner li.dropdown-submenu:first-child {
		padding-bottom: 15px;
	}
	#menu li.sub-menu-item > a {
	    border: var(--border-color) double;
	}
	#menu .dropdown-inner a {
		min-width: 240px;
		display: block;
		padding: 7px 18px;
		clear: both;
		text-transform: capitalize;
	}
	#menu .navcol-menu.column-1 .dropdown-inner> ul {
		padding: 0;
	}
	#menu ul li.hiden_menu .dropdown-inner {
		position: absolute;
		background-color: var(--secondary-color);
		padding: 5px 0;
	}
}
@media (max-width: 1199px) {	
	#menu .nav > li {
    	padding: 29px 10px;
	}
	#menu .navcol-menu .dropdown-inner> ul {
	    padding: 20px;
	}
}
@media (max-width: 991px) {
	#topCategoryList {
        background: var(--secondary-color);
        display: block!important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 350px;
        z-index: 999;
        margin: 0;
        -webkit-transform: translate(-400px,0);
        -moz-transform: translate(-400px,0);
        -ms-transform: translate(-400px,0);
        -o-transform: translate(-400px,0);
        transform: translate(-400px,0);
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        overflow: auto;
    }
    #topCategoryList.box-menu {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    .menu-close {
        background: var(--primary-hover-color);
        color: var(--secondary-color);
        padding: 10px 20px;
        font-weight: 700;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
    }
    .menu-close .fa{
        line-height: 20px;
    }
    #menu .btn-navbar.open-menu:after {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        display: block;
        position: fixed;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 99;
        transition: opacity 0.2s cubic-bezier(0,0,.3,1);
        transition-delay: 0.1s;
    }
	#menu .navbar-toggle {
        display: block;
        border: none;
        color: #ff7c7c;
        margin-right: 0;
        padding: 0;
        box-shadow: none;
        margin: 0;
	}
	.fa-bars {
		font-size: 22px;
	}
	#menu .navbar-toggle {
		display: block;
		border: none;
		color: var(--primary-color);
		margin: 0;
		padding: 0;
	}
	.fa-bars {
	    font-size: 20px;
	}
	#menu #topCategoryList ul {
		margin: 0px;
		float: none;
		display: block;
	}
	#menu .nav > li{
		padding: 0;
	}
	#topCategoryList ul li {
		float: none;
	}
	#menu ul li.hiden_menu .dropdown-inner{
		display: block;
	}
	#menu .nav > li > a,
	#menu #topCategoryList ul li.hiden_menu .dropdown-inner a,
	#menu #topCategoryList .dropdown-inner a{
		font-size: 16px;
		font-weight: 500;
		text-transform: capitalize;
		padding: 10px 30px 10px 15px;
	    display: block;
	}
	#menu .navcol-menu .dropdown-inner> ul {
	    padding: 0;
	}
	#topCategoryList #more_cat {
    	display: none;
	}
	
	/*mahardhi*/
	#selectMe-desk {
		display: none;
	}
	#topCategoryList li .toggle-menu {
	    position: absolute;
	    right: 0;
	    top: 0;
	    padding: 10px 12px;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
		float: none;
		border: none;
		box-shadow: none;
		display: none;
		padding:0 15px;
		background: rgba(0,0,0,0);
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
		display: block;
	}
	#topCategoryList .dropdown-submenu > .fa {
		display: none;
	}
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none;
		left: auto;
		border: none;
		padding: 0px 20px;
	}
	/**/
}	

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: var(--secondary-color);
	}
}

/* logo */
#logo {
	padding: 15px 0;
}
@media (max-width: 991px) {
	.header_right .col-sm-3:first-child {
	    width: 170px;
	}
	#logo {
	    padding: 10px 0;
	}
}
@media (max-width: 480px) {
	#header-link {
	    padding: 0 10px;
	}
	.header_cart {
	    padding: 0 10px 0 0;
	}
	#topCategoryList {
	    max-width: 280px;
	}
}

/* cart */
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: var(--secondary-color);
}
#cart.open > .btn:hover {
	color: #444;
}
#cart > .btn,
#header_ac > a,
.header-search .btn_search{
	padding: 15px 0;
    display: block;
    background: transparent;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}

/* content */
#content {
	min-height: 600px;
}
#common-home #content {
	min-height: unset;
}

/*slider*/
.common-home .swiper-viewport {
    box-shadow: none;
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
}

/*----------------------------------------------*/
/* slideshow next & prev button */
/*----------------------------------------------*/
.slideshow .swiper-pager .swiper-button-prev,
.slideshow .swiper-pager .swiper-button-next {
	height: 50px;
	width: 50px;
	background-color: transparent;
	border:1px solid var(--secondary-color);
	right:20px;
	line-height: 50px;
	text-align: center;
}
.slideshow  .swiper-slide img {
	width: 100%;
}
.slideshow .swiper-pager .swiper-button-prev {
	left: 20px!important;
}
.swiper-viewport:hover .swiper-button-next {
	right: 20px!important;
}
.swiper-pager .swiper-button-prev i,
.swiper-pager .swiper-button-next i {
	font-size: 24px;
	color: var(--secondary-color);
}
.swiper-button-next:before,
.swiper-button-prev:before {
	vertical-align: middle;
}
.slideshow .swiper-pager .swiper-button-prev,
.slideshow .swiper-pager .swiper-button-next {
	opacity: 1;
}
.slideshow .swiper-button-prev:before,
.slideshow .swiper-button-next:before,
.carousel .swiper-button-prev:before,
.carousel .swiper-button-next:before{
	content:"";
}
.slideshow .swiper-pager .swiper-button-prev:hover,
.slideshow .swiper-pager .swiper-button-next:hover,
.carousel .swiper-pager .swiper-button-prev:hover,
.carousel .swiper-pager .swiper-button-next:hover {
	background-color: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
}
.carousel .swiper-viewport:hover .swiper-button-prev {
	right: 51px!important;
	left: auto;
	opacity: 1;
}
.carousel .swiper-viewport:hover .swiper-button-next {
	right: 0px!important;
	left: auto;
	opacity: 1;
}
@media (max-width: 991px) {
	.slideshow .swiper-pager .swiper-button-prev, .slideshow .swiper-pager .swiper-button-next{
		height: 30px;
		width: 30px;
		line-height: 35px;
	}
}

/*----------------------------------------------*/
/* Services */
/*----------------------------------------------*/
.contentbox-cms {
    margin: 50px -15px;
}
.service_content {
	float: left;
    width: 25%;
    padding: 0 15px;
}
.service_content > div {	
    border: 1px solid var(--border-color);
    padding: 24px 5px;
    display: flex;
    justify-content: center;
}
#cmsserviceblock .cms_icon {
    margin-bottom: 20px;
}
.banner_img1,.banner_img2,.banner_img3,.banner_img4{
	display: block;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: var(--primary-hover-color);
}
.content1:hover .title,
.content2:hover .title,
.content3:hover .title,
.content4:hover .title{
	color: var(--primary-hover-color);
}
.contentbox-cms .service-text {
	color: var(--secondary-light-color);
}
.contentbox-cms .first_content .content,
.contentbox-cms .second_content .content,
.contentbox-cms .third_content .content{
	padding: 9px;
    margin-left: 50px;
}
.contentbox-cms .title{
	color: var(--primary-color);
	font-weight: 600;
    text-transform: capitalize;
}
.service_content .content {
	display: inline-block;
	margin-left: 10px;
}
@media (min-width: 992px) {
	.contentbox-cms .service_content:hover .cms_img {
		transform: rotate(-360deg);
		transition: all 0.5s ease 0s;
		-webkit-transform: rotate(-360deg);
		-webkit-transition: all 0.5s ease 0s;
		cursor: pointer;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {	
	.service_content > div{
		display: block;
	    text-align: center;
	}
	.service_content .content{
		margin: 0;
	}
}
@media (max-width: 1199px){
	.service_content > div{
        padding: 10px 5px;
	}
}
@media (max-width: 991px) {	
	.service_content{
		padding: 0 5px;
	    width: 50%;
	}
	.contentbox-cms {
	    margin: 30px -5px;
	}
	.content3,
	.content4{
		margin-top: 10px;
	}
}
@media (max-width: 767px){
	.contentbox-cms {
	    margin: 20px 0;
	}
}
@media (max-width: 600px) and (min-width: 376px){	
	.service_content > div{
		display: block;
		text-align: center;
	}
	.service_content .content{
		margin: 0;
	}
}
@media (max-width: 480px){
	.contentbox-cms .title{
		font-size: 12px;
	}
	.contentbox-cms .service-text{
		font-size: 10px;
	    line-height: 15px;
	}
	.service_content > div {
	    padding: 5px;
	}
}
@media (max-width: 375px){
	.service_content{
		width: 100%;
	}
	.content2{
		margin-top: 10px;
	}
}

/*----------------------------------------------*/
/* Banners */
/*----------------------------------------------*/
.cmscontent img,
.cmscontent {
    width: 100%;
}
.cmscontent .banner1,
.cmscontent .banner2 {
    float: left;
     width: 48.75%; 
    position: relative;
}
.banner1 {
    margin-right: 30px;
}
.cmscontent .banner1 span.imghover,
.cmscontent .banner2 span.imghover{
    height: 50px;
    width: 91.2%;
    background-color: var(--background-color);
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    position: absolute;
    bottom: -25px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
.cmscontent .banner1 span.imghover::before,
.cmscontent .banner1 span.imghover::after,
.cmscontent .banner2 span.imghover::before,
.cmscontent .banner2 span.imghover::after{
	content: "";
    position: absolute;
}
.cmscontent .banner1 span.imghover::before,
.cmscontent .banner2 span.imghover::before{
	left: -25px;
    right: auto;
    border: 25px solid transparent;
    border-right: 25px solid transparent;
    border-right-color: var(--background-color);
    border-left: 0;
}
.cmscontent .banner1 span.imghover::after,
.cmscontent .banner2 span.imghover::after{
	left: auto;
    right: -25px;
    border: 25px solid transparent;
    border-left: 25px solid transparent;
    border-left-color: var(--background-color);
    border-right: 0;
}
.cmscontent .banner2 span.imghover{
	background-color: var(--primary-hover-color);
}
.cmscontent .banner2 span.imghover::after{
	border-left-color: var(--primary-hover-color);
}
.cmscontent .banner2 span.imghover::before{
	border-right-color: var(--primary-hover-color);
}
@media (min-width: 992px) {
	.cmscontent .banner1::before,
	.cmscontent .banner2::before,
	.banner #banner0::before {
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 10;
	    overflow: hidden;
	    opacity: 0;
	    visibility: visible;
	    border: 75px solid rgba(255,255,255,0.7);
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    -moz-transition: all .4s cubic-bezier(0.94,0.85,0.1,0.62);
	    -webkit-transition: all .4s cubic-bezier(0.94,0.85,0.1,0.62);
	    -o-transition: all .4s cubic-bezier(0.94,0.85,0.1,0.62);
	    -ms-transition: all .4s cubic-bezier(0.94,0.85,0.1,0.62);
	    transition: all .4s cubic-bezier(0.94,0.85,0.1,0.62);
	}
	.cmscontent .banner1:hover::before,
	.cmscontent .banner2:hover::before,
	.banner #banner0:hover::before {
	    border-width: 0;
	    opacity: 1;
	    visibility: hidden;
	}	
}
@media (max-width: 1439px) {
	.banner1 {
	    margin-right: 28px;
	}
}
@media (max-width: 1199px) {
	.banner1 {
	    margin-right: 23px;
	}
}
@media (max-width: 991px) {
	.cmscontent .banner1 span.imghover,
	.cmscontent .banner2 span.imghover {
	    width: 88%;
	    line-height: 40px;
	    height: 40px;
	    font-size: 18px;
	    bottom: -20px;
	}
	.cmscontent .banner1 span.imghover::before, .cmscontent .banner2 span.imghover::before{
		border-width: 20px;
		border-right-width: 20px;
		left: -20px;
	}
	.cmscontent .banner1 span.imghover::after, .cmscontent .banner2 span.imghover::after{
	    right: -20px;
	    border-width: 20px;
	    border-left-width: 20px;
	}
	.cmscontent .banner1,
	.cmscontent .banner2{
		width: 48%;
	}
	.banner1 {
	    margin-right: 26px;
	}
}
@media (max-width: 680px){
	.banner1 {
	    margin-right: 20px;
	}
}
@media (max-width: 600px){
	.cmscontent .banner1,
	.cmscontent .banner2 {
	    width: 100%;
	    margin-right: 0;
	}
	.banner1{
		margin-bottom: 40px;
	}
	.cmscontent .banner1 span.imghover,
	.cmscontent .banner2 span.imghover {
	    width: 87%;
	}
}

/*----------------------------------------------*/
/* Start Products */
/*----------------------------------------------*/
.box {
    background: var(--secondary-color);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    margin-top: 50px;
}
/*.box .owl-carousel,
*/.box .box-product,
#blogcarousel{
    padding: 30px 15px;
}
.featured .nav-tabs,
.bestseller .nav-tabs,
.latest .nav-tabs,
.special .nav-tabs,
.related-products-block .nav-tabs{
	height: 50px;
}
.featured .tab-left,
.bestseller .tab-left,
.latest .tab-left,
.special .tab-left,
.related-products-block .tab-left{
    background: url(../image/mahardhi/featured-prodcut-image.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.tab-left {
	float: left;
	min-height: 341px;
	padding: 0;
	width: 22.5%;
	background: url(../image/mahardhi/top-prodcut-image.jpg) no-repeat;
	position: relative;
	top: 50px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
}
.common-home .featured .page-title,
.common-home .bestseller .page-title,
.common-home .special .page-title,
.common-home .latest .page-title,
.product-tab-block .page-title,
.related-products-block .page-title{
    display: inline-block;
    position: absolute;
    width: 270px;
}
.box-content h3 {
	position: relative;
}
.product-tabs .page-title h3,
.mblog .page-title h3,
.carousel .page-title h3,
.box-category h3,
.filter h3,
.related-products-block h3,
.account-content h3 ,
.sidebar  h3,
.box .page-title h3{
	font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: var(--secondary-color);
    font-weight: 600;
    background-color: var(--primary-hover-color);
    margin: 0;
    padding: 15px;
    line-height: 20px;
    border-radius: 0;
}
.tab-right,
.related-products-block .tab-right {
	clear: none;
    float: right;
    position: relative;
    width: 77.5%;
}
.product-thumb {
	overflow: auto;
	position: relative;
}
.product-thumb .image {
    text-align: center;
    position: relative;
	background: var(--primary-color);
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
    border: 1px solid var(--border-color);
}
.product-thumb:hover .image>a {
	opacity: 0.5;
}
.product-list .product-thumb:hover .image>a {
	opacity: 1;
}
.thumb-description {
	position: relative;
	overflow: hidden;
	margin: 0;
}
.product-thumb .caption {
    text-align: center;
}
.product-thumb .compare,
.product-thumb .quickview-button,
.product-list .product-thumb .compare,
.product-list .product-thumb .quickview-button{
	border-left: none;
}
.product-thumb:hover .rating,.product-thumb:hover .price {
	display: none;
} 
.product-thumb .caption h4:hover >a {
	color: var(--primary-hover-color);
}
.product-thumb .price-tax {
	display: none;
}
.product-thumb .price {
	color: var(--primary-color);
	font-weight: 600;
	margin: 0;
}
.rating .fa-stack,
#tab-review .fa-stack{
    font-size: 7px;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-star-o,
#tab-review .fa-star-o{
	color: #c1c1c1;
	font-size: 15px;
}
.rating .fa-star,
#tab-review .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o {
	color: #ffd400;
}
.rating .fa-star-o:before,
#tab-review .fa-star-o:before {
    content: "\f005";
}
h2.price {
	margin: 0;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
}
.sale-text {
    position: absolute;
    top: 10px;
    color: var(--primary-hover-color);
    left: 10px;
    font-weight: 600;
}
.image_block {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
}
.image_block button{
	height: 40px;
	width: 40px;
	background-color: transparent;
	opacity: 0; 
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	float: left;
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color); 
	font-family: FontAwesome; 
	line-height: 38px; 
	outline: none;
}
.product-thumb .wishlist:before,
#product-product .right_info .wishlist:before,
.quickview-content .right_info .wishlist:before{
	content: "\f08a";
}
.product-thumb .compare:before,
#product-product .right_info .compare:before,
.quickview-content .right_info .compare:before{
	content: "\f0ec";
}
.product-thumb .quickview-button:before{
	content: "\f002";
}
.product-thumb .wishlist:hover,
.product-thumb .compare:hover,
.product-thumb .quickview-button:hover{
	background-color: var(--primary-hover-color);	
	border-color: var(--primary-hover-color);
}
.product-thumb:hover .image .rating,
.product-thumb:hover .image_block button{
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
}
.product-thumb:hover .button-group button.addcart {
    display: block;
    margin: 15px auto 5px auto;
}
.product-thumb .button-group button.addcart {
    display: none;
    padding: 9px 18px;
	margin: 0 auto;
	border: 1px solid var(--primary-hover-color);
    color: var(--primary-hover-color);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    outline: none;
	background: transparent;
}
.product-thumb .button-group .addcart:hover,
#product-product .right_info .addcart:hover,
.quickview-content .right_info .addcart:hover{
	background-color: var(--primary-hover-color);
	color: var(--secondary-color);	
}
.product-thumb .btn_cart,
#product-product .right_info .btn_cart,
.quickview-content .right_info .btn_cart{
	float: left;
    margin-right: 8px;
    font-size: 20px;
    line-height: 19px;
}
.btn_cart:before {
    content: "\e903";
    font-family: 'Mahardhi-Fonts' !important;
    font-size: 20px;
}
.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
}
.owl-carousel.owl-theme .owl-nav,
.carousel .swiper-pager{
	position: absolute;
	top: -50px;
	right: 0;
	margin:0;
    text-align: center;
}
.owl-carousel.owl-theme .owl-nav div,
.carousel .swiper-viewport .swiper-pager div{
	height: 50px;
	width: 50px;
	background: var(--secondary-color);
	border-radius: 0;
	opacity: 1;
	border: 1px solid var(--border-color);
	margin: 0;
	padding: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next,
.carousel .swiper-viewport .swiper-pager .swiper-button-next{
	margin: 0 0 0 1px;
}
.owl-carousel.owl-theme .owl-nav div i,
.carousel .swiper-viewport .swiper-pager div i{
	font-size: 28px;
	color: var(--secondary-light-color);
	line-height: 48px;
}
.owl-carousel.owl-theme .owl-nav div:hover,
.carousel .swiper-viewport .swiper-pager div:hover{
	background: var(--primary-hover-color)!important;
	border-color:  var(--primary-hover-color)!important;
}
.owl-carousel.owl-theme .owl-nav div:hover i,
.carousel .swiper-viewport .swiper-pager div:hover i{
	color: var(--secondary-color);
}


/*Product Tab*/
.product-tab-block .nav>li>a {
	padding: 14px 15px;
	color: var(--secondary-light-color);
    text-transform: uppercase;
    margin: 0;
}
.product-tab-block .nav>li>a.selected {
    color: var(--primary-hover-color);
    background: transparent;
}
.product-tab-block .nav-tabs>li {
	left: 55%;
	right: auto;
}
.product-tab-block .nav-tabs>li>a:hover {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	border-bottom:1px solid var(--border-color);
	color: var(--primary-hover-color)!important;
}
@media only screen and (max-width: 1439px) {
	.tab-right, .related-products-block .tab-right{
	    width: 76.5%;
	}
	.tab-left{
		min-height: 326px;
		width: 23.5%;
	}
}
@media only screen and (max-width: 1199px){
	.tab-right, .related-products-block .tab-right {
	    width: 71.2%;
	}
	.tab-left {
	    min-height: 330px;
	    width: 28.8%;
	}
	.product-tab-block .nav-tabs>li{
		left: 40%;
	}
}
@media only screen and (max-width: 1024px) {
	.tab-right, .related-products-block .tab-right {
		width: 100%;
	}
	.tab-left, .related-products-block .tab-left {
		background: unset;
		min-height: unset;
	}
}
@media only screen and (max-width: 991px) {
	.box{
	    margin-top: 30px;
	}
	.product-tab-block.box {
	    margin-top: 50px;
	}
	.banner{
		display: none!important;
	}
	.product-list .product-thumb .wishlist,
	.product-list .product-thumb .compare {
		margin: 0;
	}
	.product-thumb .button-group button.addcart,
	.product-thumb:hover .button-group button.addcart{
		margin: 10px auto 0 auto;
	}
	.mahardhi-tabs {
		min-height: 70px;
	}
	.product-tab-block .nav-tabs>li {
		left: 30px;
		top: 45px;
	}
	.product-tab-block .nav>li>a {
	    padding: 9px 15px;
	}
	.product-tab-block .owl-carousel.owl-theme .owl-nav {
		top: -69px;
	}
	.product-tab-block .nav-tabs>li>a:hover,
	.product-tab-block .nav>li>a.selected{
		border-bottom: 2px solid var(--primary-hover-color);
	}
	.product-tabs .page-title h3,
	.mblog .page-title h3,
	.carousel .page-title h3,
	.box-category h3,
	.filter h3,
	.related-products-block h3,
	.account-content h3,
	.sidebar h3,
	.box .page-title h3{
	    padding: 10px;
	}
	.owl-carousel.owl-theme .owl-nav div,
	.carousel .swiper-viewport .swiper-pager div {
	    height: 40px;
	    width: 40px;
	}
	.owl-carousel.owl-theme .owl-nav div i,
	.carousel .swiper-viewport .swiper-pager div i{
	    line-height: 38px;
	}
	.owl-carousel.owl-theme .owl-nav,
	.carousel .swiper-pager{
	    top: -40px;
	}
	.box .box-product,
	#blogcarousel {
	    padding: 20px 5px;
	}
	.product-thumb .button-group button.addcart{
	    padding: 6px 10px;
	}
	.featured .nav-tabs,
	.bestseller .nav-tabs,
	.latest .nav-tabs,
	.special .nav-tabs,
	.related-products-block .nav-tabs{
		height: 40px;
	}
}
@media only screen and (max-width: 767px){
	.product-thumb .image .rating, .product-thumb .image_block button {
	    opacity: 1;
	    -moz-opacity: 1;
	    -webkit-opacity: 1;
	    -khtml-opacity: 1;
		background-color: var(--primary-hover-color);
		border-color: var(--secondary-color);
	}
	.product-thumb .button-group button.addcart,
	.product-thumb:hover .rating, .product-thumb:hover .price{
		display: block;
	}
	.product-tab-block.box {
	    margin-top: 40px;
	}
	.box {
	    margin-top: 20px;
	}
	.image_block{
		bottom: 10px;
		transform: unset;
	}
}
@media only screen and (max-width: 480px){
	.product-layouts.col-xs-6,
	.product-layout.col-xs-6 {
	    width: 100%;
	}
	.product-tab-block .nav>li>a {
	    padding: 9px 7px;
	}
	.product-thumb .button-group button.addcart {
	    padding: 6px;
	}
}

/*----------------------------------------------*/
/* Start Testimonial */
/*----------------------------------------------*/
.testimonial-container {
    background: url(../image/mahardhi/testimonial-image.jpg) no-repeat;
    padding: 91px 0;
    margin: 50px 0 0;
}
.slideTestimonial .testimonial-content {
	color: var(--secondary-color);
	font-size: 16px;
}
.testimonial-text {
	padding: 30px 50px 50px;
    font-weight: 300;
    line-height: 26px;
}
.slideTestimonial .testimonial-text::before {
    content: "\f10d";
    font-family: FontAwesome;
    color: var(--primary-hover-color);
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 35px;	
}
.slideTestimonial .testimonial-images img {
	border-radius: 50%;
    border: 5px solid var(--primary-hover-color);
}
.testimonial-box {
    position: relative;
	padding: 30px 0 10px;
    margin: 0 auto;
    line-height: 24px;
	text-transform: capitalize;
}
.text_customer {
	font-size: 14px;
	margin-top: 5px;
}
.slideTestimonial{
	padding: 0 15%;
}
.slideTestimonial.owl-theme .owl-dots .owl-dot span{
	background: var(--secondary-color);
	background: var(--secondary-color);
    border-radius: 0;
    transform: rotate(45deg);
    height: 12px;
    width: 12px;
}
.slideTestimonial.owl-theme .owl-dots .owl-dot.active span,
.slideTestimonial.owl-theme .owl-dots .owl-dot span:hover { 
	background: #96da47;
	border:2px solid var(--secondary-color);
}
@media (max-width: 991px){
	.slideTestimonial {
	    padding: 0;
	}
	.testimonial-container {
		padding: 30px 0;
	    margin: 30px 0 0;
	}
	.testimonial-text {
	    padding: 15px 40px 20px;
	}
	.testimonial-box{
	    padding: 10px 0 0;
	}
}
@media (max-width: 767px){
	.testimonial-container {
	    padding: 20px 0;
	    margin: 20px 0 0;
	}
}

/*----------------------------------------------*/
/* Start Blog */
/*----------------------------------------------*/
.mblog .page-title ,.carousel .page-title {
    border-bottom: 1px solid var(--border-color);
}
.mblog .blog-block .blog-info {
    float: left;
    position: relative;
    background-color: var(--primary-color);
}
.mblog .blog-block .image {    
    border: 2px solid #96da47;
    background-color: var(--primary-color);
    transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
}
#blogcarousel .caption.blog-desc {
    overflow: hidden;
}
#blogcarousel .link_info {
	margin: 15px 0 15px 30px;
}
#blogcarousel .blog-desc .blog-date {
	color: #96da47;
	text-transform: uppercase;
	display: block;
	margin: 0 0 15px 0;
}
#blogcarousel .blog-desc h4 >a,
#blogcarousel .blog-desc .blog-comment,
#blogcarousel .blog-desc .blog-read {
	color: var(--primary-color);
    text-shadow: none;
    font-size: 14px;
    font-weight: 600;
}
#blogcarousel .blog-desc .blog-text {
	font-family: 'Ubuntu', sans-serif;
	color: var(--secondary-light-color);
	line-height: 24px;
	margin: 15px 0;
}
#blogcarousel .blog-desc .blog-comment {
	float: left;
    margin: 0 15px 0 0;
}
#blogcarousel .blog-desc i {
	color: #96da47;
	margin: 0 8px 0 0;
}
#blogcarousel .product-block .blog-desc h4:hover >a,
#blogcarousel .product-block .blog-desc .blog-read:hover {
	color: #96da47;
}
#blogcarousel .product-block .blog-desc .blog-read{
	cursor: pointer;
}
.mblog .page-title h3,
.carousel .page-title h3 {
	display: inline-block;
	width: 270px;
}
/* blog hover */
.blog-block:hover .hover-zoom::before{
	opacity: 1;
	right: 51%;
}
.blog-block:hover .hover-post:before {
	opacity: 1;
	left: 51%;   
}
.blog-info .image,
.image-blog {
	position: relative;
}
.blog-block .hover-zoom::before {
	border-radius: 0;
	color: #96da47;
	content: "\f00e";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	height: 40px;
	right: 90%;
	line-height: 38px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	width: 40px;
	z-index: 2;
	border:2px solid #96da47;
	background-color: var(--secondary-color);
	transform: translate(0,-50%);
}
.blog-block .hover-post:before {
	border-radius: 0;
	color: #96da47;
	content: '\f0c1';
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	height: 40px;
	left: 90%;
	line-height: 38px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	width: 40px;
	z-index: 2;
	border:2px solid #96da47;
	background-color: var(--secondary-color);
	transform: translate(0,-50%);
}
.blog-block .hover-post:hover:before,
.blog-block .hover-zoom:hover:before {
	border-color: #96da47;
	color: var(--secondary-color);
	background-color: #96da47;
}
.blog-block:hover .image img {
    opacity: 0.4;
}
/* blog category page */
.image-blog {
	float: left;
	width: 45.7%;
}
#category-blogs .product-list .product-thumb {
    background-color: var(--secondary-color);
    padding: 30px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}
#category-blogs .caption-blog  h4 > a,
#content-blogs .info_blog h3 {
	color: var(--primary-color);
	text-transform: capitalize;
	font-size: 24px;
}
#category-blogs .caption-blog  h4 {
	margin: 0 0 15px 0;
    padding: 0 0 25px 0;
    border-bottom: 3px double var(--border-color);
}
#category-blogs .caption-blog .blog-text {
   	margin: 15px 0 28px 0;
    color: var(--secondary-light-color);
    border-top: 2px solid var(--primary-hover-color);
    line-height: 24px;
    padding: 15px 0 0 0;
}
#category-blogs .blog-read {
	border: 1px solid var(--primary-hover-color);
    text-align: center;
    padding: 9px 20px;
    color: var(--primary-hover-color);
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}
#category-blogs .product-list .product-thumb .blog-read:hover {
	background-color: var(--primary-hover-color);
}
#category-blogs .product-list .product-thumb .blog-read:hover .btn-text{
	color: var(--secondary-color);
}
#category-blogs .product-list .product-thumb h4 > a:hover{
	color: var(--primary-hover-color);
}
#category-blogs .caption-blog  {
    float: right;
    width: 51.6%;
    position: relative;
}
#category-blogs  .blog-block .blog-view {
	margin-top: 8px;
	display: block;
}
#category-blogs h2.page_title {
	display: none;
}
#category-blogs .leave-comment i {
	color: var(--primary-color);
	margin-right: 5px;
}
#category-blogs .caption-blog p{
    margin: 15px 0 30px;
    padding: 20px 0 0;
    border-top: 2px solid var(--primary-hover-color);
    color: var(--secondary-light-color);
    line-height: 24px;
}
#category-blogs .leave-comment{
	padding: 0 8px 0 0;
    border-right: 1px solid var(--border-color);
    float: left;
}
#category-blogs .blog-date {
	padding: 0 0 0 8px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color);
}
.blog-read .btn-text{
	color: var(--primary-hover-color);
}
/*single blog page*/
h3.article-page-title {
    margin: 30px 0 20px;
}
#content-blogs .thumbnail {
	border:none;
    padding: 0;
    margin: 0px;
    background-color: unset;
}
.info_blog h3 {
	margin:28px 0 25px 0;
}
.info_blog h3 {
    padding: 30px 0 25px 0;
    margin: 0;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-hover-color);
}
.info_blog p {
	color: var(--secondary-light-color);
    font-size: 14px;
    margin: 18px 0 0 0;
    line-height: 25px;
}
.info_blog .blog-view,
.info_blog .blog-comments {
	display: none;
}
.info_blog h4 {
	margin: 48px 0;
    font-size: 24px;
    text-transform: capitalize;
}
#commnt_form .col-sm-8.text-right {
	margin: 0;
}
.col-sm-12.info_blog {
    padding:0 94px;
}
.user_img {
    height: 60px;
    width: 60px;
    background-color: #e8e8e8;
    border-radius: 50%;
    text-align: center;
    float: left;
    line-height: 70px;
}
.comment_cust .user_img .fa-user {
	font-size: 30px;
    color: var(--primary-hover-color);
}
.comment_cust .panel-default {
	border:none;
	border-bottom: 1px solid var(--border-color);
	background-color: transparent;
    box-shadow: none;
}
.comment_cust .detail {
	margin: 0 0 20px 70px;
}
.comment_cust .name { 
	float: left; 
	margin: 0 10px 0 0;
    font-weight: 600;
}
.comment_cust .date,
.comment_cust .comment-dis {
	color: var(--secondary-light-color);
}
.comment-dis {
	margin: 10px 0 0 0;
	line-height: 25px;
}
#commnt_form label {
	font-size: 14px;
	text-align: left;
}
#commnt_form label {
    font-size: 16px;
    text-align: left;
}
#commnt_form .form-control {
    border-color: var(--border-color);
    background-color: unset;
    box-shadow: none;
    border-radius: 5px;
    color: var(--secondary-light-color);
}
#commnt_form .form-group {
	margin-bottom: 30px!important;
}
#commnt_form .form-group:last-child {
    margin-bottom: 0!important;
}
@media only screen and (max-width: 1439px) {
	.col-sm-12.info_blog {
	    padding: 0 65px;
	}
}
@media only screen and (max-width: 1199px) {
	.mblog .blog-block .blog-info {
		width: 100%;
		float: unset;
	}
	.col-sm-12.info_blog{
		padding: 0 15px;
	}
	#blogcarousel .link_info{
		margin: 15px 0 0 0;
	}
	#blogcarousel .blog-desc .blog-date{
		margin: 0 0 10px 0;
	}
	#blogcarousel .blog-desc .blog-text{
	    margin: 10px 0;
	}
}
@media only screen and (max-width: 991px) {
	#category-blogs .image-blog,
	#category-blogs .caption-blog{
		width: 100%;
		float: unset;
	}
	#category-blogs .caption-blog {
		margin: 15px 0 0 0;
	}
	#category-blogs .caption-blog h4 > a,
	#content-blogs .info_blog h3{
	    font-size: 16px;
	}
	#category-blogs .caption-blog h4{
	    padding: 0 0 10px 0;
	}
	#category-blogs .caption-blog p {
	    margin: 10px 0 15px;
	    padding: 10px 0 0;
	}
	#category-blogs .product-list .product-thumb{
	    padding: 20px;
	}
	.info_blog h3 {
	    padding: 15px 0 10px 0;
	}
	.info_blog p{
	    margin: 10px 0 0 0;
	}
	.info_blog h4 {
	    margin: 30px 0 15px;
	    font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-block .hover-zoom::before {
	    opacity: 1;
	    right: 51%;
	}
	.blog-block .hover-post:before {
	    opacity: 1;
	    left: 51%;
	}
}
@media only screen and (max-width: 480px) {
	.common-home .featured .page-title,
	.common-home .bestseller .page-title,
	.common-home .special .page-title,
	.common-home .latest .page-title,
	.product-tab-block .page-title,
	.product-tab-block .page-title,
	.related-products-block .page-title,
	.mblog .page-title h3,
	.carousel .page-title h3{
		width: 57%
	}
}

/*----------------------------------------------*/
/* Start carousel */
/*----------------------------------------------*/
.carousel img {
	border: 1px solid var(--border-color);
}
.carousel img:hover {
	border-color: #96da47;
}
.carousel .swiper-viewport {
    padding: 50px 30px;
	overflow: unset;
}
.carousel .swiper-pager .swiper-button-next {
	right: 0;
}
.carousel .swiper-pager .swiper-button-prev {
	left: auto;
	right: 51px;
}
@media only screen and (max-width: 991px) {
	.carousel .swiper-pager .swiper-button-prev,
	.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev {
	    right: 41px!important;
	}
	.carousel .swiper-viewport {
	    padding: 20px;
	}
}

/*----------------------------------------------*/
/* Start newsletter */
/*----------------------------------------------*/
.newsletter{
	position: relative;
    margin: 50px 0 0 0;
    background: url("../image/mahardhi/newslatter-backgraund.png")no-repeat scroll right bottom #bad970;
}
.newsletter-wrapper:before {
    background: url(../image/mahardhi/women.png) no-repeat scroll left bottom transparent;
    content: "";
    position: absolute;
    padding: 18.3% 9%;
}
.newsletter .title-text {
	color: var(--secondary-color);
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 25px;
	margin: 0 0 18px 0;
}
.newsletter .description {
	color: var(--secondary-color);
	font-size: 14px;
}
.newsletter-block {
    padding: 9.9% 0;
}
.subscribe-form {
    position: relative;
}
.newsletter-block input.inputNew {
	color: #999999;
	padding: 15px 23% 15px 20px;
	border-radius: 25px;
	height: 50px;
    position: relative;
}
.newsletter-block .btn.button_mini {
	background: var(--primary-hover-color);
	border-radius: 0 25px 25px 0;
	text-transform: uppercase;
	border: none;
	color: var(--secondary-color);
	font-weight: 600;
	padding: 10px 20px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0;
	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;
	text-shadow: none;
}
.newsletter .message-box {
	margin: 0 0 0 20px;
}
.news_text{
	padding-right: 0;
}
@media only screen and (max-width: 991px){
	.newsletter .col-sm-6 {
		width: 100%;
	}
	.newsletter {
	    margin: 30px 0 0 0;
		background: #bad970;
		text-align: center;
	}
	.col-sm-6.news_text {
	    margin: 0 0 10px 0;
	    padding: 0;
	}
	.newsletter .title-text{
	    margin: 0 0 5px 0;
	    font-size: 20px;
	}
	.newsletter-block {
	    padding: 20px 0;
	}
}
@media only screen and (max-width: 600px)  {
	.newsletter-block input.inputNew{
		padding: 15px 29% 15px 20px;
	}
}
@media only screen and (max-width: 480px)  {
	.newsletter-block input.inputNew {
		border-radius: 0;
	}
	.newsletter-block .btn.button_mini {
		border-radius: 0;
		width: 100%;
		position: unset;
	}
	.newsletter-block input.inputNew {
	    padding: 15px 20px;
	}
}

/*----------------------------------------------*/
/* Start footer */
/*----------------------------------------------*/
footer {
    margin-top: 30px;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #999999;
}
footer a:hover {
	color: var(--secondary-color);
}
footer h5 {
	font-size: 14px;
	font-weight: bold;
	color: var(--primary-color);
	position: relative;
	text-transform: uppercase;
}
footer .toggled .toggle-open {
	position: absolute;
	right: 0;
}
.toggled.active .fa-chevron-down:before {
	content: "\f077";
}
footer .footer-top h5 {
    margin: 0 0 15px;
}
footer p {
	color: #999999;
	text-align: center;
	margin: 26px 0;
}
.footer_social {
	float: left;
}
.footer_payment { 
	float: right;
    padding: 17px 0;
}
.footer_payment li { 
	display: inline-block;
    margin: 0 6px;
}
.footer_payment li:last-child {
	margin-right: 0;
}
.footer_middle {
	padding: 45px 0 30px 0;
}
footer .col-sm-3 a,
footer .col-sm-2 a{
	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;
	line-height: 30px;
}
footer a:hover,
footer a:focus {
    color: var(--primary-hover-color);
}
footer .social_media .contact_site,
footer .social_media .email,
footer .social_media .phone {
    /*overflow: hidden;*/
    display: flex;
    color: #999999;
    line-height: 26px;
}
.position-footer-left li i {
    margin: 5px 12px 0px 0;
    float: left;
    width: 15px;
    color: var(--primary-hover-color);
    font-size: 16px;
}
footer .position-footer-left ul.list-unstyled li + li {
    margin-top: 8px;
}
.footer-bottom  {
	border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    position: relative;
}
ul.payment_block {
	margin-bottom: 0;
}
footer .footer_social .social_block {
    display: inline-block;
    width: 42px;
    height: 58px;
    text-align: center;
    position: relative;
}
footer .footer_social .social_block i{ 
	color: #999999;
	font-size: 16px;
	position: relative;
    top: calc(50% - 10px);
}
#footer_aboutus {
	margin: 60px 0;
}
footer .footer_social .facebook.social_block:hover { background-color: #3B5998; }
footer .footer_social .twitter.social_block:hover { background-color: #55ACEE; }
footer .footer_social .g-plus.social_block:hover { background-color: #dd4b39; }
footer .footer_social .rss.social_block:hover { background-color: #ff6600; }
footer .footer_social .linkedin.social_block:hover  { background-color: #007bb5; }
footer .footer_social .instagrm.social_block:hover { background-color: #125688; }
footer .footer_social .youtube.social_block:hover { background-color: #bb0000; }
footer .footer_social a:hover i{
	color: var(--secondary-color);
}
@media only screen and (max-width: 1900px) {
	.newsletter-wrapper:before {
		background: none;
	}
}
@media only screen and (max-width: 1199px){
	.footer-top .col-sm-3,
	.footer-top .col-sm-3{
		padding-right: 0;
	}
}
@media (max-width: 991px){
	.footer-top .col-sm-3,
	.footer-top .col-sm-2 {
    	width: 100%;
    	padding-right: 15px;
	    margin: 5px 0 0 0;
	}
	#footer_aboutus {
		margin: 0 0 30px 0;
		text-align: center;
	}
	.footer-top .col-sm-3:last-child{
		margin-bottom: 0;
	}
	footer .footer-top h5{
	    margin: 0 0 5px;
		font-size: 14px;
	}
	.footer_social,
	.footer_payment{
		width: 100%;
		text-align: center;
		float: unset;
	}
	.footer_payment{
		padding: 5px 0 15px;
	}
	.footer_middle {
	    padding: 30px 0 10px 0;
	}
	footer p{
	    margin: 15px 0;
	}
	footer .footer_social .social_block{
		width: 38px;
	}
}
@media (max-width: 991px){
	.footer_middle {
	    padding: 20px 0 10px 0;
	}
}

/*----------------------------------------------*/
/* Start BreadCrumb */
/*----------------------------------------------*/
.breadcrumb{
	background: transparent;
	position: relative;
	margin: 0;
	padding: 0 0 20px;
}
.breadcrumb-back h1, .breadcrumb-back h2{
	color: var(--secondary-color);
	font-size: 30px;
	text-transform: uppercase;
	margin: 20px 0 0;
}
.breadcrumb li a{
	color: var(--secondary-color);
}
.breadcrumb-back{
	background: url(../image/mahardhi/shop-page-banner.jpg) no-repeat scroll center;
    padding: 78px 0;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    background-size: cover;
}
.breadcrumb::before {
	width: 200px;
	bottom: 0;
}
.breadcrumb::after {   
	width: 100px;
	bottom: -5px;
}
.breadcrumb::before,
.breadcrumb::after{
	content: '';
	height: 1px;
	background: var(--secondary-color);
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.breadcrumb > li + li:before {
    color: var(--secondary-color);
}
@media (max-width: 991px){
	.breadcrumb-back{
	    padding: 15px 0;
	    margin-bottom: 30px;
	}
	.breadcrumb-back h1,
	.breadcrumb-back h2{
	    font-size: 16px;
	    margin: 15px 0 0;
	}
	.breadcrumb{
	    padding: 0 0 10px;
	}
}

/*----------------------------------------------*/
/* Start alert */
/*----------------------------------------------*/
.alert {
	position: relative;
	padding: 9px 30px 9px 15px;
	text-align: center;
	border-radius: 0;
	line-height: 20px;
	z-index: 999;
}
.alert.alert-success {
	position: fixed;
	left: 0;
	top: 0px;
	text-align: center;
	width: 100%;
	border-radius: 0;;
}
.alert-dismissable .close,
.alert-dismissible .close {
	font-size: 22px;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 36px;
}
#form-review .alert.alert-success,
#post_comment .alert{
	position: relative;
}
.newsletter .alert{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/*----------------------------------------------*/
/* buttons */
/*----------------------------------------------*/
button{
	outline: none;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	border-radius: 0;
    box-shadow: none;
	outline: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.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;
}
.btn-default {
	color: var(--secondary-light-color);
	background-color: #e7e7e7;
	background-repeat: repeat-x;
}
.btn-warning {
	color: var(--secondary-color);
	background-color: #faa732;
	background-repeat: repeat-x;
}
.btn-danger {
	color: var(--secondary-color);
	background-color: #da4f49;
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding: 9px 15px;
	border-color: #da4f49;
}
.btn-success {
	color: var(--secondary-color);
	background-color: #5bb75b;
	background-repeat: repeat-x;
}
.btn-info {
	color: var(--secondary-color);
	background-color: #df5c39;
	background-repeat: repeat-x;
	text-transform: uppercase;
    border-color: #df5c39;
    padding: 9px 15px;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: var(--primary-color);
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: var(--secondary-color);
	background-color: #363636;
	background-repeat: repeat-x;
	border-color: #222222 #222222 var(--primary-color);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:active,
.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.btn-primary:hover,
.btn-default.active,
.btn-default:active,
.btn-primary.focus,
.btn-primary:focus{
	box-shadow: none;
	background-color: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
	color: var(--secondary-color);
}
.btn-default,.btn-primary{
    color: var(--secondary-color);
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    text-transform: uppercase;
    padding: 9px 15px;
    border: none;
    background: var(--primary-color);
    height: 40px;
}
/* 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;
	border-color: #df5c39;
}
/* list group */
.list-group a {
	border: 1px solid var(--border-color);
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: var(--secondary-color);
	border: 1px solid var(--border-color);
	text-shadow: 0 1px 0 var(--secondary-color);
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
/*column-left-right*/
#column-left > div, #column-right > div{
	margin-bottom: 30px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    border-radius: 0;
}
#column-left .box,
#column-right .box{
	margin-top: 0;
    box-shadow: none
}
#column-left .page-title h3,
#column-right .page-title h3,
#column-left .filter h3,
#column-right .filter h3,
#column-left .box-category h3,
#column-right .box-category h3{
	text-align: left;
	padding: 15px 20px;
}
/*category list*/
#selectMe-desk {
	background-color: var(--secondary-color);
    padding: 10px 0;
}
.box-category #selectMe-desk li > a {
	font-weight: 600;
	text-transform: uppercase;
    padding: 7px 20px;
} 
.category-list .list-group-item.active,
.category-list .list-group-item.active:focus,
.category-list .list-group-item.active:hover,
.category-list .list-group-item{
	color: var(--primary-color);
    text-decoration: none;
    background-color: var(--secondary-color);
    border-color: var(--primary-hover-color);
    border: none;
}
.box-category ul li a:before,
.filter_box a.list-group-item:before{
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}
.box-category ul li a.list-group-item.active:before {
	content: "\f107";
}
#column-left .list-unstyled ul,
#column-right .list-unstyled ul {
    border: none;
    padding-left: 10px;
}
.category-list .has-more-category .toggled {
	position: absolute;
	right: 6px;
	padding: 0px 5px;
	color: var(--primary-hover-color);
}
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
	content: "\f068";
}
.child-categories {
	display: none;
}
.box-category .child-categories a{
	color: var(--secondary-light-color);
}
.box-category .child-categories a:hover,
.box-category #selectMe-desk li > a:hover {
	color: var(--primary-hover-color);
	background-color: var(--secondary-color);
}
.box-category .child-categories > li > a {
	font-weight: 500!important;
    text-transform: capitalize!important;
}

/* refine search */ 
.filter_box {
    padding: 10px 8px;
}
.filter_box .list-group {
	margin-bottom: 10px;
}
.filter_box a.list-group-item  {
	color: var(--primary-color);
	font-weight: 600;
	text-transform: uppercase;
	border: none;
}
.filter_box .list-group-item {
	border: none;
}
.filter_box .checkbox {
    margin: 0 0 12px 15px;
}
.filter_box .checkbox:last-child {
	margin: 0 0 0 15px;
}
.filter_box .list-group-item label {
	color: var(--secondary-light-color);
    font-size: 14px;
    text-transform: capitalize;
}
.filter {
	border: none;
}
#filter .panel-footer {
	background-color: var(--secondary-color);
	text-align: left;
}
#button-filter {
	background-color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
}
#button-filter:hover{
	background: var(--primary-color);
	border-color: var(--primary-color);
}

/*products column-left-right*/
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}
#column-left .tab-left,
#column-right .tab-left {
    background: none;
    min-height: 0;
}
#column-left .tab-right,
#column-right .tab-right {
    width: 100%;
}
#column-left .featured .nav-tabs,
#column-left .bestseller .nav-tabs,
#column-left .latest .nav-tabs,
#column-left .special .nav-tabs,
#column-right .featured .nav-tabs,
#column-right .bestseller .nav-tabs,
#column-right .latest .nav-tabs,
#column-right .special .nav-tabs {
	height: 0;
	border: none;
}
#column-left .box-product,
#column-right .box-product{
	padding: 20px 5px;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
	float: left;
    width: 38%;
    margin-right: 15px;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
	float: left;
	width: 54%;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	text-align: left;
}
#column-left .product-title,
#column-right .product-title {
	margin-top: 0px;
	line-height: 18px;
}
#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:hover .image>a, 
#column-right .product-thumb:hover .image>a{
	opacity: 1;
}
#column-left .thumb-description .addcart > span,
#column-right .thumb-description .addcart > span,
#column-left .thumb-description .price-tax,
#column-right .thumb-description .price-tax {
	display: none;
}
#column-left .image_block,
#column-right .image_block ,
#column-left .thumb-description .addcart,
#column-right .thumb-description .addcart,
#column-left .sale-text,
#column-right .sale-text{
	display: none;
}
#column-left .product-thumb:hover .rating,
#column-left .product-thumb:hover .price,
#column-right .product-thumb:hover .rating,
#column-right .product-thumb:hover .price {
    display: block;
}

/*left banner*/
#column-left .swiper-viewport.banner{
	border:none!important;
	box-shadow: none;
	margin-bottom: 0;
}
#column-left .banner img,
#column-right .banner img{
	width: 100%;
}
@media only screen and (max-width: 1199px) {
	#column-left .product-thumb > .thumb-description,
	#column-right .product-thumb > .thumb-description {
		width: 50%;
	}
}
@media only screen and (max-width: 991px){
	.toggled .toggle-open {
	    position: absolute;
	    right: 15px;
	}
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image {
	    width: auto;
	}
	#column-left .page-title h3,
	#column-right .page-title h3,
	#column-left .filter h3,
	#column-right .filter h3,
	#column-left .box-category h3,
	#column-right .box-category h3 {
	    text-align: left;
	    padding: 10px 20px;
	}
	#column-left > div, #column-right > div {
		margin: 15px 0px 0;
	}
}

/* category grid */
#product-category .text_refine {
    margin: 0 0 20px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--primary-color);
	font-weight: 600;
}
.refine {
	float: left;
}
.refine ul {
	padding:0;
	margin: 0;
}
.refine ul > li {
    display: inline-block;
    margin: 5px 18px;   
}
.refine ul > li a {
	color: var(--secondary-light-color);
}
.refine ul > li a:hover {
	color: var(--primary-hover-color);
}
.filter-product {
	display: inline-block;
    padding: 0;
    width: 100%;
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
    padding: 0 0 10px 0;
	vertical-align: top;
}
.cat_list_gird {
	float: left;
	padding: 0;
}
#list-view.btn-default,
#grid-view.btn-default {
    background: var(--primary-color);
    height: 30px;
    width: 30px;
    border-radius: 0;
    text-align: center;
    margin: 0px 5px 0 0;
    color: var(--secondary-color);
    padding: 5px;
    box-shadow: none;
    outline: none;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover{
	background: var(--primary-hover-color);
}
.cat_list_gird .btn-group .fa {
	color: var(--secondary-color);
	font-size: 18px;
}
.filter-product .form-group {
	margin-bottom: 0;
}
#compare-total.btn.btn-link {
	color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    padding: 4px 0;
}
#compare-total.btn.btn-link:hover{
	color: var(--primary-hover-color);
}
.cat-pagination-right {
	float: right;
	display: inline-block;
	position: relative;
}
.cat-sort, .cat-show {
    float: left;
}
.text-right.show-text {
    padding: 0px 5px;
}
.show-select, .text-right.show-text {
    display: inline-block;
    width: auto;
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat-sort .form-control,
.cat-show .filter-selection .form-control,
.cat-pagination-right .limits-text {
    padding: 4px 12px;
    margin: 0;
    height: 30px;
    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: 6px;
    pointer-events: none;
    color: #999999;
}
.text_limit {
    margin: 0px 0px 0px 10px;
    line-height: 30px;
}
.text_sort {
    line-height: 30px;
    margin: 0px;
}
@media (max-width: 991px){
	.show-select,
	.text-right.show-text {
	    display: inline-block;
	}
}
@media (max-width: 767px){
	.filter-product {
		margin-bottom: 20px;
	}
	.cat_list_gird.col-md-3{
		width: 30%;
	}
	.filter-product .col-md-3.col-sm-3.clearfix{
		float: left;
	}
	.cat-pagination-right{
		width: 100%;
		margin-top: 15px;
	}
	.cat-sort .text-right.show-text{
		padding-left: 0;
	}
}
@media (max-width: 480px){
	.cat-sort {
	    margin-bottom: 15px;
	    width: 100%;
	}
	.text-right.show-text{
		padding: 0;
	}
	.text_limit{
		margin: 0;
	}
}

/*product grid*/
.product-grid .product-thumb {
    margin-bottom: 30px;
}
.category_products {
    background-color: var(--secondary-color);
    padding: 30px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}
.product-grid .description {
	display: none;
}
@media (max-width: 767px){
	.category_products{
	    padding: 20px;
	}
}
@media (max-width: 480px){
	.product-grid {
	    width: 100%;
	}
}

/* product list */
.product-list .product-thumb {
	margin-bottom: 30px;
}
.product-list .product-thumb .caption {
	text-align: left;
}
.product-list .product-thumb .caption .description {
	color: var(--secondary-light-color);
	padding: 20px 0;
	border-bottom: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
    margin-bottom: 20px;
}
.pro_list .wishlist,
.pro_list .compare,
.pro_list .quickview-button{
	border: 1px solid var(--primary-hover-color);
    font-family: "FontAwesome";
    color: var(--primary-hover-color);
    height: 40px;
    width: 40px;
    margin: 0;
	float: left;
    background: transparent;
}
.product-list .product-thumb .button-group button.addcart {
	display: inline-block;
	vertical-align: top;
	float: left;
	margin: 0 10px 0 0;
}
.product-list .product-thumb h4{
	margin: 0 0 18px;
}
.product-list .product-thumb:hover .button-group button.addcart {
	margin-top: 0;
}
.product-list .product-thumb:hover .rating,
.product-list .product-thumb:hover .price {
    display: block;
}
.product-list .image_block {
	display: none;
}
.product-list .thumb-description {
	overflow: auto;
}
.product-grid .pro_list .wishlist,
.product-grid .pro_list .compare,
.product-grid .pro_list .quickview-button {
	display: none;
}
.product-list .product-thumb .price {
	text-align: right;
    margin-bottom: 18px;
}
.product-list .product-thumb .rating {
	float: left;
}
.product-list .product-thumb .wishlist:hover,
.product-list .product-thumb .compare:hover,
.product-list .product-thumb .quickview-button:hover,
#product-product .right_info .wishlist:hover,
#product-product .right_info .compare:hover,
.quickview-content .right_info .wishlist:hover,
.quickview-content .right_info .compare:hover  {
	background-color: var(--primary-hover-color);	
	color: var(--secondary-color);
	border-color: var(--primary-hover-color);
}
@media (min-width: 641px) {
	.product-list .product-thumb .image {
		float: left;
		margin: 0 30px 0 0;
	}
}
@media (max-width: 991px) {
	.image_block button,
	.pro_list .wishlist,
	.pro_list .compare,
	.pro_list .quickview-button{
		height: 34px;
		width: 34px;
	    line-height: 30px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb,
	.product-grid .product-thumb {
	    margin-bottom: 20px;
	}
	.product-list .product-thumb h4 {
	    margin: 15px 0 10px;
	}
	.product-list .product-thumb .price{
	    margin-bottom: 10px;
	}
	.product-list .product-thumb .caption .description{
	    padding: 10px 0;
	}
	.product-list .product-thumb .caption .description{
	    margin-bottom: 10px;
	}
}
@media (max-width: 640px) {
	.product-list .product-thumb .image,
	.product-list .thumb-description {
		float: left;
	}
}

/*----------------------------------------------*/
/* *pagination */
/*----------------------------------------------*/
.pro_pagination {
	border-bottom: 1px solid var(--border-color);
	padding: 0 0 10px 0;
}
.pro_pagination .col-sm-6 {
	padding: 0;
}
.pro_pagination .col-sm-6.text-left{
	line-height: 30px;
}
.pagination {
	margin: 0;
	vertical-align: top;
}
.pagination>li>a, .pagination>li>span {
	float: left;
    border: none;
    color: var(--secondary-color);
    height: 30px;
    width: 30px;
    background-color: var(--primary-color);
    border-radius: 0px!important;
    margin: 0 0 0 5px;
    border: 1px solid var(--primary-color);
    padding: 5px;
    text-align: center;
    position: relative;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: var(--secondary-color);
	background-color: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
}
@media only screen and (max-width: 767px){
	.pro_pagination .col-sm-6.text-left {
		text-align: center;
	}
	.pro_pagination .col-sm-6.text-right {
		text-align: center;
	}
}

/*----------------------------------------------*/
/* Product Page */
/*----------------------------------------------*/
#product-product .category_products {
	margin-bottom: 50px;
	padding: 30px 0;
}
#product-product .pro_detail .col-sm-6.right_info {
    padding-right: 30px;
}
#product-product .pro_detail .col-sm-6:first-child {
    padding-left: 30px;
}
#product-product .thumbnail,
.quickview-content .thumbnail {
	padding: 0;
	border-radius: 0;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: var(--border-color);
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div{
	height: 30px;
	width: 30px;
}
#additional-carousel .owl-nav .owl-prev i,
#additional-carousel  .owl-nav .owl-next i,
#quick-carousel .owl-nav .owl-prev i,
#quick-carousel .owl-nav .owl-next i{
	line-height: 29px;
    font-size: 20px;
}
#additional-carousel .owl-nav,
#quick-carousel .owl-nav{
	top: 33%;
	width: 100%;
}
#additional-carousel .owl-next,
#quick-carousel .owl-next{
	position: absolute;
	right: 0;
}
#additional-carousel .owl-prev,
#quick-carousel .owl-prev{
	position: absolute;
	left:  0;
}
#additional-carousel,
#quick-carousel{
	padding: 0px 25px;
	position: relative;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin: 0;
    display: block;
    padding: 0 8px;
}
#additional-carousel img {
	border: 1px solid var(--border-color);
}
#product-product .right_info h1,
.quickview-content .right_info h3.page_title  {
   	font-size: 24px;
    padding: 0 0 20px 0;
    margin: 0;
    border-bottom: 3px double var(--border-color);
}
#product-product .right_info .rating,
.quickview-content .right_info .rating {
	margin: 20px 0;
}
.product-rating {
    float: left;
}
.rating .reviews {
    margin: 0 20px;
    color: var(--primary-color);
}
.rating i.fa.fa-pencil {
    margin-right: 5px;
}
.pro_price {
    font-size: 22px;
    margin: 0 10px 0 0;
}
.pro_oldprice {
    color: var(--secondary-light-color);
    font-size: 18px;
}
#product-product .tax {
    margin: 5px 0 0;
}
.right_info .disc {
    font-weight: 600;
    margin-right: 5px;
    line-height: 27px;
}
.right_info .disc1 {
    color: var(--secondary-light-color);
    margin-right: 10px;
}
.right_info .form-control,
#input-date-ordered {
    border-radius: 0px;
    transition: none;
    color: #999999;
    box-shadow: none;
    line-height: 24px;
}
.right_info .btn-default:hover,
#account-return .btn-default:hover {
    background-color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: var(--secondary-color);
}
#button-upload222 {
    width: auto;
}
label.control-label.qty {
   	padding: 8px 15px 7px 0;
    text-transform: uppercase;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
#input-quantity {
	width: 40px;
	float: left;
	border-color: var(--border-color);
	box-shadow: none;
}
.minus,
.plus { 
	height: 20px;
	width: 20px;
	border: 1px solid var(--border-color);
	display: block;
	padding: 0 2px;
	border-left: none;
    background: transparent;
}
.minus {
	border-top: 0;
}
#product button .fa.fa-plus,
#product button .fa.fa-minus {
	color: var(--primary-hover-color);
}
#product-product button .fa,
.quickview-content button .fa{
    font-size: 16px;
}
#product-product .right_info button.addcart,
.quickview-content .right_info button.addcart{
	width: auto;
    background-color: var(--secondary-color);
    color: var(--primary-hover-color);
    text-shadow: none;
    border: 1px solid var(--primary-hover-color);
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: none;
    float: left;
    margin-right: 10px;
}
#product-product .right_info .wishlist,
#product-product .right_info .compare ,
.quickview-content .right_info .wishlist,
.quickview-content .right_info .compare{
	color: var(--primary-hover-color);
	padding: 0;
	font-family: FontAwesome;
	height: 40px;
	width: 40px;
	background-color: transparent;
	border: 1px solid var(--primary-hover-color);
}
.product-btn-quantity {
	float: left;
    margin-right: 10px;
}

/*product page nav-tabs*/
.tab_description {
	margin-bottom: 50px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}
#product-product .tab_description .nav-tabs {
	background-color: var(--secondary-color);
}
#product-product .nav-tabs > li > a {
	padding: 15px 30px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    color: var(--secondary-color)!important;
    background: var(--primary-hover-color);
}
#product-product .tab-content {
    background-color: var(--secondary-color);
    padding: 30px;
    color: var(--secondary-light-color);
    line-height: 24px;
}
.related-products-block .caption .description {
	display: none;
}
@media only screen and (max-width: 991px){
	.product-btn-quantity {
		float: unset;
	}
	#product-product .tab-content{
		padding: 20px;
	}
	.tab_description {
	    margin-bottom: 30px;
	}
	#product-product .category_products{
	    padding: 15px 0;
	}
}
@media only screen and (max-width: 767px)  {
	#product-product .col-sm-6:first-child{
		width: 480px;
		margin: 0 auto 30px auto;
	}
	#product-product .pro_detail .col-sm-6:first-child,
	#product-product .col-sm-6:first-child,
	#product-product .col-sm-6.right_info{
		padding: 0 15px;
	}
}
@media only screen and (max-width: 540px)  {	
	.desc_tab.nav-tabs>li {
		width: 100%;
    	text-align: center;
	}
	.tab_description .nav-tabs > li > a{
		margin: 0;
	}
	#product-product .col-sm-6:first-child{
		width: auto;
	}
	#product-product .nav-tabs > li > a {
	    padding: 10px 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;
}
#checkout-cart .img-thumbnail{
	max-width: unset;
}
@media (max-width: 1199px){
	.checkout-cart .input-group.btn-block .form-control {
	    margin-bottom: 5px;
	}
}
/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
#information-contact h3 {
    margin: 0 0 20px;
}
.information-contact .contact-left .title i.fa {
	background: var(--primary-hover-color);
	border: 2px solid var(--primary-hover-color);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: var(--secondary-color);
	font-size: 16px;
	height: 35px;
	margin: 0px 10px 10px 0;
	padding: 7px;
	text-align: center;
	width: 35px;
}
.information-contact .contact-left .title{
	font-size: 18px;
	font-weight: bold;
	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-hover-color);
	color: var(--primary-hover-color);
	font-size: 14px;
	margin-bottom: 15px;
	padding: 9px 15px;
}
.contact-left .btn-info:hover{
	background: var(--primary-hover-color);
	color: var(--secondary-color);
	border-color: var(--primary-hover-color); 
}
.contact-left .btn-info i {
	font-size: 18px;
}
.content-details {
	background: var(--secondary-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;
	}
}

/*----------------------------------------------*/
/* Other Pages */
/*----------------------------------------------*/
/*search*/
#button-search {
	margin-bottom: 10px;
}
@media (max-width: 767px){
    #product-search #content .row .col-sm-4 .form-control,
    #product-search #content .row .col-sm-3 .form-control {
        margin-bottom: 10px;
    }
}

/* manufacture page */
.manufacturer-list {
    border: 1px solid var(--border-color);
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: #eeeeee;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
}
.manufacturer-content {
	padding: 8px;
}

/*compare page*/
#product-compare .table {
	display: inherit;
	border-style: solid none none none;
	overflow: auto;
}
#product-compare .table>tbody+tbody {
    border-top: 1px solid var(--border-color);
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
#product-compare .img-thumbnail{
	padding: 0;
}

/*Account Page*/
.account-content .box-content ul,
.sidebar .box-content  ul{
	padding: 12px 8px;
    background-color: var(--secondary-color);
}
.well {
	background: none;
}
.well > p {
	line-height: 25px;
}
.account-content .list-group ul a {
	background-color: var(--secondary-color);
	border:none; 
	color: var(--primary-color);
}
.account-content .list-group ul a:hover,
.sidebar li a:hover{
	color: var(--primary-hover-color);
}
.sidebar li,
.account-content a:last-child {
    border: none;
}
.well h2 {
	margin-top: 0;
	font-size: 24px;
}
#account-account #content h3 {
    margin: 0 0 15px 0;
}
#account-account #content ul{
	margin: 0 0 20px 0;
}
#account-account #content ul li {
    padding: 0 0 5px;
}

/*information*/
.sidebar li a {
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding: 8px 12px;
	text-transform: capitalize;
}
.account-content h3,
.sidebar  h3{
	text-align: left;
}

/*Sitemap*/
#information-sitemap #content a{
	line-height: 30px;
}

/*----------------------------------------------*/
/* Common Css*/
/*----------------------------------------------*/
.owl-carousel {
    touch-action: manipulation;
}
.relative {
	position: relative;
}
.m-auto {
	margin: 0px auto;
}
.m-image-auto {
	width: auto !important;
}
.img-thumbnail{
	border-radius: 0;
	padding: 0;
}
.form-control {
	border-radius: 0;
	color: #999999;
	border: 1px solid var(--border-color);
	height: 40px;
}
.form-control:focus {
	border-color: var(--border-color); 
	box-shadow: none;
}
form {
	margin-block-end: 0em;
}
.btn-link:focus,
.btn-link:hover,
.btn:active:focus,
.btn:focus{
	outline: none;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}
.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;
}
.buttons .pull-left {
	margin:0;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

@media (max-width: 767px) {
	#column-left {
		display: block !important;
	}
}

@media (min-width: 1440px) {
	.container {
    	width: 1230px;
	}
}

@media (min-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;
	}
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#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;
	}
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1) {
		clear:left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#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%;
	}	
	.footer-top .col-sm-3,
	.footer-top .col-sm-2,
	.footer-top .col-sm-4 {
		width: 100%;
	}
}

/* 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%;
	}
}