#call-back-button {
    display: inline;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.g-recaptcha{display:none;}

@media screen and (max-width:2000px){
    .product__cart-reverse {
        margin-top: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: end;
        justify-content: space-around;
        align-items: baseline;
    }
    .product__prices {
        width:auto
    }
    .product__right{margin-top:15px}
}

@media screen and (max-width:767px){
    .add2cart{
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .product__cart-reverse {
        margin-top: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: end;
        justify-content: space-around;
        align-items: baseline;
    }
    .product__prices {
        width:auto
    }
    .product__right{margin-top:15px}
    
   
}

