.modal {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  z-index: 99999;
  position: relative;
}
button.close {
  padding: 10px;
}
button.close:hover, button.close:focus {
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-content {
  background-color: rgb(255, 255, 255);
  padding: 15px;
  border: 1px solid rgba(230, 171, 36, .2);
  -webkit-box-shadow: 0 5px 15px rgba(230, 171, 36, .3);
  box-shadow: 0 5px 15px rgba(230, 171, 36, .3);
}
.modal-content > .left {
  width: 30%;
  position: relative;
  float: left;
}
.modal-content > .right {
  width: 70%;
  position: relative;
  float: left;
  text-align: center;
  margin-top: 40px;
}
.modal-content > .right > .text {
  padding: 0;
  margin-top: 20px;
  font-family: "Trebuchet MS";
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 26px;
}
.modalBottle {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
}
.btn-shop {
  width: 40%;
  font-weight: bold;
  font-size: 1.5em;
}