/*Fonts*/

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif !important;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    color: #000000;
}
*{
    font-family: 'Arial', sans-serif;
}
body{
    background-color: #e4dfd2;
}
body .input {
    position: fixed;
    left: 0;
    width: 300px;
    height: 100vh;
    overflow-y: scroll;
    z-index: 10;
    background: #ffffff;
    padding: 20px;
    border-right: 1px solid grey;
}



body .input img {
    width: 84px;
    display: block;
    margin: 0 auto;
}

body .input h2 {
    width: 100%;
    margin-top: 37px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #8bc74d;
    font-weight: bold;
    margin-bottom: 10px;
}

body .input h3 {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #e6302e;
    text-align: center;
    font-weight: bold;
}

body .input p {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #393a39;
    font-weight: bold;
    text-align: left;
}

body .input input,
body .input textarea {
    width: 100%;
    border: 1px solid #393a39;
    height: 26px;
    box-sizing: border-box;
    padding: 5px;
    
}

body .input input[type=file],
body .input textarea[type=file] {
    width: 0;
    height: 0;
    visibility: hidden;
}

body .input label.chooseFile {
    width: 100%;
    background: #e4dfd2;
    box-sizing: border-box;
    padding: 10px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    display: block;
}

body .input textarea {
    height: 70px;
    min-height: 70px;
    min-width: 100%;
    max-width: 100%;
}

body .input .date p {
    text-align: left;
}

body .input .headerImage input {
    display: none;
}

body .input .headerImage label {
    height: 26px;
    line-height: 26px;
    background: #e6e6e6;
    color: #8c8c8c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    
    width: 100%;
}

body .input .menus {
    width: 100%;
    
}

body .input .menus .menu-item {
    padding: 17px 0;
    border-bottom: 2px solid #8bc74d;
    width: 100%;
    
}

body .input .menus .menu-item.vendredi {
    border-bottom: 0;
}

body .input .button {
    width: 100%;
    
    margin-top: 17px;
    margin-bottom: 50px;
}
div{
    overflow-wrap: break-word;
}
body .input .button a {
    background: #8bc74d;
    line-height: 34px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ffffff;
}
body .input {
    background-color: #ffffff;
}
body .input .button a:nth-child(2) {
    border-left: 1px solid #ffffff;
    border-right: none;
}
.banner img{
    width: 100%;
}
body .output {
    display: block;
    width: 800px;
    padding-left: 300px;
    margin: 0 auto;
  
  
}

body #menuOutput {
    width: 800px;
    background-color: #ffffff;
    box-shadow: 2px 2px 20px 0 #a3a3a3;
    padding-bottom: 50px;
}
.content{
    padding: 40px;
}
.product-of-day__content{
    height: 100%;
}

h2{
    text-transform: uppercase;
    font-weight: 700;
    color: #70533d;
}
h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
}
h4{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}
p.desc{
    font-size: 20px;
    color: #000000;
}
h6{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.normal-price{
    display: inline-block;
    background-color: #e4dfd2;
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-decoration: line-through;
    padding: 10px 15px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif !important;

}
.normal-price span{
    font-family: 'Montserrat', sans-serif !important;
}
.promo-price{
    display: inline-block;
    background-color: #ffe400;
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    padding: 10px 15px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif !important;
}
.promo-price span{
    font-family: 'Montserrat', sans-serif !important;
}
p.desc-small{
    font-size: 15px;
    margin-top: 5px;
    line-height: 1;
}
.pricing{
    display: inline-block;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif !important;
}

.pricing .normal-price{
    display: inline-block;
    background-color: #e4dfd2;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-decoration: line-through;
    padding: 10px 15px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif !important;

}

.pricing .promo-price{
    display: inline-block;
    background-color: #ffe400;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif !important;
}

.buy-now-link {
    color: #000000;
    text-decoration: underline;
}
