.stock.in-stock{
    color: var(--green);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: var(--green);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    border-radius: 50px;
    height: 50px;
    font-weight: 400;
    display: inline-flex;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:focus,
button.single_add_to_cart_button.button.alt:hover{
    background-color: #079b51;
    color: #fff;
}
.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button{
    font-size: 1rem;
    padding: 10px 20px;
    font-weight: 400;
    transition: all 200ms linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    background-color: var(--blue-dark);
    color: #fff !important;
    border-radius: 50px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:focus{
    background-color: #3e4e5d; 
}

.woopq-quantity {
    margin-bottom: 10px;
    border-radius: 50px;
    overflow: hidden;
}
.woocommerce .quantity .qty {
    width: 100%;
    text-align: center;
    height: 50px;
    border: 1px var(--bs-white) solid;
    background-color: var(--bs-white);
    border-radius: 0;
}
.woocommerce div.product form.cart div.quantity {
    width: 100%;
}
.woocommerce div.product form.cart div.quantity{
    margin-bottom: 15px;
}
.woopq-quantity-input-plus, .woopq-quantity-input-minus{
    height: 50px !important;
    width: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px var(--bs-white) solid !important;
    background-color: var(--bs-white) !important;
    color: var(--black);
    line-height: initial !important;
    font-size: 20px;
}

.woocommerce-cart table.cart .coupon{
    display: flex;
}
.woocommerce-cart table.cart .coupon input{
    width: auto;
    margin-right: 10px;
}

.woocommerce-privacy-policy-text p{
    font-size: 12px;
}