.roch-eshop-menu-item {
  position: relative;
}
.eshop-basket-dropdown-content {
  left: auto;
  right: 93px;
  min-width: 462px;
  max-width: 462px;
  min-height: auto;
  display: none;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  top: 45px;
}
.eshop-basket-dropdown-content.show {
  display: block;
}

.cart-line-item {
  margin-bottom: 16px;
  border-bottom: 1px solid var(--grey-04);
}

.cart-line-item:last-child {
  border: none;
}

.mini-cart-footer h5.sub-total-label {
  color: var(--acBlueText);
}

.cart-line-item .cart-line-item-name,
.cart-line-item-total-price-amount {
  font-size: 16px;
  font-weight: 700;
  color: var(--acBlueText);
}

.cart-line-item-total-text {
  color: var(--grey-03);
  font-size: 14px;
}

.cart-line-item-pricing-info {
  margin-bottom: 16px;
}

.eshop-minicart-footer h5 {
  color: var(--acBlueText);
  font-size: 18px;
}

.eshop-minicart-footer .sub-total {
  font-size: 24px;
}

.eshop-minicart-footer {
  border-top: 1px solid var(--grey-04);
}
.eshop-basket-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 9999;
}
.product-summary {
  margin-right: -0.938em;
  max-height: 18.875em;
  overflow: hidden auto;
  padding-right: 0.938em;
}

.cart-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.cart-btn .btn {
  margin: 0;
}
/* Mobile Responsive */
.shop-section {
  display: block !important;
  margin-right: 8px;
}
@media (min-width: 991px) {
  .shop-section {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .eshop-basket-dropdown-content.show {
    display: none;
  }
}
/*END Mobile Responsive*/
