#main > .wf-wrap {
    width: 90%;
    margin: auto;
	padding: 0 50px;
	box-sizing: border-box;
	max-width: 100%;
}
.home-cats .vc_column-inner {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.home-cats .shop-cats-grid:not(.owl-carousel) {
    display: flex;
    gap: 10px;
}
.shop-cats-grid.owl-carousel {
	max-width: 100%;
    min-width: calc(100vw - 47px);
}
.shop-cats-grid.owl-carousel .owl-nav.disabled {
    display: block;
}
.shop-cats-grid.owl-carousel .owl-nav button {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 35px;
    background: var(--secondary) !important;
    width: 35px;
    border: 2px solid #fff !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
.shop-cats-grid.owl-carousel .owl-nav button i::before {
	color: #fff;
}
.shop-cats-grid.owl-carousel .owl-nav button.owl-prev {
    right: -20px;
	border-radius: 50px 0 0 50px;
	border-right: none !important;
}
.shop-cats-grid.owl-carousel .owl-nav button.owl-next {
	left: -20px;
    border-radius: 0 50px 50px 0;
	border-left: none !important;
}
.shop-cats-grid.owl-carousel .owl-nav button:hover {
	background: var(--primary) !important;
}

.shop-cat-item {
    flex: 1;
    text-align: center;
}
.shop-cat-item a {
    font-weight: 500;
    font-size: 1.2vw;
    line-height: 1;
    display: block;
    box-shadow: inset 0 0 0px 3px #fff, 0 0 10px -5px #333;
    padding: 20px 10px;
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
    transition: .3s;
    border: 3px solid #e6ae41;
    background-color: rgb(41, 178, 214);
    background-image: url(https://dev.fridap.co.il/wp-content/themes/dt-the7-child/images/home-bg.svg);
    background-size: cover;
    background-blend-mode: hard-light;
}
.shop-cats-img {
    margin-bottom: 8px;
}
.shop-cat-item img {
    width: 50%;
    max-width: 80px;
}
.owl-carousel .owl-item .shop-cat-item img {
	display: inline-block;
}
.shop-cat-item a:hover {
    box-shadow: inset 0 0 0px 3px #fff, 0 0 15px -5px var(--primary);
    background-color: var(--primary);
    border-color: var(--secondary);
    color: var(--secondary);
}

/* row */
.home-row {
	padding: 0 0px;
}
.about-row.home-row {
	padding: 35px 0 0px;
}
.home-row h1, .home-row h2 {
    margin-bottom: 20px;
    text-shadow: 0px 1.5px 0 #ececec;
}
.home-row h1 b,
.home-row h2 b {
	color: var(--primary);
	font-weight: 500;
}
.home-row .wpb_column.vc_col-sm-6 .wc-grid .dt-css-grid {
	grid-template-columns: repeat(3,1fr);
}
.combar-button {
	margin: 30px 0 35px;
	text-align: center;
}
.combar-button button {
	border: 2px solid #fff;
	background: var(--primary);
	color: #fff;
	font-weight: 500;
	padding: 5px 20px;
	line-height: 1;
	border-radius: 5px;
	transition: .3s;
}
.combar-button button:hover,
.bg-row.home-row .vc_col-sm-6:first-child .combar-button button:hover {
	background: #000;
}
.bg-row.home-row {
	background-image: url(../images/home-bg.svg);
	background-size: cover;
}
.home-row.bg-row .vc_col-sm-6:first-child::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    height: 100%;
    width: 4px;
    background: #fff;
    z-index: 2;
}
.home-row.bg-row .wpb_column.vc_col-sm-6 .vc_column-inner {
	padding-left: 10% !important;
	padding-right: 10% !important;
}
.bg-row.home-row .vc_col-sm-6:first-child h2 b {
	color: var(--secondary);
}
.bg-row.home-row .vc_col-sm-6:first-child .combar-button button {
	background: var(--secondary);
}	
.about-row.home-row {
	text-align: center;
}


@media only screen and (max-width: 990px) {
	#main > .wf-wrap {
		width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 900px) {
	.home-cats .shop-cats-grid:not(.owl-carousel) {
		display: flex;
		overflow: auto;
		gap: 0;
	}
	.shop-cat-item {
		flex: 0 0 auto;
		margin-left: 15px;
		min-width: calc(19% - 20px);
	}
	.shop-cat-item a {
		font-size: 1rem;
		padding: 10px;
	}
	.shop-cat-item img {
		width: 60px;
	}
	.home-row.bg-row .wpb_column.vc_col-sm-6 .vc_column-inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.home-row .wpb_column.vc_col-sm-6 .wc-grid .dt-css-grid {
		grid-template-columns: repeat(2,1fr);
	}
	
}
@media only screen and (max-width: 768px) {
	.shop-cat-item {
		margin-left: 10px;
		min-width: calc(40% - 20px);
	}
	.shop-cat-item a {
		font-size: .9rem;
		border-width: 2px;
	}
	.home-row.bg-row .vc_col-sm-6:first-child::after { 
		display: none;
	}
	.bg-row .wc-grid.dt-products.products .dt-css-grid {
		display: flex;
		overflow: auto;
		grid-column-gap: normal;
		grid-row-gap: normal;
	}
	.bg-row .wc-grid.dt-products.products .dt-css-grid > div {
		flex: 0 0 calc(48% - 15px);
		margin-left: 15px;
		width: calc(48% - 15px);
	}
	.bg-row .wc-grid.dt-products.products .dt-css-grid > div:last-child {
		margin-left: 0;
	}

}