:root {
  --btn-border-radius: 6px;
  --col-btn-primary: #3D74B8;
  --col-btn-primary-hover: #2E578A;
  --col-btn-txt-primary: #FFF;
}

.store-banner-event-selected {
  width: 100%;
  background: var(--global-palette2);
  color: var(--global-palette9);
}
.store-banner-event-selected > .site-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .store-banner-event-selected > .site-container {
    flex-wrap: wrap;
  }
}
.store-banner-event-selected > .site-container p {
  margin: 0 2rem 0 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .store-banner-event-selected > .site-container p {
    width: 100%;
  }
}
.store-banner-event-selected > .site-container p a {
  color: var(--global-palette9);
}
.store-banner-event-selected > .site-container > button {
  background-color: var(--global-palette9);
  color: var(--global-palette2);
  padding: 10px 25px;
  margin-block: 10px;
  font-size: 1rem;
  line-height: 1;
  border-radius: var(--btn-border-radius);
}
@media screen and (max-width: 768px) {
  .store-banner-event-selected > .site-container > button {
    width: 100%;
  }
}

#preorder-slots-holder {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 1rem;
  background-color: var(--global-palette7);
  border: 2px solid var(--global-palette1);
  border-radius: 0.85rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media screen and (max-width: 768px) {
  #preorder-slots-holder {
    margin: 0px 0;
  }
}
#preorder-slots-holder.resevered-different-event {
  background-color: #FAC7D0;
  border: 2px solid #BD0F2F;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preorder-slots-holder.resevered-different-event p {
  text-align: right;
  margin: 0;
  line-height: 1.1;
}
#preorder-slots-holder.resevered-different-event p a {
  color: #BD0F2F;
}
#preorder-slots-holder.resevered-different-event button {
  margin-left: 30px;
  background-color: #BD0F2F;
  color: #FFF;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
#preorder-slots-holder.resevered-different-event button:hover {
  background-color: #830B21;
  box-shadow: none;
}
#preorder-slots-holder .preorder-slots-init {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #preorder-slots-holder .preorder-slots-init {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#preorder-slots-holder .preorder-slots-init p {
  margin: 0 2rem 0 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #preorder-slots-holder .preorder-slots-init p {
    display: none;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
  }
}
#preorder-slots-holder .preorder-slots-init > button {
  padding: 10px 25px;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: var(--btn-border-radius);
}
@media screen and (max-width: 768px) {
  #preorder-slots-holder .preorder-slots-init > button {
    width: 100%;
    padding: 25px 15px;
    display: block;
  }
}
#preorder-slots-holder .preorder-slots-list {
  margin-block: 1rem;
}
#preorder-slots-holder .preorder-slots-list h3 {
  text-align: center;
  font-weight: 400;
  font-style: 1.5rem;
}
@media screen and (max-width: 768px) {
  #preorder-slots-holder .preorder-slots-list h3 {
    font-size: 1rem;
  }
}
#preorder-slots-holder .preorder-slots-list > ul {
  margin: 15px auto 0;
  padding: 0;
  width: min(800px, 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#preorder-slots-holder .preorder-slots-list > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 20px);
  list-style: none;
  padding: 15px;
  border-radius: 4px;
  border: 2px solid var(--global-palette2);
  background-color: var(--global-palette6);
  color: #FFF;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #preorder-slots-holder .preorder-slots-list > ul > li {
    width: 100%;
  }
}
#preorder-slots-holder .preorder-slots-list > ul > li:hover {
  background-color: var(--global-palette2);
}
#preorder-slots-holder .preorder-slots-list > ul > li span {
  font-size: 0.85rem;
  text-transform: uppercase;
}
#preorder-slots-holder .preorder-slots-list > ul > li.none {
  background: var(--global-palette7);
  color: var(--global-palette6);
  border-color: var(--global-palette6);
  opacity: 0.6;
  cursor: not-allowed;
}
#preorder-slots-holder .preorder-slots-list > ul > li.last-one span {
  font-weight: bold;
  transform: rotate(-7deg);
  font-size: 0.9rem;
  line-height: 1;
}
#preorder-slots-holder .preorder-modal-confirmation {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(450px, 80%);
  background: var(--global-palette9);
  text-align: center;
  padding: 30px;
  border-radius: 15px;
  border: 2px solid var(--global-palette2);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 20;
}




