/* Make table horizontally scrollable on mobile */
.oom-table-container {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.oom-table-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.oom-table {
    min-width: 600px;
}

.profile-image-card::before {
	display: none;
}

/* Prevent table from bleeding out of page */
@media (max-width: 768px) {
    .oom-table-container {
        max-width: 100vw;
        padding: 0 !important;
        margin: 0 !important;
    }

    .e-con-boxed.oom-table-container {
        overflow-x: auto !important;
    }
}

section#comments {
    padding-left: 28px;
	    padding-right: 28px;
	    padding-bottom: 28px;


}

/*cart and checkout buttons*/
.wc-block-cart__submit-button,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background: #63AC4F !important;
    color: #FFFFFF !important;
    font-family: 'Urbanist', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 15px 30px !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
	text-decoration: none !important;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover {
    background: #487fc7 !important;
    color: #FFFFFF !important;
}

.wc-block-cart__submit-button .wc-block-components-button__text {
    color: #FFFFFF !important;
}

#place_order,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: #63AC4F !important;
    color: #FFFFFF !important;
    font-family: 'Urbanist', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    padding: 15px 30px !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

#place_order:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: #487fc7 !important;
    color: #FFFFFF !important;
}