/*
Theme Name: Entropia Child
Theme URI: https://entropia.qodeinteractive.com/
Description: Gaming and Game Development Studio Theme
Author: Edge Themes
Author URI: https://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: entropia
Template: entropia
*/
.ogloboy-buy-now-button {
    display: inline-block;
    margin-left: 12px;
    padding: 13px 30px;
    background: #ffffff;
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
}

.ogloboy-buy-now-button:hover {
    background: #00ffd1;
    color: #000 !important;
}

/* Hide Stripe express checkout (Apple Pay / Google Pay) on product page */
body.single-product div.wc-stripe-product-checkout-container.active {
    display: none !important;
}

/* Style Buy Now button on product page */
.single-product .ogloboy-buy-now-button {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-left: 0;

    padding: 17px 50px;
    text-align: center;

    background-color: #e60000;
    color: white !important;

    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;

    border: 1px solid transparent;
    text-decoration: none !important;
    box-sizing: border-box;

    transition: color .2s ease-in-out,
                background-color .2s ease-in-out,
                border-color .2s ease-in-out,
                box-shadow .2s ease-in-out;
}

/* Add the same glow effect as Add to Cart */
.single-product .ogloboy-buy-now-button:hover {
    color: white !important;
    -webkit-box-shadow: 0 0 40px 4px rgba(142, 248, 210, .75);
    box-shadow: 0 0 40px 4px rgba(142, 248, 210, .75);
}
