/* General */
@font-face {
    font-family: "Dislexic";
    src: url(fonts/OpenDyslexic3-Regular.ttf) format('truetype');
}

body {
    font-family: apercu, sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: rgb(235, 235, 235);
    color: black;
    background-color: #fff;
}

ul {  
    list-style-type: none;  
    padding: 0px;
    margin: 0px;
}

li {
    list-style-type: none;  
    padding: 0px;
    margin: 0px;
}

h1 {
    color: #dd0031;;
    font-size: x-large;
    margin: 0px;
    padding: 0px;
}

h2 {
    color: #004f71;
    margin: 0px;
    padding: 0px;
    font-weight: 700px;
    font-size: 5.8vh;
    overflow-wrap: break-word;
}

h3 {
    color: #485259;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: white;
}

p {
    font-size: medium;
    color: rgb(72, 82, 89);
}

/* Toolbar */
.toolbar-container {
    display: flex;
    box-shadow: 0 0.0625rem 0.375rem 0 #dcdcdc;
    position: relative;
    z-index: 2;
}

.toolbar-list {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
}

.toolbar-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toolbar-item-1 a {
    text-decoration: none;
    color: #dd0031;
}

.toolbar-item-1 a:hover {
    color: #ac0520;
}

.icon-location {
    width: 23px;
    height: auto;
    padding-right: 5px;
}

.toolbar-item-2 {
    padding-left: 40px;
}

.toolbar-item-3 {
    padding-right: 30px;
}

.btn-signin_top a:hover {
    color: #ac0520;
}

/* Navigation */
.nav-container {
    display: flex;
    box-shadow: 0 0.0625rem 0.375rem 0 #dcdcdc;
    height: 50px;
    position: relative;
    z-index: 1;
}

.nav-list {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    padding: 5px;
}

.nav-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item-1 {
    padding-left: 15px;
}

.btn-back {
    display: flex;
    cursor: pointer;
}

.back-text {
    color: rgb(72, 82, 89);
    padding-left: 5px;
}

.back-arrow {
    color:#dd0031 !important;
    font-weight: 600;
}

.nav-item-2 {
    padding-right: 70px;
}

.nav-item-2 h3 {
    color: rgb(72, 82, 89);
    font-weight: lighter;
}

/* Home Page */
.main-container {
    display: flex;
    justify-content: space-around;
    min-height: 80vh;
}

.main-box {
    padding-top: 10vh;
    max-height: 800px;
    width: auto;
}

.main-box-1 {
    margin-top: 60px;
    max-width: 500px;
}

.main-box-2 {
    padding: 0;
    padding-bottom: 15vh;
    max-width: 500px;
}

.main-item {
    padding: 20px 0px;
}

.main-item-3 {
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
    min-width: 300px;
}

.main-item-4 img {
    width: 30vw;
    height: auto;
    min-width: 250px;
    margin-top: 10vh;
}

.btn-exit {
    margin-left: 15px;
}

/* Account Creation/Sign-in Page */
.account-container {
    padding: 50px;
    min-height: 70vh;
    text-align: center;
}

.account-switch {
    padding: 20px;
    font-size: 1.15em;
    font-weight: bold;
}

.account-switch a {
    color: #dd0031;
}

.account-switch a:hover {
    color: #aa0823;
}

.account-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.account-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}

input[type=text],
input[type=email],
input[type=password] {
    width: 40vw;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 10px;
}

.account-item .btn-account {
    margin-top: 20px;
}

/* Location */
.location-container {
    display: flex;
    min-height: 70vh;
}

#map {
    height: auto;
    width: 150vw;
}

.location-box {
    background-color: rgb(252, 249, 244);
    padding: 50px;
    overflow: auto;
    float: left;
    position: relative;
    border-left: 1px solid #ccc;
    width: 100%;
    height: 75vh;
}

.location-item {
    padding-bottom: 30px;
}

.btn-location-select {
    width: 300px !important;
    margin-top: 15px;
    margin-bottom: 10px;
}

.location-box h2 {
    font-size: 34px;
    padding-bottom: 20px;
}

.custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    overflow: hidden;
    height: 40px;
    font-size: large;
    cursor: pointer;
}   

#locationSearch {
    position: absolute;
    width: 55%;
}

#btn-directions {
    font-weight: bold;
    color: #004f71;
}

#btn-directions:hover {
    font-weight: bold;
    color: #006c9b;
}

