
.hoverclass {
    background: #003C67;
}
.finance-calculator-img .no-finance-hover,
.finance-calculator-img .finance-ok,
.finance-calculator-img .no-finance,
.finance-calculator-img .finance-issue,
.finance-calculator-img .finance-ok-hover,
.finance-calculator-img .finance-issue-hover,
.v12logo .withhover{
    display: none;
}

.finance-calculator.hoverclass,
.finance-calculator.issueclass.hoverclass {
    color: #FFF;
    background: #0c3755;
}

.finance-calculator.issueclass {
    color: #000;
    background: rgba(247,181,0,0.05);
}
.finance-view-popup {
    padding: 20px 80px;
}
#apply-finance {
    background: #003C67;
}
.custom-range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 0px;
    background: #ddd;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: rgb(29 78 216/var(--tw-bg-opacity));
    cursor: pointer;
}

.custom-range::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: rgb(29 78 216/var(--tw-bg-opacity));
    cursor: pointer;
}

.v12-modal-content {
    max-width: 800px;
    margin: auto;
    width: 100%;
    max-height: 90%;
}
.v12-right-finance {
    background: transparent;
}
.error-text {
    color: red;
}

.modal-open #header {
    z-index: -1;
}
.modal-open .product-slider {
    z-index: -1;
}
.logo-with-autifybrand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}
.logo-with-autifybrand img {
    max-width: 117px;
}
.deposit-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.deposit-box .finance-radio .radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    top: 0;
}
.deposit-box .finance-radio .radio-btn {
    padding: 10px 45px;
    background: #f6f4f2;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    color: #003c6b;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.deposit-box .finance-radio .radio:checked~.radio-btn {
    background: #003c6b;
    color: #fff;
}
.deposit-text-info {
    color: #6a6a69;
    text-align: center;
    margin: 20px 0 60px;
}
.finance-rangeslider {
    position: relative;
    margin: 40px 15px 0;
    padding: 0;
}
.finance-rangeslider__tooltip-box {
    position: absolute;
    height: auto;
    background-color: #003c6b;
    color: #fff;
    border: 1px solid #003c6b;
    top: -50px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    line-height: 14px;
    left: 50%;
    transform: translateX(-50%);
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
    padding: 7px 25px;
}
.finance-rangeslider__tooltip-box:after {
    display: block;
    content: "";
    background: #003c6b;
    position: absolute;
    border: 1px solid #003c6b;
    border-top: 0;
    border-left: 0;
    width: 10px;
    height: 10px;
    left: calc(44%);
    bottom: -6px;
    transform: rotate(45deg);
}
.finance-rangeslider .slider {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    height: 7px;
    width: 100%;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #dddcdc;
    border-radius: 12px;
    margin-bottom: 20px;
}
  
/* Mouse-over effects */
.finance-rangeslider .slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

.finance-rangeslider .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #04AA6D;
    background-color: #003c6b;
    outline: none;
    width: 29px;
    height: 29px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 0px;
    border: 1px solid #003c6b;
}

.finance-rangeslider .slider::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #04AA6D;
    background-color: #003c6b;
    outline: none;
    width: 29px;
    height: 29px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 0px;
    border: 1px solid #003c6b;
}
.finance-rangeslider__label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    color: #6a6a69;
}
.finance-rangeslider__label span {
    font-weight: 600;
    display: flex;
    gap: 2px;
    font-size: 14px;
    line-height: 14px;
}
.select-box-finance select#finance-options {
    letter-spacing: .2px;
    line-height: 20px;
    padding: 10px 20px;
    height: 45px;
    max-width: 320px;
    margin: auto;
    width: 100%;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.catalog-product-view .finance-sub-title {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #6a6a69;
    text-transform: uppercase;
}
.catalog-product-view #finance-calculator-summary li {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#finance-calculator-summary li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.finance-checkout-section fieldset {
    margin-bottom: 10px;
}
.finance-checkout-section .form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.finance-checkout-section .form-row .field {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-top: 0px;
}
.finance-checkout-section .form-row .field label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display:none;
}
.finance-checkout-section .form-row .field input {
    height: 42px;
    border-color: #dddcdc;
    color: #000;
    border-radius: 12px;
    padding: 10px 30px;
    width: 100%;
}
.v12-right-finance .form-heading {
    color: #6a6a69;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.action-button-apply-finance {
    width: 100%;
    background: #3f8c2f;
    border-color: #3f8c2f;
    border-radius: 24px;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    color: #fff;
}

.checkout-cart-index .v12-modal-content{
    max-width: 1100px;
}
@media only screen and (max-width: 639px) {
    .logo-with-autifybrand {
        display: block;
        text-align: center;
    }
    .logo-with-autifybrand img {
        margin: auto;
    }
    .finance-options .deposit-box {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1023px) {
    .v12-left-finance {
        padding: 1rem;
    }
    .v12-right-finance {
        padding: 0;
    }
    .finance-view-popup {
        padding: 20px 20px;
    }
    .deposit-box .finance-radio .radio-btn {
        padding: 10px 12px;
    }
}