.rwpp-checkout-row {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
}

.rwpp-checkout-info.price {
    text-align:right;
    font-weight: bold;
}

.rwpp-checkout-product-title {
    margin-bottom: 5px;
    font-weight: bold;
}

img.rwpp-checkout-product-image {
    display: block;
    margin: 0 0 5px;
}

.rwpp-text-align-center {
    text-align: center;
}

.rwpp-product-options-list {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
}

.rwpp-product-option {
    padding: 15px;
}

#rwpp-apply-coupon {
    margin: 0;
}

.rwpp-checkout-page-notice {
    margin: 10px auto;
    text-align: center;
}


@media only screen and (min-width: 680px) {
.rwpp-checkout-row {
    grid-template-columns: 175px auto 100px;
    align-items: center;
}

.rwpp-product-options-list {
    grid-template-columns: repeat(2, minmax(0, 0.5fr));
}

}

@media only screen and (min-width: 960px) {
.rwpp-product-options-list {
    grid-template-columns: repeat(3, minmax(0, 0.3333fr));
}

}


/*==== OLD CSS ====*/

.rwpp_memberships {
    width: 100%;
    margin: 1em auto;
}

.rwpp-form-error {
    display: none;
}

.rwpp-discount {
    display: block;
    font-size: 13px;
}

/* ==== CHECKOUT ==== */

.remove-membership-button, .rwpp-remove, .remove-coupon-code, .removeCoinMembership, .removeCoinBaseMembership {
    color: #c0392b;
    text-decoration: underline;
    cursor: pointer;
}
.rwpp-payment-box {
    display: none;
}

.rwpp-payment-box.active {
    display: block;
}

.rwpp-payment-box .wp-block-buttons {
    justify-content: center;
}

.rwpp-payment-type {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    padding: 15px 4%;
    text-align: left;
    cursor: pointer;;
    margin-top: 4px;
    background: rgba(0,0,0,0.05);
    border-radius: 8px;
}

.rwpp-payment-type.active {
    border-bottom: none;
}

.rwpp-payment-type .rwpp-payment-type-name {
    display: grid;
    grid-template-columns: auto 150px;
    font-size: 18px;
    align-items: center;
    grid-gap: 15px;
}

.rwpp-payment-type .rwpp-payment-option-checked {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid;
}

.rwpp-payment-type.active .rwpp-payment-option-checked {
    background: #898989;
}

.rwpp-payment-type img {
    display: block;
    margin: 0;
    max-width:150px;
}

.rwpp-checkout-padding {
    text-align: center;
    padding: 30px 4%;
}

#rwpp-enter-coupon {
    margin: 0;
    clear: both;
}

#rwpp_coupon_code {
    max-width:150px;
    margin: 0;
}

#rwpp-enter-coupon em {
    display: block;
    font-size: 13px;
}

.rwpp-button {
    display:inline-block;
    padding: 12px 15px;
    border: none;
    outline:none;
    cursor: pointer;
}

#rwpp-enter-coupon .rwpp-button {
    margin: 0 0 0 5px;
}

.rwpp-button.rwpp-pay-button {
    background: #27ae60;
}

.rwpp_total_due {
    text-align: right;
    font-weight: bold;
}

.rwpp-stripe-card-form {
    max-width: 100%;
}

.rwpp-stripe-card-form h4 {
    margin: 0 0 15px;
}

#rwpp-stripe-checkout-loaded {
    display: none;
}

.rwpp-form-row label, .rwpp-login-form label {
    display: block;
}

#rwpp-stripe-elements-box {
    clear: both;
    overflow: hidden;
}

.rwpp-fixed-box {
    position: fixed;
    width: 100%;
    left:0;
	top: 0;
	margin: 0;
    z-index: 9999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* Account Page */
#rwpp-account-info {
    position: relative;
}

/* Payment Page */

.rwpp-description {
    border-bottom: 1px solid;
    margin: 0 0 1em;
}

/* Register Page */

.rwpp-product-item {
    margin: 0.5em 0;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.rwpp-product-item h4, .rwpp-product-item p {
    margin: 0 0 8px;
}


.rwpp-product-item .rwpp-button {
    color: #fff;
}

#rwpp-login-form input[type="submit"] {
    color: #fff;
    text-align: center;
    display: inline-block;
    border: none;
    border-radius: 0;
    vertical-align: top;
    text-decoration: none;
    background: #27ae60;
}

.no-access-message {
    margin-bottom: 10px;
}

.rwpp-term-purchases {
    overflow: hidden;
    margin: 15px auto;
}

a.rwpp-purchase-term-link {
    display: block;
    padding: 10px;
}

