@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Phosphate";
  src: url("/assets/fonts/phosphateinline.woff2"), url("/assets/fonts/phosphateinline.woff"), url("/assets/fonts/phosphateinline.otf"), url("/assets/fonts/phosphateinline.ttf"),
    url("/assets/fonts/phosphateinline.eot");
}

html,
body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: rgb(41, 51, 65);
}

p {
  margin-bottom: unset;
}

#wrapper {
  display: flex;
  min-height: 90vh;
  flex-direction: column;
  justify-content: flex-start;
}

#footer {
  margin-top: auto;
}

#redeemBtn {
  border-radius: unset !important;
}
.nav-link.dropdown-toggle,
.dropdown-item {
  padding: 0.3rem 0rem;
}
.nav-link:hover {
  color: white !important;
}
.dropdown-item.row {
  margin: unset;
}

img {
  max-width: 100%;
}

/* tickets with membership have a transparent tickbox - fix is here */
#divMemberProducts .list-group input[type="checkbox"] + .list-group-item:before {
  color: black !important;
}

/* increment and decrement buttons - no matter where they are*/
.qtyIncrement,
.qtyDecrement,
.qtyminus,
.qtyplus {
  font-family: monospace;
}

.input-group-quantity [id^="productQty_"] {
  max-width: 50px;
}

/* buttons of all shapes and sizes around the code has to match one size */
.btn,
.btn-sm {
  font-size: 16px; /* important! if changed, counter buttons will break */
  border-radius: unset;
  color: white !important;
  height: 43px;
  letter-spacing: 0.7px;
  padding-block: 9px;
}

/* style from checkout_step3.tpl, probably payment related */
.agreeInner {
  max-width: 80%;
  float: left;
}
.agreeWrap {
  transition: 0.2s all ease-in-out;
}
.protectgroup {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 2px;
}
.protectgroup .col {
  font-size: 10px;
}
.protectgroup .col i {
  color: green;
}

iframe.threeDs {
  display: block;
  z-index: 1000000;
}
.connect-btn {
  background-color: #dc3545 !important;
  width: 100% !important;
  margin: 80px auto !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.connect-container.active {
  top: 0;
  height: 100%;
  z-index: 100002 !important;
}

.container{
  max-width:1320px;
}

/* table selector buttons in the basket */
.btn.fandb__table-button.btn--no-mask {
  border-radius: 3px;
}

.btn.btn-primary:not(.qtyIncrement, .qtyDecrement, .qtyminus, .qtyplus):active,
.btn.btn-primary:not(.qtyIncrement, .qtyDecrement, .qtyminus, .qtyplus):focus {
  background-color: var(--btn-primary-bg);
  text-shadow: unset;
  box-shadow: unset;
}

.btn:not(.qtyIncrement, .qtyDecrement, .qtyminus, .qtyplus, .nav-link) {
  text-shadow: none;
  transition: none;
  min-width: max-content;
  text-transform: uppercase;
}
.btn:focus {
  outline: 0;
}

.basket {
  height: auto;
}
.basket .row {
  margin: 0;
  padding-block: 5px;
}

p {
  color: var(--paragraph);
}

.accordionItem {
  color: rgb(41, 51, 65) !important;
  padding-bottom: 1rem;
  font-weight: bold;
  font-size: 19.2px;
  width: 100%;
}

.accordionItem:hover {
  text-decoration: none;
}

a.dropdown-item:active {
  background-color: var(--btn-primary-bg);
}

/* increment and decrement buttons - no matter where they are*/
.qtyIncrement,
.qtyDecrement,
.qtyminus,
.qtyplus {
  background: var(--calendar-button-bg) !important;
}

/* tickets with membership have a transparent tickbox - fix is here */
#divMemberProducts .list-group input[type="checkbox"] + .list-group-item:before {
  color: black !important;
}
a.text-danger:hover {
  background: var(--text-danger-hover-bg);
  border-radius: 5px;
}
.protectgroup .col i {
  color: green;
}
/* table selector buttons in the basket */
.btn.fandb__table-button.btn--no-mask {
  background-color: var(--table-select-btn-bg) !important;
  border: 2px solid var(--table-select-border) !important;
}
.grid-striped .row:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.card-header,
.card-description {
  color: var(--paragraph);
}

