/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.page_header {
    position: relative;
    top: 1rem;
}

table.variations {
    background-color: #ffffff;
    margin-bottom: 3rem;
}

table.variations .reset_variations {
    display: none !important;
}

.woocommerce-variation-price {
    font-size: 4rem;
    font-weight: 700;
    color: #1C254B;
    margin-bottom: 4rem;
}

.widget_shopping_cart_content .variation {
    display: none !important;
}

.wc-block-components-checkout-place-order-button {
    background-color: #ED1D84;
    font-size: 1.2rem;
    border: none;
    border-radius: 200px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order  {
    padding: 0 2rem!important;
    background-color: #ED1D84 !important;
    border-radius: 200px !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover  {
    background-color: #69727d!important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .product-name .variation {

}

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

}