/*
AKTIVE FARBEN FÜR KREIS UM PRODUKT KATEGORIEN
*/
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.box {
  display: -moz-box;
  display: -webkit-box;
  display: box;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
::selection {
  color: #1c1003;
  background: #9d4d05;
}
::-moz-selection {
  color: #1c1003;
  background: #9d4d05;
}
b,
strong {
  font-weight: bold;
  font-weight: 700;
}
.equalize,
.wpsg_clear {
  clear: both;
}
.clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.justify {
  text-align: justify;
  font-size: 0;
}
.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}
header {
  width: 100%;
  height: 70px;
  z-index: 5000;
}
header .st-head-logo {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -32.5px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .st-head-logo a {
  position: relative;
  width: 65px;
  height: 65px;
  display: block;
}
header .open_mobile,
header .mobile_head {
  display: none;
}
header.nonsticky {
  position: absolute;
  bottom: 0;
}
header.nonsticky .st-head-logo {
  bottom: 5px;
}
header .navbox {
  position: relative;
  width: 100%;
  margin: 25px 0 0 0;
  height: 45px;
  display: block;
  background: #1c1003;
  z-index: 50;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .navbox nav {
  position: absolute;
  display: block;
  height: 45px;
}
header .navbox nav ul.menu {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .navbox nav ul.menu li {
  display: block;
  float: left;
}
header .navbox nav ul.menu li a {
  font-weight: 300;
  display: block;
  color: #e4dfd3;
  font-size: 11pt;
  text-transform: uppercase;
  padding: 13px 10px 10px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .navbox nav ul.menu li a:hover {
  color: #bc7e45;
}
@media screen and (max-width: 1240px) {
  header .navbox nav.main-mn-left {
    left: 0;
    right: 50%;
    margin: 0 50px 0 0;
  }
  header .navbox nav.main-mn-left ul.menu {
    float: right;
  }
  header .navbox nav.main-mn-right {
    left: 50%;
    right: 0;
    margin: 0 0 0 50px;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1399px) {
  header .navbox nav.main-mn-left {
    left: 0;
    right: 50%;
    margin: 0 80px 0 0;
  }
  header .navbox nav.main-mn-left ul.menu {
    float: right;
  }
  header .navbox nav.main-mn-left ul.menu li {
    margin-right: 10px;
  }
  header .navbox nav.main-mn-left ul.menu li:last-of-type {
    margin: 0;
  }
  header .navbox nav.main-mn-right {
    left: 50%;
    right: 0;
    margin: 0 0 0 80px;
  }
  header .navbox nav.main-mn-right ul.menu li {
    margin-left: 10px;
  }
  header .navbox nav.main-mn-right ul.menu li:first-of-type {
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  header .navbox nav.main-mn-left {
    left: 0;
    right: 50%;
    margin: 0 50px 0 0;
  }
  header .navbox nav.main-mn-left ul.menu {
    float: right;
  }
  header .navbox nav.main-mn-left ul.menu li {
    margin-right: 20px;
  }
  header .navbox nav.main-mn-left ul.menu li:last-of-type {
    margin: 0;
  }
  header .navbox nav.main-mn-right {
    left: 50%;
    right: 0;
    margin: 0 0 0 50px;
  }
  header .navbox nav.main-mn-right ul.menu li {
    margin-left: 20px;
  }
  header .navbox nav.main-mn-right ul.menu li:first-of-type {
    margin: 0;
  }
}
header .navbox:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header .head_icon {
  position: fixed;
  bottom: 50%;
  margin-bottom: 25px;
  right: 0;
  z-index: 50;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .head_icon .h__icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #1c1003;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
}
header .head_icon .h__icon#search {
  margin: 0 10px 0 0;
  cursor: pointer;
  margin-bottom: 5px;
}
header .head_icon .h__icon#search span.open {
  opacity: 0;
}
header .head_icon .h__icon#search.close-search span.close {
  opacity: 0;
}
header .head_icon .h__icon#search.close-search span.open {
  opacity: 1;
}
header .head_icon .h__icon#search.open-search span.open {
  opacity: 0;
}
header .head_icon .h__icon#search.open-search span.close {
  opacity: 1;
}
header .head_icon .h__icon span {
  position: absolute;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .head_icon .h__icon span.fa {
  left: 6px;
  top: 6px;
  width: 28px;
  height: 28px;
  line-height: 27px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  border-radius: 49px;
  color: #e4dfd3;
  font-size: 16pt;
}
header .head_icon .h__icon span.fa-shopping-cart {
  font-size: 18pt;
}
header .head_icon .h__icon span.count {
  top: 8px;
  right: -15px;
  width: 65px;
  font-family: 'Ruda', sans-serif;
  font-weight: 700;
  color: #1c1003;
  font-size: 8pt;
  z-index: 50;
}
header .head_icon .h__icon:hover span.count {
  color: #1c1003;
}
header .head_icon .h__icon:hover span.fa {
  color: #bc7e45;
}
header .head_icon .h__icon a span.fa {
  color: #e4dfd3;
}
header .head_icon .h__icon a span.count {
  color: #1c1003;
}
header .head_icon .h__icon a:hover span.fa {
  color: #bc7e45;
}
header .head_icon .h__icon a:hover span.count {
  color: #1c1003;
}
header .head_icon .h__icon a.active span.fa {
  color: #bc7e45;
}
header .head_icon .h__icon a.active span.count {
  color: #1c1003;
}
header .head_icon .h__icon a.active:hover span.fa {
  color: #9d4d05;
}
header .head_icon .h__icon a.active:hover span.count {
  color: #e4dfd3;
}
header.sticky {
  position: fixed;
  top: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
header.sticky .navbox {
  margin: 0 0 25px 0;
}
header.sticky .st-head-logo {
  top: 5px;
}
header.sticky .head_icon {
  top: 50px;
}
header #searchbar {
  position: absolute;
  top: 0px;
  right: 60px;
  height: 55px;
  width: 350px;
  background: #1c1003;
  opacity: 0;
  z-index: 5;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}
header #searchbar .inner {
  position: relative;
  display: block;
  height: 45px;
  padding: 0px 70px 10px 10px;
}
header #searchbar .inner input.search-field {
  position: relative;
  color: #e4dfd3;
  font-size: 13pt;
  display: block;
  width: 300px;
  height: 42px;
  background: none;
  border: none;
  border-bottom: 1px solid #e4dfd3;
}
header #searchbar .inner input.search-submit {
  position: absolute;
  right: 6px;
  bottom: 15px;
  background: url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/page/search-btn.png') no-repeat center center;
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 50;
}
@media screen and (max-width: 1240px) {
  header .head_icon {
    right: 10px;
  }
  header #searchbar {
    right: 83px;
  }
}
#TB_overlay {
  background: #1c1003;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100050;
  /* Above DFW. */
}
#TB_window {
  position: fixed;
  z-index: 100050;
  /* Above DFW. */
  visibility: hidden;
  text-align: left;
  top: 50%;
  left: 50%;
}
#TB_window img#TB_Image {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
}
#TB_caption {
  position: relative;
  display: block;
  color: #e4dfd3;
  padding: 10px 0 0 0;
  text-align: center;
}
#TB_caption #TB_secondLine {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border-top: 1px solid #e4dfd3;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  font-size: 9pt;
  text-transform: uppercase;
}
#TB_caption #TB_secondLine span {
  position: relative;
}
#TB_caption #TB_secondLine span a {
  color: #bc7e45;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#TB_caption #TB_secondLine span a:hover {
  color: #e4dfd3;
}
#TB_closeWindow {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-left: -15px;
}
#TB_closeWindow a#TB_closeWindowButton {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  color: #e4dfd3;
  border: 2px solid #e4dfd3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#TB_closeWindow a#TB_closeWindowButton:hover {
  color: #1c1003;
  background: #e4dfd3;
}
#TB_closeWindow a#TB_closeWindowButton .screen-reader-text {
  display: none;
}
#TB_closeWindow a#TB_closeWindowButton .tb-close-icon {
  display: block;
  text-align: center;
  padding: 3px 0 0 0;
  width: 26px;
}
#TB_closeWindow a#TB_closeWindowButton .tb-close-icon:before {
  content: '\f158';
  font: normal 14pt 'dashicons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#TB_closeAjaxWindow {
  float: right;
}
#TB_closeAjaxWindow a {
  text-decoration: none;
}
#TB_ajaxWindowTitle {
  float: left;
  font-weight: 600;
  line-height: 29px;
  overflow: hidden;
  padding: 0 29px 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 39px);
}
#TB_title {
  background: #fcfcfc;
  border-bottom: 1px solid #dfdfdf;
  height: 29px;
}
#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
  padding: 15px;
}
#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}
#TB_load {
  position: fixed;
  display: none;
  z-index: 103;
  top: 50%;
  left: 50%;
  background-color: #E8E8E8;
  border: 1px solid #555;
  margin: -45px 0 0 -125px;
  padding: 40px 15px 15px;
}
#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  opacity: 0;
  height: 100%;
  width: 100%;
}
#TB_iframeContent {
  clear: both;
  border: none;
}
/* Preload images */
body:after {
  content: url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/lightbox/close.png') url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/lightbox/loading.gif') url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/lightbox/prev.png') url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/lightbox/next.png');
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #1c1003;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #e4dfd3;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-close {
  display: block;
  position: absolute;
  top: -50px;
  width: 100%;
  height: 45px;
  background: url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/lightbox/close.png') top center no-repeat;
  z-index: 500;
  cursor: pointer;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/lightbox/loading.gif') no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/lightbox/prev.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/lightbox/next.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 8px;
  *zoom: 1;
  width: 100%;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #e4dfd3;
}
#filter_container {
  position: relative;
  display: block;
  text-align: left;
  padding: 0 0 15px 0;
}
#filter_container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#filter_container .grid__filter {
  margin: 0 60px 15px 0;
  padding: 0;
  float: left;
  display: block;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  cursor: pointer;
  color: #e4dfd3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#filter_container .grid__filter span.circle {
  float: left;
  margin: 0 15px 0 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  border: 2px solid #e4dfd3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#filter_container .grid__filter.active {
  color: #bc7e45;
}
#filter_container .grid__filter.active span.circle {
  background: #bc7e45;
  border: 2px solid #bc7e45;
}
#filter_container .grid__filter.active:hover span.circle {
  background: #9d4d05;
}
#filter_container .grid__filter.grid__filter_all {
  position: relative;
  margin: 0 40px 15px 0;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #e4dfd3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#filter_container .grid__filter.grid__filter_all.active {
  color: #1c1003;
  background: #bc7e45;
  border: 2px solid #bc7e45;
}
#filter_container .grid__filter.grid__filter_all.active:hover {
  color: #9d4d05;
  background: rgba(0, 0, 0, 0);
}
#filter_container .grid__filter.grid__filter_all span.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#filter_container .grid__filter:hover {
  color: #9d4d05;
}
#filter_container .grid__filter:hover.grid__filter_all,
#filter_container .grid__filter:hover span.circle {
  border: 2px solid #9d4d05;
}
#filter_container.group__trader-whisky .grid__filter.active {
  color: #a4927e;
}
#filter_container.group__trader-whisky .grid__filter.active span.circle {
  border: 2px solid #a4927e;
  background: #a4927e;
}
#filter_container.group__trader-whisky .grid__filter.active:hover {
  color: #9d4d05;
}
#filter_container.group__trader-whisky .grid__filter.active:hover span.circle {
  border: 2px solid #9d4d05;
  background: #9d4d05;
}
#filter_container.group__trader-whisky .grid__filter_all.active {
  color: #1c1003;
  border: 2px solid #a4927e;
  background: #a4927e;
}
#filter_container.group__trader-whisky .grid__filter_all.active:hover {
  color: #1c1003;
  background: #9d4d05;
  border: 2px solid #9d4d05;
}
#filter_container.group__whisky .grid__filter.active {
  color: #bc7e45;
}
#filter_container.group__whisky .grid__filter.active span.circle {
  border: 2px solid #bc7e45;
  background: #bc7e45;
}
#filter_container.group__whisky .grid__filter.active:hover {
  color: #9d4d05;
}
#filter_container.group__whisky .grid__filter.active:hover span.circle {
  border: 2px solid #9d4d05;
  background: #9d4d05;
}
#filter_container.group__whisky .grid__filter_all.active {
  color: #1c1003;
  border: 2px solid #bc7e45;
  background: #bc7e45;
}
#filter_container.group__whisky .grid__filter_all.active:hover {
  color: #1c1003;
  background: #9d4d05;
  border: 2px solid #9d4d05;
}
#filter_container.group__rumginco .grid__filter.active {
  color: #723f22;
}
#filter_container.group__rumginco .grid__filter.active span.circle {
  border: 2px solid #723f22;
  background: #723f22;
}
#filter_container.group__rumginco .grid__filter.active:hover {
  color: #9d4d05;
}
#filter_container.group__rumginco .grid__filter.active:hover span.circle {
  border: 2px solid #9d4d05;
  background: #9d4d05;
}
#filter_container.group__rumginco .grid__filter_all.active {
  color: #1c1003;
  border: 2px solid #723f22;
  background: #723f22;
}
#filter_container.group__rumginco .grid__filter_all.active:hover {
  color: #1c1003;
  background: #9d4d05;
  border: 2px solid #9d4d05;
}
#filter_container.group__teekaffeefudge .grid__filter.active {
  color: #423b23;
}
#filter_container.group__teekaffeefudge .grid__filter.active span.circle {
  border: 2px solid #423b23;
  background: #423b23;
}
#filter_container.group__teekaffeefudge .grid__filter.active:hover {
  color: #9d4d05;
}
#filter_container.group__teekaffeefudge .grid__filter.active:hover span.circle {
  border: 2px solid #9d4d05;
  background: #9d4d05;
}
#filter_container.group__teekaffeefudge .grid__filter_all.active {
  color: #1c1003;
  border: 2px solid #423b23;
  background: #423b23;
}
#filter_container.group__teekaffeefudge .grid__filter_all.active:hover {
  color: #1c1003;
  background: #9d4d05;
  border: 2px solid #9d4d05;
}
#filter_container.group__minis .grid__filter.active {
  color: #4d2616;
}
#filter_container.group__minis .grid__filter.active span.circle {
  border: 2px solid #4d2616;
  background: #4d2616;
}
#filter_container.group__minis .grid__filter.active:hover {
  color: #9d4d05;
}
#filter_container.group__minis .grid__filter.active:hover span.circle {
  border: 2px solid #9d4d05;
  background: #9d4d05;
}
#filter_container.group__minis .grid__filter_all.active {
  color: #1c1003;
  border: 2px solid #4d2616;
  background: #4d2616;
}
#filter_container.group__minis .grid__filter_all.active:hover {
  color: #1c1003;
  background: #9d4d05;
  border: 2px solid #9d4d05;
}
#filter_container.group__accessoires .grid__filter.active {
  color: #4f1f19;
}
#filter_container.group__accessoires .grid__filter.active span.circle {
  border: 2px solid #4f1f19;
  background: #4f1f19;
}
#filter_container.group__accessoires .grid__filter.active:hover {
  color: #9d4d05;
}
#filter_container.group__accessoires .grid__filter.active:hover span.circle {
  border: 2px solid #9d4d05;
  background: #9d4d05;
}
#filter_container.group__accessoires .grid__filter_all.active {
  color: #1c1003;
  border: 2px solid #4f1f19;
  background: #4f1f19;
}
#filter_container.group__accessoires .grid__filter_all.active:hover {
  color: #1c1003;
  background: #9d4d05;
  border: 2px solid #9d4d05;
}
#pidx_grid {
  position: relative;
  display: block;
  text-align: justify;
  font-size: 0;
  line-height: 0px;
}
#pidx_grid .grid__gap {
  width: 30%;
  display: inline-block;
}
#pidx_grid .grid__item {
  width: 30%;
  line-height: 17pt;
  display: none;
  margin: 0 0 45px 0;
}
#pidx_grid .grid__item .grid_item__inner {
  position: relative;
  display: block;
}
#pidx_grid .grid__item .grid_item__image {
  position: relative;
  display: block;
}
#pidx_grid .grid__item .grid_item__image .sold_img__overlay {
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 1;
  text-align: center;
  display: block;
}
#pidx_grid .grid__item .grid_item__image .sold_img__overlay .sold_out_image {
  display: inline-block;
  width: 250px;
}
#pidx_grid .grid__item .grid_item__image .limited_img__overlay {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 5px;
  display: block;
}
#pidx_grid .grid__item .grid_item__image .limited_img__overlay .limited_image {
  display: inline-block;
  width: 125px;
  padding-left: 10px;
}
#pidx_grid .grid__item .grid_item__image .prod-month_img__overlay {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 5px;
  display: block;
}
#pidx_grid .grid__item .grid_item__image .prod-month_img__overlay .prod-of-the-month_image {
  display: inline-block;
  width: 125px;
  padding-left: 10px;
}
#pidx_grid .grid__item .grid_item__image .special_img__overlay {
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: right;
  display: block;
  top: 25%;
}
#pidx_grid .grid__item .grid_item__image .special_img__overlay .special_image {
  display: inline-block;
  width: 270px;
}
#pidx_grid .grid__item .grid_item__image a img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
#pidx_grid .grid__item .grid_item__content {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  padding: 10px 0;
  height: 80px;
  width: 100%;
  text-align: center;
  background: #e4dfd3;
}
#pidx_grid .grid__item .grid_item__content .grid_item__attr {
  font-weight: 400;
  font-size: 10pt;
  color: #1c1003;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
