/* --------------------TODO - Fix this ---------------------------------------- */
/* ---------------------END TODO ------------------------------------ */
.empori-brand-page-logotype {
  position: relative;
  z-index: 2;
  top: -70px;
  margin-bottom: -90px;
  pointer-events: none;
}
.empori-brand-page-logotype .container {
  justify-content: flex-end;
}
.empori-brand-page-logotype .logotype-container {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  pointer-events: auto;
}
.empori-brand-page-logotype .logotype-container img {
  height: revert-layer;
  max-width: 300px;
}

.brand-listing-grid .row-parent:first-of-type {
  padding: 40px 0 60px;
}
.brand-listing-grid .container .basic-grid-content {
  margin: 0 0 60px;
}
.brand-listing-grid .container .basic-grid-content:last-of-type {
  margin: 0;
}
.brand-listing-grid .basic-grid-image i {
  padding: 40px 0;
  display: flex;
  align-items: center;
  font-size: 60px;
}
.brand-listing-grid .basic-grid-image img {
  width: 100%;
}

.brand-family-group {
  flex: 0 0 100%;
  margin: 0 0 40px;
}
.brand-family-group:last-of-type {
  margin: 0;
}

.brand-model-item-grid .row-parent {
  border-top: 1px solid #f2f2f2;
}
.brand-model-item-grid .row-parent.intro-row-parent {
  border-top: none;
  padding: 20px 0 60px;
}
.brand-model-item-grid h3 i {
  margin: 0 5px 0 0;
}

.brand-model-item-images {
  display: flex;
  justify-content: center;
}
.brand-model-item-images img {
  height: auto;
  max-height: 500px;
  border-radius: 10px;
}

.brand-model-item-info .empori-buttons-container {
  margin: 20px 0 0;
}

.brand-item-inner-content {
  border-radius: 10px;
  box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.brand-top-info {
  padding: 30px;
  color: #ffffff;
  background-color: var(--empori-primary-alt-color);
}
.brand-top-info h2 {
  margin: 0;
  color: #ffffff;
}
.brand-top-info p {
  margin: 5px 0 0;
}

.brand-bottom-info {
  padding: 30px;
  font-size: 0.9em;
  margin: 0;
}
.brand-bottom-info *:first-child {
  margin-top: 0;
}
.brand-bottom-info *:last-child {
  margin-bottom: 0;
}

.brand-model-image {
  border-radius: 10px;
}
.brand-model-image.missing {
  align-content: center;
  align-items: center;
  background-color: transparent;
}
.brand-model-image.missing i {
  flex: 0 0 100%;
  text-align: center;
}
.brand-model-image.missing .text {
  max-width: 300px;
  font-size: 0.9em;
  margin: 20px 0 0;
  text-align: center;
}

.brand-model-item-images {
  overflow: hidden;
}
@media (max-width: 800px) {
  .brand-model-item-images {
    overflow: visible;
  }
}

.brand-model-gallery .swiper {
  overflow: visible;
}
.brand-model-gallery .swiper-wrapper {
  display: flex;
  align-items: center;
}
.brand-model-gallery .swiper-slide {
  opacity: 0;
  pointer-events: none;
}
.brand-model-gallery .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
  text-align: center;
}
.brand-model-gallery .thumbnails {
  justify-content: center;
  margin: 10px 0 0;
  color: var(--empori-primary-color);
}
.brand-model-gallery .thumbnails .thumbnail-item {
  height: 60px;
  width: 60px;
  border-radius: 10px;
  margin: 0 3px;
  padding: 3px;
  opacity: 0.55;
  border: 2px solid transparent;
  position: relative;
  cursor: pointer;
}
.brand-model-gallery .thumbnails .thumbnail-item.active, .brand-model-gallery .thumbnails .thumbnail-item:hover {
  opacity: 1;
  border-color: var(--empori-primary-color);
}
.brand-model-gallery .thumbnails .thumbnail-item .thumbnail-image {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
  border-radius: 5px;
}

.empori-button.special-btn {
  border: 1px solid;
}

