/*
Theme Name: MPChild
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* Hide product title 
.woocommerce-checkout .product-name {
    display: none;
}
*/
/* Hide product price chekout
.woocommerce-checkout .product-total {
    display: none;
}
*/
/* Hide product quantity chekout
.woocommerce-checkout .product-quantity {
    display: none;
}
*/
/* Hide product image chekout
.woocommerce-checkout .product-thumbnail {
    display: none;
}
*/




/*
#billing_last_name
{ display: none;}
*/
/* Hide span on all pages except page with ID "page-id" */
/* Hide span on all pages except page with ID 40 */
/*
body:not(.page-id-40) .select2-selection.select2-selection--single {
    display: none;
}


.vi-wcaio-sidebar-cart-footer-pd-wrap-wrap.vi-wcaio-sidebar-cart-footer-pd-select_pd.vi-wcaio-slider-init {
  display: none;
}

a.vi-wcaio-sidebar-cart-pd-name {
  font-size: 10px;
  
}

li.vi-wcaio-sidebar-cart-pd-wrap {
  margin-top: 5px !important; 
  margin-bottom: 0px !important; 
}
*/




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
/*
div.vi-wcaio-sidebar-cart-header-coupon-wrap {
  width: 70%; 
}
*/

}