.mini-shopping-cart .price {
  float: none;
  color: black !important;
}

.mini-shopping-cart .totals {
  float: right;
  padding: 20px 0 20px 15px;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

.mini-shopping-cart .product {
  margin: 0 5% 0 0;
}

.mini-shopping-cart button#checkout {
  width: 100%;
}

.mini-shopping-cart .flyout-cart-scroll-area {
  border-radius: 3px;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  width: 375px;
  padding: 3% 0;
}

.mini-shopping-cart button#checkout:hover {
  color: #cacaca !important;
}

.mini-shopping-cart .product .remove-item:after, .remove-from-cart input[type="checkbox"] + label:before {
  background-image: url(../../images/samples/delete.svg) !important;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.LineInCart .product.table-cell, .LineInCart .subtotal.table-cell {
  width: 200px;
}

.unit-price.table-cell {
  width: 120px;
}

  .LineInCart .sku.table-cell {
    width: 150px;
  }

.unit-price-with-vat {
    width: 150px;
    text-align: center;
}

.mini-shopping-cart {
    top: 50%;
}

  .mini-shopping-cart .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  button#checkout, .mini-shopping-cart input[type="button"] {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    border-radius: 3px;
    color: white;
    font-size: 20px !important;
  }

.quantity-and-update .quantity {
    width: -webkit-fill-available;
}

.quantity-and-update .add-to-cart-qty-inner {
    width: auto;
}

    .input-remark {
    border: 0.1px solid #0000001c !important;
    width: 100% !important;
}

@media (max-width: 736px) {

  .remark-item {
    order: 6 !important;
    width: 100% !important;
  }
}


.flyout-lower .count {
  display: none;
}

.flyout-lower {
  background-color: transparent;
  border-radius: 0 3px 3px 0;
  width: 90%;
  margin: auto;
}

.TotalSubTotal > strong {
  font-size: 20px;
  padding: 0;
}

.TotalSubTotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #f6f6f6;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 12px;
}

.buttonsMIniShoppingCart {
  display: flex;
  flex-direction: row;
  gap: 5%;
  margin: auto;
}

.line-in-cart-first {
  display: flex;
  padding: 1.5%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.no-data {
    text-align: center;
    padding: 80px 20px;
    background: #f9f9f9;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin: auto;
    /*position: absolute;*/
    width: 100%;
}

.no-data .empty-cart-icon {
    font-size: 70px;
    margin-bottom: 20px;
    color: #3f51b5;
}

.no-data {
    font-size: 16px;
    color: #666;
    margin: 5% 0;
}

.no-data p {
    font-size: 1.4rem;
}

.no-data .btn-shop {
    display: inline-block;
    background: #3f51b5;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
    margin-top: 2%;
}

.no-data .btn-shop:hover {
    background: #2c3e9f;
}
