html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.text-theme-pink {
    color: #004722;
}

.btn-theme-pink {
    color: #fff !important;
    background-color: #004722;
    border-width: 2px;
    font-weight: bold;
}

.shop-btn {
    font-weight: 200 !important;
    border-color: #004722;
}

.btn-theme-pink:hover {
    color: #004722 !important;
    background-color: #fff;
    border-color: #004722;
}

    .btn-check:focus + .btn-theme-pink {
        color: #fff;
        background-color: #fddd00;
        border-color: #fddd00;
    }

.btn-check:checked + .btn-theme-pink, .btn-check:active + .btn-theme-pink, .btn-theme-pink:active, .btn-theme-pink.active, .show > .btn-theme-pink.dropdown-toggle {
    color: #fff;
    background-color: #004722;
    border-color: #004722;
}

        .btn-check:checked + .btn-theme-pink:focus, .btn-check:active + .btn-theme-pink:focus, .btn-theme-pink:active:focus, .btn-theme-pink.active:focus, .show > .btn-theme-pink.dropdown-toggle:focus {
    
        }

    .btn-theme-pink:disabled, .btn-theme-pink.disabled {
        color: #fff;
        background-color: #fddd00;
        border-color: #fddd00;
    }

.btn-theme-violetblue {
    color: #0140CE !important;
    border-color: #0140CE;
    border-width: 2px;
    font-weight: 300;
}

    .btn-theme-violetblue:hover {
        color: #0140CE;
        background-color: rgba(1, 64, 206, 0.3);
        border-color: #0140CE;
    }

    .btn-theme-violetblue:focus {
        color: #0140CE;
        background-color: rgba(1, 64, 206, 0.2);
        border-color: #0140CE;      
    }

    .btn-check:checked + .btn-theme-violetblue,
    .btn-check:active + .btn-theme-violetblue,
    .btn-theme-violetblue:active,
    .btn-theme-violetblue.active,
    .show > .btn-theme-violetblue.dropdown-toggle {
        color: #0140CE;
        background-color: rgba(1, 64, 206, 0.2);
        border-color: #0140CE;
    }

        .btn-check:checked + .btn-theme-violetblue:focus,
        .btn-check:active + .btn-theme-violetblue:focus,
        .btn-theme-violetblue:active:focus,
        .btn-theme-violetblue.active:focus,
        .show > .btn-theme-violetblue.dropdown-toggle:focus {
        }

    .btn-theme-violetblue:disabled,
    .btn-theme-violetblue.disabled {
        color: #0140CE;
        background-color: #004722;
        border-color: #004722;
    }

#navbarSupportedContent ul li a {
    font-size: 1rem;
    /*font-weight:bold;*/
    color: white;
}

footer ul li a {
    padding-left: 1px !important;
    color: white !important;
}

.social-icons-ul li a {
    font-size: 25px;
}

.brand-menu {
    /*width: 100%;*/
    left: unset !important;
    right: 15px;
}

    .brand-menu ul li {
        padding-left: 1px !important;
    }

.products-menu {
    /*min-width:30rem !important;*/
    left: unset !important;
    right: 15px;
}

    .products-menu a {
        font-size: 1rem;
        /*font-weight: bold;*/
        color: #000000;
    }

.products-dropdown-menu {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #ffffff;
    padding: 10px;
}

.menu-angle-icon {
    transition: transform ease-in-out 0.5s;
}

.menu-angle-icon-rotated {
    transform: rotate(180deg);
    transition: transform ease-in-out 0.5s;
}

.brand-slider ul li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.brand-slider img {
    width: 100px;
    margin-right: 5rem;
    margin-bottom: 5rem;
    transition: all ease-in-out 0.5s;
}

/*.dropdown:hover .dropdown-menu {
    display: block;
}*/


@media only screen and (max-width: 600px) {
    .brand-slider img {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.page-item:first-child .page-link {
    border-top-left-radius: 2.25rem;
    border-bottom-left-radius: 2.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 2.25rem;
    border-bottom-right-radius: 2.25rem;
}

.page-link {
    border: none;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    margin: 2px;
}

    .page-link:active,
    .page-link:checked,
    .page-link:focus {
        background-color: darkblue !important;
        color: white;
    }

    .page-link:checked {
        background-color: darkblue !important;
        color: white;
    }

    .page-link:focus {
        background-color: darkblue !important;
        color: white;
    }

.pagination-parent {
    width: auto;
    display: inline-block;
    height: 70px;
    padding: 15px;
    border-radius: 50px;
}

.prod-div {
    width: 18rem;
}

@media only screen and (max-width: 600px) {
    .prod-div {
        width: 100%;
    }
    .WhatsappBounce {
        width: 45px !important;
    }
}
.animate__animated.animate__bounce {
    --animate-duration: 5s;
}


.masonry {
    column-count: 3; /* Number of masonry columns */
    column-gap: 1rem; /* Gap between columns */
}

.masonry-item {
    display: inline-block;
    background-color: none; /* Optional: to make items visually distinct */
    padding: 10px;
    margin-bottom: 1rem;
    border-radius: 5px; /* Optional */
    width: 100%; /* Ensures each masonry item takes full column width */
    break-inside: avoid; /* Prevents item from breaking inside the column */
}

a.h5 {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #004722 !important;
}

.product-types a {
    display: block; /* Ensures product types appear on new lines */
    padding: 5px 0;
    color: white !important;
    text-decoration: none; 
}

.product-types a:hover {
    color: black !important;
    background-color: white;
    text-decoration: none;
}

.product-types {
    position:absolute;
    display: inline-grid; /* Ensures product types appear on new lines */   
    background-color: #004722;
    margin-left:25px;
}

.product-types-Unmodified {
    display: inline-grid;
    background-color: #f9f9f9;
    position: relative /* Ensures product types appear on new lines */
}

    .product-types-Unmodified a {
        display: block; /* Ensures product types appear on new lines */
        padding: 5px 0;
        color: black !important;
        text-decoration: none;
    }

        .product-types-Unmodified a:hover {
            background-color: white;
        }




