/* HIDE PRICE */

/* .product-info-price {
  display: none;
}

.price-box {
  display: none !important;
}

.price-details {
  display: none !important;
}

.products-grid .product-item-info .tocart.btn-cart {
  display: none !important;
}

.actions-link {
  display: none !important;
} */

/* HIDE PRICE */


/* PAGE LAYOUT */

:root {
  --main-color: #DBCFBF;;
	--boder-color: #DBCFBF;
}

body {
  color: #888;
  background-color: #fff;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  font-size: 14px;
}

.header {
  position: relative !important;
}

.header.content {
  width: 80%;
  padding: 0px 0px 0px 0px;
}

.page-header {
  border-bottom: 0px;
  margin: 0px 0px 0px 0px;
  padding-bottom: 0px;
}

.page-header .panel.wrapper {
  background-color: transparent;
  color: #333;
  height: 45px;
}

#maincontent,
.cms-index-index #maincontent,
.cms-page-view #maincontent,
.catalog-product-view #maincontent,
.catalog-category-view #maincontent {
  position: relative;
  margin-top: 40px;
}

@media (max-width: 996px) {
#maincontent,  
.cms-index-index #maincontent,
.cms-page-view #maincontent,
.catalog-product-view #maincontent,
.catalog-category-view #maincontent {
      position: relative;
      margin-top: 30px;
  }
}

@media (min-width: 996px) and(max-width: 1200px) {
#maincontent,
.cms-index-index #maincontent,
.cms-page-view #maincontent,
.catalog-product-view #maincontent,
.catalog-category-view #maincontent {
      position: relative;
      margin-top: 30px;
  }
}


.no-padding {
  padding: 0 !important;
}

.header.panel > .header.links > li > a {
  color: #333;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #333;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: var(--main-color);
  text-decoration: none;
}
.header.panel > .header.links > li > a:active {
  color: var(--main-color);
  text-decoration: none;
}

.panel {
  margin-bottom: 20px;
  background-color: #eee;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nohrd-full-width {
    max-width: 100% !important;
}

.page-wrapper {
  min-height: auto;
  position: relative !important;
}

.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    box-sizing: border-box;
    max-width: 100%;
    /* padding-left: 0px;
    padding-right: 0px; */
}

.breadcrumbs {
	background-color: #f6f6f8 !important;
	font-size: 10px !important;
	padding: 8px 0 3px !important;
	margin-bottom: 0px !important;
	position: relative;
	top:0px;
}

@media (max-width: 1200px) {
.breadcrumbs {
	background-color: #f6f6f8 !important;
	font-size: 10px !important;
	padding: 8px 0 3px !important;
	margin-bottom: 0px !important;
	position: relative;
	top:02px;
}
}

.breadcrumbs .items li strong {
	font-weight: 400;
	max-width: 180px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	top: -1px;
	position: relative;
  }


  .page-title-wrapper {
    background-color: #333 !important;
    padding: 0px 0 0px !important;
    text-align: center;
    background-image: none !important;
    background-size: cover;
    background-repeat: repeat-y;
    position: relative;
    background-position: center center;
    background-attachment: scroll;
    margin-bottom: 0px !important;
  }
  
  .page-title-wrapper:before {
  content: '';
  position: absolute;
  background: none !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 38px;
  }
  
  .page-title-wrapper h1, .page-title-wrapper .h1 {
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  padding-top: 16px !important;
  border: none;
  display: block;
  margin: 0px !important;
  position: relative;
  height: 34px !important;
  }
  
  @media (max-width: 480px) {
  .page-title-wrapper h1, .page-title-wrapper .h1 {
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  padding-top: 16px !important;
  border: none;
  display: block;
  margin: 0px !important;
  position: relative;
  height: 34px !important;
  }
  }
  
  .page-title-wrapper2 {
  background-color: #EEE8E3;
  padding: 0px 0 0px;
  text-align: center;
  position: relative;
  top: 0px !important;
  margin-top: 0px !important;
  height: 40px;
  }
  
  @media (max-width: 1200px) {
  .page-title-wrapper2 {
  background-color: #EEE8E3;
  padding: 0px 0 0px;
  text-align: center;
  position: relative;
  margin-top:20px;
  height: 40px;
  }
  }
  
  .page-title-wrapper2 h1, .page-title-wrapper2 .h1 {
  color: #000;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 6px !important;
  font-size: 20px;
  border: none;
  padding-top: 0px;
  }
  
  @media (max-width: 480px) {
  .page-title-wrapper2 h1, .page-title-wrapper2 .h1 {
  color: #000;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 6px !important;
  font-size: 12px;
  border: none;
  height: 40px;
  }
}  