#pidx_grid .grid__item .grid_item__content .grid_item__title {
  font-weight: 400;
  font-size: 13pt;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
#pidx_grid .grid__item .grid_item__content .grid_item__title a {
  color: #1c1003 !important;
}
#pidx_grid .grid__item .grid_item__content .grid_item__title a:hover {
  color: #bc7e45 !important;
}
#pidx_grid .grid__item .grid_item__content .grid_item__price {
  color: #1c1003 !important;
  font-weight: 400;
  font-size: 11pt;
}
#pidx_grid .grid__item .grid_item__content .grid_item__price .grid_item__priceaddon {
  font-size: 10pt;
}
#pidx_grid .grid__item.group__trader-whisky .grid_item__content {
  border-top: 10px solid #a4927e;
}
#pidx_grid .grid__item.group__whisky .grid_item__content {
  border-top: 10px solid #bc7e45;
}
#pidx_grid .grid__item.group__rumginco .grid_item__content {
  border-top: 10px solid #723f22;
}
#pidx_grid .grid__item.group__teekaffeefudge .grid_item__content {
  border-top: 10px solid #423b23;
}
#pidx_grid .grid__item.group__minis .grid_item__content {
  border-top: 10px solid #4d2616;
}
#pidx_grid .grid__item.group__accessoires .grid_item__content {
  border-top: 10px solid #4f1f19;
}
#pidx_grid .grid__item.group__raritaeten .grid_item__content {
  border-top: 10px solid #503c32;
}
#pidx_grid .grid__item.group__praesente-verpackungen .grid_item__content {
  border-top: 10px solid #737d7d;
}
#pidx_grid .grid__item.group__gutscheine .grid_item__content {
  border-top: 10px solid #5a323c;
}
#pidx_grid:after {
  content: '';
  display: inline-block;
  width: 100%;
}
html.no-js #pidx_grid .grid_item {
  display: inline-block;
}
.p_item {
  position: relative;
  display: block;
  width: 100%;
}
.p_item .p_item__head {
  position: relative;
  display: block;
  padding: 0 0 20px 0;
}
.p_item .p_item__head h1.p_item__title {
  font-weight: 400;
}
.p_item .p_item__head .p_item__desc {
  position: relative;
  display: block;
}
.p_item .p_item__head .p_item__desc blockquote {
  padding-left: 10px;
  border-left: 2px solid #bc7e45;
}
.p_item .p_item__box {
  position: relative;
  display: block;
}
.p_item .p_item__box:after {
  content: ' ';
  display: block;
  clear: both;
  width: 100%;
}
.p_item .p_item__box .p_item__images {
  position: relative;
  display: block;
  float: left;
  width: 47.78%;
}
.p_item .p_item__box .p_item__images .p_img__preview {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.p_item .p_item__box .p_item__images .p_img__preview img {
  width: 100%;
  height: auto;
  display: block;
}
.p_item .p_item__box .p_item__images .p_img_thumb {
  position: relative;
  display: block;
  float: left;
  width: 15.12%;
  margin: 0 1.856% 0 0;
}
.p_item .p_item__box .p_item__images .p_img_thumb:last-of-type {
  margin: 0;
}
.p_item .p_item__box .p_item__images .p_img_thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.p_item .p_item__box .p_item__images:after {
  content: ' ';
  display: block;
  clear: both;
  width: 100%;
}
.p_item .p_item__box .p_item__content {
  position: relative;
  display: block;
  float: right;
  width: 47.78%;
}
.p_item .p_item__box .p_item__content .p_item__var {
  position: relative;
  display: block;
  padding: 0 0 30px 0;
}
.p_item .p_item__box .p_item__content .p_item__var .wpsg_vp_field_typ_radio label {
  display: block;
}
.p_item .p_item__box .p_item__content .p_item__attr {
  position: relative;
  display: block;
}
.p_item .p_item__box .p_item__content .p_item__attr table.p_attr__table {
  position: relative;
  display: block;
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
  background: none;
  width: 100%;
}
.p_item .p_item__box .p_item__content .p_item__attr table.p_attr__table tbody {
  width: 100%;
  display: block;
}
.p_item .p_item__box .p_item__content .p_item__attr table.p_attr__table tbody tr.p_table__row {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
}
.p_item .p_item__box .p_item__content .p_item__attr table.p_attr__table tbody tr.p_table__row td.p_attr__label {
  width: 29%;
  display: inline-block;
}
.p_item .p_item__box .p_item__content .p_item__attr table.p_attr__table tbody tr.p_table__row td.p_attr__value {
  width: 70%;
  display: inline-block;
}
.p_item .p_item__box .p_item__content .p_item__info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bc7e45;
  margin-top: 25px;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.p_item .p_item__box .p_item__content .p_item__info.sold,
.p_item .p_item__box .p_item__content .p_item__info.special,
.p_item .p_item__box .p_item__content .p_item__info.limited {
  margin: 0;
}
.p_item .p_item__box .p_item__content .p_item__info span {
  padding-right: 5px;
}
.p_item .p_item__box .p_item__content .p_item__cart {
  position: relative;
  display: block;
}
.p_item .p_item__box .p_item__content .p_item__cart .p_cart__row {
  position: relative;
  display: block;
}
.p_item .p_item__box .p_item__content .p_item__cart .p_cart__row .p_cart__amount {
  float: left;
  display: block;
  width: 30%;
  font-weight: bold;
}
.p_item .p_item__box .p_item__content .p_item__cart .p_cart__row .p_cart__amount .wpsg_menge {
  background: none;
  text-align: center;
  border: 0;
  border-bottom: 2px solid #1c1003;
  padding: 0;
  width: 20px;
}
.p_item .p_item__box .p_item__content .p_item__cart .p_cart__row .p_cart__price {
  float: left;
  display: block;
  width: 70%;
}
.p_item .p_item__box .p_item__content .p_item__cart .p_cart__row .p_cart__price span {
  font-family: 'Roboto', sans-serif;
  font-size: 14pt;
}
.p_item .p_item__box .p_item__content .p_item__cart .p_cart__row .p_cart__price span.p_price__value {
  font-weight: 500;
}
.p_item .p_item__box .p_item__content .p_item__cart .p_cart__row .p_cart__price span.p_price__currency {
  padding: 0 0 0 5px;
  font-weight: 400;
}
.p_item .p_item__box .p_item__content .p_item__cart .p_cart__row .p_cart__price .p_price__meta {
  font-size: 8pt;
}
.p_item .p_item__box .p_item__content .p_item__cart .p_cart__row:after {
  content: ' ';
  display: block;
  clear: both;
  width: 100%;
}
.p_item .p_item__box .p_item__content .p_item__cart .p_cart__add {
  position: relative;
  display: block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  width: 240px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e4dfd3;
  background: #1c1003;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  margin: 20px 0 0 0;
}
.p_item .p_item__box .p_item__content .p_item__cart .p_cart__add:hover {
  color: #e4dfd3;
  background: #bc7e45;
}
.p_item .p_item__footer {
  position: relative;
  display: block;
  padding: 40px 0 0 0;
}
.p_item .p_item__footer:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.p_item .p_item__footer .p_item__back {
  position: relative;
  display: block;
  float: left;
  text-align: center;
}
.p_item .p_item__footer .p_item__back a {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  line-height: 33px;
  text-transform: uppercase;
  padding: 0 20px;
  color: #e4dfd3 !important;
  background: #1c1003;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.p_item .p_item__footer .p_item__back a:hover {
  color: #e4dfd3;
  background: #bc7e45;
}
.p_item .p_item__footer .p_item__share {
  position: relative;
  display: block;
  float: right;
}
.p_item .p_item__footer .p_item__share:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.p_item .p_item__footer .p_item__share h4 {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 10pt;
  line-height: 33px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  float: left;
}
.p_item .p_item__footer .p_item__share .share_icon {
  position: relative;
  display: block;
  float: left;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  color: #e4dfd3 !important;
  background: #1c1003;
  margin: 0 0 0 10px;
}
.p_item .p_item__footer .p_item__share .share_icon span {
  width: 33px;
  text-align: center;
  line-height: 33px;
  vertical-align: middle;
  font-size: 12pt;
}
.p_item .p_item__footer .p_item__share .share_icon:hover.fb {
  background: #3a5795;
}
.p_item .p_item__footer .p_item__share .share_icon:hover.gp {
  background: #dc4a38;
}
.p_item .p_item__footer .p_item__share .share_icon:hover.tw {
  background: #55acee;
}
.p_related {
  position: relative;
  display: block;
  width: 100%;
  padding: 70px 0 0 0;
}
.p_related .p_related__items {
  position: relative;
  display: block;
}
.p_related .p_related__items:after {
  content: ' ';
  display: block;
  clear: both;
  width: 100%;
}
.p_related .p_related__items form {
  position: relative;
  width: 21.5%;
  display: block;
  float: left;
  margin: 0 4.66% 0 0;
}
.p_related .p_related__items form:last-of-type {
  margin: 0;
}
.p_related .p_related__items form .p_related__item {
  width: 100%;
  display: block;
}
.p_related .p_related__items form .p_related__item .p_r__image {
  position: relative;
  display: block;
  width: 100%;
}
.p_related .p_related__items form .p_related__item .p_r__image a {
  display: block;
}
.p_related .p_related__items form .p_related__item .p_r__image a img {
  width: 100%;
  height: auto;
  display: block;
}
.p_related .p_related__items form .p_related__item .p_r__content {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 9px 0 11px 0;
  height: 50px;
  width: 100%;
  text-align: center;
  background: #1c1003;
}
.p_related .p_related__items form .p_related__item .p_r__content .p_r__attr {
  font-size: 9pt;
  line-height: 1em;
  margin: 0 0 6px 0;
  color: #e4dfd3;
  text-transform: uppercase;
}
.p_related .p_related__items form .p_related__item .p_r__content .p_r__title {
  font-size: 10pt;
  text-transform: uppercase;
  line-height: 1.2em;
}
.p_related .p_related__items form .p_related__item .p_r__content .p_r__title a {
  color: #e4dfd3 !important;
}
.p_related .p_related__items form .p_related__item .p_r__content .p_r__title a:hover {
  color: #bc7e45 !important;
}
.p_related .p_related__items form .p_related__item .p_r__content .p_r__price {
  color: #e4dfd3 !important;
  font-size: 9pt;
}
.cart_progress {
  position: relative;
  display: block;
  padding: 55px 0;
  border-bottom: 60px solid #1c1003;
}
.cart_progress ul {
  position: relative;
  display: block;
  padding: 0 40px;
  width: 900px;
  height: 40px;
  text-align: justify;
  list-style: none;
}
.cart_progress ul:after {
  content: " ";
  display: inline-block;
  width: 100%;
}
.cart_progress ul li {
  position: relative;
  display: inline-block;
  width: 24.5%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16pt;
  line-height: 36px;
  vertical-align: middle;
}
.cart_progress ul li span {
  font-size: 14pt;
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 2px solid #1c1003;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin: 0 20px 0 0;
}
.cart_progress ul li.active span,
.cart_progress ul li.done span {
  color: #e4dfd3;
  background: #1c1003;
}
.cart_progress ul li.active a,
.cart_progress ul li.done a {
  color: #1c1003;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cart_progress ul li.active a span,
.cart_progress ul li.done a span {
  color: #e4dfd3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cart_progress ul li.active a:hover,
.cart_progress ul li.done a:hover {
  color: #9d4d05;
}
.cart_progress ul li.active a:hover span,
.cart_progress ul li.done a:hover span {
  color: #e4dfd3;
  background: #9d4d05;
  border: 2px solid #9d4d05;
}
.formErrorContent {
  border: none !important;
  color: #000000 !important;
  background: #e52a2a !important;
  opacity: 1 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  text-align: left;
}
.wpsg_mod_kundenverwaltung_order .wpsg_box {
  width: 720px;
  margin: 0 auto 40px auto;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #1c1003;
}
.wpsg_mod_kundenverwaltung_order .wpsg_box h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16pt;
  line-height: 140%;
  color: #9d4d05;
}
.wpsg_mod_kundenverwaltung_order .wpsg_box:last-of-type {
  margin: 0 auto;
  padding: 0;
  border: none;
}
.wpsg_mod_kundenverwaltung_order table.wpsg_mod_kundenverwaltung_producttable {
  margin: 15px 0;
  width: 100%;
}
.wpsg_mod_kundenverwaltung_order table.wpsg_mod_kundenverwaltung_producttable tbody tr.wpsg_spacer_row td div {
  height: 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #bc7e45;
}
.wpsg_mod_kundenverwaltung_order table.wpsg_mod_kundenverwaltung_producttable tbody tr th,
.wpsg_mod_kundenverwaltung_order table.wpsg_mod_kundenverwaltung_producttable tbody tr td {
  text-align: left;
}
.wpsg_mod_kundenverwaltung_order table.wpsg_mod_kundenverwaltung_producttable tbody tr th.col_price,
.wpsg_mod_kundenverwaltung_order table.wpsg_mod_kundenverwaltung_producttable tbody tr td.col_price,
.wpsg_mod_kundenverwaltung_order table.wpsg_mod_kundenverwaltung_producttable tbody tr th.wpsg_cell_shipping_value,
.wpsg_mod_kundenverwaltung_order table.wpsg_mod_kundenverwaltung_producttable tbody tr td.wpsg_cell_shipping_value,
.wpsg_mod_kundenverwaltung_order table.wpsg_mod_kundenverwaltung_producttable tbody tr th.wpsg_cell_gesamt_value,
.wpsg_mod_kundenverwaltung_order table.wpsg_mod_kundenverwaltung_producttable tbody tr td.wpsg_cell_gesamt_value {
  text-align: right;
}
.wpsg_register h1,
.wpsg_checkout h1,
.wpsg_profil h1,
.wpsg_register h2,
.wpsg_checkout h2,
.wpsg_profil h2,
.wpsg_register h3,
.wpsg_checkout h3,
.wpsg_profil h3,
.wpsg_register p,
.wpsg_checkout p,
.wpsg_profil p {
  text-align: left;
}
.wpsg_register .register_options,
.wpsg_checkout .register_options,
.wpsg_profil .register_options {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 40px 0;
}
.wpsg_register .register_options:after,
.wpsg_checkout .register_options:after,
.wpsg_profil .register_options:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wpsg_register .register_options .r__option,
.wpsg_checkout .register_options .r__option,
.wpsg_profil .register_options .r__option {
  position: relative;
  display: block;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12pt;
  line-height: 140%;
  cursor: pointer;
  text-transform: uppercase;
  padding: 5px 0;
  color: #1c1003;
  background: #f3eee1;
  border: none;
  margin: 0 40px 0 0;
  text-align: center;
  width: 220px;
  border: 1px solid #1c1003;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_register .register_options .r__option.active,
.wpsg_checkout .register_options .r__option.active,
.wpsg_profil .register_options .r__option.active {
  color: #e4dfd3;
  background: #1c1003;
  border: 1px solid #1c1003;
}
.wpsg_register .register_options .r__option:hover,
.wpsg_checkout .register_options .r__option:hover,
.wpsg_profil .register_options .r__option:hover {
  color: #e4dfd3;
  background: #bc7e45;
  border: 1px solid #bc7e45;
}
.wpsg_register form,
.wpsg_checkout form,
.wpsg_profil form {
  margin: 0 82.5px;
}
.wpsg_register form a.wpsg_link_to_past_orders,
.wpsg_checkout form a.wpsg_link_to_past_orders,
.wpsg_profil form a.wpsg_link_to_past_orders {
  float: right;
}
.wpsg_register form .wpsg_checkoutblock,
.wpsg_checkout form .wpsg_checkoutblock,
.wpsg_profil form .wpsg_checkoutblock,
.wpsg_register form .wpsg_block,
.wpsg_checkout form .wpsg_block,
.wpsg_profil form .wpsg_block {
  position: relative;
  display: block;
  margin: 0 0 25px 0;
}
.wpsg_register form .wpsg_checkoutblock:after,
.wpsg_checkout form .wpsg_checkoutblock:after,
.wpsg_profil form .wpsg_checkoutblock:after,
.wpsg_register form .wpsg_block:after,
.wpsg_checkout form .wpsg_block:after,
.wpsg_profil form .wpsg_block:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wpsg_register form .wpsg_checkoutblock .open__info,
.wpsg_checkout form .wpsg_checkoutblock .open__info,
.wpsg_profil form .wpsg_checkoutblock .open__info,
.wpsg_register form .wpsg_block .open__info,
.wpsg_checkout form .wpsg_block .open__info,
.wpsg_profil form .wpsg_block .open__info {
  position: absolute;
  right: -20px;
  top: 8px;
  cursor: pointer;
  color: #bc7e45;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_register form .wpsg_checkoutblock .open__info:hover,
.wpsg_checkout form .wpsg_checkoutblock .open__info:hover,
.wpsg_profil form .wpsg_checkoutblock .open__info:hover,
.wpsg_register form .wpsg_block .open__info:hover,
.wpsg_checkout form .wpsg_block .open__info:hover,
.wpsg_profil form .wpsg_block .open__info:hover {
  color: #1c1003;
}
.wpsg_register form .wpsg_checkoutblock .extra__info,
.wpsg_checkout form .wpsg_checkoutblock .extra__info,
.wpsg_profil form .wpsg_checkoutblock .extra__info,
.wpsg_register form .wpsg_block .extra__info,
.wpsg_checkout form .wpsg_block .extra__info,
.wpsg_profil form .wpsg_block .extra__info {
  position: relative;
  width: 732px;
  display: none;
  color: #e4dfd3;
  background: #1c1003;
  margin: 15px 0 0 0;
}
.wpsg_register form .wpsg_checkoutblock .extra__info .extra__inner,
.wpsg_checkout form .wpsg_checkoutblock .extra__info .extra__inner,
.wpsg_profil form .wpsg_checkoutblock .extra__info .extra__inner,
.wpsg_register form .wpsg_block .extra__info .extra__inner,
.wpsg_checkout form .wpsg_block .extra__info .extra__inner,
.wpsg_profil form .wpsg_block .extra__info .extra__inner {
  display: block;
  padding: 20px 20px 10px 20px;
}
.wpsg_register form .wpsg_checkoutblock .extra__info .extra__inner a,
.wpsg_checkout form .wpsg_checkoutblock .extra__info .extra__inner a,
.wpsg_profil form .wpsg_checkoutblock .extra__info .extra__inner a,
.wpsg_register form .wpsg_block .extra__info .extra__inner a,
.wpsg_checkout form .wpsg_block .extra__info .extra__inner a,
.wpsg_profil form .wpsg_block .extra__info .extra__inner a {
  color: #f3eee1;
  text-decoration: none;
  border-bottom: 1px solid #f3eee1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_register form .wpsg_checkoutblock .extra__info .extra__inner a:hover,
.wpsg_checkout form .wpsg_checkoutblock .extra__info .extra__inner a:hover,
.wpsg_profil form .wpsg_checkoutblock .extra__info .extra__inner a:hover,
.wpsg_register form .wpsg_block .extra__info .extra__inner a:hover,
.wpsg_checkout form .wpsg_block .extra__info .extra__inner a:hover,
.wpsg_profil form .wpsg_block .extra__info .extra__inner a:hover {
  color: #bc7e45;
  border-bottom: 1px solid #bc7e45;
}
.wpsg_register form .wpsg_checkoutblock .extra__info .extra__inner .close__info,
.wpsg_checkout form .wpsg_checkoutblock .extra__info .extra__inner .close__info,
.wpsg_profil form .wpsg_checkoutblock .extra__info .extra__inner .close__info,
.wpsg_register form .wpsg_block .extra__info .extra__inner .close__info,
.wpsg_checkout form .wpsg_block .extra__info .extra__inner .close__info,
.wpsg_profil form .wpsg_block .extra__info .extra__inner .close__info {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16pt;
  color: #e4dfd3;
  z-index: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_register form .wpsg_checkoutblock .extra__info .extra__inner .close__info:hover,
.wpsg_checkout form .wpsg_checkoutblock .extra__info .extra__inner .close__info:hover,
.wpsg_profil form .wpsg_checkoutblock .extra__info .extra__inner .close__info:hover,
.wpsg_register form .wpsg_block .extra__info .extra__inner .close__info:hover,
.wpsg_checkout form .wpsg_block .extra__info .extra__inner .close__info:hover,
.wpsg_profil form .wpsg_block .extra__info .extra__inner .close__info:hover {
  color: #bc7e45;
}
.wpsg_register form .wpsg_checkoutblock .extra__info .extra__inner h3,
.wpsg_checkout form .wpsg_checkoutblock .extra__info .extra__inner h3,
.wpsg_profil form .wpsg_checkoutblock .extra__info .extra__inner h3,
.wpsg_register form .wpsg_block .extra__info .extra__inner h3,
.wpsg_checkout form .wpsg_block .extra__info .extra__inner h3,
.wpsg_profil form .wpsg_block .extra__info .extra__inner h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14pt;
  line-height: 140%;
  margin: 0 0 1em 0;
}
.wpsg_register form .wpsg_checkoutblock label,
.wpsg_checkout form .wpsg_checkoutblock label,
.wpsg_profil form .wpsg_checkoutblock label,
.wpsg_register form .wpsg_block label,
.wpsg_checkout form .wpsg_block label,
.wpsg_profil form .wpsg_block label {
  position: relative;
  text-align: left;
  padding: 0 0 5px 0;
  display: block;
  color: #1c1003;
  float: left;
  width: 280px;
}
.wpsg_register form .wpsg_checkoutblock label.label_checkout_shippingadress,
.wpsg_checkout form .wpsg_checkoutblock label.label_checkout_shippingadress,
.wpsg_profil form .wpsg_checkoutblock label.label_checkout_shippingadress,
.wpsg_register form .wpsg_block label.label_checkout_shippingadress,
.wpsg_checkout form .wpsg_block label.label_checkout_shippingadress,
.wpsg_profil form .wpsg_block label.label_checkout_shippingadress {
  width: 720px;
}
.wpsg_register form .wpsg_checkoutblock input,
.wpsg_checkout form .wpsg_checkoutblock input,
.wpsg_profil form .wpsg_checkoutblock input,
.wpsg_register form .wpsg_block input,
.wpsg_checkout form .wpsg_block input,
.wpsg_profil form .wpsg_block input {
  color: #1c1003;
  width: 440px;
  text-align: left;
  float: left;
  padding: 5px;
  border: 1px solid #1c1003;
  background: #f3eee1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_register form .wpsg_checkoutblock input:focus,
.wpsg_checkout form .wpsg_checkoutblock input:focus,
.wpsg_profil form .wpsg_checkoutblock input:focus,
.wpsg_register form .wpsg_block input:focus,
.wpsg_checkout form .wpsg_block input:focus,
.wpsg_profil form .wpsg_block input:focus {
  background: #ffffff;
  border: 1px solid #bc7e45;
}
.wpsg_register form .wpsg_checkoutblock input:focus:hover,
.wpsg_checkout form .wpsg_checkoutblock input:focus:hover,
.wpsg_profil form .wpsg_checkoutblock input:focus:hover,
.wpsg_register form .wpsg_block input:focus:hover,
.wpsg_checkout form .wpsg_block input:focus:hover,
.wpsg_profil form .wpsg_block input:focus:hover {
  border: 1px solid #9d4d05;
}
.wpsg_register form .wpsg_checkoutblock input:hover,
.wpsg_checkout form .wpsg_checkoutblock input:hover,
.wpsg_profil form .wpsg_checkoutblock input:hover,
.wpsg_register form .wpsg_block input:hover,
.wpsg_checkout form .wpsg_block input:hover,
.wpsg_profil form .wpsg_block input:hover {
  border: 1px solid #9d4d05;
}
.wpsg_register form .wpsg_checkoutblock input.formfield_checkbox,
.wpsg_checkout form .wpsg_checkoutblock input.formfield_checkbox,
.wpsg_profil form .wpsg_checkoutblock input.formfield_checkbox,
.wpsg_register form .wpsg_block input.formfield_checkbox,
.wpsg_checkout form .wpsg_block input.formfield_checkbox,
.wpsg_profil form .wpsg_block input.formfield_checkbox {
  width: 30px;
}
.wpsg_register form .wpsg_checkoutblock select,
.wpsg_checkout form .wpsg_checkoutblock select,
.wpsg_profil form .wpsg_checkoutblock select,
.wpsg_register form .wpsg_block select,
.wpsg_checkout form .wpsg_block select,
.wpsg_profil form .wpsg_block select {
  float: left;
  color: #1c1003;
  width: 260px;
  text-align: left;
  padding: 3px 0;
  border: 1px solid #1c1003;
  background: #f3eee1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_register form .wpsg_checkoutblock select:focus,
.wpsg_checkout form .wpsg_checkoutblock select:focus,
.wpsg_profil form .wpsg_checkoutblock select:focus,
.wpsg_register form .wpsg_block select:focus,
.wpsg_checkout form .wpsg_block select:focus,
.wpsg_profil form .wpsg_block select:focus {
  background: #ffffff;
  border: 1px solid #9d4d05;
}
.wpsg_register form .wpsg_checkoutblock select:focus:hover,
.wpsg_checkout form .wpsg_checkoutblock select:focus:hover,
.wpsg_profil form .wpsg_checkoutblock select:focus:hover,
.wpsg_register form .wpsg_block select:focus:hover,
.wpsg_checkout form .wpsg_block select:focus:hover,
.wpsg_profil form .wpsg_block select:focus:hover {
  border: 1px solid #9d4d05;
}
.wpsg_register form .wpsg_checkoutblock select:hover,
.wpsg_checkout form .wpsg_checkoutblock select:hover,
.wpsg_profil form .wpsg_checkoutblock select:hover,
.wpsg_register form .wpsg_block select:hover,
.wpsg_checkout form .wpsg_block select:hover,
.wpsg_profil form .wpsg_block select:hover {
  border: 1px solid #9d4d05;
}
.wpsg_register form .wpsg_mandatoryfield_hint,
.wpsg_checkout form .wpsg_mandatoryfield_hint,
.wpsg_profil form .wpsg_mandatoryfield_hint {
  text-align: left;
  font-family: 'Ruda', sans-serif;
  font-weight: 400;
  font-size: 10pt;
  line-height: 140%;
}
.wpsg_register form .wpsg_box,
.wpsg_checkout form .wpsg_box,
.wpsg_profil form .wpsg_box {
  position: relative;
  display: block;
}
.wpsg_register form .wpsg_box .wpsg_inner,
.wpsg_checkout form .wpsg_box .wpsg_inner,
.wpsg_profil form .wpsg_box .wpsg_inner {
  position: relative;
  display: block;
}
.wpsg_register form .wpsg_box .wpsg_mandatoryfield_hint,
.wpsg_checkout form .wpsg_box .wpsg_mandatoryfield_hint,
.wpsg_profil form .wpsg_box .wpsg_mandatoryfield_hint,
.wpsg_register form .wpsg_box .wpsg_commentblock,
.wpsg_checkout form .wpsg_box .wpsg_commentblock,
.wpsg_profil form .wpsg_box .wpsg_commentblock {
  padding: 0 0 40px 0;
}
.wpsg_register form .wpsg_box .wpsg_mandatoryfield_hint textarea,
.wpsg_checkout form .wpsg_box .wpsg_mandatoryfield_hint textarea,
.wpsg_profil form .wpsg_box .wpsg_mandatoryfield_hint textarea,
.wpsg_register form .wpsg_box .wpsg_commentblock textarea,
.wpsg_checkout form .wpsg_box .wpsg_commentblock textarea,
.wpsg_profil form .wpsg_box .wpsg_commentblock textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background: #f3eee1;
  border: 1px solid #1c1003;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_register form .wpsg_box .wpsg_mandatoryfield_hint textarea:focus,
.wpsg_checkout form .wpsg_box .wpsg_mandatoryfield_hint textarea:focus,
.wpsg_profil form .wpsg_box .wpsg_mandatoryfield_hint textarea:focus,
.wpsg_register form .wpsg_box .wpsg_commentblock textarea:focus,
.wpsg_checkout form .wpsg_box .wpsg_commentblock textarea:focus,
.wpsg_profil form .wpsg_box .wpsg_commentblock textarea:focus {
  background: #ffffff;
}
.wpsg_register form .wpsg_box .wpsg_mandatoryfield_hint textarea:focus:hover,
.wpsg_checkout form .wpsg_box .wpsg_mandatoryfield_hint textarea:focus:hover,
.wpsg_profil form .wpsg_box .wpsg_mandatoryfield_hint textarea:focus:hover,
.wpsg_register form .wpsg_box .wpsg_commentblock textarea:focus:hover,
.wpsg_checkout form .wpsg_box .wpsg_commentblock textarea:focus:hover,
.wpsg_profil form .wpsg_box .wpsg_commentblock textarea:focus:hover {
  background: #ffffff;
}
.wpsg_register form .wpsg_box .wpsg_mandatoryfield_hint textarea:hover,
.wpsg_checkout form .wpsg_box .wpsg_mandatoryfield_hint textarea:hover,
.wpsg_profil form .wpsg_box .wpsg_mandatoryfield_hint textarea:hover,
.wpsg_register form .wpsg_box .wpsg_commentblock textarea:hover,
.wpsg_checkout form .wpsg_box .wpsg_commentblock textarea:hover,
.wpsg_profil form .wpsg_box .wpsg_commentblock textarea:hover {
  background: #f3eee1;
}
.wpsg_register form .wpsg_shop_buttons,
.wpsg_checkout form .wpsg_shop_buttons,
.wpsg_profil form .wpsg_shop_buttons {
  text-align: right;
}
.wpsg_register form .wpsg_button,
.wpsg_checkout form .wpsg_button,
.wpsg_profil form .wpsg_button,
.wpsg_register form a.wpsg_button,
.wpsg_checkout form a.wpsg_button,
.wpsg_profil form a.wpsg_button {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12pt;
  line-height: 140%;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 0;
  color: #e4dfd3 !important;
  background: #1c1003;
  border: none;
  margin: 0 0 0 0;
  text-align: center;
  min-width: 220px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_register form .wpsg_button.wpsg_orderbutton,
.wpsg_checkout form .wpsg_button.wpsg_orderbutton,
.wpsg_profil form .wpsg_button.wpsg_orderbutton,
.wpsg_register form a.wpsg_button.wpsg_orderbutton,
.wpsg_checkout form a.wpsg_button.wpsg_orderbutton,
.wpsg_profil form a.wpsg_button.wpsg_orderbutton {
  padding: 5px 10px;
}
.wpsg_register form .wpsg_button:hover,
.wpsg_checkout form .wpsg_button:hover,
.wpsg_profil form .wpsg_button:hover,
.wpsg_register form a.wpsg_button:hover,
.wpsg_checkout form a.wpsg_button:hover,
.wpsg_profil form a.wpsg_button:hover {
  color: #e4dfd3;
  background: #bc7e45;
}
.wpsg_register #wpsg_userlogin_wrap,
.wpsg_checkout #wpsg_userlogin_wrap,
.wpsg_profil #wpsg_userlogin_wrap {
  position: relative;
  display: block;
}
.wpsg_register #wpsg_userlogin_wrap form,
.wpsg_checkout #wpsg_userlogin_wrap form,
.wpsg_profil #wpsg_userlogin_wrap form {
  width: 440px;
  margin: 0 auto;
}
.wpsg_register #wpsg_userlogin_wrap form a.lost_password_link,
.wpsg_checkout #wpsg_userlogin_wrap form a.lost_password_link,
.wpsg_profil #wpsg_userlogin_wrap form a.lost_password_link {
  display: block;
  font-size: 10pt;
  margin: 0;
}
.wpsg_register #wpsg_userlogin_wrap form input.wpsg_checkout,
.wpsg_checkout #wpsg_userlogin_wrap form input.wpsg_checkout,
.wpsg_profil #wpsg_userlogin_wrap form input.wpsg_checkout {
  width: 430px;
  text-align: left !important;
}
.wpsg_register #wpsg_userlogin_wrap form input.wpsg_button,
.wpsg_checkout #wpsg_userlogin_wrap form input.wpsg_button,
.wpsg_profil #wpsg_userlogin_wrap form input.wpsg_button {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  line-height: 140%;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 0;
  color: #e4dfd3;
  background: #1c1003;
  border: none;
  margin: 0 0 20px 0;
  text-align: center;
  min-width: 220px;
}
.wpsg_register #wpsg_userlogin_wrap form input.wpsg_button:hover,
.wpsg_checkout #wpsg_userlogin_wrap form input.wpsg_button:hover,
.wpsg_profil #wpsg_userlogin_wrap form input.wpsg_button:hover {
  color: #e4dfd3;
  background: #bc7e45;
}
#wpsg_message {
  margin: 0 40px 40px 40px;
  border-bottom: 1px solid #9d4d05;
  padding: 0 0 40px 40px;
  text-align: center;
}
#wpsg_message p {
  margin: 0;
  font-weight: 400;
}
.wpsg_basket .wpsg_shop_buttons,
.wpsg_checkout2 .wpsg_shop_buttons,
.wpsg_overview .wpsg_shop_buttons {
  text-align: right;
}
.wpsg_basket a,
.wpsg_checkout2 a,
.wpsg_overview a {
  color: #1c1003;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_basket a:hover,
.wpsg_checkout2 a:hover,
.wpsg_overview a:hover {
  color: #9d4d05;
}
.wpsg_basket form#form-step2,
.wpsg_checkout2 form#form-step2,
.wpsg_overview form#form-step2 {
  text-align: right;
}
.wpsg_basket #wpsg_error,
.wpsg_checkout2 #wpsg_error,
.wpsg_overview #wpsg_error {
  margin: 0 0 40px 0;
  border-bottom: 1px solid #9d4d05;
  padding: 0 0 40px 40px;
}
.wpsg_basket #wpsg_error p,
.wpsg_checkout2 #wpsg_error p,
.wpsg_overview #wpsg_error p {
  color: #e52a2a;
  margin: 0;
  font-weight: 400;
}
.wpsg_basket h2,
.wpsg_checkout2 h2,
.wpsg_overview h2 {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16pt;
  text-align: left;
  margin: 0 0 30px 40px;
}
.wpsg_basket .wpsg_shipping .shippay_wrap,
.wpsg_checkout2 .wpsg_shipping .shippay_wrap,
.wpsg_overview .wpsg_shipping .shippay_wrap,
.wpsg_basket .wpsg_payment .shippay_wrap,
.wpsg_checkout2 .wpsg_payment .shippay_wrap,
.wpsg_overview .wpsg_payment .shippay_wrap {
  display: block;
  margin: 0 40px;
}
.wpsg_basket .wpsg_shipping .shippay_wrap .checkbox,
.wpsg_checkout2 .wpsg_shipping .shippay_wrap .checkbox,
.wpsg_overview .wpsg_shipping .shippay_wrap .checkbox,
.wpsg_basket .wpsg_payment .shippay_wrap .checkbox,
.wpsg_checkout2 .wpsg_payment .shippay_wrap .checkbox,
.wpsg_overview .wpsg_payment .shippay_wrap .checkbox {
  float: left;
  width: 30px;
}
.wpsg_basket .wpsg_shipping .shippay_wrap .shippay,
.wpsg_checkout2 .wpsg_shipping .shippay_wrap .shippay,
.wpsg_overview .wpsg_shipping .shippay_wrap .shippay,
.wpsg_basket .wpsg_payment .shippay_wrap .shippay,
.wpsg_checkout2 .wpsg_payment .shippay_wrap .shippay,
.wpsg_overview .wpsg_payment .shippay_wrap .shippay {
  display: block;
  min-height: 35px;
  margin: 0 0 10px 0;
}
.wpsg_basket .wpsg_shipping .shippay_wrap .shippay .fa-cc-paypal,
.wpsg_checkout2 .wpsg_shipping .shippay_wrap .shippay .fa-cc-paypal,
.wpsg_overview .wpsg_shipping .shippay_wrap .shippay .fa-cc-paypal,
.wpsg_basket .wpsg_payment .shippay_wrap .shippay .fa-cc-paypal,
.wpsg_checkout2 .wpsg_payment .shippay_wrap .shippay .fa-cc-paypal,
.wpsg_overview .wpsg_payment .shippay_wrap .shippay .fa-cc-paypal {
  font-size: 30pt;
}
.wpsg_basket .wpsg_shipping .shippay_wrap .payment_hint,
.wpsg_checkout2 .wpsg_shipping .shippay_wrap .payment_hint,
.wpsg_overview .wpsg_shipping .shippay_wrap .payment_hint,
.wpsg_basket .wpsg_payment .shippay_wrap .payment_hint,
.wpsg_checkout2 .wpsg_payment .shippay_wrap .payment_hint,
.wpsg_overview .wpsg_payment .shippay_wrap .payment_hint,
.wpsg_basket .wpsg_shipping .shippay_wrap .shippay_hint,
.wpsg_checkout2 .wpsg_shipping .shippay_wrap .shippay_hint,
.wpsg_overview .wpsg_shipping .shippay_wrap .shippay_hint,
.wpsg_basket .wpsg_payment .shippay_wrap .shippay_hint,
.wpsg_checkout2 .wpsg_payment .shippay_wrap .shippay_hint,
.wpsg_overview .wpsg_payment .shippay_wrap .shippay_hint {
  margin: 5px 0 0 30px;
  color: #1c1003;
  background: #f3eee1;
  padding: 5px;
  display: block;
}
.wpsg_basket .wpsg_payment,
.wpsg_checkout2 .wpsg_payment,
.wpsg_overview .wpsg_payment {
  margin: 40px 0 20px 0;
}
.wpsg_basket table,
.wpsg_checkout2 table,
.wpsg_overview table {
  width: 100%;
  margin: 0 0 40px 0;
  text-align: left;
}
.wpsg_basket table tr td.blank_cell,
.wpsg_checkout2 table tr td.blank_cell,
.wpsg_overview table tr td.blank_cell,
.wpsg_basket table tr th.blank_cell,
.wpsg_checkout2 table tr th.blank_cell,
.wpsg_overview table tr th.blank_cell {
  width: 40px;
}
.wpsg_basket table tr th,
.wpsg_checkout2 table tr th,
.wpsg_overview table tr th,
.wpsg_basket table tr td,
.wpsg_checkout2 table tr td,
.wpsg_overview table tr td {
  text-align: center;
}
.wpsg_basket table tr th.wpsg_product_title,
.wpsg_checkout2 table tr th.wpsg_product_title,
.wpsg_overview table tr th.wpsg_product_title,
.wpsg_basket table tr td.wpsg_product_title,
.wpsg_checkout2 table tr td.wpsg_product_title,
.wpsg_overview table tr td.wpsg_product_title,
.wpsg_basket table tr th.wpsg_cell_summe_label,
.wpsg_checkout2 table tr th.wpsg_cell_summe_label,
.wpsg_overview table tr th.wpsg_cell_summe_label,
.wpsg_basket table tr td.wpsg_cell_summe_label,
.wpsg_checkout2 table tr td.wpsg_cell_summe_label,
.wpsg_overview table tr td.wpsg_cell_summe_label,
.wpsg_basket table tr th.wpsg_cell_mwst_label,
.wpsg_checkout2 table tr th.wpsg_cell_mwst_label,
.wpsg_overview table tr th.wpsg_cell_mwst_label,
.wpsg_basket table tr td.wpsg_cell_mwst_label,
.wpsg_checkout2 table tr td.wpsg_cell_mwst_label,
.wpsg_overview table tr td.wpsg_cell_mwst_label,
.wpsg_basket table tr th.wpsg_cell_shipping_label,
.wpsg_checkout2 table tr th.wpsg_cell_shipping_label,
.wpsg_overview table tr th.wpsg_cell_shipping_label,
.wpsg_basket table tr td.wpsg_cell_shipping_label,
.wpsg_checkout2 table tr td.wpsg_cell_shipping_label,
.wpsg_overview table tr td.wpsg_cell_shipping_label,
.wpsg_basket table tr th.wpsg_cell_payment_label,
.wpsg_checkout2 table tr th.wpsg_cell_payment_label,
.wpsg_overview table tr th.wpsg_cell_payment_label,
.wpsg_basket table tr td.wpsg_cell_payment_label,
.wpsg_checkout2 table tr td.wpsg_cell_payment_label,
.wpsg_overview table tr td.wpsg_cell_payment_label,
.wpsg_basket table tr th.wpsg_cell_gesamt_label,
.wpsg_checkout2 table tr th.wpsg_cell_gesamt_label,
.wpsg_overview table tr th.wpsg_cell_gesamt_label,
.wpsg_basket table tr td.wpsg_cell_gesamt_label,
.wpsg_checkout2 table tr td.wpsg_cell_gesamt_label,
.wpsg_overview table tr td.wpsg_cell_gesamt_label {
  text-align: left;
}
.wpsg_basket table tr th.wpsg_cell_gesamtpreis,
.wpsg_checkout2 table tr th.wpsg_cell_gesamtpreis,
.wpsg_overview table tr th.wpsg_cell_gesamtpreis,
.wpsg_basket table tr td.wpsg_cell_gesamtpreis,
.wpsg_checkout2 table tr td.wpsg_cell_gesamtpreis,
.wpsg_overview table tr td.wpsg_cell_gesamtpreis,
.wpsg_basket table tr th.wpsg_cell_summe_value,
.wpsg_checkout2 table tr th.wpsg_cell_summe_value,
.wpsg_overview table tr th.wpsg_cell_summe_value,
.wpsg_basket table tr td.wpsg_cell_summe_value,
.wpsg_checkout2 table tr td.wpsg_cell_summe_value,
.wpsg_overview table tr td.wpsg_cell_summe_value,
.wpsg_basket table tr th.wpsg_cell_gesamtsumme_value,
.wpsg_checkout2 table tr th.wpsg_cell_gesamtsumme_value,
.wpsg_overview table tr th.wpsg_cell_gesamtsumme_value,
.wpsg_basket table tr td.wpsg_cell_gesamtsumme_value,
.wpsg_checkout2 table tr td.wpsg_cell_gesamtsumme_value,
.wpsg_overview table tr td.wpsg_cell_gesamtsumme_value,
.wpsg_basket table tr th.wpsg_cell_mwst_value,
.wpsg_checkout2 table tr th.wpsg_cell_mwst_value,
.wpsg_overview table tr th.wpsg_cell_mwst_value,
.wpsg_basket table tr td.wpsg_cell_mwst_value,
.wpsg_checkout2 table tr td.wpsg_cell_mwst_value,
.wpsg_overview table tr td.wpsg_cell_mwst_value,
.wpsg_basket table tr th.wpsg_cell_shipping_value,
.wpsg_checkout2 table tr th.wpsg_cell_shipping_value,
.wpsg_overview table tr th.wpsg_cell_shipping_value,
.wpsg_basket table tr td.wpsg_cell_shipping_value,
.wpsg_checkout2 table tr td.wpsg_cell_shipping_value,
.wpsg_overview table tr td.wpsg_cell_shipping_value,
.wpsg_basket table tr th.wpsg_cell_payment_value,
.wpsg_checkout2 table tr th.wpsg_cell_payment_value,
.wpsg_overview table tr th.wpsg_cell_payment_value,
.wpsg_basket table tr td.wpsg_cell_payment_value,
.wpsg_checkout2 table tr td.wpsg_cell_payment_value,
.wpsg_overview table tr td.wpsg_cell_payment_value,
.wpsg_basket table tr th.wpsg_cell_gesamt_value,
.wpsg_checkout2 table tr th.wpsg_cell_gesamt_value,
.wpsg_overview table tr th.wpsg_cell_gesamt_value,
.wpsg_basket table tr td.wpsg_cell_gesamt_value,
.wpsg_checkout2 table tr td.wpsg_cell_gesamt_value,
.wpsg_overview table tr td.wpsg_cell_gesamt_value {
  text-align: right;
}
.wpsg_basket table tr th.wpsg_cell_preis,
.wpsg_checkout2 table tr th.wpsg_cell_preis,
.wpsg_overview table tr th.wpsg_cell_preis,
.wpsg_basket table tr td.wpsg_cell_preis,
.wpsg_checkout2 table tr td.wpsg_cell_preis,
.wpsg_overview table tr td.wpsg_cell_preis,
.wpsg_basket table tr th.wpsg_cell_gesamtpreis,
.wpsg_checkout2 table tr th.wpsg_cell_gesamtpreis,
.wpsg_overview table tr th.wpsg_cell_gesamtpreis,
.wpsg_basket table tr td.wpsg_cell_gesamtpreis,
.wpsg_checkout2 table tr td.wpsg_cell_gesamtpreis,
.wpsg_overview table tr td.wpsg_cell_gesamtpreis {
  width: 120px;
}
.wpsg_basket table tr th a,
.wpsg_checkout2 table tr th a,
.wpsg_overview table tr th a,
.wpsg_basket table tr td a,
.wpsg_checkout2 table tr td a,
.wpsg_overview table tr td a {
  color: #1c1003;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_basket table tr th a:hover,
.wpsg_checkout2 table tr th a:hover,
.wpsg_overview table tr th a:hover,
.wpsg_basket table tr td a:hover,
.wpsg_checkout2 table tr td a:hover,
.wpsg_overview table tr td a:hover {
  color: #9d4d05;
}
.wpsg_basket table tr th .cart_summe,
.wpsg_checkout2 table tr th .cart_summe,
.wpsg_overview table tr th .cart_summe,
.wpsg_basket table tr td .cart_summe,
.wpsg_checkout2 table tr td .cart_summe,
.wpsg_overview table tr td .cart_summe {
  padding: 0 0 0 40%;
}
.wpsg_basket table tr.wpsg_productrow td,
.wpsg_checkout2 table tr.wpsg_productrow td,
.wpsg_overview table tr.wpsg_productrow td {
  padding: 0 0 15px 0;
}
.wpsg_basket table tr th,
.wpsg_checkout2 table tr th,
.wpsg_overview table tr th {
  font-weight: 700;
  padding: 0 0 20px 0;
}
.wpsg_basket table tr.wpsg_spacer_row td div,
.wpsg_checkout2 table tr.wpsg_spacer_row td div,
.wpsg_overview table tr.wpsg_spacer_row td div {
  height: 25px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #9d4d05;
  margin: 0 0 40px 0;
}
.wpsg_basket table tr .wpsg_cell_title,
.wpsg_checkout2 table tr .wpsg_cell_title,
.wpsg_overview table tr .wpsg_cell_title {
  text-align: left;
}
.wpsg_basket table tr .wpsg_cell_remove,
.wpsg_checkout2 table tr .wpsg_cell_remove,
.wpsg_overview table tr .wpsg_cell_remove {
  width: 40px;
  text-align: center;
}
.wpsg_basket table tr .wpsg_cell_menge,
.wpsg_checkout2 table tr .wpsg_cell_menge,
.wpsg_overview table tr .wpsg_cell_menge {
  width: 120px;
}
.wpsg_basket table tr .wpsg_cell_menge .wpsg_form_submit,
.wpsg_checkout2 table tr .wpsg_cell_menge .wpsg_form_submit,
.wpsg_overview table tr .wpsg_cell_menge .wpsg_form_submit {
  background: none;
  border: 1px solid #1c1003;
  text-align: center;
  padding: 3px 0;
}
.wpsg_basket table tr .wpsg_gutschein_input,
.wpsg_checkout2 table tr .wpsg_gutschein_input,
.wpsg_overview table tr .wpsg_gutschein_input {
  margin-left: 67px;
  width: 130px;
}
.wpsg_basket table tr.wpsg_row_summe td,
.wpsg_checkout2 table tr.wpsg_row_summe td,
.wpsg_overview table tr.wpsg_row_summe td,
.wpsg_basket table tr.wpsg_basket_gesamt_netto td,
.wpsg_checkout2 table tr.wpsg_basket_gesamt_netto td,
.wpsg_overview table tr.wpsg_basket_gesamt_netto td,
.wpsg_basket table tr.wpsg_row_mwst td,
.wpsg_checkout2 table tr.wpsg_row_mwst td,
.wpsg_overview table tr.wpsg_row_mwst td,
.wpsg_basket table tr.wpsg_row_shipping td,
.wpsg_checkout2 table tr.wpsg_row_shipping td,
.wpsg_overview table tr.wpsg_row_shipping td,
.wpsg_basket table tr.wpsg_row_payment td,
.wpsg_checkout2 table tr.wpsg_row_payment td,
.wpsg_overview table tr.wpsg_row_payment td,
.wpsg_basket table tr.wpsg_row_gesamt td,
.wpsg_checkout2 table tr.wpsg_row_gesamt td,
.wpsg_overview table tr.wpsg_row_gesamt td {
  padding: 0 0 15px 0;
}
.wpsg_basket table tr.wpsg_row_summe td.wpsg_cell_summe_value,
.wpsg_checkout2 table tr.wpsg_row_summe td.wpsg_cell_summe_value,
.wpsg_overview table tr.wpsg_row_summe td.wpsg_cell_summe_value,
.wpsg_basket table tr.wpsg_row_gesamt td.wpsg_cell_summe_value,
.wpsg_checkout2 table tr.wpsg_row_gesamt td.wpsg_cell_summe_value,
.wpsg_overview table tr.wpsg_row_gesamt td.wpsg_cell_summe_value,
.wpsg_basket table tr.wpsg_row_summe td.wpsg_cell_gesamt_value,
.wpsg_checkout2 table tr.wpsg_row_summe td.wpsg_cell_gesamt_value,
.wpsg_overview table tr.wpsg_row_summe td.wpsg_cell_gesamt_value,
.wpsg_basket table tr.wpsg_row_gesamt td.wpsg_cell_gesamt_value,
.wpsg_checkout2 table tr.wpsg_row_gesamt td.wpsg_cell_gesamt_value,
.wpsg_overview table tr.wpsg_row_gesamt td.wpsg_cell_gesamt_value {
  font-size: 16pt;
}
.wpsg_basket .wpsg_button,
.wpsg_checkout2 .wpsg_button,
.wpsg_overview .wpsg_button {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  line-height: 140%;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 0;
  color: #e4dfd3;
  background: #1c1003;
  border: none;
  margin: 0 40px 0 0;
  text-align: center;
  min-width: 220px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_basket .wpsg_button.wpsg_orderbutton,
.wpsg_checkout2 .wpsg_button.wpsg_orderbutton,
.wpsg_overview .wpsg_button.wpsg_orderbutton {
  padding: 5px 10px;
}
.wpsg_basket .wpsg_button:hover,
.wpsg_checkout2 .wpsg_button:hover,
.wpsg_overview .wpsg_button:hover {
  color: #e4dfd3;
  background: #bc7e45;
}
.wpsg_basket #wpsg_userlogin_wrap,
.wpsg_checkout2 #wpsg_userlogin_wrap,
.wpsg_overview #wpsg_userlogin_wrap {
  position: relative;
  display: block;
  text-align: left;
  margin: 0 40px 40px 40px;
}
.wpsg_basket #wpsg_userlogin_wrap:after,
.wpsg_checkout2 #wpsg_userlogin_wrap:after,
.wpsg_overview #wpsg_userlogin_wrap:after {
  content: ' ';
  display: block;
  clear: both;
  width: 100%;
}
.wpsg_basket #wpsg_userlogin_wrap h2,
.wpsg_checkout2 #wpsg_userlogin_wrap h2,
.wpsg_overview #wpsg_userlogin_wrap h2 {
  margin: 0 0 20px 0;
}
.wpsg_basket #wpsg_userlogin_wrap .wpsg_checkoutblock,
.wpsg_checkout2 #wpsg_userlogin_wrap .wpsg_checkoutblock,
.wpsg_overview #wpsg_userlogin_wrap .wpsg_checkoutblock {
  position: relative;
  display: block;
}
.wpsg_basket #wpsg_userlogin_wrap .wpsg_checkoutblock input,
.wpsg_checkout2 #wpsg_userlogin_wrap .wpsg_checkoutblock input,
.wpsg_overview #wpsg_userlogin_wrap .wpsg_checkoutblock input {
  text-align: left;
  position: relative;
  display: block;
  border: 0;
  border-bottom: 1px solid #bc7e45;
  padding: 5px;
  width: 100%;
  margin: 0 0 15px 0;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_basket #wpsg_userlogin_wrap .wpsg_checkoutblock input:focus,
