
.main-navigation
{
	letter-spacing:2.5px
}

#astra-footer-menu > .menu-item > .menu-link
{
	letter-spacing:2.4px;
}

.ast-footer-copyright p
{
	letter-spacing:1.2px;
}

.ast-plain-container.ast-no-sidebar #primary
{
	margin-top:70px;
	margin-bottom:50px;
}

@media only screen and (max-width: 767px) {
	.ast-plain-container.ast-no-sidebar #primary
{
	margin-top:40px;
	margin-bottom:20px;
}
}

a:where(:not(.wp-element-button))
{
	text-decoration:none;
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes th {
    border-left-width: 1px;
    border-style: solid;
    padding-left: .9em;
    color: #ffffff; /* Set the text color to white */
}

.woocommerce-cart .cart-collaterals .cart_totals>h2, 
.woocommerce-cart .cart-collaterals .cross-sells>h2 {
    margin: 0 -20px 20px;
    background-color: transparent; /* Set background to transparent */
    border-bottom: 1px solid var(--ast-border-color);
}

.woocommerce-js table.shop_table thead, 
.woocommerce-page table.shop_table thead {
    background-color: transparent; /* Set background to transparent */
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    background-color: #000; /* Sets the background color to black */
    color: #fff; /* Sets the text color to white */
}

.woocommerce-js ul.products li.product .woocommerce-loop-category__title, 
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    color: #000; /* Sets the text color to black */
}

.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
    bottom: 1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff; /* White text color */
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock:hover,
.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock:hover {
    color: #ffffff !important; /* Ensure text color remains white on hover */
    background-color: rgba(0, 0, 0, 0.7) !important; /* Ensure background color remains consistent on hover */
}
