body {
	color: #ccc;
	font-family: 'Raleway', sans-serif;;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	background: #222;
}
/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	margin: 0px 0 15px;
	font-weight: 500;
	text-transform: capitalize;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #fff;
}
a:hover,
a:focus,
a.focus,
a.active {
	text-decoration: none;
	color: #bc9355;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control,
input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control,
input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control,
input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 14px;
	color: #ccc;
}
.form-control::placeholder{
	color: #ccc;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
body ::-webkit-scrollbar-track
{
	background-color: #f2f2f2;
	border-radius:0;
}
body ::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: #ddd;
	border-radius: 0;
}
body ::-webkit-scrollbar-thumb
{
	background-color: #ddd;
	border-radius: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
}
::-moz-selection {
	background-color: #333;
	color: #ffffff;
}
::selection {
	background-color: #333;
	color: #ffffff;
}
b, strong{font-weight: 500;}
strong, strong:active,
strong:focus, strong:hover {
	text-shadow: unset;
	outline: unset;
}
img {
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* touch scroll erroe fix !important*/
.owl-carousel {
	touch-action: manipulation;
}
/* default font size */
.fa {
	font-size: 16px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #bc9355;
	background-color: transparent;
}
/*----------------------------------------------*/
/* error page */
/*----------------------------------------------*/
.error {
	text-align: center;
}
.error__box {
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 0px 30px;
}
.error__box i {
	display: inline-block;
	font-size: 30px;
	color: #ddd;
	margin: 0 0 15px;
}
.error h2 {
	color: #bc9355;
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 24px;
}
.error .error__title {
	color: #bc9355;
	font-size: 50px;
	margin-bottom: 24px;
	font-weight: 500;
	line-height: 48px;
	text-transform: capitalize;
}
.error h2.error__subtitle {
	margin-bottom: 8px;
}
.error__description{
	color: #fff;
	line-height: 26px;
	margin-bottom: 30px;
}
/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
	background: #bc9355;
	border: 2px solid #bc9355;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	font-size: 16px;
	height: 35px;
	margin: 0px 5px 10px 0;
	padding: 7px;
	text-align: center;
	width: 35px;
}
.information-contact .contact-left .title{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.content-address{
	margin-bottom: 15px;
}
.contact-left .btn-info{
	background: transparent;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.contact-left .btn-info:hover{
	background: #bc9355;
	color: #ffffff;
	border-color: #bc9355;
}
.contact-left .btn-info i {
	font-size: 18px;
}
.content-details {
	background: transparent;
	padding:15px;
}
.contact-left .content-details > div{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.contact-left .content-details .comment-info{
	border: none;
	padding:0;
	margin: 0px;
}
@media(max-width: 991px){
	.contact-left{
		margin-bottom: 30px;
	}
}
/*----------------------------------------------*/
/* top */
/*----------------------------------------------*/
#top{
	background: #bc9355;
	padding: 9.5px 0;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	font-size: 14px;
	padding: 0px 0;
	text-shadow: none;
	text-decoration: none;
}
#top .btn-link{
	margin-right: 15px;
}
#top-links li .dropdown-menu a,
#top #form-currency .currency-select,
#top #form-language .language-select,
.dropdown-menu>li>a{
	color: #222;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 15px;
}
#top-links li .dropdown-menu a:hover,
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover, .dropdown-menu>li>a:hover {
	color: #bc9355;
	background-color: transparent;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links ul{
	margin: 0px;
}
#top-links a + a {
	margin-left: 15px;
}
.position-top-link-left{
	float: left;
	color: #fff;
}
.position-top-link-left p{
	margin: 0;
}
#top-links span{
	margin: 0 5px;
	font-weight: normal;
	color: #fff;
}
#top-links #wishlist-total span{
	color: #222;
	margin: 0;
}
#top-links #wishlist-total span:hover{
	color: #bc9355;
}
#top-links li.dropdown {
	padding-left: 20px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: transparent;
	border:none;
}
i.user {
	background: transparent url(../image/mahardhi/usericon.png) no-repeat scroll 0px 2px;
	position: absolute;
	width: 18px;
	height: 20px;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#top .dropdown-menu{
	top: 145%;
}
.dropdown-menu{
	border: none;
	border-radius: 0;
	box-shadow: 0 0px 15px 0px #bc9355 inset;
}
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../image/mahardhi/loader.gif) 50% 50% no-repeat rgb(255,255,255);
	opacity: 1;
}
/*----------------------------------------------*/
/* header */
/*----------------------------------------------*/
header {
	border: none;
	background: #222;
}
.header-right {
	float: right;
	display: flex;
	padding: 35px 0;
}
/*bg-light for top link header*/
.bg-light .position-top-link-left p,
.bg-light #top-links span.hidden-xs, span.hidden-sm, span.hidden-md,
.bg-light #menu .nav > li > a,
.bg-light #top-links .fa{
	color: #000;
}
/* logo */
#logo {
	padding: 20px 0;
}
/* search */
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn_search {
	background: url(../image/mahardhi/headericon.png) no-repeat scroll 3px -5px;
	height: 30px;
	width: 33px;
	z-index: 9;
	border: 1px solid transparent;
	float: right;
	margin-right: 15px;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}
#search .btn_search.active {
	background: url(../image/mahardhi/crossicon.png) 6px 7px no-repeat;
}
#search button.btn.btn-default.btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 11px 10px;
	background-color: #fff;
	border-radius: 0;
	position: absolute;
	right: 0;
	border: none;
	z-index: 5;
	color: #000000;
	top: 0;
	float: right;
}
/* Mahardhi Search */
#search.mahardhi-search .box-content {
	width: 250px;
	left: auto;
	position: absolute;
	right: 0;
	display: none;
	z-index: 11;
	top: 65px;
}
#search .box-content .form-control {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #fff;
	color: #222;
}
.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;
}
/* cart */
#cart {
	float: right;
}
#cart > .btn, #cart.open > .btn {
	background: url(../image/mahardhi/headericon.png) no-repeat scroll -46px -5px;
	height: 30px;
	width: 30px;
	z-index: 9;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
#cart-total {
	top: 17px;
	background-color: #bc9355;
	border-radius: 50%;
	position: absolute;
	width: 16px;
	color: #fff;
	height: 16px;
	font-size: 12px;
	right: -3px;
	text-align: center;
}
#cart .dropdown-menu {
	background: #fff;
	border: unset;
	z-index: 1001;
	border-radius: 0;
	top: 65px;
	margin: 0;
	padding: 0px;
	width: 310px;
}
#cart .dropdown-menu li p {
	margin: 0px;
	font-size: 14px;
	color: #222;
}
.product-cart-empty {
	padding-bottom: 20px;
	padding-top: 20px;
}
#cart .text-right .addtocart-btn {
	margin: 0 5px 0 0;
}
.product-cart-button {
	padding: 0px 0px 20px 0px;
}
#cart .dropdown-menu .cart-content-product {
	max-height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
}
#cart .dropdown-menu li {
	float: none;
	padding: 0px 20px;
}
#cart .dropdown-menu table {
	border: none;
}
#cart .dropdown-menu .table-striped>tbody>tr:nth-of-type(odd){
	background: #fff;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	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 #eee;
	display: block;
}
#cart .dropdown-menu table td.product-cart-thumb {
	padding: 0;
}
#cart .dropdown-menu table td {
	background: none;
	border: medium none;
	padding: 5px 4px;
	color: #000;
}
#cart .dropdown-menu table td.product-cart-details {
	padding-left: 10px;
	padding-right: 10px;
}
.product-cart-info {
	margin-top: 8px;
}
#cart .product-cart-info .product-cart-qty {
	font-weight: normal;
}
#cart .dropdown-menu li .product-item-name {
	color: #222;
	font-weight: normal;
}
#cart .dropdown-menu li a:hover {
	color: #bc9355;
}
#cart .product-cart-info .product-cart-price, .product-cart-total {
	color: #bc9355;
}
#cart .dropdown-menu table td.product-cart-close {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 0;
}
#cart .dropdown-menu li + li {
	border-top: 1px solid #eeeeee;
	padding: 5px 20px 0px 20px;
}
#cart .img-thumbnail{
	padding: 0;
	border: none;
}
#cart .dropdown-menu li td,
td.cart-total-price {
	color: #222;
	font-size: 14px;
	font-weight: 600;
}
#cart .dropdown-menu .btn-danger {
	background: #fff;
	color: #222;
	border-radius: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#cart .dropdown-menu li td strong, #cart .dropdown-menu li small,
td.cart-total-title {
	color: #333;
	font-size: 14px;
	font-weight: 300;
}
td.cart-total-title,
td.cart-total-price {
	color: #ccc;
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
	font-size: 16px;
	color: #bc9355;
}
#cart .text-right .addcart,
#cart .text-right .checkout{
	display: inline-block;
}
#cart .text-right .addcart {
	margin: 0 5px 0 0;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
