@media (max-width: 950px) {


	.the_excerpt {
		height: 100px;
	}
	.out-of-box-footer .category-item {
		display: flex;
		justify-content: center;
	}

	footer .category-item {
		width: 48%;
	}

	.decor-social {
		left: -40px;
	}
}


body, html {
	overflow-x: hidden;
}

.single-post-content {
	min-height: 800px;
}

.yoast_breadcrumb {
	padding: 20px 0px;
}

.section-top-inner {
	height: fit-content;
}

section.contact input, section.contact textarea  {
	color: black; /* Sets the text color inside the input to black */
}

section.contact input::placeholder, section.contact textarea::placeholder {
	color: black; /* Sets the placeholder text color to black */
}


.footer-shape-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer-shape-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.product-template-default .swiper-container {
    position: relative;
    overflow: hidden;
    padding: 0 0px;
    width: 80%;
    margin: auto;
    margin-top: 40px;
}

.product-template-default  .swiper-button-next {
    width: 40px !important;
    right: 94% !important;
    bottom: 74px;
    top: auto;
}

.product-template-default  .swiper-button-prev {
     right: 0.5% !important;
    bottom: 74px;
    top: auto;
}

.product-template-default  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 150px;
    position: relative;
    transition-property: transform;
    display: block;
    display: flex;
    align-items: center;
}

@media (max-width: 950px) {

	#added-value-slider {
		padding-top: 20px;
	}

	.footer-shape-left {
		transform: translateY(-10%);
		height: 140px;
		left: -20px;
	}

	.footer-shape-right {
		transform: translateY(-90%);
		height: 140px;
		right: -20px;
	}


	.compliment_cat {
		padding-bottom: 50px;
	}

	.compliment_cat_item_1 {
		position: relative;
	}

	.compliment_cat_section .block1 {
		overflow: hidden;
		height: 852px;
	}

}


.more-products {
	margin-top: 50px;
}

.box-product {
	text-align: center;
	position: relative;
	padding: 0px 20px;
}

.box-product:not(:nth-child(4n))::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: black;
}

.box-product p.product-excerpt {
	font-size: 18px;
	margin-top: 15px;
}


.box-product .button-product {
	margin-top: 20px;
}

@media (max-width: 1280px) {
	.box-product {
		padding: 40px 20px;
	}
	
	
	.box-product:not(:nth-child(4n))::after {
		content: none;
	}
	.box-product:nth-child(odd)::after {
		top: 20px;
		bottom: 20px;
		height: auto;
		content: "";
	}
	.box-product:not(:nth-last-child(-n+2))::before {
		content: "";
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 0;
		height: 1px;
		background-color: black;
	}
}

@media (max-width: 380px) {
	.box-product::after {
		content: none !important;
	}
	.box-product::before {
		content: none !important;
	}
	.box-product {
		padding: 20px 20px;
	}
}


.contact_col .contact_row{
	padding-left: 20px;
    padding-right: 20px;
}
.grid_wrap{
	 gap: 147px;
}

.contact_col .contact_row .dnone{
	display: none;
}

.span_el,
.btn_el{
	font-size: 18px;
}

@media (max-width: 1600px) {
	.grid_wrap{
		 gap: 80px;
	}
	.span_el,
	.btn_el{
		font-size: 16px;
	}
}

