.pp_wrapper {
    display: none;
}

.cs_products {
    margin-left: 21px;
    margin-top: 10px;
    padding: 15px 10px;
    background-color: #fff;
    display: flex;
}

.cs_product {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #FFD966;
    width: calc(50% - 10px);
    margin: 0 5px;
}

.cs_product.cs_product_single {
    width: 100%;
    margin: 0;
}

.cs_product.cs_product_three {
    width: calc(33.33% - 10px);
}

.cs_product p {
    margin: 0;
}

.us_wrapper {
    margin: 10px 0;
}

.us_product {
    background-color: #F9CB9C;
    padding: 10px 15px;
    text-align: center;
}

.us_description p {
    text-align: left;
}

.us_description a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #FFD966;
    margin-bottom: 5px;
}

body:not(.woocommerce-order-received) label[for="payment_method_mycryptocheckout"]:after,
body:not(.woocommerce-order-received) label[for="payment_method_paypal"]:after {
    max-height: 32px;
}