:root {
  --primary-color: #1e3e85;
  --secondary-color: #b59f4a;
  --tertiary-color: #888;
}

body {
  color: var(--tertiary-color);
  font-family: "FTRPT", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  width: 100%;
  min-width: 360px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  margin: 0 0 0.75em;
}

/* Override the bootstrap defaults */

h1 {
  color: var(--primary-color);
  font-family: "BBMTP", sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

h1 + p {
  text-align: center;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

a,
a:focus,
a:active,
a:hover {
  color: var(--primary-color);
  text-decoration: underline dotted;
  transition: all 0.4 ease 0s;
}

legend {
  padding: 7px 0px;
  border-bottom: 1px solid #ccc;
}

label {
  font-weight: normal;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--secondary-color);
}

p {
  margin-bottom: 2em;
}

@media (min-width: 992px) {
  .container {
    width: auto;
    max-width: 1560px;
  }
}

.so-page-builder .container {
  overflow: visible !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

body .wysiwyg {
  font-weight: 300;
  line-height: 1.5em;
}

body .wysiwyg p,
body .wysiwyg ul,
body .wysiwyg ol,
body .wysiwyg table {
  margin-bottom: 1.5em;
}

body .wysiwyg ul,
body .wysiwyg ol {
  padding: 0 0 0 1.5em;
}

body .wysiwyg li::marker {
  color: var(--secondary-color);
}

body .wysiwyg li ul,
body .wysiwyg li ol {
  margin-bottom: 0;
}

body .wysiwyg a,
body .wysiwyg a:focus,
body .wysiwyg a:active,
body .wysiwyg a:hover {
  display: inline-block;
  border-bottom: 1px solid transparent;
  color: #23a1d1;
  text-decoration: none;
  transition: all 0.4 ease 0s;
}

body .wysiwyg a:focus,
body .wysiwyg a:active,
body .wysiwyg a:hover {
  border-bottom-color: #23a1d1;
}

body .wysiwyg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}

.form-control {
  padding: 8px 0;
  height: 48px;
  background-color: #f8f8f8;
  color: var(--tertiary-color);
  font-size: 20px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
}

.form-control::placeholder {
  color: #bbb;
  font-style: italic;
  text-transform: lowercase;
}

.form-control:focus {
  padding: 9px 0 7px;
  border-bottom: 2px solid var(--secondary-color);
  box-shadow: none;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

/* top */

#top {
  background-color: #eeeeee;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
  color: var(--tertiary-color);
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #fff;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a + a {
  margin-left: 15px;
}

/* logo */

#logo {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;

  transition:
    all 0.4s ease,
    padding 0.4s ease;
}

@media (max-width: 767px) {
  #logo img {
    padding: 0 20px;
  }
}

/* search */

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
}

/* cart */

#cart {
  margin-bottom: 10px;
}

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* footer */

footer {
  color: var(--tertiary-color);
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: var(--tertiary-color);
  text-decoration: none;
}

footer a:hover {
  color: var(--primary-color);
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

/* alert */

.alert {
  padding: 8px 14px 8px 14px;
  border-radius: 0;
}

.alert.alert-floating {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 300px;
  z-index: 1000;
}

.alert.alert-floating .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 21px;
}

/* breadcrumb */

.breadcrumb {
  margin: 0;
  padding: 8px 0;
  background: none;
  line-height: 1;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 20px;
  }
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li {
  padding: 0px 10px;
  position: relative;
  white-space: nowrap;
  font-size: 16px;
  text-transform: lowercase;
}

.breadcrumb > li:first-child {
  padding-left: 0;
}

.breadcrumb > li a {
  color: #aaa;
  text-decoration: none;
}

.breadcrumb > li a:hover {
  color: var(--secondary-color);
}

.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

.breadcrumb > li:after {
  content: "\f054";
  display: block;
  position: absolute;
  top: 6px;
  right: -10px;
  width: 8px;
  height: 13px;
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  line-height: 1;
}

.breadcrumb > li:last-child:after {
  display: none;
}

.r2-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

