@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
  url('../fonts/playfairdisplay-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../fonts/opensanscondensed-light-webfont.woff2') format('woff2'),
  url('../fonts/opensanscondensed-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../fonts/opensanscondensed-bold-webfont.woff2') format('woff2'),
  url('../fonts/opensanscondensed-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Flaticon.woff") format("woff"),
  url("../fonts/Flaticon.ttf") format("truetype"),
  url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}

.flaticon-bacon:before {
  content: "\f100";
}

.flaticon-search:before {
  content: "\f101";
}

.flaticon-food-1:before {
  content: "\f102";
}

.flaticon-food:before {
  content: "\f103";
}

.flaticon-cheese:before {
  content: "\f104";
}

.flaticon-fresh-juice:before {
  content: "\f105";
}

.flaticon-jam:before {
  content: "\f106";
}

.flaticon-jar-of-jam:before {
  content: "\f107";
}

.flaticon-rss-feed-reader-logo:before {
  content: "\f108";
}

.flaticon-restaurant:before {
  content: "\f109";
}

.flaticon-phone-call:before {
  content: "\f10a";
}

.flaticon-chef:before {
  content: "\f10b";
}

.flaticon-clock:before {
  content: "\f10c";
}

.flaticon-checked:before {
  content: "\f10d";
}

.flaticon-close:before {
  content: "\f10e";
}

.flaticon-facebook-square-social-logo:before {
  content: "\f10f";
}

.flaticon-social:before {
  content: "\f110";
}

.flaticon-shopping-cart:before {
  content: "\f111";
}

.flaticon-delete:before {
  content: "\f112";
}

.flaticon-arrowhead-thin-outline-to-the-left:before {
  content: "\f113";
}

.flaticon-arrow-point-to-right:before {
  content: "\f114";
}