.btn.btn-primary {
  background: var(--btn-primary-bg) !important;
  border: 1px solid var(--btn-primary-bg) !important;
  color: #fff !important;
}
.btn.btn-primary:hover {
  background: var(--btn-primary-bg-hover) !important;
  border: 1px solid var(--btn-primary-bg-hover) !important;
}
.btn.btn-outline-primary {
  color: var(--btn-primary-bg) !important;
  border: 1px solid var(--btn-primary-bg) !important;
}
.btn.btn-outline-primary:hover {
  background-color: var(--btn-primary-bg) !important;
  color: white !important;
}
.btn.btn-secondary {
  background: var(--btn-secondary-bg) !important;
  border: 1px solid var(--btn-secondary-bg) !important;
}
.btn.btn-secondary:hover {
  background: var(--btn-secondary-bg-hover) !important;
  border: 1px solid var(--btn-secondary-bg-hover) !important;
}

.btn.btn-outline-secondary {
  color: var(--link-text) !important;
  border: 1px solid var(--link-text) !important;
}
.btn.btn-outline-secondary:hover {
  background-color: var(--link-text) !important;
  color: white !important;
}
.btn-danger {
  background: var(--btn-danger-bg);
  border: 1px solid var(--btn-danger-bg);
}
#footer,
#footer a {
  background-color: var(--footer-bg);
  color: white !important;
}

/* header */
/* my account stuff */
a.list-group-item.list-group-item-action.active {
  color: #fff;
  background-color: var(--btn-primary-bg);
  border-color: var(--btn-primary-bg);
}

/* apply button appended */
button.btn.btn-success {
  background: var(--btn-success-bg);
  border: 1px solid var(--btn-success-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: rgb(41, 51, 65);
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: calc(1.385rem + 1.62vw);
  padding-block: 32px;
}
h2 {
  padding-block: 16px;
  font-size: calc(1.295rem + 0.54vw);
}
#divGroupedProductsTotal {
  text-align: center;
}

.mybasketbadge::after {
  font-style: normal;
  content: attr(value);
  font-size: 12px;
  color: #fff;
  background: red;
  border-radius: 50%;
  padding: 0 6px;
  position: relative;
  left: -8px;
  top: -10px;
  opacity: 0.9;
}

/* ****************************************** */
/* **************  Colors  ***************** */
/* ****************************************** */

:root {
  --calendar-button-bg: #008069;
  --text-danger-hover-bg: #fde2e2;
  --table-select-btn-bg: #c3996b;
  --footer-bg: #181736;
  --btn-success-bg: #008069;
  --btn-danger-bg: #e33100;
  --main-text: #363637;
  --link-text: #c91f28;
  --calendar-header-text: #008069;
  --table-select-border: #363637;
  --paragraph: #636363;
  --header: #00806926;
  --color--emphasis: #293341;
}

/* timepicker calendar customization */
.time-slot,
a.ui-state-default.ui-state-active {
  background-color: var(--btn-primary-bg) !important;
  border: 1px solid var(--btn-primary-bg) !important;
  color: #fff !important;
}
.ll-skin-melon .ui-datepicker th {
  color: var(--main-text) !important;
}
.addstar::after {
  content: "*";
  color: red;
}

.menuItemName {
  margin-block: 0.2vh;
  font-weight: bold;
  text-transform: uppercase;
}
.menuItemName[aria-expanded="true"] {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .menuItemName::after {
    display: none;
  }
}

.accordionItem.showCarousel::after,
.menuItemName::after {
  background-image: url("/assets/images/arrow-down-white.svg");
  background-size: 11px 6px;
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  transition: all 0.2s ease;
  width: 25px;
  opacity: 70%;
}
.accordionItem.showCarousel::after {
  background-image: url("/assets/images/arrow-down-black.svg");
  right: 16px;
}

