/* Woo Payments */

.wcpay-express-checkout-wrapper {
    margin-top: 30px;
}

#wcpay-express-checkout-button-separator {
    margin: 30px 0 0 !important;
}

.wc-payment-form {
    border: none !important;
}




b, strong {
    font-weight: 600 !important;
}

#primary {
    min-height: calc(100svh);
}



body.woocommerce-order-pay {
    #wrapper-navbar {
        display: none !important;
    }
}

body.woocommerce-order-received {
    .uicore-navbar.uicore-transparent .uicore-header-wrapper {
        position: inherit;
    }
}

.woocommerce #order_review {
    max-width: 500px;
    margin: 50px auto;

    .shop_table {
        background-color: #2d2d34;
        border: 1px solid #38383e;
        border-radius: 16px;
        padding: 20px;
        color: #31a7b9;

        .price {
            display: flex;

            >span {
                flex: 1;
            }
        }

        .price:nth-child(1) {
            display: none !important;
        }
        .price:nth-child(2) {
            >span {
                font-weight: 600;
            }
            .includes_tax {
                font-weight: 400;
            }
        }
        .price:nth-child(3) {
            >span {
                font-size: 70%;
            }
        }

        >div>div>*:first-of-type {
            font-weight: normal;
        }

        >div>span {
            font-size: 24px;
            font-weight: 900;
            background-color: #4b5061;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
        }

        .wc-item-meta {
            padding: 0 !important
        }

        .wc-item-meta-label {
            font-weight: 600 !important;
            font-size: 80%;
            text-transform: uppercase;
        }

        #payment {
            margin-top: 20px;
        }
    }

    .woocommerce-terms-and-conditions-wrapper {
        display: none !important;
    }

    #payment {
        background-color: transparent;
        margin-top: 30px;

        .wc_payment_methods {
            padding: 0;
            background-color: #2d2d34;
            border: 1px solid #38383e;
            border-radius: 16px;
        }
        .wc_payment_method {
            padding: 10px 20px;
            border-bottom: 2px solid #38383e;
            >input {
                width: fit-content;
                cursor: pointer;
                margin-right: 0;
            }
            >label {
                padding-left: 15px !important;
                flex: 1;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
        }

        .wc_payment_method:last-child {
            border-bottom: none;
        }

        .form-row {
            padding: 0;
            margin: 30px 0 5px;
            width: 100%;
        }

        button {
            font-size: 17px !important;
            height: 58px;
            width: 100%;
            line-height: normal !important;
            background-color: #31a7b9;
            padding: 16px 0px;
            font-weight: 600;
            border: 1px solid #38383e;
            border-radius: 8px;
            text-align: center;
            cursor: pointer;
            box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.25);
        
            transition: all .2scubic-bezier(.68,.01,.58,.75);
            transition-behavior: normal;
            transition-duration: 0.2s;
            transition-timing-function: cubic-bezier(0.68, 0.01, 0.58, 0.75);
            transition-delay: 0s;
            transition-property: all;
        }

        button:hover {
            font-size: 16px !important;
            transform: scale(1.02);
        }

    }
}

.woocommerce-page:not(.elementor-page) main.uicore {
    padding: 0 !important;
}

.woocommerce .woocommerce-order {

    .woocommerce-thankyou-order-details, .woocommerce-order-details {
        display: none !important;
    }

    .woocommerce-thankyou-order-received {
        font-size: 28px;
        font-weight: 900;
        text-transform: uppercase;
        color: #FFF;
        text-align: center;
        background-color: #31a7b9;
        margin: 0;
        padding: 20px;
        border-radius: 16px;
    }

    .order_details {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        background-color: #4b5061;
        padding: 20px;
        border-radius: 5px;

        >li {
            color: #fff !important;
        }

    }
.woocommerce-order-overview li strong
    .woocommerce-order-details, .woocommerce-customer-details {
        display: none !important;
    }

}