.menu-name-price{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 8px;
}
.w-dotted{
	flex: 1;
	border-bottom: 5px dotted #C9AB82;
	height: 15px;
}
.w-tag{
	padding: 8px;
	border-radius: 2px;
}
.w-name-wrap{
	padding-right: 10px;
}
.w-price{
	padding-left: 10px;
}
.w-step-item{
	display: flex;
	flex-wrap: nowrap;
}
.step-item-left{
	flex: 0 0 50px;
	max-width: 50%;
	position: relative;
}
.step-item-left:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: calc(100% - 50px);
	content: '';
	border-left: 1px dashed #C9AB82;
}
.w-step-item:last-child .step-item-left:after{
	display: none;
}
.step-item-right{
	flex: 1;
	padding-left: 24px;
}
.w-step-count{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
	border: 1px solid #C9AB82;
	border-radius: 50%;
}
.w-step-count span{
	width: 100%;
	height: 100%;
	background: #FFF1E0;
	box-shadow: 0px 10px 15px rgba(21, 37, 71, 0.15);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wehomo-promo-slider{
	display: flex;
	flex-wrap: wrap;
}
.w-promo-slide-nav{
	flex: 0 0 40%;
	max-width: 40%;
	background: #841C23;
	mix-blend-mode: normal;
	opacity: 0.9;
	padding: 32px 24px 32px 24px;
}
.w-promo-slider-for-item{
	flex: 0 0 60%;
	max-width: 60%;
}
.w-promo-slide-nav .w-promo-slider-nav-item{
	padding: 24px 24px 50px 24px;
	border: 1px solid #FBF1A1;
	margin-bottom: 0;
}
.w-promo-slide-nav .slick-dots{
	position: absolute;
    bottom: 24px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0;
}
.w-promo-slider-item-background a{
	display: block;
	height: 0;
	padding-top: 45.5%;
	position: relative;
}
.w-promo-slider-item-background a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wehomo-promo-slider .slick-dots li button:before{
	color: #C9C6C2;
	opacity: 1;
	width: 26px;
	height: 26px;
	line-height: 26px;
}
.wehomo-promo-slider .slick-dots li button{
	width: 26px;
	height: 26px;
	border-radius: 50%;
}
.wehomo-promo-slider .slick-dots li.slick-active button{
	border: 1px solid #B69B76;
}
.wehomo-promo-slider .w-slider-item-content{
	text-align: center;
	position: relative;
}
.wehomo-promo-slider .w-slider-item-content .w-slider-link{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	top: 0;
	left: 0;
}
@media (max-width: 767px){
	.w-promo-slide-nav{
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
	.w-promo-slider-for-item{
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}
}
@media (min-width: 1200px){
	.elementor-widget-tabs .elementor-tab-content{
		padding: 0 !important;
	}
}
.w-posts-wrap{
	margin-left: -15px;
	margin-right: -15px;
}
.w-post2{
	padding: 0 15px;
	margin-bottom: 30px;
}
.w-post2-title {
	font-family: 'Rufina';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.055em;
	color: #FFFFFF;
}
.w-excerpt{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0.055em;

	color: #FFFFFF;

}
.w-post-date{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}
.w-readmore a{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 10px 16px 10px 16px;
	transition: all 0.25s;
	background-color: transparent;
}
.w-readmore a:hover{
	background-color: #ffffff;
	color: #1E1E1E;
}
.w-post2-text{
	margin: 15px 0 60px;
}
.w-post2-thumbnail{
	overflow: hidden;
}
.w-post2-thumbnail a{
	display: block;
	position: relative;
	height: 0;
	padding-top: 130%;
}
.w-post2-thumbnail img{
	transition: all 0.25s;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}
.w-post2-thumbnail img:hover{
	transform: scale(1.2);
}
.elementor-tab-title{
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 25px !important;
	margin-right: 25px !important;
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}
.elementor-tab-title.elementor-active{
	border-bottom: 1px solid #C9AB82 !important;
}
.elementor-tabs-wrapper{
	margin-bottom: 70px;
}
.elementor-tab-title.elementor-tab-mobile-title{
	display: none;
}
.elementor-tabs .elementor-tabs-wrapper{
	display: flex !important;
	justify-content: center;
}