.allasset_shopping_cart_holder {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    z-index: 99999;
}

.hingham-products-catalogue {
    position: relative;
}

#cartwidgetpanel {
    background-color: #fff;
    padding: 10px;
    border: 2px #333 solid;
    display: none;
    width: 250px;
    margin-left: -200px;
    position: absolute;
    right: 0;
    top: 100%;
}

.cartwidgetslide {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    color: inherit;
}

.hingham-cart-flow {
    margin-bottom: 24px;
}

.hingham-checkout-progress {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin: 0 0 16px;
    padding: 8px 12px 12px;
}

.hingham-checkout-progress__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 72px;
    color: #999;
    font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
    font-size: 13px;
}

.hingham-checkout-progress__label {
    color: inherit;
    text-decoration: none;
    font-weight: 400;
}

.hingham-checkout-progress__step.is-active {
    color: #000;
}

.hingham-checkout-progress__step.is-active .hingham-checkout-progress__label {
    font-weight: 700;
}

.hingham-checkout-progress__step.is-complete {
    color: #666;
}

.hingham-checkout-progress__step.is-complete .hingham-checkout-progress__label {
    color: #666;
}

.hingham-checkout-progress__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    display: inline-block;
}

.hingham-checkout-progress__step.is-active .hingham-checkout-progress__dot,
.hingham-checkout-progress__step.is-complete .hingham-checkout-progress__dot {
    background: #6b8e23;
    border-color: #6b8e23;
}

.hingham-checkout-compliance-notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.hingham-checkout-compliance-notice a {
    color: #246338;
}

.hingham-cart-page {
    border: 1px solid #ccc;
    background: #fff;
    padding: 0;
}

.hingham-cart-login-bar {
    background: #e8e8e8;
    color: #246338;
    font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
}

.hingham-cart-title {
    font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding: 16px 12px 8px;
}

.hingham-cart-empty-notice {
    margin: 0 12px 16px;
    padding: 10px 12px;
    background: #e8f4fc;
    border: 1px solid #9dcceb;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.hingham-cart-toolbar {
    margin: 16px 12px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.hingham-cart-btn {
    display: inline-block;
    padding: 6px 14px;
    background: #c8c8c8;
    color: #333 !important;
    border: 1px solid #aaa;
    text-decoration: none !important;
    font-family: Arial, sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.hingham-cart-btn:hover {
    background: #bdbdbd;
}

.hingham-cart-btn--checkout {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
}

.hingham-cart-btn--checkout.is-disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}

.hingham-cart-summary {
    padding: 12px;
}

.hingham-cart-summary__totals {
    margin-bottom: 12px;
}

.hingham-cart-summary__checkout {
    margin-top: 8px;
}

.hingham-cart-items {
    padding: 0;
}

.hingham-cart-table-wrap {
    margin: 0 12px 12px;
    overflow-x: auto;
}

.hingham-cart-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.hingham-cart-table thead th {
    background: #333;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 8px 10px;
    white-space: nowrap;
}

.hingham-cart-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.hingham-cart-col-image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 1px solid #ddd;
    display: block;
}

.hingham-cart-col-qty .hingham-cart-qty-input {
    width: 48px;
    padding: 4px;
}

.hingham-cart-col-remove {
    width: 48px;
    text-align: center;
}

.hingham-cart-btn--submit {
    background: #c8c8c8;
    color: #333 !important;
    border: 1px solid #aaa;
    font-weight: 700;
}

.hingham-checkout-complete-page .HeaderHolder,
.hingham-checkout-form .HeaderHolder,
.hingham-checkout-summary .HeaderHolder,
.hingham-checkout-cartitems .HeaderHolder {
    background: #e8e8e8;
    border-bottom: 1px solid #ccc;
}

.hingham-checkout-complete-page .ContentPageHeader,
.hingham-checkout-form .ContentPageHeader,
.hingham-checkout-summary .ContentPageHeader,
.hingham-checkout-cartitems .ContentPageHeader {
    padding: 8px 12px;
    font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.hingham-checkout-form.Registration_Holder,
.hingham-checkout-complete-page {
    border: 1px solid #ccc;
    background: #fff;
}

.hingham-checkout-form__form {
    padding: 0 12px 16px;
}

.hingham-checkout-success-message {
    margin: 16px 12px;
    padding: 12px 14px;
    background: #e8f4fc;
    border: 1px solid #9dcceb;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.hingham-checkout-success-content {
    padding: 0 12px 20px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.checkout-button {
    display: inline-block;
    padding: 6px 12px;
    background: #6b8e23;
    color: #fff !important;
    border: 0;
    text-decoration: none !important;
    cursor: pointer;
    font: inherit;
}

.checkout-button:hover {
    background: #556b2f;
}

.hingham-cart-layout,
.hingham-checkout-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
}

.hingham-cart-layout__main,
.hingham-checkout-layout__main {
    flex: 1 1 420px;
    min-width: 0;
}

.hingham-cart-layout__sidebar,
.hingham-checkout-layout__sidebar {
    flex: 0 1 280px;
    min-width: 240px;
}

.hingham-checkout-section {
    margin: 20px 0;
}

.hingham-checkout-section__title,
.hingham-checkout-section__subtitle {
    margin: 0 0 12px;
    font-size: 1.1em;
    font-weight: 700;
}

.hingham-checkout-different {
    margin: 12px 0;
}

.hingham-checkout-shipping {
    display: none;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.hingham-checkout-shipping.is-visible {
    display: block;
}

.hingham-checkout-form__hp {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}

.hingham-checkout-captcha,
.hingham-checkout-submit-wrap {
    margin-top: 16px;
}

.hingham-checkout-summary,
.hingham-checkout-cartitems {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    background: #fafafa;
}

.hingham-checkout-summary__totals,
.hingham-checkout-cartitems__list {
    padding: 12px;
}

.hingham-cart-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.hingham-cart-item:last-child {
    border-bottom: 0;
}

.hingham-cart-item__image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 1px solid #ddd;
}

.hingham-cart-item__actions button {
    background: none;
    border: 0;
    color: #6b8e23;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    text-decoration: underline;
    font: inherit;
}

.hingham-cart-actions {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hingham-cart-empty {
    padding: 16px 0;
}

.hingham-checkout__notice {
    margin: 12px 0;
    padding: 10px 12px;
}

.hingham-checkout__notice--error {
    background: #fdecea;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.hingham-cart-widget-empty {
    margin: 0;
    font-size: 0.95em;
}

@media (max-width: 816px) {
    .allasset_shopping_cart_holder {
        left: 0;
        right: auto;
        top: 0;
    }

    #cartwidgetpanel {
        margin-left: 0;
        left: 0;
        right: auto;
    }
}
