html {
  line-height: 1.5;
}

body {
  line-height: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/* Override header */
header .product-price {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #999;
  letter-spacing: unset;
  width: unset;
  height: unset;
  margin-right: 0;
}

header a {
  color: rgba(255, 255, 255, var(--text-opacity));
}

header ul ol p {
  margin-bottom: 0;
}

header ul li a {
  color: rgba(255, 255, 255, var(--text-opacity));
}

header ul li a:hover {
  color: rgba(255, 255, 255, var(--text-opacity))!important;
}

/* Override hidden class */
.hidden {
  display: none;
}

@media (min-width: 768px) {
  .md\:block {
    display: block !important;
    visibility: visible !important;
  }
}

/* Override .product-price width */
.product-price {
  width: 100%;
}

.slick-arrow {
  height: 100%;
  margin-top: 0;
  width: 16.666667% !important;
}

/* Override Footer */
footer a {
  color: #bebebe !important;
}

footer h3 {
  margin-top: 0 !important;
}

#region, #lang {
  position: unset;
  font-weight: initial;
  font-size: initial;
}

footer .select-wrapper::before, .select-wrapper::after {
  content: none;
}

footer .select-wrapper select > option {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  width: 100%;
  color: white;
}

@media (max-width: 767px) {
  #contentarea {
    padding-top: 0 !important;
  }
}