/** Fomo bar */
html.ibx-fomo-bar-active body {
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
}
.ibx-fomo-bar-wrapper {
    border-top: 0;
    margin-top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    margin-top: -999px;
    -webkit-transition: margin-top 0.2s ease;
    -moz-transition: margin-top 0.2s ease;
    transition: margin-top 0.2s ease;
    will-change: margin-top;
}
.ibx-fomo-position-top .ibx-fomo-bar-wrapper {
    top: 0;
}
.ibx-fomo-position-bottom .ibx-fomo-bar-wrapper {
    bottom: 0;
}
html.ibx-fomo-bar-active body.admin-bar .ibx-fomo-bar-wrapper {
    margin-top: 32px;
}
html.ibx-fomo-bar-active body:not(.admin-bar) .ibx-fomo-bar-wrapper {
    margin-top: 0;
}
.ibx-fomo-bar-wrapper .ibx-fomo-bar-content {
    padding: 22px 40px;
    text-align: center;
    vertical-align: middle;
    display: block;
}
.ibx-fomo-countdown-enabled .ibx-fomo-bar-wrapper .ibx-fomo-bar-content {
    padding: 10px 40px;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-right: 10px;
}
.ibx-fomo-bar-wrapper .ibx-fomo-bar-close {
    color: #585858;
    cursor: pointer;
    display: block;
    font-size: 28px;
    font-weight: 100;
    position: absolute;
    top: 12px;
    right: 10px;
    text-decoration: none!important;
    vertical-align: middle;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper {
    display: inline-block;
    min-width: 125px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper #ibx-fomo-countdown-time .ibx-fomo-countdown-time-col {
    display: block;
    float: left;
    margin-left: 2px;
    padding: 8px;
    min-width: 55px;
    text-transform: capitalize;
    border-radius: 4px;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper #ibx-fomo-countdown-time span {
    display: block;
    font-size: 17px;
    padding: 0 4px;
    line-height: 1.2;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper #ibx-fomo-countdown-time span.ibx-fomo-countdown-time-text {
    font-size: 11px;
    font-weight: normal;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper #ibx-fomo-countdown-time .ibx-fomo-expired-text,
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper #ibx-fomo-countdown-time.ibx-fomo-expired span {
    display: none;
    font-weight: bold;
}
.ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper #ibx-fomo-countdown-time.ibx-fomo-expired span.ibx-fomo-expired-text {
    display: inline;
}
.ibx-fomo-bar-wrapper .ibx-fomo-bar-text {
    display: inline-block;
    margin-right: 0px;
    margin-left: 15px;
    text-align: center;
    vertical-align: middle;
}
.ibx-fomo-bar-wrapper .ibx-fomo-bar-button {
    padding: 10px;
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

/** Conversion */
.ibx-notification-popup {
    position: fixed;
    min-width: 250px;
    max-width: 100%;
    min-height: 90px;
    height: auto;
    font-size: 13px;
    background: white;
    padding: 10px;
    padding-right: 12px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    box-sizing: border-box;
    z-index: 10000001;
    display: block;
}
.ibx-notification-popup.ibx-notification-hide-desktop {
    display: none;
}
.ibx-notification-popup.ibx-notification-popup-review {
    max-width: 350px;
}
.ibx-notification-popup.ibx-notification-bottom-left {
    bottom: -250px;
    left: 20px;
}
.ibx-notification-popup.ibx-notification-bottom-right {
    bottom: -250px;
    right: 20px;
}
.ibx-notification-popup-wrapper a {
    text-decoration: none !important;
    cursor: pointer;
}
.ibx-notification-popup-wrapper {
    display: block;
    height: 100%;
    width: 100%;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-content {
    display: table;
    height: 100%;
    width: 100%;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-img {
    display: table-cell;
    height: 50px;
    width: 50px;
    vertical-align: middle;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-img img {
    vertical-align: middle;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-text {
    display: table-cell;
    padding: 0 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    line-height: 20px;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-text small {
    font-size: 10px;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-review-text {
    font-size: 14px;
    line-height: 1;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-review-name {
    display: block;
    font-size: 13px;
    font-weight: bold;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    float: left;
    margin-right: 5px;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-rating span {
    color: #333;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-rating span:before {
    content: "\2605";
    position: absolute;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.ibx-notification-popup-wrapper .ibx-notification-popup-close {
    display: block;
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    top: 0;
    right: 1px;
    padding: 0px 6px;
    text-decoration: none!important;
    vertical-align: text-top;
    text-shadow: 0 0px 0 #fff;
    border-radius: 15px;
    opacity: 1;
    z-index: 9999;
}
.ibx-notification-popup-wrapper .ibx-wpfomo-branding {
    font-size: 12px;
    color: #999;
    margin-left: 2px;
    vertical-align: middle;
}
.ibx-notification-popup-wrapper .ibx-wpfomo-branding svg {
    position: relative;
    top: 3px;
}
@media only screen and (max-width: 767px) {
    .ibx-notification-popup.ibx-notification-hide-mobile {
        display: none;
    }
}