.r2-pagination li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.r2-pagination li + li {
  margin-left: 4px;
}

.r2-pagination a,
.r2-pagination span {
  display: inline-block;
  min-width: 30px;
  border: 0;
  text-align: center;
  transition:
    color 0.3s ease 0s,
    border-color 0.3s ease 0s;
}

.r2-pagination li.prev,
.r2-pagination li.next {
}

.r2-pagination li.first,
.r2-pagination li.last {
}

.r2-pagination li.first i,
.r2-pagination li.prev i,
.r2-pagination li.next i,
.r2-pagination li.last i {
  vertical-align: middle;
}

.r2-pagination a:hover,
.r2-pagination a:focus,
.r2-pagination a:active,
.r2-pagination .active span {
  border: 0;
}

/* buttons */

.buttons {
  margin: 1em 0;
}

.btn {
  padding: 10px 30px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.4 ease 0s;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
}

.btn-default,
.btn-default:focus,
.btn-default:active:focus {
  color: var(--primary-color);
  background-color: #fff;
}

.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active:focus {
  color: #ffffff;
  text-shadow: none;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  background-color: #da4f49;
  border-color: #da4f49;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.sidebar-menu ul {
  margin: 0;
}

.sidebar-menu li > span {
  display: flex;
  align-items: center;
}

.sidebar-menu li ul {
  flex: 0 0 100%;
  padding-left: 20px;
}

.sidebar-menu li li {
}

.sidebar-menu li:last-child {
  margin-bottom: 0;
}

.sidebar-menu a {
  display: inline-block;
  flex-shrink: 1;
  flex-grow: 1;
}

.sidebar-menu a.active,
.sidebar-menu a:hover,
.sidebar-menu a:focus,
.sidebar-menu a:active {
}

.sidebar-menu .toggle {
  cursor: pointer;
  flex-shrink: 1;
  flex-grow: 0;
}

.sidebar-menu .toggle.collapsed i:before {
  content: "\f067";
}

/* carousel */
.slick-slide img {
  margin: 0 auto;
}

.slick-dots {
  display: block;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  text-align: center;
  transition: all 0.4 ease 0s;
}

.slick-slider:hover .slick-dots {
  opacity: 1;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  cursor: pointer;
  outline: none;
  padding: 5px;
  border: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.slick-dots li button::before {
  content: "";
  display: block;
  opacity: 0.5;
  width: 90px;
  height: 3px;
  background: #ffffff;
  font-size: 0;
  line-height: 0;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
}

.slick-arrow {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  transition: all 0.4 ease 0s;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.slick-arrow-prev {
  left: 0;
  transform: translate(150%, -50%);
}

.slick-arrow-next {
  right: 0;
  transform: translate(-150%, -50%);
}

.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

/* product list */
.product-grid > div {
  margin-bottom: 30px;
}

.product-thumb {
  margin-bottom: 30px;
}

.product-thumb .image {
  position: relative;
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.product-thumb .sale,
.productpage .sale {
  position: absolute;
  top: 30px;
  right: 0px;
  border: 0;
  background: var(--secondary-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
}

.bestseller-badge {
  background: var(--secondary-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 12px;
  width: 92px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #e69500;
}

h2.price {
  margin: 0;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button {
  width: 80%;
  border: none;
  background-color: #eee;
  color: var(--tertiary-color);
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.r2-side-menu-open .cookie-bar.cookie-bar--minimized {
  display: none !important;
}

.hermes__openpharm__eulogo {
  display: block;
  max-width: 200px;
}

#captcha_comment {
  width: auto;
  max-width: none;
  margin-bottom: 0;
}

/* body---------- */

body {
  background: #f8f8f8;
}
body.common-home {
  background: #fff;
}

/* fadein elements ---------- */

.fade-in-section {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 1s ease-out,
    transform 1s ease-out;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* slideshow --------------- */

#slideshow0 img {
  width: 100%;
  height: auto;
}

.homepage-video {
  height: 100vh;
  max-height: max-content;
  overflow: hidden; 
  display: flex;
  justify-content: center;
  align-items: center;
}

#slideshow0::before,
#slideshow1::before,
.homepage-video::before {
  content: url("/image/catalog/capri-logo.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 400px;
  height: auto;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(46%) saturate(2%)
    hue-rotate(114deg) brightness(108%) contrast(100%);
}

#slideshow1::before {
  width: 50%;
}

.homepage-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#slideshow0 .slick-list,
#slideshow1 .slick-list,
.homepage-video video {
  filter: brightness(0.5);
}
.homepage-video video
#slideshow0 .slick-arrow,
#slideshow1 .slick-arrow {
  color: #fff;
}

@media (max-width: 767px) {
  #slideshow1 .slick-arrow {
    display: none !important;
  }
}

/* #region header ------------------- */

#main-header {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  z-index: 100;
  transition:
    all 0.4s ease,
    padding 0.4s ease;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  #main-header {
    padding: 15px 0;
  }
}

.common-home #main-header {
  position: sticky;
  top: 0;
  margin-bottom: -85px;
  background: none;
  border-bottom: 0;
}

#main-header.scrolled {
  position: sticky;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

#main-header > .container-fluid > .row {
  display: flex;
  align-items: center;
}

