/*
	Theme Name: Merino child
	Theme URI: http://demo.agnidesigns.com/merino/demos
	Author: AgniDesigns
	Version: 1.0
	Description: Modern WooCommerce shop theme for fashion store.
	Author URI: http://themeforest.net/user/AgniHD
	Template: merino
*/

/**
Single product
 */

.single-product-page .single-product-description table .value select {
    background: #fff;
    padding: 10px;
}

.wc-pao-addon-chars-remaining{
    display: block;
}

/**
Side cart
 */
.xoo-wsc-subtotal {
    font-size: 16px;
}
.xoo-wsc-img-col img {
    width: 100%;
}

/**
Checkout
 */
/*.woocommerce .woocommerce-checkout-payment ul .wc_payment_method label:before{
    display: none;
}*/

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    text-align: left !important;
}

.woocommerce-checkout .vc_column_container>.vc_column-inner {
    text-align: left !important;
}

@media (max-width: 767px) {
    .woocommerce-billing-fields .form-row, .shipping_address .form-row {
        flex: 1 0 100% !important;
    }

    .customer-billing-details {
        padding-right: 0 !important;
    }
}
