/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

.single-product .product_meta > p {
    margin-bottom: 5px;
}


h1.product_title.entry-title {
    font-size: 24px !important;
    font-weight: 600 !important;
}

.quantity-container > button{
    color:#fff !important;
    margin:0 auto !important;
    width:auto !important;
}

.quantity-container > button:disabled{
    color:#000 !important;
}

a.clear-cart.btn.bordered {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    font-weight: 500;
    gap: 8px;
}

button#scanAgain {
    width: 90% !important;
	margin-top:60px !important;
/*     position: absolute; */
/*     bottom: 0; */
/*     left: 10px; */
/*     right: 10px; */
}

div#etheme-menu-3 .widget-title {
    display: none !important;
}

div#etheme-menu-3 {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #ddd !important;
}


/* ICON CSS */
.acf-category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 40px 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff; /* Optional: background for contrast */
}

.acf-category-item {
    text-align: center;
    text-decoration: none;
    width: 120px;
    margin: 20px;
    transition: transform 0.3s ease;
}

.acf-category-item:hover {
    transform: scale(1.08);
}

.acf-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
}

.acf-icon-wrapper .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.acf-icon-wrapper .hover-icon {
    opacity: 0;
}

.acf-category-item:hover .hover-icon {
    opacity: 1;
}

.acf-category-item:hover .default-icon {
    opacity: 0;
}

.acf-category-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    white-space: normal;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Tablet */
@media (max-width: 1024px) {
    .acf-category-item {
        width: 100px;
    }
    .acf-icon-wrapper {
        width: 80px;
        height: 80px;
    }
    .acf-category-label {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .acf-category-grid {
        justify-content: center;
    }
    .acf-category-item {
        width: 90px;
        margin: 15px;
    }
    .acf-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    .acf-category-label {
        font-size: 13px;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .acf-category-item {
        width: 80px;
    }
    .acf-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    .acf-category-label {
        font-size: 12px;
    }
}
/* ICON CSS */
