html,
body {
  height: 90% !important;
}
.product-page-container {
  margin-left: -15% !important;
}
a {
  color: #000;
}
a:hover {
  color: #900;
}
.link-black a {
  color: #000;
}
.link-black a:hover {
  color: #900;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clear-float {
  clear: both;
}
.font-size-14 {
  font-size: 14px;
}
.wccd-hero-image {
  width: 100vw;
  position: absolute;
  top: 5px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /* background-image: url('../images/red-banner2.jpg'); */
  background: #2c343e;
  height: 200px;
  border-top: 20px solid #475158;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  z-index: -1;
}

.wccd-hero-image-text {
  text-align: center;
  position: relative;
  /* font-size: 36px;
	font-weight: bold; */
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  margin-top: 70px !important;
  z-index: inherit;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .wccd-hero-image {
    top: -5px;
  }
  .wccd-hero-image-text {
    font-size: 28px;
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 410px) {
  .wccd-hero-image-text {
    margin-top: 30px !important;
  }
}

/*
.main {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 65px 50px auto 65px;
	grid-template-areas: 'header ' 'menu' 'content' 'footer ';
	height: 100vh; 
} */

/* .main img {
	max-width: 100%;
} */

/* .zoomed-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
}

.zoomed-image img {
	width: 100%;
	box-shadow: rgba(0,0,0,0.8) 0 0 200px;
	cursor: zoom-out;
	border-radius: 5px;
} */

.zoomed-image {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: zoom-out;
}

.zoomed-image-background {
  display: block;
  width: 90%;
  position: relative;
  left: 5%;
  top: 5%;
  height: 90%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
  .zoomed-image-background {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
  }
}

@keyframes inAnimation {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes outAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

header {
  grid-area: header;
  background-color: #fff;
  padding: 0.6em;
  padding-top: 0.9em;
  font-size: 1.5em;
}
figure {
  margin: 0px;
}
.menu {
  grid-area: menu;
  /* background-color: #efefef; */
  background-color: #2c343e;
  position: relative;
  -webkit-box-shadow: 1px 0px 3px -2px #888;
  -moz-box-shadow: 1px 0px 3px -2px #888;
  box-shadow: 1px 0px 3px -2px #888;
}

.menu-padding {
  padding: 10px 0;
}
.menu-item-padding {
  padding-left: 10px;
  padding-right: 10px;
}
.treeMenu {
  background-color: #f9fafb !important;
}
.main-products {
  /* background-color: #666;
	color: #ddd;*/

  background-color: #f9fafb;
  color: #2c343e;

  /* position: absolute;
	top: 0;
	left: 0; */
  width: 100%;
  z-index: 998;
}
.main-products-list {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  /* animation-name: fold-out;
	animation-duration: 1s; */
}
/* .main-products-list.active {
	height: auto;
} */
@keyframes fold-out {
  from {
    height: 0;
  }
  from {
    height: auto;
  }
}
.main-products-list ul {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  /* padding-left: 10px; */
  list-style-position: outside;
}
/* .main-products-list li::before {
	content: '- ';
}  */
.main-products-list ul > li {
  border-top: solid 1px #333;
  -webkit-box-shadow: 0px 1px 0px #000000;
  -moz-box-shadow: 0px 1px 0px #000000;
  box-shadow: 0px 1px 0px #000000;
  background-color: #ddd;
  color: #333;
  padding: 0 15px;
}
.main-products-sublist {
  margin-bottom: 0;
  margin-left: -1em;
  display: none;
}
.main-products-sublist-active {
  font-weight: bold;
}
.main-products-list ul .main-products-sublist {
  margin-bottom: 0px;
  margin-left: -10px;
  margin-right: -5px;
}
.main-products-list .show {
  display: block;
}
.main-products-sublist li {
  margin-left: -10px;
  margin-right: -13px;
  padding-left: 25px !important;
  background-color: #fff !important;
  color: #000;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-products-sublist li::before {
  content: "\00BB\00a0";
}
.expansion-panel {
  box-shadow: none !important;
  background-color: #666 !important;
}
.slide-down-menu {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
  background-color: #666;
  border-radius: 50%;
  height: 30px;
  width: 45px;
  text-align: center;
  padding-top: 0px;
  z-index: 999;
}
.slide-down-menu i {
  margin-top: -2px;
  margin-left: 5px;
}
.category-tree-view {
  padding-top: 60px;
}
/*
.category-tree-view {
	margin-top: 45px;
}
 .category-tree-view ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
}
.category-tree-view li::before {
	content: '+ ';
} */

.content {
  grid-area: content;
  padding: 1em 0em;
  display: flex;
  flex-direction: column-reverse;
}
.wccd-image {
  grid-area: image;
  padding: 1em 2em;
}
footer {
  grid-area: footer;
  background-color: #333;
  padding: 1em;
  padding-top: 6px;
  font-size: 0.8em;
  color: #aaa;
  text-align: center;
}

/* Treeview */
.tree-prod-img-container {
  margin-bottom: 0px;
  margin-left: 1px;
  text-align: center;
  /* padding-top: 45px; */
}
.tree-prod-img {
  width: calc(100% - 1px);
  max-width: 350px;
}
.category-tree-view li {
  margin-bottom: 0px;
  font-size: 1em;
}

.hidden-node {
  display: none;
}

.new-password {
  font-size: 0.8em;
  text-align: right;
}
.flex-container {
  display: flex;
  width: 100%;
}
.products-container {
  overflow: hidden;
}
.products-container .product-box {
  float: left;
  width: 33.3%;
  position: relative;
  /* transition: all 0.2s ease;
	border: 1px solid transparent;
	border-radius: 10px; */
}
/* .products-container .product-box:hover {
	border: 1px solid #aaa;
} */
@media screen and (max-width: 992px) {
  .products-container .product-box {
    width: 50%;
  }
}
.not-sold-in-eu-product-box-text {
  display: block;
  padding: 0 10px;
  line-height: 18px;
  margin: 0;
  width: 100%;
  color: red;
  font-style: italic;
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.flex-directions-column {
  flex-direction: column;
}
.product-columns-container {
  flex-direction: row;
}
.align-items-stretch {
  align-items: stretch;
}
.flex-1 {
  flex: 1;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.show-cursor {
  cursor: pointer;
}
.no-margin {
  margin: 0;
}
.margin-left-tiny {
  margin-left: 3px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-bottom-big {
  margin-bottom: 25px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.info-text-italic {
  font-style: italic;
  margin: 10px 0;
}
.font-bold {
  font-weight: bold;
}
.font-bold-important {
  font-weight: bold !important;
}
.font-normal {
  font-weight: normal;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-transform-upper {
  text-transform: uppercase;
}
.display-block {
  display: block;
}
.category-image-container {
  flex: 1;
  margin-top: 10px;
  margin-left: 15px;
}
.category-image-no-zoomin {
  max-height: 420px;
  margin-left: 5px;
}
.category-image-no-zoomin-container {
  transform: scale(0.88);
  position: relative;
  top: -30px;
  left: 40px;
}
/* .category-image-no-zoomin-container {
  position: relative;
} */
.category-image-no-zoomin-container-zoom-button {
  position: relative;
  top: -58px;
  left: 38px;
}
.category-image {
  max-height: 400px;
  margin-left: 5px;
  cursor: zoom-in;
}
.main-category-image {
  max-height: 100px;
}
.custom-popup {
  opacity: 0.7;
  padding: 15px;
}

.categorySelectPopupBox {
  display: block;
  width: 60%;
  height: 60%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}

.categorySelectCloseBoxButton {
  position: absolute;
  top: 5px;
  right: 5px;
}

.categorySelectCloseBoxButton a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.categorySelectCloseBoxButton a:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
}

.categorySelectCloseBoxButton a i {
  margin-left: 3px;
}

.categorySelectPopupList {
  list-style-type: none;
  position: relative;
  top: 45px;
  padding: 0;
  margin: 0 10px;
}

.categorySelectPopupList li {
  padding: 0;
  margin: 0;
}

.categorySelectPopupList a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #aaa;
}
.categorySelectPopupList a:hover {
  color: #fff;
}

/* Cart */
.cart-total,
.cart-subtotal {
  font-size: 1.1em;
  font-weight: bold;
}
.table-scrollable-overflow {
  overflow-x: scroll !important;
}

/* ProductList */
.product-table {
  min-width: 450px;
  width: 100%;
  border-collapse: collapse;
}
.product-table thead td {
  font-weight: bold;
}
.product-table tr:nth-child(even) {
  background: #eee;
}
.product-table tr:nth-child(odd) {
  background: #fff;
}
.product-table tbody td {
  margin: 0px;
  padding: 3px;
  font-size: 0.9em;
}
.product-table td.text-right {
  text-align: right;
  padding-right: 5px;
}
.product-table td.text-center {
  text-align: center;
}

.mandatory {
  color: #c00;
  font-weight: bold;
}
.mandatory-info {
  font-style: italic;
  font-size: 0.9em;
}

.only-print {
  display: none;
}

.pdf-download-button {
  flex: 1;
  text-align: left;
}

.category-image-responsive {
  display: none;
}

.tree-menu-on-desktop {
  overflow-y: scroll;
}

@media only screen and (min-width: 1460px) {
  .product-column-item {
    flex: 0.5;
    display: block;
    z-index: 5;
  }

  .product-page-container,
  .product-columns-container,
  .content {
    position: relative !important;
  }
  .category-image-desktop {
    position: fixed;
    top: 75px;
    right: 0;
    z-index: 1;
  }
}

@media only screen and (min-width: 1000px) {
  .treeMenu {
    position: fixed;
    top: 75px;
    left: 10px;
    max-width: 240px;
  }
}

@media only screen and (min-width: 1100px) {
  /* .main {
		/* grid-template-columns: minmax(250px, 300px) minmax(550px, auto) minmax(300px, auto);
		grid-template-rows: 65px 1fr 35px;
		grid-template-areas: 'header header header' 'menu content content' 'footer footer footer'; */
  /* } */
  .content {
    flex-direction: row;
  }
  .treeMenu {
    max-width: 260px;
  }
}

@media only screen and (min-width: 1600px) {
  .category-image-desktop {
    right: 0%;
  }
  .treeMenu {
    left: 8%;
  }
}

@media only screen and (min-width: 1700px) {
  .category-image-desktop {
    right: 3%;
  }
  .treeMenu {
    left: 8%;
  }
}

@media only screen and (min-width: 1800px) {
  .category-image-desktop {
    right: 6%;
  }
  .treeMenu {
    left: 10%;
  }
}

@media only screen and (min-width: 1900px) {
  .category-image-desktop {
    right: 8%;
  }
  .treeMenu {
    left: 14%;
  }
}

@media only screen and (min-width: 2000px) {
  .category-image-desktop {
    right: 10%;
  }
  .treeMenu {
    left: 15%;
  }
}

@media only screen and (min-width: 2100px) {
  .category-image-desktop {
    right: 12%;
  }
  .treeMenu {
    left: 16%;
  }
}

@media only screen and (min-width: 2200px) {
  .category-image-desktop {
    right: 14%;
  }
  .treeMenu {
    left: 18%;
  }
}

@media only screen and (min-width: 2300px) {
  .category-image-desktop {
    right: 15%;
  }
  .treeMenu {
    left: 19%;
  }
}

@media only screen and (min-width: 2400px) {
  .category-image-desktop {
    right: 17%;
  }
  .treeMenu {
    left: 20%;
  }
}

@media only screen and (min-width: 2500px) {
  .category-image-desktop {
    right: 18%;
  }
  .treeMenu {
    left: 21%;
  }
}

@media only screen and (min-width: 2600px) {
  .category-image-desktop {
    right: 19%;
  }
  .treeMenu {
    left: 22%;
  }
}

@media only screen and (min-width: 2700px) {
  .category-image-desktop {
    right: 21%;
  }
  .treeMenu {
    left: 24%;
  }
}

@media only screen and (min-width: 2900px) {
  .category-image-desktop {
    right: 22%;
  }
  .treeMenu {
    left: 25%;
  }
}

@media only screen and (min-width: 3000px) {
  .category-image-desktop {
    right: 23%;
  }
  .treeMenu {
    left: 26%;
  }
}

@media only screen and (min-width: 3100px) {
  .category-image-desktop {
    right: 24%;
  }
  .treeMenu {
    left: 27%;
  }
}

@media only screen and (min-width: 3300px) {
  .category-image-desktop {
    right: 26%;
  }
  .treeMenu {
    left: 29%;
  }
}

@media only screen and (min-width: 3600px) {
  .category-image-desktop {
    right: 28%;
  }
  .treeMenu {
    left: 30%;
  }
}

@media only screen and (min-width: 3800px) {
  .category-image-desktop {
    right: 29%;
  }
  .treeMenu {
    left: 31%;
  }
}

@media only screen and (min-width: 4000px) {
  .category-image-desktop {
    right: 30%;
  }
  .treeMenu {
    left: 32%;
  }
}

@media only screen and (min-width: 4400px) {
  .category-image-desktop {
    right: 32%;
  }
  .treeMenu {
    left: 34%;
  }
}

@media screen and (max-width: 1000px) {
  .category-image {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 1600px) {
  .product-page-container {
    margin-left: -20% !important;
  }
}

@media screen and (max-width: 1460px) {
  .product-columns-container {
    flex-direction: column;
  }
  .pdf-download-button {
    flex: 1;
    text-align: right;
  }
  .category-image-responsive {
    display: block;
  }
  .category-image-desktop,
  .dynamic-category-image-desktop {
    display: none;
  }
  .product-page-container {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 660px) {
  .table-scrollable-overflow {
    overflow-x: auto;
    width: 590px !important;
  }
}