/*----------------------------------------------*/
/* button */
/*----------------------------------------------*/
.btn-primary,
.btn-default,
.pagination>li>a,
.pagination>li>span,
#cart .text-right .addcart,
#cart .text-right .checkout{
	color: #ffffff;
	text-shadow: none;
	box-shadow: none;
	background-color: #bc9355;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0px;
	padding: 8px 15px;
	border: 1px solid #bc9355;
}
.pagination>li>a,
.pagination>li>span
{
	padding: 4px 11px;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>.active>a,
#cart .text-right .addcart:hover,
#cart .text-right .checkout:hover,
.btn-default:hover, .btn-primary:hover,
.btn-primary:focus, .btn-default:focus,
.btn-default:active, .btn-primary:active,
.btn-primary.focus, .btn-default.focus,
.btn-default.active, .btn-primary.active,
.btn-default.active.focus, .btn-primary.active.focus,
.btn-default.active:focus, .btn-primary.active:focus,
.btn-default.active:hover, .btn-primary.active:hover,
.btn-default:active.focus, .btn-primary:active.focus,
.btn-default:active:focus, .btn-primary:active:focus,
.btn-default:active:hover, .btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-primary:hover, .open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle,
.open>.dropdown-toggle.btn-primary,
.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-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover
#comment_btn:hover{
	background-color: transparent;
	color: #bc9355;
	border-color: #bc9355;
	box-shadow: unset;
	outline: unset;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover{
	background: transparent;
	color: #fff
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
/*----------------------------------------------*/
/* menu */
/*----------------------------------------------*/
#menu {
	margin: 0;
	border: unset;
	text-align: center;
}
#menu .nav > li > a {
	color: #fff;
	background-color: transparent;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
}
#menu .nav > li:hover > a, #menu .nav > li.open > a {
	color: #bc9355;
}
#menu .dropdown-inner, #navCategory .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul, #navCategory .dropdown-inner > ul {
	display: table-cell;
}
#menu .dropdown-inner a, #navCategory .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 5px 15px;
	clear: both;
	color: #222;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#menu .dropdown-inner li a:hover,
#navCategory .dropdown-inner li a:hover {
	color: #bc9355;
	background-color: transparent;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #333;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #333;
	background-repeat: repeat-x;
	border-color: #333;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
}
#menu ul li.hiden_menu .dropdown-inner{
	background-color: #fff;
	position: absolute;
	top: 100%;
	z-index: 1000;
	float: left;
	padding: 5px 0;
	left: 0px;
	position: absolute;
	box-shadow: 0 0px 15px 0px #bc9355 inset;
}
#menu .dropdown .dropdown-menu.navcol-menu{
	display: block;
}
#menu #topCategoryList .dropdown-inner a:hover,
#menu #topCategoryList .dropdown-inner li:hover > a,
#menu .dropdown-inner li.dropdown-submenu:hover > .fa {
	color: #ba963e;
	text-shadow: unset;
}
#menu .menulist .dropdown-menu.column-3 .dropdown-submenu.sub-menu-item > a {
	font-size: 16px;
	color: #ba9355;
}
@media (min-width: 992px) {
	#topCategoryList ul > li.menulist > a,
	#topCategoryList ul > li.blog > a  {
		padding: 40px 15px;
	}
	#menu .nav > li:first-child a {
		padding-left: 0;
	}
	#menu .nav > li:last-child a {
		padding-right: 0;
	}
	#topCategoryList ul > li.menulist:last-child{
		padding-right: 0;
	}
	#menu .dropdown .dropdown-menu.navcol-menu,
	#menu ul li.hiden_menu .dropdown-inner,
	#menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu
	{
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: perspective( 1px ) rotateX( -90deg );
		-moz-transform: perspective( 1px ) rotateX( -90deg );
		-ms-transform: perspective( 1px ) rotateX( -90deg );
		-o-transform: perspective( 1px ) rotateX( -90deg );
		transform: perspective( 1px ) rotateX( -90deg );
		-webkit-transition: -webkit-transform 0.5s ease;
		-o-transition: -o-transform 0.5s ease;
		-moz-transition: -moz-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
	}
	#menu .dropdown:hover .dropdown-menu.navcol-menu,
	#menu ul li.hiden_menu:hover .dropdown-inner,
	#menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu
	{
		display: block;
		-webkit-transform: perspective( 600px ) rotateX( 0deg );
		-moz-transform: perspective( 600px ) rotateX( 0deg );
		-ms-transform: perspective( 600px ) rotateX( 0deg );
		-o-transform: perspective( 600px ) rotateX( 0deg );
		transform: perspective( 600px ) rotateX( 0deg );
	}
	#menu ul li.hiden_menu .dropdown.menulist .dropdown-menu{
		display: none;
	}
	#menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
		display: block;
		left: 100%;
		top: 5px;
		background-color: #ffffff;
		box-shadow: 0 0px 15px 0px #bc9355 inset;
	}
	#menu .dropdown-inner li.dropdown-submenu .fa {
		position: absolute;
		right: 10px;
		top: 13px;
		color: #000;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: none;
	}
	.navbar-nav>li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}