.wpsg_checkout2 #wpsg_userlogin_wrap .wpsg_checkoutblock input:focus,
.wpsg_overview #wpsg_userlogin_wrap .wpsg_checkoutblock input:focus {
  border-bottom: 1px solid #9d4d05;
}
.wpsg_basket #wpsg_userlogin_wrap .wpsg_checkoutblock input:focus:hover,
.wpsg_checkout2 #wpsg_userlogin_wrap .wpsg_checkoutblock input:focus:hover,
.wpsg_overview #wpsg_userlogin_wrap .wpsg_checkoutblock input:focus:hover {
  border-bottom: 1px solid #1c1003;
}
.wpsg_basket #wpsg_userlogin_wrap .wpsg_checkoutblock input:hover,
.wpsg_checkout2 #wpsg_userlogin_wrap .wpsg_checkoutblock input:hover,
.wpsg_overview #wpsg_userlogin_wrap .wpsg_checkoutblock input:hover {
  border-bottom: 1px solid #1c1003;
}
.wpsg_basket #wpsg_userlogin_wrap .wpsg_checkout_buttons,
.wpsg_checkout2 #wpsg_userlogin_wrap .wpsg_checkout_buttons,
.wpsg_overview #wpsg_userlogin_wrap .wpsg_checkout_buttons {
  text-align: right;
}
.wpsg_basket #wpsg_userlogin_wrap .wpsg_checkout_buttons input.wpsg_mod_kundenverwaltung_login,
.wpsg_checkout2 #wpsg_userlogin_wrap .wpsg_checkout_buttons input.wpsg_mod_kundenverwaltung_login,
.wpsg_overview #wpsg_userlogin_wrap .wpsg_checkout_buttons input.wpsg_mod_kundenverwaltung_login {
  float: none;
  margin: 0;
}
.wpsg_basket #wpsg_userlogin_wrap .wpsg_checkout_buttons a.wpsg_pwdvergessen_link,
.wpsg_checkout2 #wpsg_userlogin_wrap .wpsg_checkout_buttons a.wpsg_pwdvergessen_link,
.wpsg_overview #wpsg_userlogin_wrap .wpsg_checkout_buttons a.wpsg_pwdvergessen_link {
  display: block;
  padding: 5px 0 0 0;
  text-align: right;
  color: #1c1003;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_basket #wpsg_userlogin_wrap .wpsg_checkout_buttons a.wpsg_pwdvergessen_link:hover,
