/* HostAvrupa presentation overrides. Loaded after the current all.min.css. */
/* HA header.tpl opens the banner section; the page template closes it. */
#order-standard_cart.ha-cart .sidebar-collapsed.ha-cart-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
    margin: 0 0 24px;
}
#order-standard_cart.ha-cart .ha-cart-navigation::after {
    display: none;
}
#order-standard_cart.ha-cart .ha-cart-navigation > .panel {
    flex: 1 1 240px;
    min-width: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}
#order-standard_cart.ha-cart .ha-cart-navigation .panel-heading {
    padding: 0 0 6px;
    border: 0;
    background: transparent;
}
#order-standard_cart.ha-cart .ha-cart-navigation .panel-title {
    font-size: 14px;
    line-height: 20px;
}
#order-standard_cart.ha-cart .ha-cart-navigation .panel-body {
    padding: 0;
}
#order-standard_cart.ha-cart .ha-cart-navigation select {
    width: 100%;
    max-width: 100%;
    height: 42px;
    padding: 8px 12px;
    font-size: 14px;
}
#order-standard_cart.ha-cart .ha-currency-selector {
    flex: 0 0 110px;
}
#order-standard_cart.ha-cart .ha-cart-navigation form {
    margin: 0;
}
.ha-transfer-spacing {
    height: 40px;
    clear: both;
}
#order-standard_cart.ha-page-viewcart > .row > .cart-body > .header-lined {
    display: none;
}
@media (max-width: 575px) {
    #order-standard_cart.ha-cart .ha-cart-navigation > .panel,
    #order-standard_cart.ha-cart .ha-currency-selector {
        flex: 1 1 100%;
    }
}
#order-standard_cart.ha-cart {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#order-standard_cart.ha-cart > .row > .cart-sidebar {
    display: none;
}
#order-standard_cart.ha-cart > .row > .cart-body {
    float: none;
    width: 100%;
}
/* Retain current category actions when the desktop sidebar is hidden. */
#order-standard_cart.ha-cart .sidebar-collapsed {
    display: block;
}
.ha-banner::after {
    display: table;
    clear: both;
    content: "";
}
.ha-banner + .clear50 {
    clear: both;
    height: 50px;
}
#order-standard_cart.ha-cart .sub-heading > .primary-bg-color {
    display: inline-block;
    width: 100%;
}
#order-standard_cart.ha-cart .products .product div.product-desc {
    width: auto;
}
#order-standard_cart.ha-cart .spotlight-tld .unavailable,
#order-standard_cart.ha-cart .spotlight-tld .invalid {
    margin: 19px 0;
}
#order-standard_cart.ha-cart .view-cart-tabs {
    margin-top: 1rem;
}
#order-standard_cart.ha-page-checkout #totalDueToday {
    margin-top: 3rem;
}
/* Stack HA configuration options without changing current field names or handlers. */
#order-standard_cart.ha-page-configureproduct #productConfigurableOptions > .row > .col-sm-6,
#order-standard_cart.ha-page-configureproduct #productAddonsContainer .addon-products > div {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
@media (min-width: 768px) {
    #order-standard_cart.ha-page-configureproduct #productConfigurableOptions .col-sm-6 > .form-group {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
        gap: 0 15px;
    }
    #order-standard_cart.ha-page-configureproduct #productConfigurableOptions .col-sm-6 > .form-group > label:first-child {
        grid-column: 1;
        grid-row: 1;
    }
    #order-standard_cart.ha-page-configureproduct #productConfigurableOptions .col-sm-6 > .form-group > :not(:first-child) {
        grid-column: 2;
        min-width: 0;
    }
    #order-standard_cart.ha-page-configureproduct #productConfigurableOptions .col-sm-6 > .form-group > br {
        display: none;
    }
}
