#last-minute-offer-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 99999999;
  display: none;
  align-items: center;
}

#last-minute-offer-close {
  background: #222222;
  width: 24px;
  height: 24px;
  border: 2px #fff solid;
  padding: 3px 2px 2px 3px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -12px;
  margin-right: -12px;
  z-index: 99;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
#last-minute-offer-close svg {
  display: block;
}
#last-minute-offer-close svg path {
  stroke: #ffffff;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 6;
}
#last-minute-offer-close:hover {
  background: #ffffff;
}
#last-minute-offer-close:hover svg path {
  stroke: #222222;
}

.last-minute-offer-code {
  display: inline-block;
  border: 2px #f60 dashed;
  padding: 5px 10px;
  line-height: 1;
  margin: 5px 0;
  background: #fed;
  color: #f60;
  font-size: 125%;
}

#last-minute-offer-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  background: #ffffff;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 720px) {
  #last-minute-offer-wrapper {
    max-width: 800px;
    min-width: 400px;
  }
}
.last-minute-offer-content-image #last-minute-offer-wrapper{
  min-width:unset;
  width:unset;
}
.last-minute-offer-content-image #last-minute-offer-content{
  padding:0;
  width:unset;
  max-width:90vw;
}
.last-minute-offer-content-text
@media screen and (max-width: 719.9px) {
  #last-minute-offer-wrapper {
    width: 260px;
  }
}

#last-minute-offer-content .last-minute-offer-content-desc {
  width: 100%;
  padding: 10px;
  text-align: center;
}
#last-minute-offer-content .last-minute-offer-content-desc .last-minute-offer-content-title {
  font-size: 140%;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
}
@media screen and (min-width: 720px) {
  #last-minute-offer-content {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 719.9px) {
  #last-minute-offer-content {
    width: 260px;
    padding: 10px 3px;
    display: block;
    align-items: center;
    box-sizing: border-box;
  }
}

#last-minute-offer-content img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  display:inline-block;
  vertical-align: top;
  max-width:100%;
  max-height:80vh;
}

#last-minute-offer-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.last-minute-offer-success-box {
  position: absolute;
  visibility: hidden;
  background: #000;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  text-shadow: 1px 1px 2px #000;
  display: flex;
  align-items: center;
}
.last-minute-offer-success-box .last-minute-offer-success-box-text {
  width: 100%;
}
.last-minute-offer-banner-image{
  max-width:100%;
  overflow:hidden;
}
.last-minute-offer-popup-text{
  padding:15px;
  color: var(--text-color);
  background-color: var(--bg-color);
}
.last-minute-offer-popup-text:after{
  content:'';
  clear: both;
  display:table;
  width:100%;
}
.last-minute-offer-popup-text p{
  margin:0;
  font-size:inherit;
  line-height:1.25;
}
.last-minute-offer-popup-text big{
  font-size:141%;
}
.last-minute-offer-popup-text small{
  font-size:75%;
}
.lmp-popup-coupon-code{
  display:inline-block;
  font-size:150%;
  line-height:1;
  font-weight:bold;
  padding:5px 15px;
  margin:5px 0;
}