#btn-location p {
    color:#dd0031 !important;
    padding: 0;
    margin: 0;
}

#place-address {
    font-size: small;
}

/* Sidebar */
.sidebar {
    position: absolute;
    background-color: rgb(252, 249, 244);
    top: 0;
    right: 0;
    height: 100%;
    width: 3%;
    min-width: 10px;
    overflow: auto;
    transition: 0.5s ease-in-out;
    transition-delay: 0.1s;
    border-left: 2px solid #dd0031;
    overflow-wrap: normal;
    box-shadow: -0.0625rem 0 0.375rem 0 #dcdcdc;
}

.sidebar-list {
    margin-top: 115px;
    margin-bottom: 178px;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.sidebar-item {
    background-color: #fff;
    border-bottom: 3px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 150px;
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar-item:hover {
    background-color: rgb(235, 235, 235);
}

.sidebar-item h2 {
    font-size: x-large;
}

.sidebar-item img {
    width: 100px;
    height: 100px;
    margin: 25px 10px 25px 0px;
}


.sidebar .item-info {
    width: 180px;
    padding-right: 20px;
    justify-content: left;
}

.sidebar .btn-edit {
    padding-left: 10px;
}

#sidebar-icon {
    position: absolute;
    height: auto;
    width: 1.5vw;
    margin-top: 115px;
    padding-top: 10px;
    padding-left: 10px;
    opacity: 1;
    transition: 0.5s ease-in-out;
}

/* Menu/Submenu Pages */
.menu-container {
    padding: 50px;
    min-height: 600px;
}

.menu-list {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(3, 3fr);
    padding-bottom: 40px;
    gap: 30px;
}

.menu-item {
    display: flex;
    justify-content: center;
    text-align: center;
}

.menu-item a {
    border: 2px solid #fff;
    border-radius: 20px;
    width: 320px;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.05s ease-in-out;
}

.menu-item a:hover {
    border: 2px solid #dd0031;
    background-color: rgb(252, 249, 244);
    box-shadow: 5px solid #dcdcdc;
}

.menu-item img {
    max-width: 250px;
    height: 180px;
    min-width: 200px;
    margin-bottom: 25px;
}

.menu-item h2 {
    font-size: 22px;
}

.menu-item-9 img {
    min-width: 0px;
    height: 164px;
    width: 76px;
    padding-bottom: 16px;
}

/* Customization Page */
.customize-container {
    display: flex;
    justify-content: center;
}

.customize-view-box {
    display: flex;
    justify-content: center;
    width: 52%;
}

.customize-view-list {
    padding: 30px 10px;
}

.customize-view-item img {
    max-width: 100%;
    height: auto;
    min-width: 300px;
}

.customize-view-item h3 {
    font-size: x-large;
    color: #004f71
}

.customize-list h3 {
    font-size: large;
    padding-bottom: 0px;
}

#customize-view-item-3 {
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
}

#customPic {
    width: 25vw;
    height: auto;
}

.btn-number {
    margin-right: 15px;
}

.btn-amount {
    color: white;
    font-size: 160%;
    font-weight: lighter;
    padding: 5px;
}

input[type=number] {
    cursor: default;
    pointer-events: none;
    width: 55px;
    height: 40px;
    text-align: right;
    border-radius: 16px;
    border: none;
    margin: 0px 5px;
    padding: 0;
    font-weight: bold;
    font-size: large;
    color: white;
    background-color: #dd0031;
}

.customize-box {
    display: flex;
    justify-content: center;
    width: 48%;
    background-color: rgb(252, 249, 244);
    border-left: 2px solid #c9c9c9;
    padding-left: 10px;
}

.customize-list {
    display: flex;
    flex-direction: column;
    min-height: 70vh;
    padding: 50px 80px 50px 0px;
    overflow-x: hidden;
}

.customize-item {
    margin: 20px 20px 20px 0px;
}

.customize-item button {
    color: black;
    cursor: pointer;
    position: relative;
    text-shadow: #dcdcdc;
}

.customize-item button:hover {
    cursor: pointer;
    color: black;
}

#customize-slider-1 {
    width: 390px;
}

#customize-slider-3 {
    width: 515px;
}

input[type=checkbox] {
    transform: scale(1.8);
    padding: 10px;
    margin: 10px;
    accent-color: #dd0031;
}

