﻿.cart-menu-relative {
  position: relative;
  /* display: inline-block; */
  padding: 0 0.5rem 0 0;
}
.cart-menu-relative > a {
  /* font-size:12px; */
  color: #fff;
  line-height: 32px;
}
.cart-menu-relative > a > i {
  background-color: var(--CustomColor2);
  width: 1rem;
  height: 1rem;
  color: var(--CustomColor5);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--b-radius);
  right: 0.5rem;
}
.shopping-cart-holder {
  border-radius: 3px;
  padding: 0px;
  width: 380px;
  position: fixed;
  top: 0;
  left: -100%;
  opacity: 0;

  width: 100%;
  height: 100vh;
  z-index: 7000;

  transition-property:opacity, left, background-color;
  transition-duration:0.1s ,0.5s, 0.1s;
  transition-delay: 0.2s, 0s, 0.4s;
}
.shopping-cart-holder.active{
  opacity: 1;
  left: 0;
  background-color: #0000006b;
}
.shopping-cart {
  position: relative;
  background-color: white;
  padding: 10px;
}
.box_navigation_order{
  width: 400px;
  height: calc(100vh - 100px);
  overflow-y: auto;

}
.shopping-cart .Reorder__ReorderCard {
  border-bottom: 1px solid #e8e8e8;
}
.shopping-cart .shopping-cart-header:after {
  content: "";
  display: block;
  clear: both;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: left;
}
.shopping-cart .shopping-cart-items {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
}
.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
  list-style: none;
}
.shopping-cart .shopping-cart-items img {
  float: right;
  margin-left: 12px;
  max-width: 48px;
}
.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 5px;
  font-size: 14px;
}
.shopping-cart .shopping-cart-items .item-price {
  color: #6394f8;
  margin-left: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
  color: #abb0be;
}
.shopping-cart .shopping-cart-items .delete-product-hover-cart {
  float: left;
  font-size: 12px;
  color: #ae0f0f;
  cursor: pointer;
}
.shopping-cart:after,
.shopping-cart:before {
  top: -41px;
  right: 95%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.shopping-cart:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-right: -10px;
  top: -39px;
}
.shopping-cart:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 11px;
  margin-right: -11px;
}
.shopping-cart-icon {
  -webkit-mask: url(icon/Basket.svg) no-repeat 100% 100%;
  mask: url(icon/Basket.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.shopping-cart-icon.cart-icon {
  background-color: #515783;
}
.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-left: 7px;
  float: right;
}
.shopping-cart-recyclebin {
  -webkit-mask: url(icon/RecycleBin.svg) no-repeat 100% 100%;
  mask: url(icon/RecycleBin.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #f00;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.cart-menu-relative > a {
  color: var(--Black);
}
.ItemMenuMobile .badge {
  border-radius: 100%;
}
.ButtonPayOrder {
  color: var(--White) !important;
  border-radius: var(--b-radius);

}



.Reorder__ReorderCard .remodal {

background: unset !important !important;

}

.box_remodal{
  background-color: rgb(255, 255, 255);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.box_row_order{
  border-bottom: 1px solid #cccaca;
}
.back_total_st{
  background-color: #d7e9d8;
    padding: 0 1rem;
    border-radius: 10px;
    box-shadow: rgb(141 141 141 / 67%) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
