.customers-nav-ul {
    list-style: none;
}

.admin-light-btn {
    display: flex;
    border-radius: 5px;
    background: #EBEEF2;
    width: 168px;
    height: 39px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.product-title {
    color: #303231;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.2px;
}

.price {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.24px;
}

.ira-indicator {
    border: 0.3px solid #000;
    background: #F7F7F2;
    width: fit-content;
}

.eligible-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
    padding-left: 5px;
}


.add-product-btn {
    display: flex;
    height: 45px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 5px;
    border: none;
    background: #4C78DD;
    color: white;
}

.btn-primary-counter-card {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    height: 17px;
    width: 35px;
    font-size: 18px;
    margin-bottom: 1px;
    border: none;
    border-radius: 0px;
}

.btn-primary-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    height: 12px;
    width: 25px;
    font-size: 12px;
    margin-bottom: 1px;
    border: none;
    border-radius: 0px;
}

.block-header-default-customer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 1.25rem;
    transition: opacity .25s ease-out;
}

.block-title-customer {

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.2px;
}


img.product-img-customers{
    max-width: 50%;
    max-height: 150px;
}


.customers-volume-discount td {
    
}

.product-img-cart{
    max-height: 125px;
    max-width: 300px;
}

.plain-btn{
    background-color: none;
    border:none;
}

.w-35{
    width: 35%;
}

.modal-body * {
    font-family: Cabin;
}