@font-face {
    font-family: 'Bree-Serif';
    src: url('./fonts/BreeSerif-Regular.eot');
    src: url('./fonts/BreeSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BreeSerif-Regular.woff2') format('woff2'),
        url('./fonts/BreeSerif-Regular.woff') format('woff'),
        url('./fonts/BreeSerif-Regular.ttf') format('truetype'),
        url('./fonts/BreeSerif-Regular.svg#BreeSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.main-content{
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    /* background: url('../assets/bg.png');
    background-size: cover;
    background-position: center; */

    background: transparent;
}

.main-title-content {
    width: fit-content;
    height: 150px;
    border-bottom: 6px solid #AD1C1F;
    display: flex;
    align-items: center;
    margin: 47px auto 0;
}

h1.main-title {
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 120px;
    line-height: 134px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000000;
    max-width: 1200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

h1.main-title#title-1{
    max-width: 530px;
}

.content{
    margin: 0 auto 53px;
    display: flex;
    width: 1800px;
}

.content-column.column-1 {
    width: 872px;
    display: flex;
    flex-direction: column;
}

.content-column.column-2 {
    width: 930px;
    display: flex;
    flex-direction: column;
}

.item{
    position: relative;
    height: 225px;
    padding-left: 12px;
    display: flex;
    align-items: center;
    border-top: 5px solid #AD1C1F;
    border-bottom: 5px solid #AD1C1F;
}

.second-item {
    position: relative;
    height: 225px;
    display: flex;
    padding-left: 80px;
    flex-direction: column;
    justify-content: center;
}

.content-item{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2.title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 62px;
    text-transform: capitalize;

    color: #000000;
}

.item-info{
    display: flex;
    height: 40px;
    margin-top: 5px;
    padding-left: 38px;
}

.column-1 .item-info{
    padding: 0;
}

p.item-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin-right: 15px;
    text-transform: capitalize;
    color: #D6242E;
    white-space: nowrap;
}

p.item-calories{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    padding-left: 15px;
    border-left: 4px solid #000;
    white-space: nowrap;
    text-align: end;
    width: 180px;
    max-width: inherit;
}

h3.sub-title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #000000;
    min-width: fit-content;
}

.menu-item-product{
    max-width: 845px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sub-title.list-item {
    flex-basis: 178px;
    flex-grow: 0;
    flex-shrink: 0;
}

.underscore::before {
    content: '_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _';
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
}
.underscore {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    color: #000000;
    margin-left: 10px;
    padding-bottom: 5px;
}

p.item-price.price-list{
    color: #000000;
}