﻿.text-primary-tw {
    color: #700400;
}
.blockquote::before {
    left: -0.5rem;
}
.btn-block {
    width: 100%;
}
.bg-primary-tw {
    background-color: #700400;
}
.form-label {
    font-weight: 600;
}
.k-input-solid:focus, .k-input-solid.k-focus {
    color: #51596C;
    background-color: #fff;
    border-color: rgba(140, 152, 164, 0.25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}
.shopping-cart {
    position: relative;
    display: inline-block;
}

.bi-cart {
    font-size: 30px;
    color: red; /* Replace with your desired color */
}

#cart-badge {
    position: absolute;
    /*top: -10px;
    right: -10px;*/
    padding: 7px 7px;
    border-radius: 50%;
    background-color: red; /* Replace with your desired color */
    color: #fff; /* Text color */
    font-size: 10px;
}
.pointer {
    cursor: pointer;
}
.logo-img {
    max-width: 230px; /* Adjust as needed */
    height: auto;
}

/* Added: highlight selected plot rows */
#plotTable tr.plot-selected { background-color: #ffe9d6 !important; }

.navbar-nav .nav-item.hs-has-mega-menu {
    position: relative;
}
.hs-mega-menu {
    left: -150px !important;
}
@media (min-width: 768px) {
    .card-grid-row > .col {
        display: flex;
    }

    .card-grid-row .card {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .card-grid-row .card-transition-zoom-item {
        min-height: 360px; /* adjust as needed */
        display: flex;
        align-items: center;
        justify-content: center;
    }
}