@media (min-width: 768px){
.page-header {
    display: inline-block;
}
.header.content {
    width: 100%;
}
}
.promotion_bar {
    display: inline-block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.promotion_bar .content {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
.content p {
  margin: 0;
}
.Promotions {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.close {
    position: absolute;
    right: 20px;
    bottom: initial;
    z-index: 9999;
    top: 10px;
    width: 18px;
    height: 18px;
    opacity: 1;
    margin: auto;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.Promotions .close {
    bottom: initial;
    z-index: 9999;
    top: 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: inherit;
    text-decoration: none;
    opacity: 1;
    display: inline-block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    top: 0;
    bottom: 0;
    box-shadow: none;
    background: transparent;
    position: absolute;
}
.owl-carousel button.owl-dot{
    box-shadow: none;
    background: transparent;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    display: inline-block;
    width: 25px;
    height: 24px;
    box-sizing: border-box;
    font-size: 15px;
    background: #ccc;
    vertical-align: top;
    border-radius: 50%;
    opacity: 0.8;
    color: #000;
}
.owl-carousel .owl-nav button.owl-next {
    float: right;
    right: 40px;
    z-index: 999;
}
.owl-carousel .owl-nav button.owl-prev {
    float: left;
    left: 40px;
    z-index: 999;
}
.owl-theme .owl-dots {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 3px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    margin: 0px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #8e8c8c;
}
.owl-theme .owl-nav {
    margin-top: 0;
}

/* fade out */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
