body {
	color: #777;
	font-family: 'Raleway', sans-serif;;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
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;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
}
/* 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: #222;
}
a:hover {
	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;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
}
/* 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;
}
#slideshow0 img{
	width: 100%;
}
/* 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: #cccccc;
	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: #777;
	line-height: 26px;
	margin-bottom: 30px;
}
.btn-default.btn-default-grey {
	padding: 12px 15px;
}
/*----------------------------------------------*/
/* 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: #222;
}
.content-address{
	margin-bottom: 15px;
}
.contact-left .btn-info{
	background: #ffffff;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	border: 1px solid #222;
	color: #222;
	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: #F5F5F5;
	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-header{
	position: relative;
}
.header-outer{
	position: relative;
	z-index: 999;
}
#top{
	border-bottom: 1px solid #444444;
	position: absolute;
	z-index: 111;
	width: 100%;
	padding: 6px 0;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #333;
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	font-size: 14px;
	padding: 0px 0;
	text-shadow: none;
	text-decoration: none;
	vertical-align: middle;
}
#top .btn-link{ margin-right: 20px;}
#top .btn-link:hover,
#top-links a:hover,
#top-links a:hover span.hidden-xs,
#top-links a:hover span.hidden-sm,
#top-links a:hover span.hidden-md,
#top .btn-link:hover span.hidden-xs,
#top .btn-link:hover span.hidden-sm,
#top .btn-link:hover span.hidden-md
{
	color: #bc9355;
}
#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-bottom: 0px;}
#top-links a + a {
	margin-left: 15px;
}
.position-top-link-left{
	float: left;
	color: #fff;
}
.position-top-link-left p{
	margin: 0;
	line-height: 25px;
}
#top-links span.hidden-xs, span.hidden-sm, span.hidden-md{
	margin: 0 5px;
	font-weight: normal;
	color: #fff;
}
i.fa.fa-user {
    margin-right: 4px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: transparent;
	border:none;
}
/*drop down	menu*/
.dropdown-menu{
	border-radius: 0;
	z-index: 999;
	margin: 0;
}
#top .dropdown-menu{ top: 144%; }
.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-bottom: 1px solid #444444;
	position: absolute;
	z-index: 1;
	top: 38px;
	width: 100%;
}
.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 35px 0 10px;
}
#search .btn_search {
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll -3px -5px;
	height: 25px;
	width: 25px;
	z-index: 9;
	float: right;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
}
#search .btn_search.active {
	background: url(../image/mahardhi/cross-icon.png) 3px 5px 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: 66px;
}
#search .box-content .form-control {
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.form-control{
	border-radius: 0;
}
.ui-autocomplete.ui-widget-content{
	z-index: 999;
}
.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/header-icon.png) no-repeat scroll -46px -5px;
	height: 30px;
	width: 30px;
	z-index: 9;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
}
span#cart-total {
	font-size: 12px;
	text-align: center;
	position: relative;
	top: 10px;
	right: -12px;
	background-color: #bc9355;
	color: #ffffff;
	height: 5px;
	width: 4px;
	border-radius: 20px;
	padding: 0px 4px;
	text-shadow: none;
}
#cart .dropdown-menu {
	background: #fff;
	border: unset;
	z-index: 1001;
	border-radius: 0;
	top: 67px;
	margin: 0;
	padding: 0px;
	width: 310px;
}
#cart .dropdown-menu li p {
	margin: 0px;
	font-size: 14px;
}
.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 .table>tbody>tr>td,
#account-address .table>tbody>tr>td{
	vertical-align: top;
}
#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 {
	margin-bottom: 10px;
	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: 10px;
	margin-bottom: 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	border-bottom: 1px solid #ddd;
	display: block;
}
#cart .dropdown-menu table 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 li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
	font-size: 16px;
	color: #bc9355;
}
#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 li + li {
	border-top: 1px solid #ddd;
	padding: 10px 20px 0px 20px;
}
p.text-right strong{
	color: #fff;
	font-weight: normal;
}
#cart .img-thumbnail{
	padding: 0;
	border: none;
}
strong, strong:active,
strong:focus, strong:hover{
	text-shadow: unset;
	outline: unset;
}
#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;
	line-height: 20px;
	font-size: 12px;
	padding: 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: normal;
}
#cart .text-right .addcart,
#cart .text-right .checkout{
	display: inline-block;
}
#checkout-cart h3{
	margin-top: 0;
}
@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: 40px 20px 40px 0;
}
#menu .nav > li:hover > a, #menu .nav > li.open > a,
#menu .nav > li > a:hover,
#menu .dropdown-inner li.dropdown-submenu:hover > a, #menu .dropdown-inner li.dropdown-submenu:hover > .fa,
#menu #topCategoryList .dropdown-inner li:hover > a,
#navCategory .dropdown-inner li a:hover #menu .dropdown-inner li.dropdown-submenu:hover > a,
#menu .menulist .dropdown-submenu ul.sub-menu a:hover, #menu .menulist .dropdown-menu a:hover,
#menu .dropdown-inner .dropdown-submenu a:hover + .fa, #menu #topCategoryList li:hover > .toggle-menu {
	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;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	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;
	font-weight: 500;
	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;
}
#menu .dropdown .dropdown-menu.navcol-menu{
	display: block;
}
#menu #topCategoryList .dropdown-inner a:hover {
	color: #ba963e;
	text-shadow: unset;
}
#menu .menulist .dropdown-menu.column-3 .dropdown-submenu > a {
	font-size: 16px;
	font-weight: 600;
}
@media (min-width: 992px) {
	#topCategoryList ul > li.menulist:last-child{
		padding-right: 0;
	}
	#menu ul li.hiden_menu .dropdown-inner,
	#menu .dropdown .dropdown-menu.navcol-menu{
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform-origin: left top;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}
	#menu .dropdown:hover .dropdown-menu.navcol-menu,
	#menu ul li.hiden_menu:hover .dropdown-inner
	{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		display: block;
	}
	#menu ul li.hiden_menu .dropdown.menulist .dropdown-menu{
		display: none;
	}
	#menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
		position: absolute;
		display: none;
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform-origin: left top;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}
	#menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
		display: block;
		left: 100%;
		top: 5px;
		background-color: #ffffff;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}
}
@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  slaider */
/*----------------------------------------------*/
.swiper-pager .swiper-button-next::before,
.swiper-pager .swiper-button-prev::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 30px;
}
.swiper-pager .swiper-button-next::before {
	background: url(../image/mahardhi/arrow.png)no-repeat scroll -93px -16px;
}
.swiper-pager .swiper-button-prev::before {
	background: url(../image/mahardhi/arrow.png)no-repeat scroll -15px -16px;
}
.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: 25.5%;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div{
	top: 25%;
}
.owl-theme .owl-nav{
	margin-top: 0;
}
.owl-nav div{
	top: 30%;
	position: absolute;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev{
	opacity: 0;
	width: 20px;
	height: 30px;
}
.owl-theme:hover .owl-nav .owl-prev, .owl-theme:hover .owl-nav .owl-next {
    opacity: 1;
}
.owl-theme .owl-nav .owl-next{
	right: 0;
	background: url(../image/mahardhi/arrow.png)no-repeat scroll -93px -104px;
}
.owl-theme .owl-nav .owl-prev{
	left: 0;
	background: url(../image/mahardhi/arrow.png)no-repeat scroll -15px -104px;
}
.swiper-viewport .swiper-button-next:hover::before,
.owl-theme .owl-nav .owl-next:hover{
	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{
	background: url(../image/mahardhi/arrow.png)no-repeat scroll -15px -104px;
}
#additional-carousel.owl-theme .owl-nav .owl-prev,
#quick-carousel.owl-theme .owl-nav .owl-prev{left: -8px;}
#additional-carousel.owl-theme .owl-nav .owl-next,
#additional-carousel.owl-theme .owl-nav .owl-prev,
#quick-carousel.owl-theme .owl-nav .owl-next,
#quick-carousel.owl-theme .owl-nav .owl-prev,
#additional-carousel.owl-theme .owl-nav .owl-next:hover,
#additional-carousel.owl-theme .owl-nav .owl-prev:hover,
#quick-carousel.owl-theme .owl-nav .owl-next:hover,
#quick-carousel.owl-theme .owl-nav .owl-prev:hover{
	background: transparent;
}
.owl-theme .owl-nav div .fa{
	color: #222;
	font-size: 40px;
}
.owl-theme .owl-nav div:hover .fa{
	color: #bc9355;
}
/*----------------------------------------------*/
/* service content */
/*----------------------------------------------*/
.home-page-service {
	background: #222;
	padding: 50px 0;
}
.cms-homepage .cms-inner1,
.cms-homepage .cms-inner2,
.cms-homepage .cms-inner3 {
	float: left;
}
.home-page-service .cms-homepage .cms-inner1,
.home-page-service .cms-homepage .cms-inner2,
.home-page-service .cms-homepage .cms-inner3{
	width: 33.33%;
}
.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;
}
.cms-homepage .content-detail {
	text-align: center;
}
.cms-homepage .content-detail h4{
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	margin-top: 25px;
	margin-bottom: 0px;
}
.cms-homepage .cms-inner1:hover .content-detail h4,
.cms-homepage .cms-inner2:hover .content-detail h4,
.cms-homepage .cms-inner3:hover .content-detail h4{
	color: #bc9355;
}
.cms-homepage p{
	color: #fff;
	margin: 0;
}
.cms-homepage .cms-inner1 .service-icon1,
.cms-homepage .cms-inner2 .service-icon2,
.cms-homepage .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/service-icon.png) no-repeat scroll 16px 16px;
}
.service-icon2 {
	background: #bc9355 url(../image/mahardhi/service-icon.png) no-repeat scroll -86px 16px;
}
.service-icon3 {
	background: #bc9355 url(../image/mahardhi/service-icon.png) no-repeat scroll -196px 16px;
}
.cms-homepage .cms-inner1:hover .service-icon1,
.cms-homepage .cms-inner2:hover .service-icon2,
.cms-homepage .cms-inner3:hover .service-icon3{
	transition: transform 700ms ease-in-out 0s;
	-webkit-transition: transform 700ms ease-in-out 0s;
	-moz-transition: transform 700ms ease-in-out 0s;
	-o-transition: transform 700ms ease-in-out 0s;
	-ms-transition: transform 700ms ease-in-out 0s;
}
.cms-homepage .cms-inner1:hover .service-icon1 {
	background: #bc9355 url(../image/mahardhi/service-icon.png) no-repeat scroll 16px -63px;
}
.cms-homepage .cms-inner2:hover .service-icon2 {
	background: #bc9355 url(../image/mahardhi/service-icon.png) no-repeat scroll -86px -65px;
}
.cms-homepage .cms-inner3:hover .service-icon3 {
	background: #bc9355 url(../image/mahardhi/service-icon.png) no-repeat scroll -196px -64px;
}
/*----------------------------------------------*/
/* banner home page */
/*----------------------------------------------*/
.cms-homepage.banner {
    margin-top: 50px;
}
.cms-homepage.banner .cms {
	overflow: hidden;
	position: relative;
	display: block;
}
.cms-homepage.banner .cms-inner2{
	margin: 0 30px;
}
.cms-homepage.banner a img {
	width: 100%;
}
.cms-homepage.banner .cms .content-block {
	background: rgba(25, 25, 25, 0.8) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	width: 100%;
	text-align: center;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
}
.cms-homepage.banner .title{
	color: #bc9355;
	font-size: 48px;
	font-family: 'Satisfy', cursive;
	display: block;
	padding: 50px 0 0;
}
.cms-homepage.banner .desc-text{
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 40px 0 30px;
	display: block;
}
.cms-homepage.banner .shop-now a{
	color: #bc9355;
	border-bottom: 1px solid #bc9355;
	font-weight: 500;
}
span.top,
span.right,
span.left,
span.bottom,
.banner1 span.top,
.banner1 span.right,
.banner1 span.left,
.banner1 span.bottom {
	background: #bc9355;
	position: absolute;
	content: "";
	z-index: 9;
}
span.top, .banner1 span.top{
	width: 3px;
	height: 50px;
}
.banner1 span.top{ top: 0; }
span.right, .banner1 span.right {
	width: 50px;
	height: 3px;
	top: 0;
}
span.left, .banner1 span.left {
	width: 3px;
	height: 50px;
	bottom: 0;
	right: 0;
}
span.bottom, .banner1 span.bottom {
	width: 50px;
	height: 3px;
	bottom: 0;
	right: 0;
}
.bannerimg:hover span.top,
.bannerimg:hover span.left,
.bannerimg:hover span.bottom,
.bannerimg:hover span.right{
	transition: all 900ms ease 0s;
	-moz-transition: all 900ms ease 0s;
	-webkit-transition: all 900ms ease 0s;
	-ms-transition: all 900ms ease 0s;
	-o-transition: all 900ms ease 0s;
}
.bannerimg:hover span.top,
.bannerimg:hover span.left{
	width: 3px;
	height: 100%;
}
.bannerimg:hover span.bottom,
.bannerimg:hover span.right{
	width: 100%;
	height: 3px;
}
/*----------------------------------------------*/
/* product home page */
/*----------------------------------------------*/
.page-title, .group-title {
	text-align: center;
	width: 100%;
}
.box-content .page-title h3,
.mblog .page-title h3,
.related-products-block h3 {
	color: #222;
	display: inline-block;
	float: none;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin: 50px 0 30px;
	text-transform: uppercase;
	width: 100%;
}
.related-products-block h3{
	margin: 0 0 25px;
}
#product-product .tab-content{
	margin-bottom: 50px;
}
/*----------------------------------------------*/
/* newslater */
/*----------------------------------------------*/
.footer_topnews {
	position: relative;
}
.newsletter-block .text-content {
	float: left;
}
.newsletter-block .block-content {
	background: #222;
	float: left;
	padding: 7px 15px;
}
.newsletter-block .description {
	font-size: 14px;
	float: left;
	font-weight: 400;
}
.newsletter-block {
    background: #222222;
    padding: 22px 0px;
}
.newsletter-block .title-text {
	margin-top: 0;
    font-weight: 500;
    position: relative;
    line-height: 28px;
    background: transparent url(../image/mahardhi/services1.png) no-repeat scroll -20px -249px;
    color: #ffffff;
    float: left;
    font-size: 23px;
    margin: 0;
    padding: 0px 0 0px 65px;
}
.newsletter-block .title-text::before {
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	content: "";
	display: block;
	font-family: FontAwesome;
	height: 50px;
	left: 31px;
	line-height: 42px;
	margin: -30px 0 0 -30px;
	position: absolute;
	text-align: center;
	top: 33px;
	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: 50px;
	z-index: 99;
}
.block-content {
	padding: 5px 15px;
}
.subscribe-form {
	position: relative;
}
.newsletter-block .btn:focus{
	background: #bc9355;
	border-color: #bc9355;
}
.subscribe-form .text-danger {
	position: absolute;
}
.newsletter-block input.inputNew {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	color: #222;
	font-size: 14px;
	padding: 11px 140px 11px 15px;
	width: 100%;
	border-radius: 0px;
}
.newsletter-block .button_mini {
	background: #bc9355;
	color: #ffffff;
	position: absolute;
	right: 0px;
	font-size: 14px;
	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;
	border-radius: 0;
	text-transform: uppercase;
	padding: 0 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: #fff;
	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;
}
.newsletter-popup .modal-body{
	padding:20px;
}
.newsletter-content h3{
	font-weight: 500;
	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: 0px 12px;
	line-height: 40px;
}
.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));
	}
}
.newsletter-content .newsletter_usr_popup_email {
	width: 70%;
	margin: 0 auto;
	height: 42px;
	border: 1px solid #eee;
	padding: 0 10px;
}
/*----------------------------------------------*/
/*footer*/
/*----------------------------------------------*/
footer {
	background-image: url(../image/mahardhi/fotter-backgraund-images.jpg);
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #ccc;
}
footer a {
	color: #fff;
	line-height: 30px;
}
footer a:hover{
	color: #bc9355;
}
footer h5,
footer h4 {
	font-size: 18px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer_middle.clearfix {
	padding: 85px 0 18px;
}
#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;
	top: 10px;
	color: #fff;
}
#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: 50px;
}

