/*
 Theme Name:   Jupiter Child
 Description:  Jupiter Child Theme for WFA
 Author:       MS
 Template:     jupiter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: jupiter-child
*/

.jc-in-stock {
    color: #739d64;
}

.jc-out-of-stock {
    color: #9d0726;
}

div[id^="displayProduct-"].displayProduct-Container .jc-dp-button-out-of-stock {
    background-color: #f1f1f1 !important;
    color: #ff9900 !important;
}
.displayProduct-Container .woocommerce .quantity {
    float: left!important;
    margin-right: 0!important;
    margin-left: 0!important;
    padding-left: 0!important;
}
.displayProduct-Container .woocommerce .quantity input.qty {
    height: 39px!important;
}
.woocommerce button.button.alt {
    background-color: #ff9900 !important;
    color: #fff!important;
    width: auto;
    float: left;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}