@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wdth,wght@0,6..12,75..125,200..1000;1,6..12,75..125,200..1000&display=swap";
.lds-ring {
  z-index: 1000000;
  width: 64px;
  height: 64px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ring.show {
  display: block;
}

.lds-ring div {
  box-sizing: border-box;
  border: 6px solid #0000;
  border-top-color: #888;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  margin: 6px;
  animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite lds-ring;
  display: block;
  position: absolute;
}

.lds-ring div:first-child {
  animation-delay: -.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.select-css {
  color: #444;
  box-sizing: border-box;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right .7em top 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: .65em, 100%;
  border: 1px solid #aaa;
  border-radius: .5em;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: .6em 1.4em .5em .8em;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  box-shadow: 0 1px 0 1px #0000000a;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  box-shadow: 0 0 1px 3px #3b99fcb3;
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  border-color: #aaa;
  outline: none;
}

.select-css option {
  font-weight: normal;
}

:root:lang(ar) .select-css, :root:lang(iw) .select-css, [dir="rtl"] .select-css {
  background-position: .7em, 0 0;
  padding: .6em .8em .5em 1.4em;
}

.select-css:disabled, .select-css[aria-disabled="true"] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(#fff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled="true"] {
  border-color: #aaa;
}

.flatpickr-calendar {
  opacity: 0;
  text-align: center;
  visibility: hidden;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  direction: ltr;
  background: #fff;
  border: 0;
  border-radius: 5px;
  width: 307.875px;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  animation: none;
  display: none;
  position: absolute;
  box-shadow: 1px 0 #e6e6e6, -1px 0 #e6e6e6, 0 1px #e6e6e6, 0 -1px #e6e6e6, 0 3px 13px #00000014;
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  z-index: 99999;
  display: inline-block;
}

.flatpickr-calendar.animate.open {
  animation: .3s cubic-bezier(.23, 1, .32, 1) fpFadeInDown;
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 #e6e6e6, 5px 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid #e6e6e6;
  height: 40px;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  pointer-events: none;
  content: "";
  border: solid #0000;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  display: inline-block;
  position: relative;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  color: #000000e6;
  fill: #000000e6;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  flex: 1;
  height: 34px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 3;
  color: #000000e6;
  fill: #000000e6;
  height: 34px;
  padding: 10px;
  text-decoration: none;
  position: absolute;
  top: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  fill: inherit;
  transition: fill .1s;
}

.numInputWrapper {
  height: auto;
  position: relative;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.numInputWrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.numInputWrapper span {
  opacity: 0;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #39393926;
  width: 14px;
  height: 50%;
  padding: 0 4px 0 2px;
  line-height: 50%;
  position: absolute;
  right: 0;
}

.numInputWrapper span:hover {
  background: #0000001a;
}

.numInputWrapper span:active {
  background: #0003;
}

.numInputWrapper span:after {
  content: "";
  display: block;
  position: absolute;
}

.numInputWrapper span.arrowUp {
  border-bottom: 0;
  top: 0;
}

.numInputWrapper span.arrowUp:after {
  border-bottom: 4px solid #39393999;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-top: 4px solid #39393999;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: #00000080;
}

.numInputWrapper:hover {
  background: #0000000d;
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  color: inherit;
  text-align: center;
  width: 75%;
  height: 34px;
  padding: 7.48px 0 0;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  position: absolute;
  left: 12.5%;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  color: inherit;
  margin-left: .5ch;
  padding: 0;
  font-family: inherit;
  font-weight: 700;
  display: inline-block;
}

.flatpickr-current-month span.cur-month:hover {
  background: #0000000d;
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch�;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #000000e6;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #000000e6;
}

.flatpickr-current-month input.cur-year {
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  vertical-align: initial;
  appearance: textfield;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 0 0 .5ch;
  display: inline-block;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  color: #00000080;
  pointer-events: none;
  background: none;
  font-size: 100%;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  height: auto;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  vertical-align: initial;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  width: auto;
  margin: -1px 0 0;
  padding: 0 0 0 .5ch;
  position: relative;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: #0000000d;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #0000;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  text-align: center;
  background: none;
  align-items: center;
  width: 100%;
  height: 28px;
  display: flex;
  overflow: hidden;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  flex: 1;
  display: flex;
}

span.flatpickr-weekday {
  cursor: default;
  color: #0000008a;
  text-align: center;
  background: none;
  flex: 1;
  margin: 0;
  font-size: 90%;
  font-weight: bolder;
  line-height: 1;
  display: block;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0;
}

.flatpickr-days {
  align-items: flex-start;
  width: 307.875px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  text-align: left;
  box-sizing: border-box;
  opacity: 1;
  outline: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  padding: 0;
  display: flex;
  transform: translate3d(0, 0, 0);
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 #e6e6e6;
}

.flatpickr-day {
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  text-align: center;
  background: none;
  border: 1px solid #0000;
  border-radius: 150px;
  flex-basis: 14.2857%;
  justify-content: center;
  width: 14.2857%;
  max-width: 39px;
  height: 39px;
  margin: 0;
  font-weight: 400;
  line-height: 39px;
  display: inline-block;
  position: relative;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  background: #e6e6e6;
  border-color: #e6e6e6;
  outline: 0;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  color: #fff;
  background: #959ea9;
  border-color: #959ea9;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: #569ff7;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 #e6e6e6, 5px 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: #3939394d;
  cursor: default;
  background: none;
  border-color: #0000;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: #3939391a;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 #569ff7, 5px 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  color: #3939394d;
  cursor: default;
  background: none;
  border: none;
  width: 100%;
  max-width: none;
  display: block;
}

.flatpickr-innerContainer {
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}

.flatpickr-rContainer {
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
}

.flatpickr-time {
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  height: 0;
  max-height: 40px;
  line-height: 40px;
  display: flex;
  overflow: hidden;
}

.flatpickr-time:after {
  content: "";
  clear: both;
  display: table;
}

.flatpickr-time .numInputWrapper {
  float: left;
  flex: 1;
  width: 40%;
  height: 40px;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  height: inherit;
  line-height: inherit;
  color: #393939;
  box-sizing: border-box;
  appearance: textfield;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  position: relative;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  border: 0;
  outline: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  -webkit-user-select: none;
  user-select: none;
  align-self: center;
  width: 2%;
  font-weight: bold;
}

.flatpickr-time .flatpickr-am-pm {
  cursor: pointer;
  text-align: center;
  outline: 0;
  width: 18%;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

body {
  color: #000;
  --mobile: 0;
  font-size: 20px;
}

body input {
  font-size: 20px;
}

@media (width <= 800px) {
  body {
    --mobile: 1;
  }
}

.responsive-page {
  width: 80%;
  max-width: 1200px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (width <= 1200px) {
  .responsive-page {
    width: 100%;
  }
}

.clickable {
  cursor: pointer;
}

.modal {
  display: none;
}

.modal .close {
  cursor: pointer;
}

.modal.show {
  display: block;
}

body {
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  background-color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.page-header {
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 75, "YTLC" 500;
  text-align: center;
  grid-template-columns: 33% 33% 33%;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  display: grid;
  position: relative;
}

.page-header a {
  color: #000;
}

.page-header .left, .page-header .right {
  text-transform: uppercase;
  text-decoration: underline;
}

@media (width <= 800px) {
  .page-header {
    grid-template-columns: 100%;
    grid-template-areas: "centre"
                         "right"
                         "left";
  }

  .page-header .left {
    grid-area: left;
  }

  .page-header .right {
    grid-area: right;
  }

  .page-header .centre {
    grid-area: centre;
  }
}

.page-header .cart-counter {
  width: 2rem;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.page-header .cart-counter text {
  fill: #fff;
  font-size: 40px;
}

@media (width <= 800px) {
  .page-header .cart-counter {
    top: 20px;
    bottom: auto;
  }
}

.page-header .preview {
  background-color: orange;
  padding: 8px;
  position: fixed;
  top: 8px;
  right: 8px;
}

.top-menu-mobile {
  display: none;
}

@media (width <= 800px) {
  .top-menu-mobile {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .top-menu-mobile svg {
    pointer-events: none;
  }
}

.top-menu {
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 75, "YTLC" 500;
  justify-content: center;
  gap: 4px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  display: flex;
}

.top-menu .close {
  display: none;
}

@media (width <= 800px) {
  .top-menu .close {
    float: right;
    margin-top: 1rem;
    margin-right: 1rem;
    display: block;
  }
}

.top-menu .menu-item {
  text-wrap: nowrap;
  background-color: #f2f2f2;
  min-height: 54px;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 54px;
  display: block;
  position: relative;
}

.top-menu .menu-item .submenu.cascade {
  z-index: 1000;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
}

.top-menu .menu-item .submenu.cascade.active {
  display: block;
}

@media (width <= 800px) {
  .top-menu .menu-item .submenu.cascade {
    position: relative;
    top: 0;
    left: 1em;
  }
}

.top-menu .menu-item {
  color: #000;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .25s;
}

@media (width > 800px) {
  .top-menu .menu-item.selected, .top-menu .menu-item.selecting {
    color: #fff;
    background-color: #000;
  }
}

@media (width <= 800px) {
  .top-menu .menu-item.selected, .top-menu .menu-item.selecting {
    color: #b97f6d;
  }

  .top-menu {
    display: none;
  }

  .top-menu.show-mobile {
    z-index: 1000;
    background-color: #eee;
    padding: 2rem;
    display: block;
    position: fixed;
    inset: 0;
  }
}

.gallery-view .gallery-name {
  text-align: center;
}

.gallery-view .gallery {
  grid-template-columns: 33% 33% 33%;
  justify-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

@media (width <= 900px) {
  .gallery-view .gallery {
    grid-template-columns: 50% 50%;
  }
}

@media (width <= 600px) {
  .gallery-view .gallery {
    grid-template-columns: 50% 50%;
  }
}

.gallery-view .gallery .product {
  box-sizing: border-box;
  color: #000;
  width: 300px;
  margin-bottom: 2em;
  text-decoration: none;
  display: block;
}

@media (width <= 600px) {
  .gallery-view .gallery .product {
    width: 100%;
    padding: .5em;
    font-size: 14px;
  }
}

.gallery-view .gallery .product .img-container {
  border: 1px solid #e6e6e6;
  width: 300px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 600.01px) {
  .gallery-view .gallery .product .img-container {
    height: 300px;
  }
}

@media (width <= 600px) {
  .gallery-view .gallery .product .img-container {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }
}

.gallery-view .gallery .product .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-view .gallery .product .name {
  text-align: center;
}

.product-view {
  grid-template-rows: fit-content(100px) fit-content(100px);
  grid-template-columns: 50% 50%;
  justify-items: center;
  column-gap: 1rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product-view .product-images {
  grid-area: 1 / 1 / 2 / 2;
  max-width: 100%;
}

.product-view .purchase-options {
  grid-area: 1 / 2 / 3 / 3;
}

.product-view .product-description {
  grid-area: 2 / 1 / 3 / 2;
}

@media (width <= 1300px) {
  .product-view {
    grid-template-rows: auto;
    grid-template-columns: 100%;
    width: 100%;
  }

  .product-view .product-images {
    grid-area: 1 / 1 / 2 / 2;
  }

  .product-view .purchase-options {
    grid-area: 2 / 1 / 3 / 2;
    width: 100%;
    max-width: 800px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .product-view .product-description {
    grid-area: 3 / 1 / 4 / 2;
    width: 100%;
    max-width: 800px;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (width <= 800px) {
  .product-view {
    grid-template-columns: 100%;
  }
}

.product-view .images {
  width: 500px;
  max-width: 100%;
}

.product-view .images .image {
  aspect-ratio: 1;
  width: 500px;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.product-view .images .image img {
  aspect-ratio: 1;
  border: 1px solid #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (width <= 500px) {
  .product-view .images .image {
    width: 100%;
    height: auto;
  }

  .product-view .images .image img {
    width: 100%;
  }
}

.product-view .images .thumbs {
  gap: 8px;
  width: 500px;
  max-width: 100%;
  display: flex;
  overflow-x: auto;
}

.product-view .images .thumbs img {
  border: 1px solid #000;
  max-width: 50px;
}

.product-view .description {
  width: 500px;
  max-width: 100%;
}

.product-view .form .sizes {
  flex-flow: wrap;
  display: flex;
}

.product-view .form .sizes .size {
  text-align: center;
  background-color: #fff;
  border: 1px solid #000000bf;
  margin: 1em;
  padding: 1em;
  font-size: 18px;
}

@media (width <= 800px) {
  .product-view .form .sizes .size {
    font-size: 16px;
  }
}

@media (width <= 400px) {
  .product-view .form .sizes .size {
    font-size: 14px;
  }
}

.product-view .form .sizes .size.selected {
  color: #fff;
  background-color: #000000bf;
}

.product-view .form .gifts {
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 75, "YTLC" 500;
  margin-bottom: 2rem;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.product-view .form .gifts .gift-title {
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 75, "YTLC" 500;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.product-view .form .gifts .gift-grid {
  grid-template-columns: 33% 33% 33%;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

@media (width <= 800px) {
  .product-view .form .gifts .gift-grid {
    width: auto;
  }
}

.product-view .form .gifts .gift-grid .gift {
  text-align: center;
  border-bottom: 1px solid #000000bf;
  border-right: 1px solid #000000bf;
  padding: .5em;
}

.product-view .form .gifts .gift-grid .gift:nth-child(3n+3) {
  border-right: none;
}

.product-view .form .gifts .gift-grid .gift .extra-image {
  align-items: center;
  height: 100px;
  display: flex;
}

.product-view .form .gifts .gift-grid .gift img {
  object-fit: contain;
  width: 100px;
  max-width: 100%;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-view .form .extras-added {
  margin-top: 1em;
  font-weight: 500;
  display: flex;
}

.product-view .form .extras-added .extra {
  margin-right: 1em;
}

.product-view .form .extras-added .extra img {
  max-width: 100px;
  max-height: 100px;
}

.product-view .form .note-to-florist textarea {
  width: 100%;
  display: block;
}

.product-view .form .total-price {
  width: 500px;
  max-width: 100%;
}

.product-view .form .extras-modal .modal-background {
  content: "";
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.product-view .form .extras-modal .modal-content {
  background-color: #fff;
  border: 1px solid #000000bf;
  min-width: 800px;
  max-height: 100%;
  padding: 1em;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  transform: translate(-50%, -50%);
}

@media (width <= 800px) {
  .product-view .form .extras-modal .modal-content {
    width: 90%;
    min-width: auto;
  }
}

.product-view .form .extras-modal .modal-content .close {
  float: right;
}

.product-view .form .extras-modal .modal-content .extras-grid {
  text-align: center;
  grid-template-columns: 33% 33% 33%;
  display: grid;
}

.product-view .form .extras-modal .modal-content .extras-grid img {
  max-width: 100px;
  max-height: 100px;
}

.product-view .form .total-price {
  text-align: right;
  font-size: larger;
}

.product-view .form button.buy {
  color: #fff;
  background-color: #000000bf;
  width: 100%;
  height: 4rem;
  font-size: larger;
}

.product-view .form button.buy:disabled {
  color: gray;
}

.cart-view {
  grid-template-columns: 50% 50%;
  grid-template-areas: "cart-contents details";
  gap: 1em;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

@media (width <= 1200px) {
  .cart-view {
    width: 100%;
  }
}

@media (width <= 800px) {
  .cart-view {
    grid-template-columns: 100%;
    grid-template-areas: "cart-contents"
                         "details";
  }
}

.cart-view .cart-contents {
  background-color: #f2f2f2;
  grid-area: cart-contents;
  padding: 1em;
}

.cart-view .cart-contents .sticky {
  position: sticky;
  top: 1rem;
}

.cart-view .cart-contents .title {
  margin-bottom: 1em;
  font-size: larger;
  font-weight: 700;
}

.cart-view .cart-contents .items .item {
  margin-bottom: 1em;
  display: flex;
}

.cart-view .cart-contents .items .item .image {
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  margin-right: 2em;
}

.cart-view .cart-contents .items .item .image img {
  max-width: 50px;
  max-height: 50px;
}

.cart-view .cart-contents .items .item .remove-edit {
  text-align: right;
  flex-grow: 100;
  font-size: small;
  font-style: italic;
}

.cart-view .cart-contents .items .message-card {
  margin-bottom: 4em;
  display: block;
}

.cart-view .cart-contents .items .message-card textarea {
  width: 100%;
}

.cart-view .cart-contents .items .message-card .chars {
  text-align: right;
  font-size: smaller;
}

.cart-view .cart-contents .items .message-card .add-card {
  color: red;
  font-weight: 700;
}

.cart-view .cart-contents .items hr.separator {
  margin-bottom: 1em;
}

.cart-view .cart-contents .items .extras {
  padding-left: 1em;
  font-size: small;
  font-style: italic;
}

.cart-view .cart-contents .totals {
  grid-template-columns: 50% 50%;
  row-gap: .5rem;
  font-size: large;
  font-weight: 700;
  display: grid;
}

.cart-view .cart-contents .totals .price {
  text-align: right;
}

.cart-view .details {
  background-color: #f2f2f2;
  grid-area: details;
  padding: 1em;
}

.cart-view .details .twocol {
  grid-template-columns: 50% 50%;
  display: grid;
}

.cart-view .details .over-18 {
  background-color: #faebd7;
  border: 1px solid #00000080;
  margin: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.cart-view .details .over-18 label, .cart-view .details .over-18 p {
  font-size: small;
}

.cart-view .delivery-price {
  text-align: right;
  margin-top: .5em;
  font-size: smaller;
}

.cart-view .form-group {
  flex-direction: column;
  display: flex;
}

.cart-view .form-group input, .cart-view .form-group select {
  height: 2.5em;
}

.cart-view .form-group {
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.cart-view .form-group label, .cart-view .form-group .error {
  font-size: small;
}

.cart-view .form-checkgroup label {
  padding-left: 1em;
  padding-right: 2em;
}

.cart-view .form-checkgroup {
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.cart-view .form-checkgroup label, .cart-view .form-checkgroup .error {
  font-size: small;
}

.cart-view .comment {
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.cart-view .comment label, .cart-view .comment .error {
  font-size: small;
}

.cart-view h1 {
  padding-left: 1em;
  font-size: 1.5rem;
}

.cart-view h1 .optional {
  margin-left: 1em;
  font-size: 1rem;
  display: inline;
}

.cart-view .space-above {
  padding-top: 1em;
}

.cart-view button.continue-to-payment {
  color: #fff;
  background-color: #000000bf;
  width: 100%;
  height: 4rem;
  font-size: larger;
}

.cart-view button.continue-to-payment:disabled {
  color: gray;
}

.cart-view .total-to-pay {
  text-align: center;
  margin-top: 1em;
  font-size: x-large;
}

.payment-element-view .payment-element-container {
  border: 1px solid gray;
  border-radius: .25em;
  width: calc(100% - 1em);
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}

.payment-element-view button {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
}

.payment-element-view .message {
  color: red;
  font-size: xx-large;
  font-weight: 700;
}

.payment-element-view .status {
  text-transform: capitalize;
  font-size: xx-large;
  font-weight: 700;
}

.payment-element-view button.submit-payment {
  color: #fff;
  background-color: #000000bf;
  width: 100%;
  height: 4rem;
  font-size: larger;
}

.payment-element-view button.submit-payment:disabled {
  color: gray;
}

.form-group .error, .form-checkgroup .error, .errors .error, .payment-error .error {
  color: red;
  padding-top: 4px;
}

.complete-view {
  text-align: center;
}

.complete-view iframe {
  width: 100%;
  max-width: 800px;
  height: 1800px;
}

.masonry {
  resize: both;
  border: 1px solid #ccc;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  margin: 10px auto;
  display: flex;
}

.masonry .thumb {
  z-index: 1;
  background-color: #00000080;
  flex: 1 0 auto;
  width: auto;
  height: 230px;
  margin: 2px;
  text-decoration: none;
  transition: box-shadow .3s, transform .4s, z-index .4s, background-position .4s;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 #0000;
}

.masonry .thumb:hover {
  z-index: 100;
  transform: scale(1.2);
  box-shadow: 0 0 10px #000000b3;
}

.masonry .thumb-img > img, .masonry .thumb-txt > div {
  min-width: 60px;
  max-width: 300px;
}

.masonry .thumb-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.masonry .thumb-img > img {
  opacity: 0;
  height: 100%;
  display: block;
}

.masonry .thumb > div {
  color: #fff;
  padding: 0 2px;
  font-size: 14px;
  overflow: hidden;
}

.masonry .thumb > div > span {
  display: block;
}

.masonry .thumb > div > span:first-child {
  font-weight: bold;
}

.masonry .thumb > div > span:last-child {
  font-size: .8em;
}

.masonry .thumb-img > div {
  white-space: nowrap;
  opacity: 0;
  background-color: #0000004d;
  width: 100%;
  transition: opacity .3s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.masonry .thumb-img > div > span {
  font-size: .8em;
}

.masonry .thumb-img:hover > div {
  opacity: 1;
}

.masonry .thumb-txt > div {
  width: auto;
  height: 100%;
  display: block;
}

.masonry .thumbs:after {
  content: "";
  flex: 100 0 auto;
}

.masonry .thumb-img > div {
  display: none;
}

.templated-view .text-center, .gjs-dashed .text-center {
  text-align: center;
}

.templated-view .text-right, .gjs-dashed .text-right {
  text-align: right;
}

.templated-view .center, .templated-view .centre, .gjs-dashed .center, .gjs-dashed .centre {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.templated-view .mobile, .gjs-dashed .mobile {
  display: none;
}

@media (width <= 800px) {
  .templated-view .mobile, .gjs-dashed .mobile {
    display: block;
  }

  .templated-view .desktop, .gjs-dashed .desktop {
    display: none;
  }
}

.templated-view .text-condensed, .gjs-dashed .text-condensed {
  font-family: NeuzeitGroteskCond;
}

.templated-view .one-col, .gjs-dashed .one-col {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.templated-view .responsive-grid, .gjs-dashed .responsive-grid {
  grid-template-columns: 33% 33% 33%;
  display: grid;
}

.templated-view .responsive-grid > *, .gjs-dashed .responsive-grid > * {
  width: 100%;
}

.contact-form {
  background-color: #f2f2f2;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form label {
  font-size: small;
}

.contact-form .form-group {
  flex-direction: column;
  display: flex;
}

.contact-form .form-group input, .contact-form .form-group select {
  height: 2.5em;
}

.contact-form .form-group {
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.contact-form .form-group label, .contact-form .form-group .error {
  font-size: small;
}

.contact-form button.send {
  color: #fff;
  background-color: #000000bf;
  width: 100%;
  height: 4rem;
  font-size: larger;
}

.contact-form button.send:disabled {
  color: gray;
}

tp-contactmap {
  width: 100%;
  height: 600px;
  display: block;
}

iframe.contactmap {
  border: none;
  width: 600px;
  max-width: 600px;
  height: 600px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*# sourceMappingURL=index.css.map */