#main-header.scrolled {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 10px 20px rgba(149, 149, 149, 0.2);
  transition:
    all 0.4s ease,
    padding 0.4s ease;
}

.logo-container {
  flex-grow: 1;
}

.common-home #main-header #logo {
  opacity: 0;
  pointer-events: none;
}

.common-home #main-header.scrolled #logo {
  opacity: 1;
  pointer-events: initial;
}

#main-header.header-hidden {
  transform: translateY(-100%);
}

/* #endregion */

/* #region header menu / search / icons -------------- */

.menu-icon-container {
  display: flex;
  align-items: center;
}

.r2-open-side-menu-wrapper button {
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--primary-color);
  font-size: 28px;
}

.r2-open-side-menu-wrapper button:hover {
  color: var(--secondary-color);
}

@media (max-width: 767px) {
  .r2-open-side-menu-wrapper button {
    font-size: 20px;
  }
}

.common-home .r2-open-side-menu-wrapper button,
.common-home .r2-open-side-menu-wrapper button:hover {
  color: #fff;
}

.common-home #main-header.scrolled .r2-open-side-menu-wrapper button {
  color: var(--primary-color);
}

.common-home #main-header.scrolled .r2-open-side-menu-wrapper button:hover {
  color: var(--secondary-color);
}

.r2-open-side-menu-wrapper span {
  margin-left: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

.header-icons-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-icons-container > *:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .header-icons-container > *:not(:last-child) {
    margin-right: 15px;
  }
}

.header-icons-container .search-trigger,
.header-icons-container > a {
  color: var(--primary-color);
  font-size: 28px;
}

.header-icons-container .search-trigger:hover,
.header-icons-container > a:hover {
  color: var(--secondary-color);
}

@media (max-width: 767px) {
  .header-icons-container .search-trigger,
  .header-icons-container > a {
    font-size: 20px;
  }
}

.common-home .header-icons-container .search-trigger,
.common-home .header-icons-container > a,
.common-home .header-icons-container .search-trigger:hover,
.common-home .header-icons-container > a:hover {
  color: #fff;
}

.common-home .scrolled .header-icons-container .search-trigger,
.common-home .scrolled .header-icons-container > a {
  color: var(--primary-color);
}

.common-home .scrolled .header-icons-container .search-trigger:hover,
.common-home .scrolled .header-icons-container > a:hover {
  color: var(--secondary-color);
}

#search {
  width: auto;
  position: relative;
}

#search .input-group-btn {
  width: auto;
  z-index: 2;
}

#search .search-input {
  width: 0;
  padding: 0;
  background: transparent;
  border-width: 0;
  outline: none;
  color: var(--tertiary-color);
  box-shadow: none;
  opacity: 0;
  transition:
    width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#search.is-open .search-input {
  width: 200px;
  margin-right: 15px;
  background-color: transparent;
  border: solid #ccc;
  border-width: 0 0 1px 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}