.nohrd-top-header-content {
	position: relative;
}

.checkout-container {
  margin: 40px 0 20px;
}

.category-view {
  
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}



.page-main {
	position: relative;
  flex-grow: 0 !important;
	
}

@media (max-width: 1200px) {
.page-main {
	position: relative;
  flex-grow: 0 !important;
  }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.frame-box-wide {
  padding: 5% 0% 0% 0%;
}

.secundary-text {
  font-family: din-2014, sans-serif !important;
  font-weight: 200 !important;
  font-style: normal !important;
  color: black !important;
  font-size: 20px !important;
  line-height: 2em !important;
}

/* OWL SLIDER */

.owl-carousel .owl-dots {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}

/* BUTTONS */

.frame-box-wide .btn-next {
  background-color: #DBCFBF !important;
  font-family: din-2014, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  color: black !important;
  border-radius: 2px !important;    
  padding-top: 3px !important;
  border:0px !important;
  margin:20px 0px 20px 0px;
}

.frame-box-wide .btn-next:hover {
  background-color: #DBCFBF !important;
  font-family: din-2014, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  color: #999 !important;
  border-radius: 2px !important;    
  padding-top: 3px !important;
  border:0px !important;
  margin:20px 0px 20px 0px;
}

.frame-box-wide .btn-success {
  background-color: var(--main-color) !important;
  font-family: din-2014, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  color: black !important;
  border-radius: 2px !important;    
  padding-top: 3px !important;
  border:0px !important;
  margin:20px 0px 20px 0px;
}

.frame-box-wide .btn-success:hover {
  background-color: var(--main-color) !important;
  font-family: din-2014, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border-radius: 2px !important;    
  padding-top: 3px !important;
  border:0px !important;
  margin:20px 0px 20px 0px;
}

.video-button-gold {
  background: url(https://shopstage.nohrd.net/pub/media/dr-wolff/video/play-btn-gold.png) no-repeat top left;
  background-size: contain;
  display: block;
  padding-left: 55px;
  height: 40px;
  padding-top: 10px;
  cursor: pointer;
  text-align: left;
  font-family: din-2014, sans-serif !important;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}

.btn-more-gold {
  background-color: #DBCFBF !important;
  font-family: din-2014, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  color: black !important;
  border-radius: 2px !important;    
  padding-top: 3px !important;
  border:0px !important;
}

.btn-more-gold:hover {
  color: #999 !important;
}

.product-item .tocart {
  background-image: none;
  background: var(--main-color);
  border: 1px solid var(--boder-color);
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}

.product-item .tocart {
  background-image: none;
  background: var(--main-color);
  border: 1px solid var(--boder-color);
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: -10px;
}
.product-item .tocart:hover,
.product-item .tocart:active
 {
  background-image: none;
  background: var(--main-color);
  border: 1px solid var(--boder-color);
  border-radius: 2px;
  margin-left: -10px;
}


/* .action.primary,
.action-primary {
  background-image: none;
  background: var(--main-color);
  border: 1px solid var(--boder-color);
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}

.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: var(--main-color);
  border: 1px solid var(--boder-color);
  border-radius: 2px;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: var(--main-color);
  border: 1px solid var(--boder-color);
  border-radius: 2px;
  color: #ffffff;
} */

button {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.btn {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  height: 40px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 36px;
  background-color: transparent;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  border-color: #56cfe1;
  background-color: #56cfe1;
}
.btn.btn-lg {
  padding: 0 40px;
  height: 44px;
  line-height: 40px;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 0 30px;
}
.btn.btn-xs {
  padding: 0 25px;
  line-height: 34px;
  height: 36px;
}
.btn-default {
  color: #222;
  border: 2px solid #222;
  background-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #fff;
  border: 2px solid #222;
  background-color: #222;
}
.btn-default2 {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}
.btn-default2:hover,
.btn-default2:focus,
.btn-default2:active {
  color: #fff;
  border: 2px solid #56cfe1;
  background-color: #56cfe1;
}
.btn-primary {
  color: #fff;
  border: 2px solid #222;
  background-color: #222;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  border: 2px solid #56cfe1;
  background-color: #56cfe1;
}
.btn-secondary {
  color: #fff;
  border: 2px solid #56cfe1;
  background-color: #56cfe1;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #fff;
  border: 2px solid #222;
  background-color: #222;
}
.btn-full {
  width: 100%;
}

.btn-cart-grey {
	color: #999 !important;
	border: none !important;
	background-color: #eee !important;
	border-radius: 2px !important;
	padding: 2px 30px 0px 30px !important;
}
.btn-cart-grey:hover,
.btn-cart-grey:focus,
.btn-cart-grey:active {
	color: #999 !important;
	border: none !important;
	background-color: #ddd !important;
	border-radius: 2px !important;
	padding: 2px 30px 0px 30px !important;
}

.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: #333333;
}
.block-search .action.search:active:before {
  color: inherit;
}


/* NAVIGATION */

.logo-link {
  position: relative;
  top: 4px;
  left: 0px;
  margin-right: 14px;
  width: 20px;
  height: auto;
}

@media (max-width: 1200px) {
.logo-link {
  position: relative;
  top:0px;
  left:10px;
  width: 40px;
  height: auto;
  font-size: 30px;
  }
}

.dropdown-toplinks .dropdown-toggle {
  background: none;
  border: none;
  color: #000;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: 20px;
}
.dropdown .dropdown-toplinks .dropdown-toggle:hover {
  color: #56cfe1;
}
.dropdown .dropdown-toplinks .dropdown-menu {
  min-width: 0px;
  left: auto;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 100;
  display: block !important;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0;
  border: none;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.dropdown .dropdown-toplinks .dropdown-menu li {
  white-space: nowrap;
}
.dropdown .dropdown-toplinks .dropdown-menu li a:not(.no-display) {
  border-bottom: 1px solid #eee;
  padding: 12px 15px 8px;
  display: block;
}
.dropdown .dropdown-toplinks .dropdown-menu li a:not(.no-display) .counter {
  font-size: 12px;
}
.dropdown .dropdown-toplinks .dropdown-menu li a:not(.no-display) .counter:before {
  content: "(";
}
.dropdown .dropdown-toplinks .dropdown-menu li a:not(.no-display) .counter:after {
  content: ")";
}
.dropdown .dropdown-toplinks:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.navigation {
	background-color: transparent;
  font-weight: 400;
}

.nav-main-menu {
    line-height: 1.5;
    letter-spacing: 0em !important;
    position: relative;
}

.navigation .nav-main-menu li {
  margin-bottom: 0px;
}

.navigation .nav-main-menu li li > a {
  display: block;
  font-size: 13px;
  line-height: 3;
  padding-left:0px;
}

.nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu {
	left: 0;
	right: 0;
	background-color: white;
	border-top: 1px solid white !important;
	border-bottom: 1px solid white !important;
	padding: 25px;
}

.nav-main-menu > li:first-child > a {
    padding-left: 15px !important;
}

.navigation .level0:last-child {
    margin-right: 0;
}

.navigation .nav-main-menu li > ul.dropdown-menu ul > li:first-child > a {
    border-bottom: 1px solid #eee;
    padding: 3px 0px 0px 3px;
  }

.navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a {
	border-bottom: 1px solid #eee;
  padding: 3px 0px 0px 3px;
}

.navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a {
  padding: 3px 0px 0px 3px;
  border-bottom: 0px;
}

.megamenu-homelink {
    display: block;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: var(--main-color) !important;
    background-color: transparent !important;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  background-color: white;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.nohrd-megamenu {
  position: relative;
  top:8px;
}

.navbar-nohrd {
  z-index:10;
  position: relative;
  background-color: white;
  left:0px;
  right:0px;
  padding-bottom:20px;
}   

/* DROPDOWN / MAIN-MENU */



.level0 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
}

.menu-cat-heading {
  position: relative;
  color:black;
  left:-15px;
  padding-left: 10px;
  padding-top:3px;
  text-transform: uppercase;
  
}

.menu-left-padding {
  position: relative !important;
  padding-left:15px !important;
  margin-bottom: 15px;
  margin-top: 30px !important
}

@media (max-width: 1800px) {
.menu-left-padding {
  position: relative !important;
  padding-left:15px !important;
  margin-bottom: 0px;
}
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li > a {
  padding: 2px 0px 0px 0px !important;
}

@media (max-width: 1199px) {
  .header:not(.header6):not(.header7) .nav-main-menu li > a {
      padding-right: 40px;
      border-bottom: 1px solid #ddd;
      display: block;
      padding: 10px 15px !important;
      color: #575757;
      font-size: 14px;
      line-height: 3em !important;
    }
}

@media (max-width: 1199px) {
.header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu {
  width: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 45px;
  top: 0;
  padding-top: 10px;
}
}

.nav-menu-heading {
  font-family: forma-djr-deck, sans-serif;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  color:black !important;
  text-transform: uppercase !important;
}

.menu-names {
  position: relative;
  top:-5px;
  margin-left:20px;
  display: inline-grid;
  line-height: 2.5em;
}

.level1:hover .menu-names > span {
  color: var(--main-color) !important;
}

.menu-border {
  border-bottom: 1px solid #eee;
  padding-bottom: 2px;
  margin-right: 10px;
}

.menu-product-name {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color:black;
}

.menu-product-type {
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color:grey;
  margin-top:-15px;
}

.dropdown-wrapper {
  position: absolute;
  z-index:1;
  left:0;
  right:0;
  width:100%;
  padding:0;
}

.dropdown-submenu {
  position: relative;
  width: 100%;
  border-bottom: none !important;
  border-radius: 0px !important;
  opacity: 0.99;
  margin-top: -1px !important;
  border: none !important;
}

.dropdown-submenu li {
  border-bottom: 1px solid #eee;
  width: 100%;
  min-height: 40px;
}

.dropdown-submenu li:hover {
  width: 100% !important;
  min-height: 40px !important;
}

.dropdown-submenu li a {
  padding: 10px 0px 7px 10px !important;
  height: 40px !important;
}

/* Cart */

.cart-summary {
  top:40px !important;
}

.nohrd-cart-table-head {
  font-family: din-2014, sans-serif;
  background-color: #f5f5f5;
}

.nohrd-cart-table-head-item {
  font-family: din-2014, sans-serif;
  color: black;
  font-size: 20px;
  font-weight: 100;
}

.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: left;
}

.price-including-tax .price,
.price-excluding-tax .price {
    font-weight: 400 !important;
}

/* HEADER */

.top-icons {
  display: flex;
  position: relative;
  top:10px;
  float: right;
}  
@media (max-width: 1200px) {
  .top-icons {
    padding: 0px;
    float: none;
  }
}

.nohrd-menu-icon {
  color: black;
  font-size: 20px;
  padding: 0px 10px 0px 10px;
}

@media (max-width: 1200px) {
  .nohrd-menu-icon {
    color: black;
    font-size: 30px;
  }
}

/* .logo-div {
  height: 75px;
} */

.logo {
    float: none !important;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 5;
    max-width: 100%;
    margin: 8px auto 25px 0;
}

.logo-sticky > .logo img {
  width: 75px !important;
  height: auto !important;
  position: absolute;
  margin-top:-8px;
}

.logo img {
    height: auto;
}

@media (max-width: 1200px) {
.logo img {
  height: auto;
  width: 100px;
  margin-top:5px;
  }
}

.minicart-wrapper {
  display: inline-block;
  position: relative;
  right:0px;
  margin-left: 5px;
}

.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 1200px) {
.minicart-wrapper .action.showcart:before {
  font-size: 24px !important;
  line-height: normal !important;
  top:-5px !important;
  right:10px !important
  }
}

.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 26px;
  color: black;
  content: '\e66e';
  font-family: 'Pe-icon-7-stroke';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: relative;
  top:-4px;
}
.minicart-wrapper .action.showcart:hover:before {
  color: var(--main-color);
}
.minicart-wrapper .action.showcart:active:before {
  color: var(--main-color);
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}

.minicart-wrapper .action.showcart {
    white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #eee !important;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}    

.minicart-wrapper .action.showcart > .counter.qty, .header .header-wl .count-wl {
background-color: var(--main-color) !important;	
}

.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: black;
  content: '\f002';
  font-family: 'Font Awesome 5 Pro';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: var(--main-color);
}
.block-search .action.search:active:before {
  color: inherit;
}


/* SHOP */

.upsell {
  margin-top:60px;
}

.page-products .products-grid .product-item {
  margin-left: 0px;
  padding: 5px;
  width: calc((100% - 6%)/2);
}

.page-products .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 0px;
}

