body {
	margin: 0;
	padding: 0;
	color: #574a42;
	font-family: 'roboto','sans-serif';
}
p {
	font-size: 16px;
}
a, a:hover, a:focus {
	outline: none;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	color: #574a42;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
}


/* ========= common css rule ========== */
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/OpenSans.html');
}
@font-face {
	font-family: 'roboto';
	src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'luma-icons';
	src: url('../fonts/Luma-Icons.woff');
}
@font-face {
	font-family: 'luma-icons';
	src: url('../fonts/Luma-Icons.woff2');
}
.mar-auto {
	margin-left: auto;
	margin-right: auto;
}
.mar-b-0 {
	margin-bottom: 0;
}
.pad-lr-0 {
	padding-left: 0;
	padding-right: 0;
}
.pad-l-60 {
	padding-left: 60px;
}
.paddingB-30 {
	padding-bottom: 30px !important;
}
.paddingB-60 {
	padding-bottom: 60px !important;
}
.bg-dark {
	background-color: #424242;
}
.bg-light {
	background: -webkit-linear-gradient(-45deg, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(194,194,194,1) 0%, rgba(212,212,212,1) 50%, rgba(232,232,232,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(194,194,194,1) 0%, rgba(212,212,212,1) 50%, rgba(232,232,232,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(194,194,194,1) 0%, rgba(212,212,212,1) 50%, rgba(232,232,232,1) 100%);
	background: linear-gradient(135deg, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(194,194,194,1) 0%, rgba(212,212,212,1) 50%, rgba(232,232,232,1) 100%);
}
.bg-light-blue {
	background-color: #cde1eb;
}
.row-eq-height {
	display: flex;
}
.row-eq-height > [class*='col-'] {
	display: inline-flex;
}
.row.gutter-0 {
	margin-left: 0;
	margin-right: 0;
}
.gutter-0 > [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}
.row.gutter-5 {
	margin-left: -5px;
	margin-right: -5px;
}
.gutter-5  [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}
.btn-brd-blue {
	border-color: #A2C7DA !important;
	color: #6A7071 !important;
}
.brd-top-btm {
	border-top: 1px solid #C4C7C6;
	border-bottom: 1px solid #C4C7C6;
}
.full-width {
	width: 100%;
}
.vertical-middle {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.vertical-middle > [class*='col-'] {
	display: table-cell;
	vertical-align: middle;
}
.eq-height {
	overflow: hidden;
}
.eq-height > [class*='col-'] {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
input::-webkit-input-placeholder {
	color: #424242 !important;
}
input::-moz-placeholder {
	color: #424242 !important;
}
input:-ms-input-placeholder {
	color: #424242 !important;
}
input:-moz-placeholder {
	color: #424242 !important;
}
textarea::-webkit-input-placeholder {
	color: #424242 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
	color: #424242 !important;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #424242 !important;  
}
textarea:-ms-input-placeholder {  
	color: #424242 !important;  
}
.text-italic {
	font-style: italic;
}
.text-cursive {
	font-family: 'GreatVibes';
}


.header.content .logo img {
	width: 300px;
}
.page-header {
	margin-top: 0;
	padding-bottom: 0;
}
.page-header .panel.wrapper {
	border-radius: 0;
	background-color: #e6e6e6;
	margin-bottom: 0;
}
.page-header .header.panel {
	margin-bottom: 0;
}
.panel.header {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.header.links .greet.welcome:before {
	content: '';
	background: none;
}
.header-menu {
	float: left;	
}
.header-socials.socials {
	float: right;
}
.header-socials.socials ul,.header-socials.socials ul li {
	margin-bottom: 0;
}
.header-socials.socials ul li a {
	display: block;
	color: #574a42;
	width: 26px;
	height: 26px;
	text-align: center;
	border: 1px solid #574a42;
	border-radius: 100px;
}
.header-socials.socials ul li a i {
	padding: 5px 0;
}
.header-socials.socials ul li a:hover {
	background: #99cb38;
	border: 1px solid #99cb38;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
	display: block;
}
.minicart-wrapper .action.showcart .counter.qty {
	background: transparent;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #574a42;
}
.nav-header {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}
.nav-header {
	background: #574a42;
}
.nav-sections,.navigation {
	/*background: transparent;*/
	background: #574a42;
	margin-bottom: 0;
}
.nav-sections-item-content>.navigation {
	display: inline-block;
	width: auto;
}
.navigation .level0>.level-top {
	color: #fff;
	font-family: 'roboto';
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	letter-spacing: 1px;
	padding: 6px 15px;
}
.navigation .level0>.level-top:hover {
	color: #99cb38;
}
.nav-sections-item-content>* {
	display: block;
}
.search-icon {
	float: right;
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
	width: 70px;
	height: 47px;
	padding-right: 0px;
	margin-top: 6px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.block.block-search {
	display: none;
}
/*.block-search .control {
	position: absolute;
	top: 60px;
	right: 20px;
	}*/
	.block-search input {
		height: 50px;
		width: 300px;
		padding-left: 15px;
	}
	.block-search .actions {
		position: absolute;
		top: 12px;
		right: -15px;
		width: 20px;
		height: 32px;
	}
	.main-slider .owl-theme .owl-dots {
		display: none;
	}
	.main-slider .owl-theme .owl-nav {
		margin-top: 0;
	}
	.main-slider .owl-theme .owl-nav [class*=owl-] {
		background: transparent;
		text-indent: -99999px;
		position: absolute;
		top: 45%;
		background-repeat: no-repeat;
		width: 60px;
		height: 60px;
	}
	.main-slider .owl-theme .owl-nav .owl-prev {
		background-image: url(../images/left-arw.png);
		left: 20px;
	}
	.main-slider .owl-theme .owl-nav .owl-next {
		background-image: url(../images/right-arw.png);
		right: 20px;
	}
	.about-us {
		text-align: center;
	}

	.index-home .page-main {
		max-width: none;
		padding: 0;
	}
	.home-featuredproduct  {
		background: #ededed;
	}
	/*.cms-home #slider-1 .owl-item img {

		height: 47vw;
	}*/
	.featuredproduct.common-slider .product-item {
		width: 100% !important;
		margin-bottom: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.featuredproduct.common-slider .product-item-info {
		width: 100%;
	} 
	.featuredproduct.common-slider .products {
		margin-left: 0;
		margin-right: 0;
	}
	.featuredproduct.common-slider .product-image-wrapper {
		height: auto;
	}
	.featuredproduct.common-slider .owl-carousel .owl-item img {
		position: initial;
	}
	.featuredproduct.common-slider .product-item-info:hover {
		padding: 0 0 25px;
		margin: 0;
		box-shadow: none;
		background: initial;
		border: 0;
	}
	.featuredproduct.common-slider .owl-theme .owl-nav [class*=owl-] {
		background: transparent;
		text-indent: -99999px;
		position: absolute;
		top: 25%;
		background-repeat: no-repeat;
		width: 46px;
		height: 46px;
	}
	.featuredproduct.common-slider .owl-theme .owl-nav .owl-prev {
		background-image: url(../images/pslider-left.png);
		left: -20px;
	}
	.featuredproduct.common-slider .owl-theme .owl-nav .owl-next {
		background-image: url(../images/pslider-right.png);
		right: -20px;
	}
	.featuredproduct.common-slider .product-item-info .actions-secondary a.tocompare {
		position: relative;
	}
	.featuredproduct.common-slider .product-item-actions .actions-primary {
		float: left;
	}
	.featuredproduct.common-slider .product-item-actions .actions-primary + .actions-secondary {
		float: right;
		width: auto;
	}
	.featuredproduct.common-slider .product-item-info .actions-secondary a.tocompare {
		background: url(../images/sprite.png) no-repeat scroll -12px -523px transparent !important;
	}
	.featuredproduct.common-slider .product-item-info .actions-secondary a.towishlist {
		background: url(../images/sprite.png) no-repeat scroll -18px -474px transparent !important; 
		border: none;
	}
	.featuredproduct.common-slider .product-item-actions .actions-primary + .actions-secondary > .action {
		margin-left: 0px;
		line-height: 33px;
		width: 32px;
		height: 36px;
		vertical-align: middle;
		margin-right: -2px;
		background: transparent;
		color: #574a42;
		border: 1px solid transparent;
		display: inline-block;
	}
	.featuredproduct.common-slider .product-item-actions .actions-secondary > .action:before {
		content: '';
	}
	.featuredproduct.common-slider .product-item .tocart {
		background: url(../images/sprite.png) no-repeat scroll -22px -416px transparent;
		border-color: transparent;
		padding: 10px 15px 10px 27px;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		color: #574a42;
	}
	.featuredproduct.common-slider .product-item-actions {
		float: left;
		width: 100%;
		border-top: 1px solid  #99cb38;
		margin-top: 7px;
		padding-top: 3px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
	}
	.featuredproduct.common-slider .product-item .price-box {
		margin-bottom: 0;
		margin-top: 5px;
		color: #99cb38;
		line-height: normal;
	}
	.featuredproduct .price-container .price {
		font-size: 25px;
	}
	.featuredproduct.common-slider .product-item-name {
		margin-bottom: 0;
		font-size: 24px;
		color: #574a42;
	}
	.featuredproduct.common-slider .owl-theme .owl-nav {
		margin: 0;
	}
	.featuredproduct.common-slider .owl-dots {
		display: none;
	}
	.featuredproduct.common-slider.products {
		margin-bottom: 0;
	}
	.page-row {
		display: inline-block;
		width: 100%;
	}
	.home-img img.img-leftbanner {
		width: 100%;
	}
	.page-row [class*='col-'] {
		padding: 0;
	}
	.home-staticinner  {
		text-align: center;
		background: #574a42;
	}
	.home-staticinner-desc {
		padding: 42px 30px;
		max-height: 283px;
	}
	.home-staticinner-desc h3 {
		font-size: 34px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 20px;
	}
	.home-staticinner-desc p {
		color: #fff;
		height: 68px;
		overflow: hidden;
	}
	.more {
		background: #99cb38;
		color: #fff;
		text-transform: uppercase;
		font-size: 20px;
		padding: 8px 20px;
		display: inline-block;
		margin-top: 20px;
	}
	.more:hover,.more:visited, .morelink:visited {
		color: #fff;
	}
	.latestBlock {
		background: #ebebeb;
		text-align: center;
	}
	.latestBlockDesc {
		padding: 30px;
	}
	.latestBlockDesc h2 {
		font-size: 24px;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.btn-yellow {
		background: #99cb38;
		color: #fff;
		text-transform: uppercase;
		font-size: 20px;
		padding: 8px 20px;
		display: inline-block;
		margin-top: 20px;
		border-radius: 0;
	}
	.btn-yellow:hover,.btn-yellow:visited {
		color: #fff;
	}
	.page-footer {
		background: #574a42;
		margin-top: 0px;
		padding-bottom: 0px;
	}
	.footer-middle-outer {
		padding: 80px 0px 10px;
	}
	.title-icon {
	    font-size: 24px;
	    text-transform: uppercase;
	    font-weight: bold;
	    color: #fff;
	    position: relative;
	    padding-left: 40px;
	    margin-bottom: 20px;
	    display: block;
	}
	i.fa.fa-text {
		display: inline-block;
		vertical-align: middle;
		padding-right: 15px;
	}
	.address-footer li i.fa.fa-text {
    width: 35px;
    padding-right: 8px;
}
	.contact_inner {
		color: #878787;
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 35px);
	}
	.footer-static p {
		font-size: 14px;
		color: #878787;
	}
	.address-footer li {
		margin-bottom: 20px;
		display: flex;
    	flex-wrap: wrap;
	}
	.address-footer li a {
		color: #878787;
	}
	.footer-menu li a {
		position: relative;
		color: #878787;
	}
	.footer-menu li a:before {
		content: '';
		width: 4px;
		height: 8px;
		background: url('../images/menu-icon.png') no-repeat;
		position: absolute;
		top: 6px;
		left: -30px;
	}
	.footer-social {
		margin-left: 0;
	}
	.footer-social li {
		display: inline-block;
		margin-right: 10px;
	}
	.footer-social li a {
		width: 31px;
		height: 31px;
		background: #99cb38;
		color: #fff;
		font-size: 18px;
		display: block;
		text-align: center;
		border-radius: 100px;
	}
	.footer-social li a i {
		padding: 7px 0;
	}
	.footer-menu li a:hover,.footer-menu li a:visited,.address-footer li a:visited {
		color: #bfbfbf;
	}
	.copyright {
		background: transparent;
		float: left;
		color: #b7b7b7;
		padding-top: 0;
		padding-bottom: 0;
	}
	.designBy {
		float: right;
		color: #b7b7b7;
	}
	.footer-bottom {
		border-top: 1px solid #a6a6a6;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.product-item-info a {
		display: block;
	}
	.page-title-wrapper {
		margin: 30px auto 50px;
		background: #ededed;    
		padding: 20px 0px 10px;
	}
	.page-title-wrapper .page-title {
		font-size: 22px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: normal;
		margin-bottom: 0;
		float: left;
		color: #99cb38;
	}
	.page-title-wrapper .page-title span.base  span {
		color: #99cb38;
	}
	.breadcrumbs {
		float: right;
	}
	.page-title-wrapper:after,.page-main:after {
		content: '';
		display: table;
		width: 100%;
		clear: both;
	}
	.page-title-wrapper .breadcrumbs a {
		font-size: 15px;
		color: #574a42;
	}
	.breadcrumbs strong {
		font-size: 15px;
	}
	.sidebar.sidebar-main {
		margin-top: 0;
	}
	.sidebar .block-title strong,.filter-options-title {
		text-transform: uppercase;
		margin-top: 10px;
		margin-bottom: 15px;
		display: inline-block;
		letter-spacing: 1px;
		font-size: 22px;
		padding-top: 0;
	}
	.sidebar-main .block-content .treeview li a {
		font-weight: 500;
		font-size: 15px;
	}
	.sidebar-main .block-content .treeview li a.active span {
		color: #99cb38;
	}
	.treeview, .treeview ul {
		padding-left: 10px;
	}
	.page-main .sidebar .block {
		border-color: #99cb38;
	}
	.sidebar-main .filter-options-content {
		padding: 0 0 0 15px;
	}
	.sidebar-main .filter-content .item {
		margin: 5px 0;
	}
	.sidebar-main .active>.filter-options-title:after {
		content: '';
	}
	.sidebar-main .block-content .filter-options-content li a span.price {
		font-size: 15px;
	}
	.banner-img {
		margin-bottom: 20px;
	}
	.modes-mode.active,.modes-mode:last-child {
		background: transparent;
		border-color: #a1a1a1;
		border-radius: 0;
	}
	.modes-mode:before {
		color: #a1a1a1;
	}
	.toolbar-amount {
		text-transform: uppercase;
		font-size: 18px;
		color: #a1a1a1;
	}
	.sorter-label {
		font-size: 16px;
		color: #a1a1a1;
		display: inline-block;
		font-weight: normal;
		text-transform: uppercase;
		padding: 0 10px 0 0;
	}
	.toolbar select,.sorter-options {
		height: 32px;
		padding: 0 10px;
		border: 1px solid #a1a1a1;
		color: #a1a1a1;
		background: transparent;
		border-radius: 0;
		background-image: url(../images/select-arw.png);
		background-repeat: no-repeat;
		background-position: 86% 48%;
	}
	.sorter-action {
		position: relative;
	}
	.sorter-action:before {
		content: '';
		width: 11px;
		height: 18px;
		position: absolute;
		top: -15px;
		background-image: url(../images/up-arrow.png);
	}
	.sorter-action:before {
		content: '';
		width: 11px;
		height: 18px;
		position: absolute;
		top: -15px;
		background-image: url(../images/up-arrow.png);
	}
	.toolbar-products {
		margin-top: 40px;
	}
	.column.main .product-item {
		width: 32.33%;
	}
	.column.main  .products-grid .product-item-info {
		width: 100%;
	}
	.column.main .product-image-wrapper {
		height: auto;
	}
	.column.main .product-image-photo {
		position: initial;
	}
	.column.main .product-item-name {
		margin-bottom: 0;
		font-size: 24px;
		color: #574a42;
	}
	.column.main .price-container .price {
		font-size: 25px;
	}
	.column.main .product-item .price-box {
		margin-bottom: 0;
		margin-top: 5px;
		color: #99cb38;
		line-height: normal;
	}
	.column.main .products-grid .product-item-actions {
		float: left;
		width: 100%;
		border-top: 1px solid #99cb38;
		margin-top: 10px;
		padding-top: 3px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
	}
	.column.main .product-item-actions .actions-primary {
		float: left;
	}
	.column.main .product-item .tocart {
		background: url(../images/sprite.png) no-repeat scroll -22px -416px transparent;
		border-color: transparent;
		padding: 10px 0px 10px 27px;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		color: #574a42;
	}
	.column.main .product-item .tocart:hover {
		background: url(../images/sprite.png) no-repeat scroll -22px -416px transparent;
		border-color: transparent;
		color: #574a42;
	}
	.column.main .product-item-actions .actions-primary + .actions-secondary > .action {
		margin-left: 0px;
		line-height: 33px;
		width: 32px;
		height: 36px;
		vertical-align: middle;
		margin-right: -2px;
		background: transparent;
		color: #574a42;
		border: 1px solid transparent;
		display: inline-block;
	}
	.column.main .product-item-actions .actions-primary + .actions-secondary {
		float: right;
		width: auto;
	}
	.column.main .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
		background: transparent;
		box-shadow: none;
		margin: 0;
		padding: 0;
		border: 0;
	}
	.products.wrapper~.toolbar .pages {
		float: right;
	}
	.products.wrapper~.toolbar .limiter {
		float: left;
	}
	.limiter label {
		color: #574a42;
		font-size: 18px;
		text-transform: uppercase;
	}
	.limiter-text {
		display: none;
	}
	.products.wrapper~.toolbar .sorter {
		display: block;
		float: left;
		padding-left: 25px;
	}
	.pages .item.current {	
		border: 1px solid #99cb38;
	}
	.pages strong.page {
		background: #99cb38;
		font-size: 16px;
		color: #fff;
		font-weight: normal;
	}
	.pages .item {
		font-size: 16px;
		color: #a1a1a1;
		border: 1px solid #a1a1a1;
	}
	.catalog-category-view .toolbar-products .pages a.page {
		color: #a1a1a1;
	}
	.pages .action.next {
		margin-left: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		background: transparent;
		border: none;
		color: #a1a1a1;
	}
	.product.attribute.sku {
		/*	display: none;*/
	}
	.product-info-main .product-info-price {
		border: none;
	}
	.product-info-main h2.page-title {
		color: #574a42;
		font-size: 26px;
	}
	.product-info-main .product-info-price .price-box {
		display: block;
		width: auto;
		padding-bottom: 25px;
	}
	.product-info-main .product-info-stock-sku {
		display: block;
		padding-left: 0;
	}
	span.avail {
		color: #574a42;
	}
	.product-info-main .product-info-price {
		color: #5a5a5a;
	}
	.product-info-price .price-box .price-container .price {
		color: #99cb38;
		width: auto;
	}
	.catalog-product-view .product-info-main .product.attribute.overview {
		padding-top: 25px;
		margin: 25px 0 40px 0px;
	}
	.product-info-main .product-add-form {
		padding-top: 0;
	}
	.fieldset .field.qty .control {
		display: inline-block;
	}
	.fieldset .field.qty .control input {
		border: 1px solid #574a42;
	}
	.product-options-bottom .field.qty span {
		font-size: 18px;
		font-weight: bold;
	}
	.product-add-form .box-tocart .action.tocart {
		padding: 10px 25px 10px 45px;
		border-radius: 0;
		background-color: #574a42;
	}
	.product-social-links a.towishlist::before {
		content: '' !important;
		margin: 0 !important;
		background: url(../images/sprite.png) no-repeat scroll -23px -476px transparent;
	}
	.product-social-links a.tocompare::before {
		background: url(../images/sprite.png) no-repeat scroll -22px -528px transparent;
	}
	.product-social-links a.tocompare:hover::before {
		background-position: -687px -528px;
	}
	.product-social-links a.towishlist:hover::before {
		background-position: -688px -476px;
	}



	.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
		right: 0;
	}
	.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
		-webkit-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
		-o-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		left: 50%;
		position: absolute;
		top: 50%;
		width: 100%;
	}
	.fotorama__thumb__arr--right .fotorama__thumb--icon {
		background-position: -25px -350px;
	}
	.product.media .fotorama__thumb__arr {
		border: none;
	}
	.product.data.items>.item.content {
		border: none;
		padding: 30px 0;
	}
	.product.data.items>.item.title>.switch {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		text-shadow: none;
		color: #574a42 !important;
		background: none;
		height: 50px;
		border: 1px solid #ebebeb;
		border-bottom: none;
		padding-top: 4px;
		letter-spacing: 1px;
	}
	.product.data.items>.item.title.active>.switch ,.product.data.items>.item.title>.switch:hover {
		background: #ebebeb !important;
		color: #99cb38 !important;
	}
	.product.data.items>.item.content:before {
		content: '';
		border-top: 1px solid #ebebeb;
		width: 100%;
		position: absolute;
		top: 50px;
	}
	/*---------------------------new css----------------------*/
	.cms-home .owl-carousel {
		display: block;
	}
	.cms-home .page-title-wrapper {
		display: none;
	}
	.sections.nav-sections .block-search {
		width: auto;
	}
	.cms-home .featured-slider strong.product.name.product-item-name {
		min-height: 68px;
	}

	.fa-plus:before,
	.fa-minus:before {
		color: #494949;
	}
	.navigation .level0 .submenu .active>a {

		border-style: solid;
		border-width: 0 0 0 0px;

	}
	.navigation .level1 {
		position: relative;
	}
	.catalog-category-view .actions-secondary {
		display: none !important;
	}
	.catalog-category-view .column.main .product-item-actions .actions-primary {
		float: left;
		width: 100%;
	}
/*.catalog-category-view select#qty {
    float: right;
    width: auto;
    }*/
/*select#qty:not([disabled]):focus {
    box-shadow: none;
    }*/
    .catalog-category-view input#qty {
    	float: right;
    	width: 45px;
    	height: 30px;
    	text-align: center;
    	color: #574a42;
    }
    .catalog-category-view .quantity-wrap {
    	float: right;
    }
    .catalog-category-view .quantity-wrap label {
    	padding: 0.5em .6em .5em;
    	color: #574a42;
    	font-size: 12px;
    	font-weight: 600;
    	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    }
    .footer-bottom .designBy, .footer-bottom .designBy a {
    	color: #fff;
    	font-size: 15px;
    }
    .sections.nav-sections .level0.parent a{
    	cursor: pointer;
    }


    .catalogsearch-result-index .abs-visually-hidden-desktop-s, .catalogsearch-result-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    	border: 0;
    	clip: rect(0, 0, 0, 0);
    	height: 1px;
    	margin: 0px;
    	overflow: visible;
    	padding: 0;
    	position: static;
    	width: 100%;
    }
    .catalogsearch-result-index .abs-visually-hidden-desktop-s, .catalogsearch-result-index .products-grid .product-item-info .product-item-inner {
    	border: 0;
    	clip: rect(0, 0, 0, 0);
    	height: 1px;
    	margin: 0px;
    	overflow: visible;
    	padding: 0;
    	position: static;
    	width: 100%;
    	box-shadow: none;
    }
    .quantity-wrap .quantity {
    	box-shadow: none !important;
    }
    .catalogsearch-result-index .quantity-wrap {
    	float: right;
    }
    .catalogsearch-result-index .quantity-wrap label {
    	padding: 0.5em .6em .5em;
    	color: #574a42;
    	font-size: 12px;
    	font-weight: 600;
    	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    }
    .catalogsearch-result-index input#qty {
    	float: right;
    	width: 45px;
    	height: 30px;
    	text-align: center;
    	color: #574a42;
    }
    .catalogsearch-result-index .actions-secondary{
    	display: none !important;
    }
    .catalogsearch-result-index .product-item-details .product-item-actions .actions-primary {
    	width: 100%;
    }
    .catalogsearch-result-index .products-grid li.item.product.product-item {
    	padding-left: 20px;
    }
    .catalogsearch-result-index .page-products .products-grid .product-item {
    	margin-left: calc((100% - 4 * 24.439%) / 3);
    	padding: 0;
    	width: 24.439%;
    }
    .page-products .products-grid .product-item:nth-child(4n + 1) {
    	margin-left: calc((100% - 4 * 24.439%) / 3);
    }
    .catalog-category-view .sidebar-main .filter-options-item.custom-category-filter {
    	display: none;
    }


    .cms-home .featured-slider .quantity-wrap {
    	float: right;
    }
    .cms-home .featured-slider .quantity-wrap label {
    	padding: 0.5em .6em .5em;
    	color: #574a42;
    	font-size: 12px;
    	font-weight: 600;
    	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    }
    .cms-home .featured-slider input.quantity {
    	float: right;
    	width: 45px;
    	height: 30px;
    	text-align: center;
    	color: #574a42;
    }
    .cms-home .featured-slider .actions-secondary{
    	display: none;
    }
    .cms-home .featured-slider .product-item-actions .actions-primary {
    	float: left;
    	width: 100%;
    }
    #minicart-content-wrapper .secondary .viewcart:hover {
    	color: #574a42;
    }
    #minicart-content-wrapper .secondary .viewcart:hover span {
    	color: #574a42;
    }
/*.block.block-search.show {
    float: left;
    width: 230px;
    }*/
    body.searchautocomplete__active .block-search {
    	width: 300px;
    }
    .block-search {
    	width: 300px;
    }
/*.block-search .actions {
    position: absolute;
    top: 70px;
    right: 87px;
    width: 20px;
    height: 32px;
}
.block-search input {
    margin: 15px 0;
    position: absolute;
    bottom: -52px;
    right: 63px;
    }*/
/*.block-search input {
    margin: 15px 0;
    position: absolute !important;
    right: 0px !important;
}*/

.blog-special-ul-area {
    border-left: #99cb38 10px solid;
    margin: 25px 0 25px 0;
    background-color: #FBFBFB;
    padding: 1px 10px 30px 30px;
    float: left;
    width: 100%;
}

.blog-post-view .post-holder .post-text-hld h3 {
    float: left;
    width: 100%;
}

.blog-post-view .post-holder .post-text-hld h3 {
    float: left;
    width: 100%;
}
.blog-post-view .columns {
    margin-top: 50px;
}