.common-home #search.is-open .search-input {
  border-color: #fff;
  color: #fff;
  mix-blend-mode: difference;
}

.common-home .scrolled #search.is-open .search-input {
  border-color: #ccc;
  color: var(--tertiary-color);
  mix-blend-mode: initial;
}

#search.is-open .search-input:focus {
  outline: none;
  padding-top: 1px;
  border-width: 0 0 2px 0;
  box-shadow: none;
}

#search .search-input::placeholder {
  font-size: 16px;
  font-style: italic;
  text-transform: lowercase;
}

.common-home #search .search-input::placeholder {
  color: #fff;
}
.common-home .scrolled #search .search-input::placeholder {
  color: #bbb;
}

#search .close-btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  padding: 0 4px;
  cursor: pointer;
  color: var(--tertiary-color);
  font-size: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  transition-delay: 0s;
}

.common-home #search .close-btn {
  color: #fff;
}
.common-home .scrolled #search .close-btn {
  color: var(--tertiary-color);
}

#search.is-open .close-btn {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.3s;
}

@media (max-width: 1199px) {
  #search.is-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--primary-color);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
  }

  #search * {
    transition: none !important;
  }

  #search.is-open .search-input {
    mix-blend-mode: initial !important;
  }

  #search.is-open .close-btn {
    position: absolute;
    top: 38px;
    right: 27px;
    font-size: 28px;
    cursor: pointer;
    display: block !important;
    color: #fff;
  }

  #search.is-open .search-input {
    width: 100%;
    max-width: 400px;
    height: 50px;
    font-size: 18px;
  }

  #search.is-open .search-trigger {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #search.is-open .close-btn {
    font-size: 20px;
  }
}

/* #endregion ---------- */

/* #region home page ---------- */

.row_dcgt,
.row_4buu {
  overflow: visible;
}

.home-card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: auto;
}

.home-card-image img {
  width: 314px;
  height: auto;
  filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.1));
  overflow: visible;
}

.home-card-content h2 {
  margin: 0 0 30px 0;
  color: var(--primary-color);
  font-family: "BBMTP", sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.home-card-content p {
  margin: 0;
  font-size: 25px;
}

@media (max-width: 767px) {
  .home-card-container {
    flex-direction: column;
    text-align: left;
  }

  .home-card-image img {
    width: 100%;
    max-width: 200px;
  }
}

/* ---------- */

.home-product-grid-title h3,
.home-instagram-title h3 {
  margin: 0 0 30px 0;
  color: var(--primary-color);
  font-family: "BBMTP", sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

/* ---------- */

hr.leaf-tile {
  border: 0;
  height: 250px;
  background-image: url("/image/catalog/leaf-tile.svg");
  background-repeat: repeat-x;
}

/* ---------- */

.pyramid-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 970px;
  margin: 70px auto 0;
  font-family: "FTRPT", sans-serif;
  font-size: 25px;
}

.pyramid-cell {
  padding: 20px;
}

.pyramid-header,
.pyramid-name {
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.2;
}

.pyramid-header span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
}

.cell-cross {
  position: relative;
}

.cell-cross::before {
  content: "+";
  position: absolute;
  top: -13px;
  left: -6px;
  color: #c4b581;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .pyramid-grid {
    grid-template-columns: 0.7fr 1fr;
  }

  .pyramid-grid br,
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .pyramid-name {
    grid-column: 2;
  }
}

/* blocco instagram home ---------- */

.home-instagram {
  background-color: #f8f8f8;
}

.home-instagram-title {
  text-align: center;
}

.home-instagram-title i {
  margin-right: 20px;
}

.home-instagram-title p {
  font-size: 25px;
}

/* #endregion */

/* #region categoria -------------------- */

body:not(.common-home, [class^="product-product-"]) #content {
  margin-top: 80px;
}

@media (max-width: 767px) {
  body:not(.common-home, [class^="product-product-"]) #content {
    margin-top: 40px;
  }
}

body[class^="product-category-"] #content {
  padding: 0 30px;
}

