/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/


.single-product-builder .et_product-block form.cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.single-product-builder .et_product-block form.cart .quantity-wrapper:before {
    content: none;
}
.single-product-builder .et_product-block .quantity-select,.single-product-builder .et_product-block .quantity-select select,.single-product-builder .et_product-block .single_add_to_cart_button {
    min-width: auto;
}
.single-product-builder .et_product-block .cart .quantity {
    margin-bottom: 0px;
    margin-right:10px;
}