#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);
    position: relative;
    top: 7px;
}

.header_product {
    max-width: 50px;
    margin-right: 10px;
    position: relative;
    top: -6px;
}

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

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


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

.header_logo {
    width: 220px;
    margin-left: 0px;
    position: relative;
    top: -5px;
}



#stickyInner {
    padding: 0px 15px 0px 15px;
    max-width: 1180px;
    margin: auto;
}

#stickyTop {
    position: fixed;
    width: 100%;
    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%);
    padding-bottom: 13px;
}

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


@media(max-width:991px) {
    
    #stickyTop{
        padding-bottom: 3px;
    }
    
    .header_logo {
        width: 90px;
        margin-left: 0px;
        top: 0;
    }

    .mobileBottomLine {
        display: block;
        /*        font-size: 12px;*/
        margin: 0px;
        padding: 0px 0px;
    }


    #stickyImg p {
        padding: 0px;
        font-size: 0px;
        max-width: 90px;
    }

    /*
    #stickyTop {
        display: none !important;
    }
*/

    #stickyButton {
        width: 100%;
        font-size: 12px;
        padding: 10px 6px;
        max-width: 140px;
    }

    #stickyArrow img {
        max-width: 30px;
        margin-left: 0px;
    }

    .sticvky_right {
        max-width: 170px;
        padding-top: 0px;
        position: relative;
/*        top: 16px;*/
    }

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

    .header_product {
        max-width: 20px;
        margin-right: 5px;
        top: 0px;
    }

    #stickyInner {
        padding: 5px 8px;
    }

    #stickyImg p br {
        display: none;
    }

}

@media(max-width:575px) {

    .sticvky_right + div {
        display: none;
    }

    .mobileBottomLine {
        max-width: 136px;
        font-size: 11px;
        line-height: normal;
    }

    .sticvky_right {
        position: relative;
    }

    #stickyImg {
        padding-bottom: 7px;
    }
}
