.CUSTOM_PAGE .splide__arrow{
	background: #F5E199;
}

@-moz-document url-prefix() {
	.left__image{
		margin-top: 700px !important;
	}
	
	.right__image{
		margin-top: 700px !important;
	}
}

.left__image{
	width: calc((100% - 1200px)/2);
	position: absolute; 
	margin-top: 350px;
	left: 3%;
	max-width: 225px;
}

.right__image{
	width: calc((100% - 1200px)/2);
	position: absolute; 
	margin-top: 350px;
	right: 3%;
	max-width: 225px;
}

.title__images{
	width: 50px; 
	height: 50px; 
	margin-top: -40px; 
	margin-left: 10%;
}

.title__images2{
	width: 50px; 
	height: 50px; 
	margin-top: -40px; 
	margin-left: 10%;
}

.images__row{
	min-width: 480px;
}

.items__row{
	max-width: 1000px;
	margin: auto;
	text-align: center;
}

.main__images__row{
	display: flex;
    align-items: center;
	justify-content: center;
}

@media(max-width: 1450px){
	.items__row{
		max-width: 700px;
	}

	.left__image{
		width: calc((100% - 700px)/2);
		position: absolute;
		left: 0;
	}
	
	.right__image{
		width: calc((100% - 700px)/2);
		position: absolute; 
		right: 0;
	}
}

@media (min-width: 1025px){
	.items__row .PRODUCT_ITEM {
	    width: 33.33%;
	}
}

@media(max-width: 900px){
	.left__image{
		position: unset;
		width: 30%;
		margin-top: 0px; 
		left: 0;
	}
	
	.right__image{
		position: unset;
		width: 30%;
		margin-top: 0px; 
		right: 0;
	}

	@-moz-document url-prefix() {
		.left__image{
			margin-top: 0px !important;
		}
		
		.right__image{
			margin-top: 0px !important;
		}
	}
}

@media(max-width: 700px){
    .title__images2{
		display: none;
	}	
}