/*
 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
*/

.container-precioporbulto{
	display: inline-block;
	border: 1px solid #5eb71f;
	padding: 12px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.container-precioporbulto span{
	font-weight: 900;
	color: #5eb71f;
}
.cantidad-por-bulto h5{
	color: rgb(80,80,80);
}
.cantidad-por-bulto span{
	font-weight: 900;
}
.h4-total{
	color: rgb(110,110,110)
}
.total{
	font-weight: 800;
}
.texto-unidad{
	font-size: 0.6em;
	margin-left: 5px;
}