@font-face {
  font-family: icomoon;
  src: url('../media/icomoon.CkiUpUwS.eot');
  src: url('../media/icomoon.CkiUpUwS.eot?#iefix') format('embedded-opentype'),
       url('../media/icomoon.DSqdVKrL.woff') format('woff'),
       url('../media/icomoon.nPONBJNc.ttf') format('truetype'),
       url('../media/icomoon.ClrXYh_6.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

body.grey-background { background: #ededed; }

.wrapper { min-height: 100vh; padding-bottom: 90px; }

.navbar-logo img { max-height: 44px; }

.hidden-xs { display: inline-block; }
.hidden-lg, .hidden-sm, .hidden-md { display: none; }

@media (max-width: 991px) {
  .hidden-xs { display: none !important; }
  .hidden-lg, .hidden-sm, .hidden-md { display: inline-block !important; }
}

.clorian-cart-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1000;
  background: #fff;
  padding: 12px 20px;
  box-shadow: 2px 2.3px #e4e7e7;
}

.clorian-cart-bar .cart-addtoCart {
  max-width: 1200px;
  margin: 0 auto;
}

.cookies__modal { display: none; }

.product-info .block-image img {
  width: 320px;
  max-width: 100%;
  height: 220px;
  object-fit: cover;
}

.product-info .block-description-price {
  display: flex;
  gap: 24px;
  padding: 20px;
  background: #fff;
}

.product-info .block-image { flex-shrink: 0; }

@media (max-width: 768px) {
  .product-info .block-description-price { flex-direction: column; }
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 65px);
  gap: 4px;
  justify-content: center;
}

.calendar-grid .CalendarDay__default {
  width: 65px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}

.calendar-grid .CalendarDay__blocked_out_of_range {
  opacity: .35;
  cursor: default;
}

.calendar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 12px;
}

.calendar-nav button {
  border: 1px solid #cacccd;
  background: #fff;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 65px);
  gap: 4px;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #757575;
  margin-bottom: 8px;
}

.filter-timeslots-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.events-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.event-selector {
  flex: 0 0 16.666%;
  padding: 8px 6px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .event-selector { flex: 0 0 33.333%; }
}

.checkout-panel-locked {
  opacity: 0.45;
  pointer-events: none;
}

.wrapper-content {
  padding-top: 50px;
}

.payment-commission-notice {
  font-size: 12px;
  color: #757575;
  margin-top: 12px;
}

.payment-methods {
  margin-bottom: 16px;
}

.view-contact .main-panel,
.view-checkout .main-panel {
  margin-bottom: 0;
}

.clorian-lang-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
  min-width: 120px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px #0000002d;
  list-style: none;
  padding: 5px 0;
  margin: 2px 0 0;
}

.clorian-lang-menu.open { display: block; }

.clorian-lang-menu .clickable {
  display: block;
  padding: 8px 16px;
  cursor: pointer;
}

.clorian-lang-menu .clickable:hover { background: #f5f5f5; }

.option_language .dropdown { position: relative; }

.view-contact-form .custom-checkbox.form-custom {
  display: block;
  margin: 16px 0 0;
}

.view-contact-form .custom-checkbox.form-custom label.checkbox-inline {
  display: block;
  padding-left: 40px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.view-contact-form .custom-checkbox.form-custom label.checkbox-inline > span:first-child {
  margin-left: -40px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 2px;
}

.view-contact-form .custom-checkbox.form-custom label.checkbox-inline > span:last-child {
  display: inline;
  vertical-align: top;
}