.flaticon-arrows:before {
  content: "\f115";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #191919;
  margin: 0;
  padding: 0;
  animation: fadein .6s ease-in-out;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.wrapper {
  max-width: 2560px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.h1,
.h2,
.h3,
.h4,
i,
hr::after,
.shop-categories a span,
.menu > ul > li > a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2, h3, h4 {
  font-weight: bold;
}

.h1 {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  color: #A0141E;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  color: #A0141E;
}

.h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

.h4 {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
}

hr {
  width: 256px;
  height: 2px;
  margin: 35px auto;
  position: relative;
  overflow: visible;
  padding: 0;
  border: none;
  border-top: 2px solid #A0141E;
  color: #A0141E;
  text-align: center;
}

hr::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  width: 65px;
  height: 4px;
}

.grey hr::before {
  background: #F5F5F5;
}

hr::after {
  font-family: "Flaticon";
  content: "\f109";
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: -20px;
  color: #FFFFFF;
  background: #A0141E;
  padding: 8px;
  border-radius: 100%;
}

hr.shop::after {
  content: "\f111";
}

a {
  text-decoration: none;
  color: #191919;
  transition: all .2s;
}

.rounded {
  border-radius: 8px;
}

.news table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

.news table tbody tr td:last-of-type {
  text-align: right;
}

.main p {
  font-size: 18px;
  line-height: 26px;
  margin: 10px 0;
}

.main a {
  text-decoration: underline;
}

.main a:hover {
  color: #A0141E;
}

.circle {
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 100;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #A0141E;
  transform: rotate(-15deg);
}

.circle.date {
  width: 120px;
  height: 120px;
  text-transform: none;
}

a.circle {
  text-decoration: none;
}

a.circle:hover {
  color: #FFFFFF;
  background: #191919;
}

.circle::before {
  content: '';
  display: block;
  width: 174px;
  height: 174px;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
}

.circle i {
  display: block;
  padding-top: 50px;
  padding-bottom: 5px;
}

.circle i::before {
  font-size: 50px;
}

.circle span {
  display: block;
  font-size: 22px;
  line-height: 28px;
}

.circle.date {
  width: 120px;
  height: 120px;
  left: auto;
  top: auto;
  right: 35px;
  bottom: -30px;
}

.circle.date::before {
  width: 110px;
  height: 110px;
  top: 5px;
  left: 5px;
}

.circle.date i {
  padding-top: 25px;
}

.circle.date i::before {
  font-size: 25px;
}

.circle.date span {
  font-size: 18px;
  line-height: 22px;
}

b, strong {
  font-weight: bold;
}

p.small {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

span.small {
  font-size: 14px;
}

img {
  max-width: 100%;
  display: block;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.input {
  font: inherit;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  border: 1.5px solid #191919;
  height: 42px;
  padding: 0 10px;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

input,
select,
textarea {
  border-radius: 0;
}

select {
  background: url("../img/svg/arrow.svg") no-repeat right 15px center;
  background-size: 15px;
}

form input,
form textarea,
form select {
  margin: 10px 0;
  padding: 0 15px;
  width: 100%;
  border-width: 1px;
}

form textarea {
  padding: 15px;
  height: 150px;
}

form input[type="submit"] {
  text-transform: uppercase;
  margin-top: 5px;
}

form input[type="submit"]:hover {
  cursor: pointer;
}

.checkbox-container,
.radio-container {
  position: relative;
}

.checkbox-container input[type=checkbox],
.radio-container input[type=radio] {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1.5px solid #191919;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-container input[type=checkbox]:checked::after,
.radio-container input[type=radio]:checked::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3.5px;
  left: 3.5px;
  background-color: #191919;
}

.radio-container input[type=radio],
.radio-container input[type=radio]:checked::after {
  border-radius: 50px;
}

.checkbox-container label,
.radio-container label {
  display: block;
  cursor: pointer;
  padding-left: 30px;
}

/* ============================================= */

.btn {
  min-width: 150px;
  font: inherit;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  transition: all .2s;
  display: inline-block;
  padding: 10px 20px;
  background: #A0141E;
  color: #FFFFFF;
  text-align: center;
  border: none;
  border-radius: 8px;
  text-decoration: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.btn-menu {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.btn:hover {
  background: #191919;
  color: #ffffff !important;
}

.bold {
  font-weight: bold;
  text-transform: uppercase;
}

/* ============================================= */

.menu {
  width: 100%;
  height: 100%;
  background: #A0141E;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu > ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.menu > ul > li > a {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
}

.menu > ul li.active > a {
  color: #191919;
}

.menu > ul ul li a {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.menu > ul li a:hover,
.menu > ul ul li a:hover {
  color: #191919;
}

.menu > ul > li > ul {
  display: none;
}

.menu > ul > li.active > ul {
  display: block;
}

.menu > ul > li.has-dropdown > a::after {
  font-family: "Flaticon";
  content: "\f114";
  font-size: 18px;
  display: block;
  position: absolute;
  right: -30px;
  top: 5px;
  transform: rotate(90deg);
}

.menu > ul > li.has-dropdown > a.open::after {
  transform: rotate(-90deg);
}

.menu > a {
  color: #FFFFFF;
  display: block;
  padding: 15px 0;
}

.menu > a i {
  display: block;
}

.menu > a span {
  font-size: 14px;
}

.contact {
  position: fixed;
  height: 350px;
  width: 286px;
  top: 200px;
  right: -241px;
  z-index: 100;
  transition: all .5s;
}

.contact.open {
  right: 0;
}

.contact-left {
  position: relative;
  width: 45px;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFFFFF;
  background: #A0141E;
}

.contact-left:hover {
  cursor: pointer;
}

.contact-left-inner {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 260px;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}

.contact-left-inner i {
  margin-right: 8px;
}

.contact-right {
  position: absolute;
  top: 0;
  left: 46px;
  width: 240px;
  height: 100%;
  padding: 22px 20px;
  color: #FFFFFF;
  background: #A0141E;
}

.contact-right a {
  color: #FFFFFF;
}

.contact-right a:hover {
  text-decoration: underline;
}

.contact-title {
  font-family: 'Playfair Display', serif;
  line-height: 18px;
  display: block;
  margin-bottom: 3px;
}

/* ============================================= */

.info-icons {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
}

.info-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-icons ul li {
  float: left;
  width: 20%;
}

.info-icons ul li a {
  display: block;
  height: 56px;
  background-color: #A0141E;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.info-icons ul li:last-of-type a {
  border-right: none;
}

.info-icons ul li a.coupons {
  background-image: url("../img/svg/gift.svg");
}

.info-icons ul li a.reserve-table {
  background-image: url("../img/svg/reserved.svg");
}

.info-icons ul li a.request {
  background-image: url("../img/svg/mail.svg");
}

.info-icons ul li a.book {
  background-image: url("../img/svg/calendar.svg");
}

.info-icons ul li a.opening-hours {
  background-image: url("../img/svg/time.svg");
}

.info-icons ul li a span {
  display: none;
}

/* ============================================= */

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 2560px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 150px;
  height: 44px;
  background: url('../img/png/logo_haudum.png') no-repeat center center;
  background-size: contain;
  padding: 0;
}

.header a {
  color: #191919;
  padding: 42px 16px 16px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.header a:hover {
  color: #A0141E;
}

.header a:nth-of-type(1) {
  padding-top: 11px;
  text-align: center;
}

.header a:nth-of-type(1) span {
  display: block;
  margin-top: -5px;
}

.header a:nth-of-type(1) path {
  transition: all 0.2s;
}

.header a:nth-of-type(1):hover path {
  fill: #A0141E;
}

.header a:nth-of-type(4) i::before {
  font-size: 48px;
}

.header a i {
  display: block;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.header a i::before {
  font-size: 26px;
}

.header .cart-count {
  background-color: #A0141E;
  color: #ffffff;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  z-index: 20;
}

.header .cart-count span {
  margin-top: -1px;
  letter-spacing: 0;
  display: block;
}

/* ============================================= */

.slick-slide img {
  max-width: 100%;
}

.teaser .slick-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.teaser .slick-prev {
  left: 5px;
  z-index: 1;
}

.teaser .slick-next {
  right: 5px;
  z-index: 1;
}

.teaser .slick-prev:before, .teaser .slick-next:before {
  color: #FFFFFF;
}

.teaser .slick-slide {
  position: relative;
}

.teaser .slick-slide::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.teaser .teaser-caption {
  position: absolute;
  width: 65%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  color: #ffffff;
}

.teaser .teaser-caption .title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
}

.teaser .teaser-caption p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.teaser-image {
  width: 100%;
  height: 272px;
  object-fit: cover;
}

/* ============================================= */

.logo-slider {
  margin-top: 20px;
}

.logo-slider .item {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* ============================================= */

.mobile-links a {
  float: left;
  width: 33.33333%;
  background: #A0141E;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.mobile-links a:not(:last-of-type) {
  border-right: 1px solid #FFFFFF;
}

.mobile-links a:hover {
  background: #191919;
  color: #FFFFFF;
}

.mobile-links a i {
  display: block;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.mobile-links a i::before {
  font-size: 25px;
}

.mobile-links a:first-of-type i::before {
  font-size: 50px;
}

.mobile-links a span {
  display: block;
  /*font-size: 12px;*/
}

.rte-gallery {
  margin-top: 40px;
}

/* ============================================= */

.main {
  margin-top: 80px;
}

.main section {
  padding: 40px 0;
}

.main.home section.grey {
  background: #F5F5F5;
  /*padding: 40px 0 80px;*/
}

.main .section-top {
  margin-top: 40px;
}

/* ============================================= */

.products-carousel .slick-slide {
  margin: 0 15px;
}

.products-carousel .slick-dots {
  bottom: -40px;
}

.products-carousel .slick-prev,
.products-carousel .slick-next {
  display: none !important;
}

.products-carousel-info {
  position: relative;
  padding: 60px 20px 25px;
  background-color: #F5F5F5;
  border-radius: 0 0 8px 8px;
}

.products-carousel-price {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.products-carousel-price span {
  display: block;
}

.products-carousel-price span:first-of-type {
  font-size: 22px;
  background: #A0141E;
  padding: 9px;
  color: #ffffff;
  min-width: 125px;
  border-radius: 8px;
}

.products-carousel-price span:last-of-type {
  font-size: 11px;
  letter-spacing: 0.02em;
}

.products-carousel-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  line-height: 26px;
  display: block;
}

.products-carousel-image img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.slick-dots li button:before {
  font-size: 15px;
  color: #191919;
}

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

/* ============================================= */

.news .h3 {
  margin-top: 20px;
  color: #A0141E;
}

.news .news-item {
  margin-bottom: 30px;
}

.news .news-item:last-of-type {
  margin-bottom: 0;
}

/* ============================================= */

.shop-overview,
.shop-detail {
  margin-top: 40px;
  margin-bottom: 40px;
}

.categories-container,
.products-container {
  margin-bottom: 15px;
  background-color: #F5F5F5;
  border-radius: 8px;
}

.categories-container .products-carousel-info {
  padding-top: 25px;
}

.categories-container .btn {
  margin-top: 20px;
}

.shop-detail .enlarge {
  position: absolute;
  bottom: 0;
  right: 15px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.shop-detail .enlarge:hover {
  color: #191919;
}

.shop-detail .column > b {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

.shop-detail .column img {
  width: 100%;
}

.shop-detail-info {
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 8px;
}

.shop-detail-info .price {
  font-weight: bold;
  font-size: 48px;
  line-height: 40px;
}

.shop-detail-info .additional,
.shop-detail-info .additional a {
  color: #191919;
  font-size: 12px;
  line-height: 16px;
}

.shop-detail-info .additional a:hover {
  color: #A0141E;
}

.shop-detail-info i {
  margin-right: 5px;
  color: #A0141E;
}

.shop-detail-info i ~ span {
  color: #191919;
}

.shop-detail-info i.flaticon-checked ~ span:first-of-type {
  margin-right: 20px;
}

.shop-detail-cart .btn {
  float: right;
  font: inherit;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  transition: all .2s;
}

.shop-detail-cart .btn:hover {
  cursor: pointer;
}

.shop-detail-cart .input {
  width: 50px;
  margin-left: 10px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

/* ============================================= */

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.slick-prev, .slick-next {
  width: 45px;
  height: 45px;
}

.slick-prev:before, .slick-next:before {
  font-family: "Flaticon";
  opacity: 1;
  font-size: 40px;
  color: #191919;
}

.slick-prev:before {
  content: "\f113";
}

.slick-next:before {
  content: "\f114";
}

/* ============================================= */

.services img {
  width: 100%;
}

.services .h4 {
  margin-top: 15px;
}

.services p {
  padding: 0 10px;
}

.services .bold {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 40px;
}

.services .btn {
  margin-top: 15px;
  margin-bottom: 40px;
}

/* ============================================= */

.holiday {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

.holiday .h2 {
  color: #FFFFFF;
  margin-bottom: 35px;
}

.holiday .btn {
  margin-top: 15px;
}

/* ============================================= */

.breadcrumbs {
  font-size: 14px;
  padding: 15px 0;
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li {
  display: inline-block;
}

.breadcrumbs ul li a {
  text-decoration: none;
  color: #191919;
}

.breadcrumbs ul li::after {
  content: ' »';
  color: #191919;
}

.breadcrumbs ul li:last-of-type::after {
  content: '';
}

.breadcrumbs ul li:last-of-type a {
  text-decoration: underline;
}

/* ============================================= */

.shop-categories {
  /*background: #A0141E;
  color: #FFFFFF;*/
  background-color: #F5F5F5;
  color: #A0141E;
}

.shop-categories .container {
  max-width: 1120px;
}

.shop-categories a {
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 30px 0 20px;
  width: 24%;
  position: relative;
}

.shop-categories a {
  color: #191919;
}

.shop-categories a.active,
.shop-categories a:hover {
  /*color: #191919;*/
  color: #A0141E;
}

.shop-categories a path {
  transition: all .2s;
}

.shop-categories a.active path,
.shop-categories a:hover path {
  fill: #A0141E;
}

.shop-categories a i,
.shop-categories a span {
  display: block;
}

.shop-categories a i::before {
  font-size: 38px;
}

.shop-categories a span {
  font-family: 'Playfair Display', serif;
  margin-top: 8px;
}

.shop-categories .bread {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
}

.shop-categories-select {
  font: inherit;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background-color: #A0141E;
  margin: 0 auto;
  display: block;
  border: none;
  border-radius: 8px;
  padding: 9px 15px;
  width: 100%;
  background-image: url("../img/svg/arrow_white.svg");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ============================================= */

.footer {
  margin-bottom: 55px;
}

.footer a:hover {
  color: #A0141E;
}

.footer .footer-top {
  background: #191919;
  color: #FFFFFF;
  /*padding: 45px 0;*/
  padding: 40px 0;
}

.footer .footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-top a {
  color: #ffffff;
}

.footer .footer-top a:hover {
  color: #A0141E;
}

.footer .footer-top iframe {
  max-width: 100%;
}

.footer .footer-top .footer-col:nth-of-type(3) a {
  display: block;
}

.footer .footer-top .social a {
  display: inline-block;
  margin-right: 10px;
}

.footer .footer-top .social {
  margin-bottom: 30px;
}

.footer .footer-top .social img {
  width: 28px;
}

.footer .footer-top .payment img {
  display: inline-block;
  height: 50px;
  margin-top: -9px;
  margin-right: 10px;
}

.footer .footer-col {
  margin-bottom: 30px;
}

.footer .footer-title {
  font-family: 'Playfair Display', serif;
  line-height: 18px;
  display: block;
  margin-bottom: 12px;
}

.footer .footer-bottom {
  padding: 19px 0;
}

.footer .footer-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footer-bottom ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer .footer-bottom ul li:last-of-type {
  margin-right: 0;
}

/* ============================================= */

@media only screen and (max-width: 29.938em) {
  .basket-bottom .btn {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 47.938em) {
  .news table tbody tr {
    width: calc(100vw - 30px);
  }

  .news table tbody tr td {
    display: block;
    text-align: center !important;
  }

  .news table tbody tr td:last-of-type {
    margin-bottom: 0.5em;
  }

  .header a:nth-of-type(1) {
    padding: 22px;
  }

  .header a {
    padding: 26px 22px;
  }

  .header a i {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
  }

  .news a.btn {
    display: inline-block;
    margin: 0 10px 10px 10px !important;
  }

  .rte-gallery div {
    margin-bottom: 15px;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }
}

@media only screen and (min-width: 48.000em) {
  .h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .header .logo {
    width: 200px;
    height: 60px;
  }

  .header a:nth-of-type(1) {
    margin-left: 24px;
  }

  .header a:nth-of-type(3) {
    margin-right: 24px;
  }

  .header .cart-count {
    top: 5px;
    right: 25px;
  }

  .menu > a {
    padding: 30px 0;
  }

  .menu > ul > li > a {
    font-size: 40px;
    line-height: 56px;
  }

  .menu > ul ul li a {
    font-size: 24px;
    line-height: 38px;
  }

  .info-icons {
    width: 180px;
    top: 50%;
    right: -124px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
  }

  .info-icons ul li {
    float: none;
    width: 100%;
  }

  .info-icons ul li a {
    margin-bottom: 4px;
    padding-top: 16px;
    padding-left: 56px;
    background-position: center left 13px;
    border-right: none;
    border-radius: 8px 0 0 8px;
  }

  .info-icons ul li:last-of-type a {
    margin-bottom: 0;
  }

  .info-icons ul li a:hover {
    background-color: #191919;
    transform: translateX(-124px);
  }

  .info-icons ul li a span {
    display: block;
  }

  .teaser .teaser-caption {
    top: 60%;
  }

  .teaser .teaser-caption .title {
    font-size: 62px;
    line-height: 70px;
  }

  .teaser .teaser-caption p {
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .main section {
    padding: 40px 0 80px;
  }

  .main.home section,
  .main section.basket {
    /*padding: 100px 0;*/
    padding: 80px 0;
  }

  .main section.shop-detail-section {
    padding: 40px 0;
  }

  .news .text {
    text-align: left;
  }

  .news .h3 {
    margin-top: 5px;
  }

  .holiday p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.06em;
  }

  .services .bold {
    margin-bottom: 0;
  }

  .services .btn {
    margin-bottom: 0;
  }

  .categories-container,
  .products-container {
    margin-bottom: 30px;
  }

  .shop-detail-cart .input {
    width: 75px;
    margin-left: 20px;
  }

  .shop-detail .column > b {
    margin-top: 0;
  }

  .footer {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 64.000em) {
  main {
    min-height: 550px;
  }

  .teaser {
    max-height: 800px;
  }

  .teaser .slick-slide img,
  .teaser-image {
    height: auto;
    max-height: 800px;
  }

  .teaser .slick-prev {
    left: 11%;
  }

  .teaser .slick-next {
    right: 11%;
  }

  .news .h3 {
    margin-top: 50px;
  }

  .booking-links {
    position: fixed;
    height: 45px;
    width: 300px;
    top: 250px;
    right: -128px;
    background-color: #A0141E;
    transform: rotate(-90deg);
    z-index: 100;
  }

  .booking-links a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 45px;
    color: #FFFFFF;
  }

  .booking-links a:hover {
    background: #191919;
  }

  .booking-links a:not(:last-of-type) {
    border-right: 1px solid #FFFFFF;
  }

  .shop-detail-info .delivery {
    margin-top: 60px;
    text-align: right;
  }

  .shop-detail-cart .input {
    width: 100px;
  }

  .shop-detail-cart .btn {
    width: 320px;
  }

  .footer .footer-col {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 75.000em) {
  .shop-categories a {
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
  }

  .products-carousel .slick-dots {
    display: none !important;
  }

  .products-carousel .slick-prev,
  .products-carousel .slick-next {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 75.000em) {
  .booking-links {
    top: 300px;
  }
}

@media only screen and (min-width: 90.000em) {
  .booking-links {
    top: 350px;
  }
}

/* ============================================= */

.shop-basket .delivery-address {
  display: none;
}

.shop-basket .shop-section {
  border: 1.5px solid #F5F5F5;
  padding: 20px;
  margin-bottom: 30px;
}

.shop-basket .shop-section.free-shipping {
  /*background-color: #A0141E;
  color: #FFFFFF;*/
  background-color: #F5F5F5;
  border: none;
}

.shop-basket .shop-section.free-shipping strong {
  padding-left: 32px;
  background: url("../img/svg/shipping.svg") no-repeat top left;
  background-size: 22px 22px;
}

.shop-basket .shop-section.summary .h3 {
  margin-bottom: 10px;
}

.shop-basket .shop-section.summary textarea {
  padding: 10px;
}

.error-agb {
  display: none;
}

.error-pflichtfeld {
  display: none;
}

.error-gutschein {
  display: none;
}

#empty-basket-info, #basketformsec {
  display: none;
}

.product-detail-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  text-align: center;
  display: none;
}

.product-detail-overlay-inner {
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 50px 10px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}

.product-detail-overlay-inner h2 {
  line-height: 35px;
  margin: 35px;
}

@media screen and (min-width: 48.000em) {
  .product-detail-overlay-inner {
    width: 440px;
    padding: 50px 30px;
    height: 310px;
  }

  .product-detail-overlay-inner a {
    display: inline;
    margin-bottom: 0;
  }
}

.coupon-cell-hinweis {
  display: none;
}

.coupon-error {
  display: none;
  color: #A0141E;
  font-size: 13px;
}

.coupon-info {
  color: #AAA;
  font-size: 13px;
}

.spinner {
  display: none;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #191919;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.uidresponsetextspan {
  color: #A0141E;
  display: none;
}

#uid {
  margin-top: 0;
}

/*==================================================
* BASKET POPUP
* ================================================*/
#basket-popup {
  display: none;
  padding: 30px;
  width: 619px;
  max-width: 90%;
  overflow: visible;
}

#basket-popup-inside {
  width: 100%;
  display: table;
}

#basket-popup-inside table {
  width: 100%;
}

.fancybox-bg {
  background: none;
}

.fancybox-slide {
  background: rgba(0, 0, 0, 0.5);
}

/*==================================================
 * BASKET
 * ================================================*/
.basket-summary {
  width: 100%;
}

.basket-summary tr th {
  text-align: left;
  font-weight: 300;
}

.basket-summary tr td {
  text-align: right;
}

.basket-order-item:first-of-type {
  min-height: 25px;
}

.basket-order-row p.small {
  font-size: 12px;
  line-height: 18px;
  color: #191919;
}

.basket-order-row.product .basket-order-product {
  padding-top: 12px;
}

.basket-order-row.product .basket-order-product p {
  margin-top: 0;
  margin-bottom: 8px;
}

.basket-order-row.product .basket-order-price {
  padding-top: 5px;
}

.basket-order-amount {
  float: left;
  width: 35%;
}

.basket-order-delete {
  float: left;
  width: 20%;
}

.basket-order-price {
  float: left;
  width: 45%;
}

.basket-order-amount .quantity input {
  max-width: 70px;
  margin: 0;
}

.basket-order-unitprice b,
.basket-order-amount b,
.basket-order-delete b,
.basket-order-price b {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 47.938em) {
  .basket-order-row p {
    font-size: 15px;
    line-height: 17px;
  }

  .basket-order-row p.small {
    font-size: 12px;
    line-height: 15px;
  }
}

@media only screen and (min-width: 48.000em) {
  .basket-order-row.product .basket-order-product,
  .basket-order-row.product .basket-order-unitprice,
  .basket-order-row.product .basket-order-price {
    padding-top: 5px;
  }

  .basket-order-row.product {
    padding-top: 12px;
  }

  .basket-order-product {
    float: left;
    width: 50%;
  }

  .basket-order-unitprice {
    float: left;
    width: 15%;
  }

  .basket-order-amount {
    width: 15%;
  }

  .basket-order-amount .quantity {
    margin-bottom: 0;
    text-align: center;
  }

  .basket-order-delete {
    width: 10%;
  }

  .basket-order-price {
    width: 10%;
  }
}