#uglipop_overlay_wrapper {
  z-index: 500;
}
#uglipop_content_fixed {
  z-index: 1000;
  top: 0 !important;
  transform: none !important;
  max-height: 100%;
  overflow: auto;
  min-width: 400px;
}
body[data-layout="mobile"] #uglipop_content_fixed {
  width: 100%;
  min-width: 0;
}
body[data-layout="tablet_portrait"] #uglipop_content_fixed {
  width: 70%;
}
#uglipop_popbox {
  background: #fff;
  text-align: center;
  color: #000;
}
#uglipop_popbox .ajax-spinner {
  color: #000;
  display: block;
  margin: auto;
}
.popup-wrapper {
  text-align: left;
  padding: 0 20px;
}
.popup-wrapper .region-header {
  text-align: center;
}
.popup-wrapper .region-header .btn {
  display: inline-block;
  color: #fff;
  font-family: 'Trajan Pro';
  font-size: 14px;
  font-weight: bold;
  padding: 4px 12px 0;
  margin: 0 10px;
  line-height: 18px;
  border: 1px solid #ddd;
  min-width: 120px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  background: -moz-linear-gradient(left, rgba(204,189,81,0.49) 0%, rgba(204,189,81,0.78) 35%, rgba(204,189,81,0.78) 78%, rgba(204,189,81,0.67) 89%, rgba(204,189,81,0.58) 100%);
  background: -webkit-linear-gradient(left, rgba(204,189,81,0.49) 0%,rgba(204,189,81,0.78) 35%,rgba(204,189,81,0.78) 78%,rgba(204,189,81,0.67) 89%,rgba(204,189,81,0.58) 100%);
  background: linear-gradient(to right, rgba(204,189,81,0.49) 0%,rgba(204,189,81,0.78) 35%,rgba(204,189,81,0.78) 78%,rgba(204,189,81,0.67) 89%,rgba(204,189,81,0.58) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dccbd51', endColorstr='#94ccbd51',GradientType=1 );

}
html.browser-chrome .popup-wrapper .region-header .btn {
  letter-spacing: 0.5px;
}
.popup-wrapper .region-header .btn:hover {
  opacity: 0.8;
}
.popup-wrapper .region-header .btn.add-to-cart,
.popup-wrapper .region-header .btn.close {
  margin-top: 18px;
}
body.payment .popup-wrapper .region-header .btn.add-to-cart {
  display: none;
}
.popup-wrapper .region-header .divider {
  height: 7px;
  margin: 15px -5px;

  background: -moz-linear-gradient(top,  rgba(204,189,81,0.15) 0%, rgba(204,189,81,0.31) 14%, rgba(204,189,81,0.31) 86%, rgba(204,189,81,0.15) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(204,189,81,0.15) 0%,rgba(204,189,81,0.31) 14%,rgba(204,189,81,0.31) 86%,rgba(204,189,81,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(204,189,81,0.15) 0%,rgba(204,189,81,0.31) 14%,rgba(204,189,81,0.31) 86%,rgba(204,189,81,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ccbd51', endColorstr='#26ccbd51',GradientType=0 ); /* IE6-9 */
}
.popup-wrapper .region-content h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 13px;
  letter-spacing: 0.5px;
}
.popup-wrapper .region-content p {
 
}
.popup-wrapper a {
  color: #000;
}
.popup-wrapper .region-footer {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 20px;
}
