/*
Theme Name: woodmart-child
Template: woodmart
*/
.modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-content {
    background-color: #2f2c2c;
}

.modal-dialog {
    max-width: 800px;
    width: 100%;
}

#summary_table {
    border: none;
}
#summary_table th,
#summary_table td {
    border: none;
}

/* .wc-block-cart-item__total {
    display: none;
}

.wc-block-cart-item__prices {
    display: none;
}
 */


.modal-header {
    border-bottom: var(--bs-modal-header-border-width) solid #323438;
}

.modal-footer {
    border-top: var(--bs-modal-footer-border-width) solid #323438;
}

.modal_product_component_column {
    min-width: 150px;
}

.modal_product_title_column {
    color: #fff
}

.modal-header .btn-close {
    display: none
}

.modal-close {
    background-color: rgb(89, 94, 224);
    color: #fff
}

:is(.btn,.button,button,[type="submit"],[type="button"]) {
    color: var(--btn-accented-color);
    background-color: var(--btn-accented-bgcolor);
}
