@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap);
a {
  color: inherit;
  text-decoration: none;
}
.menuItem[data-v-09d2aa80] {
  height: 100%;
}
.menuItem .q-menu[data-v-09d2aa80] {
  background: transparent !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
@media screen and (max-width: 350px) {
.menuItem .q-menu[data-v-09d2aa80] {
    width: 300px !important;
}
}
.popup-wrapper[data-v-09d2aa80] {
  box-shadow: none !important;
  background: #FFFFFF;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 599px) {
.popup-wrapper[data-v-09d2aa80] {
    border-radius: 0;
    margin-top: 58px;
    position: absolute;
    top: 0;
    z-index: 2;
}
}
.blank-space[data-v-09d2aa80] {
  height: 300px;
  width: 100%;
  box-shadow: none !important;
  position: absolute;
  top: 63% !important;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.topHeaderText[data-v-53cffe1d] {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.25rem;
  letter-spacing: 0.2px;
  color: #626262;
}
.promotionLineContainer[data-v-741e43e3] {
  background: #ECECEE;
  height: 56px;
}
@media screen and (max-width: 1023px) {
.promotionLineContainer[data-v-741e43e3] {
    height: 40px;
}
}
.q-dialog--seamless .q-dialog__inner, .q-dialog--seamless .q-dialog__inner--minimized {
  padding: 0 !important;
  max-height: 100% !important;
}
.selectItemModal {
  width: 560px;
}
@media screen and (min-width: 1024px) {
.selectItemModal .scrollAreaWrapper {
    padding: 0 20px;
}
}
.selectItemModal .item-select-title {
  font-size: 32px;
  padding: 20px 0;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
.selectItemModal .item-select-title {
    font-size: 22px !important;
    align-self: center;
    padding: 10px 0 !important;
}
}
@media screen and (max-width: 600px) {
.selectItemModal {
    width: initial !important;
}
}
.selectItemModal .item-list {
  border-radius: 5px !important;
  padding: 15px 20px;
  min-height: 60px;
}
@media screen and (max-width: 600px) {
.selectItemModal .item-list {
    margin: 6px !important;
}
}
.selectItemModal .scroll-item {
  padding: 0 12px 20px 12px;
}
@media screen and (max-width: 1024px) {
.selectItemModal .scroll-item {
    padding-bottom: 45px;
}
}
.selectItemModal .scroll-item .q-card {
  cursor: pointer;
  margin-bottom: 16px;
  margin-right: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.selectItemModal .scroll-item > .scroll {
  align-items: start !important;
}
.selectItemModal .text-color {
  color: #4D4F53;
}
.selectItemModal .box {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #F2F2F2;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 1px 0px #dfe0e3;
  -webkit-box-shadow: 0px 1px 1px 0px #dfe0e3;
  -moz-box-shadow: 0px 1px 1px 0px #dfe0e3;
}
.selectItemModal .selectedItem {
  background: #D2E1FA;
}
.selectItemModal .selectedBox {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #D2E1FA;
  border: 2px solid #0370F7;
  cursor: pointer;
  box-shadow: 0 1px 1px 0 #dfe0e3;
  -webkit-box-shadow: 0 1px 1px 0 #dfe0e3;
  -moz-box-shadow: 0 1px 1px 0 #dfe0e3;
}
.selectItemModal .selectedBox .innerBox {
  width: 21px;
  height: 21px;
  border-radius: 100px;
  background: #0370F7;
}
.selectItemHeader {
  height: 80px;
}
@media screen and (max-width: 1024px) {
.selectItemHeader {
    height: 50px !important;
}
}
.fast-purchase-wrapper {
  min-height: 650px;
  width: 700px;
  background: white;
  border-radius: 12px !important;
  padding: 0 24px;
}
.fast-purchase-wrapper .fast-purchase-header {
  padding: 20px 10px;
  color: #4D4F53;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.fast-purchase-wrapper .fast-purchase-header .close-btn {
  position: absolute;
  right: 0;
  top: 16px;
  cursor: pointer;
}
.fast-purchase-wrapper .fast-purchase-body {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 599px) {
.fast-purchase-wrapper .fast-purchase-body {
    flex-direction: column !important;
}
}
.fast-purchase-wrapper .fast-purchase-body .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E3E3E3;
  height: 200px;
  width: 200px;
}
@media screen and (max-width: 599px) {
.fast-purchase-wrapper .fast-purchase-body .img-wrapper {
    align-self: center;
}
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper {
  padding: 10px 0 0 20px;
  flex: 1;
}
@media screen and (max-width: 599px) {
.fast-purchase-wrapper .fast-purchase-body .product-wrapper {
    padding: 10px 0 0 0 !important;
}
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .product-title {
  font-size: 24px;
  color: #4D4F53;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 10px;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .rating-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 16px;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .rating-wrapper .product-rating {
  margin-right: 4px;
  color: #0370F7;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .rating-wrapper .rating-count {
  color: #4D4F53;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .product-taste, .fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .product-package-sizes, .fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .product-quantity {
  color: #4D4F53;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 6px;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .drop-down-btn {
  border-radius: 8px;
  color: #4D4F53;
  font-size: 16px;
  height: 50px;
  margin-bottom: 16px;
  background: #ECECEE;
  width: 100%;
  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;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .drop-down-btn i {
  font-size: 20px !important;
  color: black !important;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .drop-down-btn .q-btn__content {
  justify-content: space-between;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .quantity-to-purchase {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .quantity-to-purchase .quantity-count {
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #4D4F53;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .quantity-to-purchase .increment, .fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .quantity-to-purchase .decrement {
  height: 50px;
  width: 50px;
  border-radius: 8px;
  cursor: pointer;
  background: #ECECEE;
  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;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .quantity-to-purchase .product-price {
  font-size: 20px;
  color: #4D4F53;
  font-weight: 600;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .to-basket, .fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .additional-info {
  width: 100%;
  border-radius: 8px;
  font-size: 18px;
  height: 60px;
  font-weight: 600;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .to-basket {
  background: #0470F7;
  color: white;
  margin-bottom: 16px;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .to-basket svg {
  margin-right: 10px;
}
.fast-purchase-wrapper .fast-purchase-body .product-wrapper .product-description .additional-info {
  background: #ECECEE;
  color: #4D4F53;
  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;
}
.taste-selector, .quantity-selector {
  height: 50px;
  align-items: center;
}
.search-result-item[data-v-74232b5c] {
  cursor: pointer;
  width: 100%;
}
.search-result-item .q-item--dense[data-v-74232b5c] {
  padding: 10px 16px;
}
.search-result-item .product-name[data-v-74232b5c] {
  color: #4D4F53;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}
.search-result-item .product-category[data-v-74232b5c] {
  font-size: 10px;
  color: #4D4F53;
}
.search-result-item .number-of-tastes[data-v-74232b5c] {
  font-size: 14px;
  color: #4D4F53;
}
.product-list-item[data-v-74232b5c] {
  position: relative;
  background: #dfe0e3;
}
.fast-purchase[data-v-74232b5c] {
  font-family: "Work Sans", sans-serif;
  bottom: 5%;
  right: 5%;
  min-width: 150px;
  color: #4d4f53;
}
.price-size[data-v-74232b5c] {
  font-size: 18px;
  font-weight: 500;
  color: #4E4F53;
}
@media screen and (max-width: 599px) {
.price-size[data-v-74232b5c] {
    padding-right: 6px;
}
}
@media screen and (max-width: 599px) {
.smallerQuantitySize[data-v-74232b5c] {
    font-size: 10px !important;
}
}
@media screen and (min-width: 600px) {
.smallerQuantitySize[data-v-74232b5c] {
    font-size: 14px !important;
}
}
.quantity-size[data-v-74232b5c] {
  font-weight: 400;
  color: #B5B5B7;
  line-height: 1;
}
@media screen and (max-width: 599px) {
.quantity-size[data-v-74232b5c] {
    font-size: 12px;
}
}
@media screen and (min-width: 600px) {
.quantity-size[data-v-74232b5c] {
    font-size: 16px;
}
}
.product-card[data-v-74232b5c] {
  border-radius: 4px;
  z-index: 0;
  border: 1px transparent solid;
  transition: all 0.33s ease-in-out;
}
.product-card[data-v-74232b5c]:hover {
  transform: translateY(-3px);
  background-color: white;
}
.giftTitle[data-v-74232b5c] {
  font-size: 16px;
  color: #7E7E80;
  margin-left: 3px;
}
@media screen and (max-width: 600px) {
.giftTitle[data-v-74232b5c] {
    font-size: 12px;
}
}
.productListItemName[data-v-74232b5c] {
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: left;
  color: #4E4F51;
  font-size: 18px;
  line-height: 1.1;
  flex: 1 1 auto;
  font-weight: 400;
}
.search .q-field--outlined .q-field__control:before {
  border: 2px solid #dedede !important;
}
@media screen and (max-width: 1023px) {
.container .q-menu {
    max-width: 100vw !important;
    max-height: calc(100vh - 55px) !important;
}
}
@media screen and (max-width: 1023px) {
.container .q-menu {
    width: 100vw !important;
    height: 400px;
}
}
.infinite > :last-child > * > hr {
  display: none !important;
}
.searchResultPopupContainer {
  height: 400px;
  background: #FFFFFF;
  width: 700px;
  max-width: 100vw;
}
.searchResultPopupContainer .q-field--outlined .q-field__control:hover:before {
  border: none;
}
.searchResultPopupContainer .q-field--outlined .q-field__control:before {
  border: none;
}
.searchResultPopupContainer .search-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.searchResultPopupContainer .search-wrapper .search-input {
  position: relative;
  padding: 10px 6px 10px 10px;
  flex: 1;
}
@media screen and (max-width: 1023px) {
.searchResultPopupContainer .search-wrapper .search-input {
    font-size: 16px;
}
.searchResultPopupContainer .search-wrapper .search-input .q-field__marginal {
    height: 100%;
}
.searchResultPopupContainer .search-wrapper .search-input .q-field__prepend {
    padding-right: 10px !important;
    height: 50px;
}
.searchResultPopupContainer .search-wrapper .search-input .q-field__control {
    padding-left: 10px;
}
.searchResultPopupContainer .search-wrapper .search-input .q-field__control .q-field__label {
    line-height: 14px;
    color: #4D4F53 !important;
}
.searchResultPopupContainer .search-wrapper .search-input .q-field__inner {
    height: 50px;
}
.searchResultPopupContainer .search-wrapper .search-input .q-field__inner .q-field__control {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #CACACA;
    height: 50px;
}
.searchResultPopupContainer .search-wrapper .search-input .q-field__inner .q-field--dense {
    height: 50px;
}
}
.searchResultPopupContainer .search-wrapper .close-btn {
  display: flex;
  cursor: pointer;
  border-radius: 7px;
  padding: 8px;
  margin-right: 10px;
  background: #4E4F53;
}
.searchResultPopupContainer .search-result-title {
  display: flex;
  flex-direction: row;
  padding: 0 16px;
  width: 100%;
  align-items: center;
  height: 40px;
  background: #ECECEE;
  text-transform: uppercase;
  font-weight: 600;
  color: #ABABAD;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
.searchResultPopupContainer {
    width: 100vw !important;
    height: 400px;
}
}
@media screen and (max-width: 599px) {
.searchResultPopupContainer {
    width: 100vw !important;
    height: 100vh;
}
}
@media screen and (max-width: 599px) {
.searchResultPopupContainer .search-result-wrapper {
    height: calc(100vh - 213px);
}
}
.mobileCategoriesTitleContainer {
  text-transform: uppercase;
  font-weight: 500;
  background: #ececee;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  color: #4D4F53;
  font-size: 14px;
}
.mobileCategoriesTitleContainer .label {
  color: #4E4F53;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.mobileCategoriesContainer {
  height: 63px;
  display: flex;
  flex-direction: row;
}
.mobileCategoriesContainer .searchCategoryScrollArea {
  height: 100%;
}
.mobileCategoriesContainer .categoryChip {
  align-self: center;
  width: auto;
  padding: 0 10px;
  height: 40px;
  background: #ececee;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.mobileCategoriesContainer .categoryChip .label {
  color: #4E4F53;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.expansion {
  text-transform: capitalize;
}
.productName {
  font-size: 20px;
  color: #4E4F53;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 40px 0 40px;
  line-height: 22px;
}
.productCategory {
  font-size: 18px;
  color: #4E4F53;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.extra-product[data-v-d2e39582] {
  cursor: pointer;
  margin-right: 10px;
  background: linear-gradient(90deg, #E5F0FE, #FFE8E8);
}
.extra-product .extra-product-text[data-v-d2e39582] {
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 2px 8px;
  background: -webkit-linear-gradient(0deg, #0370F7, #FB2C2F 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
.extra-product .extra-product-text[data-v-d2e39582] {
    font-size: 12px;
}
}
.chip[data-v-d2e39582] {
  border: 2px solid #323232;
  background: transparent !important;
}
.chip-sm[data-v-d2e39582] {
  border: 1px solid #323232;
  background: transparent !important;
}
.productGiftName[data-v-d2e39582] {
  font-size: 16px;
  font-weight: 500;
  color: #4D4F53;
}
@media screen and (min-width: 104px) {
.productGiftName[data-v-d2e39582] {
    line-height: 17px !important;
}
}
@media screen and (max-width: 1023px) {
.productGiftName[data-v-d2e39582] {
    line-height: 1.3 !important;
}
}
.quantityCircle[data-v-d2e39582] {
  border: 2px solid #55575B;
  border-radius: 56px;
  background: white;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #55575B;
  font-weight: 500;
}
.normalPrice[data-v-d2e39582] {
  font-size: 16px !important;
  color: #4d4f53;
  font-weight: 500;
  text-align: right;
}
.productPageName[data-v-d2e39582] {
  font-size: 16px;
  line-height: 1.3 !important;
}
.small-cart-quantity[data-v-d2e39582] {
  color: #4d4f53;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
}
.cart-item-taste[data-v-d2e39582], .cart-item-quantity[data-v-d2e39582] {
  font-weight: 400;
  color: #4D4F53;
}
.gift-select-dialog .select-gift-scrollarea[data-v-1bca593c] {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 600px) {
.gift-select-dialog .select-gift-scrollarea[data-v-1bca593c] {
    padding: 0;
}
}
.gift-select-dialog .select-gift-icon[data-v-1bca593c] {
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
.gift-select-dialog .select-gift-icon[data-v-1bca593c] {
    margin-left: 16px !important;
    margin-right: 12px !important;
}
}
.gift-select-dialog .select-gift-wrapper[data-v-1bca593c] {
  display: flex;
  width: 100%;
  flex-direction: row;
  height: 85px;
  padding-left: 40px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 600px) {
.gift-select-dialog .select-gift-wrapper[data-v-1bca593c] {
    padding: 16px 20px 16px 0 !important;
    height: 65px !important;
}
}
.gift-select-dialog .title-wrapper[data-v-1bca593c] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
.gift-select-dialog .title-wrapper[data-v-1bca593c] {
    justify-content: left !important;
}
}
.gift-select-dialog .gift-select-title[data-v-1bca593c] {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
.gift-select-dialog .gift-select-title[data-v-1bca593c] {
    font-size: 18px !important;
    font-weight: 500 !important;
}
}
@media screen and (max-width: 350px) {
.gift-select-dialog .gift-select-title[data-v-1bca593c] {
    font-size: 16px !important;
}
}
.gift-select-dialog .to-basket[data-v-1bca593c] {
  width: 100%;
  font-size: 20px;
  background: #106ceb;
  background: linear-gradient(90deg, #106ceb 0%, #f1222a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106ceb",endColorstr="#f1222a",GradientType=1);
}
.scroll[data-v-1bca593c] {
  align-items: start;
}
.selectModal[data-v-1bca593c] {
  background: #FFFFFF;
  width: 600px;
}
@media screen and (max-width: 600px) {
.selectModal[data-v-1bca593c] {
    width: initial;
}
}
.gift-selected-bg[data-v-1bca593c] {
  background: #E7EFFD;
}
.gift-chip[data-v-1bca593c] {
  align-self: center;
  color: white;
  margin: 0 16px;
  padding: 2px 14px !important;
  background: #F0232B;
  font-weight: 600;
  font-size: 17px;
  border-radius: 30px !important;
}
.linear-progress[data-v-1bca593c] {
  width: 100%;
}
.linear-progress .q-linear-progress__track[data-v-1bca593c] {
  background: #EBEBED;
}
.linear-progress .q-linear-progress__model--determinate[data-v-1bca593c] {
  background: linear-gradient(90deg, #0370F7 0, #F0232B 100%) !important;
}
.gift-quantity[data-v-1bca593c] {
  min-width: 60px;
  font-size: 22px;
}
@media screen and (max-width: 600px) {
.gift-quantity[data-v-1bca593c] {
    min-width: 50px !important;
    font-size: 18px;
}
}
@media screen and (max-width: 355px) {
.gift-quantity[data-v-1bca593c] {
    min-width: 30px !important;
    font-size: 18px;
}
}
.giftName[data-v-1bca593c] {
  font-weight: 600;
  color: #4D4F53;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  max-width: 100vw !important;
}
@media screen and (max-width: 1024px) {
.giftName[data-v-1bca593c] {
    font-weight: 500;
    max-width: calc(100vw - 200px) !important;
    font-size: 16px;
}
}
.chip[data-v-17662b3c] {
  border: 2px solid #323232;
  background: transparent !important;
}
.chip-sm[data-v-17662b3c] {
  border: 1px solid #323232;
  background: transparent !important;
}
.gift-selector[data-v-17662b3c] {
  min-height: 70px;
  background: linear-gradient(90deg, #106ceb 0%, #f1222a 100%);
  border-radius: 8px;
  color: white;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
.gift-selector[data-v-17662b3c] {
    padding: 12px !important;
}
}
.chooseLabel[data-v-17662b3c] {
  font-weight: 500;
  font-size: 16px;
  color: #4d4e53;
}
.productGiftContainer[data-v-17662b3c] {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 20px;
}
.productGiftContainer .extra-products[data-v-17662b3c] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
.productGiftContainer .extra-products[data-v-17662b3c] {
    margin-bottom: 6px !important;
}
}
@media screen and (max-width: 1023px) {
.productGiftContainer[data-v-17662b3c] {
    margin-bottom: 12px !important;
}
}
.selectedGiftsContainer[data-v-17662b3c] {
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
.selectedGiftsContainer[data-v-17662b3c] {
    padding-bottom: 0px !important;
}
}
.chip[data-v-471d5b52] {
  border: 2px solid #323232;
  background: transparent !important;
}
.chip-sm[data-v-471d5b52] {
  border: 1px solid #323232;
  background: transparent !important;
}
.quantityCircle[data-v-471d5b52] {
  border: 2px solid #55575B;
  border-radius: 56px;
  background: white;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #55575B;
  font-weight: 500;
}
.popupItemName[data-v-471d5b52] {
  font-weight: 500;
  color: #4D4F53;
  line-height: 17px;
  font-size: 16px;
}
.normalPrice[data-v-471d5b52] {
  font-size: 16px !important;
  color: #4d4f53;
  font-weight: 500;
  text-align: right;
}
.small-cart-quantity[data-v-471d5b52] {
  color: #4d4f53;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
}
.cart-item-taste[data-v-471d5b52], .cart-item-quantity[data-v-471d5b52] {
  font-weight: 400;
  color: #4D4F53;
}
.bigCloseBtn[data-v-471d5b52] {
  z-index: 1000;
  cursor: pointer;
  background: #4E4F53;
  height: 25px;
  width: 25px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: -5px;
}
.skeleton-wrapper[data-v-7fc77704] {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 16px;
}
.skeleton-wrapper .skeleton-img[data-v-7fc77704], .skeleton-wrapper .skeleton-text[data-v-7fc77704] {
  background: #ECECEE;
}
.skeleton-wrapper .skeleton-text-container[data-v-7fc77704] {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 16px;
  padding-top: 6px;
}
.small-cart {
  border: 1px solid #e5e6e9;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.smallCartContainer .skeleton-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
.smallCartContainer .skeleton-list {
    min-width: 400px;
}
}
.smallCartContainer .purchase-now {
  color: white;
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  height: 75px;
  border-radius: 0;
  background: #106ceb;
  background: linear-gradient(90deg, #106ceb 0%, #f1222a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106ceb",endColorstr="#f1222a",GradientType=1);
}
.smallCartContainer .small-cart-title {
  display: flex;
  flex-direction: row;
  padding: 0 16px;
  width: 100%;
  align-items: center;
  height: 40px;
  background: #ECECEE;
  text-transform: uppercase;
  font-weight: 600;
  color: #ABABAD;
  font-size: 14px;
}
.smallCartContainer .small-cart-scroll-area {
  width: 400px;
}
@media screen and (max-width: 599px) {
.smallCartContainer .small-cart-scroll-area {
    width: 100vw !important;
}
}
@media screen and (min-width: 600px) {
.smallCartContainer .small-cart-scroll-area {
    max-height: 330px;
}
}
@media screen and (max-width: 1023px) {
.smallCartContainer {
    height: 100%;
}
}
@media screen and (max-width: 599px) {
.smallCartContainer {
    width: 100% !important;
    background: white;
}
}
.smallCartContainer .small-cart-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  height: 80px;
}
@media screen and (max-width: 599px) {
.smallCartContainer .small-cart-wrapper {
    padding: 16px 10px !important;
}
}
.smallCartContainer .small-cart-wrapper .small-cart-total {
  font-weight: 600;
  color: #4D4F53;
  font-size: 20px;
}
@media screen and (max-width: 320px) {
.smallCartContainer .small-cart-wrapper .small-cart-total {
    font-size: 16px !important;
}
}
.smallCartContainer .close-btn {
  display: flex;
  cursor: pointer;
  border: solid #E4E4E4 2px;
  border-radius: 7px;
  padding: 8px;
  margin-left: 6px;
}
.smallCartContainer .small-cart-btn {
  height: 50px;
  padding: 10px;
  color: white;
  font-weight: 600;
  font-size: 15px;
  border-radius: 7px;
  background: #0370F7;
}
@media screen and (max-width: 599px) {
.smallCartContainer .small-cart-btn {
    padding: 14px 14px;
    font-size: 13px !important;
    background: #0370F7 !important;
    background: linear-gradient(90deg, #106ceb 0%, #f1222a 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106ceb",endColorstr="#f1222a",GradientType=1) !important;
}
}
.fixedElement {
  background-color: #c0c0c0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.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 {
  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:hover {
  background: #5B81D8 !important;
  transition: background-color 0.5s ease;
}
.link {
  cursor: pointer;
  font-weight: 400;
  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;
}
.link:hover {
  background: #5B81D8 !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: #e02838;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  width: 35px;
  padding: 2px;
  display: flex;
  color: white;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
}
.redText {
  color: #f1222a !important;
}
.redHover:hover {
  color: #f1222a !important;
}
.productContainer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 560px;
  background: white;
  border: 1px solid #e3e4e6;
  padding: 25px 15px 25px 15px;
}
.productContainer .item {
  color: #4D4F53;
  cursor: pointer;
  width: 250px;
  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;
}
.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);
}
.auth-modal-card {
  position: relative;
  border-radius: 15px;
  width: 800px;
  max-width: 800px !important;
}
@media screen and (max-width: 1023px) {
.auth-modal-card {
    padding-bottom: 50px;
    box-shadow: none !important;
    margin-top: 58px !important;
    width: 100vw !important;
    max-width: 100vw !important;
}
}
.authModal .q-dialog__inner--minimized > div {
  max-height: 700px;
  max-width: 750px !important;
  overflow: hidden;
}
.authModal .q-field--filled .q-field__control {
  border-radius: 5px !important;
  border: 1px solid #D2D2D2;
}
.login-btn, .facebook-btn {
  font-weight: 600;
  font-size: 17px;
  padding: 22px 20px;
  text-transform: uppercase;
}
.login-btn {
  color: white;
  background: linear-gradient(90deg, #106ceb 0%, #f1222a 100%);
}
.login-btn .q-btn__wrapper {
  padding: 0 !important;
}
.facebook-btn {
  background: #3B5998;
}
.forgotten-password {
  width: 100%;
  background: transparent;
  font-size: 17px;
  font-weight: 400;
}
.login-input {
  font-size: 17px;
}
.login-input .q-field__control {
  height: 60px;
  border-radius: 8px;
}
.login-input .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;
}
.login-input > * > .q-field__control {
  background: #F2F2F2;
  border: none;
}
.similar-products-carousel {
  display: flex;
  flex-direction: row;
}
.similar-products-carousel .carousel__slide {
  align-items: baseline;
}
.similar-products-carousel .q-rating__icon {
  text-shadow: none;
}
.similar-products-carousel .carousel__viewport, .similar-products-carousel .carousel__track {
  height: 100%;
}
.similar-products-carousel .carousel__next {
  right: 10px;
}
.similar-products-carousel .carousel__prev {
  left: 10px;
}
.similar-products-carousel .carousel__prev, .similar-products-carousel .carousel__next {
  cursor: pointer;
  background: #4D4F53;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transition: background-color 0.33s ease-in-out;
}
.similar-products-carousel .carousel__prev .carousel__icon, .similar-products-carousel .carousel__next .carousel__icon {
  color: white;
}
.similar-products-carousel .carousel__prev:hover, .similar-products-carousel .carousel__next:hover {
  background: darkgray;
}
.related-products-title {
  display: flex;
  color: #4D4F53;
  font-size: 20px;
  flex-direction: row;
  font-weight: 400;
  width: 100%;
  margin: 16px 0;
}
.related-products-title:before,
.related-products-title:after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #EAEAEA;
  margin: auto;
}
.related-products-title:before {
  margin-right: 2%;
}
.related-products-title:after {
  margin-left: 2%;
}
.scroll-area > * > .absolute > :last-child > div > div > .popup-item {
  padding-bottom: 8px !important;
}
.scroll-area > * > .absolute > div:last-child > .full-width > .full-width:last-child > div > hr {
  display: none;
}
.gradientLine {
  background: #f1222a;
  background: linear-gradient(90deg, #f1222a 0%, #106ceb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106ceb",endColorstr="#f1222a",GradientType=1);
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.separator {
  background: #F2F2F2;
  height: 2px;
  margin: 0 15px;
}
.mainTitle {
  font-size: 22px;
  color: #4D4F53;
  font-weight: 600;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
.mainTitle {
    font-size: 20px;
}
}
.gradientTitle, .gradientPrice {
  font-size: 18px;
  color: #F7F6F9;
}
@media screen and (max-width: 1023px) {
.gradientTitle, .gradientPrice {
    font-size: 14px !important;
}
}
.gradientTitle {
  font-weight: 400;
}
.gradientPrice {
  font-weight: 600;
}
.review-rating > .q-icon {
  text-shadow: none !important;
}
.priceTitle {
  color: #4D4F53;
  font-size: 14px;
}
.toBasketBtn {
  width: 100px;
  margin-top: 5px;
  padding: 0 20px 0 20px;
  border-radius: 8px;
  box-shadow: 0 3px 2px 0 #dfe0e3;
  -webkit-box-shadow: 0 3px 2px 0 #dfe0e3;
  -moz-box-shadow: 0 3px 2px 0 #dfe0e3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #4d4f53;
  background: #ECECEE;
  height: 30px;
  cursor: pointer;
}
.similarProduct {
  transition: all 0.33s ease-in-out;
}
.similarProduct:hover {
  transform: translateY(-3px);
  background-color: white;
}
.carousel {
  height: 100%;
  width: 100% !important;
}
.slideWidth {
  min-width: 25% !important;
}
@media screen and (max-width: 1020px) {
.slideWidth {
    min-width: 50% !important;
}
}
@media screen and (max-width: 599px) {
.slideWidth {
    min-width: 50% !important;
}
}
.scrollAreaContainer {
  width: 100%;
  padding: 10px 18px 10px 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
.scrollAreaContainer {
    padding: 0 !important;
    margin-bottom: 0px !important;
}
}
.q-dialog__inner--minimized > div {
  max-width: 750px !important;
}
.listItem[data-v-4e57608a] {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 35px;
}
.listItem .label[data-v-4e57608a] {
  font-size: 16px;
  font-weight: 500;
}
.mobileMenuContainer[data-v-0d27f1fd] {
  background: white;
  width: 85vw;
  max-width: 320px;
  height: 100vh;
}
.mobileMenuContainer .menuItemsContainer[data-v-0d27f1fd] {
  padding: 25px;
}
.mobileMenuContainer .menuItemsContainer .menuItem[data-v-0d27f1fd] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mobileMenuContainer .menuItemsContainer .menuItem .label[data-v-0d27f1fd] {
  margin-left: 15px;
  font-size: 18px;
  color: #47484C;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
.footerSize[data-v-33aac5bb] {
    padding: 0 16px !important;
}
}
.contactTitle[data-v-33aac5bb] {
  font-size: 16px;
  font-weight: 500;
}
.footerContainer ul[data-v-33aac5bb] {
  list-style: none;
  color: #a6a6a6;
  font-size: 16px;
  padding: 0;
}
.footerContainer ul li[data-v-33aac5bb] {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.footerContainer ul li a[data-v-33aac5bb] {
  color: #4D4E52;
  text-decoration: none;
}
.svg-icon[data-v-33aac5bb] {
  width: 20px !important;
  height: 20px !important;
}
@media screen and (max-width: 1024px) {
.contentHeight {
    min-height: calc(100vh - 90px) !important;
}
}
@media screen and (min-width: 1024px) {
.contentHeight {
    min-height: calc(100vh - 200px) !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: 90%;
  padding-left: 16px;
  padding-right: 16px;
}
@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;
}
::-webkit-scrollbar {
  border-radius: 8px;
  background-color: #CDE2FD;
  width: 12px;
  opacity: 0.75;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #2D5ED9;
  width: 8px;
  opacity: 0.75;
}
.text-brandblue {
  color: #0370f7;
}
.bg-brandblue {
  background-color: #0370f7;
}

/*# sourceMappingURL=app.ffc300a2.css.map*/