.submenu_bg{
    background-color: var(--theme-color-3);
}
.submenu_bg .card{
    border: none;
}
.submenu_bg .subtitle{
    letter-spacing: normal;
    text-transform: none;
    text-align: left;
    font-size: 18px;
    line-height: 1.2em;
    /* height: 100px; */
    margin-bottom: 10px!important;

}
.submenu_bg .description a{
    text-decoration: none;
}
.submenu_bg .card-title{
    font-family: var(--bs-font-Cormorant);
    letter-spacing: .01em;
    color: #363636;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2em;
    text-decoration: none;
}
.submenu_bg .prices{
    display: flex;
    font-size: 24px;
}
.submenu_bg .item-count-1,
.submenu_bg .item-count-2{
    justify-content: space-evenly;
}
.submenu_bg .item-count-3{
    justify-content: space-between;
}
.submenu_bg .min{
    color: var(--text-color-2) !important;
}
.submenu_bg .dollar{
    color: #000;
    font-weight: 700;
}
.submenu_bg .manicure{
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 284px;
}
.submenu_bg .manicure img{
    height: 254px;
    width: auto;
    cursor: pointer;
}
.categories_description{
    font-size: 24px;
}
.submenu_bg .prices a{
    text-decoration: none;
}