

#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: 10px;
}

.header_product {
    max-width: 60px;
    margin-right: 0px;
}

.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: 90px;
    margin-left: 0px;
}



#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: 15px;
}

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

.mobileBottomLine{
    display: none;
    font-family: arial;
}


@media(max-width:991px){
    
    .header_logo {
        width: 60px;
        margin-top: 10px;
    }

    .mobileBottomLine {
        display: block;
/*        font-size: 12px;*/
        margin: 0px;
        padding: 0px 0px 5px 0px;
        max-width: 60%;
    }
    
    
    #stickyImg p{
        padding: 0px;
        font-size: 0px;
        max-width: 90px;
    }
    
/*
    #stickyTop {
        display: none !important;
    }
*/
    
    #stickyButton {
        width: 100%;
        font-size: 11px;
        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: 12px;
    }
    
    #stickyImg {
        float: left;
        width: calc(100% - 170px);
        top: 5px;
    }
    
    .header_product {
        max-width: 32px;
        margin-right: 5px;
    }
    
    #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;
    }
    
    .sticvky_right {
        position: relative;
        top: 9px;
    }
    
    #stickyImg {
        padding-bottom: 0px;
    }
}