body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #f5f5f5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: 500;
	text-transform: capitalize;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #222;
}
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: 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: #222;
	color: #fff;
}
::selection {
	background-color: #222;
	color: #fff;
}
/* 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:focus,
.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #434a54;
	background-color: transparent;
}
/* Fix some bootstrap issues */
a.focus, a.activea:focus, a:hover, div:focus, button:focus, img:focus {
	text-decoration: none;
	outline: none;
	color: #434a54;
	cursor: pointer;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, .addcart:focus {
	outline: none;
}
a:focus,button:focus, input:focus, textarea:focus, select:focus ,div:focus,img:focus ,.form-control:focus{
	outline: none;
	color: unset;
	box-shadow: none;
	border-color: #ddd;
	text-decoration: none;
}
strong, strong:active,
strong:focus, strong:hover {
	text-shadow: unset;
	outline: none;
}
/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../image/mahardhi/ajax_loader.gif') 50% 50% no-repeat rgb(255,255,255);
	opacity: 1;
}
/*----------------------------------------------*/
/* 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;
}
.newsletter-btn-close.close{
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
}
.newsletter-popup .modal-body{
	padding:20px;
}
.newsletter-content h3{
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0;
}
.newsletter-content p{
	margin-bottom: 20px;
	line-height: 25px;
	padding: 0 25px;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.newsletter-content .btn{
	text-transform: capitalize;
	font-weight: 500;
	display: table;
	margin: 15px auto;
	padding: 10px 12px;
}
.newsletter-content-bottom{
	margin-bottom: 20px;
}
/*----------------------------------------------*/
/* QuickView */
/*----------------------------------------------*/
.quickview-wrapper {
	background-color: #f5f5f5;
	display: none;
	height: 80vh;
	left: 0;
	margin: 0 auto;
	overflow: auto;
	padding: 30px 20px;
	position: fixed;
	right: 0;
	top: 7%;
	width: 70%;
	z-index: 999;
}
.quickview-wrapper-inner.container {
	width: auto;
}
.quickview-overlay {
	display: none;
	background-color: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: fixed;
	z-index: 99;
}
.quickview-btn {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	font-size: 20px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #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: transparent;
	line-height: 50px;
}
.quickview-loader-inner{
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.quickview-loader-inner:before{
	font-family: FontAwesome;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	content: "\f1ce";
	color: #fff;
	vertical-align: middle;
}
/*----------------------------------------------*/
/* 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: #434a54;
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 24px;
}
.error .error__title {
	color: #434a54;
	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;
}
/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
	background: #434a54;
	border: 2px solid #434a54;
	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: bold;
	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: #434a54;
	color: #ffffff;
	border-color: #434a54;
}
.contact-left .btn-info i {
	font-size: 18px;
}
.content-details {
	background: #fff;
	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;
	}
}
/*----------------------------------------------*/
/* all page same css */
/*----------------------------------------------*/
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;
}
.dropdown-menu{
	border: none;
	border-radius: 0;
	background: #fff;
	z-index: 1001;
	margin: 0;
}
.btn-link:focus, .btn-link:hover {
	color: #434a54;
	text-decoration: none;
	outline: none;
}
.section{
	margin-bottom: 30px;
}
ul.list-unstyled{
	margin-bottom: 0;
}
.relative {
	position: relative;
}
.m-auto {
	margin: 0px auto;
}
.m-image-auto {
	width: auto !important;
}
.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #777777;
	background: #fff;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
}
/*----------------------------------------------*/
/* top */
/*----------------------------------------------*/
#top {
	background-color: #222;
	min-height: 150px;
}
#top .col-sm-4,
#top .col-sm-4 {
	padding: 0;
}
/*header left */
.contact {
	background: url(../image/mahardhi/headericon.png) no-repeat scroll 0px 0px transparent;
	margin: 37px 0;
	font-size: 16px;
	color: #fff;
	width: max-content;
	width: -moz-max-content;
}
.contact span {
	line-height: 25px;
}
.contact span:first-child {
	padding-left: 35px;
}
/* logo */
#logo {
	margin: 29px 0;
}
#logo img{
	margin: 0 auto;
}
/* header right */
.col-sm-4.header-links {
	margin: 38px 0;
}
.header_cart,
#header_ac,
.header-search{
	float: right;
}
#header_ac .account_menu {
	background: url(../image/mahardhi/headericon.png) no-repeat scroll 0px -130px transparent;
	display: block;
	height: 25px;
	width: 25px;
}
#header_ac .dropdown-menu {
	margin: 0;
	top: 62px;
	padding: 10px 0;
}
.dropdown-menu li> a {
	color: #777777;
	padding: 5px 20px;
}
#header_ac .pull-left {
	padding: 0 8px;
}
ul.curr,ul.lang {
	padding: 0px 5px;
	min-width: 240px;
	display: flex;
}
#header_ac .curr li,
#header_ac .lang li{
	list-style-type: none;
	margin: 5px 5px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	border: 1px solid #eee;
}
/*cart*/
.header-links .header_cart{
	padding: 0 20px;
}
#cart {
	margin-bottom: 0px
}
#cart > .btn {
	background: url(../image/mahardhi/headericon.png) no-repeat scroll 0px -87px transparent;
	height: 25px;
	width: 25px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
}
#cart-total {
	position: absolute;
	font-size: 14px;
	line-height: 12px;
	padding: 2px 4px;
	top: -15px;
	right: -5px;
	border-radius: 15px;
	background-color: #fff;
	color: #222;
	z-index: 9;
}
#cart .dropdown-menu {
	top: 62px;
	border: none;
	overflow: hidden;
	display: none;
	background: #fff;
	z-index: 1001;
	border-radius: 0;
	margin: 0;
	padding: 0px;
	width: 310px;
}
#cart .dropdown-menu .cart-content-product {
	max-height: 196px;
	overflow-y: auto;
	overflow-x: hidden;
}
#cart .dropdown-menu li {
	float: none;
	padding: 0px 20px;
}
.product-cart-empty {
	padding: 20px 0;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border:none;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	border-bottom: 1px solid #ddd;
	display: block;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #fff;
}
#cart .dropdown-menu table td.product-cart-thumb {
	padding: 0;
}
#cart .dropdown-menu li td,
td.cart-total-price {
	font-size: 14px;
	font-weight: 600;
}
#cart .dropdown-menu table td {
	background: none;
	border: none;
	padding: 5px 4px;
	color: #222;
}
.table>tbody>tr>td {
	border-top: none;
}
#cart .img-thumbnail {
	border: none;
	padding: 0;
	border-radius: 0;
	}
#cart .dropdown-menu table td.product-cart-details {
	padding-left: 10px;
	padding-right: 10px;
}
#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
	font-weight: normal;
}
.product-cart-info {
	margin-top: 8px;
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
	color: #434a54;
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
	font-size: 16px;
	color: #434a54;
}
#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 0;
}
#cart .dropdown-menu .btn-danger {
	background: #fff;
	color: #222;
	border-radius: 0;
	line-height: 20px;
	font-size: 12px;
	padding: 0;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#cart .dropdown-menu li + li {
	border-top: 1px solid #ddd;
	padding: 10px 20px 0px 20px;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
	font-size: 14px;
}
#cart .dropdown-menu li p {
	margin: 0px;
	font-size: 14px;
}
.product-cart-button {
	padding: 0px 0px 20px 0px;
}
#cart .dropdown-menu li a:hover {
	color: #434a54;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
