.catalog-product-view .field-tooltip-content {
    display: none !important;
}
.catalog-product-view .amazon-checkout-now {
    display: none !important;
}


.product-info-main .amazon-addtoCart {
    position: relative;
    max-width: 200px;
}
.catalog-product-view .columns .column.main .product-info-main #product_addtocart_form .box-tocart .actions, .product-info-main .amazon-addtoCart {
    max-width: 200px;
    flex-direction: column;
}
.catalog-product-view .columns .column.main .product-info-main #product_addtocart_form .box-tocart .fieldset button {
    margin-bottom: 12px;
}
.amazon-addtoCart {

    height: auto!important;
    width: auto!important;
}
.product-info-main .field.qty {
    width: 100%!important;
    margin-bottom: 15px!important;;
}

.product-info-main .actions {
    width: 100%!important;
    display: flex!important;
    flex-wrap: wrap!important;
    margin-left: 0px!important;
}

.product-info-main .actions .toCart, 
.product-info-main .actions .paypal-add-to-cart,
.product-info-main .actions .amazon-addToCart {
    width: 80%!important;
    margin-bottom: 15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

