/*!
Theme Name: wodonga_desi_bazaar
Theme URI: wodongadesibazaar.com.au
Author: wodonga_desi_bazaar
Author URI: wodongadesibazaar.com.au
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wodonga_desi_bazaar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.container-width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.post-type-archive ul.products {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.general_section > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}
.wishlist_pro {
    position: absolute;
    right: 10px;
    top: 10px;
}

.catagory-cn-sm a {
    color: #000;
}

.product-card .product-image img {
    width: 100%;
}

span.out-of-stock-btn {
    color: red;
}

.product-card .stock.out-stock {
    color: red;
}

.product-card .title a {
    text-align: center;
    margin: 8px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.product-card .price del {
    font-size: 16px;
    color: #9b9b9b;
    text-decoration: line-through;
    font-weight: 500;
}

.product-card .price ins {
    font-size: 20px;
    font-weight: 700;
    color: #ff5c33;
    margin-right: 3px;
    text-decoration: none;
}

.common-btn.ajax_add_to_cart {
    background: #ff5a2c;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    transition: 0.3s;
}

.common-btn.ajax_add_to_cart:hover {
    background: #e04820;
}

.ajax-add-to-cart.loading {
    opacity: 0.6;
    pointer-events: none;
}

.ajax-add-to-cart.added {
    background: #28a745;
}

.common-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background: #ff5a2c;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.common-btn.added {
    background: #28a745;
}

/* Spinner */
.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: none;
    animation: spin 0.6s linear infinite;
}

.spinner.active {
    display: inline-block;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}