.basket_attempt_p { width: 12px; height: 27px; background-size: contain; cursor:pointer;display: block; position: absolute; top: 45%; }
.basket_attempt_p.left { background: url(/images/slider-arrow.png?31bf777…) center center no-repeat;left:30px; }
.basket_attempt_p.right { background: url(/images/slider-arrow.png?31bf777…) center center no-repeat;transform: translate(0,-50%) rotate(180deg); }

.slide_page { display: none; }
.slide_page.active { display: flex; }

#cart_slider_right { z-index:9999; }
#cart_slider_left { z-index:9999; }

.row.drinks_prods { user-select: none;position:relative; }
.drinks_block_devider { width:90%;margin:5px auto; height:1px; background: #e1e1e1; }
.text-center  { text-align: center; }
.drink_prod_wrap { text-align: center; }
.drink_prod_wrap .img_prev { display:inline-block; max-height:150px; width:auto; }
.drink_prod_wrap .drink_name { min-height:80px; }

@media screen and (max-width:480px){
	.slide_page { width:90%; margin:0 auto; }
	.slide_page .col-sm-4:last-child { display: none; }
	#cart_slider_right { position:absolute; right:0; left:84%; top:47%; }
	#cart_slider_left { position:absolute; left:0; top:45%; }
}