.shop-overview-link {
  margin-top:10px;
}

.page-products .product-item-info {
  width: 100%;
}

.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
  display: none;
}

.opc-progress-bar .opc-progress-bar-item._active:before {
      background: var(--main-color);
      border-color: transparent;
}


.opc-progress-bar .opc-progress-bar-item._active > span {
  color: var(--main-color);
  border-color: transparent;
}

.opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: var(--boder-color);
  border-color: transparent;
}

.opc-progress-bar .opc-progress-bar-item._active > span:after {
  color: var(--main-color);
  border-color: transparent;
}

.opc-progress-bar .opc-progress-bar-item._complete:before {
  background: #ccc;
}

.opc-progress-bar .opc-progress-bar-item._complete > span:before {
  background: #ccc !important;
}

.opc-progress-bar .opc-progress-bar-item._complete > span:after {
  color: var(--main-color) !important;
  font-family: 'FontAwesome';
  content: '\f00c';
}

.opc-progress-bar .opc-progress-bar-item._complete > span {
  color: var(--main-color) !important;
}

@media (min-width: 992px) {
  .opc-progress-bar {
      margin: 0 0 32px;
      counter-reset: i;
      display: block;
      font-size: 0;
      width:calc(66.66666667% - 15px)
  }
}

.opc-progress-bar .opc-progress-bar-item {
  margin: 0 0 10px;
  width: 50%;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align:top
}

