@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/pm-flex-theme/fonts/bmw/BMWMotorrad-body.woff2') format('woff2');
}
@font-face { font-family: 'bmwhead'; src: url('/wp-content/themes/pm-flex-theme/fonts/bmw/BMWMotorrad-Bold.ttf'); }
@font-face { font-family: 'bmwbody'; src: url('/wp-content/themes/pm-flex-theme/fonts/bmw/BMWMotorrad-Regular.ttf'); }

.inv-promotion-slider.slick-dotted.slick-slider { margin-bottom: 15px !important; margin-top: 15px !important; }
.inv-promotion-slider.slick-dotted.slick-slider .slick-dots { bottom: 5px !important; }
.inv-promotion-slider.slick-initialized { display: block !important; }
.inv-promotion-slider { background-color: #f1f1f1; overflow: hidden; }
.inv-promotion-block { text-align: center; }
.inv-promotion-block .ipb-cont { max-width: 100%; width: 100%; }
.inv-promotion-block .ipb-cont { display: inline-flex; align-items: center; justify-content: center; gap: 25px; margin: 0px 0 0px 0; padding: 15px 30px; }
.inv-promotion-block .ipb-left img { width: 210px; height: 120px; object-fit: contain; }
.inv-promotion-block br { display: none; }

.inv-promotion-block .ipb-right { text-align: left; }
.inv-promotion-block .ipb-title { font-family: 'bmwhead' !important; font-size: 20px; letter-spacing: -0.2px; margin-bottom: 6px; color: #000; line-height: 110%; }
.inv-promotion-block .ipb-expire { font-family: 'bmwbody' !important; font-size: 12px; }
.inv-promotion-block .ipb-cta { margin-top: 15px; }
.inv-promotion-block .ipb-cta a, .inv-promotion-block .ipb-cta a:hover { font-family: 'bmwbody'; background: #000; color: #fff; font-weight: bold; font-size: 14px; padding: 7px 13px; display: inline-block; cursor: pointer; text-decoration: none; }

.bmwoffermodal { top: 75px; }
.bmwoffermodal .modal-content { border-radius: 0 !important; }
.bmwoffermodal .modal-header{ background-color: #efefef !important; }
.bmwoffermodal .modal-title { font-size: 30px !important; line-height: 130%; font-weight: bold; color: #000; font-family: 'PT Sans',sans-serif !important; }
.bmwoffermodal .modal-body { padding: 15px !important; }
.bmwoffermodal .modal-body p { font-size: 16px !important; font-family: 'Source Sans Pro'; }
.bmwoffermodal .modal-footer { padding: 15px !important; text-align: right; border-top: 1px solid #e5e5e5; }
.bmwoffermodal .modal-footer button { background: #000; color: #fff; font-weight: bold; font-size: 14px; border: none; }


@media only screen and (max-width: 1199px) {
    .inv-promotion-block .ipb-title { font-size: 26px; }
    .inv-promotion-block .ipb-cont { flex-direction:column; }
}

@media only screen and (max-width: 767px) {
    /* .inv-promotion-block .ipb-left { display: none; } */
    .inv-promotion-block .ipb-cont { padding: 15px 10px; margin-top: 5px; }
    .inv-promotion-block .ipb-title { font-size: 22px; }
    .bmwoffermodal .modal-footer { padding-bottom: 40px; }
    .inv-promotion-block .ipb-left { width: 90%; }
    .inv-promotion-block .ipb-left img { width: 100%; }
    .inv-promotion-block .ipb-right { width: 60%; }
}

#inventory-display-container #vlp-promotions {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#inventory-display-container #vlp-promotions .slick-dots {
    display: flex;
    justify-content: center;
}