.fairstone-calc {
    margin-bottom: 10px;
}
.fairstone-calc--product {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}
.fairstone-calc--product .fairstone-calc__caption {
    font-size: inherit;
}
.fairstone-calc--product .fairstone-calc__price {
    font-size: inherit;
}
.fairstone-calc__caption {
    font-size: 11px;
    color: #3f2a56;
    font-weight: 400;
}
.fairstone-calc__price {
    font-size: 11px;
    font-weight: 700;
    color: #ff6754;
}
.fairstone-calc__top {
    font-size: 15px;
    color: #3f2a56;
    margin-bottom: 4px;
}
.fairstone-calc__bottom {
    font-size: 12px;
    display: flex;
    align-items: center;
}
.fairstone-calc__finance {
    font-weight: 600;
    color: #3f2a56;
}
.fairstone-calc__devider {
    margin: 0 5px;
    color: #999;
}
.fairstone-calc__link {
    font-weight: 400;
    text-decoration: underline;
}
.fairstone-calc__period {
    color: #f66755;
    font-weight: 700;
}
.fairstone-calc--cart {
    margin-bottom: 8px;
}
.fairstone-calc--cart .fairstone-calc__caption {
    font-size: 1.4rem;
}
.fairstone-calc--cart .fairstone-calc__price {
    font-size: 1.4rem;
}
.fairstone-calc--cart__top {
    font-size: 1.4rem;
    color: #3f2a56;
    margin-bottom: 4px;
}
.fairstone-calc--cart__bottom {
    font-size: 1.2rem;
    align-items: center;
}

@media only screen and (max-width: 639px) {
    .fairstone-calc--cart {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* Fixes ONLY(!) for Magento Luma styles - please remove them if they conflict with your styles */
@media only screen and (max-width: 639px) {
    .catalog-product-view .product-info-price {
        margin: 0;
        width: 100% !important;
    }
    .catalog-product-view .product-info-price > *:first-child {
        padding-left: 0;
    }
}
.product-info-main .product-info-price .price-box {
    display: inline-block !important;
}
.product-info-main .product-info-stock-sku {
    float: right;
}