@media (max-width: 767px) {
	#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%;
		color: #fff;
	}
	#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: #fff;
	}
}
/*----------------------------------------------*/
/* all slider */
/*----------------------------------------------*/
#slideshow0 img{
	width: 100%;
}
.swiper-pager .swiper-button-next::before,
.swiper-pager .swiper-button-prev::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 30px;
}
.swiper-viewport:hover .swiper-button-next,
.swiper-viewport:hover .swiper-button-prev{
	opacity: 1!important;
}
.carousel .swiper-pager{
	top: 55%;
}
#blogcarousel .owl-nav div{
	top: 26%;
}
.testimonial-container .owl-nav div{
	top: 45%;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div{
	top: 33.5%;
}
.owl-theme .owl-nav{
	margin-top: 0;
}
.owl-nav div{
	top: 45%;
	position: absolute;
}
#related-carousel .owl-nav div {
	top: 40%;
}
.owl-theme:hover .owl-nav .owl-prev, .owl-theme:hover .owl-nav .owl-next {
    opacity: 1;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev{
	opacity: 0;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev{
	width: 20px;
	height: 30px;
}
.swiper-pager .swiper-button-next::before,
.carousel .swiper-viewport .swiper-button-next:hover::before,
.owl-theme .owl-nav .owl-next,
.slideTestimonial.owl-theme .owl-nav .owl-next:hover{
	background: url(../image/mahardhi/arrow.png)no-repeat scroll -93px -16px;
}
.swiper-pager .swiper-button-prev::before,
.carousel .swiper-viewport .swiper-button-prev:hover::before,
.owl-theme .owl-nav .owl-prev,
.slideTestimonial.owl-theme .owl-nav .owl-prev:hover{
	background: url(../image/mahardhi/arrow.png)no-repeat scroll -15px -16px;
}
.owl-theme .owl-nav .owl-next,
.slideTestimonial.owl-theme .owl-nav .owl-next:hover{
	right: 0;
}
.owl-theme .owl-nav .owl-prev,
.slideTestimonial.owl-theme .owl-nav .owl-prev:hover{
	left: 0;
}
.swiper-viewport .swiper-button-next:hover::before,
.owl-theme .owl-nav .owl-next:hover,
#quick-carousel.owl-theme .owl-nav .owl-next:hover,
#quick-carousel.owl-theme .owl-nav .owl-next{
	background: url(../image/mahardhi/arrow.png)no-repeat scroll -93px -104px;
}
.swiper-viewport .swiper-button-prev:hover::before,
.owl-theme .owl-nav .owl-prev:hover,
#quick-carousel.owl-theme .owl-nav .owl-prev:hover,
#quick-carousel.owl-theme .owl-nav .owl-prev{
 	background: url(../image/mahardhi/arrow.png)no-repeat scroll -15px -104px;
}
/*----------------------------------------------*/
/* service content */
/*----------------------------------------------*/
.cms-homepage .cms-inner1,
.cms-homepage .cms-inner2,
.cms-homepage .cms-inner3 {
	float: left;
	width: 33.33%;
	position: relative;
	overflow: hidden;
}
.home-page-service .cms-inner1,
.home-page-service .cms-inner2,
.home-page-service .cms-inner3{
	width: 33.33%;
	float: left;
}
.service-icon1, .service-icon2, .service-icon3{
	height: 100px;
	width: 100px;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	margin: 0 auto 0 auto;
	border: 10px solid #444;
	transition: transform 400ms ease-in-out 0s;
	-webkit-transition: transform 400ms ease-in-out 0s;
	-moz-transition: transform 400ms ease-in-out 0s;
	-o-transition: transform 400ms ease-in-out 0s;
	-ms-transition: transform 400ms ease-in-out 0s;
}
.home-page-service .content-detail {
	padding-top: 25px;
	text-align: center;
}
.home-page-service .content-detail h4{
	font-size: 18px;
	color: #fff;
	line-height: 24px;
    margin-bottom: 0;
}
.home-page-service p{
	color: #ccc;
	margin: 0;
}
.cms-inner1 .service-icon1,
.cms-inner2 .service-icon2,
.cms-inner3 .service-icon3{
	transition: transform 400ms ease-in-out 0s;
	-webkit-transition: transform 400ms ease-in-out 0s;
	-moz-transition: transform 400ms ease-in-out 0s;
	-o-transition: transform 400ms ease-in-out 0s;
	-ms-transition: transform 400ms ease-in-out 0s;
}
.service-icon1 {
	background: #bc9355 url(../image/mahardhi/serviceicon.png) no-repeat scroll 16px 16px;
}
.service-icon2 {
	background: #bc9355 url(../image/mahardhi/serviceicon.png) no-repeat scroll -86px 16px;
}
.service-icon3 {
	background: #bc9355 url(../image/mahardhi/serviceicon.png) no-repeat scroll -196px 16px;
}
.cms-inner1:hover .service-icon1,
.cms-inner2:hover .service-icon2,
.cms-inner3:hover .service-icon3{
	transition: all 700ms ease;
}
.cms-inner1:hover .service-icon1 {
	background: #bc9355 url(../image/mahardhi/serviceicon.png) no-repeat scroll 16px -63px;
}
.cms-inner2:hover .service-icon2 {
	background: #bc9355 url(../image/mahardhi/serviceicon.png) no-repeat scroll -86px -65px;
}
.cms-inner3:hover .service-icon3 {
	background: #bc9355 url(../image/mahardhi/serviceicon.png) no-repeat scroll -196px -64px;
}
/*----------------------------------------------*/
/* banner home page */
/*----------------------------------------------*/
.home-page-service {
	border-top: 1px solid #7d7d7d;
	padding: 50px 0;
}
.cms-homepage.banner
{
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.cms-homepage.banner a img {
	width: 100%;
}
.cms-homepage.banner .content-block {
	position: absolute;
	width: 33.33%;
	text-align: center;
	bottom: 25%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.cms-homepage.banner .title{
	color: #bc9355;
	font-size: 72px;
	font-family: 'Satisfy', cursive;
	display: block;
}
.cms-homepage.banner .desc-text{
	font-size: 42px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 70px 0 40px;
	display: block;
}
.cms-homepage.banner .shop-now a{
	color: #bc9355;
	border-bottom: 2px solid #bc9355;
	font-weight: 500;
	font-size: 18px;
}
.cms-homepage .bannerimg:before, .cms-homepage .bannerimg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.cms-homepage .bannerimg:before {
	width: 0;
	height: 90%;
	border-top: 3px solid #bc9355;
	border-bottom: 3px solid #bc9355;
}
.cms-homepage .bannerimg:after {
	height: 0;
	width: 90%;
	border-left: 3px solid #bc9355;
	border-right: 3px solid #bc9355;
}
.cms-homepage .bannerimg:hover:before {
	width: 90%;
}
.cms-homepage .bannerimg:hover:after {
	height: 90%;
}
/*----------------------------------------------*/
/* letest product */
/*----------------------------------------------*/
.page-title, .group-title {
	text-align: center;
	width: 100%;
}
.box-content .page-title h3,
.mblog .page-title h3,
.related-products-block h3 {
	margin: 0 0 25px;
	text-transform: uppercase;
}
.related-products-block h3{
	margin: 0 0 30px;
}
#product-product .tab-content{
	margin-bottom: 50px;
}
/*----------------------------------------------*/
/* footer */
/*----------------------------------------------*/
footer {
	background-image: url(../image/mahardhi/fotterbackgraund.jpg);
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #ccc;
}
footer a {
	line-height: 30px;
}
footer h5,
footer h4 {
	font-size: 18px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer_middle.clearfix {
	padding: 40px 0 20px;
}
#footer_aboutus.col-sm-3 {
	padding-left: 0px;
}
#footer_aboutus .list-unstyled li {
	line-height: 30px;
}
#footer_aboutus .list-unstyled li i{
	float: left;
	position: relative;
	line-height: inherit;
	color: #bc9355;
}
#footer_aboutus .list-unstyled li div{
	margin-left: 30px;
	color: #fff;
}
#footer_aboutus .list-unstyled li.footer-logo {
	display: none;
}
.footer-bottom.clearfix {
	margin-bottom: 30px;
}
.footer_social {
	float: left;
}
li.social_block:last-child {
	margin-right: 0;
}
li.social_block {
	display: inline-block;
	margin-right: 8px;
}
footer .footer_social h4,
footer .footer_payment h4{
    margin-bottom: 18px;
}
.footer_social li a {
	background: #fff;
	border-radius: 25px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	text-align: center;
	width: 30px;
	-webkit-transition: ease-in-out .3s all;
	-moz-transition: ease-in-out .3s all;
	transition: ease-in-out .3s all;
}
footer .facebook.social_block a:hover {
	background: #3B5998;
}
footer .twitter.social_block a:hover {
	background: #55ACEE;
}
footer .g-plus.social_block a:hover {
	background: #dd4b39;
}
footer .linkedin.social_block a:hover {
	background: #0077B5;
}
footer .instagrm.social_block a:hover {
	background: #125688;
}
.social_block a i {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #222222;
}
.social_block a:hover i{
	color:#fff;
}
.footer_payment {
	float: right;
	display: block;
	padding-left: 0;
}
footer p {
	text-align: center;
	margin-bottom: 0px;
	padding: 10px 0;
	color: #fff;
	border-top: 1px solid #777;
}
ul.social-links {
	padding-left: 0;
}
#content {
	min-height: 500px;
}
/*----------------------------------------------*/
/* alter */
/*----------------------------------------------*/
.alert {
	padding: 8px 30px 8px 15px;
}
.alert{text-align: center;font-size: 14px;}
.alert a{color: #222;}
.alert-success {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	border-radius: 0;
}
.alert-dismissable .close,
.alert-dismissible .close {
	color: #333;
	border: none;
	font-size: 25px;
	opacity: 1;
	position: absolute;
	right: 15px;
	top: -3px;
	line-height: 40px;
	text-shadow: none;
	font-weight: normal;
}
.alert.alert-danger.alert-dismissible {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	position: relative;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
	border-radius: 0;
}
#post_comment .alert-success,
#tab-review .alert-success{
	position: relative;
}
/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.common-home .content_header{
	display: none;
}
.breadcrumb {
	background: url(../image/mahardhi/shopbanner.jpg) no-repeat scroll center;
	padding: 100px 0 100px;
	margin-bottom: 50px;
	border-radius: 0px;
	text-align: center;
	position: relative;
	width: 100%;
	background-size: cover;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	font-weight: normal;
	line-height: 24px;
}
.breadcrumb li a:hover, .breadcrumb li:last-child a {
	color: #bc9355;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
	position: relative;
	left: 10px;
	color: #fff;
}
.breadcrumb > li:last-child:after {
	content: '';
}
.pagination {
	margin: 0;
}
.breadcrumb h1 {
	font-size: 30px;
	margin: -5px 0 5px;
	text-transform: uppercase;
}
/*----------------------------------------------*/
/* buttonds */
/*----------------------------------------------*/
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7px 12px;
	font-size: 14px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-primary,
