.editor-styles-wrapper .wp-block {
    display: inline-block;
}
.shop_page_header{
	position: relative;
	float:left;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 270px 0;
    background-size: cover;
    background-position: center;
}
.edit-post-visual-editor .shop_page_header{
    width: 100%;
}
.shop_page_header h1{
	font-size: 75px;
    color: #FFF;
    margin: 0;
}
.shop_page_header + .dgwt-wcas-search-wrapp{
	display:inline-block;
	width:100%;
	padding:25px 0;
}
.categories_banners,
.categories_banners_grid{
	float:left;
	width:100%;
}
.categories_banners_grid{
	display: inline-grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: stretch;
	justify-content: space-between;
	grid-gap: 20px;
}
.category_banner_item{
	position:relative;
	background-position:center;
	background-size:cover;
	color:#FFF;
	text-align:center;
	text-decoration: none;
}
.category_banner_item .spacer{
	float:left;
	width:100%;
	padding-top:90%;
}
.category_banner_content{
	position:absolute;
	top:50%;
	left:50%;
	width:calc(100% - 40px);
	max-width:430px;
	padding:0 30px;
	box-sizing:border-box;
	color:#FFF;
	transform:translate(-50%, -50%);
}
.category_banner_content h3{
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	color:#FFF;
	line-height: 105%;
	margin:0 0 20px 0;
}
.category_banner_content p{
	font-size: 18px;
	line-height: 156%;
	margin-bottom:0;
}
.category_banner_readmore{
	position:absolute;
	bottom:70px;
	left:50%;
	transform:translatex(-50%);
	color:#FFF;
	text-transform:uppercase;
	letter-spacing: 4px;
	text-decoration:none;
	font-weight: 500;
	font-size: 12px;
	line-height: 30px;
	transition:all 0.3s;
}
.category_banner_readmore:hover{
	color:#FFF;
}
.category_banner_readmore:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background:#FFF;
	transition:all 0.3s;
}
.category_banner_readmore:hover:after{
	background:#E62841;
}
.products_carousel_section,
.products_carousel{
	float:left;
	width:100%;
}
.products_carousel_section{
	position:relative;
	padding-bottom:80px;
	margin-bottom:80px;
	border-bottom:1px solid #ABABAB;
}
.products_carousel_section.no_border_bottom{
	border:none;
}
.products_carousel_section:last-of-type{
	border-bottom:none;
}
.products_carousel{
	text-align:center;
}
.product_carousel_item{
	color:curentColor;
	text-decoration:none;
}
.product_carousel_item_image,
.product_carousel_item_image img{
	float:left;
	width:100%;
}
.product_carousel_item_image{
	margin-bottom:30px;
}
.product_carousel_item h3{
	font-weight: normal;
	font-size: 20px;
	line-height: 125%;
	color: #0D0D0D;
}
.product_carousel_item_price{
	font-weight: bold;
    font-size: 20px;
}
.carousel_title{
	font-size: 45px;
	line-height: 105%;
	letter-spacing: -1px;
	color: #0D0D0D;
	margin:0 0 40px 0;
}
.products_carousel.owl-carousel .owl-nav{
	position: absolute;
    display: flex;
    top: -50px;
    right: 0;
    transform: translatey(-100%);
}
.products_carousel.owl-carousel .owl-nav .owl-prev{
	display:inline-block;
	width: 41px;
    height: 23px;
	margin:0 40px 0 0;
    background-image: url(../images/carousel_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
	transition:all 0.3s;
}
.products_carousel.owl-carousel .owl-nav .owl-next{
	display:inline-block;
	width: 41px;
    height: 23px;
	margin:0;
    background-image: url(../images/carousel_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
	transition:all 0.3s;
}
.products_carousel.owl-carousel .owl-nav .owl-prev:hover,
.products_carousel.owl-carousel .owl-nav .owl-next:hover{
	background-image: url(../images/carousel_arrow_red.svg);
}
.icons_grid_section{
	position: relative;
    width: 100vw;
	float:left;
    left: 50%;
    transform: translateX(-50%);
}

.edit-post-visual-editor .icons_grid_section{
    width: 100%;
}
.icons_grid{
	position: relative;
    left: 50%;
    width: 100%;
    max-width: 1400px;
    display: inline-grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: stretch;
    justify-content: space-between;
    gap: 10px;
    padding: 90px 30px;
    box-sizing: border-box;
    transform: translateX(-50%);
}
.icon_item{
	display:flex;
	align-items:center;
}
.icon_item i{
	float:left;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:50px;
	color: #e62841;
	margin-right:10px;
}
.icon_item .icon_item_title,
.icon_item .icon_item_desc{
	float:left;
	width:100%;
	line-height:100%;
}
.icon_item .icon_item_title{
	font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}
.icon_item .icon_item_desc{
    font-size: 12px;
	color:#adafb3;
}

.wc-block-product-search{
	display: inline-block;
    width: 100%;
    padding: 40px 0;
}

@media(max-width:992px) {
	.shop_page_header {
		padding: 135px 0;
	}
	.shop_page_header h1 {
	    font-size: 40px;
	}
	.categories_banners {
		padding: 25px 0;
	}
	.categories_banners_grid {
    	grid-template-columns: 1fr;
		gap:0;
	}
	.category_banner_item{
		margin-bottom: 25px;
	}
	.category_banner_item .spacer{
		display:none;
	}
	.category_banner_content{
		position: relative;
		padding: 50px 30px 30px;
		width: 100%;
		margin: 0 auto;
		top: inherit;
		left: inherit;
		transform: none;
	}
	.category_banner_content h3 {
    	font-size: 30px;
	}
	.category_banner_content p {
		font-size: 14px;
		line-height: 130%;
	}
	.category_banner_readmore {
    	display: inline-block;
		position: relative;
		left: inherit;
		bottom: inherit;
		margin-bottom: 50px;
		transform: none;
	}
	.carousel_title {
    	font-size: 30px;
	}
	.products_carousel.owl-carousel .owl-nav {
    	top: -45px;
	}
	.products_carousel.owl-carousel .owl-nav .owl-prev {
    	width: 35px;
    	height: 20px;
    	margin: 0 15px 0 0;
	}
	.products_carousel.owl-carousel .owl-nav .owl-next {
    	width: 35px;
   		height: 20px;
	}
	.icons_grid {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.icon_item {
    	flex-direction: column;
		margin-bottom:20px;
	}
	.icon_item:last-child{
		margin-bottom:0;
	}
}


