@import "bootstrap.min.css";
@import "reset.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&amp;display=swap');

body{
    font-family: 'Nunito Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #1a1b17;
}

a{
    text-decoration: none!important;
}

a:hover, a:focus, a:active{
    color: #fff;
}

.wrapper{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.mainArea{
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto;
}

.header{
    display: flex;
    height: 58px;
}

.header .left{
    flex: 1 1 0%;
    display: flex;
}

.header .middle{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 2 1 0%;
}

.header .right{
    box-sizing: border-box;
    flex: 1 1 0%;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.feedbackButton{
    color: #fff;
    background-color: #565656;
    box-shadow: rgb(0 0 0 / 15%) 2px 2px 5px;
    padding: 12px;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 4px;
}

.main{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    height: calc(100vh - 58px);
}

.logo{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.logo span{
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    line-height: 22px;
    max-width: 288px;
    font-size: 16px;
    font-weight: normal;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.buttonArea{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.menuButton{
    background-color: rgb(255, 197, 146);
    color: #351909;
    padding: 20px 25px;
    border-radius: 40px;
    margin-bottom: 10px;
}

.feedback{
    padding-top: 40px;
    color: #ffc592;
    font-size: 14px;
}

.logoBtn{
    margin-top: 10px;
}


.logoBtn img{
    padding-top: 5px;
    height: 50px;
    width: auto;
}


/* menü */

.categoryDesc{
    text-align: center;
    color: #fff;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
}

.category{
    width: 120px;
    margin: 5px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category img {
    width: 120px;
    height: 80x;
    border-radius: 4px;
    padding-bottom: 5px;
}

.category a{
    text-align: center;
    padding-bottom: 10px;
}

.category a.active span{
    color: rgb(255, 197, 146);
}

.category a.active{
    border-bottom: 1px solid #ffc592;
}

.category span{
    height: 45px;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.37em;
    text-align: center;
    color: #fff;
    overflow: hidden;
    max-height: calc(2.74em);
    align-items: center;
    justify-content: center;
}

.categoryList{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-y: scroll;
}

.categoryList::-webkit-scrollbar {
    display: none;
}

.categoryArea .title{

    text-align: center;
    color: rgb(255, 197, 146);
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding: 20px 0 10px 0;
}

.categoryContentArea{
    margin-top: 15px;
}

.categoryContentArea .title{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.contentList .content{
    display: flex;
    flex-direction: row;
    background-color: #3d3d3d;
    width: 100%;
    padding: 16px;
    min-height: 65px;
    margin-bottom: 10px;
    animation-duration: 0.7s;
    animation-name: fadeIn;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 15%) 2px 2px 10px;
    margin: 10px 0;
}

.contentList .content .left{

    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex: 1 1 100%;
    margin-right: 10px;
    word-break: break-word;
}

.contentList .content .left .ftitle{
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 21px;
    font-size: 16px;
}

.contentList .content .left .fdesc {
    color: #fff;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 18px;
    overflow: hidden;
    word-break: break-word;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 700;
}

.contentList .content .left .fprice {
    padding: 10px 0;
    font-weight: 800;
    color: rgb(255, 197, 146);
}



.contentList .content .right img{
    width: 100px;
    border-radius: 4px;
}

.footerArea{
    height: 50px;
}

#popup{
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    background-color: #1a1b17;
    z-index: 99999;
}

#popup .header{
    position: absolute;
    top: 0;
    z-index: 99;
}

#popup img{
    display: block;
    width: 100%;
}

#popup .details {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

#popup .details .title{
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px 0;
}

#popup .details .price{
    color: rgb(255, 197, 146);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 10px;
}

#popup .details .desc{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}


#popup .details .popupPriceRow{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

#popup .details .popupPriceLeft{
    color: #fff;
}