.btn-default,
#comment_btn,
.btn-info {
	color: #ffffff;
	text-shadow: none;
	background-color: #bc9355;
	background-repeat: repeat-x;
	border-radius: 0;
	padding: 9px 15px;
	text-transform: uppercase;
	box-shadow: unset;
	border: 1px solid #bc9355;
	font-weight: normal;
}
.input-group-btn .btn-default {
	padding: 6px 12px;
}
.input-group-btn .btn-primary{
	padding: 6px 12px;
}
.input-group-btn #button-coupon.btn-primary,
.input-group-btn #button-voucher.btn-primary{
	padding: 7.5px 12px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-repeat: repeat-x;
}
.btn-danger {
	color: #ffffff;
	border-color: #bd362f #bd362f #802420;
	padding: 10px 15px;
	text-transform: uppercase;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-repeat: repeat-x;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #fff;
	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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-link:focus, .btn-link:hover{
	color: #fff;
}
.btn:hover{
	text-decoration: none;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	text-decoration: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.form-control:focus,
.btn-default.active,
button:focus
{
	outline: none;
	box-shadow: none;
}
.form-control:focus{
	border-color: #bc9355;
}
.buttons.clearfix {
	margin-bottom: 50px;
}
.tab-content .buttons.clearfix,
#checkout-checkout .buttons.clearfix{
	margin-bottom: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #333;
}
/* list group */
.list-group a {
	color: #fff;
	padding: 8px 0px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #bc9355;
	background: unset;
}
.list-group-item{
	border: none;
}
.sidebar li {
	padding: 8px 0;
}
/*----------------------------------------------*/
/* carousel */
/*----------------------------------------------*/
.carousel{
	background: #bc9355;
}
.carousel .page-title{
	display: none;
}
#carousel0 {
	padding: 20px 0;
}
/*----------------------------------------------*/
/* product list */
/*----------------------------------------------*/
.product-thumb {
	margin-bottom: 50px;
	position: relative;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.product-thumb .image a {
	display: block;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 681px) {
	.product-layout.product-list .product-thumb .image {
		float: left;
	}
}
.product-thumb .thumb-description {
	background: #fff;
}
#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description{
	background: transparent;
}
.product-list .product-thumb .thumb-description{
	background: transparent;
	box-shadow: unset;
	margin: 0;
}
.product-thumb .price {
	font-size: 16px;
}
.product-thumb h4 {
	margin: 15px 0 10px;
}
.product-thumb h4 a{
	color: #222;
}
#column-left .product-thumb h4 a, #column-right .product-thumb h4 a,
.product-thumb.blog-block h4 a{
	color: #fff;
}
.product-thumb h4 a:hover,
#column-left .product-thumb h4 a:hover, #column-right .product-thumb h4 a:hover{
	color: #bc9355;
}
.product-thumb .caption {
	text-align: center;
	position: relative;
}
.product-list .product-thumb .caption {
	text-align: left;
	padding: 20px 25px 0px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		margin-left: 0;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	display: none;
}
.product-list .product-thumb .rating{
	display: block;
	padding-bottom: 25px;
}
.fa-stack {
	font-size: 8px;
}
.fa-star-o {
	color: #c1c1c1;
	font-size: 15px;
}
.fa-star {
	color: #FC0;
	font-size: 15px;
}
.fa-star + .fa-star-o {
	color: #FC0;
}
.fa-star-o:before {
	content: "\f005";
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #bc9355;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	margin-bottom: 12px;
}
.product-thumb .price-new {
	font-weight: 600;
	margin-right: 10px;
}
.product-thumb .price-old {
	color: #ccc;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.addcart span, .addcart span{
	font-weight: 500;
	color: #bc9355;
	text-shadow: none;
}
.product-thumb .action{
	position: absolute;
	opacity: 0;
	background: #fff;
	display: block;
	width: 100%;
	margin: 0px;
}
.product-thumb:hover .action{
	opacity: 1;
	z-index: 3;
}
.addcart{
	background: transparent;
	border: 1px solid #bc9355;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 8px 15px 10px;
	position: relative;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	z-index: 1;
	display: none;
	text-align: center;
	margin: 0 auto 15px auto;
}
#product .addcart,
.quickview-content .addcart{
	margin: 0;
}
.product-list .product-thumb .addcart,
.product-list .product-thumb:hover .addcart,
#product .addcart, .quickview-content .addcart{
	transform: unset;
	-webkit-transform: unset;
	-moz-transform: unset;
	-ms-transform: unset;
	-o-transform: unset;
	display: inline-block;
	margin: 0 auto;
}
.product-thumb:hover .addcart,
.product-grid .product-thumb:hover .thumb-description .action .addcart {
	display: block;
}
.product-grid .product-thumb:hover .thumb-description .addcart,
.product-list .product-thumb:hover .action{
	display: none;
}
.addcart:hover span{
	color: #fff;
}
.addcart:hover{
	background: #bc9355;
}
.product-thumb .button-group {
	position: absolute;
	bottom: 10px;
	right: 15px;
	opacity: 1;
	-webkit-transition: ease .2s all;
	-moz-transition: ease .2s all;
	transition: ease .2s all;
}
.product-thumb .button-group .fa{
	font-weight: bold;
}
.product-list .product-thumb .button-group1{
	display: inline-block;
	opacity: 1;
	position: absolute;
}
.product-thumb .button-group button{
	opacity: 0;
	border-radius: 50%;
	float: none;
	margin: 0 0 10px 0;
	color: #222;
	border: 1.5px solid #222;
	width: 40px;
	height: 40px;
	line-height: 38px;
	transform: scale(0) rotate(0deg);
	-webkit-transform: scale(0) rotate(0deg);
	-moz-transform: scale(0) rotate(0deg);
	-o-transform: scale(0) rotate(0deg);
	-ms-transform: scale(0) rotate(0deg);
	-webkit-transition: ease .2s all;
	-moz-transition: ease .2s all;
	-ms-transition: ease .2s all;
	-o-transition: ease .2s all;
	transition: ease .2s all;
	display: block;
	background: #fff;
}
.button-group1 button{
	opacity: 1;
	border-radius: 50%;
	margin: 0 0 0px 10px;
	float: left;
	color: #222;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1.5px solid #222;
	display: block;
	background: #fff;
}
.button-group1 button.compare,
.button-group button.compare,
.button-group button.quickview-button{
	line-height: 30px;
}
.product-thumb .button-group .compare {
	-webkit-transition: ease .4s all;
	-moz-transition: ease .4s all;
	transition: ease .4s all;
}
.product-thumb:hover .button-group button{
	opacity: 1;
	transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
}
.product-thumb .button-group button:hover,
.button-group1 button:hover
{
	color: #bc9355;
	border: 1.5px solid #bc9355;
}
/*start product list page*/
.row.cat_info .fa{
	font-size: 20px;
}
.product-layout.product-list .product-thumb .button-group,
.product-list .product-thumb .action,
.product-thumb .button-group1{
	display: none;
}
.product-layout.product-list .product-thumb{
	background: #f5f5f5;
}
p.description {
	color: #777777;
	line-height: 25px;
	margin: 15px 0px 0;
	display: none;
}
.product-list .product-thumb .price{
	margin: 10px 0;
}
.product-layout.product-list p.description{
	display: block;
}
.sale-text:after {
	border-top: 8px solid #bc9355;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	height: 0;
	right: 17px;
	position: absolute;
	width: 0;
	transform: rotateY(-360deg);
	-webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	-o-transform: rotateY(-360deg);
	top: 22px;
}
.sale-text {
	background: #bc9355;
	position: absolute;
	top: 10px;
	padding: 1px 10px;
	opacity: 0;
	left: 10px;
}
.product-thumb:hover .sale-text{
	opacity: 1;
}
.sale-text span{
	color: #fff;
}
/*----------------------------------------------*/
/* 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-wrapper-inner {
	position: relative;
	background-color: #222;
	transform: translateY(-50%);
	height: 70vh;
	top: 50%;
	padding: 30px 30px 30px 30px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}
.quickview-overlay {
	display: none;
	background-color: rgba(0,0,0,0.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: 30px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
}
.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 {
	line-height: 50px;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	top: 50%;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #bc9355;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 9999;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
:focus,
button:focus,
.btn:focus{
	outline: 0;
	text-decoration: none;
	color: #fff;
}
button:focus,
.btn:focus{
	color: #bc9355;
}
/*----------------------------------------------*/
/* testonomial */
/*----------------------------------------------*/
.testimonial-container.module-nav2.box-module{
	background: #fff url(../image/mahardhi/testimonialbackgraund.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.testimonial-container .block-content{
	width: 55%;
	background: rgba(188,147,85,0.7);
	clip-path: polygon(0% 0%, 82% 0%, 100% 100%, 0% 100%, 0% 12%);
}
.testimonial-container .slideTestimonial {
	width: 85%;
}
.email-image{
	background: transparent url(../image/mahardhi/emailicon.png) no-repeat;
	position: relative;
	width: 50px;
	height: 37px;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0;
	margin: 0 auto;
	margin-bottom: 30px;
}
.testimonial-content.text-center{
	padding: 140px 0;
}
.group-title h2{
	display: none;
}
.testimonial-data {
	display: inline-block;
	margin: 50px 0 0;
}
.testimonial-images {
	display: inline-block;
	float: left;
	position: relative;
}
.slideTestimonial .testimonial-images img{
	border-radius: 50%;
}
.testimonial-text {
	line-height: 25px;
	color: #fff;
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
.testimonial-author {
	font-size: 18px;
	color: #fff;
	padding: 35px 0 20px 20px;
	float: left;
	display: inline-block;
}
.slideTestimonial .testimonial-text::before {
    content: "\f10d";
    left: -20px;
    font-family: FontAwesome;
}
.slideTestimonial .testimonial-text::before {
    color: #fff;
    position: relative;
    top: 0px;
    margin: 0 auto;
    font-size: 24px;
}
/*----------------------------------------------*/
/* newslatter */
/*----------------------------------------------*/
.nessletter_banner{
	position: relative;
	z-index: 9;
}
.nessletter_banner .alert.alert-danger.alert-dismissible,
.nessletter_banner .alert, .newsletter-content-innner .alert{
	margin-top: 10px;
	top: auto;
	position: absolute;
}
.nessletter_banner .news-box{
	position: absolute;
	bottom: 0px;
	right: 15%;
}
.newsletter-block-content {
	margin: 40px auto;
	text-align: center;
	width: 360px;
	padding: 50px 30px;
	background: #fff;
	position: relative;
}
.nessletter_banner .text-content {
	text-align: center;
}
.description {
	color: #777;
}
.nessletter_banner .block-content {
	padding: 25px 0 0;
}
.newsletter-block-content span{
	color: #777;
}
.nessletter_banner .title-text {
	color: #222;
	font-size: 36px;
	margin: 0 0 15px;
	position: relative;
	font-weight: bold;
}
.position-footer-top .description {
	color: #fff;
}
.subscribe-form {
	position: relative;
}
.nessletter_banner .btn:focus{
	background: #bc9355;
	border-color: #bc9355;
}
.subscribe-form .text-danger {
	position: absolute;
}
.nessletter_banner input.inputNew {
	background: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #222;
	font-size: 14px;
	padding: 11px 15px;
	width: 100%;
	border-radius: 0px;
	height: auto;
}
.nessletter_banner .button_mini {
	background: #bc9355;
	border: 2px solid #bc9355;
	color: #ffffff;
	font-size: 14px;
	margin-top: 30px;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
	padding: 9px 20px;
	text-shadow: none;
	box-shadow: unset;
}
/*----------------------------------------------*/
/* Newsletter Popup */
/*----------------------------------------------*/
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}
.modal-content{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #222;
	background-clip: padding-box;
	border-radius:0;
}
.newsletter-popup .modal-dialog{
	margin:20px auto;
	max-width: 700px;
	text-align: center;
	width: auto;
}
.newsletter-btn-close.close{
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-shadow: none;
	font-weight: 400;
	font-size: 30px;
	opacity: 1;
	color: #fff;
}
.newsletter-popup .modal-body{
	padding:20px;
}
.newsletter-content h3{
	text-transform: uppercase;
	margin: 25px 0;
	font-size: 18px;
}
.newsletter-content p{
	margin-bottom: 20px;
	line-height: 25px;
	padding: 0 25px;
}
.newsletter-content input[type="text"] {
	width: 70%;
	margin: 0 auto;
	height: 42px;
	border: 1px solid #eee;
	padding: 0 10px;
}
.newsletter-content .btn{
	text-transform: capitalize;
	font-weight: 500;
	display: table;
	margin: 15px auto;
	padding: 9px 12px;
}
.newsletter-content-bottom{
	margin-bottom: 20px;
}
.modal-dialog {
	pointer-events: none;
}
@media (min-width: 576px){
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}
@media (max-width: 680px){
	.newsletter-popup .modal-dialog {
		width: 90%;
	}
}
.newsletter-content .newsletter_usr_popup_email {
	width: 70%;
	margin: 0 auto;
	height: 42px;
	border: 1px solid #eee;
	padding: 0 10px;
	color: #222;
}
/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.mblog {
	margin: 50px 0 45px;
}
.blog-block:hover .image img {
	opacity: 0.7;
}
.blog-block .caption h4,
.blog-layout .caption-blog h4,
#content-blogs h4.page_title{
	line-height: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #bc9355;
	padding: 15px 0;
	margin: 0;
}
.blog-text {
	color: #ccc;
	padding: 15px 0;
	line-height: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px
}
#post_comment h4,
.comment_cust .leave-hedding {
	font-size: 20px;
	text-align: center;
	margin: 30px 0 20px;
}
.blog-block .btn-read-more {
	float: right;
	text-transform: uppercase;
}
.blog-block .image{
	position: relative;
}
.blog-block .image .date-back {
	border-right: 100px solid transparent;
	border-left: 0px solid transparent;
	border-bottom: 100px solid rgba(188, 147, 85,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.blog-block .image .date-back .blog-date {
	color: #fff;
	position: absolute;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	text-align: center;
	top: 45px;
	left: 10px;
}
.blog-date b {
	font-weight: 700;
	font-size: 16px;
}
.blog-block:hover .image .date-back{
	opacity: 1;
	transition: all 0.7s;
}
.blog-block .hover-post:before,
.blog-block .hover-zoom:before {
	border-radius: 50%;
	color: #fff;
	background-color: #222;
	position: absolute;
	padding: 12px 15px;
	z-index: 2;
	top: 45%;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transform: scale(0) rotate(0deg);
	-webkit-transform: scale(0) rotate(0deg);
	-moz-transform: scale(0) rotate(0deg);
	-o-transform: scale(0) rotate(0deg);
	-ms-transform: scale(0) rotate(0deg);
}
.blog-block .hover-post:before {
	content: '\f0c1';
	display: block;
	font-family: FontAwesome;
	right: 51%;
}
.blog-block .hover-zoom:before {
	content: '\f002';
	display: block;
	font-family: FontAwesome;
	left: 51%;
}
.blog-block .hover-post:hover:before,
.blog-block .hover-zoom:hover:before{
	background-color: #bc9355;
}
.blog-block:hover .hover-post:before,
.blog-block:hover .hover-zoom:before{
	transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
}
#content-blogs .blog-comment{
	display: none;
}
.article-container img{
	width: 100%;
}
#post_comment #commnt_form.form-horizontal .control-label {
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
#commnt_form .col-sm-3{
	width: 25%;
	float: left;
}
#commnt_form .col-sm-9 {
	width: 75%;
	float: left;
}
.comment_cust h3{
	font-size: 16px;
}
#post_comment {
	margin-bottom: 35px;
}
.comment_cust{
	border-top: 1px solid #777;
}
.comment-item {
	min-height: 80px;
	padding:20px 20px 0px 20px
}
.comment_cust .comment-text .user_img {
	float: left;
	height: 60px;
	width: 60px;
	background-color: #ddd;
	text-align: center;
	line-height: 65px;
	border-radius: 50%;
}
.comment_cust .comment-text .user_img i {
	font-size: 24px;
}
.comment_cust .comment-desc {
	line-height: 25px;
	letter-spacing: 0.5px;
}
.comment_cust .comment-desc {
	padding-left: 80px;
	margin-bottom: 20px;
}
.comment_cust .comment-desc .name {
	float: left;
	margin-right: 10px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}
