/* =========================================================
   TUROPA - MÓDULO MENÚ LATERAL CATEGORÍAS
   ========================================================= */

.tdt-category-sidebar {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 28px !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.tdt-category-sidebar-title,
.tdt-manual-menu-title {
  color: #0A1675;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 2px solid #0A1675;
}

.tdt-category-menu-list,
.tdt-manual-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tdt-category-menu-item,
.tdt-manual-menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tdt-category-menu-row {
  display: flex;
  align-items: center;
  width: 100%;
}

.tdt-category-menu-link,
.tdt-manual-menu-link {
  display: block;
  color: #222222 !important;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none !important;
  padding: 7px 0;
  transition: color 0.15s ease;
}

.tdt-category-menu-link {
  flex: 1 1 auto;
  min-width: 0;
}

.tdt-category-menu-link:hover,
.tdt-manual-menu-link:hover {
  color: #C75125 !important;
}

.tdt-category-menu-item.depth-0 > .tdt-category-menu-row > .tdt-category-menu-link {
  color: #0A1675 !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tdt-category-menu-item.depth-1 > .tdt-category-menu-row > .tdt-category-menu-link {
  padding-left: 14px;
}

.tdt-category-menu-item.depth-2 > .tdt-category-menu-row > .tdt-category-menu-link {
  padding-left: 28px;
  font-size: 14px;
}

.tdt-category-menu-item.depth-3 > .tdt-category-menu-row > .tdt-category-menu-link {
  padding-left: 42px;
  font-size: 14px;
}

.tdt-category-menu-item.is-current > .tdt-category-menu-row > .tdt-category-menu-link {
  color: #C75125 !important;
  font-weight: 700;
}

.tdt-category-menu-toggle {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 6px;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: #0A1675;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.tdt-category-menu-toggle:hover,
.tdt-category-menu-toggle:focus,
.tdt-category-menu-toggle:active {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: #C75125;
}

.tdt-category-menu-toggle span:before {
  content: '+';
}

.tdt-category-menu-item.is-open > .tdt-category-menu-row > .tdt-category-menu-toggle span:before {
  content: '-';
}

.tdt-category-menu-children {
  display: none;
}

.tdt-category-menu-item.is-open > .tdt-category-menu-children {
  display: block;
}

.tdt-manual-menu {
  margin-top: 28px;
}

.tdt-manual-menu-item.depth-1 > .tdt-manual-menu-link {
  padding-left: 14px;
}

.tdt-manual-menu-item.depth-2 > .tdt-manual-menu-link {
  padding-left: 28px;
}

.tdt-manual-menu-item.depth-3 > .tdt-manual-menu-link {
  padding-left: 42px;
}

@media (max-width: 767px) {
  .tdt-category-sidebar {
    margin-bottom: 22px !important;
  }

  .tdt-category-sidebar-title,
  .tdt-manual-menu-title {
    font-size: 18px;
    line-height: 24px;
  }
}