/* search */
#search .btn_search {
	background: url(../image/mahardhi/search.png) -17px -16px no-repeat transparent;
	height: 25px;
	width: 20px;
	z-index: 9;
	position: relative;
	cursor: pointer;
}
#search .btn_search.active {
	background: url(../image/mahardhi/crossicon.png) 0px 2px no-repeat;
}
#search .box-content {
	width: 250px;
	position: absolute;
	right: 0;
	display: none;
	z-index: 11;
	top: 62px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#search .input-lg {
	height: 40px;
	padding: 0px 35px 0 10px;
	border-radius: 0;
	border: none;
}
#search button.btn.btn-default.btn-lg {
	padding: 0 10px;
	background-color: #fff;
	position: absolute;
	right: 0;
	z-index: 5;
	color: #222;
	top: 0;
	line-height: 40px;
}
.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;
}
/*----------------------------------------------*/
/* header */
/*----------------------------------------------*/
/* service */
header .service-box {
	padding-top: 30px;
}
.servicecontent {
	background-color: #fff;
	margin-top: -50px;
	box-shadow: 0px 8px 10px rgba(0,0,0,0.2);
}
.service {
	background-color: #eeeeee;
	padding:15px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.service:hover {
	background-color: #e2e2e2;
	transition: all 0.5s ease-in-out;
}
/* menu */
.static .nav>li {
	position: relative;
	display: inline-block;
}
.menu {
	clear: both;
}
#menu,
#st-menu {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	text-align: center;
	border: none;
}
.navbar-nav{float: unset;}
.navbar-nav>li {
	display: inline-block;
	float: unset;
}
#menu .nav > li > a,
#st-menu .nav > li > a{
	padding: 25px 38px 25px 38px;
	background: transparent;
}
#menu .dropdown-inner li a:hover,  #navCategory .dropdown-inner li a:hover,
#menu .nav > li > a:hover, #menu .nav > li.open > a,
#st-menu .nav > li > a:hover {
	color: #434a54;
	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: #fff;
	background-color: #222;
	background-repeat: repeat-x;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 0;
	float: right;
	background-color: #222;
	background-repeat: repeat-x;
	border-color: #222;
	margin-top: 0;
	margin-bottom: 15px;
	box-shadow: none;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #fff;
	background-color: #222;
}
#menu #category {
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	float: left;
	position: relative;
	top: 7px;
}
@media only screen and (min-width: 992px){
	#menu .dropdown-inner a {
		display: block;
		padding: 5px 20px;
		clear: both;
		font-weight: 500;
		text-transform: capitalize;
		text-align: left;
		color: #777777;
	}
	header .menu {
		display: none;
	}
	#menu .nav > li:first-child a {
		padding-left: 0;
	}
	#menu .nav > li:last-child a {
		padding-right: 0;
	}
	#menu .nav > li.dropdown.menulist > a::before,#menu .nav > li.menulist.hiden_menu > a::before {
		position: absolute;
		bottom: 5px;
		left: 0px;
		color: transparent;
		content: "•";
		text-shadow: transparent 0px 0px;
		font-size: 1.2em;
		pointer-events: none;
		right: 0px;
		text-align: center;
		transition: text-shadow 0.3s, color 0.3s;
		margin: 0px auto;
	}
	#menu .nav > li.dropdown.menulist > a:hover::before ,#menu .nav > li.menulist.hiden_menu > a:hover::before{
		color: #000;
		text-shadow: 10px 0 #cccccc, -10px 0 #cccccc;
	}
	#menu .dropdown-menu ,#menu .hiden_menu .dropdown-inner{
		visibility: hidden;
		display: block;
		opacity: 0;
		margin-top: 50px;
		background: #fff;
		filter: alpha(opacity=0);
		-webkit-transition: all 0.35s ease-out 0s;
		-o-transition: all 0.35s ease-out 0s;
		transition: all 0.35s ease-out 0s;
		min-width: 222px;
		padding: 10px 0;
	}
	#menu .dropdown:hover .dropdown-menu, #menu ul li.hiden_menu:hover .dropdown-inner {
		display: block;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		margin-top: 0;
	}
	#menu ul li.hiden_menu .dropdown-inner {
		position: absolute;
		z-index: 999;
		border: 1px solid #f7f7f7;
	}
	header #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
		display: none;
	}
}
@media (max-width: 767px) {
	#menu {	border-radius: 4px;}
	#menu div.dropdown-inner > ul.list-unstyled {display: block;}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {display: block;}
	#menu .dropdown-inner a {
		width: 100%;
		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;
	}
	#information-contact .pull-right {
		float: unset!important;
	}
}
/* content */
#content {min-height: 600px;}