.comment_cust .comment-desc .date {
	color: #888888;
}
.comment-desc .name,
.blog-block .btn-read-more a,
.blog-comment span{
	color: #fff;
}
.blog-block .btn-read-more:hover a{
	color: #bc9355;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b{
    border-left: 27px solid #fff;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b{
	border-right: 27px solid #fff;
}
.product-thumb.blog-block {
	margin-bottom: 50px;
}
/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
#column-left,
#column-right {
	background: none;
}
#column-left > div,
#column-right > div{
	margin-bottom: 50px;
}
#column-left h3,
#column-right h3{
	text-transform: uppercase;
	text-align: left;
	line-height: unset;
}
#column-left .box-content .page-title h3,
#column-right .box-content .page-title h3{
	margin-bottom: 10px;
}
#selectMe-desk {
	margin-bottom: 0;
}
#column-left .container,
#column-right .container{
	padding: 0;
	width: 100%;
}
.filter_box .list-group a {
	color: #fff;
	padding: 10px 0;
	border: unset;
	text-shadow: none;
}
.filter_box .list-group a.active,
.filter_box .list-group a.active:hover,
.filter_box .list-group a:hover{
	background: unset;
}
.filter_box .list-group-item{
	border: unset;
	padding: 0px 15px;
}
.checkbox label,
.radio label{
	font-weight: normal;
}
#column-left .panel-default,
#column-right .panel-default
{
	border: unset;
	box-shadow: none;
	background: transparent;
}
.panel-heading {
	padding: 0;
}
#column-left .filter .text-right{
	text-align: left;
}
.filter .panel-footer {
	background: none;
	border: none;
	padding: 0px;
}
#column-left .swiper-viewport,
#column-right .swiper-viewport{
	box-shadow: none;
	border: none;
}
#column-left .box .button-group,
#column-right .box .button-group,
#column-left .box .sale-text,
#column-right .box .sale-text,
#column-left .box .addcart,
#column-right .box .addcart{
	display: none;
}
#content .row.heading,
#content .row.subcat,
#content h3.title {
	display: none;
}
.product-grid .description,
#related-carousel p.description {
	display: none;
}
.com-total {
    float: left;
    margin: 0px 20px 0;
}
.cat_list_gird {
    float: left;
    width: auto;
}
.cat_info .form-group .btn {
	padding: 6px 12px;
	color: #ccc;
}
.cat-pagination-right {
	float: right;
	width: auto;
	padding-right: 0px;
}
.cat-sort, .cat-show {
	float: left;
}
.cat-sort .text-right.show-select {
	padding: 0 15px 0 5px;
}
.text_sort {
	width: auto;
	padding: 0;
	font-size: 14px;
	margin-top: 6px;
}
.select-filter-sort, .select-filter-show {
	position: relative;
}
.cat_info .cat-pagination-right .sort-order#input-sort {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #777;
	background-color: transparent;
	box-shadow: none;
	color: #ccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.select-filter-show::after,
