@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fa-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#dvloader {
	background-color:rgba(0,0,0,0.66);
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	z-index:150000 !important;
}
.anychart-credits 
{
	display: none;
	
}

.list-group-horizontal{
     flex-direction: row;
 }
/*--funcs/get_basket.php*/
.basket-products
{
	min-height: 250px;
	max-height:60vh;
	overflow: hidden auto;
	scrollbar-color: #777;
	scrollbar-width: thin;
}
/*--order.php*/
.prod_box
{
	cursor: pointer;
}

#side_basket
{
	position: sticky;
	top: 80px;
}
/*--funcs/product_detail.php*/

/*--mobile.php*/
.mb_bg
{
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-position: center top;
}

@media (max-width: 768px)
{
	
}

@media (max-width: 576px)
{
	#pagi {
		display: none;
	}
	#branding_bar_img, #branding_bar_cl_info {
		display: none;
	}
	#side_basket {
		/*display: none;*/
	}
}