/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/






/* Wrapper for stacking Add to Cart and Quote Button */
/* Wrapper for stacking Add to Cart and Quote Button */
.nectar-add-to-cart-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

/* Ensure our Quote Button has margin to separate it from the Add to Cart button */
button.single_add_to_cart_button.request-quote-button {
    margin-top: 10px;
    margin-left: 0;
}

/* Optional: If we want full width like some mobile views */
@media only screen and (max-width: 690px) {

    .nectar-add-to-cart-wrap,
    button.single_add_to_cart_button {
        width: 100%;
        align-items: stretch;
    }
}