.cbp-spmenu {
	background: #ffffff;
	z-index: 1000;
	overflow-y: scroll;

  
}

/* Hide scrollbar for Chrome, Safari and Opera */
.cbp-spmenu::-webkit-scrollbar {
    display: none;
}



.cbp-spmenu-vertical {
	width: 100%;
	height: 100vh;
	top: 14vw;
	z-index: 1000;
}

@media (max-width: 767px) {
	.cbp-spmenu-vertical {
	width: 100%;
	height: 100vh;
	top: 16vw;
	z-index: 1000;
}
}



@media (min-width: 767px) and  (max-width: 991px) {

	.cbp-spmenu-vertical {
	width: 100%;
	height: 100vh;
	top: 10vw;
	z-index: 1000;
}
	}

.cbp-spmenu-left {
	left: -100%;
}

.cbp-spmenu a {
	font-size:2.4vw;
text-align:left;
	color:#f15f22;
	border:none;
	background:rgba(246,246,246,1);
	margin-bottom:0;
	border:1px solid #d5d5d5;
	padding:10px;
}

.cbp-spmenu a:hover {
	color:#ffffff;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}