body[class^="product-category-"] h1 {
  text-align: center;
  margin-bottom: 15px;
}

body[class^="product-category-"] h1 + .row {
  text-align: center;
}

body[class^="product-category-"] h1 + .row p {
  margin-bottom: 50px;
    font-size: 25px;
}

body[class^="product-category-"] .category_list {
  display: none;
}

body[class^="product-category-"] .product-grid + .row {
  display: none;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
}

.product-grid + .row .text-right {
  font-size: 16px;
}

.product-thumb .image a {
  display: block;
  position: relative;
  overflow: hidden;
}

.product-thumb .image a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slider-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  opacity: 0.3;
  transition: all 0.4s ease-out;
}

.product-thumb .image:hover .slider-indicators {
  opacity: 1;
  transition: all 0.4s ease-out;
}

.dot {
  width: 90px;
  height: 3px;
  background: rgba(30, 62, 133, 0.5);
  transition: background-color 0.3s;
  cursor: pointer;
}

.dot.active {
  background-color: rgb(30, 62, 133);
}

.product-thumb .caption {
  padding: 0 20px;
  text-align: center;
}

.product-thumb .caption * {
  text-decoration: none;
}

.product-thumb h4 {
  margin: 30px 0 15px;
  font-size: 30px;
  font-weight: 400;
}

.product-thumb hr {
  margin: 0 auto;
  width: 60px;
  height: 2px;
  background-color: var(--secondary-color);
  border: 0;
}

.product-thumb hr + h4 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-thumb .price {
  margin-bottom: 0;
  font-family: "BBMTP", sans-serif;
  font-size: 25px;
  line-height: 1;
  color: var(--tertiary-color);
}

.product-thumb .price-old {
  margin-left: 5px;
  opacity: 0.6;
  text-decoration: line-through;
}

