.form-control-select {
   -webkit-appearance: auto !important; 
} /* fletxes a la combinació pes */
.sys-info-section {
    display: none !important; 
} /* treure el camp referència dels productes */
#header .header-main-wrap.sticky {
   background: #ffffff !important;
   height: 151px !important;
   transition: none !important;
} /* header sticky al fer scroll sense color i així aparegui negre */
.h-100 {
    height: auto !important;
}

.breadcrumb {
    height: 30px !important;
}  /* breadcrumb amb menys amplada */
.div_content_video {
	position: relative;
	padding-bottom: 56.25%; /*format 16 9*/
	padding-top: 25px;
	height: 0;
}
.div_content_video iframe {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}