@font-face {
  font-family: "Open Sans";
  src: url(/static/fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}
@font-face {
  font-family: "Poppins";
  src: url(/static/fonts/Poppins-BoldItalic.ttf);
}
* {
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  min-height: 100vh;
  max-width: 100vw;
}

a,
a:active,
a:link,
a::before,
a::after {
  text-decoration: none;
}

input[type=text]:focus {
  outline: none;
}

@media (max-width: 768px) {
  header {
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #ffffff;
    border-bottom: solid #e8e8e8 1px;
  }
  header #ws-header {
    display: flex;
    flex-direction: row;
    margin: 0;
    height: 100%;
    align-items: start;
  }
  header #ws-header-logo {
    flex: 1;
    font-size: 20px;
    color: #181818;
    font-weight: 900;
    letter-spacing: 1.3px;
    font-family: "Poppins";
    text-align: end;
    position: relative;
    margin: 10px 15px 0 0;
  }
  header #ws-header-logo a {
    margin: 0 10px;
    background-color: #0b463e;
    color: #fff;
    padding: 2px 24px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  header #ws-header-search-boxs {
    display: none;
  }
  header #ws-header-search-boxs .ws-header-search-box {
    display: none;
  }
  header #ws-header-nav {
    flex: 2;
    display: flex;
    justify-content: end;
  }
  header #ws-header-nav #ws-header-ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-items: start;
  }
  header #ws-header-nav #ws-header-ul #ws-header-profile {
    margin: 8px 10px 0 0;
  }
  header #ws-header-nav #ws-header-ul #ws-header-profile svg {
    height: 28px;
  }
  header #ws-header-nav #ws-header-ul #ws-header-cart {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #0b463e;
    height: 30px;
    padding: 0 20px 0 5px;
    border-radius: 15px;
    margin: 8px 5px 0 0;
  }
  header #ws-header-nav #ws-header-ul #ws-header-cart svg {
    color: white;
    height: 17px;
    width: 17px;
    margin: 0 3px 0 0;
  }
  header #ws-header-nav #ws-header-ul #ws-header-cart #cart_quantity {
    position: absolute;
    top: 50%;
    right: 0px;
    height: 15px;
    width: 15px;
    background-color: #0b463e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 12px;
    transform: translate(-50%, -50%);
  }
  header #ws-header-nav #ws-header-ul #ws-header-notification {
    margin: 8px 10px 0 0;
  }
}
@media (min-width: 769px) {
  header {
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    height: 60px;
    width: 100vw;
    background-color: rgb(255, 255, 255);
    border-bottom: solid #e8e8e8 1px;
  }
  header #ws-header {
    display: flex;
    flex-direction: row;
    margin: 0 20vw;
    height: 100%;
    align-items: center;
  }
  header #ws-header-logo {
    flex: 2;
    font-size: 25px;
    color: #181818;
    font-weight: 900;
    letter-spacing: 1.3px;
    font-family: "Poppins";
    text-align: end;
    position: relative;
    height: 60px;
    line-height: 60px;
    margin: 0 15px 0 0;
  }
  header #ws-header-logo a {
    margin: 0 20px;
    background-color: #0b463e;
    color: #fff;
    padding: 2px 30px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  header #ws-header-search-boxs {
    flex: 9;
    display: flex;
    width: 100%;
    height: 40px;
    border: solid #e8e8e8 1px;
    border-radius: 6px;
    box-shadow: 0 0 5px #f7f7f7;
    padding: 0 20px;
    color: #5b5b5b;
    font-family: "Open Sans";
    justify-content: space-between;
  }
  header #ws-header-search-boxs .ws-header-search-box {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 20px;
  }
  header #ws-header-search-boxs .ws-header-search-box #ws-header-search-location {
    display: flex;
  }
  header #ws-header-search-boxs .left-search-box {
    border-right: solid #e8e8e8 1px;
    flex: 3;
  }
  header #ws-header-search-boxs .right-search-box {
    flex: 9;
    padding: 0 40px;
  }
  header #ws-header-search-boxs .location-svg {
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  header #ws-header-search-boxs .knifefork-svg {
    height: 22px;
    width: 22px;
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 10;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  header #ws-header-search-boxs #ws-header-search-location {
    flex: 7;
    border: none;
    letter-spacing: 1.5px;
    font-size: 14px;
  }
  header #ws-header-search-boxs #ws-header-search-food {
    flex: 5;
    border: none;
    letter-spacing: 1.5px;
    font-size: 14px;
  }
  header #ws-header-nav {
    flex: 2;
    display: flex;
    justify-content: end;
    margin: 0 0 0 30px;
    font-family: "Open Sans";
    color: #181818;
  }
  header #ws-header-nav a {
    color: #181818;
  }
  header #ws-header-nav #ws-header-ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header #ws-header-nav #ws-header-ul #ws-header-profile {
    align-items: center;
    display: flex;
  }
  header #ws-header-nav #ws-header-ul #ws-header-profile svg {
    height: 28px;
  }
  header #ws-header-nav #ws-header-ul #ws-header-cart {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #0b463e;
    height: 35px;
    padding: 0 20px 0 5px;
    border-radius: 15px;
  }
  header #ws-header-nav #ws-header-ul #ws-header-cart svg {
    color: white;
    height: 20px;
    width: 20px;
    margin: 0 3px 0 0;
  }
  header #ws-header-nav #ws-header-ul #ws-header-cart #cart_quantity {
    position: absolute;
    top: 50%;
    right: 0px;
    height: 15px;
    width: 15px;
    background-color: #0b463e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 12px;
    transform: translate(-50%, -50%);
  }
  header #ws-header-nav #ws-header-ul #ws-header-notification {
    align-items: center;
    display: flex;
  }
  header #ws-header-nav #ws-header-ul #ws-header-notification svg {
    height: 30px;
    width: 30px;
  }
}
.ws-header-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #5b5b5b;
}
.ws-header-text .ws-header-a {
  color: #5b5b5b;
  padding: 5px 15px;
  border-radius: 6px;
  border: solid 1px transparent;
  transition: border 0.5s ease-in-out;
  margin: 0 10px;
}
.ws-header-text .ws-header-a:hover {
  color: #5b5b5b;
  border: solid 1px #e8e8e8;
  box-shadow: 0 0 5px #f7f7f7;
}
.ws-header-text .ws-header-a:active {
  border: solid 1px #0b463e;
}

