.carousel-link-popup {
  background: #eaeae9;
  position: absolute;
  bottom: 0;
  right: 25px;
}
.carousel-link-popup a {
  font-size: 15px;
  padding: 6px 20px 3px 20px;
  color: #565758;
  font-weight: bold;
  display: inline-block;
}
.carousel-link-popup a:hover {
   color: #000000
}
.owl-carousel .owl-dots{
  bottom: auto;
  margin-top: 10px;
}
.owl-carousel .owl-dot{
  background: #e5e5e5
}
.header-subaction span {
  width: 100%;
  text-align: center;
}
#topMessage {
  display: none;
}
.header-subaction span .icon-close {
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.header-subaction span .promo-title {
  font-size: 16px !important;
  color: #8b0b1d;
}

@media only screen and (max-width:767px) {
  .carousel-link-popup {
    right: 10px;
  }
  .carousel-link-popup a {
    font-size: 11px;
    padding: 3px 10px 1px 10px;
  }
  #magnify-widget-container {
    display: none;
  }
}