.product-thumb .wishlist-btn {
  position: absolute;
  bottom: 28px;
  left: 15px;
  background: #fff;
  border: none;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  color: var(--primary-color);
  font-size: 20px;
  z-index: 20;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.product-thumb .wishlist-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.product-thumb .addcart-btn {
  position: absolute;
  bottom: 28px;
  right: 15px;
  background: var(--primary-color);
  border: none;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 20px;
  z-index: 20;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.product-thumb .addcart-btn:hover {
  background-color: var(--secondary-color);
}

/* #endregion */

/* #region slider foto pagina prodotto ---------- */

.custom-slider-wrapper {
  display: flex;
  align-items: center;
  user-select: none;
}

.slider-thumbnail-container {
  margin: auto;
  width: 100%;
  max-width: calc(50vh * (3 / 5));
  flex-shrink: 0;
  overflow: hidden;
  background-color: #f9f9f9;
  position: relative;
}

.slider-thumb-track {
  display: flex;
  max-height: calc(100vh * 0.5);
  width: 100%;
}

.thumb-slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumb-slide img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.slider-main-frame {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  touch-action: pan-y;
  margin: auto;
  max-height: calc(100vh - 98px);
  max-width: calc((100vh - 98px) * (3 / 5));
}

@media (max-width: 767px) {
  .slider-main-frame {
    max-height: calc(100vh - 71px);
    max-width: calc((100vh - 71px) * (3 / 5));
  }
}

.slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: grab;
}

.slider-track:active {
  cursor: grabbing;
}

.slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide img {
  width: 100%;
  max-height: calc(100vh - 98px);
  pointer-events: none;
}

@media (max-width: 767px) {
  .slide img {
    max-height: calc(100vh - 98px);
  }
}

.slider-main-frame .slider-indicators {
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 10;
}

.slider-main-frame:hover .slider-indicators {
  opacity: 1;
}

.wishlist-btn,
.fullscreen-btn {
  position: absolute;
  bottom: 10px;
  background: #fff;
  border: none;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  color: var(--primary-color);
  font-size: 20px;
  z-index: 20;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.wishlist-btn:hover,
.fullscreen-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.wishlist-btn {
  right: 10px;
}
.fullscreen-btn {
  left: 10px;
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.fullscreen-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.fullscreen-overlay img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.fullscreen-close {
  position: absolute;
  top: 17px;
  right: 42px;
  background: none;
  border: none;
  font-size: 30px;
  color: var(--primary-color);
  cursor: pointer;
}

.fullscreen-close:hover {
  color: var(--secondary-color);
}

@media (max-width: 767px) {
  .custom-slider-container {
    padding: 0;
    margin-bottom: 40px;
  }

  .slider-main-frame-container {
    margin: auto;
    padding: 0;
  }
}

/* #endregion */

/* #region info prodotto ---------- */

.product-info-container .container-fluid > .row {
  display: flex;
  max-width: 1920px;
  margin: auto;
}

@media (max-width: 1200px) {
  .product-info-container .container-fluid > .row {
    flex-wrap: wrap;
  }
}

.product-info-container .container-fluid > .row > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-info h1 {
  margin-bottom: 12px;
  text-align: left;
}

.product-info h1 + hr {
  margin: 0;
  width: 60px;
  height: 2px;
  background-color: var(--secondary-color);
  border: 0;
}

@media (min-width: 1200px) {
  #product {
    max-width: 90%;
  }
}

.product-info .product-model {
  margin: 18px 0 0;
  color: var(--primary-color);
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
}

.product-info .product-price {
  margin-top: 15px;
}

.product-info .current-price,
.product-info .old-price {
  display: inline-block;
}

.product-info .current-price h2 {
  margin: 0 5px 0 0;
  font-family: "BBMTP", sans-serif;
  font-size: 25px;
  line-height: 1;
  color: var(--tertiary-color);
}

.product-info .old-price span {
  display: inline-block;
  font-family: "BBMTP", sans-serif;
  font-size: 25px;
  line-height: 1;
  color: var(--tertiary-color);
  opacity: 0.5;
}

.product-info span + a {
  font-size: 16px;
  margin-left: 6px;
  color: var(--tertiary-color);
}

.product-info span + a:hover {
  color: var(--primary-color);
}

.product-info .product-description-short {
  font-size: 16px;
  margin: 30px 0;
}

.product-info .product-description-short p {
  margin: 0;
}

.status-magazzino i {
  font-size: 8px;
  vertical-align: center;
  margin-right: 2px;
}

.add-quantity-product {
  margin-bottom: 25px;
  display: flex;
}

.add-quantity-product .quantity-selector {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-right: 10px;
  width: fit-content;
  background-color: #fff;
}

.add-quantity-product .quantity-selector button {
  height: 44px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: var(--secondary-color);
}

.add-quantity-product .quantity-selector #minus {
  padding: 0 10px 0 15px;
}

.add-quantity-product .quantity-selector #plus {
  padding: 0 15px 0 10px;
}

.add-quantity-product .quantity-selector input {
  height: 44px;
  text-align: center;
  font-weight: 500;
  border: none;
  line-height: 1;
  outline: none;
}

.add-quantity-product .btn {
  width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
}

#button-cart span {
  margin-left: 10px;
}

.product-info .installments-box {
  margin: 20px 0 30px;
}

@media (min-width: 1200px) {
  .product-info .installments-box {
    max-width: 90%;
  }
}

.product-info .installment {
  margin: 0;
  font-size: 16px;
}

.product-info .installment-divider {
  margin: 5px 0;
  border: 1px dotted #ccc;
}

.product-info .product-features {
    margin-top: 30px;
}

@media (max-width: 767px) {
  .product-info .product-features {
    margin-bottom: 60px;
  }
}