.brand-model-gallery .empori-image-gallery-fullscreen-trigger {
  top: 5px;
  left: 5px;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.brand-model-gallery .empori-image-gallery-fullscreen-trigger i {
  text-shadow: none;
  color: var(--empori-primary-color);
}
.brand-model-gallery .swiper-button-prev {
  left: 5px !important;
}
.brand-model-gallery .swiper-button-next {
  right: 5px !important;
}

.empori-brand-model-info {
  flex: 0 0 100%;
  justify-content: space-between;
}
.empori-brand-model-info input {
  cursor: not-allowed;
  opacity: 0.7;
}
.empori-brand-model-info .node-hidden {
  display: none;
}

.empori-brand-listing-toolbar {
  margin: 0 0 20px;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .empori-brand-listing-toolbar {
    flex-direction: column-reverse;
  }
}

.empori-toolbar-section {
  align-items: center;
}
@media (max-width: 800px) {
  .empori-toolbar-section {
    flex: 0 0 100%;
  }
}
@media (max-width: 800px) {
  .empori-toolbar-section:first-of-type {
    margin: 10px 0 0;
  }
}

.empori-toolbar-item {
  font-family: var(--empori-font-alt-family);
  border-radius: 5px;
  background-color: #f2f2f2;
  margin: 0 10px 0 0;
  cursor: pointer;
  user-select: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .empori-toolbar-item {
    width: 100%;
    margin: 0 0 5px;
  }
}
.empori-toolbar-item i {
  margin: 0 10px 0 0;
}
.empori-toolbar-item:hover, .empori-toolbar-item.active {
  color: #ffffff;
  background-color: var(--empori-primary-color);
}
.empori-toolbar-item:hover i, .empori-toolbar-item.active i {
  color: #ffffff;
}
.empori-toolbar-item:last-child {
  margin: 0 0 0 auto;
}
.empori-toolbar-item .empori-sort-by {
  position: absolute;
  right: 0;
  z-index: 3;
  width: 230px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 800px) {
  .empori-toolbar-item .empori-sort-by {
    width: 100%;
  }
}
.empori-toolbar-item .empori-sort-by.visible {
  opacity: 1;
  visibility: visible;
}
.empori-toolbar-item .empori-sort-by .empori-multiselect-item {
  color: var(--empori-font-color);
  font-weight: normal;
}
.empori-toolbar-item .empori-sort-by .empori-multiselect-item.active {
  color: #ffffff;
  font-weight: bold;
}

.empori-filtering-item {
  background-color: #ffffff;
  border-radius: 5px;
  border: 2px solid #f2f2f2;
  margin: 0 0 20px;
  overflow: hidden;
}

.empori-multiselect-title {
  padding: 15px 20px;
  font-weight: bold;
  border-bottom: 2px solid #f2f2f2;
}
.empori-multiselect-title i {
  margin: 0 8px 0 0;
}

.empori-multiselect-item {
  padding: 15px 20px;
  line-height: 1em;
  background-color: #ffffff;
  transition: 200ms ease-in-out;
  transition-property: color, background-color;
  cursor: pointer;
}
.empori-multiselect-item:hover {
  background-color: #f2f2f2;
}
.empori-multiselect-item.active {
  background-color: var(--empori-primary-color);
  color: #ffffff;
}

.empori-filtering-portal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 200ms ease;
  transition-property: opacity, backdrop-filter, background-color;
}
.empori-filtering-portal.visible {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
}

.empori-portal-content-wrapper {
  width: 100%;
  position: absolute;
  max-width: 520px;
  right: -100%;
  top: 0;
  height: 100vh;
  background-color: #ffffff;
  transition: right 400ms ease;
}

.visible .empori-portal-content-wrapper {
  right: 0;
}

.empori-portal-content {
  position: relative;
  height: calc(100% - 60px);
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.empori-portal-content h2 {
  margin: 0 0 20px;
}
.empori-portal-content h2 i {
  margin: 0 10px 0 0;
}

.empori-portal-footer {
  height: 60px;
}
.empori-portal-footer button {
  font-size: 13pt;
  width: 100%;
  text-align: center;
  justify-content: center;
  border-radius: 0;
  padding: 0 40px;
}

.basic-grid-item .basic-grid-image {
  background-color: #ffffff;
}
.basic-grid-item .empori-brand-family {
  color: var(--empori-primary-color);
}
.basic-grid-item .empori-brand-desc {
  margin: 10px 0 0;
}
.basic-grid-item .price span {
  margin: 0 5px 0 0;
}

.empori-navigation-bg {
  height: 50px;
}

.alt-page {
  padding: 20px 0 80px;
}
.alt-page.theme-default {
  padding: 0 0 60px;
}
.alt-page.theme-default .container {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  top: -60px;
  box-shadow: 0 -30px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto -60px;
  max-width: 1240px;
}
@media (max-width: 800px) {
  .alt-page.theme-default .container {
    padding: 0 20px;
    top: 0;
    margin: 0 auto;
  }
}

.employee-info {
  margin: 0 0 10px;
}
.employee-info a, .employee-info .details {
  text-decoration: none;
  color: var(--empori-font-color);
}
.employee-info a i, .employee-info .details i {
  width: 20px;
  margin-right: 5px;
}
.employee-info:last-of-type {
  margin: 20px 0 0;
}

.empori-employees-container .empori-employee .empori-employee-info .basic-grid-title {
  font-size: 1.4em;
}

.news-article-info {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 20px !important;
}
.news-article-info div {
  margin: 0 10px 0 0;
}
@media (max-width: 800px) {
  .news-article-info div {
    margin: 0;
    flex: 0 0 100%;
  }
}
@media (max-width: 800px) {
  .news-article-info div.published {
    margin: 10px 0 0;
  }
}
.news-article-info div a {
  text-decoration: none;
}

.news-article-navigation {
  margin: 20px auto 0;
}
.news-article-navigation .navigation-container {
  flex: 0 0 100%;
  border-top: 1px solid #f2f2f2;
  padding: 20px 0 60px;
}
.news-article-navigation a {
  display: flex;
  text-decoration: none;
  color: #404040;
  max-width: 300px;
  word-break: break-all;
  align-items: center;
}
@media (max-width: 800px) {
  .news-article-navigation a {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.news-article-navigation a span {
  padding-left: 10px;
}
.news-article-navigation a i {
  color: inherit;
}
.news-article-navigation .next {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 800px) {
  .news-article-navigation .next {
    text-align: left;
    margin: 20px 0 0;
  }
}
.news-article-navigation .next span {
  padding-left: 0;
  padding-right: 10px;
}

.empori-news-article .news-article-image {
  padding: 20px 0 0;
}
.empori-news-article .container .container {
  padding: 0;
}
@media (max-width: 800px) {
  .empori-news-article .container .row-parent {
    padding: 0 !important;
  }
}

/*# sourceMappingURL=base.min.css.map */
