* {
  line-height: 1.5;
}

/*
    Container
 */
body > .container-fluid > .row {
  padding: 0 10%;
}
@media screen and (max-width: 1200px) {
  body > .container-fluid > .row {
    padding: 0 6%;
  }
}

img {
  max-width: 100%;
}

.error-page {
  margin-top: 80px;
  margin-bottom: 80px;
}
.error-page .fa-4x {
  line-height: 1.1em;
}

/*
    Collections
*/
.row.collection {
  padding-top: 10px;
  padding-bottom: 10px;
}
.row.collection .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.row.collection .collection-image-wrapper.portrait {
  width: 100%;
  height: 300px;
}
.row.collection .collection-image-wrapper.landscape {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.row.collection .collection-image-wrapper .collection-overview-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  font-family: "object-fit: cover;";
}

.row.collection-categories {
  padding-top: 10px;
  padding-bottom: 10px;
}
.row.collection-categories ul {
  text-align: right;
  font-weight: bold;
}
.row.collection-categories ul li {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: #7f7f7f;
}
.row.collection-categories ul li:hover {
  color: #ff5159;
}
.row.collection-categories ul li.active {
  color: #ff5159;
}
.row.collection-categories ul li:after {
  content: "/";
  color: #7f7f7f;
}
.row.collection-categories ul li:last-child:after {
  content: "";
}

.row.collection-pagination ul {
  text-align: center;
  font-weight: bold;
}
.row.collection-pagination ul li {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  color: #7f7f7f;
}
.row.collection-pagination ul li:hover {
  color: #ff5159;
}
.row.collection-pagination ul li.active {
  color: #ff5159;
}
.row.collection-pagination ul li:after {
  content: "/";
  color: #7f7f7f;
}
.row.collection-pagination ul li:last-child:after {
  content: "";
}

/*
 * Form builder forms
 */
.form-builder-container select[multiple=multiple] {
  height: 100px;
}
.form-builder-container textarea {
  max-width: 300px;
}
.form-builder-container input[type=file] {
  border: 0;
  box-shadow: unset;
  height: auto;
  padding: 0;
}

/* ----- COLLECTION CAROUSEL ----- */
.collection > .carousel {
  padding: 0;
}
.collection > .carousel .carousel-inner {
  height: 100%;
}
.collection > .carousel .carousel-inner .item {
  height: 100%;
}

.collection > .carousel-titles {
  padding: 20px 0 0 10px;
  background-color: #eee;
}
.collection > .carousel-titles h3 {
  margin: 0 0 10px;
}
.collection > .carousel-titles .carousel-title {
  position: relative;
}
.collection > .carousel-titles .carousel-title.active {
  margin-left: -10px;
  padding-left: 10px;
  background: #333;
  color: #fff;
}
.collection > .carousel-titles .carousel-title.active:before {
  position: absolute;
  content: " ";
  left: -22px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #333;
}
.collection > .carousel-titles .carousel-title a {
  padding: 10px 10px 10px 0;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

/* ----- Cookie consent ----- */
@media screen and (max-width: 414px) {
  .cc-window.cc-floating {
    width: 100%;
  }
}
/* ----- Social share ----- */
.social-share-container + .social-share-container {
  margin-left: 10px;
}

/* ----- Social share ----- */
.submenu {
  background-color: #4F6573;
  color: white;
  padding: 0;
}
.submenu ul {
  list-style: none;
  font-size: 16px;
  padding: 0;
  margin-bottom: 0;
}
.submenu a {
  color: inherit;
  width: 100%;
  display: block;
  padding: 5px 0 5px 10px;
}
.submenu a:link, .submenu a:visited, .submenu a:hover, .submenu a:active {
  text-decoration: none;
}
.submenu a:hover {
  background-color: red;
}
.submenu ul.submenu-list.submenu-list-root > li > a {
  font-weight: bold;
}
.submenu ul.submenu-list.submenu-list-root > li > a:link {
  background-color: #303d46;
  cursor: initial;
}
.submenu ul.submenu-list ul.submenu-list-child-1 > li a::before {
  content: "";
  padding-left: 25px;
}
.submenu ul.submenu-list ul.submenu-list-child-2 > li a::before {
  content: "";
  padding-left: 50px;
}
.submenu ul.submenu-list ul.submenu-list-child-3 > li a::before {
  content: "";
  padding-left: 75px;
}
.submenu ul.submenu-list ul.submenu-list-child-4 > li a::before {
  content: "";
  padding-left: 100px;
}
.submenu ul.submenu-list ul.submenu-list-child-5 > li a::before {
  content: "";
  padding-left: 125px;
}
.submenu ul.submenu-list ul.submenu-list-child-6 > li a::before {
  content: "";
  padding-left: 150px;
}

/* ----- Default page title ----- */
#page-title-container h1 {
  margin-top: 20px;
  margin-bottom: 15px;
}

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