.wpsg_checkout2 #wpsg_userlogin_wrap .wpsg_checkout_buttons a.wpsg_pwdvergessen_link:hover,
.wpsg_overview #wpsg_userlogin_wrap .wpsg_checkout_buttons a.wpsg_pwdvergessen_link:hover {
  color: #9d4d05;
}
.wpsg_basket .wpsg_box,
.wpsg_checkout2 .wpsg_box,
.wpsg_overview .wpsg_box {
  position: relative;
  display: block;
}
.wpsg_basket .wpsg_box .wpsg_inner,
.wpsg_checkout2 .wpsg_box .wpsg_inner,
.wpsg_overview .wpsg_box .wpsg_inner {
  position: relative;
  display: block;
  margin: 0 40px 40px 40px;
}
.wpsg_basket .wpsg_box .wpsg_inner .wpsg_checkoutblock,
.wpsg_checkout2 .wpsg_box .wpsg_inner .wpsg_checkoutblock,
.wpsg_overview .wpsg_box .wpsg_inner .wpsg_checkoutblock {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
}
.wpsg_basket .wpsg_box .wpsg_inner .wpsg_checkoutblock:after,
.wpsg_checkout2 .wpsg_box .wpsg_inner .wpsg_checkoutblock:after,
.wpsg_overview .wpsg_box .wpsg_inner .wpsg_checkoutblock:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}
.wpsg_basket .wpsg_box .wpsg_inner .wpsg_checkoutblock label,
.wpsg_checkout2 .wpsg_box .wpsg_inner .wpsg_checkoutblock label,
.wpsg_overview .wpsg_box .wpsg_inner .wpsg_checkoutblock label {
  position: relative;
  opacity: 0.75;
  text-align: left;
  padding: 0 0 5px 0;
  display: block;
}
.wpsg_basket .wpsg_box .wpsg_inner .wpsg_checkoutblock input,
.wpsg_checkout2 .wpsg_box .wpsg_inner .wpsg_checkoutblock input,
.wpsg_overview .wpsg_box .wpsg_inner .wpsg_checkoutblock input {
  width: 100%;
  text-align: left;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #bc7e45;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_basket .wpsg_box .wpsg_inner .wpsg_checkoutblock input:focus,
.wpsg_checkout2 .wpsg_box .wpsg_inner .wpsg_checkoutblock input:focus,
.wpsg_overview .wpsg_box .wpsg_inner .wpsg_checkoutblock input:focus {
  border-bottom: 1px solid #9d4d05;
}
.wpsg_basket .wpsg_box .wpsg_inner .wpsg_checkoutblock input:focus:hover,
.wpsg_checkout2 .wpsg_box .wpsg_inner .wpsg_checkoutblock input:focus:hover,
.wpsg_overview .wpsg_box .wpsg_inner .wpsg_checkoutblock input:focus:hover {
  border-bottom: 1px solid #1c1003;
}
.wpsg_basket .wpsg_box .wpsg_inner .wpsg_checkoutblock input:hover,
.wpsg_checkout2 .wpsg_box .wpsg_inner .wpsg_checkoutblock input:hover,
.wpsg_overview .wpsg_box .wpsg_inner .wpsg_checkoutblock input:hover {
  border-bottom: 1px solid #1c1003;
}
.wpsg_basket .wpsg_box .wpsg_inner .wpsg_checkoutblock select,
.wpsg_checkout2 .wpsg_box .wpsg_inner .wpsg_checkoutblock select,
.wpsg_overview .wpsg_box .wpsg_inner .wpsg_checkoutblock select {
  width: 100%;
  text-align: left;
  padding: 3px 0;
  border: 1px solid #bc7e45;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_basket .wpsg_box .wpsg_inner .wpsg_checkoutblock select:focus,
.wpsg_checkout2 .wpsg_box .wpsg_inner .wpsg_checkoutblock select:focus,
.wpsg_overview .wpsg_box .wpsg_inner .wpsg_checkoutblock select:focus {
  border: 1px solid #9d4d05;
}
.wpsg_basket .wpsg_box .wpsg_inner .wpsg_checkoutblock select:focus:hover,
.wpsg_checkout2 .wpsg_box .wpsg_inner .wpsg_checkoutblock select:focus:hover,
.wpsg_overview .wpsg_box .wpsg_inner .wpsg_checkoutblock select:focus:hover {
  border: 1px solid #1c1003;
}
.wpsg_basket .wpsg_box .wpsg_inner .wpsg_checkoutblock select:hover,
.wpsg_checkout2 .wpsg_box .wpsg_inner .wpsg_checkoutblock select:hover,
.wpsg_overview .wpsg_box .wpsg_inner .wpsg_checkoutblock select:hover {
  border: 1px solid #1c1003;
}
.wpsg_basket .wpsg_box .wpsg_mandatoryfield_hint,
.wpsg_checkout2 .wpsg_box .wpsg_mandatoryfield_hint,
.wpsg_overview .wpsg_box .wpsg_mandatoryfield_hint,
.wpsg_basket .wpsg_box .wpsg_commentblock,
.wpsg_checkout2 .wpsg_box .wpsg_commentblock,
.wpsg_overview .wpsg_box .wpsg_commentblock {
  margin: 0 40px 40px 40px;
}
.wpsg_basket .wpsg_box .wpsg_mandatoryfield_hint textarea,
.wpsg_checkout2 .wpsg_box .wpsg_mandatoryfield_hint textarea,
.wpsg_overview .wpsg_box .wpsg_mandatoryfield_hint textarea,
.wpsg_basket .wpsg_box .wpsg_commentblock textarea,
.wpsg_checkout2 .wpsg_box .wpsg_commentblock textarea,
.wpsg_overview .wpsg_box .wpsg_commentblock textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background: none;
  border: 1px solid #bc7e45;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpsg_basket .wpsg_box .wpsg_mandatoryfield_hint textarea:focus,
.wpsg_checkout2 .wpsg_box .wpsg_mandatoryfield_hint textarea:focus,
.wpsg_overview .wpsg_box .wpsg_mandatoryfield_hint textarea:focus,
.wpsg_basket .wpsg_box .wpsg_commentblock textarea:focus,
.wpsg_checkout2 .wpsg_box .wpsg_commentblock textarea:focus,
.wpsg_overview .wpsg_box .wpsg_commentblock textarea:focus {
  background: #ffffff;
}
.wpsg_basket .wpsg_box .wpsg_mandatoryfield_hint textarea:focus:hover,
.wpsg_checkout2 .wpsg_box .wpsg_mandatoryfield_hint textarea:focus:hover,
.wpsg_overview .wpsg_box .wpsg_mandatoryfield_hint textarea:focus:hover,
.wpsg_basket .wpsg_box .wpsg_commentblock textarea:focus:hover,
.wpsg_checkout2 .wpsg_box .wpsg_commentblock textarea:focus:hover,
.wpsg_overview .wpsg_box .wpsg_commentblock textarea:focus:hover {
  background: #ffffff;
}
.wpsg_basket .wpsg_box .wpsg_mandatoryfield_hint textarea:hover,
.wpsg_checkout2 .wpsg_box .wpsg_mandatoryfield_hint textarea:hover,
.wpsg_overview .wpsg_box .wpsg_mandatoryfield_hint textarea:hover,
.wpsg_basket .wpsg_box .wpsg_commentblock textarea:hover,
.wpsg_checkout2 .wpsg_box .wpsg_commentblock textarea:hover,
.wpsg_overview .wpsg_box .wpsg_commentblock textarea:hover {
  background: #f3eee1;
}
.wpsg_basket .wpsg_textblock,
.wpsg_checkout2 .wpsg_textblock,
.wpsg_overview .wpsg_textblock {
  position: relative;
  display: block;
  margin: 0 40px 40px 40px;
}
.wpsg_basket .wpsg_agb,
.wpsg_checkout2 .wpsg_agb,
.wpsg_overview .wpsg_agb {
  padding-top: 15px;
}
.wpsg_basket .wpsg_agb input,
.wpsg_checkout2 .wpsg_agb input,
.wpsg_overview .wpsg_agb input {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}
/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: April 25, 2015
 */
.pwc__gallery {
  position: relative;
  display: block;
  line-height: 0;
  text-align: justify;
  font-size: 0;
}
.pwc__gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.pwc__gallery .pwcg__item {
  display: inline-block;
  width: 48%;
}
.pwc__gallery .pwcg__item img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container .swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/lightbox/next.png') no-repeat right center;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-container .swiper-button-next:hover {
  opacity: 1;
}
.swiper-container .swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/lightbox/prev.png') no-repeat left center;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-container .swiper-button-prev:hover {
  opacity: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 0px;
  margin: 0;
  text-align: justify;
  font-size: 0;
}
.swiper-wrapper:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-family: 'Ruda', sans-serif;
  font-weight: 400;
  font-size: 11pt;
  line-height: 140%;
}
html.page,
body.page {
  background: #1c1003;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dynw {
  display: block;
  width: 980px;
  margin: 0 auto;
}
.dynws {
  display: block;
  width: 680px;
  margin: 0 auto;
}
ul.tasting p {
  margin: 1em 0 1.25em 0 !important;
}
/*
 * ----------------------------------------
 * Hide all sections except the shop
 */
