.subscription-introduction {
    font-size: 12pt;
    margin-bottom: 25px
}

.subscription-cart-quantity {
    text-align: center;
}

.quantity:has(input[type=hidden]) {
    display: none;
}

.selectable-home {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent !important;

    border: 1px solid #e4e4e4;
    border-radius: var(--border-radius-large);
    padding: 6px 6px 2px;
    transition: border var(--transition-short), background-color var(--transition-short);
}

.selectable-home img {
    filter: drop-shadow(.5px 1px 0px #cccccc);
}

.selectable-home:has(input:checked) {
    border: 1px solid #5f6fff60;
    background-color: #5f6fff05;
}

.selectable-home:has(input:disabled) {
    pointer-events: none;
    background-color: #f5f5f5;
}

.selectable-home input:disabled {
    opacity: 0.8;
}

#subscription-new-customer {
    margin-top: 10pt;
}

.subscription-no-home-header {
    margin-top: 2rem;
}

.subscription-no-home-arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 4px;
    content: '\f138';
}

.subscription-no-home-account::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 4px;
    content: '\f2bd';
}

.subscriptions-no-home-block {
    padding-left: 18pt;
}

p:has(.home-name) {
    line-height: inherit;
}

.subscription-home-message {
    margin-top: 15pt;
}

.subscription-home-message.active,
.subscription-home-message.canceled {
    color: var(--color-sub-active);
}

.subscription-home-message.locked {
    color: #808080;
}

.subscription-home-message.locked::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f023";
}

.subscription-home-message.active::before,
.subscription-home-message.canceled::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
}

@font-face {
    font-family: hw_sub_ic;
    src: url(/wp-content/plugins/hw-home-subscription/assets/font/hw_sub_ic.ttf);
    font-weight: normal;
}

.woocommerce-MyAccount-navigation-link--homes a::before {
    font-family: hw_sub_ic !important;
    content: '\e800';
}

tr.order-total {
    border-bottom: 0px !important;
}

tr.recurring-totals th {
    color: #292929;
    font-weight: 600 !important;
    border-top: 0px;
    padding-top: 25px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase;
    font-size: 12px;
}

div.first-payment-date {
    margin-top: 10px;
}

div.first-payment-date small {
    font-size: 13px !important;
    font-weight: 500;
}

.subscription-cart-warning {
    margin-bottom: 45px;
    border: 1px solid #AF2B3744;
    background: #AF2B3725;
    border-radius: var(--border-radius-medium);
    padding: 10px;
    font-size: 15px;
    box-shadow: var(--box-shadow-small);
    color: #AF2B37;
}
