@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap);
@media screen and (min-width: 600px) {
.q-menu {
    width: auto !important;
    max-width: 100vw !important;
    max-height: calc(100vh - 55px) !important;
}
}
@media screen and (max-width: 599px) {
.q-menu {
    width: 100vw !important;
}
}
.appHeaderContainer {
  z-index: 1000;
}
.search .q-field--outlined .q-field__control:before {
  border: 2px solid #ececee !important;
  border-radius: 8px;
}
.search .q-field--outlined .q-field__control {
  border-radius: 8px;
  padding: 0 22px;
}
.search .q-field__inner {
  background: #f4f4f4;
  border-radius: 8px;
}
.fixedElement {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateZ(0);
}
.mobile-header {
  display: flex;
  flex-direction: row;
  height: 55px;
  align-items: center;
  justify-content: space-evenly;
  background-color: white;
  box-shadow: 1px 2px 3px 0 rgba(24, 25, 27, 0.09);
  -webkit-box-shadow: 1px 2px 3px 0 rgba(24, 25, 27, 0.09);
  -o-box-shadow: 1px 2px 3px 0 rgba(24, 25, 27, 0.09);
  -moz-box-shadow: 1px 2px 3px 0 rgba(24, 25, 27, 0.09);
}
.auth-btn, .auth-icon {
  transition: all 0.33s;
}
.auth-btn {
  cursor: pointer;
  font-size: 18px;
}
.revealed {
  background-color: rgba(255, 255, 255, 0.94);
  transition: background-color 1s ease-in-out;
}
.not-revealed {
  background-color: rgba(255, 255, 255, 0.01);
  transition: background-color 1s ease-in;
}
.topHeaderText {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.25rem;
  letter-spacing: 0.2px;
  color: #626262;
}
.linkHover {
  border-radius: 16px;
}
.linkHover:hover {
  background: #ffffff !important;
  color: #4f57b5 !important;
  transition: background-color 0.5s ease;
}
.link {
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
  letter-spacing: 0.2px;
  height: 100%;
  padding: 0 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.3s, color 0.3s;
  white-space: normal;
  border-radius: 16px;
  text-decoration: none !important;
}
.link:hover {
  background: #ffffff !important;
  color: #4f57b5 !important;
  transition: background-color 0.5s ease;
}
.menuName {
  color: #4D4F53;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}
.loginBox {
  width: 330px;
  height: 208px;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e6e9;
  padding: 10px 0px 10px 0px;
  background: white;
}
.loginBox .title {
  color: #4D4F53;
  font-size: 20px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin: 5px 0 5px 0;
  width: 100%;
  text-align: center;
}
.loginBox .btn {
  width: 300px;
  border-radius: 6px;
  height: 52px;
  background: #DFE0E3;
  background: linear-gradient(90deg, #106ceb 0%, #f1222a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106ceb",endColorstr="#f1222a",GradientType=1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin: 10px 0 10px 0;
  cursor: pointer;
}
.loginBox .btn2 {
  width: 300px;
  border-radius: 6px;
  height: 52px;
  background: #DFE0E3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4D4F53;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin: 10px 0 10px 0;
  cursor: pointer;
}
.auth-icon, .cart-icon, .menuName {
  transition: all 0.33s;
}
.shopping-cart-count {
  margin-left: 6px;
  background: #535458;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 600;
  width: 28px;
  padding: 2px;
  display: flex;
  color: white;
  line-height: 12px;
  justify-content: center;
  align-items: center;
}
.redText {
  color: #f1222a !important;
}
.redHover {
  border-radius: 8px;
}
.redHover:hover {
  color: #f1222a !important;
}
.productContainer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: white;
  border: 1px solid #e3e4e6;
  padding: 25px 15px 25px 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1550px) {
.productContainer {
    grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 1200px) {
.productContainer {
    grid-template-columns: repeat(2, 1fr);
}
}
.productContainer .item {
  color: #4D4F53;
  cursor: pointer;
  width: 280px;
  min-height: 40px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0px 12px 15px;
  margin: 0px 7px 0 7px;
  display: flex;
  align-items: center;
}
.productContainer .item:hover {
  color: #106CEC;
  background: #DCE9FB;
  transition: background-color 0.3s ease;
}
.productFamilyContainer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #e3e4e6;
  width: 280px;
  background: white;
  padding: 10px;
}
.productFamilyContainer .item {
  color: #4D4F53;
  cursor: pointer;
  width: 240px;
  min-height: 40px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0px 8px 15px;
  margin: 0px 7px 0 7px;
  display: flex;
  align-items: center;
}
.productFamilyContainer .item:hover {
  color: #106CEC;
  background: #DCE9FB;
  transition: background-color 0.3s ease;
}
.headerShadow {
  box-shadow: 1px 2px 3px 0px rgba(24, 25, 27, 0.09);
  -webkit-box-shadow: 1px 2px 3px 0px rgba(24, 25, 27, 0.09);
  -moz-box-shadow: 1px 2px 3px 0px rgba(24, 25, 27, 0.09);
}
.searchContainer {
  display: flex;
  align-items: center;
}
.positive-notification {
  background: linear-gradient(to right, #FFFFFF, #D1EDDF) !important;
  border: 2px solid #57b88b;
  border-radius: 15px !important;
  padding: 10px 20px !important;
  color: #4D4F53 !important;
  font-size: 16px;
}
.positive-notification .q-notification__icon {
  color: #57b88b !important;
}
.info-notification {
  background: linear-gradient(to right, #FFFFFF, #E4F0FE) !important;
  border: 2px solid #126CEA;
  border-radius: 15px !important;
  padding: 10px 20px !important;
  color: #4D4F53 !important;
  font-size: 16px;
}
.info-notification .q-notification__icon {
  color: #126CEA !important;
}
.warning-notification {
  background: linear-gradient(to right, #FFFFFF, #FBDCC7) !important;
  border: 2px solid #F28B3E;
  border-radius: 15px !important;
  padding: 10px 20px !important;
  color: #4D4F53 !important;
  font-size: 16px;
}
.warning-notification .q-notification__icon {
  color: #F28B3E !important;
}
.negative-notification {
  background: linear-gradient(to right, #FFFFFF, #F7C2C8) !important;
  border: 2px solid #E63B4B;
  border-radius: 15px !important;
  padding: 10px 20px !important;
  color: #4D4F53 !important;
  font-size: 16px;
}
.negative-notification .q-notification__icon {
  color: #E63B4B !important;
}
.menu-separator {
  background-color: #ECECEC;
  margin-left: 10px;
}
.menu-dropdown {
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
}
.menu-dropdown .q-expansion-item__container {
  width: 100%;
}
.menu-dropdown i {
  color: #4D4F53;
  font-size: 30px !important;
}
.home-btn .block {
  padding-top: 20px !important;
}
.menu-dropdown, .menu-btn {
  color: #4D4F53;
  border-radius: 0;
  font-size: 18px;
  width: 100%;
}
.menu-dropdown .q-item__label, .menu-dropdown .block, .menu-btn .q-item__label, .menu-btn .block {
  padding-left: 12px;
}
.menu-dropdown .q-item, .menu-dropdown .block, .menu-btn .q-item, .menu-btn .block {
  padding-top: 12px;
  padding-bottom: 12px;
}
.dark-color {
  color: #4D4F53;
}
.red-color {
  color: #F0232B !important;
}
.bg1 {
  background: url("/img/bg-1.png") fixed;
  background-size: cover;
}
.font-color {
  color: #323232;
}
.text-400 {
  font-weight: 400;
}
.text-500 {
  font-weight: 500;
}
.text-600 {
  font-weight: 600;
}
.flex-1 {
  flex: 1;
}
.flex-1-1 {
  flex: 1 1 100%;
}
.square {
  border-radius: 0 !important;
}
.btn-bg-grey {
  background: #e0e0e0;
  border-radius: 5px;
}
.category {
  display: grid;
  grid-auto-flow: dense;
}
.radius-10 {
  border-radius: 10px !important;
}
.text-300 {
  font-weight: 300;
}
.scroll-area > .scroll {
  align-items: start !important;
}
.text-ratingSelected {
  color: #0471F4;
}
.text-ratingUnSelected {
  color: #DEDEDE;
}
.menu-bottom-btn {
  padding-left: 16px;
  height: 62px;
  width: 100%;
}
.contentWidth {
  width: 1440px;
  max-width: 95%;
}
@media screen and (max-width: 1000px) {
.contentWidth {
    max-width: 95% !important;
}
}
@media screen and (max-width: 600px) {
.contentWidth {
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
}
}
.box-shadow {
  box-shadow: 0 2px 2px 0 #dfe0e3;
  -webkit-box-shadow: 0 2px 2px 0 #dfe0e3;
  -moz-box-shadow: 0 2px 2px 0 #dfe0e3;
  -o-box-shadow: 0 2px 2px 0 #dfe0e3;
}
.greenGradient {
  background: #106ceb;
  background: linear-gradient(90deg, #106ceb 0%, #f1222a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106ceb",endColorstr="#f1222a",GradientType=1);
}
body {
  font-family: "Work Sans", sans-serif !important;
}
@media screen and (max-width: 1023px) {
.isDesktop {
    display: none !important;
}
}
@media screen and (min-width: 1024px) {
.isMobile {
    display: none;
}
}
.input-style {
  font-size: 17px;
}
.input-style .q-field__control {
  height: 60px;
  border-radius: 8px;
}
.input-style .q-field__control:before {
  border: 1px solid transparent;
  box-shadow: 0 2px 2px 0 #dfe0e3;
  -webkit-box-shadow: 0 2px 2px 0 #dfe0e3;
  -moz-box-shadow: 0 2px 2px 0 #dfe0e3;
}
.input-style > * > .q-field__control {
  background: #F2F2F2;
  border: none;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
.input-style > * > .q-field__control {
    padding-bottom: 16px !important;
}
}
@media screen and (max-width: 1000px) {
.input-style > * > .q-field__control div div {
    border-radius: 5px !important;
    font-size: 16px;
}
}
.input-style > * > .q-field__control .q-placeholder, .input-style > * > .q-field__control .q-field__label {
  font-size: 16px !important;
  color: #4D4F53 !important;
}
.input-style > * > .q-field__control .q-field--outlined, .input-style > * > .q-field__control .q-field__control:before {
  border: 0 !important;
}
.input-style > * > .q-field__control .q-field__control {
  padding-left: 20px !important;
  box-shadow: 0 2px 2px 0 #dfe0e3;
  -webkit-box-shadow: 0 2px 2px 0 #dfe0e3;
  -moz-box-shadow: 0 2px 2px 0 #dfe0e3;
  -o-box-shadow: 0 2px 2px 0 #dfe0e3;
}

/* Track */
.text-brandblue {
  color: #0370f7;
}
.bg-brandblue {
  background-color: #0370f7;
}
.moveTransition {
  transition: all 0.33s ease-in-out;
}
.moveTransition:hover {
  transform: translateY(-3px);
  background-color: white;
  border-color: #dbdcdd;
}
.moveTransitionX {
  transition: all 0.33s ease-in-out;
}
.moveTransitionX:hover {
  transform: translateX(5px);
  background-color: white;
  border-color: #dbdcdd;
}

/*# sourceMappingURL=211.c55c633f.css.map*/