/* Checkout - START */
.chckt-pm {
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    background: transparent;
    padding: 5px 0;
}

    .chckt-pm:first-child {
        border-top: 0;
        border-radius: 4px 4px 0 0;
    }

.chckt-pm-list:nth-last-child(2) {
    border-bottom: 0;
    margin-bottom: 10px;
}

.chckt-pm:nth-last-child(2) {
    border-bottom: 0;
}

.chckt-button {
    background-color: #ff8000;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 0;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 0 0 !important;
    padding: 15px 30px;
    border: none;
    outline: none;
    font-family: "Open Sans", sans-serif;
}

    .chckt-button:hover {
        background: #FF8000;
        filter: brightness(110%);
        color: #fff;
    }

.chckt-more-pm-button {
    border: none;
    background: transparent;
}

.chckt-button-container {
    --margin-top: 20px;
}

.chckt-more-pm-button__icon {
    color: #ff8000;
}

.chckt-more-pm-button:hover .chckt-more-pm-button__icon {
    color: #ff8000;
}

.chckt-input-field {
    border: 1px solid #dfe0e0;
}

.chckt-input-field--recurring {
    border: none;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.chckt-pm__pending-message {
    color: #6b737b;
    background-color: transparent;
    --display: none;
}

.chckt-pm__name {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-align: left;
    width: 120px;
}

.js-chckt-pm--selected .js-chckt-pm__name {
    color: #333;
}

.chckt-form-label__text {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.chckt-checkbox[name="storeDetails"] + .chckt-form-label__text {
    text-align: left;
    padding-left: 5px;
    width: 92%;
    padding-bottom: 0;
    line-height: 26px;
}

#checkout br {
    display: none;
}

#checkout input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url('/Content/Themes/LotteryWorld/plugins/icheck/skins/minimal/green.png') no-repeat -100px 0;
    border: none;
    cursor: pointer;
    outline: 0;
}

.js-chckt-pm--selected input[type="radio"] {
    background-position: -140px 0 !important;
}

#checkout input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url('/Content/Themes/LotteryWorld/plugins/icheck/skins/minimal/green.png') no-repeat 0 0;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    #checkout input[type="checkbox"]:checked {
        background-position: -40px 0 !important;
    }


.chckt-pm__header {
    padding: 14px 0px;
}

.chckt-more-pm-button__text {
    font-family: 'Open Sans', sans-serif;
}

/* Checkout - END */