.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_payment .payment_block li:first-child {
	margin-left: 0;
}
.footer_payment .payment_block li {
	display: inline-block;
	height: 30px;
	margin-left: 8px;
}
footer p {
	text-align: center;
	margin-bottom: 0px;
	padding: 10px 0;
	color: #fff;
	border-top: 1px solid #444;
}
footer ul.payment_block,
footer ul.social-links {
	padding-left: 0;
	margin: 0;
}
#content {
	min-height: 500px;
}
/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.common-home .content_header{
	display: none;
}
.breadcrumb {
	background: none;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 61%;
}
.breadcrumb i {
	font-size: 16px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	font-weight: normal;
	line-height: 24px;
}
.breadcrumb li a{color: #fff;}
.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: '';
}
.breadcrumb h1 {
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: -5px;
	color: #fff;
	text-transform: uppercase;
}
/*----------------------------------------------*/
/* buttons */
/*----------------------------------------------*/
.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,
#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;
	border:none;
	line-height: 40px;
	padding: 0 15px
}
.pagination>li>a:hover, .pagination>li>a:focus,
.pagination>li>span:hover, .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,
#cart .text-right .addcart:focus, #cart .text-right .checkout:focus,
#comment_btn:hover,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover,
.btn-primary:active:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover,
.btn-default:active:focus, .btn-default.active, .btn-default.disabled, .btn-default[disabled],
.btn-default[disabled]:hover,
.btn-info:hover,
.btn-info:active,
.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
{
	background-color: #333;
	color: #fff;
	box-shadow: unset;
	outline: unset;
	border-color: #333;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #333;
	background-position: 0 -15px;
	outline: unset;
}
.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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	padding: 10px 15px;
}
.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: #222;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #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: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: unset;
	box-shadow: unset;
}
.form-control:focus{
	border-color: #bc9355;
}
#product-compare .table>tbody>tr>td{
	text-align: center;
}
a.list-group-item:focus,
a.list-group-item:hover{
	color: #bc9355;
	background: transparent;
}
button.list-group-item:focus,
button.list-group-item:hover{
	background: transparent;
	color: #fff;
}
/* list group */
.list-group a {
	color: #222;
	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{
	margin-top: 50px;
}
.carousel .page-title{
	display: none;
}
#carousel0 {
	padding: 20px 0;
}
.swiper-viewport #carousel0{
	background: #222;
}
/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.product-thumb {
	margin-bottom: 50px;
	position: relative;
}
.product-grid .product-thumb:hover{
	margin-bottom: 0;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-layout.product-list .product-thumb .image {
		float: left;
	}
}
.product-thumb .thumb-description {
	background: #fff;
	box-shadow: 0 3px 3px rgba( 0,0,0,0.09);
	-webkit-box-shadow: 0px 3px 3px 0px rgba( 0,0,0,0.09);
	-moz-box-shadow: 0 3px 3px rgba( 0,0,0,0.09);
}
.product-thumb .action{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -47px;
    display: none;
    z-index: 10;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.35);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.35);
    box-shadow: 0 0 9px 0 rgba(0,0,0,.35);
}
.product-list .product-thumb:hover .action,
.product-grid .product-thumb:hover button.list-addcart{
	display: none;
}
.product-thumb:hover .action {
    display: block;
    visibility: visible;
    opacity: 1;
}
.product-thumb .action .actions {
    padding: 0 0px 0px 0px;
    margin-top: 0px;
    background-color: #fff;
}
.product-thumb:hover .thumb-description,
.product-thumb:hover .action{
	box-shadow: 0 10px 10px rgba( 0,0,0,0.09);
	-webkit-box-shadow: 0px 10px 10px 0px rgba( 0,0,0,0.09);
	-moz-box-shadow: 0 10px 10px rgba( 0,0,0,0.09);
}
.product-list .product-thumb .thumb-description{
	background: transparent;
	box-shadow: unset;
	margin: 0;
}
.product-thumb h4{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
}
.product-list .product-thumb h4{
	margin-top: 0;
}
.product-thumb .caption {
	text-align: center;
	position: relative;
}
.product-list .product-thumb .caption {
	text-align: left;
	padding: 20px 20px 0;
    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: 20px;
}
.rating .fa-stack {
	font-size: 8px;
}
.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: #FC0;
}
.rating .fa-star-o:before,
#tab-review .fa-star-o:before{
	content: "\f005";
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #bc9355;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	margin: 10px 0 15px;
	font-weight: 400;
}
.product-list .product-thumb .price{
	margin: 10px 0;
}
.product-thumb .price-new {
	font-weight: 400;
	margin-right: 5px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.addcart span, .addcart span{
	font-weight: 500;
	color: #fff;
	text-shadow: none;
}
.thumb-description .addcart,
#product .addcart,
.quickview-content .addcart{
	background: #333;
	border: medium none;
	box-shadow: 0 1px 9px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.09);
	padding: 0 15px;
	line-height: 40px;
	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 10px auto;
}
.product-list .product-thumb .thumb-description .addcart,
.product-list .product-thumb:hover .thumb-description .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 .addcart, .quickview-content #product .addcart {
	opacity: 1;
	float: left;
	position: relative;
}
.addcart span {
	color: #fff;
}
.thumb-description .product-title a:hover
{
	color: #bc9355;
}
.thumb-description .addcart:hover,
#product .addcart:hover,
.quickview-content .addcart:hover{
	background: #bc9355;
}
.product-thumb:hover .thumb-description .addcart{
	display: block;
}
.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,
#product .form-group.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: 37px;
	height: 37px;
	line-height: 32px;
	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;
	transition: ease .2s all;
	-ms-transition: ease .2s all;
	-o-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: 36px;
	border: 1.5px solid #222;
	display: block;
	background: #fff;
}
.button-group1 button.compare{
	line-height: 30px;
}
.product-thumb .button-group .compare {
	-webkit-transition: ease .4s all;
	-moz-transition: ease .4s all;
	transition: ease .4s all;
	-ms-transition: ease .4s all;
	-o-transition: ease .4s all;
}
.product-thumb .button-group .quickview-button {
	-webkit-transition: ease .6s all;
	-moz-transition: ease .6s all;
	transition: ease .6s all;
	-ms-transition: ease .6s all;
	-o-transition: ease .6s 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*/
.product-layout.product-list .product-thumb .button-group,
.product-thumb .button-group1{
	display: none;
}
.product-layout.product-list .product-thumb{
	margin-bottom: 50px;
	background: #f5f5f5;
}
p.description {
	color: #777777;
	margin: 10px 0px 0px;
	display: none;
}
.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: #fff;
	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: #222;
}
.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: #fff;
	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: 16px;
	margin: 0 auto;
	text-align: center;
	content: "\f1ce";
	color: #333;
	vertical-align: middle;
}
/*----------------------------------------------*/
/* common csss */
/*----------------------------------------------*/
:focus,
a:focus,
button:focus,
.btn:focus{
	outline: 0;
	text-decoration: none;
}
a.focus,
a.active,a:focus,a:active{
	color: #bc9355;
}
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;
}
/*----------------------------------------------*/
/* home page banner1 */
/*----------------------------------------------*/
.cms-homepage-banner {
	position: relative;
	background: url(../image/mahardhi/sub-banner-backgraund-images.jpg) no-repeat;
	padding: 120px 0;
	background-size: cover;
	background-attachment: fixed;
}
.cms-homepage-banner .content-block{
	background: rgba(0,0,0,0.5);
	float: left;
}
.cms-homepage-banner .content-detail {
	padding: 0 50px;
	transform: translateY(37%);
	-webkit-transform: translateY(37%);
	-moz-transform: translateY(37%);
	-ms-transform: translateY(37%);
	-o-transform: translateY(37%);
	width: 70%;
	float: left;
	color: #fff;
}
.cms-homepage-banner .title {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
}
.cms-homepage-banner .desc-text {
	margin: 25px 0 30px;
	line-height: 25px;
}
.cms-homepage-banner button {
	background: #bc9355;
	border: none;
	padding: 0 15px;
	line-height: 35px;
}
.cms-homepage-banner .content-data {
	padding: 0;
	width: 25.6%;
	float: right;
	position: relative;
}
.cms-homepage-banner .image1 {
	position: relative;
	float: left;
}
.cms-homepage-banner .image2 {
	float: right;
	position: relative;
}
/*----------------------------------------------*/
/* testonomial */
/*----------------------------------------------*/
.owl-carousel {
	touch-action: manipulation;
}
.testimonial-container .block-content{
	padding: 0 15px;
}
.testimonial-container {
	background: url(../image/mahardhi/testimonial-backgraund-images.jpg) center no-repeat;
	width: 100%;
	padding: 50px 0 40px;
	background-attachment: fixed;
	background-size: cover;
}
.group-title h2{
	display: none;
}
.testimonial-content.text-center{
	padding: 0 30px;
}
.slideTestimonial .testimonial-images img{
	border-radius: 50%;
}
.testimonial-images{
	position: relative;
}
.testimonial-text {
	line-height: 25px;
	color: #fff;
	margin: 20px 0;
}
.testimonial-author {
	font-size: 18px;
	color: #fff;
	margin: 20px 0 0;
}
.owl-theme .owl-dots .owl-dot span{
	background: transparent;
	border: 1px solid #fff;
	width: 12px;
	height: 12px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
}
/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.mblog {
	margin-bottom: 45px;
}
.blog-block .image,
.blog-block .image-blog{
	position: relative;
	overflow: hidden;
}
.blog-block .image img{
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.blog-block:hover .image img{
	-moz-transform: scale(1.2) rotate(-10deg);
    -webkit-transform: scale(1.2) rotate(-10deg);
    -o-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
}
.blog-text {
	color: #777777;
	padding: 15px 0;
	line-height: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px
}
#content-blogs .blog-text{
	padding: 20px 0 0px;
}
#content h2:first-child,
#information-contact h3{
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.blog-block .caption h4,
.blog-layout .caption-blog h4,
#content-blogs h2.page_title{
	font-size: 16px;
	color: #222;
	line-height: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #222;
	padding: 15px 0;
	margin: 0;
}
#post_comment h4.page_title,
.comment_cust .leave-hedding {
	font-size: 20px;
	text-align: center;
	margin: 30px 0 20px;
	font-weight: bold;
}
.blog-block .btn-read-more {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}
.blog-block .date-back {
	border-right: 100px solid transparent;
	border-left: 0px solid transparent;
	border-bottom: 100px solid #222;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.blog-block .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 .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: #222;
	line-height: 25px;
	font-weight: bold;
}
a.blog-comment:hover{
	color: #222;
}
#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-item {
	min-height: 80px;
	padding:20px 20px 0px 20px
}
.comment_cust .comment-text .user_img {
	float: left;
	height: 60px;
	width: 60px;
	background-color: #e8e8e8;
	text-align: center;
	line-height: 65px;
}
.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{
	color: #222;
}
.product-thumb.blog-block {
	margin-bottom: 50px;
}
/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
#column-left,
#column-right {
	background: none;
}
#column-left > div,
#column-right > div{
	margin-bottom: 50px;
}
#column-left h3,
#column-right h3{
	font-size: 24px;
	color: #222;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	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: #222;
	padding: 10px 0;
	font-weight: bold;
	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;
}
.list-group-item:last-child,
.sidebar li:last-child,
.category-list li:last-child .list-group-item{
	padding-bottom: 0;
}
#column-left .list-unstyled,
#column-right .list-unstyled,
#column-left .account-content .list-group,
#column-right .account-content .list-group{
	margin-bottom: 0;
}
.checkbox label,
.radio label{
	color: #222;
	font-weight: normal;
}
#column-left .panel-default,
#column-right .panel-default
{
	border: unset;
	box-shadow: none;
}
.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;
}
.cat_list_gird #list-view.btn.btn-default i,
.cat_list_gird #grid-view.btn.btn-default i {
	font-size: 20px;
}
.com-total {
	float: left;
	margin: 3px 20px;
}
.cat_list_gird {
	float: left;
	width: auto;
	margin-top: 0px;
}
.cat_info .form-group .btn {
	padding: 6px 12px;
	font-weight: 500;
}
.btn-group .btn:first-child {
	margin-left: 0;
}
.cat-pagination-right {
	float: right;
	width: auto;
	padding-right: 0px;
}
.cat-sort, .cat-show {
	float: left;
}
.text-right.show-text {
	padding: 0px 10px 0 0;
}
.cat-show .text-right.show-text {
    padding: 0 15px 0 0;
}
.col-md-7.text-right.show-select.clearfix {
    padding: 0 15px 0 0;
}
.text_sort,
.text_limit{
	width: auto;
	padding: 0;
	font-size: 14px;
	margin: 10px 0;
}
.text_limit {
	margin: 10px 0px;
}
.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 #ccc;
	box-shadow: none;
	color: #888888;
	-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: 10px;
	pointer-events: none;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.cat-sort .form-control,
