@tailwind base;
@tailwind components;
@tailwind utilities;
@import './icomoon/style.css';

.sub-img {
    img {
        filter: brightness(80%);
    }
}

.product-name {
    opacity: 1 !important;
    visibility: visible !important;
}

#footer {
    .content-footer {
        @media (min-width: 979px) {
            flex-wrap: nowrap !important;
        }
    }
}

.product-item {
    cursor: auto !important;
}

#category-count {
    justify-content: center;
}

.button-main {
    background-color: #C6E0B8 !important;
    color: #000 !important;
    text-align: center;

    &:hover {
        background-color: #000!important;
        color: #C6E0B8 !important;
    }
}

.household-round {
    background-color: #C6E0B8 !important;
}

.main-menu {
    width: 100%;
}

.language-link {
    margin-left: auto;
    display: block;
    font-weight: 600;
}