

#stickyButton {
    width: 320px;
    height: auto;
    background: #8bdf2d;
    border-radius: 5px;
    border: 1px solid #8bd834;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    padding: 15px 12px;
    cursor: pointer;
    float: right;
    margin-top: 0px;
    z-index: 99999999;
    position: relative;
}

#stickyButton:hover {
    background: #5b9f0e;
    border: 1px solid #5b9f0e;
}

#stickyImg {
    float: left;
    width: calc(100% - 380px);
}

.header_product{
    max-width: 50px;
    margin-right: 10px;
}

.sticvky_right {
    float: right;
    max-width: 380px;
    width: 100%;
    padding-top: 15px;padding-bottom: 15px;
}

#stickyArrow img {
    max-width: 60px;
    margin-left: -20px;
}


#stickyArrow {
    position: relative;
    top: 5px;
}

.header_logo {
    width: 130px;
    margin-left: 0px;
}



#stickyInner {
    padding: 0px 15px 0px 15px;
    max-width: 1180px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#stickyTop {
    position: fixed;
    width: 100%;
    padding: 10px;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgb(119 119 119 / 28%);
    box-shadow: 0px 3px 5px rgb(119 119 119 / 28%);
}

#stickyImg p {
    display: inline-block;
    padding: 10px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.mobileBottomLine{
    display: none;
}


@media(max-width:991px){
    
    .mobileBottomLine {
        display: block;
/*        font-size: 12px;*/
        margin: 0px;
        padding: 5px 0px;
        line-height: normal;
        max-width: 400px;
    }
    
    
    #stickyImg p{
        padding: 0px;
        font-size: 0px;
        max-width: 210px;
    }
    
/*
    #stickyTop {
        display: none !important;
    }
*/
    
    #stickyButton {
        width: 100%;
        font-size: 11px;
        padding: 10px 3px;
        max-width: 140px;
    }
    
    #stickyArrow img {
        max-width: 25px;
        margin-left: 0px;
    }
    
    .sticvky_right {
        max-width: 170px;
        padding-top: 0px;
        position: relative;
        top: 16px;
    }
    
    #stickyImg {
        float: left;
        width: calc(100% - 170px);
    }
    
    .header_product {
        max-width: 40px;
        margin-right: 5px;
    }
    
    #stickyInner {
        padding: 5px 8px;
        display: block;
    }
    
    #stickyImg p br{
        display: none;
    }
    
}

@media(max-width:575px){
    
    
    #stickyImg p {
        max-width: 100px;
    }
    
    
    .header_product {
        max-width: 20px;
    }
    
    .sticvky_right + div {
        display: none;
    }
    
/*
    .mobileBottomLine{
        max-width: 136px;
        font-size: 11px;
    }
*/
    
    .mobileBottomLine {
        max-width: 200px;
        font-size: 11px;
    }
    
    .sticvky_right {
        position: relative;
        top: 10px;
    }
    
    #stickyImg {
        padding-bottom: 0px;
        padding-top: 11px;
    }
    
    
    .header_logo {
        width: 90px;     
    }
}



@media(max-width:575px) and (min-width:320px)
{
    #stickyTop {
        position: fixed;
        width: 100%;
        padding: 15px;
        left: 0;
        top: 0;
        z-index: 99999;
        background: #fff;
        -webkit-box-shadow: 0px 3px 5px rgb(119 119 119 / 28%);
        box-shadow: 0px 3px 5px rgb(119 119 119 / 28%);
    }  

} 