.sidebar {
  height: 50%;
  width: 0;
  position: fixed;
  z-index: 1;
  bottom:0;
  left: 0;
  background-color: rgba(24, 24, 24, 0.8);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  margin-left: 0px;
  border: 2px solid black;
  z-index: 99;
}


.phone-order {
    margin-top: 15px;
    color: darkorange;
    font-weight:bold;
    margin-left:-2px;
    padding-left:0px;
    padding-right:0px;
    font-size:24px;
    text-decoration:underline';
    padding: 8px 8px 8px 32px;
    transition: 0.3s;
}


.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: orangered;
    color: white;
    border: none;
    position: fixed;
    left: 0px;
    #top: 50%;
    bottom: 30%;
    z-index: 1;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid black;
    padding: 10px;
    width: 65px;
}

.openbtn:hover {
  background-color: red;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}


#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}


#store{
  position: relative;
  float: left;
  width: 70%;
  height: 100%;
  overflow-y: auto;
}

#side-cart>ul{
  position: relative;
  height: 100%;
  margin: 0;
  #overflow-y: auto;
  width: 100%;
}

#side-cart-list>li{
  padding: 0px 0px 4px 4px;
  margin: 1px 0 0;
  cursor: pointer;
  overflow: hidden;
  font-size: 12px;
}
#side-cart-list>li:not(.removing):hover:after{
  position: absolute;
  content: "x";
  right: 0;
  color: white;
  background-color: #f44336;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 12px;
  margin-right: 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px 0px;
}

.pay-container{
  
  position: f;
  bottom: 0;
  z-index: 999;
}

#pay {
	position: sticky;
	display: block;
	height: 40px;
	line-height: 30px;
	width: 100%;
	cursor: pointer;
	text-align: right;
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
}


#side-cart-list>li {
    color: white;	
}

.card-title{
  text-shadow: 0 0 24px black;
}

.card-action-container {
	position: relative;
    text-align: end;
    height: 0px;
    z-index:1;
    margin-right: -5px;
    top: -36px;
    
}

.phone-order {
	margin-top: 15px;
	color: darkorange;
	font-weight:bold;
	margin-left:-2px;
	padding-left:0px;
	padding-right:0px;
	font-size:14px;
	text-decoration:underline';
}

.add-to-cart {
    color: orangered;
    padding-right: 10px;
    background-color: white;
    border-radius: 30px;
    font-size: 25px;
    padding: 8px;
    width: 40px;
}

.close-cart {
	position: relative;
	top: 0px;
	color: red;
	cursor: pointer;
	
}