.select-filter-sort::after {
	font-family: 'fontawesome';
	content: '\f0d7';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.text_limit {
	margin: 6px 0px 0;
	padding: 0;
	width: auto;
	font-size: 14px;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
#compare-total:hover{
	color: #bc9355;
}
.list-group-item{
	background: transparent;
}
.cat-sort .form-control,
.cat-show .filter-selection .form-control,
.cat-pagination-right .limits-text {
	padding: 4px 12px;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
#list-view.btn-default,
#grid-view.btn-default {
	background: none;
	border: none;
	color: #fff;
	padding: 8px 0 0;
}
#list-view.btn-default{
	padding-left: 10px;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover{
	color: #bc9355;
}
.row.cat_info {
	margin-bottom: 50px;
}
.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #777;
	color: #ccc;
	font-size: 14px;
}
.row.pro_pagination {
	margin-bottom: 45px;
}
.row.pro_pagination .col-sm-6.text-right {
	color: #fff;
		line-height: 35px;
}
.pagination>li>span,
.pagination>li>a{
	margin-right: 10px;
}
.pagination>li:first-child>span,
.pagination>li:first-child>a{
	border-radius: unset;
}
.pagination>li:last-child>span,
.pagination>li:last-child>a{
	border-radius: unset;
	margin-right: 0;
}
/*----------------------------------------------*/
/* sidebar */
/*----------------------------------------------*/
#column-left .product-thumb h4,
#column-right .product-thumb h4{
	margin-top: 0;
}
#column-left .swiper-slide:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
#product-product #content .col-sm-6 {
	margin-bottom: 40px;
}
.nav-tabs>li>a:hover {
	border-color: #ddd #ddd #fff;
}
#additional-carousel {
	padding: 0px 20px;
}
.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnail, a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover, .image-additional a {
	border: 1px solid #ddd;
	border-radius: 0;
	padding: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin: 10px;
	display: block;
	border: 1px solid #ddd;
}
.thumbnails .image-additional {
	float: left;
	width: 100%;
}
#product-product #content h2,
.quickview-container #content h2 {
	font-size: 20px;
	color: #bc9355;
	margin-top: 0;
	margin-bottom: 15px;
}
.rating .product-rating, .rating > a {
	margin-right: 15px;
	float: left;
}
.rating a, .rating a:hover {
	color: #fff;
}
.rating a.write-review:hover, .rating a:hover .fa-pencil{
	color: #bc9355;
}
.rating .fa-pencil {
	color: #fff;
	font-weight: 500;
	padding-right: 5px;
}
#product-product li b,
.quickview-content li span {
	color: #fff;
	text-shadow: none;
}
.quickview-container .right_info a,
#product-product .right_product li a{
	color: #9f9f9f;
}
#product-product li a.stock,
.quickview-container li span.stock {
	color: #bc9355;
}
.right_product span.old-price {
	float: left;
	padding-right: 10px;
}
#product-product .manufacturer-data li, .quickview-container .manufacturer-data li {
	padding: 2px 0;
}
#product h3 {
	margin-bottom: 15px;
	font-size: 18px;
}
label.control-label {
	color: #fff;
}
#product .btn-default {
	display: inline;
	width: auto;
}
.product-btn-quantity .qty {
	float: left;
	margin: 10px 10px 0 0;
	text-transform: uppercase;
}
#product #input-quantity,
.quickview-container #input-quantity{
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 50px;
	color: #fff;
	box-shadow: none;
	height: 40px;
}
.pro_wish, .pro_comper {
	border: none;
	background: none;
	padding: 0px;
	color: #fff;
}
.pro_comper {
	margin-left: 15px;
}
#product .btn-group.clearfix,
.quickview-container .btn-group.clearfix {
	margin-bottom: 15px;
}
.pro_wish:before {
	content: "\f004";
	font-family: "FontAwesome";
	float: left;
	font-size: 15px;
	height: 15px;
	width: 25px;
}
.pro_comper:before {
	content: "\f0ec";
	font-family: "FontAwesome";
	float: left;
	font-size: 15px;
	height: 15px;
	width: 25px;
}
.pro_wish:hover, .pro_comper:hover {
	color: #bc9355;
}
#product .quickview-container,
.quickview-container .quickview-container {
	opacity: 1;
	position: relative;
	margin-bottom: 0;
}
#product-product .tab-content {
	border: 1px solid #777;
	padding: 30px;
}
#content .nav-tabs {
	border-bottom: unset;
	margin-bottom: 0;
}
#product-product  .nav-tabs>li>a{
	color: #fff;
	font-size: 18px;
}
#product-product .nav-tabs>li>a:hover{
	color: #bc9355;
}
#product-product  .nav>li>a:focus,
#product-product  .nav>li>a:hover,
#product-product .nav-tabs>li.active>a,
#product-product .nav-tabs>li.active>a:focus,
#product-product .nav-tabs>li.active>a:hover{
	color: #bc9355;
	border-radius: 0;
	background-color: #222;
	border: 1px solid #777;
	border-bottom-color: transparent;
}
#tab-review label.control-label {
    margin-bottom: 5px;
}
/*----------------------------------------------*/
/* static page */
/*----------------------------------------------*/
hr{border-top: 1px solid #777;}
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
#product-compare input[type=button].btn-block {
	width: auto;
	margin: 0 auto;
}
.product-compare .btn-block + .btn-block {
	width: auto;
	display: inline-block;
}
#product-compare .table-responsive{
	margin-bottom: 50px;
}
.quickview-content h3{
	margin-top: 0;
}
.well{
	background: unset;
	border-radius: 0;
	border: 1px solid #777;
}
.well h2{
	margin-top: 0;
}
.form-horizontal .control-label{
	text-align: left;
}
legend{
	border-bottom: unset;
	font-weight: normal;
	color: #fff;
}
#content h2:first-child,
#information-contact h3{
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 20px;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{
	color: #fff;
	font-weight: 500;
}
#account-account h2 {
	font-size: 20px;
	margin-top: 20px;
}
#account-account #content .list-unstyled li a{
	color: #ccc;
	line-height: 30px;
}
#account-account #content .list-unstyled li a:hover{
	color: #bc9355;
}
.table-hover>tbody>tr:hover {
	background-color: transparent;
}
.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;
}
#cart .dropdown-menu .table>tbody>tr>td,
#account-address .table>tbody>tr>td{
	vertical-align: top;
}
#product-compare .table>tbody>tr>td{
	text-align: center;
}
#information-sitemap #content .col-sm-6 ul:first-child {
	margin-bottom: 40px;
}
.manufacturer-list {
	border: 1px solid #777;
	margin-bottom: 20px;
	padding: 5px;
}
.manufacturer-heading {
	background: #333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}
#content .manufacturer-heading h2 {
	font-size: 16px;
	margin: 0;
	color: #fff;
}
.manufacturer-content {
	padding: 8px;
}
.panel-default{
	border-radius: 0;
	border-color: #777;
	background-color: transparent;
}
.panel-default strong {
	color: #fff;
}
#information-sitemap #content a {
	font-size: 14px;
	color: #ccc;
	background: none;
	line-height: 30px;
}
#information-sitemap #content a:hover{
	color: #bc9355;
}
#accordion .panel-default{
	margin-bottom: 20px;
}
#accordion .panel-heading{
	padding: 10px 15px;
}
.input-group-btn .input-group-btn{
	padding: 7.5px 12px;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}
#accordion.panel-group .panel {
	border-radius: 0px;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
