.element {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  margin-bottom: 12px;
}
.element.inline {
  float: none;
}
.element > select,
.element > textarea,
.element > input {
  width: 100%;
}
.clForm.one_line .element {
  margin-bottom: 0;
}
.element > select,
.element > textarea,
.element > .upload,
.element > .captcha .user-interaction {
  background-color: #FFF;
}
.disabled,
.circle.disabled {
  cursor: not-allowed !important;
}
.element .checkbox-icon {
  cursor: pointer;
  height: 25px;
  width: 25px;
  background-color: #eee;
  display: inline-block;
  border: 1px solid #bababa;
}
.element .checkbox-icon:hover {
  background-color: #999;
}
.checkbox-icon .checkbox-content {
  visibility: hidden;
  font-weight: bold;
  color: white;
  font-size: 20px;
  line-height: 25px;
}
.element input:checked + .checkbox_label .checkbox-icon {
  background-color: #999;
}
.element input:checked + .checkbox_label .checkbox-icon .checkbox-content {
  visibility: visible;
}
.element > textarea,
.element textarea.user-interaction {
  height: 170px;
  line-height: 20px !important;
  padding-top: 22px;
}
.element.www-website-email {
  z-index: 999;
  position: absolute;
  height: 0;
  width: 0;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  top: -100%;
  left: -100%;
  clear: both;
}
.captcha-img {
  margin: 0 10px 0 0 !important;
  padding: 0;
  border: 1px solid #bababa;
  width: 150px;
}
.element.captcha {
  padding-top: 20px;
  margin-top: 10px;
}
.element.captcha .user-interaction {
  height: 75px;
  margin: 0;
  display: inline-block;
  width: 150px;
  max-width: 50%;
  font-family: Courier New, monospace;
  font-size: 50px;
  padding: 10px;
  text-align: center;
}
.element > .captcha button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS1JREFUeNrUVDtug0AQBVK5S03FEVaiSWd8A6dLCTcwJ0h8AucGcAP7BnYOgMQNQiqSzqXLvJUe0ng0GMdVPNJomeHtfHbebhD8dwmnAGmaJlgqmi30o2ma3Rg+uiLpEdpBM+gKukWST2h2U4Wi0lxUOkiBauuLFWLjBrrXfm5cK3cFrBsNiJ8V28r4rYO+sX0pr2ZABPDgXPzLfbVG93ogS+AeB+NBnI+1+SmO46++79vBAXuG5UXhfuA/Afcdclr7iZksoG4kqZQyInBKHDk4JW3Ilh15pit4liQeoc4ZhSJOz2evDdDcoM67gVsPfIwE+GhN0KBOqZLXpJNJ7FLZCemkgxZYDgxWXLx6116xP702pJIPmsjWfAc8mtueLwRecjBOVNoFdy2/AgwAngpvOAjV7gIAAAAASUVORK5CYII=");
  background-color: transparent;
  background-repeat: no-repeat;
  border: medium none;
  height: 20px;
  position: absolute;
  bottom: 0;
  width: 20px;
  margin: 5px;
  opacity: 0.3;
}
.element > .captcha button:hover {
  opacity: 0.6;
}
button.as_link {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: var(--dark-bg);
  cursor: pointer;
}
button.as_link:hover {
  text-decoration: underline;
}
select {
  padding: 0 25px 0 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23707070'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat right 10px top 20px;
  background-size: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s;
  cursor: pointer;
}
.element > .tip {
  background: #FFF;
  border: 1px solid #CCC;
  display: none;
  line-height: 1em;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  z-index: 2;
  white-space: nowrap;
}
.element > .counter {
  font-size: 0.8em;
  margin-top: 5px;
}
.element .counter .counter-value {
  vertical-align: baseline;
}
.element > .counter .counter-value::before {
  content: "Zeichen:";
  padding-right: 5px;
}
optgroup {
  font-weight: lighter;
}
@media (max-width: 600px) {
  .element {
    display: block;
  }
}
/* NEW FORM ELEMENTS*/
.user-interaction:required ~ label:after,
.checkboxelement.required .checkbox-description:after {
  content: '*';
  margin-left: 3px;
}
/** - - **/
.element.formError::before {
  display: block;
  text-align: left;
  clear: both;
  color: #555;
  font-size: 0.9em;
  line-height: 1.8em;
}
select,
.element.captcha .user-interaction {
  text-align: left;
  font-weight: 400;
  color: #000;
}
.element.captcha .user-interaction,
.element.uppercase .user-interaction {
  text-transform: uppercase;
}
.element.captcha label {
  position: absolute;
  top: 0;
  left: 10px;
}
.element.textelement > .user-interaction:focus,
.element.captcha .captcha > .user-interaction:focus,
.slim > .user-interaction:hover {
  background: #e5e5e5;
  border: 1px solid #bfbfbf;
}
.element.selectelement > .user-interaction > option {
  background: #fff;
}
.uploadelement > .user-interaction {
  color: #666;
  border: 1px solid #dcdcdc;
  background: #f8f8f8;
  padding: 0;
}
.uploadelement > .user-interaction:hover {
  background: #F8F8F8;
}
.element.uploadelement > .user-interaction > span {
  width: 100%;
  height: 100%;
  display: block;
}
.element.uploadelement > .user-interaction:not(:focus):hover {
  color: #000;
  text-shadow: none;
  text-decoration: none;
  background: #FFF;
}
::-webkit-input-placeholder,
:focus::-webkit-input-placeholder,
::-moz-placeholder,
:focus::-moz-placeholder,
::-ms-input-placeholder,
:focus::-ms-input-placeholder {
  color: transparent;
}
/* FEHLER */
.formError.element.textelement > .user-interaction:not(:focus):not(:hover),
.formError.element.captcha .captcha > .user-interaction:not(:focus):not(:hover),
.formError.element.selectelement > .user-interaction,
.formError.element > label.checkbox > span {
  border-color: #F42222;
}
.formError.element label {
  color: #F42222;
}
.check-if-valid > form:invalid .switching_submit_btn {
  background: #999 !important;
  border-color: #999 !important;
  /*color: white !important;*/
}
.check-if-valid > form:valid .switching_submit_btn {
  border: 1px solid #ff9818;
  background: #ff9818;
}
.element .user-interaction {
  padding: 18px 10px 0;
  border: 1px solid #bababa;
  outline: none;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
}
.element.absBR {
  position: absolute;
}
.element.slim .user-interaction {
  height: 40px;
  padding: 12px 10px 0 16px;
  font-size: 15px;
  line-height: 16px;
  /*margin-top: 4px;*/
  border-radius: 24px;
}
.element.slim.textelement label {
  top: 4px;
  left: 25px;
}
.h_input {
  height: 48px;
}
.element.selectelement .user-interaction {
  padding: 16px 32px 0 10px;
}
.element .user-interaction.radio {
  padding: 12px 8px !important;
  height: auto;
  font-size: inherit;
}
/*
floating labels
 */
.element > label.checkbox > input {
  display: none;
}
.element.textelement label,
.element.selectelement label {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  color: #707070;
  white-space: nowrap;
  position: absolute;
  pointer-events: none;
  font-size: 14px;
  top: 6px;
  left: 19px;
  line-height: 1;
}
.element.pL0 label,
.element.pA0 label {
  left: 8px;
}
.element.radioelement {
  margin-bottom: 0;
}
.radio_active_info ~ .active_info {
  display: none;
}
.radio_active_info:checked ~ .active_info {
  display: block;
}
.radio_active_label:focus-within {
  background: #e7f0fd;
}
/*
valid/invalid aid prep
 */
