#z_aff_overlay_container {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.8);
  z-index:10000;
  opacity: 1;
}

#z_aff_box {
  position: fixed;
  width: 50%;
  max-width: 880px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 5px solid #EB8C11;
  padding: 30px 40px;
}

#z_aff_box h2 {
  color: #232F3E;
}

#z_aff_box .btn:hover {
  background-color: #EB8C11 !important;
}


/* ################ */
.woocommerce-tabs.wc-tabs-wrapper {
  margin-bottom: 0;
}
.tab-title-like {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 3.2rem;
  height: 3.42rem;
  padding: 0 1.93em;
  font-weight: 400;
  font-size: 1.14rem;
  background-color: #3c3c3c;
  border-style: solid;
  border-width: 1px;
  border-color: #3c3c3c;
  color: white;
  min-width: 150px;
  margin-right: 0.4rem;
}
.tab-title-like:hover {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  color: #fff;
}

.product-information .yith-wcwl-add-to-wishlist a,
.product-info-wrapper .yith-wcwl-add-to-wishlist a {
  top: -31px;
}


/*bof cookieWrapper*/

#cookieWrapper{
  /*display: none;*/
}

#cookieWrapper .cookieInner{
  background: #1d1d1b;
}
#cookieWrapper .cookieTextBlock{
  width:100%;margin: 0 auto;text-align:center;
}

#cookieWrapper p{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color:#ffffff;
  line-height: 1.6em;
  font-size: 16px;
}

#cookieWrapper a{
  color:#ffffff;
  text-decoration:underline;
  cursor:pointer;
}

/*eof cookieWrapper*/