section#content.page-content.page-cms.page-cms-2 ul {
	padding-left: 40px;
	list-style: disc;
}

section#content.page-content.page-cms.page-cms-3 ol {
	padding-left: 40px;
	list-style: decimal;
}

#header {
  border-bottom: 0px !important;
  border-top: 0px !important;
}

.alert-warning {
  color:rgb(110, 110, 110);
}

.leo-megamenu .navbar-nav > li {
  text-align: center;
  width: 13%;
}

.leo-megamenu .navbar-nav > li > a {
  padding: 10px 5px;
  font-size: 11px;
  text-transform: uppercase;
  color: #505050;
  background-color: transparent;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

#subcategories .subcategory-block .subcategory-meta {
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 3px;
    background-color: white;
}

@media (min-width: 576px) {
  .thumbnail-container .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: none;
    height: 67px;
    max-height: 67px;
  }
}

/* Vídeos YouTube exportados desde Odoo */
.media_iframe_video {
    width: 100%;
    max-width: 800px;
    margin: 1.5rem auto;
    position: relative;
    overflow: hidden;
    display: block;
    clear: both;
}

.media_iframe_video .media_iframe_video_size {
    padding-bottom: 56.25%; /* ratio 16:9 */
    height: 0;
    width: 100%;
    display: block;
}

.media_iframe_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.media_iframe_video .css_editable_mode_display {
    display: none;
}