.slider_top_product_container{
	position: relative;
}
.slaider_main_top_product{
	overflow: hidden;
}
.dots_section_main{
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.prev_button_section_main.swiper_prev,
.next_button_section_main.swiper_next
{
	position: absolute;
	top: calc(50% - 30px);
}
.prev_button_section_main.swiper_prev{
	left: calc(0px - 48px);
}
.next_button_section_main.swiper_next{
	right: calc(0px - 48px);
}

@media(max-width:991px){
	.prev_button_section_main.swiper_prev,
	.next_button_section_main.swiper_next
	{
		display: none;
	}
	.dots_section_main {
		margin-top: 30px;
		
	}
}