/*----------------------------------------------*/
/* slidershow */
/*----------------------------------------------*/
.common-home .swiper-viewport,
#column-left .swiper-viewport{
	box-shadow: none;
	border: none;
	border-radius: 0;
	overflow: hidden;
	margin: 0 0 30px;
	background-color: transparent;
}
.slideshow  .swiper-slide img {
    width: 100%;
    max-width: 100%;
}
.swiper-pagination {display: none;}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev,
.slideshow .swiper-viewport .swiper-pager .swiper-button-next {
	height: 40px;
	width: 40px;
	background-color: transparent;
	border:1px solid #000;
	border-radius: 50%;
	right:10px;
	text-align: center;
	text-shadow: none;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev {	left: 10px;}
 .swiper-viewport .swiper-pager .swiper-button-prev i,
 .swiper-viewport .swiper-pager .swiper-button-next i {
	font-size: 24px;
	line-height: 20px;
	color: #000;
	position: relative;
}
.swiper-viewport .swiper-pager .swiper-button-prev:hover i, .swiper-viewport .swiper-pager .swiper-button-next:hover i{
	color: #fff;
}
.swiper-button-next:before,
.swiper-button-prev:before {
	vertical-align: middle;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev,
.slideshow .swiper-viewport .swiper-pager .swiper-button-next {
	opacity: 1;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before{
	content:"";
}
.swiper-viewport .swiper-pager .swiper-button-prev:hover,
.swiper-viewport .swiper-pager .swiper-button-next:hover {
	background-color: #434a54;
	border-color: #434a54;
}
/*----------------------------------------------*/
/* hame page banner */
/*----------------------------------------------*/
/* banner1*/
.banner-inner img{
	width: 100%;
}
.banner-inner,
.banner .swiper-wrapper .swiper-slide,
.furniture-banner{
	position: relative;
	overflow: hidden;
}
.banner-inner:before,
.banner-inner:before,
.banner .swiper-wrapper .swiper-slide:before,
.furniture-banner:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	pointer-events: none;
	-webkit-transition: ease .3s all;
	-moz-transition: ease .3s all;
	transition: ease .3s all;
}
.banner-inner:hover:before,
.furniture-banner:hover:before {
    box-shadow: 0 0 0 15px rgba(0,0,0,0.2) inset;
}
.banner-inner .hover_content {
	position: absolute;
	opacity: 1;
	width: 100%;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 200;
	text-transform: uppercase;
}
.banner-inner .hover_content .title{
	font-size: 30px;
	font-weight: bold;
}
.banner-inner .shop-now a{
	background: transparent;
	border: 1px solid #222;
	color: #222;
	padding: 14px 19px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	line-height: 10px;
}
.furniture-banners .furniture-banner2 .hover_content {
	text-align: center;
}
.furniture-banners .furniture-banner2 .hover_content .title {
	margin: 20px 0 0 0;
}
.furniture-banners .furniture-banner1 .hover_content {
	top: 32%;
	right: 30px;
	text-align: center;
	left: auto;
	width: fit-content;
	width: -moz-fit-content;
}
.banner-inner .desc-text {
	margin: 15px 0 20px 0;
	font-weight: bold;
	line-height: 11px;
}
.hover_content .desc-text::after {
	bottom: 60px;
	content: "";
	height: 1px;
	left: 17%;
	right: 17%;
	position: absolute;
	background-color: #222;
	text-decoration: none;
}
.banner-inner .shop-now {
	margin: 20px 0 0 0;
	display: inline-block;
}
/* banner2*/
.furniture-banner-outer .hover_content{
	top: 25%;
	right: 5%;
	text-align: center;
	left: auto;
	width: fit-content;
	width: -moz-fit-content;
}
.furniture-banner-outer .furniture-banner2 .hover_content {
	left: 10%;
	right: auto;
}
.furniture-banner-outer .furniture-banner1 .hover_content .desc-text::after {
	left: 9%;
	right: 9%;
}
.furniture-banner-outer .furniture-banner2 .hover_content .desc-text::after {
	left: 0;
	right: 0;
}
/* banner3 */
.furniture-banner img {
	max-width: 100%;
}
.banner .swiper-wrapper .swiper-slide:hover:before {
	box-shadow: 0 0 0 10px rgba(255,255,255,0.5) inset;
}
/*----------------------------------------------*/
/* product tab */
/*----------------------------------------------*/
.nav-tabs {
	border-bottom: 2px solid #434a54;
}
.nav-tabs>li> a {
	text-transform: uppercase;
	color: #434a54;
	font-weight: bold;
	padding: 11px 30px;
	border: none;
	text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-bottom: 2px solid #434a54;
	background-color: #434a54;
	color: #fff;
	border-radius: 0;
	border:none;
}
.nav-tabs>li>a:hover,
.product-tab-block .nav-tabs>li>a.selected,
#product-page .nav-tabs>li>a:hover{
	background-color: #434a54;
	color :#fff;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
}
.product-thumb {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	background: #ffffff;
}
.product-thumb:hover{
	box-shadow: 2px 10px 12px 1px rgba(0,0,0,0.2);
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.product-thumb .hover-img {
	left: 0;
	max-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	transform: scale(0.8) rotateY(0deg);
	-moz-transform: scale(0.8) rotateY(0deg);
	-webkit-transform: scale(0.8) rotateY(0deg);
	-ms-transform: scale(0.8) rotateY(0deg);
	-o-transform: scale(0.8) rotateY(0deg);
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	visibility: hidden;
}
.product-thumb:hover .hover-img {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	overflow: hidden;
	transform: scale(1) rotateY(0deg);
	-moz-transform: scale(1) rotateY(0deg);
	-webkit-transform: scale(1) rotateY(0deg);
	-ms-transform: scale(1) rotateY(0deg);
	-o-transform: scale(1) rotateY(0deg);
	transition-duration: 500ms;
	-webkit-transition-duration:500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	visibility: visible;
}
.section-sale {
	position: absolute;
	top: 10px;
	right: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background: #434a54;
	padding: 1px 10px;
}
.quickview-button {
	position: absolute;
	top: 40%;
	left: 45%;
	height: 40px;
	width: 40px;
	padding: 10px;
	border: none;
	background-color: rgba(255,255,255,0.7);
	opacity: 0;
	border: 1px solid #000;
}
.product-thumb:hover .quickview-button {
	opacity: 1;
}
.product-thumb .button-group {
	transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	opacity: 0;
	position: absolute;
	top:25%;
	right: -50px;
}
.product-thumb:hover .button-group {
	opacity: 1;
	right: 10px;
}
.product-thumb .button-group button{
	border-radius: 50px;
	padding: 0;
	color: #434a54;
	height: 40px;
	width: 40px;
	display: block;
	background-color: #fff;
	border: 2px solid #434a54;
	margin-bottom: 10px;
	line-height: 38px;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #434a54;
}
.thumb-description {
	position: relative;
	overflow: hidden;
}
.product-thumb .caption {
	padding: 0px;
	position: relative;
	text-align: -webkit-center;
	text-align: -moz-center;
}
.product-thumb .product-title {
	font-weight: normal;
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
}
.product-thumb .price {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #434a54;
	padding: 0px 15px;
	width: fit-content;
	width: -moz-fit-content;
	margin: 0;
}
.product-thumb .price-new {
	margin-right: 5px;
}
.product-thumb .price-old {
	font-weight: 500;
	text-decoration: line-through;
}
.product-thumb .thumb-description .caption p::after {
	content: "";
	height: 1px;
	left: 50px;
	max-width: 100%;
	padding: 0;
	position: absolute;
	right: 50px;
	top: auto;
	background-color: #434a54;
}
.product-thumb .rating,
.product-thumb .price-tax,
.product-thumb .thumb-description .addcart-left {
	display: none;
}
.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-carousel.owl-theme .owl-nav div{
	margin: 0;
	opacity:1;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #434a54;
	height: 25px;
	width: 25px;
	position: absolute;
	top: -65px;
	line-height: 25px;
    padding: 0;
}
.owl-carousel .owl-nav i {
	color: #434a54;
	font-size: 20px
}
.owl-carousel.owl-theme .owl-nav div:hover{
	background-color: #434a54;
	border: 1px solid #434a54;
}
.owl-carousel .owl-nav div:hover i{
	color: #fff;
}
.owl-carousel .owl-nav .owl-prev{
	left: auto;
	right: 45px;
}
.owl-carousel .owl-nav .owl-next{
	right: 15px;
}
/*----------------------------------------------*/
/* all product */
/*----------------------------------------------*/
.page-title h3 {
	background: #434a54;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 13px 29px;
	position: relative;
	text-transform: uppercase;
}
.page-title {
	border-bottom:  2px solid #434a54;
	display: block;
	position: relative;
}
/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.mblog .product-layout.col-xs-12 {
	padding: 0;
}
.product-block.blog-block.transition {
	background-color: #fff;
}
.blog-info .image ,.image-blog {
	position: relative;
}
.blog-block .image {
	background: #000000;
}
.blog-block:hover .image img {
	opacity: 0.6;
}
.link_info {
	text-align: center;
	padding: 30px 55px;
}
.link_info .blog-date {
	font-size: 18px;
	font-weight: bold;
}
.caption h4{
	margin: 18px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.blog-text {
	line-height: 25px;
	color: #777777;
}
.caption .blog-group {
	margin: 23px 0 0 0;
}
.link_info .blog-comment {
	font-weight: bold;
	display: inline-block;
}
.blog-read {
	margin-left: 20px;
}
.mblog .owl-nav .owl-next {
	right: 0;
}
.mblog .owl-nav .owl-prev {
	right: 30px;
}
.owl-item:nth-child(even) .blog-info{
	position: absolute;
	top:100%;
}
.blog-block:hover .hover-post::before {
	opacity: 1;
	left: 51%;
}
.blog-block:hover .hover-zoom::before {
	opacity: 1;
	right : 51%;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post:before{
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	height: 45px;
	display: block;
	line-height: 42px;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	top: 50%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	width: 45px;
	z-index: 2;
	border:1px solid #fff;
	transform: translate(0,-50%);
}
.blog-block .hover-zoom::before {
	content: "\f002";
	font-family: FontAwesome;
	right : 90%;
}
.blog-block .hover-post:before {
	content: '\f0c1';
	font-family: FontAwesome;
	left:  90%;
	line-height: 43px;
}
.blog-block .hover-post:hover:before, .blog-block .hover-zoom:hover:before {
	background: #434a54;
	border:1px solid #434a54;
}
/*----------------------------------------------*/
/* home page carousel */
/*----------------------------------------------*/
.carousel .swiper-viewport {
	margin: 0;
	background: transparent;
}
#carousel0 .swiper-slide img.img-responsive {
	opacity: 0.7;
}
#carousel0 .swiper-slide img.img-responsive:hover {	opacity: 1;}
.carousel .swiper-pager {top:60%;}

.carousel .swiper-viewport .swiper-pager .swiper-button-prev,
.carousel .swiper-viewport .swiper-pager .swiper-button-next {
	opacity: 1;
	height: 25px;
	width: 25px;
	left :0;
	border:1px solid #434a54;
	text-align: center;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-next {
	right:0;
	left: auto;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-prev {
	left :0;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-prev i,
.carousel .swiper-viewport .swiper-pager .swiper-button-next i {
	color: #000000;
	font-size: 20px;
	top:-9px;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-prev:hover i,
.carousel .swiper-viewport .swiper-pager .swiper-button-next:hover i{
	color: #fff;
}
/*----------------------------------------------*/
/* Mahardhi Category */
/*----------------------------------------------*/
.vertical-category-wrapper{
	position: relative;
	padding: 0;
	width: 100%;
}
.vertical-category > ul{
	display: block;
	padding: 6px 0;
	width: 100%;
	list-style: none;
	margin: 0;
}
ul.category-list > li {
	display: block;
	width: 100%;
}
ul.category-list > li a{
	padding: 5px 20px;
	display: block;
	width: 100%;
	color: #777777;
	position: unset;
	text-transform: capitalize;
}
ul.category-list > li:hover > a{
	color: #434a54;
}
ul.category-list > li > a{
	border-bottom: 1px solid #777777;
	padding: 14px 0;
}
ul.category-list > li:last-child > a{
	border: none;
}
ul.category-list > li{
	padding: 0 20px;
	cursor: pointer;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: #fff;
	border-color: #777777;
}
.category-list.nav>li>a:focus, .category-list.nav>li>a:hover {
	background-color: transparent;
}
@media (min-width: 992px) {
	#column-left ul.category-list .megamenu-dropdown.column3 > li > a,
	#column-right ul.category-list .megamenu-dropdown.column3 > li > a {
		font-weight: bold;
	}
	ul.category-list li.dropdown > a:after{
		content: "\f105";
		font-family: fontawesome;
		font-size: 16px;
		left: auto;
		position: absolute;
		right: 20px;
		z-index: 2;
	}
	ul.category-list li.dropdown .dropdown-wrapper a:after{
		display: none;
	}
	ul.category-list li .dropdown-menu{
		display: none;
		left: 100%;
		right: auto;
		margin: 0;
		padding: 8px 0;
		position: absolute;
		top: 0;
	}
	ul.category-list li:hover > .dropdown-menu{
		display: block;
	}
	ul.category-list .dropdown-menu.single-dropdown {
		min-width: 200px;
	}
	.dropdown-wrapper .megamenu-wrapper.column4 li{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		display: inline-block;
	}
	.dropdown-wrapper .megamenu-wrapper.column3 li{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		display: inline-block;
	}
	.dropdown-wrapper .megamenu-wrapper.column2 li{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		display: inline-block;
	}
	ul.category-list .megamenu-dropdown{
		float: left;
		padding: 0;
	}
	ul.category-list .megamenu-dropdown.column2{
		width: 360px;
	}
	ul.category-list .megamenu-dropdown.column3{
		width: 540px;
	}
	ul.category-list .megamenu-dropdown.column4{
		width: 760px;
	}
	.megamenu-dropdown.column2 > li{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		float: left;
	}
	.megamenu-dropdown.column3 > li{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		width: 33.333333%;
		float: left;
	}
	.megamenu-dropdown.column4 > li{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		width: 25%;
		float: left;
	}
	.megamenu-dropdown  li li{
		display: block;
		width: 100%;
	}
	ul.category-list .dropdown-menu li > a:hover{
		background: none;
		color: #222;
	}
	.dropdown-wrapper .megamenu-dropdown .dropdown-menu {
		position: inherit;
		display: block;
		min-width: inherit;
		border: none;
		left: inherit;
		right: inherit;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		width: 100%;
	}
	.dropdown-wrapper .megamenu-dropdown.column4 .dropdown-menu{
		display: none;
	}
}
@media (max-width: 991px) {
	.category-heading {
		background-color: #229ac8;
		background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
		background-repeat: repeat-x;
		border-color: #1f90bb #1f90bb #145e7a;
		min-height: 40px;
		border-radius: 4px;
		position: relative;
		margin-bottom: 20px;
		border: 1px solid transparent;
	}
	.category-heading span{
		float: left;
		padding-left: 15px;
		font-size: 16px;
		font-weight: 700;
		line-height: 40px;
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	}
	.category-heading .btn-navbar{
		font-size: 15px;
		font-stretch: expanded;
		color: #FFF;
		padding: 2px 18px;
		float: right;
		background-color: #229ac8;
		background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
		background-repeat: repeat-x;
		border-color: #1f90bb #1f90bb #145e7a;
	}
	ul.category-list li.dropdown > a:after{
		content: "\f067";
		font-family: fontawesome;
		font-size: 14px;
		left: auto;
		position: absolute;
		right: 8px;
		top: 8px;
		z-index: 2;
	}
	ul.category-list li.dropdown.open > a:after{
		content: "\f068";
	}
	ul.category-list li.dropdown .dropdown-wrapper a:after{
		display: none;
	}
	.category-list .dropdown-menu  ul.list-unstyled{
		padding: 0 15px;
	}
	.category-list .dropdown-menu  ul.list-unstyled .dropdown-menu{
		display: block;
		padding: 0;
		margin: 0;
	}
}
/*----------------------------------------------*/
/* column left */
/*----------------------------------------------*/
#column-left > div,
#column-right > div {
	margin-bottom: 30px;
}
#column-left  h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3{
	background-color: #434a54;
	padding: 17px 20px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	border-radius: 0;
	position: relative;
}
#column-left .box-content,
#column-left .banner,
#column-right .banner ,
#column-left .category-list,
#column-right .box-content,
#column-right .category-list {
	background-color: #fff;
}
/* all product box*/
#column-left .page-title h3,
#column-right .page-title h3 {
	display: block;
}
#column-left .page-title,
#column-right .page-title{
	margin: 0;
	border-bottom: unset;
}
#column-left .block_box,
#column-right .block_box {
	padding: 20px 0 0;
}
#column-left .row,
#column-right .row {
	margin: 0;
}
#column-left .product-thumb,
#column-right .product-thumb{
	margin: 0 0 20px;
}
#column-left .product-thumb:hover,
#column-right .product-thumb:hover{
	box-shadow: none;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
	float: left;
	width: 30%;
	margin-right: 5%;
}
#column-left .quickview-button,
#column-right .quickview-button,
#column-left .button-group,
#column-right .button-group,
#column-left  .sale-text,
#column-right  .sale-text,
#column-left .caption p::after,
#column-right .caption p::after{
	display: none;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
	float: left;
	width: 65%;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0px;
	text-align: left;
	position: relative;
	min-height: 70px;
}
#column-left  .product-thumb .product-title,
#column-right  .product-thumb .product-title{
	text-align: left;
	margin: 0;
	font-size: 11px;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price {
	color: #222;
	background: none;
	padding: 0;
	margin: 10px 0;
	top: 25px;
	position: absolute;
}
#column-left .product-thumb .thumb-description .addcart-left,
#column-right .product-thumb .thumb-description .addcart-left {
	display: none;
}
.product-thumb .thumb-description .addcart-left{
	background: none;
	color: #777777;
	border:none;
	padding: 0;
	position: absolute;
	bottom: 2px;
}
/* information */
.sidebar .list-unstyled,
.account-content .list-unstyled{
	padding: 10px 0;
}
.sidebar li,
.account-content .list-group a {
	padding: 5px 20px;
}
.sidebar li a{
	color: #777777;
}
.sidebar li a:hover{
	color: #434a54;
}
/* Testimonial */
.slideTestimonial {
	padding: 0 20px 50px;
	position: relative;
}
.testimonial-images {
	border-radius: 50%;
	position: relative;
}
.testimonial-box {
	display: inline-block;
	position: relative;
	text-align: center;
}
.testimonial-text {
	color: #777777;
	margin: 20px 0 28px;
}
.testimonial-name {
	margin-bottom: 15px;
}
.testimonial-author {
	padding-bottom: 5px;
	font-weight: bold;
}
.testimonial-name .subtext_cms a{
	color: #777777;
}
.slideTestimonial.owl-carousel .owl-nav .owl-prev {
	top: auto;
	left: 50%;
	margin-left: -30px;
}
.slideTestimonial.owl-carousel .owl-nav .owl-next {
	top: auto;
	right: 50%;
	margin-right: -30px;
}
/* category */
#selectMe-desk {
	padding: 10px 0;
}
.category-list .list-group-item {
	border: none;
	border-radius: 0;
	background-color: #fff;
	color: #000;
	line-height: 14px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #434a54;
	text-decoration: none;
	background-color: #fff;
	border-color: transparent;
}
.category-list .has-more-category .toggled {
	position: absolute;
	right: 20px;
}
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
	content: "\f068";
}
.child-categories { display: none; }
/* refine search */
.panel-default.filter{
	border:none;
}
.filter_box {
	padding: 10px 0;
}
.filter_box .list-group-item {
	border: none;
	padding: 0px 20px;
}
.filter_box a.list-group-item {
	color: #222;
	font-weight: bold;
	border: none;
	padding: 10px 20px;
	text-transform: capitalize;
}
.checkbox label, .radio label {
	color: #777777;
}
#filter .panel-footer {
	text-align: left;
	padding: 5px 20px 10px;
	background: #fff;
}
/*----------------------------------------------*/
/* newslatter */
/*----------------------------------------------*/
.sub_news {
	color: #999999;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0 25px;
	font-weight: normal;
	padding: 0 50px 0 20px;
}
.newsletter-wrapper .text-content {
	text-align: center;
	width: 100%;
	height: auto;
}
.newsletter-wrapper .title-text {
	color: #fff;
	font-size: 24px;
	z-index: 9;
	font-weight: 500;
	text-transform: uppercase;
}
.newsletter-wrapper .block-content{
	width: 100%;
	padding: 0 20px 20px 20px;
}
.subscribe-form {
	position: relative;
}
.newsletter-wrapper .block_content {
	float: left;
	width: 100%;
	padding: 0 20px 40px;
}
.newsletter-wrapper input.inputNew{
	border: 0 none;
	border: 1px solid #dddddd;
	font-family: "Montserrat",sans-serif;
	font-size: 14px;
	color: #999999;
	height: 45px;
	padding: 15px 55px 15px 15px;
	width: 100%;
}
.newsletter-wrapper .btn.button_mini{
	background: #434a54;
	border: none;
	font-weight: 700;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	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: 21%;
	font-size: 0;
}
.newsletter-wrapper .btn.button_mini::before{
	content: "\f1d9";
	font-family: "FontAwesome";
	font-size: 20px;
	position: relative;
	top: 0px;
	right: 6px;
}
/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.page_heading {
	background-color: #434a54;
	margin: 0 0 30px 0;
	padding: 0 20px;
}
h2.page_titles {
	z-index: 99999;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	float: left;
	margin: 15px 0;
	width: 50%;
}
.breadcrumb {
	margin: 0;
	padding: 15px 0;
	float: right;
	letter-spacing: 0.8px;
	color: #fff;
	font-size: 14px;
	border: none;
	background: #434a54;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.breadcrumb>li {
	display: inline-block;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb > li + li:before {
	content: "\00bb";
	font-family: 'FontAwesome';
	padding: 0;
	color: #ffffff;
	display: inline-block;
	margin: 0px 10px;
	font-size: 20px;
	font-weight: bold;
}
.breadcrumb i.fa.fa-home {
	vertical-align: bottom;
}
.pagination {
	margin: 0;
}
/*----------------------------------------------*/
/*Category page */
/*----------------------------------------------*/
#button-search {
	margin-bottom: 30px;
}
.row.cat_info {
	background: #fff;
	margin: 0px 0 30px;
	padding: 7px 0;
}
.cat_list_gird {
	float: left;
	width: auto;
}
#list-view.btn-default, #grid-view.btn-default {
	border: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	color: #bbbbbb;
	padding: 0;
	margin: 7px 0;
}
#list-view.btn-default {
	margin: 7px 0 7px 10px;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
	color: #222;
}
#list-view.btn-default .fa, #grid-view.btn-default .fa {
	font-size: 20px;
	line-height: 20px;
	vertical-align: top;
}
.com-total {
	float: left;
}
#compare-total.btn.btn-link {
	text-decoration: none;
	font-size: 16px;
	outline: none;
	padding: 5px 15px;
}
.cat-pagination-right {
	float: right;
	width: auto;
}
.cat-sort, .cat-show {
	float: left;
}
.text-right.show-text {
	padding: 0px 5px;
}
.text_sort {
	width: auto;
	padding: 0;
	font-size: 14px;
	margin-top: 6px;
}
.text_limit {
	margin: 6px 5px 0;
	padding: 0;
	width: auto;
	font-size: 14px;
}
.select-filter-sort, .select-filter-show {
	position: relative;
}
.cat-sort .form-control,
.cat-show .filter-selection .form-control,
.cat-pagination-right .limits-text {
	padding: 4px 12px;
	margin: 0;
	height: 35px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
select.form-control,
.form-control{
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.select-filter-show::after,
.select-filter-sort::after {
	font-family: 'fontawesome';
	content: '\f0d7';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-grid .description {
	display: none;
}
.product-list .product-thumb:hover .button-group,
.product-grid .pro_list {
	display: none;
}
/*product list page*/
.product-list .product-thumb .caption {
	text-align: left;
	overflow: hidden;
	padding-right: 15px;
}
.product-list .caption h4 {
	text-align: left;
	margin: 20px 0 15px;
}
.product-list .caption .product-title a {
	font-weight: bold;
}
.product-list .product-thumb .thumb-description .caption p::after{
	display: none;
}
.product-list .description {
	color: #777777;
}
.product-list .product-thumb .price {
	position: absolute;
	bottom: 0;
	color: #222;
	background-color: transparent;
	border: none;
	padding:0;
}
.product-list .product-thumb .rating {
	display: block;
	padding-bottom: 15px;
	margin: 15px 0 20px;
}
.pro_list {
	margin: 20px 0;
}
.pro_list button {
	text-transform: uppercase;
	font-weight: bold;
	background-color: transparent;
	border: 1px solid #222;
	padding: 9px 15px;
}
.pro_list button.addcart {
	background-color: #222;
	color: #fff;
}
.pro_list .wishlist,.pro_list .compare {
	padding: 9px 11px;
	margin-left: 5px;
}
.pro_list button:hover {
	background-color: #434a54;
	color: #fff;
	border-color: #434a54;
}
.product-list .pro_description {
	text-transform: none;
	color: #999999;
}
.product-grid .pro_list {
	text-align: center;
}
.product-grid .pro_description {
	display: none;
}
.fa-stack {
	font-size: 8px;
}
.fa-star-o:before {
	content: "\f005";
}
.fa-star-o {
	color: #cccccc;
	font-size: 15px;
}
.fa-star {
	color: #FC0;
	font-size: 15px;
}
.fa-star + .fa-star-o {
	color: #ffc315;
}
.row.pro_pagination{
	margin: 0 0 30px;
	padding: 10px 0px;
	clear: left;
	background: #fff;
}
.pro_pagination .text-left {
	line-height: 30px;
	float: left;
}
.pagination {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.pagination>li>a:last-child {
	border-radius: 0px;
}
.pagination>li>a,
.pagination>li>span {
	background-color: transparent;
	color: #222;
	float: left;
	line-height: 30px;
	margin-left: 10px;
	padding: 0px 12px;
	position: relative;
	text-decoration: none;
	border-radius: 0px;
	border: 1px solid #222;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background: #222;
	color: #fff;
	cursor: pointer;
	z-index: 2;
	border-radius: 0px;
}
.pagination>li:last-child>span {
	border-radius: 0;
}
/*----------------------------------------------*/
/* Product page */
/*----------------------------------------------*/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #dddddd;
}
.thumbnails > img {
	width: 100%;
}
#additional-carousel {
	padding: 0px 25px;
}
.image-additional a {
	margin: 0 15px;
	display: block;
}
#additional-carousel .owl-nav .owl-prev,
#quick-carousel .owl-nav .owl-prev{
	left:0;
}
#additional-carousel .owl-nav .owl-next,
#quick-carousel .owl-nav .owl-next{
	right:0;
}
#product-page .owl-nav div,
.quickview-container #quick-carousel .owl-nav div {
	top:40px;
}
#product-page .related-products-block .owl-nav div{
	top:-65px;
}
#product-page .col-sm-12 {
	padding: 0;
}
#product-page #content h2 {
    font-size: 20px;
}
.right_info h1,
.quick-product-right h1{
	font-size: 18px;
	color: #222;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 15px 0;
}
.rating .product-rating,
.rating > a {
	margin-right: 15px;
	float: left;
}
.right-info ul.list-unstyled li,
.right-info .rating a,
.quick-product-right .rating a {
	color: #777777;
}
.rating .fa-pencil {
	color: #222;
	font-weight: 500;
	padding-right: 5px;
}
.right-info ul.list-unstyled li b,
.tab-pane h3,
.tab-pane b {
	color: #222;
	font-weight: 500;
}
.right-info ul.list-unstyled li.stock-info,
.quick-product-right ul.list-unstyled .stock-info {
	color: #434a54;
}
.pro_price {
	font-size: 24px;
	font-weight: bold;
	color: #434a54;
	line-height: 30px;
}
.product-options h3 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
}
.right_info .control-label {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #222;
}
.control-label.qty {
	float: left;
	margin: 0px 10px 0 0;
	line-height: 40px;
}
#input-quantity {
	border-radius: 0;
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 60px;
	box-shadow: none;
}
button.pro_wish,
button.pro_comper {
	background: transparent;
	box-shadow: unset;
	border: unset;
	color: #777777;
	padding: 0;
}
.pro_wish {
	margin-right: 15px;
}
button.pro_wish:hover,
button.pro_comper:hover {
	color: #434a54;
}
#form-review .form-group.required {
	margin: 0;
}
.right_info hr {
	border-color: #cccccc;
}
.tab-content #tab-description {
	color: #777777;
}
#product-page .tab-content {
	padding: 25px 0 50px;
}
#product-page #tab-description ul:last-child,
#product-page #tab-specification .table {
	margin: 0;
}
a.thumbnail {
	padding: 0;
	border: none;
}
/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
#product-page .col-sm-6{
	margin-bottom: 50px;
}
#category-blogs #content .product-thumb {
	background: none;
	margin-bottom: 50px;
}
#category-blogs .product-thumb:hover{
	box-shadow: none;
}
.blog-category .blog-date {
	position: absolute;
	top: 0;
	background: #434a54;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
}
#category-blogs .product-thumb h4,
h4.article-page-title {
	margin: 20px 0 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.caption-blog  p,
.info_blog p,
.singblog-description{
	color: #777777;
	line-height: 25px;
	margin: 0;
}
/* artical blog*/
#content-blogs .thumbnails .thumbnail {
	border: unset;
	margin: 0;
	padding: 0;
}
#post_comment .leave-hedding, .comment_cust .leave-hedding {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
}
#post_comment #commnt_form.form-horizontal .control-label {
	text-align: left;
}
#post_comment {
	margin-bottom: 30px;
}
.comment_cust h4 {
	margin-bottom: 20px;
}
.commentlist ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.commentlist ul li:last-child {
	padding-bottom: 0;
}
.commentlist ul li {
	padding-bottom: 25px;
}
.comment_cust .comment-text .user_img {
	float: left;
	height: 60px;
	width: 60px;
	background-color: #d5d5d5;
	text-align: center;
	line-height: 65px;
}
.comment_cust .comment-text .user_img i {
	font-size: 24px;
}
.comment_cust .comment-desc {
	padding-left: 80px;
	line-height: 25px;
	letter-spacing: 0.5px;
}
.comment_cust .comment-desc .name {
	margin-right: 10px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}
