.cart-widget-side {
  display: flex;
  flex-direction: column;
}
.cart-widget-side .widget_shopping_cart {
  position: relative;
  flex: 1 1 100%;
}
.cart-widget-side .widget_shopping_cart_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}
.cart-widget-side .shopping-cart-widget-body {
  position: relative;
  flex: 1 1 auto;
}
.cart-widget-side .wd-scroll-content {
  position: absolute;
  inset: 0;
  max-height: 100%;
  overscroll-behavior: none;
}
.cart-widget-side .woocommerce-mini-cart .mini_cart_item {
  margin-bottom: 0;
  padding: 15px;
  transition: background-color 0.3s ease;
}
.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover {
  background-color: var(--bgcolor-gray-100);
}
.cart-widget-side .woocommerce-mini-cart .remove {
  top: 13px;
  inset-inline-end: 10px;
}
.cart-widget-side .shopping-cart-widget-footer {
  flex: 0 0 auto;
  padding-bottom: 15px;
}
.cart-widget-side .shopping-cart-widget-footer > * {
  padding-inline: 15px;
}
.cart-widget-side .woocommerce-mini-cart__total {
  margin-top: 0;
}
.cart-widget-side .wd-empty-mini-cart {
  margin-top: 20px;
  padding-inline: 15px;
}