.element > .svg-inline--fa {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  color: #23a800;
  position: absolute;
  top: 0.8em;
  right: 15px;
  font-size: 1.3rem;
}
.element.date_element > .svg-inline--fa {
  right: 50px;
}
.element.selectelement > .svg-inline--fa {
  right: 35px;
}
/*
valid input
*/
.element > .user-interaction:focus,
.element.required > .user-interaction:focus:valid,
.element.required > .user-interaction:-webkit-autofill {
  border: 1px solid #23a800;
  box-shadow: none;
}
.element.formValid > .user-interaction,
.form_active {
  border: 1px solid #23a800 !important;
  box-shadow: none;
}
.element.required > .user-interaction:valid + label + .svg-inline--fa,
.element.required > .user-interaction:-webkit-autofill + label + .svg-inline--fa {
  opacity: 1;
}
.element.required.formValid > .svg-inline--fa {
  opacity: 1;
}
.element.required.formError > .svg-inline--fa {
  opacity: 0 !important;
}
select:disabled {
  border: none;
}
.element.step1 {
  display: none !important;
}
.element.step2 {
  display: none !important;
}
.element.textelement.title-length-helper .user-interaction {
  color: #1a0dab;
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.title-length-helper .counter:before {
  border-top: 3px solid #1a0dab;
  content: '';
  display: block;
  width: 570px;
  margin-bottom: 5px;
}
.element.show_as_text .user-interaction,
.live_edit .user-interaction {
  resize: none;
  border: 1px solid transparent;
  padding: 5px 0;
  background: transparent;
  height: 32px;
  min-height: auto !important;
  line-height: 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.element.show_as_text .user-interaction:empty,
.live_edit .user-interaction:empty {
  border: 1px solid #e7e7e7;
}
.element.show_as_text .user-interaction:focus,
.live_edit .user-interaction:focus {
  resize: vertical;
  white-space: normal;
}
.element.show_as_text .user-interaction.title-length-helper:focus,
.live_edit .user-interaction.title-length-helper:focus {
  height: 32px;
}
.element.show_as_text label,
.live_edit label {
  transform: translateY(-20px);
  left: 0;
}
.live_edit textarea.user-interaction,
.live_edit textarea.user-interaction:focus,
.show_as_text textarea.user-interaction:focus {
  height: 32px;
  margin: 2px;
  padding-top: 5px;
}
.live_edit textarea.user-interaction:focus {
  border: 1px solid #e7e7e7 !important;
  box-shadow: none !important;
  background: none !important;
}
.shop_product_basket.basket_empty .btn_orange,
.shop_product_basket.basket_empty .btn_orange:hover {
  background: #999;
  color: white;
  border: 1px solid #999;
}
.rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
}
.rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
}
.rating:not(:checked) > label:before {
  content: '★ ';
}
.rating > input:checked ~ label {
  color: #f70;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: gold;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #ea0;
}
.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}
#headerTop {
  background: var(--dark-bg);
  color: white;
}
#headerSection {
  background: #fff;
  height: 60px;
}
.z5 {
  z-index: 5;
}
.z20 {
  z-index: 20;
}
.shop-basket-count {
  background: var(--dark-bg);
  border-radius: 5px;
  padding: 2px 4px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 11px;
  min-width: 18px;
  text-align: center;
}
#nav_icon {
  height: 21px;
  margin: 3px auto 0 auto;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
#nav_icon .burger {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  margin-left: 10%;
  background: var(--dark-bg);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#top-bun {
  top: 0;
  transform-origin: left center;
}
#patty {
  top: 8px;
  transform-origin: left center;
}
#bottom-bun {
  top: 16px;
  transform-origin: left center;
}
#main-menu-checkbox:checked + label #top-bun {
  transform: rotate(45deg);
  top: 1px;
  left: 4px;
}
#menu #main-menu-checkbox:checked + label #patty {
  width: 0;
  opacity: 0;
}
#menu #main-menu-checkbox:checked + label #bottom-bun {
  transform: rotate(-45deg);
  top: 18px;
  left: 4px;
}
#menu-wrapper {
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
  transition: all 330ms ease-out;
  width: 400px;
  max-height: calc(100vh - 136px);
  margin-top: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  position: fixed;
  right: 0;
  font-size: 18px;
}
#main-menu-checkbox:checked ~ #menu-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/**
menu dropdown animation
 */
.mobile-trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  text-align: center;
  font-size: 18px;
  line-height: 2rem !important;
  margin: 0.5rem 0;
  display: block;
  border-left: 1px solid #ddd;
}
.mobile-menu-trigger:checked + .mobile-trigger > .menu-chevron {
  transform: rotate(90deg);
}
.header-menu .header-menu {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-out;
  height: 1px;
  overflow: hidden;
  padding-left: 12px;
  font-size: 0.98em;
}
.mobile-menu-trigger:checked ~ .header-menu {
  position: static;
  opacity: 1;
  height: auto;
}
.menu-link {
  line-height: 20px;
  padding: 16px 8px;
  color: var(--text-color);
  display: block;
  width: calc(100% - 70px);
}
/**
 * header search
 */
#headerSearchWrapper {
  width: 100%;
  display: none;
  height: auto;
  background: white;
  z-index: 10;
  position: relative;
  border-top: 1px solid #E3E1E1;
}
.show-search #headerSearchWrapper {
  display: block;
}
#headerSearch {
  padding-top: 12px;
}
/**
 * header scroll-hide
 */
#header {
  -webkit-transform: none;
  transform: none;
  position: fixed;
  z-index: 900;
  width: 100%;
  top: 0;
}
.non-stick-menu #header {
  position: relative;
}
body.non-stick-menu {
  padding-top: 0 !important;
}
.guidebook.scrolled #header {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
/*
new header menu
 */
@media (max-width: 1100px) and (min-width: 900px) {
  .header-menu > li {
    font-size: 1rem;
  }
}
/*
profile
 */
