.avail_c{
	height: 13px;
	width: 0;
	visibility: hidden;
}

.avail_d{
	width:100px;
	float:left;
}



.avail_d label {
	cursor: pointer;
	text-indent: -9999px;
	width: 80px;
	height: 30px;
	background: #000;
	display: block;
	border-radius: 100px;
	position: relative;
	top:-5px;
}

.avail_d label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.avail_c:checked + label {
	background: #395b9b;
	/*background: #152d6c;*/
	
}

.avail_c:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.avail_d label:active:after {
	width: 40px;
}
	
#superbar{
	width:100%;
	background-color:#f0f0f0;
	padding-bottom:5px;
	min-width:1250px;
}

#bar_container{
	width:600px;
	font-size:20px;
}

#bar_normal_mode{
	float:left;
	padding-top:15px;
}

#bar_normal_mode span{
	color:red;
	font-weight:bold;
}

#bar_super_mode{
	float:left;
	padding-top:15px;
	font-weight:700;
}


#bk_divx{
	background-color:#fff;
	width:100%;
	min-width:1250px;
}

#supermode_container{
	min-width:1000px;
	width:80%;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10%;
	padding-left:10%;
}

#supermode_categories{
	width:80%;
	margin-left:10%;
}

.categoriesx{
	width:16%;
	margin-right:0.5%;
	float:left;
	cursor:pointer;
	text-align:center;
	padding:5px 0px;
	margin-bottom:5px;
}

#super_bar_products{
	background-color:#fff;
	width:100%;
	border:1px solid #fff;
	border-radius:5px;
	/*padding-left:2%;
	padding-right:2%;*/
}

#title_catx{
	color:#061944;
	font-size:32px;
	text-align:center;
	width:100%
}

.light_blue_line{
	clear:both;
	height:8px;
	background-color:#14d6ff;
	margin-top:5px;
}

#super_bar_products_container{
	width:100%;
	margin-right:1%;
	float:left;
	padding:20px 0px;
}

#super_gotostock{
	float:left;
	width:39%;
	padding-left:10%;
	padding-right:2%;
}

#super_gotonormal{
	float:left;
	width:39%;
	padding-right:10%;
}

#bf_view{
	width: 90%;
	padding-bottom: 2px;
	display:none;
}

#bf_view .pr_kb2{
	width:100%;
	background-color:#fff;
	border-radius:20px;
}


#quick_bf{
	width:92%;
	padding:0 4%;
	overflow-y: auto;
	height:70vh
}

.qv_header{
	width:100%;
	padding:10px 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.qv_close{
	float:right;
	padding:5px 10px;
}