/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: red !important; }
 
 /*SOYMOD #94300 */
 .groupincText p {
	 margin-bottom: 0px;
 }
 #product .displayProductPriceBlockWeight .col-md-6 {
	 width: 100%;
	 max-width: 100%;
 }
 #product .displayProductPriceBlockWeight .col-md-6 p {
	  text-align: left !important;
}

/*Nuevo bloque*/
#product .displayProductPriceBlockWeight .col-xs-12 {
	width: 100%;
	display: flex;
	flex-direction: row;
}
#product .displayProductPriceBlockWeight .col-md-6 {
	width: fit-content;
	flex: inherit;
	padding-right: 0px;
}

/*END MOD*/