<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Counter widget*/
.widget-countdown-slider.active .item.top-left,
.widget-countdown-slider.active .item,
.widget-countdown-slider .item.top-left,
.widget-countdown-slider .item{
    /*top: auto;*/
    /*bottom: 0;*/
}

.widget-countdown-slider .open-promo{
    top: 50%;
    transform: translateY(-50%);
    background: #80b641;
}

.widget-countdown-slider .open-promo span{
    font-size: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: transparent;
}

.widget-countdown-slider .open-promo span::before{
    content: '';
    background: url(../../../_static/images/mona_v2021/arrow.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 15px;
    color: #FFFFFF;
    transform: translate(-50%, -51%);

}

.widget-countdown-slider .item.bottom-right .open-promo,
.widget-countdown-slider .item.top-right .open-promo{
    transform: rotate(180deg);
}

.widget-countdown-slider.active .close-promo{
    top: 10px !important;
    right: 10px;
    text-align: center;
    color: #000000;
    line-height: 26px;
    font-size: 25px;
    cursor: pointer;
    transform: scale(0.6);
    transform-origin: top right;
    text-align: center;
    height: 25px;
    width: 25px;
}

.widget-countdown-slider .close-promo::before{
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: #F7F7F7;
    border-radius: 50%;
    z-index: -1;
}

.widget-countdown-slider-wrapper{
    margin-bottom: 0;
}

.widget-countdown-slider.active .item.bottom-right,
.widget-countdown-slider.active .item.top-right{
    right: 0;
}

.widget-countdown-slider .item.top-left,
.widget-countdown-slider .item{
    left: -320px;
    width: 320px;
}

.widget-countdown-slider .item.top-right{
    right: -320px;
}

.widget-countdown-slider .item.bottom-right{
    right: -320px;
}
.widget-countdown-slider .item .text-wrapper .title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #636466;
}

.widget-countdown-slider .item{
    position: fixed;
    left: 0;
    width: 220px;
    border: 1px solid var(--color);
    background: var(--bcolor);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 9;
    bottom: 0;
}

.widget-countdown-slider .close-promo{
    top: 10px !important;
    right: 10px;
    text-align: center;
    color: #000000;
    line-height: 22px;
    font-size: 25px;
    cursor: pointer;
    transform: scale(0.6);
    transform-origin: top right;
    height: 25px;
    width: 25px;
    position: absolute;
    z-index: 9;
    background: #ffffff;
    border-radius: 50%;
}

.widget-countdown-slider .content{
    text-align: center;
    padding: 15px;
    border: 1px solid #ededed;
    background: #ffffff;
}

.widget-countdown-slider .title{
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.widget-countdown-slider .description{
    font-size: 14px;
    line-height: 23px;
}

.widget-countdown-slider .bottom-left .open-promo {
    left: auto;
    right: -31px;
    z-index: 99;
}

/*Widget Countdown*/
.widget-countdown-slider-wrapper{
    z-index: 99;
}

.widget-countdown-slider.active .item.top-left,
.widget-countdown-slider.active .item{
    left: 0;
}
.widget-countdown-slider{
    z-index: 999999;
}
.widget-countdown-slider .item.top-left,
.widget-countdown-slider .item{
    position: fixed;
    top: auto;
    left: -220px;
    width: 220px;
    border: 1px solid var(--color);
    background: var(--bcolor);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.widget-countdown-slider .item .countdown-wrapper{
    padding: 10px 0 5px;
    text-align: center;
    background: #F7F7F7;
}
.widget-countdown-slider .item .item-countdown{
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    text-align:center;
    font-weight: 700;
    color: #000000;
}
.widget-countdown-slider .item .item-countdown em{
    display: block;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.widget-countdown-slider .item .text-wrapper{
    font-size: 12px;
    background: var(--bcolor);
    color: #3F3F3F;
    padding: 10px;
    position: relative;
    text-align: center;
    line-height: 1.2;
}
.widget-countdown-slider .close-promo {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    opacity: 0;
}
.widget-countdown-slider.active .close-promo{
    opacity: 1;
    z-index: 1;
}
.widget-countdown-slider .open-promo{
    position: absolute;
    top: 0;
    right: -31px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    background: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget-countdown-slider.active .open-promo{
    right: -6px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*Top right*/
.widget-countdown-slider .item.top-right {
    left: auto;
    right: -220px;
}
.widget-countdown-slider.active .item.top-right {
    left: auto;
    right: 10px;
}
.widget-countdown-slider .top-right .open-promo{
    right: auto;
    left: -31px;
}
.widget-countdown-slider.active .open-promo{
    left: -6px;
    right: auto;
}


/*bottom right End*/

/*Widget Countdown End*/</pre></body></html>