

/* Start:/local/components/sv/message/templates/.default/style.css?16256319131252*/
.action-banner-wrap {
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background-color: #bc1f2e;
    color: #fff;
}

.action-banner {
    display: flex;
    justify-content: space-between;
    padding: 20px !important;
    text-align: left;
}

.action-banner .action-banner-title {
    font: 32px/32px "Agafia", serif!important;
    width: 30%;
}

.action-banner .action-banner-container {
    font: 18px/27px "PTSans Regular", sans-serif;
    width: 50%;
}
.action-banner .action-banner-detail {
    width: 10%;
    align-self: center;
}
.action-banner .action-banner-detail .btn-red_white {
    background-color: #d8d8d8;
}
.action-banner .close-btn {
    width: 5%;
    font-size: 22px;
    top: -15px;
    position: relative;
}


.action-banner-mobile {
    display: none;
    cursor: pointer;
    transform: rotate(-45deg);
    right: -80px;
    bottom: -50px;
    position: fixed;
    background-color: #bc1f2e;
    width: 200px;
    height: 150px;
    padding: 15px 30px;
    font: 18px/21px "Agafia", serif!important;
}

@media only screen and (max-width: 790px) {
    .action-banner {
        display: none;
    }
    .action-banner-mobile {
        display: block;
    }
}
/* End */
/* /local/components/sv/message/templates/.default/style.css?16256319131252 */
