a#back-in-stock-notification {
  font-weight: bold;
  display: block;
  margin-top: 5px; }

a#back-in-stock-notification:hover {
  cursor: pointer; }

.ltkmodal-wrapper {
  background: 0 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 250px;
  position: absolute;
  z-index: 1;
  left: -100px;
  top: 0; }

.ltkmodal-wrapper.confirm {
  display: none; }

.ltkmodal-wrapper .close-button {
  margin: 0;
  background-image: url(../images/bdel/common/close-dialog.png);
  width: 34px;
  height: 34px;
  z-index: 300;
  float: right; }

.ltkmodal-wrapper .close-button a {
  display: block;
  width: 34px;
  height: 34px; }

.ltkmodal-wrapper .close-button a:hover {
  cursor: pointer; }

.ltkmodal-wrapper * {
  box-sizing: border-box; }

.ltkmodal-contentarea {
  background: #000;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: left; }

.ltkmodal-wrapper .contentInformation {
  padding: 40px 16px; }

.ltkmodal-wrapper .ltk-clearfix {
  zoom: 1; }

.contentInformation h1,
.contentInformation h2,
.contentInformation h3,
.contentInformation h4,
.contentInformation h5 {
  margin: 0;
  padding: 0;
  font-family: FuturaStd-ExtraBlack, sans-serif;
  font-weight: 400; }

.contentInformation h3 {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding-bottom: 10px !important; }

.contentInformation p {
  margin: 0 !important;
  line-height: 18px !important;
  color: #fff !important;
  display: block !important; }

input#ltkmodal-email {
  margin: 10px 0;
  width: 100%; }

input.error {
  background-color: #f2dede;
  color: red; }

input.error::-webkit-input-placeholder {
  color: red; }

input.error:-moz-placeholder {
  /* Firefox 18- */
  color: red; }

input.error::-moz-placeholder {
  /* Firefox 19+ */
  color: red; }

input.error:-ms-input-placeholder {
  color: red; }

#submitButton {
  margin-top: 10px; }

/** Mobile Styles **/
@media screen and (max-width: 767px) {
  .ltkmodal-wrapper {
    width: 100%;
    left: 0;
    top: -155px; } }
