/** Shopify CDN: Minification failed

Line 632:2 Unexpected "<"

**/
/* WUP: Navigation Hack */
@media only screen and (min-width: 1280px) {
  .globomenu.globomenu-main {
    width: 860px !important;
 }
  
  a.globomenu-target.globomenu-target-with-icon.globomenu-item-layout-icon_left.globomenu-item-layout-icon_left.globomenu-target-with-icon.globomenu-item-layout-icon_left.js-no-transition {
    padding-left: 10px !important;
    padding-right: 20px !important;
  }
}

:focus {
    outline: none;
}

/* WUP: Announcement Fix for Menu */
.announcement-bar {
  z-index: 999;
}

/* WUP: Slider Button */
a.btn.hero__btn {
  background-color: #00b2ff;
  font-weight: 600;
}

a:hover.btn.hero__btn {
  font-weight: 600;
}

.mega-subtitle p {
  text-shadow: 0 0 4px rgba(0,0,0,0.4);
}

/* WUP: Offer Section */
div#shopify-section-1551967065893 {
  background-color: #f7f7f7;
}

.custom__item.custom__item--1551979491646-0.three-quarters.align--center em {
    font-size: 0.9em;
}

/* WUP: Auction Section */
div#shopify-section-1551979491646 {
  background-color: #fff9e0;
}


/* WUP: Logo Section */
div#shopify-section-1551288757411 {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* WUP: Quotes Section */
.quotes-wrapper {
   max-height: 195px;
}

/* WUP: Headlines Sections */
.section-header.text-center h2, .section-header.text-center h4  {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

/* WUP: Headlines Image Items */
.grid__item.medium-up--one-third.text-left .h4 {
  font-size: 1em;  
  font-weight: 600;
  text-transform: uppercase;
}

/* WUP: Logo Min./Max. Width */
.logo-bar__image {
  min-width: 110px;
  max-width: 140px;
}

/* WUP: Product Invetory Slider */
.product__inventory {
  margin-top: 10px;
  font-size: 1.1em;  
}

.product__inventory-progress {
  width: 100%;
  height: 10px;
}

.product__inventory-progress-wrap {
  background: #ffcc00;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}
  
.product__inventory-progress-bar {
    background: #eaeaea;
    left: 0;
    position: absolute;
    top: 0;
}

.product-variant-inventory {
   color: #000000;
   font-weight: 600;
}

/* WUP: Product Tax & Price */
.price__taxes {
  font-size: 0.65em;
}

.price-item.price-item--regular {
  font-weight: 500;
  color: #00b2ff;
}

/* WUP: Product Form */
.product-form {
  padding-top: 1em;
}

/* WUP: Product Wishprice Selector */
.product-single__wishprice--selectbox {
  margin-top: 10px;
  margin-left: 5px
}

.product-single__wishprice--selectbox hr {
  margin-top: 5px;
  margin-bottom: 20px;
}

.product-single__wishprice--selectbox h3 {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 600;
}

.product-single__wishprice--selectbox p {
  font-size: 0.9375em;
}

/* WUP: Product Batches */
.product-single__batches {
  margin-top: 10px;
  margin-left: 5px
}

.product-single__batches hr {
  margin-top: 0px;
  margin-bottom: 0px;
}


.product-batches-content h3 {
  margin-bottom: 0px;
  
  font-size: 1.0625em;
  color: #000000;
  font-weight: 600;
}

.product-batches-content td {
  border: none;
  padding-left: 0px;
  margin: 0 auto;
  max-width: 60px;
  
  font-size: 0.7em;
  font-weight: 600;
  text-align: center;
  color: #666;

}

.product-batches-content img {
  max-width: 100%;
  max-height: 100%;
  width: 60px;
}

/* WUP: Product Pre-Description */
.product-single__pre__description h1, h3, h4, h5 {
  color: #000000;
}

.product-single__pre__description {
  font-size: 0.9em;
  margin-top: 10px;
  padding-right: 6px;
  padding-left: 6px;
}

.product-single__pre__description hr {
  margin-top: 15px;
  margin-bottom: 0px;
}

/* WUP: Product Details Tabs */
.product-single__tabs {
  margin-bottom: 25px;
}

/* WUP: Cart Shipping & Taxes */
.cart__shipping {
    padding: 0px 0 0px;
    margin-bottom: 20px;
}

/* WUP: Cart Button */
#AddToCart-product-template {
  min-height: 48px  !important;
  font-weight: 600 !important;
}

#AddToCart-product-template:hover {
}

/* WUP: Offer Button */
#mf_button {
   flex-basis: 100% !important;
   margin-left: 5px !important;
   margin-right: 5px !important;
}

