/*
Theme Name: Woodmart Child
Template: woodmart
Version: 1.0
*/
/*
Theme Name: Woodmart Child
Template: woodmart
Version: 1.0
*/

/* Put Add to Cart and Datasheet button side by side */
.elementor-widget-wd_single_product_add_to_cart .elementor-widget-container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 10px !important;
}

.elementor-widget-wd_single_product_add_to_cart form.cart {
    flex: 2 !important;
    margin: 0 !important;
}

/*.elementor-widget-wd_single_product_add_to_cart form.cart .single_add_to_cart_button {
    width: 100% !important;
    height: 100% !important;
}*/

.elementor-widget-wd_single_product_add_to_cart .wc-datasheet-wrap {
    flex: 1 !important;
    margin: 0 !important;
}

.elementor-widget-wd_single_product_add_to_cart .wc-datasheet-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
}
.wc-datasheet-wrap {
    display: block !important;
    margin: 10px 0 0 0 !important;
    width: 100% !important;
}

.wc-datasheet-btn {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background-color: #e63946 !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: background-color .2s ease !important;
}

.wc-datasheet-btn:hover {
    background-color: #c1121f !important;
    color: #fff !important;
}
.wd-table-wrapper.wd-manage-on {
    background: #ffffff;
    padding: 2%;
    margin: 2%;
    border: #2f4b2f solid 1px;
    border-radius: 15px;
}
div#wcca-order-notes-target {
    background: #ffffff;
    padding: 5%;
    margin: 2%;
    border: #2f4b2f solid 1px;
    border-radius: 15px;
}
h3.wcca-section-title {
    text-align: center;
    margin-top: 5%;
}
div#payment {
    background: #ededed;
    padding: 4%;
    margin: 2%;
    border: #2f4b2f solid 1px;
    border-radius: 15px;
}