.editable:not(.mce-edit-focus) {
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACiUlEQVR42q2V20sUYRjGd2bHDKIrtYNQRG6e0pv+gKI0oy4i6EQHgsIL66JAYnXLVHLNXbqRroq8K6FNgiiMLOimP8HWdrcTLGSaeKMXWTmz/V79RpZ21ZlxFx7e5xvY3/PMt9/Mar4CfQI1lbrf79+DTSY/fJy1r2uFgO+qrSoCPojdm8lkjmqaFsIPJ0bHBtYcIHBd12NA97O8QkAEvx1/n4DLawoAvg74U6zAW1EP2oLiqFmm5wCBsy0CP0DrNlp34Tfjv+Jv4h/g93kKsJsDamAZAnQLvwmfxnfj7+EH2aIW1wEKPiTNkTTtQKXoO7qD7qJn5rx58XMiZbkKsOHSnKYdzBtcLsOP4/vwUfxzy7IufBpLmvIdxwFqz4cANADrZIaY0nxcnZwo/oVpmueBz9vfcxSQtS2NqBO1oxI0gSJKL2l+LhvuKCDrtBxEXbRtp20Jc0K17sUPAz/7P3zVANU8hm0SOGpTzX/Kfgsc2fC/+RjaSnCax2jXRNNuLgVRKetJac7sZb5iz88sB182QL1bpPkhda4X4GiSdZR1mDlC89MrwfMGqHfLEyCH1Z4H1WmRbYmwDrMeofmq8JwAG449gmRbrqs9n/ItnpQwekPzU07gOQHV9bWPGCdp2UPLa77Fh2hKPUQCf0tzgf9xAs8X8JAxqp7SMvw0vg9/2ws8729QVVdzldGPZpA0lwfrHdty3C18KQDoNsYG/uoS3IW8ci/RWv725Ed9j46l4onfbuFLAUD7gbQAbeYV+1hdG2BspfkJ4L+8wBcCdgR26sXri9P4cjSHKriTH16BOQGB6srdRpEhP+wMd/Caa0HuIl2wAO5go2EYFaZlxr+lvjg6224+/wAOTU1cDQ1+AAAAAABJRU5ErkJggg==) no-repeat right top !important;
  min-height: 32px;
  min-width: 1em;
}
.mce-edit-focus.editable,
.editable:hover,
.live_edit textarea:hover {
  background-color: #fff !important;
  outline: 2px solid #1976D2;
}
.blue-background-class {
  background-color: #C8EBFB;
}
.handle {
  cursor: grab;
}
.grid-square {
  width: 222px;
  border: solid 1px #000;
}
.ribbon_sale {
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: white;
  z-index: 10;
}
.corner_ribbon {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 10;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 260px;
  line-height: 50px;
  top: 50px;
  left: -55px;
  font-size: 18px;
}
body.wait * {
  cursor: wait;
}
.no_highlights {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
th {
  text-align: left;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after {
  content: " \25B4\25BE";
}
/*
button styles
 */
.btn {
  cursor: pointer;
  background: var(--dark-bg);
  border: 1px solid var(--dark-bg);
  color: #0f1111;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 12px;
  outline: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  transition: all 0.2s ease-in;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.btn.Lh_form {
  background: white;
  color: var(--text-color);
  line-height: 38px;
  border: 1px solid #bababa;
}
.btn:hover {
  filter: brightness(0.9);
  text-decoration: none;
}
.btn.btn_inverted {
  border: 1px solid var(--dark-bg);
  background: #fff;
  color: var(--dark-bg);
}
.btn.btn_inverted:hover {
  background: var(--dark-bg);
  color: #fff;
  filter: none;
}
/*
.btn:hover
{
  background: white;
  color: var(--dark-bg);
  text-decoration: none;
}*/
.btn:disabled,
.btn.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.shop_order_vendor_list .btn:disabled {
  color: white;
}
.shop_order_vendor_list .btn:disabled:hover {
  color: grey;
}
.btn.btn_big {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 28px;
  margin: 4px auto auto;
  /*box-shadow: 2px 2px 1px #00000029;*/
  font-weight: normal;
  max-width: 320px;
}
.btn.small {
  line-height: 0.8rem !important;
  padding: 4px;
}
.btn.btn_big.white {
  border: 1px solid white;
  box-shadow: none;
  background: transparent;
}
.btn.btn_big.white:hover {
  background: white;
  color: var(--text-color) !important;
}
.btn.btn-icon {
  position: relative;
  font-size: 1.2rem;
}
.btn.btn-icon:hover {
  background-color: transparent;
  filter: none;
}
.btn_orange,
.btn.btn_orange {
  border: 1px solid #ffa41c;
  background: #ffa41c;
  color: #0f1111;
}
.btn_orange:hover,
.btn.btn_orange:hover {
  border: 1px solid #fa8900;
  background: #fa8900;
  filter: none;
}
.btn.btn_orange_inverted,
.btn.btn_inverted.btn_orange {
  border: 1px solid #ff9818;
  background: #fff;
  color: #ff9818;
}
.btn.btn_orange_inverted:hover,
.btn.btn_inverted.btn_orange:hover {
  background: #ff9818;
  color: #FFF;
  filter: none;
}
.btn.btn_inverted-black {
  border: 1px solid #707070;
  background: #fff;
  color: #565656;
}
.btn.btn_grey {
  background: #999 !important;
  border-color: #999 !important;
  color: white !important;
}
.btn.btn_inverted-black:hover {
  /*background: #23a800;
  color: #fff;
  */
}
.btn-grey,
.btn.btn-grey,
.btn.btn-grey:hover,
.shop_product_basket #headerSearch .btn,
.shop_product_basket #headerSearch .btn:hover {
  background: #999 !important;
  border-color: #999 !important;
  color: white !important;
  filter: none;
}
.circle_button {
  width: 145px;
  height: 145px;
  cursor: pointer;
  background: var(--dark-bg);
  border: none;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  outline: 1px solid var(--dark-bg);
  outline-offset: 2px;
  display: block;
  text-align: center;
  transition: all 0.2s ease-in;
  border-radius: 50%;
  line-height: 145px;
}
.circle_button:hover {
  background: white;
  color: var(--dark-bg);
  text-decoration: none;
  filter: none;
}
.btn_sub_cat {
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 32px;
  font-weight: normal !important;
  padding: 6px 16px;
  vertical-align: middle;
  line-height: 32px;
}
.circle {
  width: 16px;
  height: 16px;
  position: relative;
  background: red;
  border-radius: 50%;
  cursor: pointer;
}
.circle.active {
  background: #23A800;
}
.trans_hide {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.user-interaction,
.btn,
.round {
  border-radius: 3px;
}
.btn.btn-img {
  padding: 0;
  background: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border: 3px solid transparent;
}
.btn.btn-img.focus,
.btn.btn-img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  border: 3px solid var(--dark-bg);
}
.btn:hover .white {
  color: inherit !important;
}
.btn.btn_orange:hover .white {
  color: inherit !important;
}
.element.geolocation_used::before {
  display: block;
  clear: both;
  font-size: 1rem;
  line-height: 32px;
  content: "\2714 Standort erkannt";
  color: #23a800;
  position: absolute;
  right: 17px;
  top: 0;
}
.clipboard {
  cursor: copy;
  position: relative;
}
.clipboard.active:before {
  content: '✓ kopiert';
  color: #23A800;
  opacity: 1;
  transition: all 0.3s ease-out;
  position: absolute;
  top: calc(50% - 12px);
  padding: 4px 16px;
  background: white;
  white-space: nowrap;
  left: 0;
  box-shadow: 0 3px 6px #00000029;
}
.amazonpay-button-view1-ink {
  border-color: #3d444c #2f353b #2c3137;
  background: linear-gradient(to bottom, #71777D, #444C54);
}
.amazonpay-button-view1 {
  grid-row: 1 / 2;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-template-rows: 13% 13% 1fr 1fr 10% 16%;
  grid-template-columns: 4% 4% 6% 1fr 6% 10% 4%;
  justify-items: center;
  justify-self: stretch;
  align-self: stretch;
  cursor: pointer;
  height: 35px;
}
.amazonpay-button-view1-ink:hover {
  background: linear-gradient(to bottom, #64696F, #393F47);
}
.amazonpay-button-view1-ink:active {
  background: #444C54;
  outline: none;
  border-color: #32373e #24282d #212429;
  box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
}
.amazonpay-button-view1 .amazonpay-button-logo {
  grid-row: 3 / 6;
  grid-column: 4 / 5;
}
.amazonpay-button-view1 .amazonpay-button-chevrons {
  grid-row: 3 / 5;
  grid-column: 6 / 7;
}
.paypal-button {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  height: 35px;
  background: #ffc439;
  color: #2C2E2F;
  border-radius: 4px;
}
.paypal-button.paypal-button-color-gold:hover {
  filter: brightness(0.95);
  overflow: inherit;
}
.paypal-button > .paypal-button-label-container {
  height: 18px;
}
.paypal-button-text {
  font-size: 13px;
  line-height: 22px;
}
.paypal-logo {
  padding: 0;
  display: inline-block;
  background: none;
  border: none;
  width: auto;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    height: 35px;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-black {
    -apple-pay-button-style: black;
  }
}
/*
CSS only dropdowns
 */
.dropdown-wrapper > .dropdown-trigger {
  display: none;
}
.dropdown-wrapper .dropdown-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0.01, 1.1, 1, 1.01);
}
.dropdown-wrapper > .dropdown-trigger:checked + .dropdown-trigger-label > .chevron {
  transform: rotate(90deg);
}
.dropdown-wrapper > .dropdown-trigger:checked ~ .dropdown-content {
  max-height: 7000px;
  transition: max-height 0.5s cubic-bezier(0, 0.01, 0.98, 0);
  width: 100%;
}
.private .dropdown-wrapper > .dropdown-trigger:checked ~ .dropdown-content {
  max-height: fit-content;
}
.dropdown-wrapper > .dropdown-trigger-label > .chevron {
  position: absolute;
  right: 0;
  bottom: calc(50% - 0.5em);
  transition: transform 200ms ease;
}
.dropdown-wrapper.dropdown_mH400 > .dropdown-trigger:checked ~ .dropdown-content {
  max-height: 400px !important;
  overflow: auto;
}
.transition_transform {
  transition: transform 200ms ease;
}
.btn-chevron .chevron {
  border: 1px solid #ff9818;
  background: #ff9818;
  color: #FFF;
  height: 30px;
  width: 35px;
  border-radius: 3px;
  padding: 2px;
  cursor: pointer;
}
.dropdown-wrapper.left > .dropdown-trigger-label > .chevron {
  left: 8px;
}
.hide {
  display: none !important;
}
.highlight_row {
  padding: 5px 0;
  border-bottom: 1px solid #E3E1E1;
}
.highlight_row:hover,
.highlight_row.active_row {
  background: #e7f0fd;
}
.highlight_row:last-child {
  border-bottom: none;
}
.display_t {
  display: table;
}
.t-row {
  display: table-row;
}
.t_cell {
  display: table-cell;
}
/*
youtube lazyload
 */
.youtube_container:hover .fa_youtube use {
  filter: drop-shadow(0px 0px 8px #fff);
}
.youtube_container .fa_youtube {
  fill: red;
  font-size: 72px;
  background: radial-gradient(circle closest-side at center, #fff 0%, #fff 40%, #000 40%, #000 100%);
}
.no_select {
  user-select: none;
}
.pipe_r:after {
  content: "|";
  margin: 0 4px;
}
.thin {
  max-width: 375px;
  margin: 0;
  border-bottom: 1px solid #999999;
  opacity: 0.5;
}
.thin.short {
  width: 80px;
}
.vertical_scroll {
  overflow-x: hidden;
  white-space: nowrap;
}
.section-nav li,
.wrap-article ul.section-nav li {
  list-style: none;
  margin-left: 0;
}
/*
loading
 */
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid var(--dark-bg);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate90 {
  transform: rotate(90deg);
}
.rotate_180_svg .svg-inline--fa {
  transform: rotate(180deg);
}
/*Filter*/
.filter-wrapper > .filter-cb {
  display: none;
}
.btn.filter-label {
  padding: 2px 5px 0 10px;
}
.filter-wrapper > .filter-cb:checked ~ .filter-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background-color: rgba(255, 255, 255, 0.8);
  transition-timing-function: ease-out;
  transition-duration: 330ms;
  transition-property: transform, background-color;
  transition-delay: 0s, 330ms;
}
.filter-content .overlay {
  width: 66%;
  min-height: 100%;
  float: left;
  cursor: pointer;
  opacity: 0;
  transition: none;
  transition-delay: unset;
  background: white;
}
.filter-content .overlay_content {
  background: white;
  width: 34%;
  min-height: 100%;
  float: right;
  box-shadow: -4px 0 6px #00000029;
  padding: 16px;
  position: relative;
  z-index: 990;
}
.filter-content .close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.large_filter_checkbox {
  width: 100%;
  line-height: 57px;
}
.large_filter_checkbox .cb {
  display: none;
}
.large_filter_checkbox .pretty-cb {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 18px;
  top: 11px;
  left: 8px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
}
.large_filter_checkbox .cb-label {
  display: inline-block;
  width: 100%;
  padding: 16px 0 16px 60px;
  line-height: 18px;
  vertical-align: middle;
}
.large_filter_checkbox .cb:disabled + .cb-label {
  opacity: 0.6;
  cursor: not-allowed;
}
.large_filter_checkbox .cb:checked + .cb-label {
  background: #F0EFEB;
}
.large_filter_checkbox .cb:checked + .cb-label > .pretty-cb:after {
  content: '\2714';
  font-size: 26px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 8px;
  color: #3B3B39;
}
.dropdown-trigger-label p {
  display: inline !important;
}
.fade_content {
  max-height: 78px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(0deg, transparent, var(--bg-body));
}
.fade_content.mH30 {
  max-height: 30px;
}
.wrapper_fade.expand > .fade_content {
  max-height: 5000px !important;
  -webkit-mask-image: initial;
}
.fade_trigger .toggle_word:after {
  content: 'Mehr';
}
.wrapper_fade.expand > .fade_trigger .svg-inline--fa {
  transform: rotate(180deg);
}
.wrapper_fade.expand > .fade_trigger .toggle_word:after {
  content: 'Weniger';
}
.drag-sort-element,
.drag-sort-element.highlight_row:last-child {
  margin: 4px 0;
  min-height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #ddd;
  list-style: none;
  cursor: grab;
}
.drag-sort-element.drag-sort-active {
  opacity: 0.5;
  cursor: grabbing;
}
.cursor_default,
.cursor_default:hover {
  cursor: default;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#modal_info {
  position: fixed;
  animation: fadeIn 0.3s;
  bottom: 48px;
  right: 32px;
  background: white;
  z-index: 99;
  border-radius: 10px;
  max-width: 360px;
  width: 95vw;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
}
#modal_info .alert_box {
  margin-top: 0;
}
figcaption {
  padding: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #10100f;
  background: #f2f2f2;
  line-height: 1.5em;
}
.ajax_controls {
  margin-right: 8px;
  cursor: pointer;
}
/* Tab System */
.tab {
  display: none;
  width: 100%;
}
.tab:target {
  display: block;
}
.tab:last-child {
  display: block;
}
.tab:target ~ section.tab:last-child {
  display: none;
}
.tab .active {
  border-bottom: 1px solid var(--dark-bg);
}
.tab_navbar {
  border-bottom: 1px solid #ccc;
}
.tab_nav_active {
  border: 1px solid #ccc;
  border-bottom: 1px solid var(--light-bg);
  margin-bottom: -1px;
}
.search .tab_nav_active {
  border-bottom: 1px solid var(--bg-body);
}
.tab_nav {
  margin-bottom: -1px;
  border: 1px solid var(--light-bg);
  border-bottom: 1px solid #ccc;
}
.tab_nav:hover {
  border: 1px solid #ccc;
}
.margin_neg_175 {
  margin-top: -175px;
}
.border_separator {
  border-right: 1px solid #ddd;
}
.border_separator:last-child {
  border-right: none;
}
.round_top {
  border-radius: 25px 25px 0 0;
}
.border_bottom_hide {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.border_bottom_0 {
  border-bottom: 0;
}
.static_marketplace .teaser_controls .svg-inline--fa,
.static_marketplace .swiper-button-prev .svg-inline--fa,
.static_marketplace .swiper-button-next .svg-inline--fa {
  border-radius: 50%;
}
#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  padding: 20px;
  float: left;
  width: 100%;
}
#drop-area.highlight {
  border-color: var(--dark-bg);
}
#gallery img {
  width: 150px;
  max-height: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
}
.shop_product_image-vendor #clLB > .bg > .content,
.shop_product_image #clLB > .bg > .content {
  width: 850px;
}
.mod_info {
  top: -6px;
  right: -6px;
}
.ec_container {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 25px;
}
.ec_widget {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #002c5a;
}
.ec_widget .installment {
  color: #f37122;
}
.ec_widget .ajax_controls {
  color: #002c5a;
}
.head_btn {
  background: #fff;
}
.head_hover:hover {
  text-decoration: none;
  background: #e3e1e1 !important;
  cursor: pointer;
}
.head_search_btn {
  height: 36px;
  border-radius: 50% !important;
  margin-bottom: 2px;
  margin-right: 3px;
}
.mA2 {
  margin: 2px;
}
.mT64 {
  margin-top: 64px;
}
.mT_neg32 {
  margin-top: -32px;
}
.mT_neg64 {
  margin-top: -64px;
}
.mT_neg100 {
  margin-top: -100px;
}
.mB64 {
  margin-bottom: 64px;
}
/*
@widths: 4, 8, 16, 32;

each(@widths, {

  .pL@{value},
  .pH@{value},
  .pA@{value}
  {
    padding-left: @value*1px;
  }

  .pR@{value},
  .pH@{value},
  .pA@{value}
  {
    padding-right: @value*1px;
  }

  .pT@{value},
  .pV@{value},
  .pA@{value}
  {
    padding-top: @value*1px;
  }

  .pB@{value},
  .pV@{value},
  .pA@{value}
  {
    padding-bottom: @value*1px;
  }


  .mL@{value},
  .mH@{value},
  .mA@{value}
  {
    margin-left: @value*1px;
  }

  .mR@{value},
  .mH@{value},
  .mA@{value}
  {
    margin-right: @value*1px;
  }

  .mT@{value},
  .mV@{value},
  .mA@{value}
  {
    margin-top: @value*1px;
  }

  .mB@{value},
  .mV@{value},
  .mA@{value}
  {
    margin-bottom: @value*1px;
  }
});*/
.pRow {
  padding: 32px 8px;
}
.pT2 {
  padding-top: 2px;
}
.pA6 {
  padding: 6px;
}
.pV12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.m0a {
  margin: 0 auto;
}
/********************* PRECOMPUTED MARGINS FOR AUTOCOMPLETE  *********************/
.pL4,
.pH4,
.pA4 {
  padding-left: 4px;
}
.pR4,
.pH4,
.pA4 {
  padding-right: 4px;
}
.pT4,
.pV4,
.pA4 {
  padding-top: 4px;
}
.pB4,
.pV4,
.pA4 {
  padding-bottom: 4px;
}
.pL8,
.pH8,
.pA8 {
  padding-left: 8px;
}
.pR8,
.pH8,
.pA8 {
  padding-right: 8px;
}
.pT8,
.pV8,
.pA8 {
  padding-top: 8px;
}
.pB8,
.pV8,
.pA8 {
  padding-bottom: 8px;
}
.mL4,
.mH4,
.mA4 {
  margin-left: 4px;
}
.mR4,
.mH4,
.mA4 {
  margin-right: 4px;
}
.mT4,
.mV4,
.mA4 {
  margin-top: 4px;
}
.mB4,
.mV4,
.mA4 {
  margin-bottom: 4px;
}
.mL8,
.mH8,
.mA8 {
  margin-left: 8px;
}
.mR8,
.mH8,
.mA8 {
  margin-right: 8px;
}
.mT8,
.mV8,
.mA8 {
  margin-top: 8px;
}
.mB8,
.mV8,
.mA8 {
  margin-bottom: 8px;
}
.pL16,
.pH16,
.pA16 {
  padding-left: 16px;
}
.pR16,
.pH16,
.pA16 {
  padding-right: 16px;
}
.pT16,
.pV16,
.pA16 {
  padding-top: 16px;
}
.pB16,
.pV16,
.pA16 {
  padding-bottom: 16px;
}
.mL16,
.mH16,
.mA16 {
  margin-left: 16px;
}
.mR16,
.mH16,
.mA16 {
  margin-right: 16px;
}
.mT16,
.mV16,
.mA16 {
  margin-top: 16px;
}
.mB16,
.mV16,
.mA16 {
  margin-bottom: 16px;
}
.pL32,
.pH32,
.pA32 {
  padding-left: 32px;
}
.pR32,
.pH32,
.pA32 {
  padding-right: 32px;
}
.pT32,
.pV32,
.pA32 {
  padding-top: 32px;
}
.pB32,
.pV32,
.pA32 {
  padding-bottom: 32px;
}
.mL32,
.mH32,
.mA32 {
  margin-left: 32px;
}
.mR32,
.mH32,
.mA32 {
  margin-right: 32px;
}
.mT32,
.mV32,
.mA32 {
  margin-top: 32px;
}
.mB32,
.mV32,
.mA32 {
  margin-bottom: 32px;
}
.pT64,
.pV64,
.pA64 {
  padding-top: 64px;
}
.pB64,
.pV64,
.pA64 {
  padding-bottom: 64px;
}
.breaker {
  position: relative;
  z-index: 1;
  width: 100%;
}
.breaker .h3 {
  margin: 24px 0;
  line-height: 1.4em;
  text-decoration: underline;
}
.breaker .svg-inline--fa {
  vertical-align: middle;
  font-size: 2em;
}
.breaker p,
.breaker ul {
  border-left: 2px solid var(--dark-bg);
  padding: 10px;
}
.wrap-article .breaker ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}
.wrap-article .breaker ul li:before {
  content: '✓';
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  color: var(--dark-bg);
}
.article_form_wrapper {
  padding: 8px 8px 0 8px;
  border: #FF982C 3px solid;
  background: white;
}
@media (max-width: 900px) {
  #guidebook_progress_bar {
    position: absolute;
    top: 55px;
    width: 100%;
    height: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    color: #23A800;
  }
  #guidebook_progress_bar::-webkit-progress-bar {
    background-color: transparent;
  }
  #guidebook_progress_bar::-webkit-progress-value {
    background-color: #23A800;
  }
  #guidebook_progress_bar::-moz-progress-bar {
    background-color: #23A800;
  }
}
.guidebook {
  /* ARTICLE COMMENT */
  /* ARTICLE SHARE */
  /* Article Wrapper */
}
.guidebook iframe:not([src*="youtube"]) {
  width: 100%;
  height: 85vh;
  max-height: 800px;
}
.guidebook .commentArea .comment {
  border-bottom: 1px dotted #ccc;
  margin: 10px;
}
.guidebook .commentArea .comment:last-child {
  border-bottom: none;
}
.guidebook .commentArea #commentForm {
  padding: 0 32px 6px;
}
.guidebook .commentArea .error {
  border-color: #e95d3e;
  background: #fbe2dc;
}
.guidebook .commentArea .comment .top {
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1.1em;
}
.guidebook .commentArea .comment .top + p {
  padding: 10px 0;
  display: inline-block;
}
.guidebook .shareArea > a {
  display: inline-block;
  text-align: center;
  height: 20px;
  margin: 2px;
  color: white;
}
.guidebook .shareArea > a:hover {
  text-decoration: none;
}
.guidebook .h2 {
  font-size: 1.8em;
  line-height: 1.1em;
  font-weight: 400;
  margin: 0.2em 0 0.8em 0;
}
.guidebook .h3 {
  margin: 2em 0 1em 0;
}
.guidebook .h4 {
  font-size: 1.2em;
  line-height: 1.1em;
  margin: 24px 0 16px 0;
}
.guidebook .h1 > a,
.guidebook .h2 > a,
.guidebook .h3 > a,
.guidebook .h4 > a {
  color: inherit;
}
.guidebook .wrap-article {
  padding: 0 !important;
  background: var(--bg-body);
  position: relative;
  color: #2D2827;
}
.guidebook .wrap-article p > .btn,
.guidebook .wrap-article table td a.btn {
  margin: 0 0.5em;
  line-height: 1.3em;
  font-size: 16px;
  padding: 12px 24px;
}
.guidebook .img-description {
  font-weight: bold;
  color: #10100f;
  background: #f2f2f2;
  padding: 10px;
  font-size: 0.8em;
  line-height: 1.5em;
}
.guidebook .wrap-article figure {
  display: inline-block;
  width: 100%;
  background-color: #F0EFEB;
  margin-bottom: 1em;
}
.guidebook .teaser.anzeige {
  border: 1px solid #23a800;
  padding: 16px;
}
.guidebook .wrap-article blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.guidebook .wrap-article blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-top: 0.25em;
  vertical-align: -0.5em;
}
.guidebook .wrap-article blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-top: 0.25em;
  vertical-align: -0.5em;
}
.guidebook .wrap-article blockquote p {
  display: inline;
  font-size: 0.9em;
}
.guidebook .wrap-article li {
  margin-bottom: 8px;
  margin-left: 20px;
}
.guidebook .wrap-article .dropdown-content li {
  list-style: none;
}
.guidebook #newsletter-img {
  min-height: 610px;
  background-size: cover;
  background-position: center;
}
.guidebook .wrap-article .breadcrumb ol li {
  margin-left: 0;
}
.guidebook .wrap-article .breadcrumb ol li a {
  color: inherit;
  text-decoration: underline;
}
.guidebook .wrap-article .breadcrumb ol li:after {
  line-height: unset;
}
.guidebook .dropdown-trigger-label p {
  display: inline;
}
/* LIGHTBOX */
.shop #clLB > .bg > .content {
  max-width: 900px;
}
.shop-product-details h2,
.shop-product-details p,
.shop-product-details ul,
.shop-product-details ol {
  margin: 8px 0 4px 0;
}
.shop-product-details table,
.shop-product-details tr,
.shop-product-details td {
  height: auto !important;
}
.shop_product_detail .shop-product-details table {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
.shop-product-details ul,
.short_description ul,
.shop-product-details ol,
.short_description ol {
  margin-left: 24px;
}
.shop-product-details ul li,
.short_description ul li,
.shop-product-details ol li,
.short_description ol li {
  line-height: 1.65em;
}
.shop-product-details ul,
.short_description ul {
  list-style-type: disc;
}
#details {
  line-height: 1.5em;
}
.product-title {
  font-size: 1.2em;
  line-height: 1.3em;
}
.shop-product-detail-left {
  padding-right: 20px;
}
.shop-product-detail-right {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.shop_product_detail select,
.shop_voucher_detail select,
.shop_product_detail .clForm .element > select:focus,
.shop_voucher_detail .clForm .element > select:focus {
  border: 1px solid var(--dark-bg) !important;
  outline: none !important;
}
.passive_map {
  border: 5px solid #fff;
  box-shadow: 0 0 3px -1px #000;
  max-width: 360px;
}
table.grey-borders > tbody > tr > td {
  border: solid 1px #ddd;
  padding: 5px;
  display: table-cell;
  width: auto;
}
table.over_view > tbody > tr > td,
table.over_view > thead > tr > th {
  border: solid 1px #ddd;
  padding: 8px;
  display: table-cell;
  width: auto;
}
.shop-product:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
  text-decoration: none;
}
.product-location .city {
  float: left;
  width: calc(100% - 25px);
}
.black_links a {
  color: #565656;
  text-decoration: underline;
}
/* Category */
.filter-title {
  display: block;
  line-height: 1em;
  font-size: 1.3em;
  font-weight: 400;
  color: #23A800;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 5px;
}
.shop_voucher_activation .add-wishlist,
.shop_voucher_activation .corner_ribbon {
  visibility: hidden;
}
.swiper-container {
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  position: relative;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition-property: transform;
  width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  height: 100%;
  top: 0;
  width: 40px;
  z-index: 10;
  cursor: pointer;
}
.guidebook .swiper-button-next,
.guidebook .swiper-button-prev {
  max-height: 427px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-fraction {
  background: rgba(255, 255, 255, 0.75);
  margin-left: 8px;
  padding: 5px;
  width: auto;
  text-align: left;
  font-size: 14px;
  bottom: 8px;
  left: 0;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.hover_zoom {
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 22px);
  right: calc(50% - 23px);
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: none;
}
.swiper-container:hover .hover_zoom.hidden {
  display: block !important;
}
.swiper-container .swiper-button-prev:hover ~ .hover_zoom.hidden,
.swiper-container .swiper-button-next:hover ~ .hover_zoom.hidden {
  display: none !important;
}
/*
fullscreen
 */
.swiper_fullscreen {
  z-index: 100000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
}
.swap-slider > .mask {
  height: auto;
  overflow: hidden;
  width: 100% !important;
}
.swap-slider > .mask > .list {
  white-space: nowrap;
  height: auto;
  position: relative;
  -webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.swap-slider > .mask > .list > .item {
  display: inline-block;
}
.swap-slider > .nav {
  z-index: 100;
  text-align: left;
  display: block;
  position: absolute;
  width: auto;
  float: none;
}
.swap-slider > .nav > .btn {
  cursor: pointer;
  padding: 0;
  display: inline-block;
  box-shadow: 0 0 2px #000;
  opacity: 0.8;
  margin-right: 6px;
  margin-bottom: 0;
  user-select: none;
}
.swap-slider .radio-1:checked ~ .nav > .btn.thumb.button-1,
.swap-slider .radio-2:checked ~ .nav > .btn.thumb.button-2,
.swap-slider .radio-3:checked ~ .nav > .btn.thumb.button-3,
.swap-slider .radio-4:checked ~ .nav > .btn.thumb.button-4 {
  box-shadow: none;
  border-color: #ff9818;
  opacity: 1;
}
.swap-slider.item-1 > .mask > .list {
  width: 100%;
}
.swap-slider.item-1 > .mask > .list > .item {
  width: 100%;
}
.swap-slider > .radio-1:checked ~ .mask > .list {
  left: 0;
}
.swap-slider.item-2 > .mask > .list {
  width: 200%;
}
.swap-slider.item-2 > .mask > .list > .item {
  width: 50%;
}
.swap-slider > .radio-2:checked ~ .mask > .list {
  left: -100%;
}
.swap-slider.item-3 > .mask > .list {
  width: 300%;
}
.swap-slider.item-3 > .mask > .list > .item {
  width: 33.333334%;
}
.swap-slider > .radio-3:checked ~ .mask > .list {
  left: -200%;
}
.swap-slider.item-4 > .mask > .list {
  width: 400%;
}
.swap-slider.item-4 > .mask > .list > .item {
  width: 25%;
}
.swap-slider > .radio-4:checked ~ .mask > .list {
  left: -300%;
}
/*todo: move to admin? */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  image-orientation: 0deg;
  display: block;
  height: 100%;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-canvas,
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: rgba(51, 153, 255, 0.75) solid 1px;
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:after,
.cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.pe-pro-seal-inner {
  position: relative;
  height: 100%;
  text-align: center;
  width: 100%;
}
.pe-pro-seal-front-page-a {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-image: linear-gradient(to top, #f6f3ea 37%, #ffffff 90%);
  border-radius: 4px;
  padding-bottom: 2px;
}
.pe-pro-seal-front-top {
  padding-top: 8px;
  cursor: pointer;
}
.pe-pro-seal-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='86' viewBox='0 0 86 86'%3E %3Cdefs%3E %3ClinearGradient id='6obr12nhia' x1='75.993%25' x2='24.007%25' y1='92.594%25' y2='7.405%25'%3E %3Cstop offset='0%25' stop-color='%23AAA'/%3E %3Cstop offset='100%25' stop-color='%23EDEDED'/%3E %3C/linearGradient%3E %3ClinearGradient id='6rhk2f1jzb' x1='90.637%25' x2='9.363%25' y1='78.682%25' y2='21.318%25'%3E %3Cstop offset='0%25' stop-color='%23444'/%3E %3Cstop offset='100%25' stop-color='%23333'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='url(%236obr12nhia)' d='M0 42.94v.082c0 .392.006.783.017 1.177C.665 67.518 19.689 85.981 42.773 86h.063c.394 0 .79-.006 1.187-.017 23.221-.65 41.609-19.742 41.634-42.912v-.1c0-.389-.006-.779-.017-1.17C84.992 18.472 65.95.002 42.852.001c-.406 0-.81.005-1.218.016C18.41.667.021 19.765 0 42.94z' transform='translate(-1402 -486) translate(424 120) translate(956 358) translate(22 8)'/%3E %3Cpath fill='url(%236rhk2f1jzb)' d='M4.76 43c0 21.11 17.044 38.222 38.07 38.222S80.9 64.11 80.9 43c0-21.11-17.044-38.222-38.07-38.222S4.76 21.89 4.76 43' transform='translate(-1402 -486) translate(424 120) translate(956 358) translate(22 8)'/%3E %3Cpath fill='%23D5D5D5' d='M48.921 70.279c.307.315.529.874.663 1.678.135.804.087 1.41-.144 1.82-.23.408-.684.67-1.36.784-.361.061-.717.082-1.068.063l.336 2-.516.087-1.065-6.36.515-.086.056.333c.407-.358.863-.579 1.367-.664.503-.085.909.03 1.216.345zm-6.183.09c.585.01 1.02.184 1.303.524.284.34.42.878.408 1.612l-.024.427-3.013-.049c-.008.546.078.952.26 1.218.182.267.498.405.95.412.452.007.903-.003 1.352-.031l.267-.023.01.436c-.669.073-1.233.105-1.694.097-.638-.016-1.08-.213-1.328-.59-.248-.379-.366-.956-.353-1.732.025-1.554.645-2.32 1.862-2.3zm-6.646-2.467l2.22.424c.632.12 1.076.355 1.331.703.256.348.325.833.207 1.456-.185.973-.685 1.49-1.503 1.551l.77 2.737-.6-.115-.738-2.622-1.845-.352-.454 2.394-.54-.103 1.152-6.073zm11.583 2.524c-.193.033-.394.1-.604.201-.211.102-.371.198-.482.29l-.176.128.523 3.123c.408.003.758-.02 1.049-.069.5-.084.83-.286.985-.604.157-.318.18-.803.071-1.455s-.275-1.1-.498-1.34c-.224-.243-.513-.334-.868-.274zm5.919-2.122l1.49 4.189-.493.176-.11-.31c-.335.416-.716.701-1.145.855-.567.203-.993.192-1.277-.034-.284-.225-.57-.743-.858-1.553l-.778-2.186.492-.177.775 2.178c.23.648.445 1.062.644 1.243.2.18.5.199.9.055.194-.07.384-.17.569-.303.185-.133.32-.248.403-.348l.129-.14-1.234-3.468.493-.177zm-10.859 2.528c-.422-.007-.745.117-.967.37-.223.255-.34.667-.348 1.236l2.498.04c.01-.586-.08-1.006-.267-1.258-.189-.252-.494-.381-.916-.388zm-12.23-3.414c.521.267.835.616.94 1.046.106.43-.007.974-.34 1.628l-.21.372-2.682-1.375c-.247.486-.348.889-.301 1.21.046.32.27.582.672.788.403.207.812.396 1.228.57l.25.097-.183.397c-.632-.231-1.153-.452-1.563-.662-.566-.296-.877-.669-.934-1.118-.057-.448.09-1.019.442-1.71.704-1.384 1.597-1.799 2.682-1.243zm6.035 1.068l-.515 2.717 1.68.322c.882.168 1.41-.211 1.586-1.137.086-.454.042-.81-.131-1.067-.174-.256-.487-.428-.94-.514l-1.68-.321zm18.658-2.567l.668 1.224 1.298-.714.225.414-1.297.714 1.052 1.926c.276.505.492.815.65.93.158.117.372.1.64-.048l.686-.448.248.381c-.314.24-.56.41-.742.51-.394.217-.72.27-.98.159-.259-.111-.539-.442-.84-.993l-1.18-2.16-.575.316-.225-.414.574-.316-.668-1.225.466-.256zm-25.93 1.819c-.311.13-.596.448-.853.955l2.225 1.14c.266-.522.37-.938.311-1.247-.058-.31-.275-.561-.651-.754-.377-.193-.72-.224-1.032-.094zm-4.224-3.81l.417.315-.197.264c.564.076 1.031.255 1.405.537.471.357.692.72.662 1.09-.03.371-.295.89-.796 1.559l-1.401 1.869-.425-.321 1.385-1.848c.408-.545.633-.952.673-1.223.04-.27-.11-.533-.45-.79-.165-.125-.357-.231-.576-.319-.22-.087-.398-.142-.536-.165l-.202-.042-2.205 2.943-.418-.316 2.664-3.553zm35.51.355c.313.05.615.266.906.647l1.446 1.891c.151.16.383.146.694-.041l.238.355c-.361.277-.698.388-1.01.33-.293.532-.66.967-1.1 1.306-.315.242-.623.336-.925.281-.303-.054-.583-.25-.84-.587-.257-.336-.364-.65-.322-.94.043-.29.227-.591.555-.903l1.103-1.041-.254-.332c-.2-.263-.403-.408-.606-.435-.203-.027-.4.034-.593.182-.3.23-.667.559-1.101.983l-.202.19-.28-.323c.44-.496.853-.893 1.24-1.19.386-.299.736-.423 1.05-.373zm.999 1.63l-1.054 1.002c-.216.196-.33.39-.345.58-.014.19.06.394.226.61.364.475.74.563 1.128.263.169-.13.339-.292.51-.487.17-.196.299-.36.383-.492l.128-.2-.976-1.276zM23.44 62.366l.372.368-3.11 3.166-.373-.368 3.11-3.166zm40.084-1.361l.34.326-1.024 1.072 1.58 1.52c.413.398.712.629.898.692.185.063.383-.017.596-.239l.52-.634.35.288c-.227.323-.412.56-.555.71-.31.326-.606.475-.887.447-.28-.028-.646-.259-1.098-.694l-1.773-1.705-.453.476-.339-.326.454-.476-1.004-.966.367-.385 1.005.966 1.023-1.072zM23.485 59.5l.343.396-4.83 4.21-.343-.396 4.83-4.21zm41.052.205l3.488 2.742-.322.414-3.488-2.742.322-.414zM24.684 61.1l.372.368-.466.475-.372-.368.466-.475zm-5.69-4.519l.287.44-.275.18c.504.264.884.592 1.14.984.322.497.407.914.253 1.252-.154.339-.579.737-1.276 1.194l-1.95 1.28-.292-.447 1.929-1.265c.568-.373.917-.68 1.046-.92.13-.241.078-.54-.155-.898-.113-.174-.258-.339-.434-.496-.176-.157-.326-.27-.448-.338l-.176-.108-3.07 2.015-.286-.44 3.708-2.433zm50.272-.17c.719.423 1.165.836 1.34 1.239.176.402.08.916-.284 1.54-.365.623-.766.957-1.204 1.002-.437.045-1.014-.145-1.732-.569-.718-.423-1.156-.845-1.315-1.265-.158-.42-.066-.923.277-1.508.342-.586.735-.912 1.177-.977.443-.065 1.023.114 1.741.537zm-1.656-.024c-.316.03-.601.263-.855.698-.255.434-.32.797-.195 1.087.125.29.489.613 1.092.97.604.355 1.063.532 1.377.527.314-.004.609-.242.886-.715.276-.473.34-.85.19-1.131-.151-.281-.525-.599-1.124-.952-.598-.353-1.055-.514-1.371-.484zm-4.468 2.224l.523.411-.322.414-.523-.412.322-.413zm-45.488-7.65c.617.131 1.091.62 1.424 1.463.332.843.32 1.526-.037 2.047-.357.52-1.046.985-2.068 1.39-1.021.405-1.824.538-2.407.396-.583-.142-1.042-.639-1.377-1.49-.336-.852-.334-1.532.006-2.04s1.013-.962 2.022-1.363c1.007-.4 1.82-.534 2.437-.403zm-1.118.573c-.31.069-.678.188-1.107.358-.873.347-1.455.712-1.746 1.095-.29.383-.301.915-.033 1.597.268.68.635 1.063 1.1 1.146.464.083 1.134-.05 2.01-.397.877-.347 1.47-.723 1.781-1.127.311-.405.336-.938.075-1.599-.269-.684-.67-1.057-1.203-1.12-.275-.037-.567-.022-.877.047zm54.538.043l2.186.809-.184.5-2.16-.799c-.638-.236-1.091-.334-1.36-.295-.27.04-.479.26-.626.66-.071.195-.117.41-.137.646-.021.236-.022.423-.004.563l.019.206 3.441 1.273-.18.493-4.157-1.538.18-.493.309.114c-.09-.564-.054-1.065.108-1.505.204-.556.488-.873.85-.951.362-.078.934.028 1.715.317z' transform='translate(-1402 -486) translate(424 120) translate(956 358) translate(22 8)'/%3E %3Cpath fill='%23FFF' d='M74.147 40.35l.016.857 1.931-.036.027 1.444-1.931.036.034 1.846-1.239.023-.035-1.845-2.93.055c-.542.01-.901.056-1.077.14-.177.084-.262.29-.255.62l.06 1.096-1.158.089c-.126-.595-.193-1.05-.198-1.361-.014-.758.149-1.28.49-1.568.342-.287.992-.44 1.95-.458l3.092-.058-.016-.856 1.239-.023zm-61.665-3.552c1.044.089 1.82.417 2.324.984.505.567.714 1.365.626 2.396l-.158 1.866 2.828.242-.126 1.48-9.094-.777.283-3.346c.176-2.07 1.282-3.019 3.317-2.845zm-1.516 1.79c-.305.234-.48.626-.527 1.177l-.157 1.853 3.717.317.157-1.852c.09-1.067-.51-1.655-1.803-1.766-.62-.052-1.081.038-1.387.272zm62.139-3.964l.313 1.41-.78.175c.641.633 1.114 1.303 1.417 2.012l-1.418.318c-.314-.716-.646-1.312-.999-1.79l-.18-.262-4.54 1.018-.316-1.423 6.503-1.458zm-59.24-4.276l1.368.488c-.113.774-.148 1.457-.103 2.05l.015.318 4.382 1.563-.486 1.374-6.278-2.24.481-1.36.754.268c-.208-.878-.252-1.699-.133-2.461zm57.169-1.459c.836 1.674.345 2.97-1.474 3.885l-.97.384-1.852-3.707c-.488.256-.796.545-.923.868-.127.324-.049.768.234 1.334.283.566.598 1.136.944 1.71l.203.317-.953.51c-.637-.817-1.13-1.577-1.48-2.278-.442-.885-.518-1.643-.227-2.273.292-.63.969-1.214 2.034-1.75 2.112-1.063 3.6-.73 4.464 1zm-3.302.046l1.261 2.523c.588-.296.951-.596 1.092-.901.141-.306.1-.682-.123-1.128-.223-.447-.509-.71-.856-.789-.348-.079-.805.02-1.374.295zm-46.765-3.817c.967.634 1.574 1.298 1.821 1.994.249.695.074 1.502-.524 2.42-.598.918-1.263 1.403-1.997 1.454-.734.052-1.584-.24-2.55-.874-.967-.634-1.568-1.301-1.8-2.003-.234-.702-.059-1.5.524-2.397.583-.895 1.242-1.377 1.975-1.445.734-.067 1.584.216 2.551.85zm-2.43.555c-.402-.003-.758.235-1.07.713-.31.478-.384.901-.22 1.27.163.367.583.773 1.26 1.217.677.444 1.22.678 1.629.701.409.024.777-.215 1.102-.715.325-.5.395-.934.21-1.3-.186-.367-.617-.773-1.294-1.217-.677-.444-1.216-.667-1.618-.67zm45.486-6.038l.977 1.06-.303.282c.69.198 1.216.493 1.578.885.597.649.837 1.306.72 1.974-.117.668-.64 1.433-1.57 2.296-.928.863-1.74 1.298-2.435 1.306-.696.007-1.402-.379-2.12-1.158-.247-.268-.504-.606-.771-1.014L58.015 27.2l-.986-1.07 6.994-6.495zm-.129 2.106l-2.885 2.68c.188.31.428.623.717.937.41.445.821.634 1.233.569.41-.066.923-.384 1.536-.954 1.037-.962 1.256-1.768.66-2.416-.284-.308-.636-.552-1.056-.732l-.205-.084zM24.36 17.374l3.106 6.167-1.939 1.717-5.695-3.876 1.14-1.009 4.546 3.235.319-.283-2.587-4.97 1.11-.98zm32.263-2.8l1.322.804-.077 2.658 2.323-1.293 1.322.804-3.396 1.782-.055 3.94-1.322-.805.052-2.642-2.298 1.278-1.321-.804 3.385-1.868.065-3.854zm-23.802 1.522l.376.977-3.705 1.835c.252.493.538.803.86.932.32.13.764.054 1.33-.226.565-.28 1.135-.593 1.709-.936l.317-.202.501.96c-.818.634-1.577 1.125-2.278 1.471-.884.439-1.64.51-2.265.213-.627-.297-1.203-.98-1.73-2.052-1.045-2.128-.704-3.62 1.025-4.476 1.673-.829 2.96-.327 3.86 1.504zm16.105-6.609l5.566 1.474-.33 1.255-4.135-1.095-.66 2.51 3.363.89-.326 1.241-3.363-.89-.68 2.587 4.136 1.095-.333 1.268-5.565-1.474 2.327-8.86zm-9.089 2.692c.406.44.708 1.232.906 2.374l.612 3.532-1.418.248-.605-3.493c-.124-.711-.288-1.203-.493-1.475-.205-.272-.544-.367-1.016-.285-.446.079-.86.241-1.24.489l-.184.113.887 5.114-1.431.25-1.143-6.59 1.418-.247.071.408c.575-.48 1.147-.77 1.716-.87.875-.153 1.515-.01 1.92.432zm-10.345 3.493c-.447.22-.71.505-.791.854-.082.349.013.809.284 1.38l2.522-1.249c-.291-.592-.588-.959-.892-1.102-.303-.143-.677-.105-1.123.117z' transform='translate(-1402 -486) translate(424 120) translate(956 358) translate(22 8)'/%3E %3Cg%3E %3Cpath fill='%23C8B274' d='M38.07 19.106c0 10.557-8.521 19.115-19.035 19.115C8.523 38.221 0 29.663 0 19.106 0 8.556 8.523 0 19.035 0 29.55 0 38.071 8.556 38.071 19.106' transform='translate(-1402 -486) translate(424 120) translate(956 358) translate(22 8) translate(23.795 23.89)'/%3E %3Cpath fill='%23FFF' d='M26.287 9.744L15.95 20.117 11.788 15.932 7.621 20.117 15.95 28.478 30.45 13.924z' transform='translate(-1402 -486) translate(424 120) translate(956 358) translate(22 8) translate(23.795 23.89)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  width: 83px;
  height: 83px;
  background-size: contain;
  margin: 0 auto;
}
.pe-pro-seal-dots {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='12' viewBox='0 0 12 12'%3E %3Cdefs%3E %3Cpath id='68q3vyvxfa' d='M10.72 4.5l.02.001.014.005.034.018c.295.055.538.172.73.351.193.179.335.419.425.72.008.04.017.08.029.12.011.039.02.079.028.118v.334l-.003.013-.008.016c-.008.012-.012.022-.012.03-.045.31-.166.576-.362.798-.196.222-.442.369-.736.44-.023 0-.047.004-.074.012l-.085.024h-.305l-.014-.001-.02-.005c-.015-.004-.027-.01-.034-.018-.325-.047-.602-.198-.832-.452-.23-.254-.353-.552-.368-.893l-.003-.18c.01-.293.092-.56.246-.802.185-.29.444-.486.776-.59.037-.007.079-.017.124-.03l.125-.029h.305zm-4.561 0l.012.003.016.009c.011.008.024.012.04.012.324.047.602.202.832.464.23.262.353.56.368.893.015.38-.076.716-.272 1.006-.196.29-.46.478-.793.565l-.102.024-.053.012-.048.012H5.84l-.012-.001-.016-.005-.04-.018c-.324-.055-.602-.212-.832-.47-.23-.258-.353-.554-.368-.887v-.16c.013-.316.104-.598.272-.846.196-.29.46-.478.793-.565l.102-.024.053-.012.048-.012h.318zm-4.575 0l.014.001.02.005c.015.004.026.01.034.018.324.047.601.198.831.452.23.254.353.548.368.881.03.373-.047.703-.232.988-.185.286-.443.48-.775.584-.038.015-.08.03-.124.041-.046.012-.091.022-.136.03h-.306l-.02-.001-.014-.005-.034-.018C.916 7.43.662 7.3.447 7.09c-.215-.21-.353-.47-.413-.78-.008-.023-.013-.047-.017-.07C.013 6.213.007 6.19 0 6.166v-.322l.001-.02.005-.015.017-.036c.045-.31.166-.574.362-.792.196-.218.437-.363.724-.434l.084-.024.041-.012.044-.012h.306z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd' transform='matrix(0 1 1 0 0 0)'%3E %3Cmask id='a17xvstv8b' fill='%23fff'%3E %3Cuse xlink:href='%2368q3vyvxfa'/%3E %3C/mask%3E %3Cg fill='%23aaaaaa' mask='url(%23a17xvstv8b)'%3E %3Cpath d='M0 0H12V12H0z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 6px;
  opacity: 0.6;
}
.pe-pro-seal-rating-text {
  font-size: 16px;
  font-stretch: normal;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-align: center;
  text-transform: uppercase;
  margin: 5px 0 0;
  color: #444;
}
.pe-pro-seal-stars {
  display: flex;
  justify-content: center;
  margin: 0;
}
.pe-pro-seal-fullStar {
  margin: 0 1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32' focusable='false' aria-hidden='true' role='presentation' fill='%23c8b274'%3E %3Cg fillRule='evenodd'%3E %3Cpolygon id='icon-star-filled-a' points='16 1 20.9042652 10.9296678 32 12.4589803 23.9352679 20.1251651 25.8885438 31 16 25.808295 6.11145618 31 8.06473214 20.1251651 0 12.4589803 11.0957348 10.9296678' /%3E %3C/g%3E %3C/svg%3E");
  height: 17px;
  width: 17px;
}
.pe-pro-seal-profile-name-container {
  padding: 16px;
  font-size: 10px;
  line-height: 13px;
  color: #444;
  text-align: center;
}
:root {
  --sidebar_bg: #243758;
  --sidebar_bg_light: hsl(218, 42%, 35%);
  --sidebar_color: #bcc9dc;
  --slider_width: 300px;
  --item_height: -56px;
}
#menu_sidebar {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
  scrollbar-width: none;
  width: var(--slider_width);
  min-width: var(--slider_width);
  transition: all 0.3s;
  background: var(--sidebar_bg);
  color: var(--sidebar_color);
  z-index: 99;
}
#menu_sidebar.collapsed {
  width: 80px;
  min-width: 80px;
}
#menu_sidebar.collapsed .hide_collapsed {
  display: none;
}
#menu_sidebar.collapsed .dropdown-trigger-label ul.dropdown {
  transform: translate(80px, var(--item_height));
}
#menu_sidebar:not(.collapsed) .dropdown-trigger-label.active ul.dropdown {
  display: none;
}
#menu_sidebar .dropdown-trigger-label:not(.grey_text) {
  background: var(--sidebar_bg);
}
#menu_sidebar #sidebar_top {
  min-height: 94px;
}
#menu_sidebar #sidebar_bottom {
  border-top: 1px solid hsl(216, 31%, 48%);
  min-height: 110px;
}
#menu_sidebar .of_scroll {
  overflow-y: scroll;
  scrollbar-width: none;
}
#menu_sidebar a,
#menu_sidebar .dropdown-trigger-label {
  color: var(--sidebar_color);
}
#menu_sidebar a.active,
#menu_sidebar .dropdown-trigger-label.active,
#menu_sidebar a:hover,
#menu_sidebar .dropdown-trigger-label:hover {
  color: #fff;
  text-decoration: none;
}
#menu_sidebar .dropdown-trigger-label.active a {
  color: white;
}
#menu_sidebar .dropdown-wrapper.active {
  background: #172b4f;
}
#menu_sidebar .dropdown-wrapper > .dropdown-trigger:checked ~ .dropdown-content {
  max-height: 100vh;
}
#menu_sidebar .toggle_collapse {
  margin-left: 21px;
  border-radius: 50%;
  padding: 6px 8px;
  background: var(--sidebar_color);
  border: 1px solid var(--sidebar_bg);
  color: var(--sidebar_bg);
}
#menu_sidebar .dropdown-trigger-label ul.dropdown {
  position: fixed;
  left: var(--slider_width);
  margin-top: var(--item_height);
  width: 100%;
  max-width: 224px;
  background: var(--sidebar_bg);
  border-left: 1px solid var(--sidebar_color);
  visibility: hidden;
  opacity: 0;
}
#menu_sidebar .dropdown-trigger-label:hover,
#menu_sidebar .dropdown-trigger-label:focus-within {
  background: var(--sidebar_bg_light);
}
#menu_sidebar .dropdown-trigger-label:hover > ul.dropdown,
#menu_sidebar .dropdown-trigger-label:focus-within > ul.dropdown,
#menu_sidebar .dropdown-trigger-label ul.dropdown:hover,
#menu_sidebar .dropdown-trigger-label ul.dropdown:focus {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
#menu_sidebar .hide_sidebar,
#menu_sidebar .head_titles {
  display: none;
}
.private {
  /*
  .btn
  {
    cursor: pointer;
    background: #00305e;
    border: 1px solid #00305e;

    &:hover
    {
      background: var(--sidebar_bg_light);
      border-color: var(--sidebar_bg_light);
      filter: none;
    }
  }*/
}
.private #headerSection,
.private .head_search_btn {
  background: var(--sidebar_bg) !important;
}
.private .head_search_btn {
  color: white;
}
.private #nav_icon .burger {
  background: var(--sidebar_color);
}
.private .shop-basket-count {
  background: #ee1700;
}
.private #footer,
.private #headerTop,
.private #headerSection .wrapper_logo,
.private #mobile_search,
.private .global_banner_top {
  display: none;
}
.private #section > .row,
.private #section > .row_1920 {
  margin-left: 0;
}
.private #section .row.breadcrumb {
  margin-left: 16px;
}
.private #headerSection .grey_text:not(.orange) {
  color: var(--sidebar_color) !important;
}
.private #headerSection > .row_nowrap {
  margin-left: 0;
}
.private #headerSection > .row_nowrap > .col_3 {
  order: 3;
  justify-content: end;
}
.profile_1920 #profile_content,
.profile_1920 .row_1920,
.profile_1920 .grid-wrapper {
  max-width: calc(100vw - 300px);
}
/*:root
{
  --cta-color: #ff9818;

  --bg-body: #F9F9F9;
  --light-bg: #F9F9F9;
  --dark-bg: #23a800;

  --link_color: var(--dark-bg);
  --text-color: #10100f;

  --height-head: 60px;
  --height-head-900: 60px;
}

.shop-product-details span
{
  color: #10100f !important;
}*/
:root {
  --cta-color: #ff9818;
  --bg-body: #F9F9F9;
  --light-bg: #F9F9F9;
  --dark-bg: #D6B71B;
  --link_color: var(--dark-bg);
  --text-color: #0f1111;
  --height-head: 111px;
  --height-head-900: 60px;
}
.shop-product-details span {
  color: #0f1111 !important;
}
.bg_green {
  background-color: var(--dark-bg) !important;
}
.footer_gradient {
  background: linear-gradient(90deg, #d6b71b 0%, #8c7820 100%) !important;
}
.breaker p,
.breaker ul {
  border-color: var(--dark-bg);
}
.wrap-article p a,
.wrap-article ul a,
.wrap-article table a {
  text-decoration: underline;
}
.wrap-article p a:hover,
.wrap-article ul a:hover,
.wrap-article table a:hover {
  color: #5E5E5E;
}
#headerSection {
  background: #2D2827;
}
#headerSection .grey,
#headerSection .h1,
#headerSection .dark-grey,
#headerSection .grey_text:not(.red):not(.orange),
#headerSection .top_trigger > a {
  color: #fff !important;
}
.logo {
  max-width: 112px;
}
a,
.btn,
h3,
.h3,
.mce-edit-focus.editable span.h3,
.bg_dark {
  color: #2D2827;
}
.corner_ribbon {
  color: #2D2827 !important;
}
/*
NEW DETAIL
 */
.check_list li,
.more_detail {
  padding-left: 24px;
}
.check_list li:before {
  color: var(--dark-bg);
}
.shop_product_detail .breadcrumb_wrapper {
  padding-left: 16px;
  margin-bottom: 12px;
  background: white;
  box-shadow: 0 1px 3px #00000029;
}
.bg_opt_white {
  background: white;
  padding: 16px;
}
.petonus_pV16 {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}
.ec_container {
  margin-top: 16px;
  margin-right: auto;
  margin-left: 0;
}
.product_list_normal .img_wrap {
  padding: 32px;
}
.product_list_normal .wrapper_price .price_final {
  /*color: var(--dark-bg) !important;*/
  font-size: 18px;
}
