#stickyButton {
    width: 320px;
    height: auto;
    background: linear-gradient( to bottom, #4bce0e, #246705);
    border-radius: 40px;
    color: #fff;
    text-align: center;
   /* border-bottom: solid 4px #29640D;
    */
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 12px;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    z-index: 99999999;
    position: relative;
   transition: all 0.5s;
}
#stickyButton:hover {
    opacity: 0.8;
}
#stickyImg {
    float: left;
    width: calc(100% - 380px);
}
.header_product {
    max-width: 70px;
   /* margin-right: 10px;
    */
    margin-right: 0px;
    margin-top: 0;
}
.sticvky_right {
    float: right;
    max-width: 380px;
    width: 100%;
    padding-top: 15px;
   padding-bottom: 15px;
}
#stickyArrow img {
    max-width: 60px;
    margin-left: -20px;
    top: 5px;
    position: relative;
}
#stickyArrow {
    position: relative;
    top: 5px;
}
.header_logo {
    width: 100px;
    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%;
    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;
   }
    #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: 30px;
        margin-left: 0px;
        top: 5px;
   }
    .sticvky_right {
        max-width: 170px;
        padding-top: 0px;
        position: relative;
        top: 8px;
   }
    #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: 44px;
        margin-right: -10px;
   }
    .sticvky_right + div {
        display: none;
   }
    .mobileBottomLine {
        max-width: 136px;
        font-size: 9px;
   }
    .sticvky_right {
        position: relative;
        top: 8px;
   }
    #stickyImg {
        padding-bottom: 7px;
   }
    .header_logo {
        max-width: 90px;
        margin-left: 10px;
   }
}