a.rwpp-purchase-term-link .dashicons {
    font-size: inherit;
}

#rwpp-coingate-options, #rwpp-coingate-address-payment {
    max-width: 600px;
    margin: 0 auto;
}

#rwpp-coingate-info-box {
    padding: 200px 0;
    background: rgba(0,0,0,0.5);
    height: 100%;
    display: none;
}

#rwpp-coingate-address-payment {
    background: #ffffff;
    padding: 40px;
    position: relative;
    width: 90%;
}

.rwpp-close-info-box {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #c0392b;
    color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}

.rwpp-close-info-box .dashicons {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px 0 0;
    font-size: 26px;
}

#rwpp-select-coin {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

label.rwpp-choose-coin, label#rwpp-other-coin-options, label#rwpp-converted-coin-amount, #rwpp-coin-amount-owing {
    display: block;
    padding: 10px;
}

label#rwpp-converted-coin-amount {
    border-bottom: 1px solid #f1f1f1;
    font-size: 26px;
}

label.rwpp-choose-coin  {
    width: 50%;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

label.rwpp-choose-coin.active, label.rwpp-choose-coin:hover, label#rwpp-other-coin-options:hover  {
    background: #fafafa;
}

img.rwpp-coin-option {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

label#rwpp-other-coin-options {
    overflow: hidden;
    cursor: pointer;
}
label#rwpp-other-coin-options img {
    display: block;
    margin: 10px auto;
    width: 150px;
}

#rwpp-selected-coin .dashicons {
    vertical-align: middle;
    font-size: 26px;
}

#rwpp-coingate-checkout, #rwpp-confirm-coins-sent {
    margin: 30px auto;
}

input#rwpp-coin-send-address {
    font-size: 20px;
    text-align: center;
    width: 100%;
}

a#rwpp-use-coingate-link {
    display: block;
    clear: both;
}

label.rwpp-pay-now-button, label.rwpp-coingate-paynow, label.rwpp-coinbase-paynow {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    line-height: 1;
}

#rwpp-coingate-pending {
    margin: 0 auto 40px;
    font-weight: bold;
    display: none;
}

.rwpp-checkout-section {
    padding: 20px;
    margin: 0 auto 25px;
    overflow: hidden;
}

.rwpp-checkout-section table.rwpp_memberships td, .rwpp-checkout-section table.rwpp_memberships th {
    border: none;
}

.rwpp-checkout-billing-information {
    max-width: 600px;
}

.rwpp-checkout-billing-fields {
    margin: 20px 0;
}

.rwpp-checkout-billing-fields label {
    display: block;
}

.rwpp-checkout-billing-fields input[type="submit"].rwpp-button {
    display: inline-block;
    width: auto;
    outline: none;
    box-shadow: none;
}

.rwpp-checkout-field {
    margin-bottom: 10px;
}

.rwpp-checkout-rental-expires {
    font-style: italic;
    font-size: 90%;
    margin-top: 5px;
}

span.rwpp-required-field {
    color: #b94a04;
    display: inline-block;
    margin-left: 3px;
}

.rwpp-hide-payment-section {
    display: none;
}

.rwpp-proceed-button {
    width: 100%;
}

.rwpp-proceed-button .wp-block-buttons {
    justify-content: right;
}


#rwpp-card-permission {
    padding: 15px;
    text-align: left;
    font-size: 90%;
}

#rwpp-card-permission p {
    padding: 0;
    margin: 10px 0;
}

#rwpp-card-permission-input {
    margin: 10px 0;
}

#rwpp-card-permission-details, #rwpp-card-permission-note {
    font-size: 80%;
    overflow: hidden;
}

#rwpp-load-paypal-buttons {
    max-width: 500px;
    margin: 50px auto;
}

@media screen and (min-width: 680px) {

img.rwpp-coin-option {
    width: 40px;
    height: 40px;
}

#rwpp_coupon_code {
    max-width:220px;
    display: inline-block;
}
}

@media screen and (min-width: 768px) {
.rwpp-product-item {
    margin: 1% 0.7%;
    display: inline-block;
    vertical-align: top;
    width: 47%;
}

}

@media only screen and (min-width: 960px) {

.rwpp-membership-editor label {
    display: inline-block;
}

.rwpp-product-item {
    width: 31.33%;
}

}

@media screen and (max-width: 768px) {
    /* Memberships */

.rwpp_memberships {
    width: 100%;
    margin: 1em auto;
}

.rwpp_memberships th {
    display:none;
}

.rwpp_memberships td {
    display:block;
}

.rwpp-hidden-title {
    display:inline;
    font-weight: bold;
}

}