.opc-progress-bar .opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #c2c2c2;
  font-size:16px
}

.opc-progress-bar .opc-progress-bar-item > span:after, .opc-progress-bar .opc-progress-bar-item > span:before {
  left: 50%;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition:all 300ms
}

.opc-progress-bar .opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  color:#c2c2c2
}

.opc-progress-bar .opc-progress-bar-item > span:before {
  background: #c2c2c2;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  content: '';
  top:0
}

.opc-progress-bar .opc-progress-bar-item:before {
  background: #c2c2c2;
  top: 19px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width:100%
}


.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
    max-width: 90%;
    width: 100%;
}

.authentication-wrapper {
  float: right;
  margin-top: 0px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}

mark, .mark {
  padding: .2em;
  background-color:transparent;
}

.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: var(--main-color);
  font-weight: 400;
}

.filter.active .filter-options,
.filter-options {
  background: transparent;
  clear: both;
  display: block;
  overflow: initial;
  position: static;
}

.additional-info {
  font-size: 16px;
  color: black;
  font-family: forma-djr-deck, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product.info.detailed {
  clear: both;
  margin-bottom: 4px;
  top: 30px;
  position: relative;
  border-top: 1px solid #eee;
}

.product.data.items > .item.title > .switch {
  font-weight: 400;
  line-height: 40px;
  font-size: 1.4rem;
  color: #6d6d6d;
  text-decoration: none;
  text-transform: uppercase;
  background: #eee;
  border: 0px;
  height: 40px;
  padding: 1px 35px 1px 35px;
}

.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
  text-transform: uppercase;
}
.product.data.items > .item.title > .switch:hover {
  color: var(--main-color);
  background: #eee;
  text-decoration: none;
  text-transform: uppercase;
}
.product.data.items > .item.title > .switch:active {
  color: var(--main-color);
  background: #eee;
  text-decoration: none;
  text-transform: uppercase;
}

