/* General styles for all menus */
.cbp-spmenu {
    background: #fafafa;
    position: fixed;
	box-shadow:-1px 0px 2px rgba(0,0,0,0.20);
	color:#000;
	text-align: center;
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.cbp-spmenu .jpwr {position: relative}

.cbp-spmenu .jpwr .bexit {
width:28px;
height:28px;
position: absolute;
top:5px;
right:5px;
border-radius:50%;
background-image: url("../images/cross.png");
background-size: contain;
cursor:pointer;
opacity:0.3
}

.cbp-spmenu .jpwr .bexit:hover {
opacity:1.0
}

.cbp-spmenu h3 {
    font-size: 28px;
    margin: 0;
	padding: 40px 0 30px 0;
	font-weight: normal;
}

.cbp-spmenu .empty_basket {
    width: 85%;
    margin: 0 auto;
    font-size: 24px;
    color: #111;
    box-sizing: border-box;
    font-family: 'Roboto Slab', serif;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 20px;
    padding: 20px 0;
    font-weight: 200;
    margin-top: 25px;
}
.cbp-spmenu .empty_basket img{
	opacity:0.1;
	width:75px;
	height:75px;
	margin-bottom:15px
}


.cbp-spmenu .basket_wrapper {
	overflow:auto;
	height:100vh;
    position: relative
}

#more_bskt{
display:none;
padding:0;
width:100%;
background-color:transparent;
border-bottom: 1px solid #d1d1d1;
box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
#more_bskt img{
width:20px;height:20px; opacity:0.6
}

.cbp-spmenu .basket_error{display:none;
	background-color:#f5f5f5;
	color:#661D1E;
	padding:8px;
	margin-bottom: 8px;
	text-align: center;
	font-size:13px;
	font-family: 'Roboto Slab', serif;
	font-weight:350;
	border-radius:3px
}
.cbp-spmenu .basket_error span:before {
    background-image: url("../images/err.png");
	 background-size: 20px 20px;
	background-repeat: no-repeat;
    display: inline-block;
	padding-right: 8px;
	margin-bottom: -4px;
    width: 20px; 
    height: 20px;
    content:"";
}