.product-info .feature-item {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.product-info .feature-icon {
  font-size: 26px;
  color: var(--secondary-color);
  min-width: 34px;
}

.product-info .feature-text {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.description-container {
  margin: 0 -15px;
  padding: 80px 0;
  background-color: #fff;
}

.description-container #tab-description p:last-of-type {
  margin-bottom: 0;
}

.related-product-container {
  padding: 80px 0 0;
}

.related-product-container .related-products {
  max-width: 1920px;
  margin: auto;
}

.related-product-container .related-products h2 {
  margin: 0 0 30px 0;
  color: var(--primary-color);
  font-family: "BBMTP", sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

/* #endregion */

/* #region barra acquista prodotto ---------- */

#product .form-group {
  margin-bottom: 0;
}

#product.is-fixed {
  position: fixed;
  bottom: -73px;
  left: 50%;
  background-color: #ffffff;
  border-radius: 100px;
  z-index: 1000;
  padding: 15px 60px 15px 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 25px;
  transform: translate(-50%, 150px);
  opacity: 0;
  transition: all 0.4s ease-out;
  filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.1));

  width: calc(100% - 60px);
  max-width: 620px;
}

@media (max-width: 767px) {
  #product.is-fixed {
    max-width: 350px;
  }
}

#product.is-fixed.is-visible {
  bottom: 83px;
  transform: translate(-50%, 0);
  opacity: 1;
  transition: all 0.4s ease-out;
}

@media (max-width: 767px) {
  #product.is-fixed #button-cart {
    padding-left: 15px;
    padding-right: 15px;
  }

  #product.is-fixed #button-cart span {
    display: none;
  }

  #product.is-fixed.is-visible {
    bottom: 114px;
  }
}

.close-sticky {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #999999;
  cursor: pointer;
  line-height: 1;
  display: none;
}

#product.is-fixed .close-sticky {
  display: block;
}
.close-sticky:hover {
  color: #333333;
}

#product.is-fixed .list-unstyled {
  margin: 0;
}

#product.is-fixed .list-unstyled h2 {
  margin: 0;
  font-size: 24px;
}

#product.is-fixed .form-group {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

#product.is-fixed .form-group label {
  margin: 0;
}

#product.is-fixed .btn-block {
  width: auto;
  display: inline-block;
  margin-top: 0;
}

#product.is-fixed
  > :not(.list-unstyled):not(.add-quantity-product):not(.close-sticky),
#product.is-fixed > .list-unstyled:not(:first-of-type),
#product.is-fixed > .list-unstyled > li:nth-child(n + 3) {
  display: none !important;
}

@media (max-width: 767px) {
  #product.is-fixed .quantity-selector {
    display: none;
  }
}

/* #endregion */

/* #region about ---------- */

body.information-information-4 {
  overflow-x: hidden;
}

.content-block {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 40px 0;
}

.content-text {
  flex: 1;
}

.magnolia-tile {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border: 0;
  height: 250px;
  background-image: url("/image/catalog/leaf-tile.svg");
  background-repeat: repeat-x;
}

@media (max-width: 991px) {
    .content-block {
        flex-direction: column; /* Incolonnamento per passare a immagine -> testo */
        gap: 30px;
    }
}

/* #endregion */

/* #region account ---------- */

/* login */

body[class^="account-"] h1 {
  text-align: center;
}

.account-login .well {
  min-height: 20px;
  padding: 40px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.account-login .well + .well p {
  font-weight: 600;
  margin-bottom: 0;
}

.account-login .form-control {
  background-color: #fff;
}

.account-login .well .btn-default,
.account-login .well .btn-primary {
  width: 100%;
  margin-top: 20px;
}

.input-password-container {
  position: relative;
  margin-bottom: 20px;
}

#togglePassword {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 5px;
  width: 40px;
  background: none;
  border: 0;
  color: var(--tertiary-color);
  font-size: 20px;
  line-height: 1;
  text-align: center;
  box-shadow: none;
}

#togglePassword:hover {
  color: var(--primary-color);
}

/* registrazione */

.account-register .agree {
  font-weight: 600;
}

/* pannello account */

.account-account #content .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.account-account #content .row > div {
  margin-bottom: 30px;
}

.account-account #content .account-item a {
  display: block;
  padding: 25px;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  text-decoration: none;
}

.account-account #content .account-item a i {
  width: 54px;
  height: 54px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: var(--secondary-color);
  font-size: 28px;
  line-height: 54px;
  text-align: center;
}

.account-account #content .account-item a:hover i {
  color: #fff;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.account-account .account-link-icon,
