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

.woocommerce-shipping-totals.shipping{
display: flex;
  flex-direction: column;
}

#shipping_method li{
	display: flex;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  text-align: start;
}