/* General styles for all menus */
.cbp-spmenu {
	background: #47a3da;
	position: fixed;
}

.cbp-spmenu h3 {
	font-family: 'Philosopher', sans-serif;
	color: #fff;
	font-size:22px;
	line-height:24px;
	padding: 20px;
	margin: 0;
	font-weight: 400;
	text-align:center;
	background:#900;
}

.cbp-spmenu .top-bar{ padding:10px 15px 15px; margin:0 0 10px 0; background:#f8f8fa; position:relative; }
.cbp-spmenu .top-bar:before{ content:""; width:calc(100% - 30px); height:8px; position:absolute; left:0; right:0; top:33px; margin:0 auto; background:#ddd; border-radius:15px; }
.cbp-spmenu .top-bar .block{ padding:0; margin:0; }
.cbp-spmenu .top-bar .block img{ width:50px; height:auto; }
.cbp-spmenu .top-bar .block p{ font-size:13px; line-height:17px; font-weight:400; padding:10px 0 0 0; margin:0; }
.cbp-spmenu .top-bar .block p strong{ display:block; color:#333; font-weight:600; }



.cbp-spmenu a,.cbp-spmenu a:hover,.cbp-spmenu a:active {
	display: block;
	color: #000;
}
/**
.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}
**/

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	max-width: 380px;
	width:90%;
	height: 100vh;
	top: 0;
	z-index: 1000;
	border-left:#CCC 2px solid;
	display:block !important;
}

.cbp-spmenu-vertical a {

	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
/*	right: -380px;*/
	right:0;
	transform: translate(100%);
	transition:all 300ms ease-in-out;
	z-index:9999999;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
/*	overflow:auto;*/
	transform:translate(0);
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#cbp-spmenu-s2
{
	border:#f1f1f1 1px solid;
}

.minicart-active:before{ content:""; width:100%; height:100%; position:fixed; left:0; top:0; background:#000; z-index:999999; opacity:.7; }

#cbp-spmenu-s2 .scroll-table-sec{ max-height:calc(100vh - 305px); overflow:auto; padding:0 0 7px 0; }

#cbp-spmenu-s2 table
{
	padding:1%;
}
#cbp-spmenu-s2 th
{
	padding:10px 5px;
	border-bottom:#f1f1f1 1px solid;
	font-family: 'Philosopher', sans-serif;
	font-size:13px !important;
	line-height:15px;
	font-weight:700;
}
#cbp-spmenu-s2 th:last-child{ text-align:right; }
#cbp-spmenu-s2 td
{
	font-size:14px !important;
}
#cbp-spmenu-s2 table tbody td[data-title="QUANTITY"]{ text-align:center; }
#cbp-spmenu-s2 td a{ font-size:12px; text-decoration:inherit; }
#cbp-spmenu-s2 td a:hover{ color:#840000; }
#cbp-spmenu-s2 h4{ font-family: 'Philosopher', sans-serif; font-size:18px; color:#686868; line-height:20px; font-weight:700; margin-bottom:20px; }
#cbp-spmenu-s2 .btn{ display:inline-block; width:47% !important; font-size:13px; color:#fff; line-height:15px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; text-decoration:none; background:#840000; padding:15px 20px; margin:0 1% 10px; border:none; transition:all 300ms ease-in-out; }
#cbp-spmenu-s2 .btn:hover{ background-color:#6d0000; }

#cbp-spmenu-s2 .empty-cart{ padding:15vh 0 0; margin:0; }
#cbp-spmenu-s2 .empty-cart .empty-cart-message p{ font-family: 'Philosopher', sans-serif; font-size:30px; color:#222; line-height:32px; text-transform:inherit; padding:0 0 30px 0; margin:0; }
#cbp-spmenu-s2 .empty-cart h4{ font-family: 'Philosopher', sans-serif; font-size:20px; color:#222; line-height:22px; font-weight:400; letter-spacing:.02em; padding:20px 0 10px 0; margin:0; }
#cbp-spmenu-s2 .empty-cart p{ font-size:15px; color:#333; line-height:17px; font-weight:400; padding:0; margin:0; }
#cbp-spmenu-s2 .empty-cart p a{ display:inline; color:#000; font-weight:700; text-decoration:none; padding:0; }
#cbp-spmenu-s2 .empty-cart p a:hover{ color:#840000; }
#cbp-spmenu-s2 .empty-cart .btn{ width:auto !important; }

#cbp-spmenu-s2 .bottom-fixed-sec{ position:absolute; width:100%; bottom:-5px; left:0; background:#fff; }


/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media only screen and ( max-width : 400px ){
.cbp-spmenu img { width:100%;  }
	.cbp-spmenu-vertical {
		font-size: 10px;
		width: 280px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -280px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
	#cbp-spmenu-s2 .
}