#mf_button button {
  min-height: 48px  !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  
  
  border-radius: 4px !important;
  border: none !important;
  box-shadow: 0 0 0 0 transparent !important;
  color: white !important;
  cursor: pointer !important;
  display: block !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  width: 100% !important;
  transition: background 0.2s ease-in-out !important;
  
  animation-name: shake;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  cursor: pointer;
}

#mf_button button:hover {
    background-color: #a71648 !important;
    animation-name: shakeAnim;
}

/* WUP: Button Animation */
@keyframes shakeAnim {
  0% {left: 0}
  1% {left: -3px}
  2% {left: 5px}
  3% {left: -8px}
  4% {left: 8px}
  5% {left: -5px}
  6% {left: 3px}
  7% {left: 0}
}

@keyframes shake {
  0% {left: 0}
  1% {left: -3px}
  2% {left: 5px}
  3% {left: -8px}
  4% {left: 8px}
  5% {left: -5px}
  6% {left: 3px}
  7% {left: 0}
}

/* WUP: Product Related Products */
#az_reviews .reviews_main_title {
    font-family: 'Quicksand', sans-serif !important;
    text-transform: uppercase !important;
}

/* WUP: Product Related Products */
div#ProductSection-related-products-wup h2.section-header__title {
    font-size: 17px;
    font-weight: 600;
}

/* WUP: Cart Message */
.vncvtm {
    padding: 20px;
}

/* WUP: Content Text */
.rte h2, h2.rte { 
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 10px;
}
  
.rte h3, h3.rte { 
	font-size: 1em;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 5px;
}

.rte hr { 
  margin-top: 25px;
  margin-bottom: 25px;
}

/* WUP: Footer Headlines */
.site-footer h4, .site-footer .h4 {
  font-size: 1em;  
  font-weight: 600;
  text-transform: uppercase;
}

/* WUP: Footer Stuff */
.site-footer__linklist-item {
  padding: 3px 0;
}

/* WUP: FAQ Stuff */
.s4com-helpcenter-title {
  font-size: 1.8125em;
  color: #000000;
}

.s4com-helpcenter h2 {
  font-size: 1.1em;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
}

h3.s4com-sub-heading.s4com-border-bottom {
  font-size: 1.1em;
  text-transform: uppercase;
}

.s4com-article-body {
  padding-top: 0px !important;
}

.s4com-article-body ul {
  padding: 0px;
  list-style: disc outside;
  margin: 0 0 17.5px 35px;
}

.s4com-article-body li {
  margin-bottom: 4px;
  list-style: disc outside;
}

.s4com-fas {
  font-size: 1em !important;
}

a.s4com-btn {
  color: #FFFFFF !important;
}

.product-form__item--submit.submit-sticky-btn {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 111;
}

/* WUP: Checkout Headlines */
.cart__shipping.cart__terms.rte {
  float: none;
  text-align: right;
  clear: both;
  margin: 10px 0;
}

/* WUP: Checkout Batches */
.cart__shipping__batches hr {
  margin-top: 45px;
  margin-bottom: 25px;
}

/* WUP: The Modal (background) */
.modal-wus {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 60em;
  overflow: hidden;
  border-radius: 8px;
}

.modal-content iframe {
  width: 97%;
  height: 100%;
  overflow: hidden;
  border: 0;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* WUP: Mobile Rules */
@media only screen and (max-width: 500px) {
  /* WUP: Mobile Menu */
	.mobile-nav-wrapper {
      margin-top: -45px;
	}
  
	/* WUP: Logo Size */
    .site-header__logo-image {
       width: 200px !important;
    }
  
	/* WUP: Hide Site Search */
    .site-header__search-toggle {
       display: none;
    }
   
	/* WUP: Content Text */ 
	.rte h2, h2.rte { 
      font-size: 1em;
      font-weight: 600;
      margin-top: 35px;
      margin-bottom: 10px;
	}
  
	.rte h3, h3.rte { 
      font-size: 0.9em;
      font-weight: 600;
      margin-top: 35px;
      margin-bottom: 5px;
	}

	/* WUP: Wishprice Text */
	.product-single__wishprice--text br {
	  display: none;
	}
  
  	/* WUP: Product Batches */
    .product-batches-content td {
      font-size: 0.7em;
      min-width: 45px;
    }

	.product-batches-content img {
  	  max-width: 100%;
  	  max-height: 100%;
  	  width: 45px;
	}
  
	/* WUP: Product Pre-Description */ 
	.product-single__pre__description {
      font-size: 0.8em;
	}
  
   /* WUP: Auction Section */
   .custom__item.custom__item--1551979491646-1.small--one-half.medium-up--one-quarter.align--center {
	  width: 25%;
	}
  
	.custom__item.custom__item--1551979491646-0.three-quarters.align--center {
	  width: 100%;
	}
  
    .custom__item.custom__item--1551979491646-0.three-quarters.align--center .custom__item-inner.custom__item-inner--text
	{
	  text-align: center;
	}  
    
  	/* WUP: Review Section */
	#az_reviews .reviews_main_title p {
	  margin-bottom: 0px !important;
	}
  
    #az_reviews .box_rating_container_style2, .large-12.cell.main_reviews_titel_div hr {
      display: none;
    }
  
  /* WUP: Checkout Headlines */
	.cart__shipping.cart__terms.rte {
  	  text-align: center;
	}
    
  	.modal-content {
  		margin: 15% auto;
    }
  
  	.modal-content iframe {
    	margin-top: -27px;
    }
  
    /* WUP: Bottom Margins */
	.site-footer .page-width {
   	  margin-bottom: -40px;
	}
  	
  	/* WUP: Footer Margins */
  	.site-footer__item.site-footer__item--one-quarter {
      margin-bottom: 25px;
	}
  
	.site-footer__hr {
      margin-top: 25px;
	}
  
	/* WUP: Hide Newsletter Form */
	.site-footer__item-inner--newsletter {
	  display: none;
	}
}

