body.theme-1 {
    background-color: white;
}
body.theme-2 {
    background-color: white;
    background-image: url('background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body.theme-3 {
    background-color: #E7EBDD;
}

.payment-method-gift-option {
    background: #A29353;
    color: white;
    font-family: YAFdJtfMD6Y-0, 'Arial', 'sans-serif';
    font-size: 16px;
    padding-left: 6px;
    padding-right: 6px;
    border: none;
    outline: none;
    border-radius: 0;
}