.cbp-spmenu .basket_item{
	background-color: #fff;
	padding:0 20px;
	margin: 12px 20px;
	text-align: left;
	border:1px solid #e6e6e6;
	border-radius:6px;
	box-shadow: rgb(0 0 0 / 5%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px
}

.cbp-spmenu .subtotal_container {
	background-color: rgba(255,255,255,0.70);
	border-top:1px solid #D8D8D8;
	padding:10px;
	box-sizing: border-box;
	text-align: right;
	margin:40px 20px 15px 20px;
	font-size:16px;
	color:#777
}
.cbp-spmenu .subtotal_container span.stprice{
	font-size:21px;
	color:#000;
	margin-left: 12px;
	font-family: 'Roboto Slab', serif;
	font-weight:350
}

.cbp-spmenu .proceed_checkout {
	background-color: #006666;
	color:#fff;
	padding:10px;
	border-radius:6px;
	border:none;
	width:90%;
	font-size:20px;
	font-family: 'Roboto Slab',sans-serif;
	cursor:pointer;
	 transition: all 0.5s;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.cbp-spmenu .proceed_checkout span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.cbp-spmenu .proceed_checkout:hover {background-color: #005C5C;}

.cbp-spmenu .proceed_checkout span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.cbp-spmenu .proceed_checkout:hover span:after {
  opacity: 1;
  right: 0;
}
.cbp-spmenu .proceed_checkout:hover span {
  padding-right: 25px;
}
.cbp-spmenu .proceed_checkout:active {
  position:relative;
	top:1px
}

.cbp-spmenu .contshopping {
	padding-top: 50px;
	color:#969696
}

.cbp-spmenu .contshopping span {border-bottom:1px solid #d7d7d7;padding-bottom:4px; display:inline-block; cursor:pointer; font-family: 'Roboto Slab', serif; font-weight: 400; margin-bottom:150px/*margin bottom for when overflow scroll*/}
.cbp-spmenu .contshopping span:hover {color:#000}

/* basket data */
table.bsktitem {
	font-size:14px;
	color:#000;
}

td.bsktimg {
	width:80px;
}
td.bsktimg img{
	width:80px;
    height:80px;
}

td.bsktprod {
	width:200px;
}
td.bsktqty {
	padding:0px 10px;
	width:60px
}
td.bsktqty div {
	font-size:14px;
	font-family: 'Roboto Slab', serif;
font-weight: 200;
}
td.bsktprice {
  font-size:17px;
  color: #000;
font-family: 'Roboto Slab', serif;
	font-weight:350
}
 
.bskt_remove {
  font-size:12px;
  color: #747373;
  margin-top:5px;
  font-weight: 300
}

.bskt_item {
	padding-bottom: 3px;
}

.bskt_item a {
color:#000;
font-family: 'Roboto Slab', serif;
font-weight:300
}

.bskt_itemdetails {
color:#000000;
font-size:13px;
margin-bottom:3px;
font-family: 'Roboto Slab', serif;
font-weight: 100;
}

.basket_sale { 
    display: inline-block;
    font-size: 9px;
    padding: 3px 6px;
    margin-right: 5px;
    background-color: #d07778;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    position: relative;
}

.bskt_origprice {
	text-decoration: line-through;
	text-decoration-color: #cc7272;
}

.bskt_qtyinp {
	border:1px solid #bbb;
	padding:5px;
	width:30px;
	font-size:14px;
	text-align:center;
	outline:none;
}

button.updateqtybtn {
	display:none;
	background-color:#777;
	color:#fff;
	font-size:10px;
	padding:4px 2px;
	width:50px;
	margin-top:1px;
	border-radius:6px;
	cursor:pointer;
	outline:none;
	border:none;
}
button.updateqtybtn:hover {
	background-color:#555;
}
button.updateqtybtn:active {
	position:relative;
	top:1px;
}

.bskt_itemprice {
  font-size:13px;
  color: #000;
}

.bskt_remove {
	cursor: pointer;
}

.bskt_remove:hover {
	text-decoration:underline;
}
/* end basket data */

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 500px;
    height: 100%;
    top: 0;
    z-index: 1000;
   /* overflow-y: scroll;*/
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid rgba(255,255,255,0.1);
	text-decoration:none;
}

.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: -500px;
}

.cbp-spmenu-right {
    right: -505px;
}

.cbp-spmenu-left.menu-open {
    left: 0px;
}

.cbp-spmenu-right.menu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.menu-open {
    top: 0px;
}

.cbp-spmenu-bottom.menu-open {
    bottom: 0px;
}

/* Push classes applied to the body */
.push-body {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.push-body-toright {
    left: 500px;
}

.push-body-toleft {
    left: -500px;
}

/* Transitions */
.cbp-spmenu,
.push-body {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

@media (max-width:680px) {
.cbp-spmenu h3 {
font-size: 23px;
padding: 30px 0 20px 0;
}

.cbp-spmenu-vertical {
    width: 400px;
}

.cbp-spmenu-vertical {
    width: 400px;
}

.cbp-spmenu-left {
    left: -400px;
}

.cbp-spmenu-right {
    right: -405px;
}

.push-body-toright {
    left: 400px;
}

.push-body-toleft {
    left: -400px;
}

.cbp-spmenu .basket_item{
padding:0 5px;
margin: 10px 20px;
}

td.bsktimg {
	width:60px;
}
td.bsktimg img{
	width:60px;
    height:60px;
}

table.bsktitem {
font-size:13px;
}
td.bsktprod {
	width:200px;
}
td.bsktqty {
	padding:0px 10px;
	width:60px
}
td.bsktqty div {
	font-size:13px;
}
td.bsktprice {
  font-size:16px;
  color: #000;
}

.bskt_itemdetails {
font-size:11px;
}

.basket_sale { 
    font-size: 8px;
}

td.bsktqty {
padding:0px 6px;
}
td.bsktqty div {
font-size:12px;
}
td.bsktprice {
  font-size:15px;
}

.cbp-spmenu .subtotal_container {
padding:10px;
margin:30px 20px 15px 20px;
font-size:14px;
}
.cbp-spmenu .subtotal_container span.stprice{
font-size:18px;
margin-left: 10px
}

.cbp-spmenu .proceed_checkout {
font-size:18px;
}

.cbp-spmenu .contshopping {
padding-top:30px;
font-size:14px
}

.cbp-spmenu .empty_basket {
font-size:18px;
}

.cbp-spmenu .basket_error{
padding:6px 3px;
font-size:11px;
}
.cbp-spmenu .basket_error span:before {
background-size: 16px 16px;
padding-right: 4px;
margin-bottom: -4px;
width: 16px; 
height: 16px;
}

.basket_freedeliv {
font-size:13px
}

}

@media (max-width:420px) {
.cbp-spmenu h3 {
font-size: 20px;
padding: 20px 0 10px 0;
}

.cbp-spmenu-vertical {
    width: 320px;
}

.cbp-spmenu-vertical {
    width: 320px;
}

.cbp-spmenu-left {
    left: -320px;
}

.cbp-spmenu-right {
    right: -325px;
}

.push-body-toright {
    left: 320px;
}

.push-body-toleft {
    left: -320px;
}

.cbp-spmenu .basket_item{
padding:0 5px;
margin: 8px 10px;
}

td.bsktimg {
	width:50px;
}
td.bsktimg img{
	width:50px;
    height:50px;
}

table.bsktitem {
font-size:12px;
}
td.bsktprod {
	width:200px;
}

.bskt_qtyinp {
padding:3px;
width:25px;
font-size:13px;
}

td.bsktprice {
font-size:14px;
}

.bskt_itemdetails {
font-size:10px;
}

td.bsktqty {
padding:0px 3px;
}

.cbp-spmenu .subtotal_container {
padding:10px;
margin:20px 20px 15px 20px;
font-size:13px;
}
.cbp-spmenu .subtotal_container span.stprice{
font-size:15px;
margin-left: 8px
}

.cbp-spmenu .proceed_checkout {
font-size:15px;
}

.cbp-spmenu .contshopping {
padding-top:30px;
font-size:14px
}

.bskt_remove {
  font-size:11px;
}

.cbp-spmenu .jpwr .bexit {
width:24px;
height:24px
}

.basket_freedeliv {
margin:10px 10px 20px 10px
}

}
