.shopping-cart {
  margin: 5px 0;
  float: right;
  width: 320px;
  position: absolute;
  padding: 33.208px 18.113px 18.113px 18.113px;
	border-radius: 7.547px;
	border: 0.755px solid rgba(0, 0, 0, 0.16);
	background: #FFF;
	box-shadow: 0px 0px 7.54717px 0px rgba(0, 0, 0, 0.25);
  left: 4.5%;
  display: none;
  z-index: 2222;
}
.shopping-cart .shopping-cart-header {
  margin-top: 24.15px;
  border-top: 0.755px solid #87786C;
  padding-top: 12.075px;
  padding-bottom: 20px;
 display: none;
}
.cart-ball { display: none;}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
	display: flex;
	 flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
width: 100%
}
.shopping-cart .shopping-cart-items {
  padding: 0px;
}
.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
	width: 100%;
}
.cart-pez { margin-right: 20px;}
.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
}
.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
}
.shopping-cart .shopping-cart-items .item-price {
  color: #6394F8;
  margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
  color: #ABB0BE;
}


.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.my-cart-item{display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
width: 100%}

.shopping-cart-items li{
  list-style: none;
}
.update-qty {
    color: rgb(109, 109, 109);
    cursor: pointer;
    margin: 0 5px 0 5px;
}
.update-qty:hover{
  color: #464646;
}
.my-cart-remove-container{
     margin-right: 12px;
     align-self: center;
}
.my-cart-remove{
    font-size: 20px;
    cursor: pointer;
    color: rgb(109, 109, 109);
}
.my-cart-remove:hover{
  color: #464646;
}
.button {
  background: #6394F8;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}
.button:hover {
  background: #729ef9;
}
.cart-al { margin-bottom: auto; padding: 0;}
.clearfix{
    display: flex;
}
.nav{
  text-align: right;
}
.cart-icon{
  margin: 50px;
}
.shopping-cart-items span.mess { color: #87786C;
text-align: center;
font-family: Tajawal;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
display: block;
margin: auto;}
.lighter-text{color: #87786C;
text-align: right;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;}
.my-cart-total{color: #87786C;
text-align: right;
leading-trim: both;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;}
.shown { display: flex!important;}
.cart-ball {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;}
.my-cart-checkout{ min-width: 100%;padding: 11px 0px;
}
.cart-b1{
	border-radius: 12.075px;
	border: 1.509px solid #F26530;
	background: #FFF;
	color: #F26530;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
	text-decoration: none;
	}
.cart-b2{border-radius: 12.075px;
background: #F26530;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration: none;}
@media (max-width: 991px){
.shopping-cart { margin: 70px 0; left: 3.5%;}
}
@media (max-width: 350px){
.shopping-cart {width: 305px;}
.my-cart-checkout {min-width: 125px;}
}