html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 22px;
}

.mgr10 {
    margin-right: 10px;
}

.mgb20 {
    margin-bottom: 20px !important ; 
}

.d-flex {
    display: flex;
}

.d-none {
    display: none !important;
}

.jcc {
    justify-content: center;
}

.bold {
    font-weight: bold;
}

/**************** HEADER ********/

header {
    height: 70px;
    width: 100%;
    background-color: #FB6100;
    color: #ffff;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: 0px 10px 10px -10px rgb(112, 112, 112); */

}

.main-heading {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.flag-and-menu {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
    color: #ffff;
}

.middle-heading {
    font-weight: bold;
}

.icons-header {
    max-height: 24px;
}

.popup {
    position: relative;
    position: fixed;
    z-index: 10;
    border-radius: 10px;
    top: 10%;
    right: 15%;
    bottom: 10%;
    left: 15%;
    object-fit: contain;
    background-color: white;
    padding: 20px;
}

.popup table {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background-color: whitesmoke;
}

.popup tr {
    display: flex;
    justify-content: space-between;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
}

.btn-close-popup {
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 17px;
    height: 24px;
}

.i-frame {
    border-radius: 10px;
}

/* MAIN SECTION */


.left-and-right {
    display: flex;
}

/* RIGTH */

.shoppingBasket {
    width:25%;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    border-left: 1px solid lightgray;
    box-shadow: -2px 0px 3px -1px rgb(0 0 0 / 25%);
    position: sticky;
    top: 0;
}

.headerBasket {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid lightgray;
}

.contentBasket {
    background-color: #ffff;
    
}

.empty-basket {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 10px 10px 10px;
}

.empty-basket-text {
    color: #6E6E6E;
    font-size: 14px;
    text-align: center;
}

/* basket card */

.basket-card {
    padding: 10px;
    margin: 5px;
    border-bottom: 1px solid lightgrey;
    
}

.amount-meal-price {
    display: flex;
    justify-content: space-between;
    font-size: 14px;

}

.amount-basket-card {
    font-weight: bold;
    margin-right: 10px;
}

.meal-basket-card {
    text-decoration: underline;
    font-weight: bold;
}

.add-remove {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-remove-icons {
    width: 30px;
    height: 30px;
    color: #3896F3;
    font-size: 33px;
    border: 1px solid lightgray;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.add-remove-icons:hover {
    border: 1px solid #3896F3;
}

.add-annotation {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #3896F3;
    cursor: pointer;
}

.price-section {
    padding: 10px;
    margin: 20px 5px 5px 5px;
    font-size: 14px;
}

.text-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.min-order-value {
    background-color: #FDECB3;
    padding: 10px;
    border-radius: 10px;
    
}

.btn-pay {
    width: 98%;
    height: 50px;
    border: none;
    background-color: #3896F3;
    font-size: 16px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}

.btn-pay:hover {
    background-color:#0077ed;
}

.btn-no-click {
    pointer-events: none !important;
    background-color: gray !important;
}

.btn-basket-mobile {
    margin-top: 32px;
    /* position: sticky;
    bottom: 32px; */
    display: none;

}

.btn-mobile-container {
    position: sticky;
    bottom: 32px;
}

.btn-close-basket {
    display: none;
    top: 22px;
}


/* LEFT */

.dishes {
    width: 75%;
    margin-bottom: 24px;
}

.pizza-images {
    position: relative;
}

.pizza-pic {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.pizza-round{
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: calc(200px - 62.5px);
    
}

.info {
    margin-left: 20px;
    position: relative;
}

.info p {
    color: #FB6100;
}

.info-heart {
    /* position: absolute;
    right: 16px;
    top: 0; */
    display: flex;
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 3px;
}

.info-heart:hover {
    border: 1px solid gray;
    cursor: pointer;
}

.info-heart-container {
    display: flex;
    justify-content: space-between;
    width: 80px;
    position: absolute;
    right: 3%;
    top: 0;
}

.heart-icon {
    height: 20px;
    width: 20px;
    padding: 4px;
    /* margin-right: 5px; */
}

.i-icon{
    height: 28px;
    width: 28px;
    /* margin-right: 5px; */
}

.info-icons {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.info-icons img {
    max-height: 20px;
    margin-left: 10px;
    margin-right: 4px;
}

.info-icons span {
    color: grey;
}

.categories {
    margin-top: 12px;
    height: 50px;
    background-color:#F8F5F2;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: sticky;
    top: 0;
    z-index: 5;
    
}

.categories img {
    max-height: 32px;
    cursor: pointer;
}

.categories span {
    cursor: pointer;
    
}

.categories a {
    text-decoration: none;
    color: black;
    padding: 3px 7px 3px 7px;

}

.categories a:hover {
    background-color: #FB6100;
    border-radius: 12px;
    color: white;
}



.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.headings {
    margin-top: 20px;
    height: 50px;
    width: 90%;
    padding-left: 10px;
    background-color:#F8F5F2;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

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

/* MEAL CARD */

.meal-card {
   display: flex;
   flex-direction: column;
   justify-content: center; 
   margin-top: 10px;
   height: 125px;
   width: 90%;
   background-color: #ffff;
   border: 1px solid lightgrey; 
   border-radius: 10px;
   padding: 10px 0px 10px 10px;
   position: relative;
   cursor: pointer;
}

.meal-card:hover {
    border:1px solid #3896F3;
}

.meal-card h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.meal-description {
    color: #6E6E6E;
    font-size: 14px;
}

.meal-price {
    color: #FB6100;
    font-weight: bold;
}

.prod-info {
    color: #3896F3;
    font-size: 11px;
    font-weight: lighter;
}


.plus-icon {
    height: 32px;
    width: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
}


footer {
    height: 150px;
    background-color: #0C3746;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-text {
    color: white;
    cursor: pointer;
    font-size: 14px;
}

.footer-text:hover {
    text-decoration: underline;
}