.account-account .account-link-text {
  display: inline-block;
  vertical-align: top;
}

.account-account .account-link-icon {
  margin-right: 15px;
}

.account-account .account-link-text {
  width: calc(100% - 80px);
}

.account-account .account-link-text h2 {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 27px;
  letter-spacing: 0.5px;
  line-height: 1;
}

.account-account .account-link-text p {
  margin-bottom: 0;
  color: var(--tertiary-color);
  line-height: 1.2;
}

/* #endregion */

/* #region cart ---------- */

body[class^="checkout-cart"] .table-responsive {
  margin-bottom: 40px;
}

body[class^="checkout-"] h2 {
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 600;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}

.panel-default {
  border-color: #eee;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 0;
}

.panel-default .panel-title a {
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 40px;
}

.panel-default .form-control {
  background-color: #fff;
}

/* #endregion*/

/* #region footer ---------- */

#breadcrumb-wrapper {
  width: calc(100% - 60px);
  margin: auto;
}

body:not(.common-home) footer {
  margin-top: 80px;
}

@media (max-width: 767px) {
  body:not(.common-home) footer {
    margin-top: 40px;
  }
}

.top-container {
  width: calc(100% - 60px);
  margin: auto;
}

.logo-tile {
  position: relative;
  margin: 37px 0;
  border-color: #ccc;
  overflow: visible;
}

.common-home .logo-tile:before {
  background-color: #fff;
}

.logo-tile:before {
  content: url("/image/catalog/logo-tile.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 135px;
  height: auto;
  padding: 0 30px;
  background-color: #f8f8f8;
  line-height: 0;
  z-index: 1;
}

.links-container {
  width: calc(100% - 60px);
  margin: auto;
  padding: 40px 0 20px;
}

.links-container .row > div:not(:last-child) {
  margin-bottom: 40px;
}

.links-container h3 {
  margin: 0 0 30px 0;
  color: var(--primary-color);
  font-family: "BBMTP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.links-container p {
  margin-bottom: 20px;
  font-size: 18px;
}

.links-container li {
  font-size: 18px;
  margin-bottom: 10px;
}

.links-container form {
  position: relative;
}

.common-home .links-container form input[id="email"] {
  background-color: #fff;
}

.links-container form input[id="email"] {
  margin-bottom: 15px;
  background-color: #f8f8f8;
  border: solid #ccc;
  border-width: 0 0 1px 0;
}

.links-container form input[id="email"]:focus {
  outline: none;
  border: solid var(--secondary-color);
  border-width: 0 0 2px 0;
  box-shadow: none;
}

.links-container form input[id="email"]::placeholder {
  font-size: 16px;
  font-style: italic;
  text-transform: lowercase;
}

.links-container form input[type="submit"] {
  background: none;
  border: none;
  padding: 6px 15px;
  margin-left: -30px;
}

.links-container form input[type="submit"]:hover {
  color: var(--primary-color);
}

.links-container .newsletter-privacy {
  display: flex;
  align-items: start;
  gap: 2px;
  margin: 0;
}

.links-container .newsletter-privacy label {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.links-container .newsletter-privacy span {
  float: left;
  margin-right: 6px;
  margin-bottom: 15px;
  color: #c90000;
}

/* #endregion */

/* #region credits ---------- */

.credits-container {
  background: var(--primary-color);
  padding: 10px 0;
}

.credits-container p {
  margin-bottom: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
}

.credits-container a {
  color: #fff;
}

.credits-container a:hover {
  color: #fff;
}

.credits-container ul {
  margin-bottom: 0;
  line-height: 1;
}

.credits-container li {
  padding: 0;
}

.credits-container img {
  background: #ffffff;
  border-radius: 6px;
  flex: 0 0 auto;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  object-fit: contain;
  margin: 0;
  padding: 4px 5px;
}

@media (max-width: 991px) {
  .credits-container * {
    float: none !important;
    text-align: center;
  }

  .credits-container p {
    padding: 0px 0 10px;
  }
}

@media (max-width: 767px) {
  .credits-container img {
    width: 50px;
  }
}

/* #endregion */