.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #eee;
  text-transform: uppercase;
}

.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #eee;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}

.product-name {
  font-weight: 400;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-size: 36px;
  color:black;
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 28px;
  line-height: 36px;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: black;
  
}

@media (max-width: 1200px) {
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
padding-left: 10px;
}
}

.product.media {
  float: left;
  margin-bottom: 25px;
  margin-top:0px;
}

.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-bottom: 30px;
}


.icon-add-tocart:before {
  color: black;
  content: '\e66e';
  font-family: 'Pe-icon-7-stroke';
  background-color: transparent;
}

.icon-add-tocart:hover {
  color: var(--main-color);
  content: '\e66e';
  font-family: 'Pe-icon-7-stroke';
  background-color: transparent;
}

.box-tocart .input-text.qty {
    text-align: center;
    width: 60px;
    height: 50px;
}

.box-tocart .action.tocart {
  margin-bottom: 0;
  width: 100%;
  border-radius: 0px;
}

.box-tocart .field.qty > .control {
  display: inline-block;
  text-align: center !important;
  height: 50px !important;
}

.box-tocart > .fieldset {
  display: inline-flex;
  float:left;
  padding-top: 20px;
  width: 100%;
}

.product-info-main .product-add-form .actions button.tocart,
.bundle-info .product-details .actions button.tocart {
  font-size: 13px;
  width: 100%;
  padding: 0 34px;
  background-color: var(--main-color);
  border: none;
  color: #fff;
  border-radius: 0px;
  font-weight: 400;
  display: inline-block;
  height: 50px;
  text-transform: uppercase;
}