.cat-show .filter-selection .form-control,
.cat-pagination-right .limits-text {
	background-color: #ffffff;
	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: #222;
	padding: 0;
    margin: 11px 10px 5px 0;
}
#grid-view.btn-default.active,
#list-view.btn-default.active{
	color: #bc9355;
}
.row.cat_info {
	margin-bottom: 45px;
}
.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
.row.pro_pagination {
	margin-bottom: 50px;
}
.row.pro_pagination .col-sm-6.text-right {
	color: #222;
	font-weight: 500;
	line-height: 30px;
}
.pagination {
	margin: 0;
	vertical-align: top;
}
.pagination>li>span,
.pagination>li>a{
	margin-right: 10px;
	padding: 4px 11px;
	color: #333;
	border: 1px solid #333;
}
.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;
}
/*special sidebar*/
#column-left .product-thumb h4,
#column-right .product-thumb h4{
	margin-top: 0;
}
/* End */
/*sidebar*/
#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 */
/*----------------------------------------------*/
hr{
	border: 0.5px solid #ddd;
}
#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: 5px;
	display: block;
	border: 1px solid #ddd;
}
.thumbnails .image-additional {
	float: left;
	width: 100%;
}
#product-product #content h2,
.quickview-container #content h3 {
	font-size: 20px;
	color: #222;
	margin-top: 0;
	margin-bottom: 20px;
}
.rating .product-rating,
.rating > a{
	margin-right: 10px;
	float: left;
}
.rating a,
.rating a:hover {
    color: #222;
}
.rating a.write-review:hover,
.rating a:hover .fa-pencil,
.com-total a:hover{
    color: #bc9355;
}
.rating .fa-pencil{
	color: #000000;
	font-weight: 500;
	padding-right: 5px;
}
#product-product .manufacturer-data li,
.quickview-container .manufacturer-data li{
	padding: 2px 0;
}
#product-product li b,
.quickview-container li span {
	color: #222;
	text-shadow: none;
}
#product-product .right_product li a,
.quickview-container .right_product li a{
	color: #777;
}
#product-product li a.stock,
.quickview-container li a.stock {
	color: #bc9355;
}
.right_product span.old-price {
	float: left;
	padding-right: 10px;
}
#product-product #content h2,
.quickview-container #content h2 {
	font-size: 20px;
}
#product h3 {
	margin-bottom: 15px;
	font-size: 16px;
}
label.control-label {
	color: #222;
}
#tab-review label.control-label{
	margin-bottom: 5px;
}
#product-product #tab-description ul:last-child,
#product-product #tab-specification .table {
    margin: 0;
}
#product .btn-default {
	display: inline;
	width: auto;
}
#product .control-label.qty {
	float: left;
	margin: 0px 10px 0 0;
	text-transform: uppercase;
	line-height: 40px;
}
#product #input-quantity {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 50px;
	box-shadow: none;
}
.form-group.btn-group {
	margin-bottom: 0;
}
#product .form-group.button-group1 {
	opacity: 1;
	position: relative;
	width: auto;
	margin-bottom: 0;
	float: left;
}
#product-product .tab-content {
	border: 1px solid #ddd;
	padding: 20px;
}
#content .nav-tabs {
	border-bottom: unset;
	margin-bottom: 0;
}
#product-product  .nav-tabs>li>a{
	color: #222;
	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: #fff;
}
.tab-content .buttons.clearfix{
	margin-bottom: 0;
}
.buttons.clearfix {
	margin-bottom: 50px;
}
/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert {
	padding: 8px 30px 8px 15px;
	text-align: center;
}
.alert-success {
	position: relative;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
	border-radius: 0;
	margin-bottom: 20px;
}
.top-header .alert-success{
	margin-bottom: 0;
}
.alert-dismissable .close,
.alert-dismissible .close {
	color: #333;
	border: none;
	font-size: 30px;
	opacity: 1;
	position: absolute;
	right: 15px;
	top: -3px;
	line-height: 40px;
	font-weight: normal;
	text-shadow: none;
}
.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;
}
.nessletter_banner .alert, .newsletter-content-innner .alert{
	margin: 15px auto 0;
}
.modal-dialog .alert{margin: 15px 0;}
.top-banner {
	background: url(../image/mahardhi/shop-banner.jpg) no-repeat scroll center;
	padding: 250px 0 100px;
	margin-bottom: 50px;
	border-radius: 0px;
	text-align: center;
	position: relative;
	width: 100%;
	top: 0;
	background-size: cover;
}
/*----------------------------------------------*/
/* static page */
/*----------------------------------------------*/
.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_input_block.input-group {
    display: inline-block;
    width: auto;
}
#checkout-checkout .buttons.clearfix {
    margin-bottom: 0px;
}
#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-bordered{
	margin-bottom: 50px;
	display: inherit;
	overflow: auto;
	border: 0px solid #ddd;
	border-top: 1px solid #ddd;
}
.quickview-content h3{
	margin-top: 0;
}
.well{
	background: unset;
	border-radius: 0;
}
.well h2{
	margin-top: 0;
}
.form-horizontal .control-label{
	text-align: left;
}
legend{
	border-bottom: unset;
	font-weight: 600;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{
	color: #222;
	font-weight: 500;
}
#account-account h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
#account-account #content .list-unstyled li {
	padding: 3px 0;
}
#information-sitemap #content .col-sm-6 ul:first-child {
	margin-bottom: 40px;
}
.manufacturer-list {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 5px;
}
.manufacturer-heading {
	background: #eeeeee;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}
#content .manufacturer-heading h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.manufacturer-content {
	padding: 8px;
}
#product-manufacturer p strong{
	color: #222;
}
.panel-default{
	border-radius: 0;
}
.panel-default strong {
	font-weight: bold;
	color: #222;
}
#information-sitemap #content a {
	font-size: 14px;
	color: #777;
	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;
}
.position-footer-top {
	position: relative;
    margin-bottom: -50px;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
.contact-left {
    margin-bottom: 50px;
}
#account-account #content h3 {
    color: #222;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}
#account-account #content h3:first-child{
	margin-top: 0;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}