.general-text {
  font-family: "Open Sans";
}

footer {
  padding-top: 15px;
  bottom: 0;
  border-top: 1px solid #e8e8e8;
  width: 100%;
}
footer #ws-footer-logo {
  text-align: start;
  font-weight: 900;
  font-family: "Playfair Display";
  text-align: start;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
footer #ws-footer-logo a {
  font-family: "Poppins";
  font-size: 25px;
  margin: 10px 0 150px 0;
  background-color: #0b463e;
  color: #fff;
  padding: 2px 30px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  letter-spacing: 1.3px;
}
footer #ws-footer-logo .ws-footer-app {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
footer #ws-footer-top {
  display: flex;
  flex-direction: row;
}
footer #ws-footer-top #ws-footer-logo {
  flex: 6;
}
footer #ws-footer-top #ws-footer-nav {
  flex: 6;
  display: flex;
  justify-content: space-between;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 1.3px;
}
footer #ws-footer-top #ws-footer-nav .ws-footer-ul {
  list-style-type: none;
  text-align: start;
  line-height: 40px;
}
footer #ws-footer-top #ws-footer-nav .ws-footer-ul .ws-footer-li .ws-footer-a {
  color: #181818;
}
footer #ws-footer-bottom {
  position: absolute;
  width: 100%;
  color: #e8e8e8;
  padding: 20px 0 20px 0;
  background-color: #0b463e;
  font-family: "Open Sans";
  font-size: 14px;
}
footer #ws-footer-bottom #ws-footer-sm {
  text-align: center;
  letter-spacing: 1.5px;
}
footer #ws-footer-bottom #ws-footer-ct {
  margin-top: 25px;
  text-align: center;
  letter-spacing: 1.5px;
  opacity: 0.7;
  font-weight: 400;
}

@media (max-width: 768px) {
  #ws-footer-top {
    margin: 0;
  }
  main {
    padding: 15px 0;
  }
  .restaurant-list {
    margin: 0 15px;
  }
  .foodcat {
    display: flex;
  }
  .ws-mb-loc {
    display: flex;
  }
  #ws-header-ul li p {
    display: none;
  }
}
@media (min-width: 769px) {
  #ws-footer-top {
    margin: 50px 20vw 0 20vw;
  }
  main {
    padding: 0;
    min-height: 100vh;
  }
  .restaurant-list {
    margin: 0;
  }
  .foodcat {
    display: none;
  }
  .ws-mb-loc {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */