:root {
    --sailer-yellow: #FFDB31;
    --sailer-yellow-500: #FCE400;  
    --sailer-yellow-600: #FFD300;  
    --sailer-beige: #F5F0E4;
    --sailer-beige-dark: #E5DECC;    
    --sailer-white: #E8EEEE;
    --sailer-teal-50: #E8EEEE;
    --sailer-teal-100: #D1DFDF;
    --sailer-teal-200: #BACFD1;
    --sailer-teal-300: #9BBABE;
    --sailer-teal-400: #77A3A8;
    --sailer-teal-500: #548C94;
    --sailer-teal-600: #377982;
    --sailer-teal-700: #206A74;
    --sailer-teal-800: #096773;
    --sailer-teal-900: #044F59;
    --sailer-error-500: #F04438;
    --sailer-error-600: #D92D20;
    --sailer-success-500: #12B76A;
    --sailer-success-600: #039855;
    --sailer-teal-dark: #08555F;
    --sailer-orange: #EA9B10;
    --sailer-red-light: #ffc4d4;
    --sailer-yellow-light: #fae172;
    --modul-border-radius: 3.75rem;
    --modul-title-font-size: 1.875rem;
    --modul-price-font-size: 1.5rem;
    --modul-text-font-size: 0.875rem;
    --modul-button-font-size: 0.875rem;
    --modul-lp-info-font-size: 0.750rem;
}

@font-face {
    font-family: 'argyle_socks_thick';
    src: url('../fonts/missy_meyer_-_argyle_socks_thick-webfont.woff2') format('woff2'),
         url('../fonts/missy_meyer_-_argyle_socks_thick-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merlo_neue';
    src: url('../fonts/merloneue-semibold-webfont.woff2') format('woff2'),
         url('../fonts/merloneue-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'merlo_neue';
    src: url('../fonts/merloneue-medium-webfont.woff2') format('woff2'),
         url('../fonts/merloneue-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'merlo_neue';
    src: url('../fonts/merloneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/merloneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#sv_kombi_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(245,240,228,0.8);
  z-index: 999999;
  padding: 3rem 0;
  display: none;
  color: var(--sailer-beige);
  font-family: 'merlo_neue';
}

#sv_kombi_overlay span.sv_overlay_close {
  cursor: pointer;
  position: absolute;
    padding: 1rem;
    top: 0;
    right: 0;
    z-index: 2;
}

#sv_kombi_overlay span.sv_overlay_close:before {
  font-family: etmodules;
    color: #000;
    font-size: 3.5em;
    content: "\4d";
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
}

#sv_kombi_overlay span.sv_overlay_close:hover:before {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#sv_kombi_overlay .sv_overlay_inner {
    width: 80%;
    max-width: 364px;
    margin: auto;
    position: relative;
    overflow-y: auto;
    background-color: var(--sailer-teal-900);
    border-radius: var(--modul-border-radius);
    text-align: center;
    color: var(--sailer-beige);
    padding: 2rem 1rem;
    max-height: calc(100vh - 6rem);
}

#sv_kombi_overlay .svbutton-wrapper {
  text-align: center;
  margin-top:1rem;
}

/*#sv_kombi_overlay .svbutton {
  cursor: pointer;
    color: #ffffff;
    border-width: 0px;
    border-radius: 8px;
    font-size: 20px;
    background-color: #3EB492;
    padding: 10px 1rem;
    text-align: center;
    display: inline-block;
  -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
                               
}

#sv_kombi_overlay .svbutton:hover {
  background-color: #57ccaa;
  -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}*/

#sv_kombi_overlay .svbutton {
  cursor: pointer;
    color: var(--sailer-teal-900);
    border-width: 0px;
    border-radius: 50px;
    font-size: var(--modul-button-font-size);
    font-weight: 600;
    background-color: var(--sailer-teal-50);
    padding: 10px 2rem;
    text-align: center;
    display: inline-block;
  -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#sv_kombi_overlay .svbutton:hover {
  background-color: var(--sailer-teal-600);
  color: var(--sailer-teal-50);
  -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

#sv_kombi_overlay .svbutton.inactive {
    color: #ffffff;
    background-color: #a1a1a1 !important;
    cursor: text;
}

#sv_kombi_overlay .svbutton.inactive:hover {
  background-color: #a1a1a1 !important;
  cursor: text;
}

#sv_kombi_overlay h2, #sv_kombi_overlay h3 {
  font-size: 1.125rem;
  color: var(--sailer-beige);
  font-family: 'merlo_neue';
  font-weight: 400;
}

#sv_kombi_overlay h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

#sv_kombi_overlay .overlay_loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ccc;
  background-color: #044F59;
  z-index: 1;
}

#sv_kombi_overlay .lp_element {
    text-align: center;
    margin-top: 0.75rem;
    display: block;
}

#sv_kombi_overlay .lp_element a.lp_link {
    color: var(--sailer-teal-200);
    text-decoration: underline;
    font-size: var(--modul-lp-info-font-size);
}

#sv_kombi_overlay .overlay_loader .overlay_loader_inner {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

#sv_kombi_overlay .desc-wrapper {
  position: relative;
  text-align: left;
}

#sv_kombi_overlay .desc, #sv_kombi_overlay .desc2 {
  padding: 0 0rem;
  font-size: var(--modul-text-font-size);
}

#sv_kombi_overlay .desc ul, #sv_kombi_overlay .desc2 ul {
  list-style-type: disc;
  list-style-type: disc;
  padding: 0 0 0 1em;
  line-height: 26px;
}
#sv_kombi_overlay .desc ul li, #sv_kombi_overlay .desc2 ul li{
  line-height: 1.325em;
  margin-bottom: 0.5rem;
}
#sv_kombi_overlay .desc p, #sv_kombi_overlay .desc2 p {
  line-height: 1.325em;
  margin-bottom: 0.5rem;
}
#sv_kombi_overlay .desc ul li ul , #sv_kombi_overlay .desc2 ul li ul {
  margin-top: 0.5rem;
}
#sv_kombi_overlay .desc-mehr-button {

  cursor: pointer;
  text-align: center;

}
#sv_kombi_overlay .desc-mehr-button:before {
  display: inline-block;
    content: "\33";
    font-family: etmodules;
    font-size: 2rem;
    transform: rotate(0);
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

#sv_kombi_overlay .desc-mehr-button.close:before {
  transform: rotate(180deg);
  -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

#sv_kombi_overlay .preis-wrapper {
  display: grid;
}

#sv_kombi_overlay .preis {
  text-align: center;
  margin: 0.5rem 0 0.5rem 0;
  display: block;
  font-weight: 600;
  font-size: var(--modul-price-font-size);
  line-height: var(--modul-price-font-size);
}

#sv_kombi_overlay .preis .proheft {
  font-size: 0.750rem;
}

#sv_kombi_overlay .streichpreis {
  text-align: center;
  margin: 0.5rem 0 -0.5rem 0;
  display: block;
  text-decoration: line-through;
  font-size: 0.875rem;
}

#sv_kombi_overlay .preis-wrapper.hatstreichpreis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.5rem;
}

#sv_kombi_overlay .preis-wrapper.hatstreichpreis .preis {
  color: var(--sailer-yellow-500);
  text-align: left;
}

#sv_kombi_overlay .preis-wrapper.hatstreichpreis .streichpreis {
  text-align: right;
  line-height: var(--modul-price-font-size);
}

.sv_slick .sv_slick-slide img {
  width: 100%;
  height: auto;
  margin: 0 0rem 0.75rem 0rem;
  border-radius: 0.75rem;
  box-shadow: 10px 10px 14px rgba(0,0,0,0.25);
}

.sv_slick {
  max-width: 400px;
  margin: 0 auto;
}

.sv_slick .sv_slick-slide {
  text-align: center;
  font-size: 18px;
  padding: 0 0rem;
  cursor: pointer;
}

.sv_slick .slick-wrapper {
  padding: 20px 0;
}

.sv_slick .slick-slide {
  -webkit-transition: 250ms all;
  transition: 250ms all;
}

/*.sv_swiper .swiper-slide:hover {
  -webkit-transform: scale(1.0);
          transform: scale(1.0);
  z-index: 1;
}*/

/*.sv_swiper  .swiper-slide:first-child:hover {
  margin: 0 40px;
}

.sv_swiper  .swiper-slide:last-child:hover {
  margin: 0 -40px;
}*/

.slick-prev:before, .slick-next:before {
  color: black;
}

.sv_slick .slick-slide {
  opacity: 0.7;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
} 

#sv_kombi_overlay .desc-wrapper, #sv_kombi_overlay h3, #sv_kombi_overlay .preis-wrapper {
  opacity: 0;
}

.sv_slick .slick-slide.slick-current {
  opacity: 1;
  -webkit-transform: scale(1.0);
          transform: scale(1.0);
  z-index: 10;
  -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
} 

#sv_kombi_overlay .sv_slick .slick-slide.slick-current .desc-wrapper, #sv_kombi_overlay .sv_slick .slick-slide.slick-current h3, #sv_kombi_overlay .sv_slick .slick-slide.slick-current .preis-wrapper {
  opacity: 1;
}