@media screen and (max-width: 768px) {
  #preorder-slots-holder .preorder-modal-confirmation {
    position: fixed;
  }
}
#preorder-slots-holder .preorder-modal-confirmation p:first-child {
  font-size: 1.25rem;
  margin: 0 0 5px;
}
#preorder-slots-holder .preorder-modal-confirmation p:first-child span {
  font-weight: bold;
}
#preorder-slots-holder .preorder-modal-confirmation p:nth-child(2) {
  font-size: 0.85rem;
  line-height: 1.5;
  max-width: 30ch;
  margin: 0 auto 20px;
}
#preorder-slots-holder .preorder-modal-confirmation button {
  padding: 10px 25px;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: var(--btn-border-radius);
}
#preorder-slots-holder .preorder-modal-confirmation button#btn-preorder-cancel {
  display: block;
  margin: 20px auto 0;
  background: var(--global-palette9);
  color: var(--global-palette2);
  font-size: 0.85rem;
  width: auto;
  padding: 10px 20px;
}
#preorder-slots-holder .preorder-modal-confirmation button#btn-preorder-cancel:hover {
  color: var(--global-palette9);
  background-color: #111;
}
#preorder-slots-holder.modal-open::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
#preorder-slots-holder.modal-open > div:not(.preorder-modal-confirmation) {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
#preorder-slots-holder.modal-open .preorder-modal-confirmation {
  display: block;
}
#preorder-slots-holder.slot-booked {
  display: none;
}
#preorder-slots-holder .hide {
  display: none;
}

#preorder-slots-holder.reserved
{
	display: flex;
	justify-content: space-between;
}

button#cancel-slot
{
	padding: 10px 30px;
	background: none;
	border: 1px solid var(--global-palette1);
	color: var(--global-palette1);
	transition: all 0.3s ease-in-out;
}

button#cancel-slot:hover
{
	background-color: var(--global-palette1);
	color: #FFF;
	box-shadow: none;
}

section.archive-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

section.archive-items.full-width {
	grid-template-columns: repeat(1, 1fr);
}


@media screen and (max-width: 768px) {
  section.archive-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.archive-items article {
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  overflow: hidden;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.archive-items article.pre-orders::before {
  content: "Pre-Order Now!";
  position: absolute;
  top: -20px;
  right: -91px;
  background-color: var(--global-palette1);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 45px 82px 7px 81px;
  transform: rotate(23deg);
  z-index: 11;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px;
}
section.archive-items article::after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.49) 52%, rgba(0, 0, 0, 0.85) 79%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.49) 52%, rgba(0, 0, 0, 0.85) 79%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.49) 52%, rgba(0, 0, 0, 0.85) 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#d9000000",GradientType=0 ); /* IE6-9 */
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.archive-items article:hover::after {
  height: 140%;
}
section.archive-items article > a {
  padding: 20px;
  width: 100%;
  height: 100%;
  z-index: 30;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  min-height: 250px;
}
@media screen and (max-width: 768px) {
  section.archive-items article > a {
    min-height: 200px;
  }
}
section.archive-items article > a > * {
  position: relative;
  z-index: 20;
  color: #FFF;
  width: 100%;
}
section.archive-items article h1 {
  color: inherit;
  margin: 0;
  line-height: 1;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  section.archive-items article h1 {
    font-size: 1.2rem;
  }
}
section.archive-items article h2 {
  color: inherit;
  margin: 5px 0;
  line-height: 1;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  section.archive-items article h2 {
    font-size: 1.1rem;
  }
}
section.archive-items article p {
  color: inherit;
  margin: 0;
  line-height: 1;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  section.archive-items article p {
    font-size: 1rem;
  }
}

body.single-popup_event main#main {
  margin: auto;
  max-width: 1000px;
}

.popupshop-single-event-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .popupshop-single-event-header {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.popupshop-single-event-header > div {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .popupshop-single-event-header > div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.popupshop-single-event-header > div h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin: 10px 0 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--global-palette6);
}
@media screen and (max-width: 768px) {
  .popupshop-single-event-header > div h1 {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.popupshop-single-event-header > div h2 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin: 0 0 0;
}
.popupshop-single-event-header > div p {
  font-size: 1.25rem;
  margin: 10px 0 0;
  line-height: 1.1;
}
.popupshop-single-event-header > div:last-child {
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  overflow: hidden;
}
.popupshop-single-event-header > div:last-child img {
  display: block;
}

.event-order-system {
  margin: 50px auto 150px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .event-order-system {
    margin-top: 0px;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  display: none;
}

.woocommerce form p#billing_country_field span.woocommerce-input-wrapper > strong {
  font-weight: 400;
}

.woocommerce-shipping-totals.shipping ul#shipping_method li {
  margin-bottom: 0;
  padding-bottom: 0;
}

div.woocommerce-additional-fields {
  display: none;
}

.woocommerce form.woocommerce-checkout .form-row label {
  line-height: 1.1;
  padding-bottom: 4px;
}

.woocommerce-terms-and-conditions-wrapper p {
  font-size: 0.85rem;
  line-height: 1.4;
}

body.woocommerce-order-received #primary {
  margin-top: 0px;
}
body.woocommerce-order-received .single-content .woocommerce {
  margin: auto;
  max-width: 800px;
}
body.woocommerce-order-received ul.woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-order-received ul.woocommerce-order-overview li {
  float: none;
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.33% - 20px);
}

a#mobile-basket-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-top: 1px solid #22568d;
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 16px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 768px) {
  a#mobile-basket-btn.show {
    display: block;
  }
}


p.limit-products
{
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 0;
}