header .navbox {
  background: rgba(28, 16, 3, 0.9);
}
header .navbox nav {
  display: none !important;
}
#EP01,
#EP1,
#EP2,
#EP3,
#EP5,
#EP6 {
  display: none !important;
}
/*
 * ----------------------------------------
*/
#page-wrap {
  position: relative;
  display: block;
  width: 100%;
}
#page-wrap.home {
  min-height: 100%;
  background: #1c1003 url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/backgrounds/whisky-ocean.jpg') 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#page-wrap.page {
  background: #1c1003;
}
#page-wrap .page-item {
  position: relative;
  display: block;
}
#page-wrap .page-item:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-wrap .page-item span.anchor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0;
}
#page-wrap .page-item span.anchor#shop {
  position: relative;
}
#page-wrap .page-item#order-selection {
  margin: 0 0 40px 0;
}
#page-wrap .page-item#singlepage {
  background: #e4dfd3;
  padding: 45px 0 0 0;
  margin: 0 0 40px 0;
}
#page-wrap .page-item#singlepage.pi__overview {
  padding: 60px 0 0 0;
}
#page-wrap .page-item#singlepage .blog__header {
  position: relative;
  display: block;
  width: 100%;
}
#page-wrap .page-item#singlepage .blog__header h3.date {
  text-align: center;
  color: #1c1003;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 11pt;
  line-height: 140%;
}
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten .t_spacer {
  height: 50px;
}
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten .l_spacer {
  height: 20px;
}
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12pt;
  line-height: 140%;
  border-collapse: separate;
  border-spacing: 2px 0;
}
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table .title {
  background: #bc7e45;
  color: #ffffff;
  font-size: 13pt;
  line-height: 20pt;
  font-weight: 300;
  padding: 10px;
}
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table .price {
  text-align: center;
  background: #ffffff;
  color: #000000;
  font-weight: 500;
  font-size: 12pt;
}
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table .spacer {
  height: 5px;
  line-height: 5px;
}
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table tr .brennerei,
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table tr .alc,
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table tr .gefaerbt,
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table tr .kuehlfiltriert {
  width: 10%;
}
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table tr .abfueller,
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table tr .abfuellung,
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table tr .destillation,
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table tr .limitiert {
  width: 15%;
}
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table th {
  text-align: left;
  font-weight: 500;
  color: #bc7e45;
  background: #ffffff;
  padding: 2px 5px;
}
#page-wrap .page-item#singlepage .content-wrap .content.raritaeten table td.val {
  background: #ffffff;
  color: #bc7e45;
  padding: 2px 5px;
}
@media only screen and (max-width: 800px) {
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten tr {
    display: block;
  }
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten tr th {
    display: none;
  }
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten tr .brennerei,
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten tr .alc,
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten tr .gefaerbt,
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten tr .kuehlfiltriert,
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten tr .abfueller,
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten tr .abfuellung,
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten tr .destillation,
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten tr .limitiert {
    width: auto;
  }
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten td.title,
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten td.price,
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten td.val {
    display: block;
    font-size: 12pt;
    font-weight: 300;
    text-align: left;
    padding: 2px 5px;
  }
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten td.title:before,
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten td.price:before,
  #page-wrap .page-item#singlepage .content-wrap .content.raritaeten td.val:before {
    padding-right: 10px;
    font-size: 12pt;
    font-weight: 400;
    content: " " attr(data-label) " // ";
    display: block;
  }
}
#page-wrap .page-item#singlepage .content-wrap .content .haet-cleverreach {
  width: 90%;
  margin: 0 auto;
}
#page-wrap .page-item#singlepage .content-wrap .content .haet-cleverreach .message-success {
  font-size: 14pt;
}
#page-wrap .page-item#singlepage .content-wrap .content .haet-cleverreach .haet-cleverreach-field-wrap.type-description p {
  font-size: 14pt;
}
#page-wrap .page-item#singlepage .content-wrap .content .haet-cleverreach .haet-cleverreach-field-wrap input {
  color: #9d4d05;
}
#page-wrap .page-item#singlepage .content-wrap .content .haet-cleverreach .haet-cleverreach-field-wrap.type-submit {
  text-align: left;
}
#page-wrap .page-item#singlepage .content-wrap .content .haet-cleverreach .haet-cleverreach-field-wrap.type-submit #haet-cleverreach-submit {
  background: #bc7e45;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
}
#page-wrap .page-item#singlepage .content-wrap .content .haet-cleverreach .haet-cleverreach-field-wrap.type-submit #haet-cleverreach-submit:hover {
  background: #9d4d05;
  color: #ffffff;
}
#page-wrap .page-item#cart {
  color: #1c1003;
  background: #e4dfd3;
  margin: 45px 0 40px 0;
}
#page-wrap .page-item#EP0 {
  position: relative;
  width: 100%;
  height: 100%;
}
#page-wrap .page-item#EP0 .home__header_left {
  position: absolute;
  top: 5%;
  left: 5%;
}
#page-wrap .page-item#EP0 .home__header_left img {
  max-width: 360px;
}
#page-wrap .page-item#EP0 .home__header_right {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
#page-wrap .page-item#EP0 .home__header_center {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#page-wrap .page-item#EP0 .home__header_center a {
  display: block;
  cursor: pointer;
  z-index: 3;
}
#page-wrap .page-item#EP0 .home__header_center img {
  max-width: 80vw;
}
#page-wrap .page-item#EP0 .home__feature {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 400;
}
#page-wrap .page-item#EP0 .home__feature img {
  display: block;
}
#page-wrap .page-item#EP0 .home__awards {
  position: absolute;
  bottom: 90px;
  width: 100%;
}
#page-wrap .page-item#EP0 .home__awards img {
  display: block;
  width: 40%;
  height: auto;
  margin: 0 auto;
}
#page-wrap .page-item#EP0 .branding {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 30vw;
  min-width: 200px;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 1;
}
#page-wrap .page-item#EP0 .branding img {
  width: 100%;
  height: auto;
  display: block;
}
#page-wrap .page-item#EP0 .birthday-event,
#page-wrap .page-item#EP0 .fudge-event {
  position: absolute;
  right: calc(50% - 400px);
  top: calc(50% - 210px);
}
#page-wrap .page-item#EP0 .birthday-event img,
#page-wrap .page-item#EP0 .fudge-event img {
  width: 100%;
}
#page-wrap .page-item#EP0 .random_product_category {
  display: none;
  background: #1c1003;
  background: rgba(28, 16, 3, 0.3);
  position: absolute;
  z-index: 1;
  top: -410px;
  left: 50%;
  margin-left: -185px;
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  width: 275px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#page-wrap .page-item#EP0 .random_product_category .open_close_wrapper {
  position: absolute;
  display: block;
  width: 275px;
  text-align: center;
}
#page-wrap .page-item#EP0 .random_product_category .open_close_btn {
  position: relative;
  display: block;
  background: #1c1003;
  background: rgba(28, 16, 3, 0.9);
  border-radius: 60px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  top: -28px;
  left: calc(50% - 18px);
}
#page-wrap .page-item#EP0 .random_product_category .open_close_btn span {
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .page-item#EP0 .random_product_category .open_close_btn span.fa {
  border: 2px solid #e4dfd3;
  height: 38px;
  width: 38px;
  border-radius: 20px;
  color: #e4dfd3;
  font-size: 20pt;
}
#page-wrap .page-item#EP0 .random_product_category .open_close_btn span.fa.fa-angle-up {
  line-height: 36px;
}
#page-wrap .page-item#EP0 .random_product_category .open_close_btn span.fa.fa-angle-down {
  line-height: 40px;
}
#page-wrap .page-item#EP0 .random_product_category .open_close_btn span.fa.open {
  opacity: 1;
}
#page-wrap .page-item#EP0 .random_product_category .open_close_btn span.fa.close {
  opacity: 0;
}
#page-wrap .page-item#EP0 .random_product_category .open_close_btn:hover span {
  color: #bc7e45;
  border-color: #bc7e45;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats {
  position: relative;
  display: block;
  width: 80%;
  padding-bottom: 40px;
  padding-left: 10%;
  padding-right: 10%;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .text {
  position: relative;
  display: block;
  padding: 7px 0 0 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13pt;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #e4dfd3;
  clear: both;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .text a {
  color: #e4dfd3;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .item {
  position: relative;
  float: left;
  width: 100%;
  margin: 7px 0 0  0;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .item a {
  color: #e4dfd3;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .item .text {
  position: relative;
  display: block;
  padding: 7px 0 0 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14pt;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  clear: both;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .item .text.small {
  font-size: 12pt;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .item .text.special {
  padding: 0;
  color: #e52a2a;
  border: 1px solid #e52a2a;
  border-radius: 5px;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .item .image {
  position: relative;
  display: block;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
  margin: 10px 0;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .item .image .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 50;
  color: #e4dfd3;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .item .image .overlay h2 {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17pt;
  line-height: 140%;
  text-transform: uppercase;
  padding: 33% 0 25px 0;
  border-bottom: 1px solid #e4dfd3;
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .item .image .overlay p {
  position: relative;
  display: block;
  padding: 25px 0 0 0;
  width: 75%;
  margin: 0 auto;
  line-height: 200%;
  text-align: center;
  font-size: 9.5pt;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .item .image .border {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
  z-index: 40;
  border: 14px solid #bc7e45;
}
#page-wrap .page-item#EP0 .random_product_category .shop-cats .item .image img {
  margin: 0.4%;
  width: 99.2%;
  height: auto;
  display: block;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
  z-index: 1;
}
#page-wrap .page-item#EP4 {
  padding: 10px 0 40px 0;
}
#page-wrap .page-item#EP5 {
  padding: 40px 0 0 0;
}
#page-wrap .page-item .content-wrap {
  position: relative;
  padding: 0 0 40px 0;
}
#page-wrap .page-item .content-wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-wrap .page-item .content-wrap .sidebar__blog {
  width: 110px;
  padding: 40px 40px 0 0;
  float: right;
}
#page-wrap .page-item .content-wrap .sidebar__blog h2 {
  margin: 0 0 20px 0;
}
#page-wrap .page-item .content-wrap .sidebar__blog a {
  color: #1c1003;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .page-item .content-wrap .sidebar__blog a:hover {
  color: #bc7e45;
}
#page-wrap .page-item .content-wrap .sidebar__blog ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page-wrap .page-item .content-wrap .sidebar__blog ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 11pt;
  line-height: 140%;
  padding: 0 0 0 15px;
}
#page-wrap .page-item .content-wrap .sidebar__blog ul li.archive-year {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13pt;
  line-height: 140%;
  padding: 25px 0 5px 0;
}
#page-wrap .page-item .content-wrap .sidebar__blog ul li.archive-year a {
  color: #9d4d05;
}
#page-wrap .page-item .content-wrap .sidebar__blog ul li.archive-year a:hover {
  color: #bc7e45;
}
#page-wrap .page-item .content-wrap .sidebar__blog ul li:first-of-type {
  padding: 0 0 5px 0;
}
#page-wrap .page-item .content-wrap .content {
  padding: 40px;
  /*
         * note: Added Grid for new tasting page layout
         */
}
#page-wrap .page-item .content-wrap .content .spacer-sylt {
  width: 100%;
  height: auto;
  display: block;
}
#page-wrap .page-item .content-wrap .content .grid {
  position: relative;
  width: 100%;
}
#page-wrap .page-item .content-wrap .content .grid:after {
  content: "";
  display: table;
  clear: both;
}
#page-wrap .page-item .content-wrap .content [class*='col-'] {
  float: left;
  padding-right: 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page-wrap .page-item .content-wrap .content [class*='col-']:last-of-type {
  padding-right: 0;
}
#page-wrap .page-item .content-wrap .content [class*='col-'] img {
  display: block;
  width: 100%;
  height: 200px;
}
#page-wrap .page-item .content-wrap .content .col-2-3 {
  width: 66.66%;
}
#page-wrap .page-item .content-wrap .content .col-1-3 {
  width: 33.33%;
}
#page-wrap .page-item .content-wrap .content .col-1-2 {
  width: 50%;
}
#page-wrap .page-item .content-wrap .content .col-1-4 {
  width: 25%;
}
#page-wrap .page-item .content-wrap .content .col-1-8 {
  width: 12.5%;
}
#page-wrap .page-item .content-wrap .content.product_overview {
  padding: 40px 40px 0 40px;
}
#page-wrap .page-item .content-wrap .content.shop-overview a.back {
  display: block;
  position: absolute;
  right: 45px;
  top: 70px;
  font-size: 11pt;
  line-height: 24px;
  color: #e4dfd3;
  text-transform: uppercase;
}
#page-wrap .page-item .content-wrap .content.shop-overview a.back .fa {
  font-size: 17pt;
  vertical-align: middle;
  padding-right: 10px;
}
#page-wrap .page-item .content-wrap .content.shop-overview h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 18pt;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 30px 0;
  margin: 0;
}
#page-wrap .page-item .content-wrap .content h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 18pt;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  padding: 1.25em 0;
  margin: 0;
}
#page-wrap .page-item .content-wrap .content h1:not(:first-of-type) {
  padding: 0.75em 0 1.25em 0;
}
#page-wrap .page-item .content-wrap .content #wpsg_error {
  padding: 0 80px 20px 80px;
}
#page-wrap .page-item .content-wrap .content #wpsg_error p {
  color: #1c1003;
  margin: 0;
  font-weight: 400;
  border: 1px solid #e52a2a;
  padding: 5px;
}
#page-wrap .page-item .content-wrap .content p {
  font-family: 'Ruda', sans-serif;
  font-size: 10pt;
  font-weight: 400;
  margin: 0 0 1.25em 0;
  line-height: 160%;
}
#page-wrap .page-item .content-wrap .content a.more-link {
  display: block;
  margin: 10px 0 0 0;
}
#page-wrap .page-item .content-wrap .content .search-highlight {
  color: #1c1003;
  background: #fff17f;
  padding: 0 1px;
}
#page-wrap .page-item .content-wrap .content img.full-image {
  display: block;
  width: 100%;
  height: auto;
}
#page-wrap .page-item .content-wrap .content img.floating-image {
  display: inline-block;
  float: left;
  padding: 0 15px 15px 0;
}
#page-wrap .page-item .content-wrap .content img.alignnone.size-full {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 0 0 0;
}
#page-wrap .page-item .content-wrap .content img.alignright {
  float: right;
  display: block;
  margin: 0 0 0 40px;
}
#page-wrap .page-item .content-wrap .content img.alignleft {
  float: left;
  display: block;
  margin: 0 40px 0 0;
}
#page-wrap .page-item .content-wrap .content img.aligncenter {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
#page-wrap .page-item .content-wrap .content img.no-padding {
  padding: 0 !important;
}
#page-wrap .page-item .content-wrap .content h3.instagram-head {
  position: relative;
  display: block;
  padding: 15px 0 0 0;
  margin: 0;
}
#page-wrap .page-item .content-wrap .content ul.instagram-pics {
  position: relative;
  display: block;
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
}
#page-wrap .page-item .content-wrap .content ul.instagram-pics:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-wrap .page-item .content-wrap .content ul.instagram-pics li {
  position: relative;
  display: block;
  float: left;
  width: 24.1675%;
  margin: 0 1.11% 0 0;
}
#page-wrap .page-item .content-wrap .content ul.instagram-pics li img {
  width: 100%;
  height: auto;
  display: block;
}
#page-wrap .page-item .content-wrap .content ul.instagram-pics li:last-of-type {
  margin: 0;
}
#page-wrap .page-item .content-wrap .content.order .o__options {
  position: relative;
  display: block;
}
#page-wrap .page-item .content-wrap .content.order .o__options:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item {
  position: relative;
  font-family: 'Ruda', sans-serif;
  font-weight: 400;
  font-size: 10pt;
  line-height: 160%;
  display: block;
  float: left;
  width: 280px;
  min-height: 370px;
  text-align: left;
  margin: 0 30px 0 0;
  background: #f3eee1;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item:last-of-type {
  margin: 0;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner {
  padding: 20px;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner h1 {
  font-family: 'Ruda', sans-serif;
  font-weight: 700;
  font-size: 12pt;
  line-height: 140%;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner ul {
  padding: 0 0 0 15px;
  margin: 0;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner .oo__btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 240px;
  color: #f3eee1;
  background: #bc7e45;
  padding: 0;
  line-height: 20pt;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner .oo__btn:hover {
  background: #1c1003;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner .oo__btn.oo__btn__top {
  bottom: 50px;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner form input[type=text],
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner form input[type=password] {
  color: #1c1003;
  background: #f3eee1;
  border: 1px solid #bc7e45;
  padding: 5px;
  width: 230px;
  margin: 0 0 20px 0;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner form input.wpsg_button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 240px;
  color: #f3eee1;
  background: #bc7e45;
  padding: 5px 0;
  text-align: center;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner form input.wpsg_button:hover {
  background: #1c1003;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner form .wpsg_mod_kundenverwaltung_pwdlink {
  margin: -10px 0 0 0;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner form .wpsg_mod_kundenverwaltung_pwdlink a {
  color: #1c1003;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .page-item .content-wrap .content.order .o__options .oo__item .ooi_inner form .wpsg_mod_kundenverwaltung_pwdlink a:hover {
  color: #bc7e45;
}
#page-wrap .page-item .content-wrap .content.blog {
  width: 750px;
  float: left;
}
#page-wrap .page-item .content-wrap .content.blog article {
  position: relative;
  display: block;
  padding: 0 0 20px 100px;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #bc7e45;
}
#page-wrap .page-item .content-wrap .content.blog article h2 {
  margin: 0 0 20px 0;
}
#page-wrap .page-item .content-wrap .content.blog article:last-of-type {
  margin: 0;
  border: none;
}
#page-wrap .page-item .content-wrap .content.blog article .article__date {
  position: absolute;
  left: 0px;
  width: 80px;
  height: 80px;
  background: #1c1003;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#page-wrap .page-item .content-wrap .content.blog article .article__date span {
  line-height: 90%;
  width: 30px;
  padding: 0 0 0 20px;
  text-align: right;
  color: #f3eee1;
  display: block;
}
#page-wrap .page-item .content-wrap .content.blog article .article__date span.day {
  padding: 12px 0 0 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13pt;
  line-height: 110%;
}
#page-wrap .page-item .content-wrap .content.blog article .article__date span.month {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13pt;
  line-height: 110%;
}
#page-wrap .page-item .content-wrap .content.blog article .article__date span.year {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12pt;
  line-height: 110%;
}
#page-wrap .page-item .content-wrap .content .subpages {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0 20px 0;
}
#page-wrap .page-item .content-wrap .content .subpages:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-wrap .page-item .content-wrap .content .subpages .subpage {
  position: relative;
  float: left;
}
#page-wrap .page-item .content-wrap .content .subpages .subpage.p__1 {
  width: 31%;
  margin: 0 3.5% 0 0;
}
#page-wrap .page-item .content-wrap .content .subpages .subpage.p__2 {
  width: 62%;
}
#page-wrap .page-item .content-wrap .content .subpages .subpage span.count {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16pt;
  line-height: 40px;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid #e4dfd3;
}
#page-wrap .page-item .content-wrap .content .subpages .subpage h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18pt;
  line-height: 40px;
  margin: 0 0 0.5em 0;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
}
#page-wrap .page-item .content-wrap .content .subpages .subpage .text p {
  line-height: 180%;
}
#page-wrap .page-item .content-wrap .content .subpages .subpage:last-of-type {
  margin: 0;
}
#page-wrap .page-item .content-wrap .content .subcontent {
  position: relative;
  display: block;
  width: 100%;
  margin: 30px 0 0 0;
}
#page-wrap .page-item .content-wrap .content .subcontent:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  margin: 50px 0 0 0 ;
  padding: 0;
  text-align: left;
  font-size: 0;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li {
  position: relative;
  display: block;
  margin: 0 0 0 40px;
  float: right;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li.left {
  float: left;
  margin: 0;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li a {
  position: relative;
  display: block;
  white-space: nowrap;
  text-align: center;
  padding: 8px 0;
  width: 240px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  line-height: 140%;
  color: #e4dfd3;
  text-transform: uppercase;
  border: 1px solid #e4dfd3;
  background: #1c1003;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li a:hover {
  color: #1c1003;
  border: 1px solid #e4dfd3;
  background: #e4dfd3;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li .lb-overlay {
  width: 0px;
  height: 0px;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0px;
  z-index: 6000;
  text-align: center;
  background: rgba(28, 16, 3, 0.8);
  opacity: 0;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li .lb-overlay img {
  max-height: 100%;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li .lb-overlay a.lb-close {
  z-index: 1001;
  color: #e4dfd3;
  position: absolute;
  top: 40px;
  left: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-left: -25px;
  padding: 0;
  line-height: 50px;
  vertical-align: middle;
  background: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #e4dfd3;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li .lb-overlay a.lb-close span {
  vertical-align: -3px;
  font-size: 20pt;
  text-align: center;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li .lb-overlay a.lb-close:hover {
  color: #1c1003;
  background: #e4dfd3;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li .lb-overlay:target {
  width: auto;
  height: auto;
  bottom: 0px;
  right: 0px;
  padding: 120px 100px;
  opacity: 1;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li .lb-overlay:target img,
#page-wrap .page-item .content-wrap .content ul.lb-subc li .lb-overlay:target a.lb-close {
  opacity: 1;
}
#page-wrap .page-item .content-wrap .content ul.lb-subc li .lb-overlay:target img {
  animation: fadeInScale 1.2s ease-in-out;
}
@keyframes fadeInScale {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#page-wrap .page-item .content-wrap .content .shop-cats {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0 0 0;
}
#page-wrap .page-item .content-wrap .content .shop-cats:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item {
  position: relative;
  float: left;
  width: 29%;
  margin: 15px 6.5% 0 0;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.break {
  margin: 15px 0 0 0;
}
@media screen and (min-height: 900px) {
  #page-wrap .page-item .content-wrap .content .shop-cats .item {
    margin: 35px 6.5% 0 0;
  }
  #page-wrap .page-item .content-wrap .content .shop-cats .item.break {
    margin: 35px 0 0 0;
  }
}
#page-wrap .page-item .content-wrap .content .shop-cats .item .image {
  position: relative;
  display: block;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item .image .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 50;
  color: #e4dfd3;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item .image .overlay h2 {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17pt;
  line-height: 140%;
  text-transform: uppercase;
  padding: 33% 0 25px 0;
  border-bottom: 1px solid #e4dfd3;
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item .image .overlay p {
  position: relative;
  display: block;
  padding: 25px 0 0 0;
  width: 75%;
  margin: 0 auto;
  line-height: 200%;
  text-align: center;
  font-size: 9.5pt;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item .image .border {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
  z-index: 40;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item .image img {
  margin: 0.4%;
  width: 99.2%;
  height: auto;
  display: block;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
  z-index: 1;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item .text {
  position: relative;
  display: block;
  padding: 7px 0 0 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14pt;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item .text a {
  color: #e4dfd3;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat1 .image .overlay {
  background: rgba(164, 146, 126, 0.8);
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat1 .image .border {
  border: 14px solid #a4927e;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat1:hover .text a {
  color: #a4927e;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat2 .image .overlay {
  background: rgba(188, 126, 69, 0.8);
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat2 .image .border {
  border: 14px solid #bc7e45;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat2:hover .text a {
  color: #bc7e45;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat3 .image .overlay {
  background: rgba(199, 110, 65, 0.8);
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat3 .image .border {
  border: 14px solid #723f22;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat3:hover .text a {
  color: #723f22;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat4 .image .overlay {
  background: rgba(104, 102, 66, 0.8);
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat4 .image .border {
  border: 14px solid #423b23;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat4:hover .text a {
  color: #423b23;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat5 .image .overlay {
  background: rgba(125, 60, 40, 0.8);
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat5 .image .border {
  border: 14px solid #4d2616;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat5:hover .text a {
  color: #4d2616;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat6 .image .overlay {
  background: rgba(129, 46, 46, 0.8);
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat6 .image .border {
  border: 14px solid #4f1f19;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat6:hover .text a {
  color: #4f1f19;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat7 .image .overlay {
  background: rgba(80, 60, 50, 0.8);
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat7 .image .border {
  border: 14px solid #503c32;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat7:hover .text a {
  color: #503c32;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat8 .image .overlay {
  background: rgba(115, 125, 125, 0.8);
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat8 .image .border {
  border: 14px solid #737d7d;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat8:hover .text a {
  color: #737d7d;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat9 .image .overlay {
  background: rgba(90, 50, 60, 0.8);
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat9 .image .border {
  border: 14px solid #5a323c;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item.cat9:hover .text a {
  color: #5a323c;
}
#page-wrap .page-item .content-wrap .content .shop-cats .item:hover .overlay {
  opacity: 1;
}
#page-wrap .page-item .content-wrap .content .wpcf7 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#page-wrap .page-item .content-wrap .content .wpcf7 form.wpcf7-form {
  position: relative;
  width: 100%;
  padding: 40px 0 0 0;
}
#page-wrap .page-item .content-wrap .content .wpcf7 form.wpcf7-form input.wpcf7-text,
#page-wrap .page-item .content-wrap .content .wpcf7 form.wpcf7-form textarea.wpcf7-textarea {
  font-size: 13pt;
  position: relative;
  display: block;
  width: 590px;
  padding: 0 5px;
  color: #1c1003;
  background: #e4dfd3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
  margin: 0 0 30px 0;
}
#page-wrap .page-item .content-wrap .content .wpcf7 form.wpcf7-form input.wpcf7-text:focus,
#page-wrap .page-item .content-wrap .content .wpcf7 form.wpcf7-form textarea.wpcf7-textarea:focus {
  opacity: 1;
}
#page-wrap .page-item .content-wrap .content .wpcf7 form.wpcf7-form input.wpcf7-text {
  border: none;
  border-bottom: 1px solid #1c1003;
}
#page-wrap .page-item .content-wrap .content .wpcf7 form.wpcf7-form textarea.wpcf7-textarea {
  vertical-align: baseline;
  line-height: 61px;
  height: 228px;
  border: none;
  background: url('https://sylter-trading.de/wp-content/themes/sylter-trading/media/page/form-line.gif') repeat 0px 0px;
}
#page-wrap .page-item .content-wrap .content .wpcf7 form.wpcf7-form input.wpcf7-submit {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  line-height: 140%;
  text-transform: uppercase;
  padding: 5px 10px;
  color: #e4dfd3;
  background: #1c1003;
  border: none;
  text-align: center;
  min-width: 220px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .page-item .content-wrap .content .wpcf7 form.wpcf7-form input.wpcf7-submit:hover {
  color: #e4dfd3;
  background: #bc7e45;
}
#page-wrap .page-item .content-wrap .content #wpcf7-f714-p711-o1 .wpcf7-form > p {
  font-size: 12pt !important;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup {
  clear: left;
  font-size: 1.1em;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup input {
  border: 1px solid #999;
  -webkit-appearance: none;
  color: #1c1003;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup input:focus {
  border-color: #9d4d05;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup .button {
  clear: both;
  background-color: #9d4d05;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup .button:hover {
  background-color: #bc7e45;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup .button .small-meta {
  font-size: 11px;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup .mc-field-group .asterisk {
  position: absolute;
  top: 55px;
  right: 10px;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup .asterisk {
  color: #c60;
  font-size: 200%;
}
#page-wrap .page-item .content-wrap .content #mc_embed_signup #mc-embedded-subscribe {
  clear: both;
  width: auto;
  color: #e4dfd3;
  display: block;
}
#page-wrap .page-item .content-wrap .content .grid__back {
  position: relative;
  display: block;
  text-align: center;
}
#page-wrap .page-item .content-wrap .content .grid__back .a_grid__back {
  background: #f3eee1;
  padding: 20px 0;
  color: #1c1003;
  font-size: 12pt;
  display: block;
  text-transform: uppercase;
}
#page-wrap .page-item .content-wrap .content .goto__btn_link {
  position: relative;
  display: block;
  text-align: center;
}
#page-wrap .page-item .content-wrap .content .goto__btn_link .a_goto__btn_link {
  background: #f3eee1;
  padding: 20px 0;
  color: #1c1003;
  font-size: 12pt;
  display: block;
}
#page-wrap .page-item.pos {
  color: #1c1003;
  background: #e4dfd3;
}
#page-wrap .page-item.pos .content-wrap .content b,
#page-wrap .page-item.pos .content-wrap .content strong {
  font-weight: 700;
  color: #9d4d05;
}
#page-wrap .page-item.pos .content-wrap .content a {
  color: #9d4d05;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .page-item.pos .content-wrap .content a:hover {
  color: #bc7e45;
}
#page-wrap .page-item.neg .content-wrap {
  padding: 30px 0 25px 0;
}
#page-wrap .page-item.neg .content-wrap .content {
  color: #e4dfd3;
  background: #1c1003;
}
#page-wrap .page-item.neg .content-wrap .content b,
#page-wrap .page-item.neg .content-wrap .content strong {
  font-weight: 700;
  color: #f3eee1;
}
#page-wrap .page-item.neg .content-wrap .content a {
  color: #bc7e45;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .page-item.neg .content-wrap .content a:hover {
  color: #9d4d05;
}
#page-wrap .page-item .singlepage-head {
  position: relative;
  display: block;
  width: 100%;
  padding: 100px 0 0 0;
}
#page-wrap .page-item .singlepage-head h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 37pt;
  line-height: 1em;
  position: relative;
  display: block;
  margin: 0;
  color: #bc7e45;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 15px 0px 0px #e4dfd3, -15px 0px 0px #e4dfd3, 10px 0px 0px #e4dfd3, -10px 0px 0px #e4dfd3, 5px 0px 0px #e4dfd3, -5px 0px 0px #e4dfd3;
  z-index: 50;
}
#page-wrap .page-item .singlepage-head .bottom-border {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 8px;
  display: block;
  border-bottom: 1px solid #bc7e45;
  z-index: 5;
}
#page-wrap .page-item .page-head {
  position: relative;
  display: block;
  width: 100%;
  padding: 100px 0 0 0;
}
#page-wrap .page-item .page-head .bottom-border {
  position: absolute;
  bottom: 5px;
  display: block;
  border-bottom: 1px solid #bc7e45;
}
#page-wrap .page-item .page-head .bottom-border.left-border {
  left: 0;
  right: 50%;
  margin: 0 122.5px 0 0;
}
#page-wrap .page-item .page-head .bottom-border.right-border {
  right: 0;
  left: 50%;
  margin: 0 0 0 122.5px;
}
#page-wrap .page-item .page-head .head-text {
  font-family: 'Roboto', sans-serif;
  position: relative;
  display: block;
  width: 245px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
