/* src/styles.css */
html {
  background: white;
  font-family: "Roboto Light", sans-serif;
}
html,
body {
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
  zoom: 100%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
}
@media only screen and (max-width: 350px) {
  .profile-link {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 342px) {
  h1 {
    font-size: 30px !important;
  }
  p {
    font-size: 14px !important;
  }
  .product-price {
    font-size: 25px !important;
  }
  span {
    font-size: 12px !important;
  }
  td {
    font-size: 12px !important;
    padding: 2px !important;
  }
  tr {
    font-size: 12px !important;
  }
  li {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px !important;
  }
}
div {
  -webkit-tap-highlight-color: transparent;
}
p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
strong {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
input[type=checkbox] {
  cursor: pointer;
}
.sortable {
  cursor: pointer;
  background: rgba(255, 255, 180, 0.44) !important;
}
.sortable:hover {
  background: rgba(213, 213, 156, 0.44) !important;
}
table,
th,
td,
tr {
  transition: all 0.1s ease-in-out;
}
.nomargin {
  margin: 0;
  text-align: center;
}
.product-description {
  max-height: 100px;
  overflow-y: auto;
}
.productDetails {
  height: 110% !important;
  overflow: auto;
  justify-content: space-around;
  position: relative;
  top: -60px !important;
}
.productDetails .product-image {
  width: 70%;
}
.product {
  height: 340px !important;
}
.discount-badge {
  margin: 0;
}
.addToBasketButtons span {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.bottomOfCard {
  justify-content: unset !important;
}
.textAlignCenter {
  text-align: center;
}
.navbar {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  background: white;
  padding: 2px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 9;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: ease-in-out 0.1s;
}
.row1 {
  display: flex;
  justify-content: space-around;
  background: white;
  padding: 2px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: ease-in-out 0.1s;
}
.row2 {
  justify-content: center;
}
.nav-item {
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 14px;
  cursor: pointer;
}
.nav-item i {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 400px) {
  .navbar {
    display: flex;
    justify-content: space-around;
    background: white;
    padding: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 9;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .nav-item {
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 12px;
  }
  .nav-item i {
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
