/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 22 2024 | 17:50:44 */
.tabs.wc-tabs {
	text-align: center;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: white;
}

table td, table th {
    border: 0px solid;
}

.woocommerce table.shop_attributes th {
    border-bottom: 1px solid rgb(0 0 0 / 37%);
	border-top: 1px solid rgb(255, 255, 255);
}

.woocommerce table.shop_attributes td {
    border-bottom: 1px solid rgb(0 0 0 / 37%);
	border-top: 1px solid rgb(255, 255, 255);
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    vertical-align: baseline;
    text-align: left;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: white;
}

.flickity-prev-next-button.previous {
    display: none;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    display: none;
}