#page-wrap .page-item .page-head .head-text span {
  display: block;
  line-height: 110%;
}
#page-wrap .page-item .page-head .head-text span.row1 {
  font-size: 13pt;
  font-weight: 400;
}
#page-wrap .page-item .page-head .head-text span.row2 {
  font-size: 37pt;
  font-weight: 700;
  padding: 10px 0 5px 0;
}
#page-wrap .page-item .page-head .head-text span.row3 {
  font-size: 21.8pt;
  font-weight: 400;
}
#page-wrap .page-item .page-head .head-text span.row4 {
  font-size: 15pt;
  font-weight: 400;
  padding: 5px 0 0 0;
}
#page-wrap .page-item .page-head .head-text.pos span.row1 {
  color: #1c1003;
}
#page-wrap .page-item .page-head .head-text.pos span.row2 {
  color: #bc7e45;
}
#page-wrap .page-item .page-head .head-text.pos span.row3 {
  color: #1c1003;
}
#page-wrap .page-item .page-head .head-text.pos span.row4 {
  color: #1c1003;
}
#page-wrap .page-item .page-head .head-text.neg span.row1 {
  color: #e4dfd3;
}
#page-wrap .page-item .page-head .head-text.neg span.row2 {
  color: #bc7e45;
}
#page-wrap .page-item .page-head .head-text.neg span.row3 {
  color: #e4dfd3;
}
#page-wrap .page-item .page-head .head-text.neg span.row4 {
  color: #e4dfd3;
}
#page-wrap .page-item .page-head#EP2_H .head-text {
  width: 300px;
}
#page-wrap .page-item .page-head#EP2_H .head-text .row2 {
  font-size: 54pt;
  letter-spacing: 1px;
  padding: 0;
  line-height: 80%;
  padding: 10px 0 5px 0;
}
#page-wrap .page-item .page-head#EP2_H .head-text .row3 {
  font-size: 27pt;
  font-weight: 300;
}
#page-wrap .page-item .page-head#EP2_H .head-text .row4 {
  font-size: 10.6pt;
}
#page-wrap .page-item .page-head#EP2_H .left-border {
  margin: 0 153px 0 0;
}
#page-wrap .page-item .page-head#EP2_H .right-border {
  margin: 0 0 0 153px;
}
#page-wrap .page-item .page-head.ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  overflow: hidden;
  height: 350px;
}
#page-wrap .page-item .page-head.ttl .head-text {
  position: absolute;
  right: 50%;
  bottom: 65px;
  margin: 0 217px 0 0;
  z-index: 1;
}
#page-wrap .page-item .page-head.ttl .bottom-border {
  z-index: 1;
  bottom: 70px;
}
#page-wrap .page-item .page-head.ttl .bottom-border.left-border {
  margin: 0 465px 0 0;
}
#page-wrap .page-item .page-head.ttl .bottom-border.right-border {
  margin: 0 0 0 -215px;
}
#page-wrap .page-item .page-head.ttl img.head_img {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -960px;
  display: block;
}
#page-wrap .page-item .page-head span {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
#page-wrap footer {
  position: relative;
  display: block;
  padding: 0 0 40px 0;
}
#page-wrap footer.home {
  padding: 0 40px 40px 40px;
}
#page-wrap footer .inner-wrap {
  position: relative;
  display: block;
  padding: 40px;
  background: #e4dfd3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#page-wrap footer .inner-wrap .payment {
  position: relative;
  display: block;
  /*width:49%;
        float:left;*/
  flex: 0 1 auto;
}
#page-wrap footer .inner-wrap .payment span {
  color: #1c1003;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
