@charset "utf-8";
/* CSS Document */
.cotizacion{
	color: #000000 !important
}
.cotizacion .botones-operaciones{
	display: block; min-width: 170px;
	text-align: right
}
.cotizacion .table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
.cotizacion th{
	text-align: inherit
}
.cotizacion .btn{
	display:inline-block;
}
.cotizacion .titulo-lista-cotizacion{
	color: #ffcc29
}

.cotizacion .contenido-lista-cotizacion{
	color: #333
}

.cotizacion .bloque-subtotal, .cotizacion .bloque-precio{
	text-align: right
}
.cotizacion .bloque-cantidad .contenido-lista-cotizacion{
	text-align: center
}

.mpw-t_mpw_banner_nav_right_grid .cotizacion h3 {
    font-size: 1.7em;
	text-align: left !important
}

.mpw-t_mpw_banner_nav_right_grid .cotizacion h3::after{
    content: '';
    background: #E1E1E1;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
}
.controls{
	margin-bottom: 5px
}

.address_form_agile select, .address_form_agile textarea, .address_form_agile input{
	width: 100% !important;
	padding: 8px
}

@media screen and (max-width: 600px) {
	
.mpw-t_mpw_banner_nav_right_grid .cotizacion h3 {
    font-size: 1.7em;
	width: 100%
}
	
.cotizacion .bloque-cantidad .contenido-lista-cotizacion{
	text-align: left
}
	
    .cotizacion table#cart tbody td .form-control{
		display: inline !important;
		width: 100px !important
	}
	
.cotizacion .bloque-subtotal, .cotizacion .bloque-precio{
	text-align: left
}
	
	.cotizacion .item-lista{
		color: #FFFFFF;
		display: inline-block;
		text-align: right;
		font-size: 18px;
	}	
	.cotizacion .contenido-lista-cotizacion{
		display: inline-block;
		width: 100%
		/*width: 69%;*/
	}
	.cotizacion .bloque-botones, .cotizacion .bloque-subtotal, .cotizacion .bloque-precio, .cotizacion .bloque-cantidad{
		display: inline-block;
		width: 49% !important;
	}
	.cotizacion table#cart thead { display: none; }
	.cotizacion table#cart tbody td { display: inline-block; padding: 5px; width:100%;}
	.cotizacion table#cart tbody tr td:first-child { background: #333; color: #fff; }
	.cotizacion table#cart tbody td:before {
		content: attr(data-th); font-weight: bold;
		display: inline-block; width: 100px;
		text-align: left !important
	}
}