.comment_cust .comment-desc .date {
	color: #777777;
}
/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert {
	padding: 10px 20px 10px 15px;
	text-align: center;
	z-index: 999;
	border-radius: 0;
	border: none;
	width: 100%;
	position: relative;
}
.alert.alert-success {
	position: absolute;
	left: 0;
	top: 0px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	color: #222;
	border: none;
	font-size: 24px;
	opacity: 1;
	right: 10px;
	font-weight: 500;
	top: 0;
	line-height: 40px;
	position: absolute;
}
.article-container .alert,
.newsletter-content .alert.alert-success,
.newsletterblock .alert.alert-success,
#tab-review .alert.alert-success{
	position: relative;
}
.newsletter_banner .alert {
	margin: 15px auto 0;
}
/*----------------------------------------------*/
/* buttons */
/*----------------------------------------------*/
.buttons {
	margin: 1em 0;
}
#tab-review .buttons {
	margin: 1em 0 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;}

.btn-lg {
	padding: 10px 16px;
	font-size: 16px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary {
	width: auto;
	border: none;
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #222;
	text-decoration: none;
}
#cart .text-right .addtocart-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:hover,
#cart .text-right .checkout-btn:focus,
.btn-default:hover, .btn-primary:hover,
.btn-primary:active,.btn-default:active,
.btn-primary.active,.btn-default.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.active.focus, .btn-default.active.focus,
.btn-primary.active:focus, .btn-default.active:focus,
.btn-primary.active:hover, .btn-default.active:hover,
.btn-primary:active.focus, .btn-default:active.focus
.btn-primary:active:focus, .btn-default:active:focus,
.btn-primary:active:hover, .btn-default:active:hover,
.btn-default.focus,
.btn-default:focus
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover{
	background: #434a54;
	border-color: #434a54;
	color: #fff;
}

.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-repeat: repeat-x;
}
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding: 10px 12px;
}
.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-repeat: repeat-x;
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-repeat: repeat-x;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #222;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-repeat: repeat-x;
	border-color: #222 #222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222;
}
/* list group */
.list-group a {
	border: none;
	color: #777777;
	padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #434a54;
	background: #fff;
}
/*----------------------------------------------*/
/* footer */
/*----------------------------------------------*/
footer {
	margin-top: 50px;
	background-color: #434a54;
	color: #fff;
}
.common-home footer {
	margin-top: 0;
}
.footer-top {
	padding: 80px 0;
	border-bottom: 1px solid #fff;
}
footer .col-sm-2,
footer .col-sm-3:not(:last-child) {
	height: 245px;
}
footer a {
	color: #fff;
}
footer a:hover,
footer a:focus {
	color:#eee;
}
footer h5 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-top: unset;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
}
footer .col-sm-2 a{
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
	line-height: 30px;
}
footer .col-sm-2 a:hover{
	margin-left: 5px;
}
/* footer left */
footer .position-footer-left ul p {
	line-height: 29px;
	margin: 20px 0 20px;
}
li.social_block {
	display: inline-block;
	margin-right: 8px;
}
.block-social li a {
	background: #eeeeee;
	border-radius: 15px;
	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;
}
.social_block a i {
	line-height: 30px;
    color: #777777;
}
.social_block a:hover i {
	color: #fff;
}
.facebook.social_block a:hover {
	background: #3B5998;
}
.twitter.social_block a:hover {
	background: #55ACEE;
}
.g-plus.social_block a:hover {
	background: #dd4b39;
}
.linkdin.social_block a:hover {
	background: #0077B5;
}
.instagrm.social_block a:hover {
	background: #125688;
}
/* footer right */
.footer-top .position-footer-right ul li {
	padding-left: 25px;
	position: relative;
	line-height: 30px;
}
.footer-top .position-footer-right ul li.footer_payment{
	padding: 0;
}
.position-footer-right li i {
	position: absolute;
	left: 0;
	line-height: inherit;
	color: #fff;
}
.footer_payment {
	margin-top: 20px;
}
/* footer bottom*/
footer .footer_bottom p {
	text-align: center;
	margin: 0;
	font-weight: bold;
	padding: 20px 0;
}
.toggled.active .fa-chevron-down:before {
	content: "\f077";
}
/*----------------------------------------------*/
/* other 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 .dropdown-menu .table>tbody>tr>td,
#account-address .table>tbody>tr>td{
	vertical-align: top;
}
#product-search #content .row .col-sm-4,
#product-search #content .row .col-sm-3 {
    margin-bottom: 10px;
}
#content > h3{
	margin-top: 0;
}
h2.page_title {
	font-weight: bold;
	margin-bottom: 15px;
}
#account-address h2.page_title,
#account-wishlist h2.page_title,
#account-download h2.page_title{
	display: none;
}
/* contact */
#information-contact .panel-body .col-sm-3 {
	float: left;
	width: 100%;
	padding: 15px;
	line-height: 25px;
}
.panel{
	border-radius: 0;
}
#information-contact .panel-body {
	padding: 0 15px;
}
/*account*/
#account-account h2.page_title {
	color: #222;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	display: block;
}
#account-account #content ul {
	margin-bottom: 20px;
}
/*----------------------------------------------*/
/* checkout-cart */
/*----------------------------------------------*/
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
#accordion .panel-body .btn-primary {
	font-size: 14px;
}
.checkout-cart .input-group.btn-block .form-control {
	width: 45px;
	text-align: center;
}
.checkout .input-group .form-control {
	z-index: 1;
	background: #fff;
}
.cart_input_block.input-group {
	display: inline-block;
	width: auto;
}
.checkout .btn-danger {
	padding: 10px 12px;
}
/*----------------------------------------------*/
/* compare Page */
/*----------------------------------------------*/
#product-compare .table-bordered {
	display: inherit;
	overflow: auto;
	border: 0px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 0;
}
.table>thead>tr>td, .table>thead>tr>th {
	font-weight: 500;
	 color: #222;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}
.table>tbody+tbody{
	border: none;
}
.product-compare .btn-primary {
	margin: 5px 0 5px;
}
/*----------------------------------------------*/
/*manufacture page */
/*----------------------------------------------*/
#product-manufacturer #content p> a {
	color: #6a3212;
}
.page_title:hover {
	color: #000000;
}
.manufacturer-list {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	padding: 5px;
}
.manufacturer-heading {
	background: #e2e2e2;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}
.manufacturer-content {
	padding: 8px;
}
#product-compare .table {
	display: inline-block;
	overflow-x: scroll;
}
#information-sitemap #content li > a {
	line-height: 28px;
}
/*----------------------------------------------*/
/* back to top */
/*----------------------------------------------*/
.scrollToTop i {
	color: #fff;
	font-size: 20px;
	padding: 2px;
}
.scrollToTop {
	font-size: 14px;
	position: fixed;
	right: 15px;
	bottom: 20px;
	font-weight: bold;
	z-index: 95;
	border:1px solid #fff;
	background-color: #434a54;
	height: 40px;
	padding: 5px 11px;
	width: 40px;
}
.back-to-top:hover {
	background-color: #fff;
	border-color: #222;
}
.back-to-top:hover i{
	color: #000000;
}
@media (min-width: 641px) {
	.product-list .product-thumb .image {
		float: left;
		margin-right: 30px;
	}
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
@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(2n+1) {
		clear:left;
	}
	#content, #column-left, #column-right {
		width: 100%;
	}
	#menu #category {
		display: block !important;
	}
	#menu .navbar-toggle {
		display: block;
	}
	#menu .navbar-header {
		float: none;
	}
	.footer-top .col-sm-3 {
		width: 100%;
	}
}
/* mahardhi */
@media (max-width: 991px) {
	.static{
		display: none;
	}
	.box-category h3.toggled {
		margin: 5px 0px;
	}
	#selectMe-desk {
		display: none;
	}
	#topCategoryList {
		display: none;
		position: absolute;
		width: 100%;
		background-color: #222;
		z-index: 99999;
		padding: 5px 0;
	}
	#menu #topCategoryList ul {
		float: none;
		display: block;
		text-align: left;
		margin: 0;
	}
	#topCategoryList ul li {
		float: none;
		display: block;
	}
	#topCategoryList li .toggle-menu {
		position: absolute;
		right: 20px;
		color: #fff;
		top: 10px;
	}
	#topCategoryList li.sub-menu-item .toggle-menu {
		top: 0px;
		right: 20px;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
		float: none;
		background-color: transparent;
		border: none;
		box-shadow: none;
		display: none;
		padding: 0;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
		display: block;
		margin-left: 15px;
	}
	#menu #topCategoryList .dropdown-inner a {
		color: #fff;
		padding: 5px 20px;
		display: block;
	}
	#topCategoryList .dropdown-submenu > .fa {
		display: none;
	}
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none;
		position: relative;
		left: auto;
		border: none;
		background-color: transparent;
		padding: 0;
		width: auto;
		margin: 0 0 0 15px;
		box-shadow: none;
	}
	#menu .dropdown-inner, #navCategory .dropdown-inner {
		display: block;
	}
}
/* 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 mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 40px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
/* Menu */
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
	position: relative;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
    right: 15px;
    top: 8px;
}
#menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
	position: absolute;
	display: none;
	width: 180px;
	left: 100%;
	top: 0px;
	padding: 10px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
	display: block;
}