#page-wrap footer .inner-wrap .payment span.fa {
  font-size: 26pt;
}
#page-wrap footer .inner-wrap .payment span.sofort {
  width: 83px;
  height: 26px;
  display: inline-block;
}
#page-wrap footer .inner-wrap .payment span.text {
  padding: 5px 10px;
  border: 1px solid #1c1003;
}
#page-wrap footer .inner-wrap .copyright {
  position: absolute;
  display: block;
  left: 40px;
  bottom: 40px;
  font-family: 'Ruda', sans-serif;
  font-weight: 400;
  font-size: 9pt;
  line-height: 100%;
}
#page-wrap footer .inner-wrap .specials {
  display: flex;
  gap: 25px;
  margin-right: 25px;
}
#page-wrap footer .inner-wrap .specials .eu-sh {
  /*width: 15%;
          float: left;*/
}
#page-wrap footer .inner-wrap .specials .eu-sh img {
  height: 100px;
  width: auto;
}
#page-wrap footer .inner-wrap .specials .rate_tripadvisor {
  /*float: left;
          width: 15%;*/
}
#page-wrap footer .inner-wrap nav.footer-mn {
  position: relative;
  display: block;
  /*float:left;*/
  width: 16%;
}
#page-wrap footer .inner-wrap nav.footer-mn ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
#page-wrap footer .inner-wrap nav.footer-mn ul li {
  position: relative;
  display: block;
}
#page-wrap footer .inner-wrap nav.footer-mn ul li a {
  font-family: 'Ruda', sans-serif;
  font-weight: 400;
  font-size: 11pt;
  line-height: 200%;
  color: #1c1003;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap footer .inner-wrap nav.footer-mn ul li a:hover {
  color: #9d4d05;
}
aside.sidebar.mobile {
  display: none;
}
aside.sidebar.desktop {
  position: fixed;
  display: block;
  top: 50%;
  width: 40px;
  z-index: 5500;
}
aside.sidebar.desktop.shop_login {
  right: 10px;
  height: 50px;
  margin: -25px 0 0 0;
}
aside.sidebar.desktop.shop_logout {
  right: 10px;
  height: 90px;
  margin: -25px 0 0 0;
}
aside.sidebar.desktop .shop_btn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #e4dfd3;
  background: #1c1003;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 0;
}
aside.sidebar.desktop .shop_btn span {
  font-size: 16pt;
  width: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}
aside.sidebar.desktop .shop_btn:hover {
  color: #ffffff;
  background: #bc7e45;
}
aside.sidebar.desktop.social {
  height: 275px;
  left: 10px;
  margin: -137.5px 0 0 0;
}
aside.sidebar.desktop.social .soc_btn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #e4dfd3;
  background: #1c1003;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 0;
}
aside.sidebar.desktop.social .soc_btn.print {
  margin: 40px 0 0 0;
}
aside.sidebar.desktop.social .soc_btn span {
  font-size: 16pt;
  width: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}
aside.sidebar.desktop.social .soc_btn:hover {
  color: #ffffff;
}
aside.sidebar.desktop.social .soc_btn:hover.fb {
  background: #3a5795;
}
aside.sidebar.desktop.social .soc_btn:hover.gp {
  background: #dc4a38;
}
aside.sidebar.desktop.social .soc_btn:hover.tw {
  background: #55acee;
}
aside.sidebar.desktop.social .soc_btn:hover.insta {
  background: #3f729b;
}
aside.sidebar.desktop.social .soc_btn:hover.xing {
  background: #135353;
}
aside.sidebar.desktop.social .soc_btn:hover.print {
  background: #bc7e45;
}
