/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */

@media (max-width: 767px) {
    aside.footer-sidebar.widget-area.row {
	justify-content: center !important;
    text-align: center !important;
}

}

.woocommerce-product-details__short-description table td,
.woocommerce-product-details__short-description table th {
        text-align: left !important;
        padding: 0px !important;
    }

/* Apply to all tables with the specific class */
.woocommerce-product-details__short-description table {
    width: 100%; /* Optional: Make the table full width */
    border-collapse: collapse; /* Optional: To remove space between cells */
}

/* Apply padding and margin to each row (tr) */
.woocommerce-product-details__short-description table tr {
    margin: 5px 0; /* Vertical margin */
    padding: 5px 0; /* Vertical padding */
}

/* Apply padding inside each cell (td) */
.woocommerce-product-details__short-description table td {
    padding: 5px 0; /* Vertical padding inside each cell */
    text-align: left; /* Align text to the left */
}

/* Optional: Apply padding to the header cells (th) */
.woocommerce-product-details__short-description table th {
    padding: 5px 0; /* Vertical padding inside header cells */
    text-align: left; /* Align text to the left */
}