.home #content_wrapper{
	margin-top: 0!important;
}
/*screen1 slider*/
a.button.slide_more{
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}
.slider_item,
.home_slider_wr:not(.slick-initialized){
	height: 345px;
	overflow: hidden;
}
.home_slider_wr:not(.slick-initialized){
	opacity: 0;
}
.slider_item{
	width: 100%;
	display: block;
	overflow: hidden;
}
.slider_item img{
	border-radius: 20px;
}


.slider_item>.container{
	z-index: 10;
}

@media (min-width: 992px){
	.home_slider_wr:not(.slick-initialized),
	.slider_item {
		height: 400px;
	}
	.home_slider .slick-prev {
		left: 35px;
	}
	.home_slider .slick-next {
		right: 35px;
	}
}
/*screen2*/
.cat_item{
	height: 200px;
	border-radius: 20px;
	overflow: hidden;
}
.cat_item>a{
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.cat_item img{
	transition: all ease .3s;
}
.cat_item:hover img{
	filter: grayscale(1);
}
@media (min-width: 768px){
	.cat_item{
		height: 350px;
	}
}
.screen2 .col-12:nth-child(1) .cat_item .cat_hd_1{
	color:#734723;
}
.screen2 .col-12:nth-child(2) .cat_item .cat_hd_1{
	color:#4f3881;
}
.screen2 .col-12:nth-child(3) .cat_item .cat_hd_1{
	color:#36616d;
}
.screen2 .col-12 .cat_item a.button{
	font-size: 14px;
}
.screen2 .col-12:nth-child(1) .cat_item a.button{
	background-color:#734723;
}

.screen2 .col-12:nth-child(2) .cat_item a.button{
	background-color:#4f3881;
}

.screen2 .col-12:nth-child(3) .cat_item a.button{
	background-color:#36616d;
}
/*screen 3*/
.screen3{
	margin-top: 31px;
	background-color:#faf4f2;
}
.screen3:before{
	content:'';
	height: 31px;
	width: 100%;
	left: 0;
	top: -31px;
	display: block;
	position: absolute;
	background-image:url('/wp-content/themes/happyberry/images/ico_wave.png');
	background-position: center;
}
.brand_item{
	height: 270px;
	background-color: #fff;
	border-radius: 20px;
}
.brand_item>a{
	height: 150px;
	margin-top: 20px;
}
/*screen4*/
/* 
.tab-pane{
	min-height: 860px;
}
 */
/*tabs start*/
.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.nav-link{display:block}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;text-decoration: underline;}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-item{list-style:none}

ul.nav-tabs{
	display: flex;
	align-items:center;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
@media (max-width: 575px){
	ul.nav-tabs{
		flex-direction: column;
	}
	ul.nav-tabs li {
		margin-bottom: 10px;
	}
}


ul.nav-tabs li a{
	cursor: pointer;
	color:#000;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none!important;
	padding: 10px;
	border-radius: 20px;
	border: 1px dashed;
}
ul.nav-tabs li a.active,
ul.nav-tabs li a.show,
ul.nav-tabs li a:hover{
	color: #e79999!important;
	border-color: #e79999;
}
/*tabs end*/

/*screen5*/
.banner_item{
	height: 400px;
}
@media(min-width: 1200px){
	.banner_item{
		height: 420px;
	}

}