.add-to-cart22 {
  background: #089c89;
  padding: 8px 10px;
  text-decoration: none;
  text-align: center;
  width: 140px;
  margin: 5px auto;
  border-radius: 4px;
  font-weight: 600;
  color: white; 
}

.cart_loader{
  width: 200px;
  height: 160px;
  border-radius: 4px;
  background: #c4f4f4;
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 30%;
  right: 0;
  z-index: 99999; 
}

.cart_loader_exist{
  width: 200px;
  border-radius: 4px;
  background: red;
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 38%;
  right: 0;
  z-index: 99999;
}
.cart_loader_exist h4{
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 19px;
  padding: 7px;
  margin: 0;
}
.cart_loader img{
  width: 200px !important;
  height: 160px;
  margin: 0px auto;
  display: block;
}

.fixed_card_tem_display{
  background: #089c89;
  width: 95px;
  height: 90px;
  position: fixed;
  z-index: 999999;
  right: 0%;
  top: 30%;
  border-radius: 3px;
  box-shadow: 0px 2px 7px #787878
}
.fixed_card_item i{
    color: white;
    font-size: 40px;
    padding-left: 27px;
    margin-top: 13px;
    margin-bottom: 12px;
}
.fixed_card_tem_display a{
  text-decoration: none;
}
.fixed_card_tem_display:hover a h6{
  text-decoration: none;
}
.fixed_card_tem_display a:hover h6{
  text-decoration: none;
}
.fixed_card_tem_display img{
  width: 65px;
  margin: 9px auto 0;
  display: block;border-radius: 50%;
}
.fixed_card_tem_display h5{
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  background: #f7971f;
  padding: 2px;
  position: absolute;
  top: 1px;
  right: -10px;
  left: 0;
  width: 36px;
  border: 3px solid #fff;
  border-radius: 51%;
  height: 34px;
  font-size: 18px;
}
.fixed_card_tem_display h6{
  color: white;
  text-align: center;
 
}


.toggleCartSideBar{
  width: 370px;
  background: #f7f7f7;
  color: #091317; 
  height: 100vh;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 999999;
  overflow-y: auto;
  display: none;
  box-shadow: -2px 0px 18px #638c8d;
}
.cart_box_popup_hader{
  border-bottom:2px solid #187f8d;
  padding:20px 30px; 
  margin-bottom: 15px;
}
.cart_box_popup_hader h4{margin-bottom: 0;}
.cart_box_popup_hader h4 span{float:right;}
.cart_box_popup_item_area{}
.cart_popup_single_item{
  border-bottom:1px solid #cac9c9;
  overflow: hidden; padding: 7px;
}
.single_item_image{
  width:80px;float: left;  
}
.single_item_image a{
  text-decoration: none;
  color:#091317
}
.single_item_image a img{width: 70px;height: 100px;}
.single_item_name{width:220px;float: left;}
.single_item_name a{ text-decoration: none;color:#091317}
.single_item_name a p{ margin-bottom: 0;font-size: 13px;line-height: 18px;}
.single_item_delete {
  width: 35px;
  float: left;
  text-align: center;
  opacity: 0.3;
}
.totalPriceCart{ 
  margin-top:20px;
}
.totalPriceCart p{
  padding:10px 30px;
}
.totalPriceCart p del{
   margin-left:40px;
}
.totalPriceCart p del{
   margin-left:40px;
   margin-right: 40px;
}

.totalPriceCart p span{
  font-size: 18px; color:rgb(37, 161, 68)
}
.totalPriceCart p del span{
  font-size: 16px; color:rgb(34, 58, 58)
}
.cartboxbottombuttom{padding: 0 30px;overflow: hidden;}
.cartboxbottombuttom a{
  text-align: center;
  width:120px;
  float:left;
  margin-right: 30px;
  text-decoration: none;
  display: block;
  padding:10px 10px 6px 10px;
  font-size: 14px;
}
.cartboxbottombuttom .shopping_bag:hover{
  color:rgb(41, 81, 119);
}
.cartboxbottombuttom .cartOrderDone{
   background: #333;
   color:white;
}
.cartOrderDone:hover{
  background: #f7971f;
  color:white;
}
.cart_box_popup_footer{
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #dbf0ee; 
  padding-bottom:30px; 
}