.accordionItem.showCarousel[aria-expanded="true"]::after,
.menuItemName[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.menuItemText {
  font-weight: 300;
}

.social_media img {
  width: 20px;
  height: 20px;
}

/* swiper */
.gallery {
  background: var(--footer-bg);
}

.gallery-cell {
  width: auto;
  height: 100px;
  margin-right: 5px;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
@media (min-width: 992px) {
  .flickity-prev-next-button.next {
    right: -70px !important;
  }

  .flickity-prev-next-button.previous {
    left: -70px !important;
  }
}

.navbar-collapse#navbarSupportedContent {
  position: absolute;
  background-color: white;
  z-index: 3;
  top: 80px;
  left: 0;
  margin: 0;
  border: 1px solid white;
  box-shadow: 0 2px 40px 0 hsl(0deg 0% 6% / 5%);
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
.dropdown-menu {
  box-shadow: 0 2px 40px 0 hsl(0deg 0% 6% / 25%);
}

@media (max-width: 1200px) {
  .navbar-collapse#navbarSupportedContent {
    top: 170px;
  }
}
@media (max-width: 1200px) {
  .navbar-collapse#navbarSupportedContent {
    top: 130px;
  }
}

.logo_image {
  width: auto;
  height: 3rem;
  height: clamp(3rem, 2.4rem + 3vw, 4.5rem);
}
#navbarWrapper {
  transition: all 0.4s linear;
  position: relative;
  top: 0;
}

.hide_nav{
  top: -200px !important;
}

#over_header_menu{
  z-index: 999;
  position: relative;
}

#header {
  position: sticky;
  width: 100%;
  z-index: 999;
  top: 0;
}

@keyframes animateNav {
  0%{
    top: 0px;
  }100%{
    top: -200px;
  }
}

.invisible_placeholder {
  height: 130px;
}

/* #navItemOnShow {
  margin-top: 0.2rem;
  padding-inline: calc((100vw - 85%) / 2);
}
@media (max-width: 500px) {
  #navItemOnShow {
    padding-inline: 1rem;
  }
} */
li.nav-item {
  list-style-type: none;
}

/* #navItemOnShow a:not(.dropdown-item) {
  color: #293341 !important;
  font-weight: 700;
  font-size: 19.2px;
} */

.menuItemToggler {
  font-size: 19.2px;
}
/* sub-header-menu toggle button */
.menuItemToggler::after {
  background-image: url("/assets/images/arrow-down-black.svg");
  background-size: 15px 7px;
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  transition: all 0.2s ease;
  width: 25px;
  opacity: 50%;
  right: 8vw;
}

.menuItemToggler[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
#ruler {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.074);
  margin-block: 1rem;
}
.dropdown-menu {
  border: none;
  padding-inline: 0;
}
.uppercase {
  text-transform: uppercase;
}

/* overlay */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 170px;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  overflow-x: hidden;
  overflow-y: hidden;
}

.overlay a {
  padding: 0.5vh 8px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

#toggleOverlayButton {
  transition: 0.5s;
}

#toggleOverlay {
  cursor: pointer;
}
#navbarDropdownMenuLink,
#navbarDropdownMenuLink:hover {
  color: white !important;
}
#navbarDropdownMenuLink:hover {
  text-decoration: underline;
}

/* desktop header */
@media (min-width: 1000px) {
  .invisible_placeholder {
    height: 170px;
  }

  #navbarWrapper {
    padding-block: 26px;
  }
}
.card {
  box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
  border-radius: unset;
}
.card-footer {
  background-color: unset;
  border: unset;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #shared_account_navigation_menu {
    height: 922px;
  }
}
.navbar-toggler {
  border: none;
  color: white !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(233, 234, 236,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#mobileSubMenu {
  overflow-y: scroll;
  height: 100vh;
}
.card-body a {
  color: black;
}
.input-group .qtySmall,
.form-control,
.input-group #promoCode {
  height: 43px;
}
.linkColor {
  color: #c91f28;
}
