
            .floatbnt {
                position: absolute;
                top: 0;
                /*right: 0;*/
                left: 0;
                padding: 3px 5px;
                color: rgba(6, 6, 6, 0.8);
                fill: rgba(6, 6, 6, 0.8);
                background-color: #ffffff;
                border: 1px solid rgba(6, 6, 6, 0.8);
                font-size: 18px;
                z-index: 1;
            }



            .floatbnt.botfix {
                position: fixed;
                top: auto;
                bottom: 20px;
                /*right: 20px;*/
                left: 20px;
            }

            .wpbtn {
                color: white;
                background-color: #4dc247;
                box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
                border-radius: 50%;
                border: 0;




            }
            .wpbtn svg {
                width: 45px;
                height: 45px;
                padding: 5px 2px;
                fill: white;
                vertical-align: middle;
            }

            .field-icon {
                float: right;
                margin-left: -26px;
                margin-top: -28px;
                position: relative;
                z-index: 2;
                right: 10px;
                font-size: 19px;
                cursor: pointer
            }
            
            /*.buy-button{
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 10px 0;
    position: fixed;
    bottom: 55px;
    left: 15px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    z-index: 100;
    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    
}

.buy-button:before{
    content: "";
    display: block;
    width: 110%;
    height: 110%;
    position: absolute;
    top: 0;
    left: 0;
    
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
}
.buy-button:hover,
.buy-button:focus{
    color: #ffffff;
    text-decoration: none;
    
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.2);    
}
.buy-button i{
    position: relative;
    left: -1px;
}
.buy-button span{
    display: block;
    position: relative;
    margin-top: 1px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}*/