/**
 * Men� Marcas
 */
#m-17 .drop-container {
	margin-right: 0px;
	width: 750px !important;
	display: block !important;
}

#m-17 .manufacturer-line .manufacturer-item .manufacturer-name, 
#m-17 .manufacturer-line .manufacturer-other-brands .manufacturer-name {
	font-weight: lighter;
}

#m-17 .drop-container .a12 {
	padding: 15px !important;
	display: block !important;
}

#m-17 .manufacturer-line {
	display: block !important;
	flex-flow: none !important;
	webkit-flex-flow: none  !important;
	justify-content: none !important;
	webkit-justify-content: none !important;
}

#m-17 .manufacturer-line .manufacturer-item {
    padding: 25px 15px 15px 25px !important;
	width: 180px !important;
}

#m-17 .manufacturer-line .manufacturer-item .manufacturer-name {
	padding-top: 10px !important;
	display: block !important;
}

/* Bloque Otras Marcas */
#m-17 .manufacturer-other-brands {
	text-align: left !important;
	text-transform: uppercase;
}

#m-17 .manufacturer-line .manufacturer-other-brands .manufacturer-name {
	padding-top: 6px !important;
}

#m-17 .manufacturer-line .manufacturer-other-brands .title {
	padding-top: 0px !important;
	font-weight: bold !important;
	font-size: 13px !important;
}

@media (max-width: 768px) {
	#m-17 .drop-container {
		width: inherit !important;
	}
	
	#m-17 .manufacturer-line .manufacturer-item {
		padding: 20px 0px !important;
		width: inherit !important;
	}
	
	#m-17 .manufacturer-other-brands {
		text-align: center !important;
	}

}