.linked-item-checkbox {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid var(--fc-primary);
    box-shadow: 0 0 0 .12rem rgba(var(--fc-primary-rgb, 10, 173, 10), .16);
}

.linked-item-checkbox:focus {
    border-color: var(--fc-primary);
    box-shadow: 0 0 0 .18rem rgba(var(--fc-primary-rgb, 10, 173, 10), .25);
}

.card-product .btn-action.wishlist-active,
.card-product .btn-action.wishlist-active:hover,
.card-product .btn-action.wishlist-active:focus {
    background-color: var(--fc-primary);
    border-color: var(--fc-primary);
    color: var(--fc-white);
}

.card-product .btn-action.wishlist-active i,
.card-product .btn-action.wishlist-active:hover i,
.card-product .btn-action.wishlist-active:focus i {
    color: inherit;
}

.wishlist-detail-button.wishlist-active i,
.wishlist-detail-button.wishlist-active:hover i,
.wishlist-detail-button.wishlist-active:focus i,
.wishlist-quickview-button.wishlist-active i,
.wishlist-quickview-button.wishlist-active:hover i,
.wishlist-quickview-button.wishlist-active:focus i {
    color: var(--fc-success);
}

.available-quantity-value {
    font-size: 1.1em;
    font-weight: 700;
}

.available-quantity-badge {
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    min-width: 1.9rem;
    text-align: center;
}

.store-availability-badge-wrap {
    display: inline-block;
}

/* Pushes the Calendar link past the quantity bubble that protrudes outside the badge. */
.store-availability-calendar-link {
    margin-left: 1.5rem;
    white-space: nowrap;
}

.rpmvc-recently-viewed-products .slick-track {
    margin-left: 0;
    margin-right: auto;
}

.store-header-logo-img {
    max-height: 42px;
    max-width: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.store-header-logo-col {
    flex-shrink: 0;
}

.store-header-online-name {
    display: inline-block;
    max-width: min(22vw, 260px);
    font-size: 1.25rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .store-header-search-col {
        padding-left: 1.25rem;
    }
}

.header-rental-period-dropdown {
    min-width: 520px;
    z-index: 1080;
}

@media (max-width: 1399.98px) {
    .store-header-rental-label {
        display: none !important;
    }

    .header-rental-period-text {
        max-width: 26rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 991.98px) {
    .store-header-online-name {
        display: none;
    }

    .store-header-top-row {
        align-items: flex-start !important;
    }

    .store-header-logo-col {
        display: flex;
        align-items: flex-start;
    }

    .store-header-logo-col .navbar-brand {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1;
        display: inline-flex;
        align-items: center;
    }

    .store-header-actions-col {
        display: flex;
        align-items: flex-start;
    }

    .store-header-actions {
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        row-gap: 0;
    }

    .store-header-actions .list-inline-item {
        margin-right: 1rem !important;
    }

    .store-header-actions .list-inline-item:last-child {
        margin-right: 0 !important;
    }

    .store-header-actions .header-rental-period-text {
        max-width: min(100%, 28rem);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header-rental-period-dropdown {
        min-width: min(520px, calc(100vw - 1.5rem));
        max-width: calc(100vw - 1.5rem);
    }
}

@media (max-width: 899.98px) {
    .store-header-actions {
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        row-gap: 0.5rem;
    }

    .store-header-actions .header-rental-period-control {
        order: 99;
        width: 100%;
        margin-right: 0 !important;
        justify-content: space-between;
    }

    .store-header-actions .header-rental-period-control .dropdown {
        margin-left: auto !important;
    }

    .store-header-actions .header-rental-period-text {
        max-width: calc(100% - 2.5rem);
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767.98px) {
    .store-header-top-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start !important;
        width: 100%;
    }

    .store-header-logo-col {
        flex: 1 1 auto;
        width: auto;
        max-width: none;
        min-width: 0;
        display: flex;
        align-items: flex-start;
        overflow: visible;
    }

    .store-header-logo-col .navbar-brand {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1;
        display: inline-flex;
        align-items: center;
    }

    .store-header-logo-img {
        display: block;
        max-height: 36px;
        max-width: clamp(120px, 36vw, 180px);
        width: auto;
        height: auto;
    }

    .store-header-actions-col {
        width: auto !important;
        max-width: none;
        flex: 0 0 auto;
        min-width: 0;
        margin-left: auto;
        flex-shrink: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        overflow: visible;
    }

    .store-header-actions {
        width: auto;
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
        justify-content: flex-end;
        white-space: nowrap;
    }

    .store-header-actions .list-inline-item {
        margin-right: 0.75rem !important;
    }

    .store-header-actions .list-inline-item:last-child {
        margin-right: 0 !important;
    }

    .header-rental-period-dropdown {
        min-width: min(520px, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
        left: auto !important;
        right: 0 !important;
    }

    .store-header-actions .header-rental-period-control .header-rental-period-text {
        display: inline !important;
    }

    .store-header-actions .header-rental-period-control span.d-inline.d-md-none {
        display: none !important;
    }
}

@media (max-width: 639.98px) {
    .header-rental-period-dropdown {
        min-width: min(520px, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
        overflow-x: hidden;
    }

    .header-rental-period-dropdown .header-rental-period-time-row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .header-rental-period-dropdown .form-select,
    .header-rental-period-dropdown .form-control {
        width: 100%;
    }

    .header-rental-period-dropdown .flatpickr-calendar,
    .header-rental-period-dropdown .flatpickr-days,
    .header-rental-period-dropdown .dayContainer {
        max-width: 100%;
    }

    .header-rental-period-dropdown .header-rental-period-actions {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .header-rental-period-dropdown .header-rental-period-actions .js-rental-range-summary {
        width: 100%;
        margin-right: 0 !important;
    }

    .header-rental-period-dropdown .header-rental-period-actions .btn {
        flex: 1 1 calc(50% - 0.25rem);
        min-height: 2.25rem;
    }

    .storefront-catalog-breadcrumb-wrap {
        margin-top: 1rem !important;
    }

    .storefront-catalog-content-wrap {
        margin-top: 1rem !important;
    }
}

@media (max-width: 449.98px) {
    .store-header-actions {
        gap: 0.25rem;
    }

    .store-header-actions .list-inline-item {
        margin-right: 0 !important;
    }

    .store-header-actions .navbar-toggler {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .store-header-actions .navbar-toggler .bi-text-indent-left {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 991.98px) {
    .storefront-catalog-content-wrap .storefront-catalog-filters-col {
        position: absolute;
        width: 0;
        height: 0;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }

    .storefront-catalog-content-wrap .storefront-catalog-products-col {
        width: 100%;
    }
}