.product-info-main .product-add-form .box-tocart .field.qty > .control .input-text.qty,
.bundle-info .product-details .box-tocart .field.qty > .control .input-text.qty {
  width: 75px;
  border: 0;
  height: 50px;
  background: none;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: black;
  text-align: center;
  font-family: din-2014, sans-serif;
  font-style: normal;
  border: 0px solid #ddd !important;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .control.qty {
  color: #4d4d4d;
  font-size: 14px;
  height: 40px;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  border: 0px;
  display: flex;
  align-items: center;
  padding-left: 13px;

}

.product.data.items > .item.content {
  background: #ffffff;
  margin-top: 60px;
  padding: 0px;
  border: 0px solid #cccccc;
}

.product.info.detailed .item.content .table.additional-attributes {
  margin: 0;
  width:100%
}

.product.info.detailed .item.content .table.additional-attributes tr td, .product.info.detailed .item.content .table.additional-attributes tr th {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #ddd;
  padding:15px
}

.label, label {
  font-size: 13px;
  color: black;
  padding: 0;
  margin: 0 0 9px;
  font-weight: 600;
  text-align: left;
  line-height: inherit;
}

.fotorama__thumb-border {
    border: 1px solid var(--main-color);
}

.fotorama__stage__frame .fotorama__img {
  max-height: none;
  max-width: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: 100%;
}

.fotorama__stage {
  height: auto !important;
  aspect-ratio: 3/2;
}

.nohrd-cart-product-item-details {
    background-color: transparent;
    text-align: left;
}

.cart.table-wrapper .product-item-photo {
    display: block;
    padding: 0;
    position: static !important;
    width: 100%;
}

.products-grid .product-item-info {
    margin-bottom: 0px !important;

}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: white;
  box-shadow: none;
  border: 0px;
  margin:0px;
  padding:0px;
  position: relative;
  z-index: 9;
}

.products-grid .product-item-info:hover .product-item-inner,
.products-grid .product-item-info.active .product-item-inner {
  display: block;
}

.products-grid .product-item-inner {
  background: transparent;
  box-shadow: none;
  border: 0px;
}



  /* CONTENT */

* {
  padding: 0;
}
*:focus,
*:active {
  outline: none !important;
}  
a,
.alink {
  color: black;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: black;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: var(--main-color);
  text-decoration: underline;
}
a:active,
.alink:active {
  color: var(--main-color);
  text-decoration: underline;
}