.img-thumbnail{
	border: unset;
	border-radius: 0;
	padding: 0;
}
#checkout-cart .btn-danger {
	padding: 7px 12px;
}
.checkout-cart .input-group.btn-block .form-control {
	width: 45px;
	text-align: center;
	background: transparent;
}
.checkout-cart #content > h2 {
    margin-top: 20px;
}
.cart_input_block.input-group {
	display: inline-block;
	width: auto;
}
.panel-default>.panel-heading{
	color: #ccc;
	background-color: transparent;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th,
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #777;
	border-color: #777;
}
.table>tbody+tbody {
	border-top: 1px solid #ddd;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
@media (max-width: 767px) {
	#column-left { display: block !important; }
}

@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;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (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(3n+1){
		clear:left;
	}
	/* Mahardhi */
	#menu .navbar-toggle {
		display: block;
	}
	#menu .navbar-header {
		float: none;
	}
}
/* mahardhi */
@media (max-width: 991px) {
	#content, #column-left, #column-right,
	.footer-top .col-sm-3{
		width: 100%;
	}
	.box-category h3.toggled {
		margin: 5px 0px;
	}
	#selectMe-desk {
		display: none;
	}
	#topCategoryList {
		display: none;
		position: absolute;
		width: 100%;
		background: rgba(0,0,0,0.7);
		z-index: 11;
		top: 100%;
		padding: 10px;
	}
	#menu #topCategoryList ul {
		margin: 0px;
		float: none;
		display: block;
	}
	#topCategoryList ul li {
		float: none;
		width: 100%;
		text-align: left;
		display: inline-block;
	}
	#topCategoryList li .toggle-menu {
		position: absolute;
		right: 5px;
		color: #ffffff;
		top: 8px;
		padding: 2px 6px;
	}
	#topCategoryList li.sub-menu-item .toggle-menu {
		top: 0px;
		right: 10px;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
		float: none;
		background: transparent;
		border: none;
		box-shadow: none;
		display: none;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
		display: block;
	}
	#menu #topCategoryList .dropdown-inner a {
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		padding: 10px;
		font-weight: normal;
	}
	#topCategoryList .dropdown-submenu > .fa {
		display: none;
	}
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none;
		position: relative;
		left: auto;
		border: none;
		background: transparent;
		padding: 0px 15px;
	}
}
/* 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%;
	}
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* Mahardhi */
/* Common */
.relative { position: relative; }
.m-auto { margin: 0px auto; }
.m-image-auto { width: auto !important; }
.common-home .swiper-viewport {
	box-shadow: none;
	border: none;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 0;
	background: none;
}
/* Menu */
#menu .dropdown-inner .dropdown-submenu, #navCategory .dropdown-inner .dropdown-submenu {
	position: relative;
	padding: 5px 0;
}
#menu .menulist .dropdown-submenu ul.sub-menu a {
	font-size: 14px;
}
#menu .menulist .dropdown-submenu ul.sub-menu a:hover,
#menu .column-1 .dropdown-inner li.dropdown-submenu a:hover > .fa{
	color: #bc9355;
}
#menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
	position: absolute;
	display: none;
}
#menu .navcol-menu:not(.column-1) .dropdown-inner .dropdown-submenu ul.sub-menu {
}
#menu .navcol-menu:not(.column-1) .dropdown-inner .dropdown-submenu ul.sub-menu a {
}
#menu .navcol-menu:not(.column-1) .dropdown-inner .dropdown-submenu ul.sub-menu a:hover {
}
/* Category Menu */
.main-item.active .toggled > .fa-angle-right:before,
.toggle-menu.active > .fa-angle-right:before{
	content: "\f107";
}
#filter .panel-footer.text-right{
	text-align: left;
}
.child-categories {
	display: none;
}
.category-list .has-more-category .toggled {
	position: absolute;
	right: 0;
}
.category-list .list-group-item {
	color: #fff;
	text-decoration: none;
	background: unset;
	border: unset;
	text-transform: capitalize;
	padding: 10px 0;
}
.category-list li.has-more-category:last-child > .list-group-item {
	padding-bottom: 0;
}
.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:hover {
	color: #bc9355;
	background: unset;
	border: unset;
}
.toggled .toggle-open {
	position: absolute;
	right: 5px;
	top: -2px;
}
.toggled i.fa{
	font-size: 18px;
}
.toggled.active .fa-chevron-down:before {
	content: "\f077";
}
.box-content h3 {
	position: relative;
}
/* left - right side */
#column-left .product-thumb,
#column-right .product-thumb {
	border: none;
	margin-bottom: 0px;
	padding: 30px 0 0;
}
#column-left .product-layout:first-child .product-thumb,
#column-right .product-layout:first-child .product-thumb{
	padding-top: 20px;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
	float: left;
	margin-right: 5%;
	width: 30%;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
	margin: 0;
	box-shadow: unset;
	float: left;
    width: 65%;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0px;
	text-align: left;
}
#column-left .thumb-description .addcart > span,
#column-right .thumb-description .addcart > span,
#column-left .thumb-description .price-tax,
#column-right .thumb-description .price-tax,
#column-left .thumb-description .description,
#column-right .thumb-description .description
{
	display: none;
}
#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button + button,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button + button {
	width: 33.33%;
	display: none;
}
#column-left .product-title,
#column-right .product-title {
	margin-top: 0px;
}
#column-left .thumb-description .rating,
#column-right .thumb-description .rating{
	display: block;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price{
	margin: 15px 0 12px;
}
.contact-left{
	margin-bottom: 50px;
}
/* Back to top */
.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 5;
	color: #bc9355;
}
.back-to-top:hover {
	color: #bc9355;
}
i.fa.fa-angle-up.fa-5x {
	font-size: 60px;
}
@media (max-width: 1440px){
	.cms-homepage.banner .content-block{
		bottom: 18%;
	}
	.nessletter_banner .news-box{
		right: 11%;
	}
	.testimonial-content.text-center {
		padding: 128px 0;
	}
	#column-left .product-thumb .rating,
	#column-right .product-thumb .rating{
		padding-bottom: 0;
	}
	#column-left .product-thumb .price,
	#column-right .product-thumb .price {
		margin: 0px 0 6px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
}
@media (max-width: 1200px){
	.cms-homepage.banner .title{
		font-size: 56px;
	}
	.cms-homepage.banner .desc-text{
		font-size: 28px;
		margin: 45px 0 25px;
	}
	.nessletter_banner .news-box{
		right: 8%;
	}
	.testimonial-text{
		width: 65%;
	}
}
@media (max-width: 1199px){
	.checkout-cart .input-group.btn-block .form-control{
		margin: 0 0 5px;
	}
}
@media (max-width: 1150px){
	#blogcarousel .owl-nav div {
		top: 21%;
	}
	li.social_block{
		margin-right: 5px;
	}
	.owl-nav div {
		top: 42.5%;
	}
	#related-carousel .owl-nav div {
		top: 35%;
	}
}
@media (max-width: 1024px){
	.testimonial-text{
		width: 60%;
	}
	.testimonial-container .slideTestimonial{
		width: 100%;
		background: rgba(188,147,85,0.4);
	}
	.testimonial-content.text-center{
		padding: 60px 0;
	}
	.nessletter_banner .news-box{
		position: relative;
		right: unset;
	}
	.newsletter-block-content{
		margin: 50px auto 0;
	}
	.testimonial-container .slideTestimonial:after{
		right: 0;
		border: 0;
		width: 0;
		display: none;
	}
	.testimonial-container .owl-theme .owl-nav .owl-next,
	.testimonial-container .owl-theme .owl-nav .owl-next:hover {
		right: 4.5%;
	}
	.testimonial-container .owl-theme .owl-nav .owl-prev,
	.testimonial-container .owl-theme .owl-nav .owl-prev:hover {
		left: 4.5%;
	}
	.testimonial-container .block-content {
		width: 100%;
		clip-path: none;
	}
}
@media (max-width: 991px){
	.breadcrumb{
		padding: 60px 0 55px;
	}
	#top .dropdown-menu {
		top: 140%;
	}
	.dropdown-menu{
		margin: 0;
	}
	header .col-sm-2:first-child {
		text-align: center;
		width: 100%;
	}
	header .col-sm-8 {
		width: 100%;
	}
	header .row {
		position: relative;
	}
	#logo {
		display: inline-block;
		padding: 10px 0;
	}
	.col-sm-2.cart-search {
		float: right;
		position: absolute;
		right: 0;
		top: 55px;
	}
	#menu .dropdown-inner li.dropdown-submenu .fa{
		color: #fff;
	}
	.owl-nav div {
		top: 44%;
	}
	#search.mahardhi-search .box-content,
	#cart .dropdown-menu{
		top: 46px;
	}
	#menu ul li.hiden_menu .dropdown-inner{
		left: 0;
	}
	#menu .dropdown-inner a, #navCategory .dropdown-inner a{
		padding: 12px 15px;
	}
	.main-item.active .toggled > .fa-plus:before, .toggle-menu.active > .fa-plus:before {
		content: "\f068";
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
		display: block;
		padding: 0 0 0 20px;
	}
	#menu .nav > li > a:hover,
	#menu .nav > li.open > a,
	#menu .nav li.active > a,
	#menu #topCategoryList #more_asse .dropdown-inner li.active > a {
		color: #ba963e;
		background: unset;
		border-color: transparent;
	}
	#menu #category{
		padding-left: 45px;
		position: absolute;
	}
	.navbar-toggle{
		margin-right: 0px;
		margin-top: 0;
	}
	#menu .btn-navbar{
		padding: 10px 10px;
		margin-bottom: 0;
		background-color: unset;
		float: left;
		left: 0;
	}
	.navbar-header .fa {
		font-size: 20px;
	}
	.cms-homepage.banner .content-block {
		bottom: 20%;
	}
	.cms-homepage.banner .title {
		font-size: 40px;
	}
	.cms-homepage.banner .desc-text{
		font-size: 20px;
		margin: 30px 0 15px;
	}
	.cms-homepage.banner .shop-now a{
		font-size: 14px;
	}
	#topCategoryList #more_asse,
	#column-left .swiper-viewport,
	#column-left .category-list,
	#column-right .swiper-viewport,
	#column-right .category-list {
		display: none;
	}
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image,
	#column-left .product-thumb .image img,
	#column-right .product-thumb .image img{
		width: auto;
	}
	#menu ul li.hiden_menu .dropdown-inner {
		display: block;
		padding: 0;
		position: relative;
		width: 100%;
		background-color: transparent;
		box-shadow: none;
	}
	.header-right {
		padding: 34px 0 15px;
	}
	.text-right.show-text,
	.col-md-7.text-right.show-select.clearfix{
		float: left;
	}
	.product-thumb .image img{
		width: 100%;
	}
	.cat-show .cat-sort .text-right.show-select {
		padding: 0 15px 0 5px;
	}
	#column-left > div,
	#column-right > div,
	#account-account #content{
		margin-bottom: 30px;
	}
	#blogcarousel .owl-nav div {
		top: 25%;
	}
	.footer_middle.clearfix{
		padding:40px 0 0;
	}
	.footer_payment.col-sm-3 {
		text-align: right;
	}
	#column-left, #column-right{
		margin-bottom: 20px;
	}
	.thumbnail>img{
		width: 100%;
	}
	.manufacturer-list:last-child,
	#accordion .panel-default:last-child{
		margin-bottom: 50px;
	}
	#column-left > div:first-child,
	#column-right > div:first-child{
		margin-bottom: 30px;
	}
	.well{margin-bottom: 50px;}
	#account-register #column-left,
	#account-register #column-right,
	#information-contact #column-left,
	#information-contact #column-right{
		margin-top: 45px;
	}
	#column-left .product-thumb > .image{
		margin-right: 2%;
	}
	#column-right .product-thumb > .image{
		margin-left: 2%;
		margin-right: 0;
	}
	#column-left .product-layout:first-child .product-thumb,
	#column-right .product-layout:first-child .product-thumb {
		padding-top: 30px;
	}
	#footer_aboutus.col-sm-3 {
		padding-left: 15px;
	}
	.footer-top .list-unstyled li,
	#footer_aboutus li {
		padding-left: 20px;
	}
	#column-left h3,
	#column-right h3{
		font-size: 18px;
	}
	#account-return .buttons.clearfix{
		margin: 0 0 50px;
	}
	#column-left .box-content .page-title h3,
	#column-right .box-content .page-title h3 {
		margin-bottom: 0px;
	}
	.product-thumb .action{
		position: relative;
		opacity: 1;
		right:0;
	}
	.product-thumb .action .addcart,
	.product-thumb:hover .addcart,
	.product-grid .product-thumb:hover .thumb-description .action .addcart,
	.product-grid .product-thumb .thumb-description .action .addcart {
		display: block;
	}
}
@media (max-width: 991px) and (min-width: 500px){
	.position-footer-bottom .col-sm-3{
		width: 50%;
	}
}
@media (max-width: 800px){
	.cms-homepage.banner .content-block {
		bottom: 18%;
	}
	.cms-homepage.banner .title {
		font-size: 36px;
	}
}
@media (max-width: 767px){
	.cms-homepage.banner .content-block{
		width: auto;
	}
	.cms-homepage.banner .title {
		font-size: 30px;
	}
	.cms-homepage.banner .desc-text {
		margin: 20px 0 15px;
	}
	.home-page-service .content-detail h4{
		font-size: 16px;
	}
	#column-left, #column-right {
		margin-bottom: 50px;
	}
	.swiper-button-next.swiper-button-disabled,
	.swiper-button-prev.swiper-button-disabled{
		opacity: 1!important;
	}
	#product-search #content .row .col-sm-4,
	#product-search #content .row .col-sm-3{
		margin-bottom: 10px;
	}
	.row.pro_pagination .col-sm-6{
		width: 50%;
		float: left;
	}
	#account-register #column-left,
	#account-register #column-right,
	#information-contact #column-left,
	#information-contact #column-right{
		margin-top: 100px;
	}
	.product-thumb .button-group button.quickview-button{
		opacity: 0;
		display: none;
	}
	.blog-block .hover-post:before{
		right: 51%;
	}
	.blog-block .hover-zoom:before{
		left: 51%;
	}
	.table-responsive{
		border: 1px solid #777;
		border-top: none;
	}
	.visible-xs {
		display: none!important;
	}
}
@media (max-width: 767px) and (min-width: 681px){
	#product-product #content .col-sm-6 {
		width: 50%;
		float: left;
	}
}
@media (max-width: 710px) and (min-width: 681px){
	.form-group.btn-group{
		margin-top: 15px;
	}
}
@media (max-width: 680px){
	.row.cat_info {
		margin-bottom: 40px;
	}
	.cat-pagination-right {
		width: 100%;
		float: left;
		margin: 5px 0 8px;
	}
	.cms-homepage.banner .content-block {
		bottom: 15%;
	}
	#product-product #content .col-sm-6:first-child {
		width: 70%;
		margin: 0 auto 50px;
	}
	#information-sitemap #content .col-sm-6:first-child ul:first-child{
		margin-bottom: 20px;
	}
	.product-layout.product-list .product-thumb .image{
		float: left;
	}
	#blogcarousel .owl-nav div {
		top: 21%;
	}
	.product-layout.product-list .product-thumb .image{
		float: unset;
	}
	.product-list .product-thumb .caption{
		padding: 0px 20px 20px 20px;
	}
	.product-layout.product-list .product-thumb .image img {
		width: auto;
	}
	#top-links.pull-right,
	.position-top-link-left{
		float: unset!important;
		text-align: center;
	}
	#top-links{padding-top: 5px;}
	.pull-left {
		float: unset !important;
		text-align: center;
		display: inline-block;
	}
}
@media (max-width: 679px) and (min-width: 426px){
	.product-layout.col-xs-4 {
		width: 50%;
	}
}
@media (max-width: 500px){
	.cms-homepage .cms-inner1,
	.cms-homepage .cms-inner2,
	.cms-homepage .cms-inner3,
	.home-page-service .cms-inner1,
	.home-page-service .cms-inner2,
	.home-page-service .cms-inner3{
		width: 100%;
	}
	.cms-homepage.banner .content-block{
		bottom: 18%;
	}
	.cms-homepage.banner .title{
		font-size: 72px;
	}
	.cms-homepage.banner .desc-text{
		font-size: 42px;
		margin: 70px 0 40px;
	}
	.cms-homepage.banner .shop-now a{
		font-size: 18px;
	}
	.home-page-service .content-detail{
		padding-top: 20px;
	}
	.home-page-service .cms-inner1,
	.home-page-service .cms-inner2{
		padding: 0 0 30px;
	}
	.cat_info .form-group .btn{
		padding: 6px 5px;
	}
	.breadcrumb h1{
		font-size: 22px;
	}
	.swiper-viewport .fa {
		font-size: 45px;
	}
	.service-icon1, .service-icon2, .service-icon3{
		width: 85px;
		height: 85px;
	}
	.service-icon1 {
		background: #bc9355 url(../image/mahardhi/serviceicon.png) no-repeat scroll 9px 9px;
	}
	.service-icon2 {
		background: #bc9355 url(../image/mahardhi/serviceicon.png) no-repeat scroll -93px 7px;
	}
	.service-icon3 {
		background: #bc9355 url(../image/mahardhi/serviceicon.png) no-repeat scroll -203px 9px;
	}
	.nessletter_banner .title-text{
		font-size: 30px;
	}
	#blogcarousel .owl-nav div {
		top: 30%;
	}
	#related-carousel .owl-nav div {
		top: 38%;
	}
	.footer_payment{
		padding-left: 15px;
	}
	.row.pro_pagination .col-sm-6{
		width: 100%;
		text-align: center;
	}
	.footer_social.col-sm-3,
	.footer_payment.col-sm-3 {
		width: 100%;
		float: left;
		text-align: left;
	}
	.footer-bottom.clearfix {
		margin-bottom: 40px;
	}
	.footer_payment h4 {
		margin-top: 15px;
	}
}
@media (max-width: 480px){
	#product-product #content .col-sm-6:first-child{
		width: 100%;
	}
	.panel-body .col-sm-6:first-child{
		padding-bottom: 15px;
	}
	.blog-block .hover-post:before,
	.blog-block .hover-zoom:before{
		top: 40%;
	}
	#blogcarousel .owl-nav div {
		top: 27%;
	}
	.comment_cust .comment-desc {
		margin-bottom: 20px;
		float: left;
		margin-top: 15px;
		padding-left: 0;
	}
	.testimonial-text {
		width: 85%;
	}
	.cat-sort {
		margin-bottom: 15px;
		width: 100%;
	}
}
@media (max-width: 425px){
	.owl-nav div {
		top: 46%;
	}
	#top .btn-link {
		margin-right: 5px;
	}
	.cms-homepage.banner .desc-text {
		font-size: 30px;
		margin: 45px 0 25px;
	}
	.cms-homepage.banner .title {
		font-size: 56px;
	}
	.cms-homepage.banner .content-block {
		bottom: 22%;
	}
	.product-layout.col-xs-4{
		width: 100%;
	}
	#column-left h3,
	#column-right h3{
		font-size: 20px;
	}
	.box-content .page-title h3,
	.mblog .page-title h3,
	.related-products-block h3{
		font-size: 22px;
	}
	#account-register #column-left,
	#account-register #column-right{
		margin-top: 120px;
	}
	#product-product .nav-tabs>li>a {
		font-size: 16px;
		padding: 10px;
	}
}
@media (max-width: 375px){
	#form-currency span,
	#form-language span,
	#top-links .dropdown.myaccount .dropdown-toggle span{
		display: none;
	}
	#top .btn-link {
		margin-right: 10px;
	}
	#product-product .nav-tabs>li>a {
		font-size: 14px;
		padding: 7px;
	}
	.rating .product-rating {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	.owl-nav div {
		top: 45.5%;
	}
	#blogcarousel .owl-nav div {
		top: 24%;
	}
	.hidden-xs {
		display: none!important;
	}
	.newsletter-block-content{
		width: 320px;
	}
	.cms-homepage.banner .content-block {
		bottom: 20%;
	}
	.breadcrumb h1 {
		font-size: 18px;
	}
	.blog-block .hover-post:before,
	.blog-block .hover-zoom:before,
	.blog-layout .blog-block .hover-post:before,
	.blog-layout .blog-block .hover-zoom:before {
		top: 40%;
	}
	#top-links .dropdown-menu {
		right: -25px;
	}
	.dropdown-menu.pull-right{
		right: -10px;
	}
	.testimonial-text {
		width: 70%;
	}
	.nessletter_banner .title-text {
		font-size: 24px;
	}
	.testimonial-content.text-center {
		padding: 50px 0;
	}
}
@media (max-width: 320px){
	.cat-sort{
		margin-bottom: 15px;
	}
	.cms-homepage.banner .title {
		font-size: 32px;
	}
	.cms-homepage.banner .desc-text {
		margin: 30px 0 20px;
		font-size: 22px;
	}
	.blog-block .hover-post:before,
	.blog-block .hover-zoom:before,
	.blog-layout .blog-block .hover-post:before,
	.blog-layout .blog-block .hover-zoom:before {
		top: 35%;
	}
	.testimonial-text {
		width: 80%;
	}
	.pro_comper {
		margin-left: 0;
	}
	.text_limit{
		padding: 6px 0 0;
	}
	#blogcarousel .owl-nav div {
		top: 20%;
	}
	.owl-nav div {
		top: 45%;
	}
}