.table>tbody+tbody {
	border-top: 1px solid #ddd;
}
#accordion.panel-group .panel {
	border-radius: 0px;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
.input-group .form-control[name^=quantity] {
	width: 45px;
    background: #fff;
    text-align: center;
}
.img-thumbnail{
	border: unset;
	border-radius: 0;
	padding: 0;
}
.checkout-cart .input-group.btn-block .form-control {
    width: 45px;
    text-align: center;
    background: transparent;
}
@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 #category {
		display: block !important;
	}
	#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 {
		right: 10px;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
		float: none;
		background: transparent;
		border: none;
		padding: 0;
		box-shadow: none;
		display: none;
	}
	#menu #topCategoryList .dropdown-inner a {
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		padding: 10px;
	}
	#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 0 0 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%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* 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 .dropdown-inner .dropdown-submenu a:hover + .fa {
	color: #bc9355;
}
#menu .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 10px;
	top: 13px;
	color: #000;
}
#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 {
}
/*----------------------------------------------*/
/* left - right side */
/*----------------------------------------------*/
/* Category Menu */
.main-item.active .toggled > .fa-angle-right:before,
.toggle-menu.active > .fa-angle-right:before{
	content: "\f107";
}
.child-categories { display: none; }
.category-list .has-more-category .toggled {
	position: absolute;
	right: 0;
}
.category-list .list-group-item {
	color: #222;
	text-decoration: none;
	background: unset;
	border: unset;
	text-transform: capitalize;
	padding: 10px 0;
}
.category-list a.list-group-item.active,
.category-list a.list-group-item.active:focus,
.category-list a.list-group-item.active:hover,
.category-list a.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 silde product */
#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: 15px;
}
#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;
	width: 65%;
	float: left;
}
#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;
}
/*----------------------------------------------*/
/* 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){
	#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: 1199px) and (min-width: 768px){
	.hidden-md {
		display: inline-block!important;
	}
}
@media (max-width: 1199px){
	.cms-homepage.banner .cms{
		width: 31.2%;
	}
	.cms-homepage.banner .title{
		padding: 35px 0 0;
	}
	.cms-homepage-banner{
		padding: 80px 0;
	}
	.cms-homepage-banner .title{
		font-size: 30px;
	}
	.cms-homepage-banner .content-detail{
		padding:0 30px;
		width: 68.4%;
	}
	.cms-homepage-banner .content-data{
		width: 31.6%;
	}
	#blogcarousel .owl-nav div {
		top: 20%;
	}
	li.social_block{
		margin-right: 5px;
	}
	.owl-nav div {
		top: 26%;
	}
}
@media (max-width: 1024px){
	.newsletter-block .title-text {
		padding: 0px 0px 0px 62px;
	}
	.newsletter-block .text-content{
		padding-right: 0px;
	}
}
@media (max-width: 991px){
	.dropdown-menu{
		margin: 0;
	}
	.top-header {
		position: relative;
		background: #171719;
	}
	header,
	#top{
		position: relative;
		top: 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;
	}
	#search.mahardhi-search .box-content,
	#cart .dropdown-menu{
		top: 47px;
	}
	#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{padding: 10px;}
	#menu .dropdown-inner .dropdown-submenu,
	#navCategory .dropdown-inner .dropdown-submenu{
		padding: 0;
	}
	#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: 30px;
		position: absolute;
	}
	.navbar-toggle{
		margin-right: 0px;
		margin-top: 0;
	}
	#menu .btn-navbar{
		padding: 10px 0;
		margin-bottom: 0;
		background-color: unset;
		float: left;
		left: 0;
	}
	.top-banner{
		padding: 100px 0 100px;
	}
	.breadcrumb{
		top: 65%;
	}
	.navbar-header .fa {
		font-size: 20px;
	}
	.cms-homepage.banner .cms {
		width: 30.55%;
	}
	.cms-homepage.banner .title {
		padding: 25px 0 0;
		font-size: 30px;
	}
	.cms-homepage.banner .desc-text{
		font-size: 20px;
		margin: 20px 0 10px;
	}
	#topCategoryList #more_asse,
	#column-left .swiper-viewport,
	#column-left .category-list,
	#column-right .swiper-viewport,
	#column-right .category-list,
	.product-thumb .button-group .quickview-button, .product-thumb .list-button-group .quickview-button{
		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;
	}
	.footer-top .list-unstyled li, #footer_aboutus li {
		padding-left: 20px;
	}
	.cms-homepage-banner .content-data {
		width: 40.6%;
	}
	.cms-homepage-banner .content-detail{
		width: 59.4%;
		transform: translateY(23%);
		-webkit-transform: translateY(23%);
		-moz-transform: translateY(23%);
		-ms-transform: translateY(23%);
		-o-transform: translateY(23%);
	}
	.cms-homepage-banner .title {
		font-size: 20px;
		line-height: 20px;
	}
	.cms-homepage-banner .desc-text{
		margin: 15px 0 30px;
	}
	.testimonial-content.text-center{
		padding: 0;
	}
	.header-right {
		padding: 34px 0 15px;
	}
	.text-right.show-text,
	.col-md-7.text-right.show-select.clearfix{
		float: left;
	}
	.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
		width: 33.33%;
	}
	.product-thumb .image img{
		width: 100%;
	}
	#blogcarousel .owl-nav div {
		top: 23%;
	}
	#column-left > div,
	#column-right > div,
	#column-left > div:first-child,
	#column-right > div:first-child,
	#account-account #content{
		margin-bottom: 20px;
	}
	footer h5{
		margin-bottom: 15px;
	}
	.footer_payment.col-sm-3 {
		text-align: right;
	}
	#column-left, #column-right{
		margin-bottom: 20px;
	}
	.newsletter-block .description {
		display: none;
	}
	.thumbnail>img{
		width: 100%;
	}
	.manufacturer-list:last-child,
	#accordion .panel-default:last-child{
		margin-bottom: 50px;
	}
	.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;
	}
	#column-left .box-content .page-title h3,
	#column-right .box-content .page-title h3 {
		margin-bottom: 0px;
	}
	#column-left h3,
	#column-right h3{
		font-size: 18px;
	}
}
@media (max-width: 991px) and (min-width: 500px){
	.position-footer-bottom .col-sm-3{
		width: 50%;
	}
}
@media (max-width: 800px){
	.cms-homepage.banner .cms {
		width: 30.5%;
	}
	.cms-homepage.banner .title {
		padding: 25px 0 0;
		font-size: 32px;
	}
	.cms-homepage.banner .desc-text{
		font-size: 18px;
		margin: 25px 0 15px;
	}
}
@media (max-width: 769px){
	.cms-homepage-banner .content-data {
		width: 39.5%;
	}
	.cms-homepage-banner .content-detail {
		width: 60.5%;
	}
}
@media (max-width: 768px){
	.cms-homepage-banner .content-detail {
		width: 59.4%;
	}
	.cms-homepage-banner .content-data {
		width: 40.6%;
	}
}
@media (max-width: 767px){
	.hidden-xs {
		display: inline-block!important;
	}
	.product-thumb .action{
		position: relative;
		bottom: 0px;
		box-shadow: none;
	}
	.product-thumb:hover .action{
		box-shadow: none;
	}
	.product-thumb:hover, #featured-carousel .product-thumb:hover,
	.product-grid .product-thumb:hover {
		margin-bottom: 50px;
	}
	.cms-homepage .content-detail h4{
		font-size: 16px;
	}
	.home-page-service{
		padding: 40px 0;
	}
	.newsletter-block .col-sm-6{
		width: 100%;
	}
	.newsletter-block .title-text{
		padding: 0;
		background: none;
		float: unset;
		text-align: center;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.newsletter-block .description {
		display: block;
		float: unset;
	}
	.newsletter-block .title-text::before{
		border: none;
	}
	#column-left, #column-right {
		margin-bottom: 45px;
	}
	.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;
	}
	#blogcarousel .owl-nav div {
		top: 25%;
	}
	#account-register #column-left,
	#account-register #column-right,
	#information-contact #column-left,
	#information-contact #column-right{
		margin-top: 100px;
	}
	.thumb-description .addcart, #product .addcart, .quickview-content .addcart{
		display: block;
	}
	.product-thumb .button-group button,
	.blog-block .hover-post:before,
	.blog-block .hover-zoom:before{
		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);
		display: block;
	}
	.product-thumb .button-group button.quickview-button{
		opacity: 0;
		display: none;
	}
	.sale-text,
	.blog-block .image .date-back{
		opacity: 1;
	}
	.blog-block .hover-post:before{
		right: 51%;
	}
	.blog-block .hover-zoom:before{
		left: 51%;
	}
	.cms-homepage.banner .title {
		padding: 20px 0 0;
		font-size: 30px;
	}
	.cms-homepage.banner .desc-text {
		margin: 20px 0 15px;
	}
	.owl-nav div {
		top: 26%;
	}
	.nav>li{
		display: inline-block;
	}
}
@media (max-width: 767px) and (min-width: 681px){
	#product-product #content .col-sm-6 {
		width: 50%;
		float: left;
	}
}
@media (max-width: 735px){
	.cms-homepage.banner .cms-inner2 {
		margin: 0 25px;
	}
	.checkout-cart .input-group.btn-block .form-control {
		margin: 0 0 5px;
	}
}
@media (max-width: 710px) and (min-width: 681px){
	.form-group.btn-group{
		margin-top: 15px;
	}
}
@media (max-width: 680px){
	.position-top-link-left{
		float: unset;
		text-align: center;
	}
	#top-links{
		text-align: center;
	}
	#top .dropdown-menu {
		top: 130%;
	}
	#top-links.pull-right{
		float: unset!important;
	}
	.pull-left {
		float: unset !important;
		text-align: center;
		display: inline-block;
	}
	.row.cat_info {
		margin-bottom: 40px;
	}
	.cat-pagination-right {
		width: 100%;
		float: left;
		margin: 5px 0 8px;
	}
	#product-product #content .col-sm-6:first-child {
		width: 70%;
		margin: 0 auto 40px;
		float: unset;
	}
	.cms-homepage.banner .cms {
		width: 100%;
	}
	.cms-homepage.banner .cms-inner2 {
		margin: 30px 0;
	}
	.cms-homepage-banner .content-detail {
		width: 54.1%;
		transform: translateY(15%);
		-webkit-transform: translateY(15%);
		-moz-transform: translateY(15%);
		-ms-transform: translateY(15%);
		-o-transform: translateY(15%);
	}
	.cms-homepage.banner .cms .content-block {
		top: 0;
	}
	.cms-homepage.banner .title {
		padding: 130px 0 0;
		font-size: 54px;
	}
	.cms-homepage.banner .desc-text {
		margin: 50px 0 30px;
		font-size: 24px;
	}
	.cms-homepage-banner .title {
		font-size: 16px;
	}
	.cms-homepage-banner .content-data {
		width: 45.9%;
	}
	#information-sitemap #content .col-sm-6:first-child ul:first-child{
		margin-bottom: 20px;
	}
	.cat-pagination-right{
		float: left;
		padding-left: 15px;
	}
	.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
		width: 50%;
	}
	.product-layout.product-list .product-thumb .image{
		float: left;
	}
	#blogcarousel .owl-nav div{
		top: 22%;
	}
	.newsletter-popup .modal-dialog {
		max-width: 90%;
	}
}
@media (max-width: 639px) and (min-width: 426px){
	.product-layout.col-sm-4.col-xs-4{
		width: 50%;
	}
}
@media (max-width: 640px){
	.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;
	}
	.cms-homepage-banner .content-detail {
		transform: translateY(9%);
		-webkit-transform: translateY(9%);
		-moz-transform: translateY(9%);
		-ms-transform: translateY(9%);
		-o-transform: translateY(9%);
	}
	.cms-homepage-banner .desc-text {
		margin: 10px 0 20px;
	}
}
@media (max-width: 500px){
	.home-page-service .cms-homepage .cms-inner1,
	.home-page-service .cms-homepage .cms-inner2,
	.home-page-service .cms-homepage .cms-inner3 {
		width: 100%;
	}
	.cms-homepage.banner .cms {
		width: 100%;
	}
	.cms-homepage .cms-inner2 {
		margin: 30px 0;
	}
	.cms-homepage.banner .title {
		padding: 85px 0 0;
	}
	.cms-homepage-banner .content-detail {
		width: 100%;
		padding-bottom: 60px;
	}
	.cms-homepage-banner .content-data {
		width: 63.5%;
		margin: 40px auto;
		float: unset;
	}
	.cms-homepage-banner .title {
		font-size: 20px;
	}
	.cat_info .form-group .btn{
		padding: 6px 5px;
	}
	.breadcrumb h1{
		font-size: 22px;
	}
	#blogcarousel .owl-nav div {
		top: 30%;
	}
	.breadcrumb {
		top: 68%;
	}
	.swiper-viewport .fa {
		font-size: 45px;
	}
	.service-icon1, .service-icon2, .service-icon3{
		width: 85px;
		height: 85px;
	}
	.service-icon1 {
		background: #bc9355 url(../image/mahardhi/service-icon.png) no-repeat scroll 9px 9px;
	}
	.service-icon2 {
		background: #bc9355 url(../image/mahardhi/service-icon.png) no-repeat scroll -93px 7px;
	}
	.service-icon3 {
		background: #bc9355 url(../image/mahardhi/service-icon.png) no-repeat scroll -203px 9px;
	}
	.cms-homepage.banner .title {
		padding: 85px 0 0;
		font-size: 48px;
	}
	.cms-homepage.banner .desc-text {
		margin: 40px 0 30px;
		font-size: 24px;
	}
	.cms-homepage.banner .cms .content-block{
		top: 0;
	}
	.cms-homepage-banner {
		padding: 50px 0;
	}
	.testimonial-container{
		padding:30px 0 20px;
	}
	.blog-block .caption h4,
	.blog-layout .caption-blog h4,
	#content-blogs h2.page_title{
		line-height: 24px;
	}
	.footer_social.col-sm-3,
	.footer_payment.col-sm-3 {
		width: 100%;
		float: left;
		text-align: left;
	}
	.footer_social{
		margin-bottom: 10px;
	}
	.footer_payment{
		padding-left: 15px;
	}
	.footer_middle.clearfix {
		padding: 85px 0 0px;
	}
}
@media (max-width: 480px){
	#product-product #content .col-sm-6:first-child {
		width: 100%;
	}
	.cms-homepage .content-detail h4{
		font-size: 16px;
	}
	.row.pro_pagination .col-sm-6{
		width: 100%;
		text-align: center;
	}
	.panel-body .col-sm-6:first-child{
		padding-bottom: 15px;
	}
	.cms-homepage-banner .content-data {
		width: 66.3%;
	}
	.blog-block .hover-post:before,
	.blog-block .hover-zoom:before{
		top: 40%;
	}
	#product-product #content .col-sm-6 {
		margin-bottom: 20px;
	}
	.newsletter-block .description {
		display: none;
	}
}
@media (max-width: 425px){
	.top-banner {
		padding: 80px 0 80px;
	}
	#top .btn-link {
		margin-right: 5px;
	}
	.cms-homepage-banner .content-data {
		width: 75.3%;
	}
	.cms-homepage-banner .title {
		font-size: 18px;
	}
	.product-layout.col-sm-4.col-xs-4{
		width: 100%;
	}
	.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
		width: 100%;
	}
	#account-register #column-left,
	#account-register #column-right{
		margin-top: 120px;
	}
	.owl-nav div {
		top: 32%;
	}
	.cms-homepage.banner .title {
		padding: 58px 0 0;
	}
	#blogcarousel .owl-nav div {
		top: 27%;
	}
	.newsletter-block .button_mini{
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 15px;
	}
	#product-product .nav-tabs>li>a {
		font-size: 16px;
		padding: 10px;
	}
	.newsletter-block input.inputNew{
		padding: 11px 20px;
	}
}
@media (max-width: 375px){
	.hidden-xs {
		display: none!important;
	}
	#top .btn-link {
		margin-right: 10px;
	}
	#top .myaccount i.fa.fa-caret-down{
		margin-right: 5px;
	}
	.cms-homepage-banner .content-data {
		width: 86.3%;
	}
	.cms-homepage-banner .title {
		font-size: 16px;
	}
	#blogcarousel .owl-nav div {
		top: 24%;
	}
	.owl-nav div {
		top: 32%;
	}
	.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%;
	}
	.dropdown-menu.pull-right{
		right: -10px;
	}
	.cms-homepage.banner .title {
		padding: 49px 0 0;
	}
	.newsletter-block .title-text {
		font-size: 22px;
	}
	.cat-sort{
		margin-bottom: 15px;
		width: 100%;
	}
	#product-product .nav-tabs>li>a {
		font-size: 14px;
		padding: 7px;
	}
	.newsletter-content p{
		padding: 0;
	}
	.form-group.btn-group{
		width: 100%;
		margin-top: 15px;
	}
}
@media (max-width: 320px){
	.cms-homepage-banner .content-data {
		width: 100%;
	}
	.cms-homepage-banner .title {
		font-size: 13px;
	}
	.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%;
	}
	#blogcarousel .owl-nav div {
		top: 20%;
	}
	.cms-homepage.banner .title {
		padding: 40px 0 0;
		font-size: 30px;
	}
	.cms-homepage.banner .desc-text {
		margin: 30px 0 20px;
		font-size: 20px;
	}
}
