/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

a.woow_whatsapp_button img{width: 200px; cursor: pointer;}

a#order_on_whatsapp_shop img{width: 150px;}

a#order_on_whatsapp_cart img{float: right;}

button.order_on_whatsapp_shop,
button#order_on_whatsapp_single,
button#order_on_whatsapp_cart{
	background-image: url(../img/whatsapp.svg);
	background-repeat: no-repeat;
	background-position: 10% 50%;
	background-size: 26px;
	padding-left: 46px;
}

.loader {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 7%;
  /*background: rgba( 255, 255, 255, .8) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat;*/
  background: rgba( 0, 0, 0, .5);
  text-align: center;
  vertical-align: middle;
}

.lds-dual-ring {
  display: inline-block;
  position: absolute;
  top: 40%;
  width: 48px;
  height: 48px;
}

.loader p {
  display: none;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#woow_response{display: none;}





.noscroll { overflow: hidden; }

.overlay h1 {
  text-align: center;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  margin: 50px 0;
}

.overlay #wrapper {
  width: 100px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border: 10px solid #aaa;
  border-radius: 15px;
  background-clip: padding-box;
  text-align: center;
}

.overlay .button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #aaa;
  background-color: #eee;
  background-image: linear-gradient(top, #fff, #f0f0f0);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  color: #666;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.overlay .button:hover {
  border-color: #999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.overlay .button:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}

.overlay {
  display: none;
  z-index: 99999;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
/*   visibility: hidden;
  opacity: 0; */
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.overlay .popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 500px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.overlay .light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.overlay .popup h2 {
  margin-top: 0;
  color: #666;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
.overlay .popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.overlay .popup .close:hover {
  opacity: 1;
}
.overlay .popup .content {
  max-height: 400px;
  overflow: auto;
}
.overlay .popup p {
  margin: 0 0 1em;
}
.overlay .popup p:last-child {
  margin: 0;
}

.woow-hide{
  display: none;
  pointer-events: none;
}