@charset 'utf-8';
/*
 Theme Name:   Frank Jewelry Store Child Theme
 Theme URI:    http://frank-jewelry-store.themerex.net/
 Description:  Frank Jewelry Store Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     frank-jewelry-store
 Version:      1.0
 Tags:         light, inheritable theme options
 Text Domain:  frank-jewelry-store
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.woocommerce .woocommerce-cart-form .cart_item td.product-name .variation {
    font-size: 0.8em;
    color: var(--theme-color-text_dark);
    width: 200px;

}
.woocommerce .woocommerce-cart-form .cart_item td.product-name .variation dt {
    margin-right: 5px;
}
@media(max-width: 767px) {
    .woocommerce .woocommerce-cart-form .cart_item td.product-name .variation {
        width: auto;
    }
}

.gpay-card-info-container-fill, .gpay-card-info-container-fill > .gpay-card-info-container {
    width: 100%;
    height: 150px;
}