/* Header */
.whb-sticked .phone-number,
.whb-sticked .second-phone-number {
	display: none;
}

#menu-grafik-raboty .woodmart-nav-link + .sub-menu-dropdown {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-radius: 10px;
}
.whb-header-links .sub-menu-dropdown,
#menu-phone-numbers .sub-menu-dropdown {
	border-radius: 10px;
}
#menu-top-main-menu li .sub-menu-dropdown {
	border-radius: 10px;
}
.whb-text-element.second-phone-number a,
.phone-number a {
	color: #333;
}
.whb-text-element.second-phone-number a:hover {
	color: #00a298;
}
.menu-item.menu-item-has-children:hover .woodmart-nav-link {
	text-decoration: none;
}

.head-phone {
	margin-bottom: 0;
}

.head-phone td {
	padding: 0 5px;
	border-bottom: none;
	text-align: center;
}

.head-phone td a {
	color: #3f3f3f;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.head-phone td a.bold {
	font-size: 17px;
}

.head-phone td a.bold:hover {
	color: #00a298;
}

.head-phone .call-me {
	border-radius: 0;
	font-weight: bold;
	font-size: 14px;
	border-color: #00a298;
	padding: 0;
	border-width: 2px;
	border-style: solid;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	text-transform: uppercase;
}

.head-phone .call-me:hover {
	opacity: .6;
}

.head-phone .free-call {
	position: relative;
	text-transform: uppercase;
	font-size: 15px;
}

.head-phone .free-call span {
	border: solid #49a298;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	left: 80px;
	top: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.inline-block {
	display: inline-block;
}

@media (min-width: 1024px) {
	.phone-number {
		position: absolute;
		margin-top: -39px;
		font-size: 17px !important;
	}

	.phone-number a {
		margin-right: 360px;
		white-space: nowrap;
	}

	.second-phone-number {
		position: absolute;
		margin-top: -39px;
		font-size: 17px !important;
	}

	.second-phone-number a {
		margin-right: 180px;
		white-space: nowrap;
	}

	.woodmart-cart-wrapper {
		/*width: 100px;*/
	}

	.whb-text-element .write-us {
		position: absolute;
		padding-top: 64px;
		padding-right: 160px;
	}

	.woodmart-search-form {
		z-index: 1;
	}

	.lowercase .woodmart-nav-link {
		font-weight: 300 !important;
		text-transform: none !important;
		font-size: 16px !important;
	}

	.menu-item-1712 .sub-menu-dropdown {
		padding: 14px;
		width: 152px;
	}

	.whb-sticked .whb-general-header .woodmart-logo img {
		max-height: 75px !important;
	}
}

/* Menu */
.whb-header-bottom {
	background-color: #d1f2eb !important;
}

#menu-categories .menu-item .woodmart-nav-link span {
	color: #0e394e;
	font-weight: bold;
}

@media (min-width: 1400px) {
	.menu-item-type-taxonomy:not(:first-child) .sub-menu-dropdown {
		height: 400px;
		width: 1300px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}

@media (max-width: 1400px) {
	div.category-image {
		width: 50%;
		bottom: 210px;
	}

	.menu-item-type-taxonomy div.sub-menu-dropdown {
		width: 1000px;
	}

	.menu-item-type-taxonomy:first-child div.category-image {
		width: 60%;
		left: 300px;
	}

	.menu-item-type-taxonomy:not(:first-child) div.sub-menu-dropdown {
		width: 1100px;
	}
}

@media (min-width: 1024px) {
	.menu-item-object-product_cat .sub-menu-dropdown {
		box-shadow: 0px 1000000px 0px 1000000px rgba(0, 0, 0, 0.5);
	}

	.menu-item-type-taxonomy .sub-menu-dropdown {
		height: 400px;
		width: 1100px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	#menu-categories .menu-item.menu-item-has-children:hover {
		background-color: white;
		z-index: 1;
		box-shadow: 0px -2000px 0px 2000px rgba(0, 0, 0, 0.5);
	}

	/*.menu-item.menu-item-has-children:hover .woodmart-nav-link span {
		color: #00a298;
	}*/
	.whb-flex-row.whb-general-header-inner .woodmart-button-wrapper.text-center a.btn.btn-color-primary {
		border-radius: 0;
	}

	.tab {
		float: left;
		width: 27%;
		height: 300px;
	}

	.tab-second {
		float: left;
		width: 22%;
		/*height: 300px;*/
		height: auto;
	}

	/* Style the buttons inside the tab */
	.tab a, .tab-second a {
		display: block;
		background-color: inherit;
		color: black;
		/*padding: 22px 16px;*/
		padding: 15px 16px;
		width: 100%;
		outline: none;
		text-align: left;
		cursor: pointer;
		transition: 0.3s;
		font-size: 17px;
	}

	/* Change background color of buttons on hover */
	.tab a:hover, .tab-second a:hover {

		background-color: #ddd;
	}

	/* Create an active/current "tab button" class */
	.tab a.active, .tab-second a.active {
		background-color: #64c3cd25;
	}

	/* Style the tab content */
	.tabcontent, .tabcontent1, .tabcontent2, .tabcontent3 {
		float: left;
		padding: 0px 12px;
		border-left: 1px solid rgba(101, 195, 205, 1);;
		width: 55%;
		height: 325px;
	}

	.category-image {
		max-width: 398px;
		position: relative;
		left: 275px;
		bottom: 300px;
		z-index: 2;
	}

	.category-image-second {
		max-width: 398px;
		position: relative;
		left: 310px;
		bottom: 308px;
	}

	.category-image-third {
		width: 398px;
		position: relative;
		left: 310px;
		bottom: 338px;
	}

	.tabcontent span, .tabcontent1 span, .tabcontent2 span, .tabcontent3 span {
		font-size: 24px;
		color: #000000;
		z-index: 3;
		position: relative;
	}

	.describe-text {
		width: 40%;
		position: relative;
		height: 230px;
		margin-top: 20px;
	}
}

@media (max-width: 1200px) {
	.menu-item-type-taxonomy:not(:first-child) div.sub-menu-dropdown {
		width: 1000px;
	}
}


/* Side Cart */
.products {
	width: 100%;
}

.cart-widget-side {
	height: 90%;
}


/* Product Item */
.product-labels .product-label {
	background-color: #00a298 !important;
	/*background-color: #000000 !important;*/
	color: #ffffff !important;
	/*color: #ffff00 !important;*/
}


/* Slider */
@media (min-width: 1024px) {

	.promo-banner .btn {
		margin-top: 440px;
		margin-left: 179px;
	}

	.padding-bottom-banner {
		margin-bottom: 17px;
	}

}

/* Shop popup */
.woodmart-promo-popup {
	max-width: 800px;
}

/* header Banner */
.header-banner {
	height: 40px;
}

.header-banner-display .website-wrapper {
	margin-top: 40px;
}

/* Tablet */
@media (max-width: 1024px) {

	/* header Banner */
	.header-banner {
		height: 32px;
	}

	.header-banner-display .website-wrapper {
		margin-top: 32px;
	}

}

/* filter */
.woodmart-woocommerce-layered-nav .woodmart-scroll-content {
	max-height: 280px;
}

.viber {
	padding-left: 10px;
}

.wpmslider-viewport {
	height: auto !important;
}

/* Testimonials home */
.testimonial-content, .testimonial-client {
	text-align: center;
}

.woodmart-widget .woodmart-scroll-pane {
	opacity: .99;
}

.callbackConsultant {
	background-color: #64c3cd25;
	padding: 20px;
	border-radius: 20px;
}

.callbackConsultant .text {
	padding: 10px;
	color: #64c3cd;
	font-size: 18px;
}

#vdz_cb {
	background-color: #fff;
	padding: 20px;
}

