section.subscribe {
  position: relative;
  margin-bottom: 15px;
}
.woopcs-overlay {
  display: none;
}
section.subscribe .woopcs-overlay.show{
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("./loader.GIF");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0.6;
}
body div.subscribe-pitch > p {
  line-height: 22px;
  color: #484848;
}
body form.subscribe-form {
  position: relative;
  margin: 20px 0 10px 0;
  padding: 0px;
}
body .subscribe input.subscribe-input {
  padding: 0;
  margin: 0;
  width: 73%;
  height: 45px;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 15px;
  color: #444;
  background: #fefefe;
  background-clip: padding-box;
  border-bottom: 2px solid #000;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.subscribe-input:focus {
  outline: 0;
}
#woopcs-form .subscribe-submit {
  height: 45px;
}
.subscribe-submit, .subscribe-submit:hover {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 0px;
  height: 35px;
  width: 25%;
  background: #666;
  color: #FFF;
  cursor: pointer;
  text-shadow: none;
  border: none;
}
#woopcs-msg.error{
  padding: 2px 4px;
  margin: 4px 0px;
  border: solid 1px #FBD3C6;
  background: #FDE4E1;
  color: #CB4721;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
#woopcs-msg.success {
  padding: 2px 4px;
  margin: 4px 0px;
  border: solid 1px #C0F0B9;
  background: #D5FFC6;
  color: #48A41C;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.images {
  position: relative;
}
.woopcs-badge {
  min-height: 45px;
  min-width: 45px;
  width: 45px;
  padding: 12px 5px;
  position: absolute;
  top: -10px;
  right: -5px;
  margin: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #b3b3b3;
  color: #fff;
  font-style: italic;
  font-size: 10px;
  text-align: center;
  z-index: 9999;
  line-height: 10px;
}
form.subscribe-form .subscribe-submit span {
  position: relative;
  left: 14%;
}
.woopcs-badge.left {
  right: auto;
  left: -5px;
}
/* Countdown Style */
#woopcs-Countdown {
  display: block;
  clear: both;
  overflow: hidden;
}

ul.products li.product {
  position: relative;
}

div.product.type-product .woopcs-badge.left {
  top: 1px;
  left: 1px;
}

div.product.type-product .woopcs-badge.right {
  top: 1px;
  right: 0px;
}

