.push-option .option-value, .push-option img {
    /*display: block!important;*/
}
.product-info .product-details .product-options .push-option .option-value {
    text-align: center!important;
}
.push-option > div[id*="input"] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--push-option-spacing, 7px);
}
.push-option > div[id*="input"] > .radio,
.push-option > div[id*="input"] > .checkbox {
    flex: 0 0 calc(50% - var(--push-option-spacing, 7px) / 2);
    display: flex;
}
.product-info .product-options .product-option-radio.push-option > div label,
.product-info .product-options .product-option-checkbox.push-option > div label {
    width: 100%!important;
    margin: 0px !important;
    padding: 5px 10px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}
.product-info .product-options .push-option > div label {
    border-radius: 0!important;
}
.product-info .product-details .product-options :not(.push-option) .option-price {
    display: block!important;
}
#product .product-options .push-option > div:last-child{
    flex: 0 0 100%!important;
}
/* Checkout login options */
.form-group.login-options .radio label {
    display: flex!important;
    align-items: center!important;
    gap: 8px!important;
    cursor: pointer!important;
}
.form-group.login-options .radio label input[type="radio"] {
    display: inline-block!important;
    appearance: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    width: 11px!important;
    height: 11px!important;
    opacity: 1!important;
    position: static!important;
    visibility: visible!important;
    margin: 0!important;
    flex-shrink: 0!important;
    border: 1px solid #8DA6D7!important; 
    border-radius: 50%!important;
    background: #fff!important;
    cursor: pointer!important;
}
.form-group.login-options .radio label input[type="radio"]:checked {
    background: #8DA6D7!important;
    box-shadow: inset 0 0 0 2px #fff!important;
}
@media (max-width: 890px) {
    .push-option > div[id*="input"] > .radio,
    .push-option > div[id*="input"] > .checkbox {
        flex: 0 0 100%;
    }
}
.option-wrapper.push-option-image{
    width: 100%;
}
.product-info .product-details .product-options .push-option-image .option-value{
    text-align: left!important;
    margin: 0 5px 0 5px !important;
}

/* Fix i.fa-star icons (icomoon replaces FontAwesome on this theme) */
i.fa-star,
i.fa-star-o {
    font-family: icomoon !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
}
i.fa-star::before {
    content: "\e902" !important;
}
i.fa-star-o::before {
    content: "\e900" !important;
}

/* Fix fa-stack sizing in floating-atc sticky panel */
.floating-atc .rating-stars {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    line-height: 1 !important;
}
.floating-atc .fa-stack {
    display: inline-block !important;
    position: relative !important;
    width: 1.2em !important;
    height: 1.2em !important;
    line-height: 1.2em !important;
}
.floating-atc i.fa-star,
.floating-atc i.fa-star-o {
    position: absolute !important;
    width: 100% !important;
    text-align: center !important;
    line-height: inherit !important;
}