/* WUP: Mobile Menu Fix for iPad & Co. */
@media only screen and (min-device-width: 750px) and (max-device-width: 1023px) {
  	.mobile-nav-wrapper {
      margin-top: -45px;
      padding-left: 45px;    
  	}
	
    .site-header__menu {
	  display: block !important;
    }

	.theme-store-id-796 .mobile-nav-wrapper.js-menu--is-open {
	  z-index: 99;
	}

	.medium-up--hide.js-menu--is-open {
	  display: block !important;
	  transform: translateY(70px);
	}

  	.theme-store-id-796 .globomenu.globomenu-main {
	  display: none;
	}
  
	.globomenu-responsive.globomenu:not(.globomenu-store-719) {
	  position: relative !important;
	}      	

	.mobile-nav-wrapper.js-menu--is-open #MobileNav {
	  overflow: visible;
	  display: block !important;
	}
}

/* WUP: Article Description, Read More... */
.product-single__description {
	position: relative;
    overflow: hidden;
    margin: 30px 0;
    background: #FFFFFF;
}

.more-btn-wrapp {
	padding: 49px 0px 20px;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
  	bottom: 0;
  	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.more-btn-wrapp a:hover,
.more-btn-wrapp a:focus {
	color: #FFFFFF !important;
}

.more-link {
    padding: 5px 35px;
    color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #00b2ff;
  	padding-bottom: 5px !important;
}

p < more-link open {
	position: relative; 
}

/* WUP: Wishprice Text */
.product-single__wishprice--text {
  margin-top: 15px;
  margin-left: 5px;
  font-size: 15px;
  color: #666666;
}

.product-single__wishprice--text hr {
  margin-top: 15px;
  margin-bottom: 15px;  
}

/* WUP: Wishprice Slider */
.slider {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 100%;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider-track {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 10px;
  width: 97%;
  background-color: #00b2ff;
  cursor: pointer;
}

/*.slider-track:hover .slider-handle::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}*/

.slider-distance {
  position: relative;
  left: 0;
  bottom: 0;
  width: 0%;
  height: inherit;
  background-color: #008ecc;
}

.slider-handle {
  position: absolute;
  font-size: 30px;
  bottom: 50%;
  right: -8px;
  z-index: 1;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  -webkit-transform: translateY(50%) scale(1);
      -ms-transform: translateY(50%) scale(1);
          transform: translateY(50%) scale(1);
  transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.is-moving .slider-handle {
  -webkit-transform: translateY(50%) scale(1.3);
      -ms-transform: translateY(50%) scale(1.3);
          transform: translateY(50%) scale(1.3);
}
.is-moving .slider-handle::before {
  content: none;
}

.slider-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 32px;
  width: 32px;
  border-radius: inherit;
  background-color: currentColor;
  opacity: .06;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.slider-steps {
  position: relative;
  height: 4px;
  width: 100%;
}

.slider-fraction {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 4px;
  background-color: #8F8D6A;
}

.slider-indicator {
  position: absolute;
  margin-top: 15px;
  font-size: 1.25em;
  color: #000000;
}

.slider-indicator-text {
  font-size: 0.75em;
  color: #666666;
}

.slider-indicator-text strong {
  font-weight: 600;
  color: #000000;
}

.slider:hover .slider-indicator::before,
.slider.is-moving .slider-indicator::before {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}