.padding-bottom {
    padding-bottom: 5px;
}

.margin-top {
    margin-top: 25px;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.load-more-sec div {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: var(--theme-color)
}

.grid-item {
    font-weight: bold;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 3px;
    background-color: #f8f9fa;
    transition: background-color 0.3s, color 0.3s;
    color: black;
}

.grid-item:hover {
    background-color: #1475d6;
    color: white;
}

.cart-product-image{
    height: 120px;
    width: 120px;
}

.hero-img{
    border: 2px solid #0f0631;
    border-radius: 1em;
}