.close-btn {
    display: none;
}

.promotion_bar_content .promotionbar-slider .promotionbar-item .item {
    display: table;
    width: 100%;
    min-height: 50px;
}

.promotion_bar_content .promotionbar-slider .promotionbar-item .item p {
    text-align: center;
}

.promotion_bar_content .promotionbar-slider .promotionbar-item {
    padding: 10px 32px;
    padding-right: 60px;
    padding-left: 60px;
}

.promotionbar-slider .owl-prev {
    left: 0;
    position: absolute;
    background-color: rgb(25 19 19 / 82%) !important;
    width: 25px;
    border-radius: 0 !important;
    border: 0;
    right: 0;
    z-index: 3;
    top: 0;
    bottom: 0;
}

.promotionbar-slider .owl-prev img {
    transform: rotate(
            180deg
    );
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    right: 0;
}

.promotionbar-slider .owl-next {
    right: 0;
    position: absolute;
    width: 25px;
    border-radius: 0 !important;
    border: 0;
    background-color: rgb(25 19 19 / 82%) !important;
    z-index: 3;
    top: 0;
    bottom: 0;
}

.promotionbar-slider .owl-next img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    left: 0;
    right: 0;
}

.promotionbar_wrapper .container {
    width: 1300px;
    margin: 0 auto;
}

.promotionbar_wrapper .content {
    position: relative;
}

.promotionbar-slider{
    margin-bottom: 10px;
}
.slider-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.slider-content > * {
    margin: 0px;
}

.slider-content h1, .slider-content h2, .slider-content h3 {
    margin-bottom: 10px;
}

.slider-content a {
    word-break: break-all;
}

.sequence-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 40px;
}

.sequence-content > * {
    margin: 0px;
}

.sequence-content h1, .sequence-content h2, .sequence-content h3 {
    margin-bottom: 10px;
}

.promotionbar-slider .owl-pagination {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
}

.promotionbar-slider .owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
}

.sequence-promotionBar .promotionbar-item .item {
    width: 100%;
    display: table;
    padding: 15px;
    box-sizing: border-box;
}

.sequence-promotionBar .promotionbar-item {
    position: relative;
    margin-bottom: 20px;
}

button.promotion_bar_close {
    cursor: default;
    position: absolute;
    right: 0;
    background: #000000;
    text-align: center;
    opacity: 0.2;
    bottom: 0;
    top: 0;
    float: right;
    padding-top: 10px;
    width: 55px;
    border: 0;
    border-radius: 0;
    z-index: 2;
}

span.promotion_bar_close {
    cursor: default;
    position: absolute;
    right: 0;
    background: #000000;
    text-align: center;
    opacity: 0.2;
    bottom: 0;
    top: 0;
    float: right;
    padding-top: 10px;
    width: 55px;
    border: 0;
    border-radius: 0;
    z-index: 2;
}

.promotion_bar_custom .promotion_bar_content .promotionclose {
    font-size: 50px;
    cursor: pointer;
}

.promotionbar-slider .owl-controls .owl-page span {
    background: none;
    border: 1px solid white;
    width: 6px;
    height: 6px;
}

.promotionbar-slider .owl-controls {
    margin-top: 0px;
}

.promotion_bar_content button:hover {
    background: #000000;
    border: 0;
}

.sequence-content a {
    word-break: break-word;
}

.promotionbar-slider .owl-controls .owl-buttons div {
    margin: 0 !important;
    padding: 3px 15px !important;
}

.promotionbar-slider .owl-controls.clickable .owl-buttons div:hover {
    opacity: 0.5;
    background-color: rgb(25 19 19 / 82%);
}