.checkboxes {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.cb {
    padding-bottom: 10px;
}

/* Checkout Page */
.checkout-container {
    display: flex;
}

.checkout-container h2 {
    font-size: 26px;
}

.order-box {
    height: 700px;
    width: 60%;
    overflow: auto;
    float: left;
    position: relative;
    margin-left: -5px;
}

.order-list {
    padding: 50px;
    padding-left: 100px;
}

.order-list-2 {
    padding-top: 30px;
}

.order-item {
    border-bottom: 3px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 180px;
}

.order-item img {
    max-width: 200px;
    height: 130px;
    margin: 25px 25px 25px 0px;
}

.item-info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    max-width: 600px;
    min-width: 200px;
    padding-right: 100px;
}

.receipt-box {
    height: 700px;
    width: 40%;
    background-color: rgb(252, 249, 244);
    position: relative;
    z-index: 0;
}

.receipt-list {
    padding: 60px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.receipt-item-2, .receipt-item-3 {
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.controls {
    width: 120px;
}

.btn-edit {
    padding-left: 20px;
}

#checkout-form {
    display: flex;
}

#location-checkout {
    margin-top: 100px;
}

/* Settings */
.settings-container {
    display: flex;
    justify-content: center;
}

.settings-list {
    display: flex;
    flex-direction: column;
    min-height: 65vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.settings-item {
    margin: 20px;
}

.settings-item button {
    color: black;
    cursor: pointer;
    position: relative;
}

.settings-item button:hover {
    cursor: pointer;
    color: black;
}

.slider {
    background-color: #d6d6d6;
    border: 1px solid #87898a;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 260px;
    height: 55px;
    margin-top: 10px;
    border-radius: 40px;
}

.slider button {
    border-radius: 40px;
    width: 120px;
    height: 47px;
    transition: 0.1s ease-in-out;
}

.highlighted {
    background-color: #dd003034;
    border: 1px solid #dd0031;
}

.btn-save-settings {
    height: 70px !important;
    width: 230px !important;
    border-radius: 16px !important;
    color: white !important;
}

#save-settings {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

#google_translate_element select{
    height: 32px;
    border-radius: 20px;
    font-size: 140%;
    padding: 5px;
}

#google_translate_element .skiptranslate a {
    font-size: 9pt !important;
}

/* Buttons */
button {
    background: none;
	color: #dd0031;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit
}

button:hover {
    cursor: pointer;
    color: #aa0823;
}

.btn-basic {
    font-weight: bold;
    height: 50px;
    width: 130px;
    background: #dd0031;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
}

.btn-basic:hover {
    background: #ca0627;
    box-shadow: 2px 2px 5px rgb(161, 161, 161)
}

.btn-main img {
    width: 90px;
    height: auto;
    border-right: 1.5px solid #c9c9c9;
    margin-right: 20px;
}

.btn-signin_top {
    color: #dd0031;
    font-size: 16px;
    padding-right: 20px;
}

.btn-order_food {
    height: 50px;
    width: 130px;
}

.btn-settings img {
    height: auto;
    width: 40px;
    padding-left: 20px;
    transition: 0.2s ease-in-out;
}

.btn-settings img:hover {
    height: auto;
    padding-left: 18px;
    width: 42px;
}

.btn-account {
    height: 70px;
    width: 230px;
    border-radius: 16px;
    align-self: center;
    color: white;
}

.btn-account:hover {
    color: white;
}

.btn-guest {
    height: 70px;
    width: 230px;
    border-radius: 16px;
    margin-left: 20px;
}

.btn-additems {
    width: 180px;
}

.btn-addToOrder {
    width: 180px;
}

.btn-checkout {
    width: 180px;
    color: white;
    margin-left: 20px;
}

.btn-checkout:hover {
    color: white;
}

.btn-cancel {
    width: 160px;
}

/* Footer */
footer {
    display: flex;
    justify-content: right;
    position: relative;

    background-color: rgb(26, 26, 26);
    height: 150px;
    border-bottom: 25px solid rgb(34, 34, 34);
}

.icon-container {
    margin: 10px;
    padding-right: 200px;
    padding-top: 20px;
}

.icon-list {
    display: flex;
}

.icon img {
    width: 40px;
    height: auto;
    padding: 5px;
    transition: 0.3s ease-in-out;
}

.icon img:hover {
    width: 42px;
    height: auto;
    padding: 5px;
    filter: brightness(1.25);
}