.sv_slick .slick-prev, .sv_slick .slick-next, .sv-modul-variantenboxen  .slick-prev, .sv-modul-variantenboxen  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 6;
    top: 7.5rem;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.sv_slick .slick-prev:before, .sv_slick .slick-next:before, .sv-modul-variantenboxen  .slick-prev:before, .sv-modul-variantenboxen  .slick-next:before  {
  display: block;
    font-family: 'slick';
    position: relative;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--sailer-teal-900);
    background-color: var(--sailer-teal-100);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

.sv-modul-variantenboxen .slick-prev, .sv-modul-variantenboxen .slick-next {
  top: 50%;
  transform: translateY(-50%);
}

.sv_slick .slick-prev:hover:before, .sv_slick .slick-next:hover:before, .sv-modul-variantenboxen  .slick-prev:hover:before, .sv-modul-variantenboxen  .slick-next:hover:before  {
  background-color: var(--sailer-teal-50);
  -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

.sv_slick .slick-next:before, .sv-modul-variantenboxen  .slick-next:before {
    content: '';
    background-image: url(../images/slider-right-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.sv_slick .slick-prev:before, .sv-modul-variantenboxen .slick-prev:before {
    content: '';
    background-image: url(../images/slider-left-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.sv_slick  .slick-prev, .sv-modul-variantenboxen .slick-prev {
  left: 10px;
}

.sv-modul-variantenboxen .slick-prev {
    left: -40px;
}

.sv_slick .slick-next {
  right: 10px;
}

.sv-modul-variantenboxen .slick-next {
right: -40px;
}

.sv-modul-variantenboxen .slick-next.slick-disabled, .sv-modul-variantenboxen .slick-prev.slick-disabled {
  opacity: 0;
  -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

i.icon_cart:before {
  display: inline-block;
  content: "\e07a";
  font-family: etmodules;
  font-style: normal;
}

/* Cart Icon */
.sv_cart_menu_item_wrapper {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  top:6px;
}

.sv_cart_menu_item_wrapper a {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/bag.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.sv_cart_menu_item_wrapper .sv_cart_indicator {
  position: absolute;
  display: none;
  top: -10px;
  right: -10px;
  width:0px;
  height: 0px;
  border-radius: 50%;
  background-color: var(--sailer-teal-800);
  background-color: var(--sailer-yellow-600);
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  overflow: hidden;
      -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sv_cart_menu_item_wrapper.active .sv_cart_indicator {
  display: block;
  opacity: 1;
    width:14px;
  height: 14px;
     -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sv_cart_menu_item_wrapper .sv_cart_indicator.large {
    display: block;
  opacity: 1;
/*  width: 24px;
  height: 24px;
  bottom: -20px;
  right: -20px;
    top: -8px;
  right: -8px;*/
      width:14px;
  height: 14px;
     -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sv_cart_menu_item_wrapper .sv_cart_indicator span.cart_counter {
/*  display: none;*/
  /*opacity: 0;*/
  text-align: center;
  line-height: 14px;
  height: 14px;
  width: 14px;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--sailer-teal-800);
     -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sv_cart_menu_item_wrapper .sv_cart_indicator.active span.cart_counter {
  display: inline-block;
  opacity: 1;
    -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

#sv_message_overlay {
  position: fixed;
  top: -150px;
  left: 0;
  right: 0;
  max-height: 150px;
  overflow: hidden;
  z-index: 999999;
  padding-bottom:1rem;
  pointer-events: none;
  display: none;
    -webkit-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}

#sv_message_overlay .sv_overlay_inner {
  width: 350px;
  max-width: 350px;
  margin: 0.5rem auto 0 auto;
  background-color: rgba(255,255,255,1);
  padding: 0.75rem 1rem;
  text-align: left;
  border-radius: 5px;
  -webkit-box-shadow: 5px 6px 7px -4px rgba(0,0,0,0.73); 
  box-shadow: 5px 6px 7px -4px rgba(0,0,0,0.73);

}

#sv_message_overlay .sv_overlay_inner h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

#sv_message_overlay .sv_overlay_inner h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

@keyframes sv_show_message {
  0%   {top: -150px;}
  10%  {top: 0;}
  90%  {top: 0;}
  100% {top: -150px;}
}

#sv_message_overlay.show {
  animation-name: sv_show_message;
  animation-duration: 5s;
  /*top: 0;
  -webkit-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;*/

}

.iziToast.iziToast-theme-dark {
    background: #3EB492;
    border-color: #3EB492;
/*    background: #FFE47E;
    border-color: #FFE47E;*/
    
}

.iziToast {
  max-width: 400px;
  background: var(--sailer-teal-50) !important;
  border-radius: 30px;
}

.iziToast>.iziToast-cover {
  background-color: rgba(0,0,0,0) !important;
}



@media only screen and (min-width: 981px) {
  .sv_cart_menu_item_wrapper {
    top: 19px;
  }
}

@media only screen and (min-width: 1025px) {
  .sv_cart_menu_item_wrapper {
    top: 15px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1050px) {
  #top-menu li, #menu-mainmenu li {
    padding: 0px 12px!important;
  }
}

@media only screen and (max-width: 1024px) {
  .sv_cart_menu_item_wrapper {
    margin-right: 25px;
  }
}


@media only screen and (min-width: 568px) {
.iziToast:not(.iziToast-rtl) .iziToast-cover {
    border-radius: 30px 0 0 30px !important;
}
}

.iziToast.iziToast-theme-dark .iziToast-message {
  color: var(--sailer-teal-800);
  font-weight: 400;
}

.iziToast>.iziToast-body .iziToast-message {
  line-height: 18px;
  font-size: 16px;
} 

.iziToast>.iziToast-body .iziToast-title {
  line-height: 20px;
  font-size: 18px;
  margin-bottom: 1.25rem;
  color: var(--sailer-teal-800);
}

.iziToast>.iziToast-body .iziToast-buttons>button {
    font-size: 15px;

}

.iziToast>.iziToast-body .iziToast-buttons {
  width: 100%;
  margin-top:1.75rem;
}

.iziToast>.iziToast-body .iziToast-buttons button {
  border-radius: 55px;
  font-size: 0.875rem;
  line-height: 45px;
  font-weight: 600;
  padding: 0 30px;
}

.iziToast>.iziToast-body .iziToast-buttons button:last-child {
  color: var(--sailer-white);
  background-color: var(--sailer-error-600);
  border: 1px solid var(--sailer-error-600);

}

.iziToast>.iziToast-body .iziToast-buttons button:first-child {
  float: right;
  color: var(--sailer-teal-800);
  background-color: var(--sailer-teal-50);
  border: 2px solid var(--sailer-teal-800);
      -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.iziToast>.iziToast-body .iziToast-buttons button:first-child:hover {
    background-color: var(--sailer-teal-600);
    color: var(--sailer-teal-50);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.iziToast-wrapper-topCenter {
    top: 32px !important;
    left: 0;
    right: 0;
    text-align: center;
}

.iziToast.iziToast-theme-dark .iziToast-close {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    background-size: 8px;
}

.iziToast>.iziToast-progressbar {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: calc(100% - 60px);
}

@media only screen and (min-width: 568px) {
.iziToast:after {
  border-radius: 30px;
  box-shadow: none;

}
}

select.niceSelect {
  display: inline-block !important;
  width: 0px !important;
  height: 0px !important;
  opacity: 0 !important;
}

.sv-radio-wrap {
 position: relative;
 display: inline-block;
}

.sv-radio-wrap input[type="radio"] {
  width:0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  display: block;
}

.sv-radio-label {
  display: inline-block;
  padding: 1em 3em;
  margin: 0em;
  cursor: pointer;
  color: var(--sailer-teal-800);
  border-radius: 28px;
  background: #fff;
  transition: 0.3s;
  user-select: none;
  border: 2px solid var(--sailer-teal-800);
  background: none;
}

.sv-radio-label span {
  font-size: 15px;
  font-weight: 600;
  font-family: 'merlo_neue';
}

.sv-radio-label:hover {
  background: var(--sailer-teal-800);
  color: var(--sailer-white);

}
.sv-radio-label:active {

}

input.sv-radio-element:checked + .sv-radio-label {
  background: var(--sailer-teal-800);
  color: var(--sailer-beige);
}

/*input.sv-radio-element:checked + .sv-radio-label:hover {
  background: darken(var(--sailer-teal-800), 5%);
  color: darken(var(--sailer-white), 5%);
}*/

/* Code Engabebox */

.sv_code_eingabe_box {
  width: 100%;
  max-width: 350px;
}

.sv_code_eingabe_box .sv_code_inner input[type=text] {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sailer-teal-900);
  border-radius: 45px;
  padding: 0 18px;
  border: 2px solid var(--sailer-teal-700);
    text-transform: uppercase;
  width: 100%;
}

.sv_code_eingabe_box .sv_code_inner input[type=text]::placeholder {
  font-weight: 300;
  color: var(--sailer-teal-900);
  font-size: 13px;
}

.sv_code_eingabe_box .sv_code_field_row {
  display: grid;
  grid-template-columns: 1fr 94px;
  grid-column-gap: 12px;
}

.sv_code_eingabe_box .sv_code_submit {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--sailer-teal-900);
  color: var(--sailer-white);
  border-radius: 45px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.sv_code_eingabe_box .sv_code_submit .lds-spinner {
  width: 18px;
  height: 18px;
  display: none;
  position: absolute;
  top: 10px;
  right: 50%;
  transform: translateX(50%);
}

.sv_code_eingabe_box .sv_code_submit .lds-spinner div {
transform-origin: 12px 12px;
}

.sv_code_eingabe_box .sv_code_submit .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 8px;
    height: 3px;
    border-radius: 20%;
    background: #fff;
}

.sv_code_eingabe_box .sv_code_submit.transfer .lds-spinner {
  display: block;
}

.sv_code_eingabe_box .sv_code_submit.transfer span {
  display: none;
}

.sv_code_eingabe_box .inaktiv .sv_code_submit {
  color: var(--sailer-teal-600);
  cursor: text;
}

.sv_code_eingabe_box .inaktiv .sv_code_submit:hover {
  color: var(--sailer-teal-600);
  cursor: text;
  background-color: var(--sailer-teal-900);
}

.sv_code_eingabe_box .sv_code_submit:hover {
  background-color: var(--sailer-teal-600);
}

.sv_code_eingabe_box .success .sv_code_submit {
  background-image: url(../images/check-icon.svg);
  background-size: 19px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: text;
}

.sv_code_eingabe_box .success .sv_code_submit:hover {
  background-color: var(--sailer-teal-900);
}

.sv_code_eingabe_box .success .sv_code_submit span {
  display: none;
}

.sv_code_eingabe_box .success input[type=text] {
  background-color: var(--sailer-teal-500);
  color: var(--sailer-white);
}

.sv_code_eingabe_box .sv_code_delete {
  display: none;
}

.sv_code_eingabe_box .codefield_wrapper {
  position: relative;
}

.sv_code_eingabe_box .sv_code_field_row.success {
  position: relative;
}

.sv_code_eingabe_box .sv_code_field_row.success .sv_code_delete {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  height: 41px;
  width: 41px;
  border-radius: 20.5px;
  cursor: pointer;
  background-color: var(--sailer-teal-100);
  background-image: url("../images/icon-delete-cross.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.sv_code_eingabe_box .error .sv_code_submit {
  color: var(--sailer-teal-600);
  cursor: text;
}

.sv_code_eingabe_box .error .sv_code_submit:hover {
  background-color: var(--sailer-teal-900);
}

.sv_code_eingabe_box .error .sv_code_submit span {
  
}

.sv_code_eingabe_box .error input[type=text] {
  border: 1px solid var(--sailer-error-600);
/*  height: 43px;
  line-height: 43px;*/
}

.sv_code_eingabe_box span.sv_error {
  color: var(--sailer-error-600);
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  padding-left: 15px;
  text-align: left;
  display: block;
  padding-top:4px;
}

.sv_aufklapp_wrapper span.svtoggle {
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

}

.sv_aufklapp_wrapper .aufklapp_text {
    overflow: hidden;
    position: relative;
    -webkit-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}

.sv_aufklapp_wrapper .aufklapp_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height:30px;
    left: 0;
    opacity: 1;
     -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}


.sv_aufklapp_wrapper.open .aufklapp_text:after {
    opacity: 0;
     -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

.sv_aufklapp_wrapper .aufklapp_text ul {
    list-style-position: inside;
}

.sv_steps .ausgeblendeter_text span {
    text-decoration: underline;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.sv_steps .ausgeblendeter_text .text {
    display: none;
}

.walker {
      position: relative;
    z-index: 5;
}

.tooltip.tooltipstered {
  cursor: pointer;
  display: inline-block;
}

.iziToast-buttons {
    text-align: center;
}

.iziToast>.iziToast-body .iziToast-buttons button:first-child {
  float: none;
}

#sv-warenkorb h4 {
  display: block;
  text-align: right;
  padding-right: 1.375rem;
  font-size: 15px;
  font-weight: 600;
  padding-top: 0.75rem
}

/* Cache-sichere Box-Sichtbarkeit: einblenden-Boxen (nur mit Schulcode sichtbar)
   sind im gecachten HTML standardmäßig versteckt. sv-dynamic.js blendet sie bei
   aktivem Schulcode ein (Dispatcher liefert 'visible'). Greift auch ohne JS korrekt. */
.variantenbox.sv-box-codehidden,
.sv-mobile-item.sv-box-codehidden {
  display: none !important;
}