.cart-modal {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  margin: 0;
  font-size: 15px;
  overflow: auto;
}
.cart-modal .backgroud {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 60%);
}
.cart-modal .aligner {
  width: 580px;
  max-width: 100%;
  position: relative;
  z-index: 2;
  background-color: #efefef;
  padding: 15px 20px;
  border-radius: 4px;
}
.cart-modal .featured-boxes .featured-box {
  margin-bottom: 15px;
  margin-top: 0px;
}
.cart-modal.shop .cart-totals tr.total .amount {
  font-size: 26px;
}
.cart-modal.shop .actions-continue {
  float: none;
  text-align: right;
  margin-bottom: 10px;
}
.cart-modal .featured-box h4{
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}
.cart-modal .featured-box .box-content {
  padding: 10px 20px;
}
.cart-modal.shop .cart-totals tr.total .amount {
  font-size: 20px;
}