/*!
 * smartbanner.js v1.13.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2019 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */

/*#region CUSTOM THEME*/
.smartbanner {
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 70px;
    background: #f3f3f3;
    font-family: Helvetica, sans, sans-serif;
    z-index: 999999999999999999999999999;
}

.smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-align: center
}

    .smartbanner__exit::before, .smartbanner__exit::after {
        position: absolute;
        width: 1px;
        height: 12px;
        background: white;
        content: ' '
    }

    .smartbanner__exit::before {
        transform: rotate(45deg)
    }

    .smartbanner__exit::after {
        transform: rotate(-45deg)
    }

.smartbanner__icon {
    position: absolute;
    top: 14px;
    left: 28px;
    width: 47px;
    height: 47px;
    border-radius: 15px;
    background-size: 47px 47px;
}

.smartbanner__info {
    position: absolute;
    top: 6px;
    left: 84px;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    align-items: center;
    color: #000
}

.smartbanner__info__title {
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    display: none !Important;
}

.smartbanner__info__author, .smartbanner__info__price {
    font-size: 13px;
    font-family: 'Montserrat-Medium';
}

.smartbanner__button {
    position: absolute;
    top: 32px;
    right: 10px;
    z-index: 1;
    display: block;
    padding: 0 10px;
    min-width: 10%;
    border-radius: 5px;
    background: #f3f3f3;
    color: #1474fc;
    font-size: 14px !Important;
    text-align: center;
    text-decoration: none
}

.smartbanner__button__label {
    text-align: center font-family: 'Montserrat-SemiBold';
}

.smartbanner.smartbanner--android {
    background: #283a46;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    /* background: #3d4a52; */
    /* border-right: 90px solid #F3591E; */
}

    .smartbanner.smartbanner--android .smartbanner__exit {
        left: 6px;
        margin-right: 4px;
        width: 19px;
        height: 19px;
        border-radius: 14px;
        background: #283a45;
        box-shadow: none;
        color: #ffffff;
        font-family: 'ArialRoundedMTBold', Arial;
        font-size: 20px;
        -webkit-font-smoothing: subpixel-antialiased;
        line-height: 17px;
        text-shadow: 0 1px 1px #000;
    }

        .smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
            top: 3px;
            left: 8px;
            width: 2px;
            height: 14px;
            background: #f4f6f8;
        }

        .smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
            color: #eee
        }

    .smartbanner.smartbanner--android .smartbanner__icon {
        background-color: transparent;
        box-shadow: none
    }

    .smartbanner.smartbanner--android .smartbanner__info {
        color: #ffffff;
        text-shadow: 0;
        line-height: 15px;
        /* font-size: 13px; */
        letter-spacing: 0.5px;
    }

    .smartbanner.smartbanner--android .smartbanner__info__title {
        color: #ffffff;
        font-weight: bold;
    }

    .smartbanner.smartbanner--android .smartbanner__button {
        top: 0;
        right: 15px;
        padding: 0;
        min-width: 12%;
        border-radius: 0;
        background: none;
        box-shadow: none;
        color: white;
        font-size: 15px;
        font-weight: bold;
        /* background: linear-gradient(to bottom, #f35922, #f35922); */
        bottom: 0;
        height: unset;
        margin: auto;
        display: inline-table;
    }

        .smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
            background: none
        }

    .smartbanner.smartbanner--android .smartbanner__button__label {
        display: block;
        padding: 3px 5px;
        background: #42b6c9;
        background: linear-gradient(to bottom, #f35922, #f35922);
        box-shadow: none;
        line-height: normal;
        text-align: center;
        text-shadow: none;
        text-transform: none;
        border-radius: 4px;
        /* font-size: 14px; */
    }

        .smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
            background: #2ac7e1
        }

.smartbanner.smartbanner--ios .smartbanner__button__label {
    padding: 3px 5px;
}

.smartbanner.smartbanner--ios .smartbanner__button {
    right: 15px;
    padding: 0 !Important;
}
/*#endregion CUSTOM THEME*/
