/*
 Theme Name:   Chroma Child Theme
 Theme URI:    http://chroma.themerex.net/
 Description:  Chroma Child Theme
 Author:       ThemeREX
 Author URI:   http://themerex.net/
 Template:     chroma
 Version:      1.0.0
 Tags: wedding, fashion, fashion photography, gallery, photo, photo gallery, photo studio, photography studio, photographer, photography, photography agency, photography portfolio, photography theme, portfolio wordpress, creative
 Text Domain:  chroma
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.add_to_cart_inline {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.add_to_cart_inline del {
    opacity: .5;
    display: inline-block;
}

.add_to_cart_inline del .woocommerce-Price-amount {
    text-decoration: inherit;
}

.woocommerce.add_to_cart_inline .button {
    max-width: 175px;
}

.woocommerce.add_to_cart_inline .button,
.woocommerce.add_to_cart_inline a.added_to_cart {
    display: block;
}

.add_to_cart_inline .woocommerce-Price-amount {
    display: inline-block;
    vertical-align: middle;
    line-height: 51px;
    margin-right: 20px;
    margin-bottom: 22px;
    color: var(--theme-color-text_link) !important;
    font-size: 24px;
    font-family: 'Work Sans';
    line-height: 28px;
}

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
    padding: 1.3em 0 0;
}

.woocommerce-checkout #payment div.payment_box .form-row {
    padding: 0;
}

.woocommerce table.shop_table th {
    color: var(--theme-color-text);
    font-size: 17px;
    font-weight: 400;
}

.payment_box iframe {
    min-height: auto;
}

#wc-stripe-new-payment-method {
    display: none;
}

.shop_table_order_details {
    margin-bottom: 30px;
}