ul,
ol {
  list-style: none;
  margin: 0;
}
ul > li,
ol > li {
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.content-heading {
  text-align: center;
  margin-bottom: 33px;
}
.content-heading h3.title {
  display: inline-block;
  position: relative;
  color: #000;
  line-height: 24px;
}
.content-heading h3.title:before,
.content-heading h3.title:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #000;
  top: 48%;
}
.content-heading h3.title:before {
  left: -75px;
}
.content-heading h3.title:after {
  right: -75px;
}
.content-heading .block-note {
  font-style: italic;
  font-size: 14px;
  color: #878787;
  margin-top: 5px;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.title-v2 .content-heading {
  text-align: left;
}
.title-v2 .content-heading h3.title:before {
  content: none;
}
.title-v2 .content-heading h3.title:after {
  right: -90px;
  top: 50%;
  margin-top: -3px;
}
.std ul {
  list-style-type: square;
  padding-left: 15px;
}
.panel-block-row ul.std li {
  list-style-type: disc;
}
.panel-block-row ol.std li {
  list-style: decimal;
}
.icon-service .icon {
  color: #9e9e9e;
  font-size: 36px;
  display: table-cell;
  vertical-align: top;
  width: 1%;
  padding-right: 20px;
  line-height: 100%;
}
.icon-service .text {
  display: table-cell;
  vertical-align: top;
}
.icon-service .text h6 {
  font-size: 14px;
}

/* FOOTER */

.footer {
  margin-top: 70px;
}
.footer .middle-footer {
  padding: 80px 0;
  background-color: #f6f6f8;
  border-top: 1px solid #f6f6f8;
}
.footer .middle-footer p {
  margin-bottom: 1.3em;
  line-height: 24px;
}
.footer .middle-footer a {
  color: #878787;
}
.footer .middle-footer a:hover,
.footer .middle-footer a:focus {
  color: #56cfe1;
}
.footer .middle-footer ul.menu li {
  line-height: 30px;
  margin-bottom: 5px;
}
.footer .block.newsletter {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #878787;
  padding: 2px;
}
.footer .block.newsletter .form.subscribe {
  display: table;
  position: relative;
}
.footer .block.newsletter .form.subscribe .form-group,
.footer .block.newsletter .form.subscribe .actions {
  display: table-cell;
}
.footer .block.newsletter .form.subscribe .form-group .control input + .mage-error {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  left: 30px;
  top: 100%;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 12px 15px 10px;
  right: 0;
}
.footer .block.newsletter .form.subscribe .form-group .control input + .mage-error:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  top: -16px;
  left: 15px;
}
.footer .block.newsletter .form.subscribe .form-group .control input + .mage-error:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  top: -14px;
  left: 16px;
}
.footer .block.newsletter .form.subscribe .form-group input[type="email"] {
  height: 39px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: none;
  padding: 0 10px;
  background-color: transparent;
}
.footer .block.newsletter .form.subscribe .actions {
  width: 1%;
}
.footer .block.newsletter .form.subscribe .actions .action.subscribe {
  padding: 0 15px;
}
.footer .block.newsletter:not(:hover) .form.subscribe .form-group .control input + .mage-error {
  opacity: 0;
  visibility: hidden;
}
.footer .bottom-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
  border-top: 1px solid transparent;
}
.footer .bottom-footer .copyright address {
  margin: 0;
  line-height: 1;
}
.footer .bottom-footer ul:after {
  content: "";
  display: table;
  clear: both;
}
.footer .bottom-footer ul li {
  float: right;
  margin: 0 10px;
}
.footer .bottom-footer ul li:last-child {
  margin-right: 0;
}
.footer .top-footer .block.newsletter {
  max-width: 550px;
  margin: 0 auto;
}
ul.social-link li {
  float: left;
  margin: 0 10px;
  font-size: 16px;
}
ul.social-link li:first-child {
margin-left: 0;
}
ul.social-link:after {
  content: "";
  display: table;
  clear: both;
}
/* FONTS */

.h1,
h1,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: 600;
  margin: 0;
  color: #222;
  line-height: 1.428;
  letter-spacing: 0.5px;
}
.h1,
h1 {
  font-size: 48px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 21px;
}
.h5,
h5 {
  font-size: 18px;
}
.h6,
h6 {
  font-size: 16px !important;
}

/* ACCOUNT */

.legend > span {
    font-size: 24px !important;
    color: black;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.field > .label, .form-group > .label, .field > label, .form-group > label {
  display: inline-block;
  font-weight: 500;
  padding:0px;
  font-family: din-2014, sans-serif;
  font-size: 14px;
  color: black;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.nohrd-label {
  padding-left: 20px !important;
  top: -19px;
  position: relative;
}

.edit-qty.minus {
  line-height: 1.5 !important;
}

.edit-qty.plus {
  line-height: 1.8 !important;
}

.h2-video-head-mobil {
  position: relative;
  z-index: 10;
  font-family: forma-djr-deck, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 5px;
  color: white;
  line-height:1.2em;
  font-size:50px;
  padding: 70px 0px 5px 0px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
.h2-video-head-mobil {
  margin-top: 20px;
  font-family: forma-djr-deck, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 3px;
  color: white;
  line-height:1.2em;
  font-size:20px;
  padding: 20px 0px 28px 0px;
  text-transform: uppercase;
  font-display: optional;
}
}

.h2-video-subhead-mobil {
  font-family: forma-djr-deck, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  color: white;
  line-height:1.2em;
  font-size:20px;
  padding: 5px 0px 70px 0px;
}

@media (max-width: 1200px) {
.h2-video-subhead-mobil {
  position: relative;
  z-index: 10;
  font-family: forma-djr-deck, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  color: white;
  line-height:1.2em;
  font-size:12px;
  padding: 5px 0px 23px 0px;
}
}