body{
    background-color: #F9FAFC !important;
}
.payment2-content {
    margin: 30px auto 0;
}

.grey-bg {
    background-color: #F9FAFC !important;
}

p {
    margin: 0;
}

.payment2-content {
    gap: 1rem;
}
.logo{
    max-width: 150px;
    display: block;
    margin: 15px auto 0;
}
.reviews {
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
}

.reviews p {
    display: inline-flex;
    background-color: #F5E9ED;
    color: #c25750;
    padding: 5px 15px;
    border-radius: 50px;
}

.icons {
    max-width: 400px;
    margin: 0 auto;
}

.icon {
    width: 25px;
}

.icons p {
    font-size: 12px;
}

.formContainer {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.form-header {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 500;
}

.ui-input {
    border: 1.5px solid #cecece;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
}

.ui-input::-webkit-input-placeholder {
    color: #797979;
}

.ui-input:-moz-placeholder {
    color: #797979;
    opacity: 1;
}

.ui-input::-moz-placeholder {
    color: #797979;
    opacity: 1;
}

.ui-input:-ms-input-placeholder {
    color: #797979;
}

.ui-input::-ms-input-placeholder {
    color: #797979;
}

.ui-input::placeholder {
    color: #797979;
}

.form-options {
    border: 1px solid #d9d9d9;
    display: grid;
    margin-bottom: 0;
    border-radius: .25em;
    overflow: hidden;
}

.form-options input[type="radio"] {
    display: none;
}

.form-options>label {
    padding: 0 15px;
    align-items: center;
    display: flex;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid transparent;
    position: relative;
    isolation: isolate;
    cursor: pointer;
}

.credit-text {
    font-size: 16px;
    line-height: normal;
}

.form-option-subheader {
    font-size: 14px;
}

.cc-list h2 {
    color: #c25750;
    font-size: 16px;
}

.form-options input:checked+span {
    background: #0F77F1;
    box-shadow: 0 0 0 1px #0F77F1,
        0 0 0 .175em #fff inset;
}

.form-credit {
    transform: translateY(2px);
}

.form-options label:hover::before,
.form-options input:checked~div::before {
    content: '';
    inset: 0;
    position: absolute;
    background: #fff;
    z-index: -1;

}

.form-options>label:not(:last-child) {
    border-bottom-color: #d9d9d9;
}

.form-options>label:last-child {
    border-color: transparent !important;
}

.form-options>label>div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5em;
    width: 100%;
}

.form-options p {
    color: #a0a0a0;
    font-size: .95em;
}

.cc-list img {
    width: 180px;
}

.form-options input+span {
    --color: var(--c1);
    width: 1rem;
    top: 1.25em;
}

.form-options label {
    padding-left: 2.75rem;
}

.form-options {
    margin-block: 0;
    border-radius: 0;
    font-size: .9em;
}

.form-options label.disabled {
    background: #c0c0c0;
    pointer-events: none;
    border-color: #b0b0b0;
    color: #66666670;
    text-decoration: line-through;

}

.form-options input+span {
    color: #000;
    aspect-ratio: 1/1;
    width: 1.5em;
    box-shadow: 0 0 0 1px #d9d9d9,
        0 0 0 .175em #fff inset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    border-radius: 100%;
    background: #fff;
}

.form-options label.cc-form-option>div {
    display: flex;
    gap: 1em;
    justify-content: space-between;
}

.cc-panel {
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    border-top: none;
}

.cc-panel .ui-form__block:first-child .ui-input {
    margin-top: 0;
}

.form-subheader {
    color: #a0a0a0;
    font-size: 14px;
}

.ui-form__submit-button {
    max-width: 300px;
}

.sidebar {
    background-color: #fff;
    font-size: 16px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.product {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

.side-bg__product-image {
    height: 100px;
    width: auto;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}

.product p {
    font-size: 16px;
}

.product .product-price {
    color: #c25750;
}

.strike {
    color: #b0b0b0;
}

.pricing {
    font-size: 14px;
}

.total-price {
    font-weight: 500;
    margin-top: 10px;
    font-size: 16px;
}
.terms {
    text-align: center;
    margin-top: 20px;
    background: #fff;
}