#menu .navcol-menu:not(.column-1) .dropdown-inner li.dropdown-submenu {
	padding-bottom: 5px;
}
#menu .navcol-menu:not(.column-1) .dropdown-inner li a {
	font-size: 13px;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	.newsletter-wrapper .btn.button_mini::before{
		right: 6px;
	}
}
@media only screen and (max-width: 1199px){
	.furniture-banners .furniture-banner1 .hover_content {
		right: 15px;
	}
	.furniture-banners .furniture-banner1 .hover_content {
		top: 25%;
	}
	.furniture-banner-outer .hover_content {
		top: 18%;
	}
	.banner-inner .hover_content .title{
		font-size: 20px;
	}
	.newsletter-wrapper .btn.button_mini::before{
		right: 12px;
	}
	.sub_news{
		padding: 0 20px;
	}
	.link_info {
		padding: 20px 20px;
	}
}
@media only screen and (max-width: 991px){
	#logo img{
		max-width: unset;
	}
	#menu .navbar-header {
		margin-top: 15px;
	}
	.banner-inner1:hover:before {
		box-shadow: none;
	}
	.furniture-banners .furniture-banner1 .hover_content {
		right: 75px;
	}
	.furniture-banners .furniture-banner1 .hover_content {
		top: 26%;
	}
	.furniture-banner-outer .hover_content {
		top: 20%;
	}
	#menu .nav > li > a {
		color: #fff;
		font-weight: 500;
		padding: 10px 20px;
	}
	#menu .dropdown-inner li a:hover,
	#navCategory .dropdown-inner li a:hover,
	#menu .nav > li > a:hover,
	#menu .nav > li.open > a {
		color: #fff;
	}
	#menu .dropdown-inner a {
		padding: 5px 27px;
		font-weight: 500;
		font-size: 14px;
		line-height: 28px;
	}
	.product-thumb .button-group{
		opacity: 1;
		right: 10px;
	}
	#topCategoryList #more_cat,
	.product-list .button-group,
	#column-left .main-category,
	#column-right .main-category,
	#column-left .category-list,
	#column-right .category-list,
	#column-left .swiper-viewport,
	#column-right .swiper-viewport,
	.product-thumb .quickview-button {
		display: none;
	}
	.toggled .toggle-open {
		position: absolute;
		right: 15px;
	}
	#column-left,
	#column-right{
		width: 100%;
	}
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image {
		width: auto;
		margin-right: 3%;
	}
	#column-left .product-thumb > .thumb-description,
	#column-right .product-thumb > .thumb-description {
		width: 60%;
	}
	.newsletter-wrapper .btn.button_mini::before {
		right: 0px;
	}
	.newsletter-wrapper .toggle-open,
	.footer_payment .toggle-open,
	.block-social .toggle-open{
		display: none;
	}
	.footer-top {
		padding: 35px 0 30px;
	}
	footer .col-sm-2,
	footer .col-sm-3:not(:first-child) {
		border-left: none;
	}
	footer .col-sm-2,
	footer .col-sm-3:not(:last-child) {
		height: auto;
		border:none;
	}
	footer .col-sm-2 {
		width: 100%;
	}
	footer h5 {
		position: relative;
		margin: 10px 0 15px;
	}
	footer {
		margin-top: 30px;
	}
	.show-select,
	.text-right.show-text{
		display: inline-block;
	}
	.blog-block .hover-post:before {
		opacity: 1;
		left: 51%;
	}
	.blog-block .hover-zoom:before {
		opacity: 1;
		right: 51%;
	}
	.common-home aside{
		margin-top: 0;
	}
	.row.pro_pagination{
		margin-bottom: 0;
	}
	aside{
		margin-top: 50px;
	}
	.position-footer-left ul.list-unstyled {
		display: block!important;
	}
	footer .position-footer-left ul p {
		margin: 10px 0 20px;
	}
	.position-footer-left {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 768px)  {
	.furniture-banners .furniture-banner2 .hover_content .shop-now {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 767px)  {
	.banner-inner .shop-now a{
		padding: 10px 19px;
	}
	.hover_content .desc-text::after {
		bottom: 52px;
	}
	.furniture-banner-outer .furniture-banner2 .hover_content {
		left: 20px;
	}
	.furniture-banners .furniture-banner1 .hover_content {
		right: 30px;
	}
	.row.cat_info { padding: 10px 0 15px;}
	.cat-pagination-right {
		float: left;
		width: 100%;
		margin: 15px 0 0;
		padding-left: 10px;
	}
	.product-img {
		width: 450px;
		margin: 0 auto;
	}
	h2.page_titles {
		float: none;
		text-align: center;
		width: 100%;
		margin: 19px 0 5px;
	}
	.breadcrumb {
		float: none;
		text-align: center;
		padding: 6px 0px 15px;
	}
	.breadcrumb > li {
		float: unset;
		vertical-align: top;
	}
	#account-register aside {
		margin-top: 100px;
	}
	.position-footer-left {
		margin-bottom: 25px;
	}
}
@media (max-width: 679px) and (min-width: 425px){
	.product-layout.col-sm-4.col-xs-4 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px){
	.checkout-cart .input-group.btn-block .form-control {margin: 0 0 5px;}
}
@media only screen and (max-width: 640px){
	#top .col-sm-4.col-xs-4:first-child {
		display: none;
	}
	#top .col-sm-4.col-xs-4{
		width: 50%;
	}
	.contact{
		display: none;
	}
	#logo {
		float: left;
	}
	header .service-box {
		padding-top: 15px;
	}
	header .col-sm-4 {
		width: 100%;
		padding: 15px;
	}
	.furniture-banners .furniture-banner2 img{
		width: auto;
	}
	.furniture-banners .col-xs-8,
	.furniture-banners .col-xs-4,
	.furniture-banner-outer .col-xs-6{
		width: 100%;
		margin: auto;
		right: 0;
		left: 0;
		text-align: center;
	}
	.furniture-banners .col-xs-8.furniture-banner1,
	.furniture-banner-outer .col-xs-6.furniture-banner1{
		margin-bottom: 20px;
	}
	.furniture-banners .furniture-banner1 .hover_content {
		top: 30%;
	}
	.furniture-banners .furniture-banner1 .hover_content {
		right: 50px;
	}
	.furniture-banner-outer .hover_content {
		top: 35%;
	}
	.furniture-banner-outer .furniture-banner1 .hover_content {
		right: 10%;
	}
	.furniture-banner-outer .furniture-banner2 .hover_content {
		left: 10%;
	}
	.product-list .product-thumb .image,
	.product-list .thumb-description.clearfix {
		float: left;
	}
	.product-list .thumb-description.clearfix {
		width: 100%;
	}
	.product-list .product-thumb .caption {
		padding: 0 20px;
	}
	.pro_list {
		margin: 20px 0 20px 20px;
	}
	.link_info {
		padding: 30px 20px;
	}
}
@media only screen and (max-width: 500px){
	.furniture-banners .furniture-banner1 .hover_content {
		right: 25px;
	}
	.furniture-banners .furniture-banner1 .hover_content,
	.furniture-banner-outer .hover_content {
		top: 28%;
	}
	#product-page .nav-tabs li{
		width: 100%;
		float: unset;
		text-align: center;
	}
	#product-page .nav-tabs li a{
		margin: 0;
	}
	.comment_cust .comment-desc {
	padding-left: 0;
	float: left;
	padding-top: 15px;
	width: 100%;
	}
}
@media only screen and (max-width: 480px){
	.cat-sort {
		margin-bottom: 15px;
		width: 100%;
	}
	.row.pro_pagination {
		padding: 9px 0 15px;
	}
	.row.pro_pagination, .pro_pagination .text-right {
		width: 100%;
		float: none;
		text-align: center;
		height: auto;
	}
	.pro_pagination .text-left {
		margin-bottom: 5px;
		float: unset;
		text-align: center;
	}
	.product-img {
		margin: 0 auto;
		width: 340px;
	}
	.hover_content .desc-text {
		padding: 0;
	}
}
@media only screen and (max-width: 425px){
	#cart .dropdown-menu {
		width: 290px;
	}
	.furniture-banners img {
		width: 100%;
	}
	.furniture-banners .furniture-banner1 .hover_content {
		right: 15px;
	}
	.furniture-banners .furniture-banner1 .hover_content{
		top: 20%;
	}
	.furniture-banner-outer .hover_content {
		top: 25%;
	}
	.furniture-banners .furniture-banner2 .hover_content .shop-now {
		margin-top: 20px;
	}
	.furniture-banner-outer .furniture-banner1 .hover_content {
		right: 5%;
	}
	.furniture-banner-outer .furniture-banner2 .hover_content {
		left: 5%;
	}
	.furniture-banner-outer img {
		width: 100%;
	}
	.product-tab-block .nav-tabs>li>a {
		padding: 10px 15px;
	}
	#account-register aside{
		margin-top: 120px;
	}
}
@media (max-width: 424px){
	.product-layout.col-sm-4.col-xs-4{
		width: 100%;
	}
}
@media only screen and (max-width: 375px){
	#logo img {
		max-width: 100%;
	}
	#logo {
		margin: 32px 0;
	}
	#cart .dropdown-menu,
	#search .box-content {
		right: -40px;
	}
	header .col-sm-4 {
		padding: 15px 0;
	}
	.product-tab-block .nav-tabs>li>a {
		padding: 8px 5px;
	}
	.banner-inner .hover_content .title {
		font-size: 18px;
	}
	.product-img {
		margin: 0 auto;
		width: 300px;
	}
	.rating .product-rating {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	.link_info {
		padding: 20px 20px;
	}
	#cart .text-right .addtocart-btn,
	#cart .text-right .checkout-btn,
	.btn-default,
	.btn-primary{
		padding: 10px 15px;
	}
	.furniture-banner-outer .hover_content {
		top: 20%;
	}
	.furniture-banners .furniture-banner1 .hover_content {
		top: 18%;
	}
}
@media only screen and (max-width: 320px) {
	.furniture-banners .furniture-banner1 .hover_content {
		top: 10%;
	}
	.furniture-banner-outer .hover_content {
		top: 15%;
	}
}

.icon {
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    fill: #141414;
}
