.basket {
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 16px 16px;
	box-shadow: 0px 22px 24px 0px rgba(46,51,51,0.07);
	padding:10px 10px 0px;
}
.basket-fixed {
	position:fixed;z-index:9999;top:0;
}

.btn-checkout {cursor:pointer;display:block;width:100%;}

@media screen and (width < 992px){
	.basket-fixed {
		bottom:0;
		left:0;
		border-radius: 0;
		top: auto;
	}
	.mobile_basket {
		display:none;
	}
	.hide_mobile {display:none;}
	.order_items_open {
		max-height: 30vh !important;
	}
	.main_row_v2_basket_open {
		margin-top: 1vh;
		margin-bottom: 4vh;
	}
}
@media screen and (width >= 992px){
	.hide_screen {display:none;}
}

.basket {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.clear_basket {
	padding: 5px 5px;
}