#vdz_cb input,
#vdz_cb button {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {

	.big-hover-box .vc-hoverbox {
		width: 535px !important;
		height: 505px;
	}

	.wpb_column .vc_column_container .vc_col-sm-8 .text-center {
		width: 700px !important;
	}

	.category-menu-font-size span {
		font-size: 16px;
	}

	h5 {
		font-family: Poppins, 'MS Sans Serif', Geneva, sans-serif !important;
	}

	.menu-phone-numbers-container {
		position: relative;
		margin-left: -180px;
		left: 168px;
	}

	.menu-item {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.menu-item-375 .sub-menu-dropdown {
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.menu-item-373 .sub-menu-dropdown,
	.menu-item-1671 .sub-menu-dropdown,
	.menu-item-1672 .sub-menu-dropdown,
	.menu-item-1673 .sub-menu-dropdown {
		border-radius: 10px;
	}

	.tablinks, .tablinks1, .tablinks2, .tablinks3 {
		border-radius: 10px;
		text-align: center !important;
	}

	.promo-banner {
		border-radius: 10px;
	}

	.menu-item-my-account .sub-menu-dropdown {
		border-radius: 10px;
	}

	.owl-carousel {
		position: relative;
		top: -20px;
	}

	.second-sliders-size {
		position: relative;
		top: -20px;
	}

	#vdz_cb {
		border-radius: 10px;
	}

	#contact-form-popup {
		border-radius: 10px;
	}

	.rashodnye-materialy_tab {
		width: 115px;
	}

	.chastota-obsluzhivanija_tab {
		width: 140px;
	}

	.woodmart_additional_tab_tab {
		width: 100px;
	}

	del {
		font-size: 80% !important;
	}

	.dashed {
		border-bottom-style: dashed !important;
		z-index: 1;
	}

	.whb-general-header .navigation-style-bordered .item-level-0 > a {
		height: 20px;
	}

	#menu-item-1644 span {
		border-bottom: dashed;
		border-color: #00a298;
		border-width: 2px;
		padding: 3px;
		cursor: pointer;
	}

	.my-account-with-icon > a:before {
		content: "\2714";
	}

	.vdz_cb_class .mfp-close {
		position: absolute;
		top: 0px !important;
		color: #3333337a !important;
	}

	.mfp-content .mfp-close {
		position: absolute;
		top: 0px !important;
		color: #3333337a !important;
	}

	.mfp-content .mfp-close:hover {
		color: #000000 !important;
		background-color: #fff0;
	}

	.vdz_cb_class .mfp-close:hover {
		color: #000000 !important;
		background-color: #fff0;
	}

	.woodmart-content-popup .mfp-close {
		position: absolute;
		right: 0;
		color: #3333337a !important;
	}

	.woodmart-content-popup .mfp-close:hover {
		color: #000000 !important;
		background-color: #fff0;
	}

	.mfp-content p {
		position: relative;
		top: 15px;
	}

	.brand-item {
		margin: 25px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	}

	.content-product-imagin {
		border-radius: 20px;
	}

	.wc-layered-nav-term .with-swatch-image a {
		box-shadow: 0 0 10px rgba(0, 0, 0, .15) !important;
	}

	.brands-items-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.menu-item-1644 > a {
		height: 50px !important;
		font-weight: 400 !important;
	}

	.menu-item-1644 .fa-mobile-phone {
		font-size: 25px !important;
	}

	.menu-item-1644 .sub-menu-dropdown {
		width: 180px !important;
	}

	.menu-item-2294 .woodmart-nav-link, .menu-item-2295 .woodmart-nav-link {
		font-size: 16px;
	}

	.woodmart-products-holder .product-grid-item {
		box-shadow: 0 0 10px rgba(0, 0, 0, .15);
		border-radius: 20px;
	}

	.product-grid-item {
		box-shadow: 0 0 10px rgba(0, 0, 0, .15);
		border-radius: 20px;
	}

	.woodmart-products-holder .product-grid-item .product-information {
		/*height: 150px;*/
		height: 186px;
	}

	.sku {
		padding-right: 10px;
	}

	.custom_price .woocommerce-Price-amount {
		font-size: 17px;
	}

	.custom_price del > .woocommerce-Price-amount {
		font-size: 13px;
	}

	.custom_price ins > .woocommerce-Price-amount {
		font-size: 17px;
	}

	.star-rating {
		line-height: 15px !important;
		height: 20px !important;
		margin-bottom: 0 !important;
	}

	.viber-for-mobile {
		visibility: hidden;
	}

	.wpb_wrapper a > strong {
		color: #3366ff;
	}

	.wpb_wrapper ul {
		list-style-type: square;
	}

	.product-image-summary .entry-title {
		font-size: 26px;
	}

	/*CSS fo testemonials*/
	.page-id-3981 .main-page-wrapper {
		background-color: #cccccc37;
	}

	.post-3981 .columns-3 {
		flex-wrap: wrap;
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}

	.post-3981 .testimonial {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
		width: 33.33333333%;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.post-3981 .testimonial-inner {
		padding: 30px;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.post-3981 .testimonial-inner .testimonial-image img {
		margin-bottom: 15px;
		max-width: 250px;
		display: inline-block;
		border-radius: 50%;
	}

	.testimonial-content p {
		font-weight: 400;
	}

	.testimonial-content {
		text-align: center;
	}

	.testimonial-client .testimonial-name {
		font-weight: 600;
		padding-top: 10px;
		color: #2d2a2a;
		text-align: center;
	}

	/*Testimnials on homepage*/
	.strong-content .testimonial-inner .testimonial-image img {
		margin-bottom: 15px;
		max-width: 250px;
		display: inline-block;
		border-radius: 50%;
	}

	.strong-content .testimonial-inner {
		padding: 30px;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.strong-content .columns-3 {
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}

	.strong-content .testimonial {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
		width: 33.33333333%;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 5px;
	}

	.strong-content .testimonial .testimonial-client {
		text-align: center;
	}

	.wpb_column .vc_column_container .vc_col-sm-12 .vc_col-lg-6 .vc_col-md-12 .vc_col-xs-12 {
		width: 44%;
	}

	.post-3029 .wpb_column {
		max-width: 840px;
	}

	.post-850 .wpb_column {
		max-width: 840px;
	}

	.fade-in-block .product-compare-button {
		right: 10px;
		bottom: 10px;
		position: absolute;
	}

	.owl-carousel-item-inner .product-compare-button {
		/*right: 10px;*/
		right: 0;
		bottom: 0px;
		position: relative;
	}

	.wc-layered-nav-term .with-swatch-image {
		padding-right: 35px;
		padding-left: 15px;
	}

	#woodmart-woocommerce-layered-nav-38 .with-swatch-image .layered-nav-link {
		padding-left: 20px;
		padding-right: 20px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	}

	.field-star_rating label {
		margin-bottom: 0px;
	}

	.product-sku {
		float: right;
	}

	.woodmart-product-brands {
		position: relative;
		top: -20px;
	}
}
@media (max-width: 1023px) {
	.viber-for-computer {
		visibility: hidden;
		display: none !important;
	}
}
@media (max-width: 768px) {
	.vc_custom_1496934090366 .woodmart-button-wrapper.text-left {
		margin-bottom: 35px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.padding-bottom-banner {
		margin-bottom: 15px;
	}

	.whb-general-header .woodmart-logo img {
		max-height: 70px !important;
	}

	.viber-for-computer > img {
		width: 0px !important;
	}

	/*CSS fo testemonials*/
	.page-id-3981 .main-page-wrapper {
		background-color: #cccccc37;
	}

	.post-3981 .columns-3 {
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}

	.post-3981 .testimonial {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
		width: 33.33333333%;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.post-3981 .testimonial-inner {
		padding: 30px;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.post-3981 .testimonial-inner .testimonial-image img {
		margin-bottom: 15px;
		max-width: 250px;
		display: inline-block;
		border-radius: 50%;
	}

	.testimonial-content p {
		font-weight: 400;
	}

	.testimonial-client .testimonial-name {
		font-weight: 600;
		color: #2d2a2a;
	}

	/*Testimnials on homepage*/
	.strong-content .testimonial-inner .testimonial-image img {
		margin-bottom: 15px;
		max-width: 250px;
		display: inline-block;
		border-radius: 50%;
	}

	.strong-content .testimonial-inner {
		padding: 30px;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.strong-content .columns-3 {
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}

	.strong-content .testimonial {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
		width: 33.33333333%;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 5px;
	}

	.product-sku {
		position: static;
		float: none;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.viber-for-computer {
		visibility: hidden;
	}

	.viber-for-computer > img {
		width: 0px !important;
	}

	/*CSS fo testemonials*/
	.page-id-3981 .main-page-wrapper {
		background-color: #cccccc37;
	}

	.post-3981 .columns-3 {
		column-count: 1 !important;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}

	.post-3981 .testimonial {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.post-3981 .testimonial-inner {
		padding: 30px;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.post-3981 .testimonial-inner .testimonial-image img {
		margin-bottom: 15px;
		max-width: 250px;
		display: inline-block;
		border-radius: 50%;
	}

	.testimonial-content p {
		font-weight: 400;
	}

	.testimonial-client .testimonial-name {
		font-weight: 600;
		color: #2d2a2a;
	}

	/*Strong testimonials*/
	.strong-content .columns-3 {
		column-count: 1 !important;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}

	.strong-content .testimonial {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.strong-content .testimonial-inner {
		padding: 30px;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.strong-content .testimonial-inner .testimonial-image img {
		margin-bottom: 15px;
		max-width: 250px;
		display: inline-block;
		border-radius: 50%;
	}

	.product-sku {
		position: absolute;
		left: 75%;
	}
}

@media (max-width: 480px) {
	.whb-general-header .woodmart-logo img {
		max-height: 60px !important;
	}

	.viber-for-computer {
		visibility: hidden;
	}

	.viber-for-computer > img {
		width: 0px !important;
	}

	/*CSS fo testemonials*/
	.page-id-3981 .main-page-wrapper {
		background-color: #cccccc37;
	}

	.post-3981 .columns-3 {
		column-count: 1 !important;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}

	.post-3981 .testimonial {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.post-3981 .testimonial-inner {
		padding: 30px;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.post-3981 .testimonial-inner .testimonial-image img {
		margin-bottom: 15px;
		max-width: 250px;
		display: inline-block;
		border-radius: 50%;
	}

	.testimonial-content p {
		font-weight: 400;
	}

	.testimonial-client .testimonial-name {
		font-weight: 600;
		color: #2d2a2a;
	}

	/*Strong testimonials*/
	.strong-content .columns-3 {
		column-count: 1 !important;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}

	.strong-content .testimonial {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.strong-content .testimonial-inner {
		padding: 30px;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.strong-content .testimonial-inner .testimonial-image img {
		margin-bottom: 15px;
		max-width: 250px;
		display: inline-block;
		border-radius: 50%;
	}

	.product-sku {
		position: static;
	}
}

@media (min-width: 1025px) {

	.whb-top-bar-inner {
		height: 43px;
	}

	.whb-general-header-inner {
		height: 100px;
	}

	.whb-header-bottom-inner {
		height: 44px;
	}

	.whb-sticked .whb-top-bar-inner {
		height: 60px;
	}

	.whb-sticked .whb-general-header-inner {
		height: 60px;
	}

	.whb-sticked .whb-header-bottom-inner {
		height: 40px;
	}

	/* HEIGHT OF HEADER CLONE */
	.whb-clone .whb-general-header-inner {
		height: 60px;
	}

	/* HEADER OVERCONTENT */
	.woodmart-header-overcontent .title-size-small {
		padding-top: 209px;
	}

	.woodmart-header-overcontent .title-size-default {
		padding-top: 249px;
	}

	.woodmart-header-overcontent .title-size-large {
		padding-top: 289px;
	}

	/* HEADER OVERCONTENT WHEN SHOP PAGE TITLE TURN OFF  */
	.woodmart-header-overcontent .without-title.title-size-small {
		padding-top: 189px;
	}

	.woodmart-header-overcontent .without-title.title-size-default {
		padding-top: 224px;
	}

	.woodmart-header-overcontent .without-title.title-size-large {
		padding-top: 249px;
	}

	/* HEADER OVERCONTENT ON SINGLE PRODUCT */
	.single-product .whb-overcontent {
		padding-top: 189px;
	}

	/* HEIGHT OF LOGO IN TOP BAR */
	.whb-top-bar .woodmart-logo img {
		max-height: 43px;
	}

	.whb-sticked .whb-top-bar .woodmart-logo img {
		max-height: 60px;
	}

	/* HEIGHT OF LOGO IN GENERAL HEADER */
	.whb-general-header .woodmart-logo img {
		max-height: 100px;
	}

	.whb-sticked .whb-general-header .woodmart-logo img {
		max-height: 60px;
	}

	/* HEIGHT OF LOGO IN BOTTOM HEADER */
	.whb-header-bottom .woodmart-logo img {
		max-height: 44px;
	}

	.whb-sticked .whb-header-bottom .woodmart-logo img {
		max-height: 40px;
	}

	/* HEIGHT OF LOGO IN HEADER CLONE */
	.whb-clone .whb-general-header .woodmart-logo img {
		max-height: 60px;
	}

	/* HEIGHT OF HEADER BULDER ELEMENTS */
	/* HEIGHT ELEMENTS IN TOP BAR */
	.whb-top-bar .search-button > a,
	.whb-top-bar .woodmart-shopping-cart > a,
	.whb-top-bar .woodmart-wishlist-info-widget > a,
	.whb-top-bar .main-nav .item-level-0 > a,
	.whb-top-bar .whb-secondary-menu .item-level-0 > a,
	.whb-top-bar .woodmart-header-links .item-level-0 > a,
	.whb-top-bar .categories-menu-opener,
	.whb-top-bar .woodmart-burger-icon,
	.whb-top-bar .menu-opener,
	.whb-top-bar .whb-divider-stretch:before,
	.whb-top-bar form.woocommerce-currency-switcher-form .dd-selected,
	.whb-top-bar .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
		height: 43px;
	}

	.whb-sticked .whb-top-bar .search-button > a,
	.whb-sticked .whb-top-bar .woodmart-shopping-cart > a,
	.whb-sticked .whb-top-bar .woodmart-wishlist-info-widget > a,
	.whb-sticked .whb-top-bar .main-nav .item-level-0 > a,
	.whb-sticked .whb-top-bar .whb-secondary-menu .item-level-0 > a,
	.whb-sticked .whb-top-bar .woodmart-header-links .item-level-0 > a,
	.whb-sticked .whb-top-bar .categories-menu-opener,
	.whb-sticked .whb-top-bar .woodmart-burger-icon,
	.whb-sticked .whb-top-bar .menu-opener,
	.whb-sticked .whb-top-bar .whb-divider-stretch:before,
	.whb-sticked .whb-top-bar form.woocommerce-currency-switcher-form .dd-selected,
	.whb-sticked .whb-top-bar .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
		height: 60px;
	}

	/* HEIGHT ELEMENTS IN GENERAL HEADER */
	.whb-general-header .whb-divider-stretch:before,
	.whb-general-header .navigation-style-bordered .item-level-0 > a {
		height: 100px;
	}

	.whb-sticked:not(.whb-clone) .whb-general-header .whb-divider-stretch:before,
	.whb-sticked:not(.whb-clone) .whb-general-header .navigation-style-bordered .item-level-0 > a {
		height: 60px;
	}

	.whb-sticked:not(.whb-clone) .whb-general-header .woodmart-search-dropdown,
	.whb-sticked:not(.whb-clone) .whb-general-header .dropdown-cart,
	.whb-sticked:not(.whb-clone) .whb-general-header .woodmart-navigation:not(.vertical-navigation):not(.navigation-style-bordered) .sub-menu-dropdown {
		margin-top: 10px;
	}

	.whb-sticked:not(.whb-clone) .whb-general-header .woodmart-search-dropdown:after,
	.whb-sticked:not(.whb-clone) .whb-general-header .dropdown-cart:after,
	.whb-sticked:not(.whb-clone) .whb-general-header .woodmart-navigation:not(.vertical-navigation):not(.navigation-style-bordered) .sub-menu-dropdown:after {
		height: 10px;
	}

	/* HEIGHT ELEMENTS IN BOTTOM HEADER */
	.whb-header-bottom .search-button > a,
	.whb-header-bottom .woodmart-shopping-cart > a,
	.whb-header-bottom .woodmart-wishlist-info-widget > a,
	.whb-header-bottom .main-nav .item-level-0 > a,
	.whb-header-bottom .whb-secondary-menu .item-level-0 > a,
	.whb-header-bottom .woodmart-header-links .item-level-0 > a,
	.whb-header-bottom .categories-menu-opener,
	.whb-header-bottom .woodmart-burger-icon,
	.whb-header-bottom .menu-opener,
	.whb-header-bottom .whb-divider-stretch:before,
	.whb-header-bottom form.woocommerce-currency-switcher-form .dd-selected,
	.whb-header-bottom .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
		height: 44px;
	}

	.whb-header-bottom .menu-opener {
		height: 46px;
		margin-top: -1px;
		margin-bottom: -1px;
	}

	.whb-sticked .whb-header-bottom .search-button > a,
	.whb-sticked .whb-header-bottom .woodmart-shopping-cart > a,
	.whb-sticked .whb-header-bottom .woodmart-wishlist-info-widget > a,
	.whb-sticked .whb-header-bottom .main-nav .item-level-0 > a,
	.whb-sticked .whb-header-bottom .whb-secondary-menu .item-level-0 > a,
	.whb-sticked .whb-header-bottom .woodmart-header-links .item-level-0 > a,
	.whb-sticked .whb-header-bottom .categories-menu-opener,
	.whb-sticked .whb-header-bottom .woodmart-burger-icon,
	.whb-sticked .whb-header-bottom .whb-divider-stretch:before,
	.whb-sticked .whb-header-bottom form.woocommerce-currency-switcher-form .dd-selected,
	.whb-sticked .whb-header-bottom .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
		height: 40px;
	}

	.whb-sticked .whb-header-bottom .menu-opener {
		height: 42px;
	}

	.whb-sticky-shadow.whb-sticked .whb-header-bottom .menu-opener {
		height: 41px;
		margin-bottom: 0;
	}

	/* HEIGHT ELEMENTS IN HEADER CLONE */
	.whb-clone .search-button > a,
	.whb-clone .woodmart-shopping-cart > a,
	.whb-clone .woodmart-wishlist-info-widget > a,
	.whb-clone .main-nav .item-level-0 > a,
	.whb-clone .whb-secondary-menu .item-level-0 > a,
	.whb-clone .woodmart-header-links .item-level-0 > a,
	.whb-clone .categories-menu-opener,
	.whb-clone .woodmart-burger-icon,
	.whb-clone .menu-opener,
	.whb-clone .whb-divider-stretch:before,
	.whb-clone .navigation-style-bordered .item-level-0 > a,
	.whb-clone form.woocommerce-currency-switcher-form .dd-selected,
	.whb-clone .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
		height: 60px;
	}
}

@media (max-width: 1024px) {

	.whb-top-bar-inner {
		height: 38px;
	}

	.whb-general-header-inner {
		height: 60px;
	}

	.whb-header-bottom-inner {
		height: 54px;
	}

	/* HEIGHT OF HEADER CLONE */
	.whb-clone .whb-general-header-inner {
		height: 60px;
	}

	/* HEADER OVERCONTENT */
	.woodmart-header-overcontent .page-title {
		padding-top: 159px;
	}

	/* HEADER OVERCONTENT WHEN SHOP PAGE TITLE TURN OFF  */
	.woodmart-header-overcontent .without-title.title-shop {
		padding-top: 144px;
	}

	/* HEADER OVERCONTENT ON SINGLE PRODUCT */
	.single-product .whb-overcontent {
		padding-top: 144px;
	}

	/* HEIGHT OF LOGO IN TOP BAR */
	.whb-top-bar .woodmart-logo img {
		max-height: 38px;
	}

	/* HEIGHT OF LOGO IN GENERAL HEADER */
	.whb-general-header .woodmart-logo img {
		max-height: 60px;
	}

	/* HEIGHT OF LOGO IN BOTTOM HEADER */
	.whb-header-bottom .woodmart-logo img {
		max-height: 44px;
	}

	/* HEIGHT OF LOGO IN HEADER CLONE */
	.whb-clone .whb-general-header .woodmart-logo img {
		max-height: 60px;
	}

	/* HEIGHT OF HEADER BULDER ELEMENTS */
	/* HEIGHT ELEMENTS IN TOP BAR */
	.whb-top-bar .search-button > a,
	.whb-top-bar .woodmart-shopping-cart > a,
	.whb-top-bar .woodmart-wishlist-info-widget > a,
	.whb-top-bar .main-nav .item-level-0 > a,
	.whb-top-bar .whb-secondary-menu .item-level-0 > a,
	.whb-top-bar .woodmart-header-links .item-level-0 > a,
	.whb-top-bar .categories-menu-opener,
	.whb-top-bar .woodmart-burger-icon,
	.whb-top-bar .whb-divider-stretch:before,
	.whb-top-bar form.woocommerce-currency-switcher-form .dd-selected,
	.whb-top-bar .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
		height: 38px;
	}

	/* HEIGHT ELEMENTS IN GENERAL HEADER */
	.whb-general-header .search-button > a,
	.whb-general-header .woodmart-shopping-cart > a,
	.whb-general-header .woodmart-wishlist-info-widget > a,
	.whb-general-header .main-nav .item-level-0 > a,
	.whb-general-header .whb-secondary-menu .item-level-0 > a,
	.whb-general-header .woodmart-header-links .item-level-0 > a,
	.whb-general-header .categories-menu-opener,
	.whb-general-header .woodmart-burger-icon,
	.whb-general-header .whb-divider-stretch:before,
	.whb-general-header form.woocommerce-currency-switcher-form .dd-selected,
	.whb-general-header .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
		height: 60px;
	}

	/* HEIGHT ELEMENTS IN BOTTOM HEADER */
	.whb-header-bottom .search-button > a,
	.whb-header-bottom .woodmart-shopping-cart > a,
	.whb-header-bottom .woodmart-wishlist-info-widget > a,
	.whb-header-bottom .main-nav .item-level-0 > a,
	.whb-header-bottom .whb-secondary-menu .item-level-0 > a,
	.whb-header-bottom .woodmart-header-links .item-level-0 > a,
	.whb-header-bottom .categories-menu-opener,
	.whb-header-bottom .woodmart-burger-icon,
	.whb-header-bottom .whb-divider-stretch:before,
	.whb-header-bottom form.woocommerce-currency-switcher-form .dd-selected,
	.whb-header-bottom .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
		height: 44px;
	}

	/* HEIGHT ELEMENTS IN HEADER CLONE */
	.whb-clone .search-button > a,
	.whb-clone .woodmart-shopping-cart > a,
	.whb-clone .woodmart-wishlist-info-widget > a,
	.whb-clone .main-nav .item-level-0 > a,
	.whb-clone .whb-secondary-menu .item-level-0 > a,
	.whb-clone .woodmart-header-links .item-level-0 > a,
	.whb-clone .categories-menu-opener,
	.whb-clone .woodmart-burger-icon,
	.whb-clone .menu-opener,
	.whb-clone .whb-divider-stretch:before,
	.whb-clone form.woocommerce-currency-switcher-form .dd-selected,
	.whb-clone .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
		height: 60px;
	}
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #00a396 !important;
	border-color: #00a396 !important;
}

.pagination > li > a {
	/* color: #00a396 !important; */
	color: #00a396;
}

.vc_custom_1533740101955 {
	padding-top: 8vh !important;
	padding-right: 5% !important;
	padding-left: 10px !important;
}

.vc_custom_1497520246521 {
	padding-top: 0 !important;
}

.vc_custom_1533221329728 {
	padding-top: 8vh !important;
	padding-right: 5% !important;
	padding-left: 7% !important;
}
@media (max-width: 768px) {
	.vc_custom_1533221329728 {
		margin-bottom: 3vh !important;
		padding-top: 3vh !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
	}
}

.portfolio-info .entry-title a {
	color: #fff;
}

.h3-title {
	color: #2d2a2a;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.4;
	display: block;
}

.h4-title {
	color: #2d2a2a;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.4;
	display: block;
}

.vc_custom_1532628619102 {
	padding-top: 8vh !important;
}


.vc_custom_1499680167008 {
	padding-top: 8vh !important;
	padding-right: 5% !important;
	padding-left: 7% !important;
}

.vc_custom_1532628740536 {
	margin-top: -40px !important;
	margin-bottom: 10vh !important;
	border-top-width: 1px !important;
	border-top-color: #efefef !important;
	border-top-style: solid !important;
}

@media (max-width: 768px) {
	.vc_custom_1532628740536 {
		margin-bottom: 0 !important;
	}
}

.vc_custom_1499677904738 {
	padding-top: 8vh !important;
	padding-right: 5% !important;
	padding-left: 7% !important;
}

.vc_custom_1499679693574 {
	margin-top: -40px !important;
	margin-bottom: 10vh !important;
	border-top-width: 1px !important;
	border-top-color: #efefef !important;
	border-top-style: solid !important;
}

@media (max-width: 768px) {
	.vc_custom_1499679693574 {
		margin-top: 0px !important;
		margin-bottom: 0 !important;
	}
}

.vc_custom_1499680167008 {
	padding-top: 8vh !important;
	padding-right: 5% !important;
	padding-left: 7% !important;
}
@media (max-width: 768px) {
	.vc_custom_1499680167008 {
		padding-top: 3vh !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
	}
}

.woocommerce form .form-row .required {
	visibility: visible;
}

.wishlist_table .add_to_cart, a.add_to_wishlist.button.alt {
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

.page-title-default {
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;
}

.topbar-wrapp {
	background-color: #80ced6;
}

.main-header, .sticky-header.header-clone, .header-spacing {
	background-color: #53c653;
}

.menu-opener {
	background-color: #80ced6;
}

.footer-container {
	background-color: #ffffff;
}

body, .font-text, .menu-label, .menu-item-register .create-account-link, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title, .widgetarea-mobile .widget_currency_sel_widget .widget-title, .widgetarea-mobile .widget_icl_lang_sel_widget .widget-title, .woodmart-hover-base .hover-content table th, .woocommerce-product-details__short-description table th {
	font-family: Lato, Arial, Helvetica, sans-serif;
}

.font-primary, .page-title .entry-title, table th, .woodmart-products-tabs .tabs-name, .woodmart-products-tabs .products-tabs-title, .woodmart-price-table .woodmart-plan-title, .masonry-filter li, .woocommerce-column__title, header.title > h3, .woodmart-sizeguide-table tr:first-child td, .tabs-layout-tabs .tabs li, .woodmart-accordion-title, .woodmart-checkout-steps ul, .woocommerce-billing-fields > h3, .woocommerce-shipping-fields > h3, .woocommerce-additional-fields > h3, #ship-to-different-address label, #order_review_heading, .cart-empty, .cart-totals-inner h2, .social-login-title, .register-or, .woocommerce-MyAccount-title, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a, .wishlist-title h2, body > h1, table.compare-list tr.no-products td, #order_payment_heading, .widget_rss ul li > a, h1, h2, h3, h4, h5, h6, .title, legend, .woocommerce-Reviews .comment-reply-title, .menu-mega-dropdown .sub-menu > li > a, .mega-menu-list > li > a, .color-scheme-light .mega-menu-list > li > a {
	font-family: Poppins, 'MS Sans Serif', Geneva, sans-serif;
}

.category-grid-item .category-title, .blog-post-loop .entry-title, .post-single-page .entry-title, .single-post-navigation .post-title, td.product-name a, .product-image-summary .entry-title, .woodmart-menu-price .menu-price-title, .product-title, .product-grid-item .product-title, .group_table td.label a, table.compare-list tr.title td, .widget_recent_entries ul li a, .widget_recent_comments ul li > a, .woodmart-recent-posts .entry-title a, .widget_recent_reviews li a, .yith-woocompare-widget .products-list li a.title {
	font-family: Poppins, 'MS Sans Serif', Geneva, sans-serif;
}

.font-alt {
	font-family: Lato, 'MS Sans Serif', Geneva, sans-serif;
	font-weight: 400;
}

.widgettitle, .widgettitle a, .widget-title, .widget-title a {
	/*font-family: Poppins;*/
	font-weight: 600;
}

.main-nav .item-level-0 > a, .topbar-menu .item-level-0 > a, .categories-menu-dropdown .item-level-0 > a, .full-screen-nav .item-level-0 > a, .whb-secondary-menu .item-level-0 > a, .woodmart-header-links .item-level-0 > a, .woodmart-wishlist-info-widget .wishlist-label, .woodmart-shopping-cart .woodmart-cart-totals, .woodmart-burger-icon .woodmart-burger-label, .menu-opener, .main-nav-style {
	font-family: Lato, 'MS Sans Serif', Geneva, sans-serif;
	font-weight: 700;
	font-size: 13px;
}

.color-scheme-dark a:hover, .color-scheme-dark a:focus, .color-primary, .woodmart-dark .color-primary, a:hover, a:focus, blockquote footer:before, blockquote cite, blockquote cite a, .woodmart-cart-design-3 .woodmart-cart-subtotal .amount, .btn-style-bordered.btn-color-primary, .mega-menu-list > li > a:hover, .mega-menu-list > li > a:focus, .mega-menu-list .sub-sub-menu li a:hover, .mega-menu-list .sub-sub-menu li a:focus, .menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0:hover > a, .menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0:focus > a, .menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0.current-menu-item > a, .site-mobile-menu li.current_page_item > a, .site-mobile-menu .sub-menu li.current_page_item > a, .woodmart-dark .site-mobile-menu li.current_page_item > a, .dropdowns-color-light .site-mobile-menu li.current_page_item > a, .woodmart-dark .site-mobile-menu .sub-menu li.current_page_item > a, .dropdowns-color-light .site-mobile-menu .sub-menu li.current_page_item > a, .woodmart-title-color-primary .title-subtitle, .subtitle-color-primary.subtitle-style-default, .instagram-widget .clear a:hover, .woodmart-info-box .with-text, .woodmart-info-box .subtitle-color-primary, .woodmart-products-tabs.tabs-design-simple .products-tabs-title li.active-tab-title, .woodmart-price-table.price-style-alt .woodmart-price-currency, .woodmart-price-table.price-style-alt .woodmart-price-value, .woodmart-menu-price.cursor-pointer:hover .menu-price-title, .woodmart-menu-price.cursor-pointer:focus .menu-price-title, .amount, .price, .price ins, .woodmart-buttons > div a:focus, .woodmart-buttons > div a:hover, .woodmart-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woodmart-hover-base .product-compare-button a:hover, .woodmart-hover-base .product-compare-button a:focus, .read-more-section a, .read-more-section a:hover, .comments-area .reply a, .comments-area .reply a:hover, .error404 .page-title, .not-found .entry-header:before, .wishlist_table tr td.product-stock-status span.wishlist-in-stock:before, .product-image-summary .in-stock:before, .variations_form .in-stock:before, .woocommerce-order-pay td.product-total .amount, .compare-btn-wrapper a:hover, .summary-inner > .yith-wcwl-add-to-wishlist a:hover, .sizeguide-btn-wrapp a:hover, .woodmart-dark .compare-btn-wrapper a:hover, .woodmart-dark .summary-inner > .yith-wcwl-add-to-wishlist a:hover, .woodmart-dark .sizeguide-btn-wrapp a:hover, .compare-btn-wrapper a.added:before, .summary-inner > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .summary-inner > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .woodmart-accordion-title:hover, .woodmart-accordion-title.active, .woodmart-dark .woodmart-accordion-title:hover, .woodmart-dark .woodmart-accordion-title.active, body.woocommerce-checkout .woocommerce > .woocommerce-info .showcoupon, body.woocommerce-checkout .woocommerce > .woocommerce-info .showlogin, .cart-totals-inner .shipping-calculator-button, .woodmart-dark .cart-totals-inner .shipping-calculator-button, .login-form-footer .lost_password, .login-form-footer .lost_password:hover, .login-form-footer .lost_password:focus, .menu-item-register .create-account-link, .menu-item-register .create-account-link:hover, .menu-item-register .create-account-link:focus, .woodmart-my-account-links a:hover:before, .woodmart-my-account-links a:focus:before, .menu-style-default .main-nav .item-level-0:hover > a, .menu-style-default .woodmart-header-links .item-level-0:hover > a, .whb-color-dark .navigation-style-default .item-level-0:hover > a, .menu-style-default .main-nav .item-level-0:focus > a, .menu-style-default .woodmart-header-links .item-level-0:focus > a, .whb-color-dark .navigation-style-default .item-level-0:focus > a, .menu-style-default .main-nav .item-level-0.current-menu-item > a, .menu-style-default .woodmart-header-links .item-level-0.current-menu-item > a, .whb-color-dark .navigation-style-default .item-level-0.current-menu-item > a, .whb-enabled .vertical-navigation .menu-mega-dropdown .sub-menu > li > a:hover, .menu-style-default .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a:hover, .navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a:hover, .navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a:hover, .navigation-style-bordered .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a:hover, .whb-enabled .vertical-navigation .menu-mega-dropdown .sub-menu > li > a:focus, .menu-style-default .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a:focus, .navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a:focus, .navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a:focus, .navigation-style-bordered .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a:focus, .whb-enabled .vertical-navigation .menu-mega-dropdown .sub-sub-menu li a:hover, .menu-style-default .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:hover, .navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:hover, .navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:hover, .navigation-style-bordered .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:hover, .whb-enabled .vertical-navigation .menu-mega-dropdown .sub-sub-menu li a:focus, .menu-style-default .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:focus, .navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:focus, .navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:focus, .navigation-style-bordered .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:focus, .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > a:hover, .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > ul li a:hover, .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > ul li a:focus, .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > ol li a:hover, .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > ol li a:focus, .xtemos-category-list .tab-preview-count {
	color: #00a298;
	text-decoration: none;
}

.woodmart-wishlist-info-widget .wishlist-count, .woodmart-cart-design-2 .woodmart-cart-number, .woodmart-cart-design-5 .woodmart-cart-number, .woodmart-cart-design-4 .woodmart-cart-number, .btn.btn-color-primary, .button.btn-color-primary, button.btn-color-primary, .added_to_cart.btn-color-primary, [type=submit].btn-color-primary, [type=button].btn-color-primary, .btn-style-bordered.btn-color-primary:hover, .btn-style-bordered.btn-color-primary:focus, .product-label.onsale, .menu-label-primary, .main-nav .item-level-0.callto-btn > a, .menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a > span:not(.menu-label):after, .mobile-nav-tabs .mobile-tab-title:after, .icon-sub-menu.up-icon, .quantity input[type=button]:hover, .comment-form .submit, .mc4wp-form input[type=submit], .woodmart-pagination > span:not(.page-links-title), .page-links > span:not(.page-links-title), .slider-title:before, .woodmart-title-color-primary .title-subtitle.style-background, .woodmart-title-style-simple.woodmart-title-color-primary .liner-continer:after, .woodmart-social-icons.icons-design-simple .woodmart-social-icon a:hover, .subtitle-color-primary.subtitle-style-background, .woodmart-info-box .subtitle-color-primary.subtitle-style-background, .timer-style-active .woodmart-timer > span, .woodmart-price-table .woodmart-plan-footer > a, .woodmart-price-table.price-style-default .woodmart-plan-price, .product-grid-item .quick-shop-wrapper .quantity, .woocommerce-pagination .page-numbers .current, .cat-design-replace-title .category-title, .woodmart-hover-alt .btn-add-swap > a span:not(.woodmart-tooltip-label):before, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .woodmart-hover-quick .woodmart-add-btn > a, .product-list-item .woodmart-add-btn > a, .woodmart-hover-standard .btn-add > a, .woodmart-dark .woodmart-entry-meta .meta-reply .comments-count, .color-scheme-light .woodmart-entry-meta .meta-reply .comments-count, .meta-post-categories, .woodmart-single-footer .tags-list a:hover:after, .woodmart-single-footer .tags-list a:focus:after, .woocommerce input[name=save_account_details], .woocommerce input[name=save_address], .woocommerce input[name=track], .select2-container--default .select2-results__option[aria-selected=true], .popup-quick-view .woodmart-scroll-content > a, .popup-quick-view .view-details-btn, .woocommerce-store-notice, td.woocommerce-orders-table__cell-order-actions a, .account-payment-methods-table .button, .woocommerce table.wishlist_table td.product-add-to-cart a, .single_add_to_cart_button, .tabs-layout-tabs .tabs li a:after, .checkout_coupon .button, #place_order, .return-to-shop .button, .cart-totals-inner .checkout-button, .cart-actions .button[name=apply_coupon], .register .button, .login .button, .lost_reset_password .button, .woocommerce-MyAccount-content > p:not(.woocommerce-Message):first-child mark, .woocommerce-MyAccount-content > .button, .order-info mark, .order-again .button, .woocommerce-Button--next, .woocommerce-Button--previous, .woocommerce-MyAccount-downloads-file, #yith-wpv-abuse, #dokan-seller-listing-wrap .dokan-btn, div.open-table-widget .otw-button-wrap .otw-submit, div.open-table-widget .otw-button-wrap .otw-submit-btn, .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .widget_shopping_cart .buttons .checkout, .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus, .widget_product_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:focus, .widget_calendar #wp-calendar #today, .widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle:after, .widget_layered_nav ul .chosen a:before, .widget_product_categories .product-categories li a:hover + .count, .widget_product_categories .product-categories li a:focus + .count, .widget_product_categories .product-categories li.current-cat > .count, .woodmart-woocommerce-layered-nav .layered-nav-link:hover + .count, .woodmart-woocommerce-layered-nav .layered-nav-link:focus + .count, .woodmart-woocommerce-layered-nav .chosen .count, .menu-style-bordered .main-nav .item-level-0 > a > span:not(.menu-label):after, .menu-style-bordered .woodmart-header-links .item-level-0 > a > span:not(.menu-label):after, .whb-color-dark .navigation-style-underline .item-level-0 > a > span:not(.menu-label):after, .menu-style-bordered .full-screen-nav .item-level-0 > a > span:not(.menu-label):after, .menu-style-bordered .sub-menu-dropdown .sub-menu li a > span:not(.menu-label):after, .menu-style-bordered .sub-menu-dropdown .sub-sub-menu li a > span:not(.menu-label):after, .navigation-style-underline .item-level-0 > a > span:not(.menu-label):after, .navigation-style-underline .sub-menu-dropdown .sub-menu li a > span:not(.menu-label):after, .navigation-style-underline .sub-menu-dropdown .sub-sub-menu li a > span:not(.menu-label):after, .woodmart-products-tabs.tabs-design-default .products-tabs-title .tab-label:after, .category-nav-link .category-name:after, .masonry-filter li a:after, .woodmart-checkout-steps ul li span:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after, .xtemos-category-list .tab-preview-name:after {
	background-color: #00a298;
}

.border-color-primary, blockquote, .btn-style-bordered.btn-color-primary, .btn-style-bordered.btn-color-primary:hover, .btn-style-bordered.btn-color-primary:focus, .btn-style-link.btn-color-primary, .btn-style-link.btn-color-primary:hover, .btn-style-link.btn-color-primary:focus, .menu-label-primary:before, .quantity input[type=button]:hover, .woodmart-title-style-underlined.woodmart-title-color-primary .title, .woodmart-title-style-underlined-2.woodmart-title-color-primary .title, .woodmart-products-tabs.tabs-design-simple .tabs-name, .woodmart-price-table.price-highlighted .woodmart-plan-inner, .woocommerce-ordering select:focus, .woodmart-single-footer .tags-list a:hover, .woodmart-single-footer .tags-list a:focus, .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus, .widget_product_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:focus, .widget_layered_nav ul li a:hover:before, .widget_layered_nav ul .chosen a:before, .widget_product_categories .product-categories li a:hover + .count, .widget_product_categories .product-categories li a:focus + .count, .widget_product_categories .product-categories li.current-cat > .count, .woodmart-woocommerce-layered-nav .layered-nav-link:hover + .count, .woodmart-woocommerce-layered-nav .layered-nav-link:focus + .count, .woodmart-woocommerce-layered-nav .chosen .count {
	border-color: #00a298;
}

.with-animation .info-svg-wrapper path {
	stroke: #00a298;
}

.color-alt, .btn-style-bordered.btn-color-alt, .woodmart-title-color-alt .title-subtitle, .promo-banner .subtitle-color-alt, .promo-banner.subtitle-color-alt .banner-subtitle, .woodmart-info-box .subtitle-color-alt {
	color: #00a298;
}

.btn.btn-color-alt, .button.btn-color-alt, button.btn-color-alt, .added_to_cart.btn-color-alt, [type=submit].btn-color-alt, [type=button].btn-color-alt, .btn-style-bordered.btn-color-alt:hover, .btn-style-bordered.btn-color-alt:focus, .menu-label-secondary, .woodmart-title-color-alt .title-subtitle.style-background, .woodmart-title-style-simple.woodmart-title-color-alt .liner-continer:after, .promo-banner .subtitle-color-alt.subtitle-style-background, .woodmart-info-box .subtitle-color-alt.subtitle-style-background {
	background-color: #00a298;
}

.border-color-alternative, .btn-style-bordered.btn-color-alt, .btn-style-bordered.btn-color-alt:hover, .btn-style-bordered.btn-color-alt:focus, .btn-style-link.btn-color-alt, .btn-style-link.btn-color-alt:hover, .btn-style-link.btn-color-alt:focus, .menu-label-secondary:before, .woodmart-title-style-underlined.woodmart-title-color-alt .title, .woodmart-title-style-underlined-2.woodmart-title-color-alt .title {
	border-color: #00a298;
}

.single_add_to_cart_button, .widget_shopping_cart .buttons .checkout, .cart-totals-inner .checkout-button, .woodmart-hover-quick .woodmart-add-btn > a, .woodmart-hover-standard .btn-add > a, #place_order, .return-to-shop .button, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .register .button, .login .button, .lost_reset_password .button, .woodmart-price-table .woodmart-plan-footer > a, table.compare-list tr.add-to-cart td a, .popup-added_to_cart .view-cart, .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart, .popup-quick-view .woodmart-scroll-content > a, .product-list-item .woodmart-add-btn a, .yith-woocompare-premium .compare-list .product_info .button, .yith-woocompare-premium .compare-list .add-to-cart .button, .yith-woocompare-premium .compare-list .added_to_cart, #yith-woocompare-related .related-products .woocommerce > a, a.success-button {
	background-color: #00a396;
}

/*.single_add_to_cart_button:hover, .single_add_to_cart_button:focus, .widget_shopping_cart .buttons .checkout:hover, .widget_shopping_cart .buttons .checkout:focus, .cart-totals-inner .checkout-button:hover, .cart-totals-inner .checkout-button:focus, .woodmart-hover-quick .woodmart-add-btn > a:hover, .woodmart-hover-quick .woodmart-add-btn > a:focus, .woodmart-hover-standard .btn-add > a:hover, .woodmart-hover-standard .btn-add > a:focus, #place_order:hover, #place_order:focus, .return-to-shop .button:hover, .return-to-shop .button:focus, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:focus, .register .button:hover, .register .button:focus, .login .button:hover, .login .button:focus, .lost_reset_password .button:hover, .lost_reset_password .button:focus, .woodmart-price-table .woodmart-plan-footer > a:hover, .woodmart-price-table .woodmart-plan-footer > a:focus, table.compare-list tr.add-to-cart td a:hover, table.compare-list tr.add-to-cart td a:focus, .popup-added_to_cart .view-cart:hover, .popup-added_to_cart .view-cart:focus, .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:hover, .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:focus, .popup-quick-view .woodmart-scroll-content > a:hover, .popup-quick-view .woodmart-scroll-content > a:focus, .product-list-item .woodmart-add-btn a:hover, .product-list-item .woodmart-add-btn a:focus, .yith-woocompare-premium .compare-list .product_info .button:hover, .yith-woocompare-premium .compare-list .product_info .button:focus, .yith-woocompare-premium .compare-list .add-to-cart .button:hover, .yith-woocompare-premium .compare-list .add-to-cart .button:focus, .yith-woocompare-premium .compare-list .added_to_cart:hover, .yith-woocompare-premium .compare-list .added_to_cart:focus, #yith-woocompare-related .related-products .woocommerce > a:hover, #yith-woocompare-related .related-products .woocommerce > a:focus, a.success-button:hover, a.success-button:focus {*/
/*background-color: #55c9d6;*/
/*}*/

.cart-actions .button[name="apply_coupon"], td.woocommerce-orders-table__cell-order-actions a, .woocommerce-Button--next, .woocommerce-Button--previous, .comment-form .submit, .mc4wp-form input[type="submit"], .woocommerce input[name="save_account_details"], .woocommerce input[name="save_address"], .woocommerce input[name="track"], .main-nav .item-level-0.callto-btn > a, .checkout_coupon .button, .cookies-buttons .cookies-accept-btn, .post-password-form input[type="submit"], #yith-wpv-abuse, div.open-table-widget .otw-button-wrap .otw-submit, div.open-table-widget .otw-button-wrap .otw-submit-btn, .woocommerce-MyAccount-content > .button, .account-payment-methods-table .button, #dokan-seller-listing-wrap .dokan-btn, .woocommerce-MyAccount-downloads-file, .order-again .button {
	background-color: #00a396;
}

.cart-actions .button[name="apply_coupon"]:hover, .cart-actions .button[name="apply_coupon"]:focus, td.woocommerce-orders-table__cell-order-actions a:hover, td.woocommerce-orders-table__cell-order-actions a:focus, .woocommerce-Button--next:hover, .woocommerce-Button--next:focus, .woocommerce-Button--previous:hover, .woocommerce-Button--previous:focus, .comment-form .submit:hover, .comment-form .submit:focus, .mc4wp-form input[type="submit"]:hover, .mc4wp-form input[type="submit"]:focus, .woocommerce input[name="save_account_details"]:hover, .woocommerce input[name="save_account_details"]:focus, .woocommerce input[name="save_address"]:hover, .woocommerce input[name="save_address"]:focus, .woocommerce input[name="track"]:hover, .woocommerce input[name="track"]:focus, .main-nav .item-level-0.callto-btn > a:hover, .main-nav .item-level-0.callto-btn > a:focus, .checkout_coupon .button:hover, .checkout_coupon .button:focus, .cookies-buttons .cookies-accept-btn:hover, .cookies-buttons .cookies-accept-btn:focus, .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus, #yith-wpv-abuse:hover, #yith-wpv-abuse:focus, div.open-table-widget .otw-button-wrap .otw-submit:hover, div.open-table-widget .otw-button-wrap .otw-submit:focus, div.open-table-widget .otw-button-wrap .otw-submit-btn:hover, div.open-table-widget .otw-button-wrap .otw-submit-btn:focus, .woocommerce-MyAccount-content > .button:hover, .woocommerce-MyAccount-content > .button:focus, .account-payment-methods-table .button:hover, .account-payment-methods-table .button:focus, #dokan-seller-listing-wrap .dokan-btn:hover, #dokan-seller-listing-wrap .dokan-btn:focus, .woocommerce-MyAccount-downloads-file:hover, .woocommerce-MyAccount-downloads-file:focus, .order-again .button:hover, .order-again .button:focus {
	background-color: #57c7d6;
}

a.success-button {
	color: #fff;
}

.woodmart-promo-popup {
	background-color: #111111;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}

.header-banner {
	background-color: #aed6f1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

.vc_custom_1528982219127 {
	margin-bottom: 7vh !important;
	padding-top: 4vh !important;
	padding-bottom: 4vh !important;
	background-image: url(/image/catalog/2017/06/wood-main-bga916.html?id=44) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.vc_custom_1534243973164 {
	margin-bottom: 9vh !important;
}

.vc_custom_1524157396412 {
	margin-bottom: 9vh !important;
}

.vc_custom_1497424346406 {
	padding-top: 0px !important;
}

.vc_custom_1547654884302 {
	margin-bottom: 40px !important;
}

.vc_custom_1497433701576 {
	margin-bottom: 0px !important;
}

.vc_custom_1497433688310 {
	margin-bottom: 25px !important;
	padding-top: 0px !important;
}

.wpb_animate_when_almost_visible {
	opacity: 1;
}

.woocommerce-product-gallery{
	opacity: 1 !important;
}



.mfilter-col-input input[type="radio"], .mfilter-col-input input[type="checkbox"] {
	cursor: pointer;
	display: inline-block;
	height: 24px;
	position: relative;
	width: 24px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 100%;
	-webkit-appearance: none;
	outline: none;
}

.mfilter-col-input.mfilter-input-active input[type="radio"]:checked:after, .mfilter-col-input.mfilter-input-active input[type="checkbox"]:checked:after {
	background-color: rgba(0,0,0,.1);
	border-radius: 100%;
	content: '';
	display: block;
	height: 86%;
	left: 50%;
	position: relative;
	top: 50%;
	width: 86%;
	transform: translate(-50%, -50%);
	outline: none;
}

.mfilter-image ul li, .mfilter-image_radio ul li {
	width: calc(50% - 4px);
}

.mfilter-image ul li label, .mfilter-image_radio ul li label {
	width: 100%;
}

.mfilter-image ul li img, .mfilter-image_radio ul li img {
	width: 100%;
}

.owl-carousel {
	transition: 0.8s;
}

.main-banner-carousel.owl-carousel:not(.owl-loaded){
	opacity: 0;
}

.products__featured .owl-stage-outer {
	padding-bottom: 70px;
}

.products__featured + .products__featured {
	margin-top: -70px;
}