p {
  -ms-word-wrap: none !important;
  word-break: none !important;
  word-wrap: none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  outline: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid #000;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
button:hover {
  cursor: pointer;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: none;
}
/**
 * Correct the padding in Firefox.
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
body {
  background: #efeee7;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1.2;
}
body.page-template-template-map-v3 .o-site-header, body.page-template-template-map-v4 .o-site-header, body.page-template-template-map-v3 .o-site-header-spacer, body.page-template-template-map-v4 .o-site-header-spacer, body.page-template-template-map-v3 .o-footer__inner, body.page-template-template-map-v4 .o-footer__inner {
  display: none !important;
}
body.page-template-template-map-v4 {
  height: 100vh;
}
body.page-template-template-map-v4 .h-body-overflow-x {
  height: 100vh;
}
body.page-template-template-map-v4 .o-bottom-fixed-cta, body.page-template-template-map-v4 div#nc-cookies-modal {
  display: none !important;
}
.grecaptcha-badge {
  display: none;
}
::selection, ::-moz-selection {
  background: #003b6e;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
body.logged-in.admin-bar:not(.home) .o-site-header {
  top: 32px;
}
body.logged-in.admin-bar:not(.home) .c-home-full-page {
  height: calc(100vh - 32px);
}
*:focus {
  outline: none !important;
}
.h-body-fixed {
  position: fixed;
  overflow-y: scroll;
  left: 0;
  right: 0;
}
.h-body-overflow-x {
  overflow-x: hidden;
}
.h-body-overflow-hidden {
  overflow: hidden;
}
.h-first-margin-0 > :first-child {
  margin-top: 0;
}
.h-last-margin-0 > :last-child {
  margin-bottom: 0;
}
.h-position-relative {
  position: relative;
}
.h-regular-case {
  text-transform: none;
}
.h-text-align-center {
  text-align: center;
}
.h-modal-video video {
  max-width: 100%;
  display: block;
}
@keyframes oscillate_scoll_icon {
  0%, 100% {
    bottom: -15px;
  }
  50% {
    bottom: 0;
  }
}
.svg-arrow-right, .svg-arrow-left {
  width: 32px;
  height: 9px;
}
.svg-icon-map-pin {
  width: 13px;
  height: 18px;
}
.svg-icon-mouse {
  width: 17px;
  height: 25px;
}
.woocommerce .single_add_to_cart_button .o-button, .woocommerce .single_add_to_cart_button .woocommerce-error .button, .woocommerce-error .woocommerce .single_add_to_cart_button .button, .woocommerce .single_add_to_cart_button .woocommerce-info .button, .woocommerce-info .woocommerce .single_add_to_cart_button .button, .woocommerce .single_add_to_cart_button .woocommerce-message .button, .woocommerce-message .woocommerce .single_add_to_cart_button .button, .woocommerce .single_add_to_cart_button table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .single_add_to_cart_button a.button, .woocommerce .single_add_to_cart_button .return-to-shop .button.wc-backward, .return-to-shop .woocommerce .single_add_to_cart_button .button.wc-backward, .woocommerce .single_add_to_cart_button .woocommerce-address-fields button[type="submit"], .woocommerce-address-fields .woocommerce .single_add_to_cart_button button[type="submit"], .woocommerce .single_add_to_cart_button .woocommerce-EditAccountForm.edit-account button[type="submit"], .woocommerce-EditAccountForm.edit-account .woocommerce .single_add_to_cart_button button[type="submit"], .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-Button, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-Button, .woocommerce .single_add_to_cart_button form.login .woocommerce-Button, .woocommerce form.login .single_add_to_cart_button .woocommerce-Button, .woocommerce .single_add_to_cart_button form.register .woocommerce-Button, .woocommerce form.register .single_add_to_cart_button .woocommerce-Button, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-Button, .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-form-login__submit, .woocommerce .single_add_to_cart_button form.login .woocommerce-form-login__submit, .woocommerce form.login .single_add_to_cart_button .woocommerce-form-login__submit, .woocommerce .single_add_to_cart_button form.register .woocommerce-form-login__submit, .woocommerce form.register .single_add_to_cart_button .woocommerce-form-login__submit, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-form-login__submit, .woocommerce .single_add_to_cart_button .woocommerce-checkout button.button.alt, .woocommerce-checkout .woocommerce .single_add_to_cart_button button.button.alt, .o-button, .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button, .return-to-shop .button.wc-backward, .woocommerce-address-fields button[type="submit"], .woocommerce-EditAccountForm.edit-account button[type="submit"], .woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.login .woocommerce-Button, .woocommerce form.register .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button, .woocommerce form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.register .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit, .woocommerce-checkout button.button.alt {
  display: inline-block;
  border: none;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: all 200ms;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid transparent;
  border-radius: 25px;
}
.woocommerce .single_add_to_cart_button .o-button.is-sending, .woocommerce .single_add_to_cart_button .woocommerce-error .button.is-sending, .woocommerce-error .woocommerce .single_add_to_cart_button .button.is-sending, .woocommerce .single_add_to_cart_button .woocommerce-info .button.is-sending, .woocommerce-info .woocommerce .single_add_to_cart_button .button.is-sending, .woocommerce .single_add_to_cart_button .woocommerce-message .button.is-sending, .woocommerce-message .woocommerce .single_add_to_cart_button .button.is-sending, .woocommerce .single_add_to_cart_button table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button.is-sending, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .single_add_to_cart_button a.button.is-sending, .woocommerce .single_add_to_cart_button .return-to-shop .button.wc-backward.is-sending, .return-to-shop .woocommerce .single_add_to_cart_button .button.wc-backward.is-sending, .woocommerce .single_add_to_cart_button .woocommerce-address-fields button[type="submit"].is-sending, .woocommerce-address-fields .woocommerce .single_add_to_cart_button button[type="submit"].is-sending, .woocommerce .single_add_to_cart_button .woocommerce-EditAccountForm.edit-account button[type="submit"].is-sending, .woocommerce-EditAccountForm.edit-account .woocommerce .single_add_to_cart_button button[type="submit"].is-sending, .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-Button.is-sending, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-Button.is-sending, .woocommerce .single_add_to_cart_button form.login .woocommerce-Button.is-sending, .woocommerce form.login .single_add_to_cart_button .woocommerce-Button.is-sending, .woocommerce .single_add_to_cart_button form.register .woocommerce-Button.is-sending, .woocommerce form.register .single_add_to_cart_button .woocommerce-Button.is-sending, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.is-sending, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-Button.is-sending, .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-form-login__submit.is-sending, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-form-login__submit.is-sending, .woocommerce .single_add_to_cart_button form.login .woocommerce-form-login__submit.is-sending, .woocommerce form.login .single_add_to_cart_button .woocommerce-form-login__submit.is-sending, .woocommerce .single_add_to_cart_button form.register .woocommerce-form-login__submit.is-sending, .woocommerce form.register .single_add_to_cart_button .woocommerce-form-login__submit.is-sending, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit.is-sending, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-form-login__submit.is-sending, .woocommerce .single_add_to_cart_button .woocommerce-checkout button.button.alt.is-sending, .woocommerce-checkout .woocommerce .single_add_to_cart_button button.button.alt.is-sending, .o-button.is-sending, .woocommerce-error .button.is-sending, .woocommerce-info .button.is-sending, .woocommerce-message .button.is-sending, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button.is-sending, .return-to-shop .button.wc-backward.is-sending, .woocommerce-address-fields button[type="submit"].is-sending, .woocommerce-EditAccountForm.edit-account button[type="submit"].is-sending, .woocommerce form.checkout_coupon .woocommerce-Button.is-sending, .woocommerce form.login .woocommerce-Button.is-sending, .woocommerce form.register .woocommerce-Button.is-sending, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.is-sending, .woocommerce form.checkout_coupon .woocommerce-form-login__submit.is-sending, .woocommerce form.login .woocommerce-form-login__submit.is-sending, .woocommerce form.register .woocommerce-form-login__submit.is-sending, .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit.is-sending, .woocommerce-checkout button.button.alt.is-sending {
  cursor: wait;
}
.woocommerce .single_add_to_cart_button .o-button:hover, .woocommerce .single_add_to_cart_button .woocommerce-error .button:hover, .woocommerce-error .woocommerce .single_add_to_cart_button .button:hover, .woocommerce .single_add_to_cart_button .woocommerce-info .button:hover, .woocommerce-info .woocommerce .single_add_to_cart_button .button:hover, .woocommerce .single_add_to_cart_button .woocommerce-message .button:hover, .woocommerce-message .woocommerce .single_add_to_cart_button .button:hover, .woocommerce .single_add_to_cart_button table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button:hover, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .single_add_to_cart_button a.button:hover, .woocommerce .single_add_to_cart_button .return-to-shop .button.wc-backward:hover, .return-to-shop .woocommerce .single_add_to_cart_button .button.wc-backward:hover, .woocommerce .single_add_to_cart_button .woocommerce-address-fields button[type="submit"]:hover, .woocommerce-address-fields .woocommerce .single_add_to_cart_button button[type="submit"]:hover, .woocommerce .single_add_to_cart_button .woocommerce-EditAccountForm.edit-account button[type="submit"]:hover, .woocommerce-EditAccountForm.edit-account .woocommerce .single_add_to_cart_button button[type="submit"]:hover, .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-Button:hover, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-Button:hover, .woocommerce .single_add_to_cart_button form.login .woocommerce-Button:hover, .woocommerce form.login .single_add_to_cart_button .woocommerce-Button:hover, .woocommerce .single_add_to_cart_button form.register .woocommerce-Button:hover, .woocommerce form.register .single_add_to_cart_button .woocommerce-Button:hover, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-Button:hover, .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-form-login__submit:hover, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-form-login__submit:hover, .woocommerce .single_add_to_cart_button form.login .woocommerce-form-login__submit:hover, .woocommerce form.login .single_add_to_cart_button .woocommerce-form-login__submit:hover, .woocommerce .single_add_to_cart_button form.register .woocommerce-form-login__submit:hover, .woocommerce form.register .single_add_to_cart_button .woocommerce-form-login__submit:hover, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit:hover, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-form-login__submit:hover, .woocommerce .single_add_to_cart_button .woocommerce-checkout button.button.alt:hover, .woocommerce-checkout .woocommerce .single_add_to_cart_button button.button.alt:hover, .o-button:hover, .woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button:hover, .return-to-shop .button.wc-backward:hover, .woocommerce-address-fields button[type="submit"]:hover, .woocommerce-EditAccountForm.edit-account button[type="submit"]:hover, .woocommerce form.checkout_coupon .woocommerce-Button:hover, .woocommerce form.login .woocommerce-Button:hover, .woocommerce form.register .woocommerce-Button:hover, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover, .woocommerce form.checkout_coupon .woocommerce-form-login__submit:hover, .woocommerce form.login .woocommerce-form-login__submit:hover, .woocommerce form.register .woocommerce-form-login__submit:hover, .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit:hover, .woocommerce-checkout button.button.alt:hover {
  text-decoration: none;
}
.woocommerce .single_add_to_cart_button .o-button--yellow, .woocommerce .single_add_to_cart_button .woocommerce-error .button, .woocommerce-error .woocommerce .single_add_to_cart_button .button, .woocommerce .single_add_to_cart_button .woocommerce-info .button, .woocommerce-info .woocommerce .single_add_to_cart_button .button, .woocommerce .single_add_to_cart_button .woocommerce-message .button, .woocommerce-message .woocommerce .single_add_to_cart_button .button, .woocommerce .single_add_to_cart_button .return-to-shop .button.wc-backward, .return-to-shop .woocommerce .single_add_to_cart_button .button.wc-backward, .woocommerce .single_add_to_cart_button .woocommerce-checkout button.button.alt, .woocommerce-checkout .woocommerce .single_add_to_cart_button button.button.alt, .o-button--yellow, .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .return-to-shop .button.wc-backward, .woocommerce-checkout button.button.alt {
  background: #ffd359;
  color: #003b6e !important;
  border-color: #ffd359;
}
.woocommerce .single_add_to_cart_button .o-button--yellow--inverted, .o-button--yellow--inverted {
  background: none;
  color: #ffd359 !important;
}
.woocommerce .single_add_to_cart_button .o-button--yellow svg, .woocommerce .single_add_to_cart_button .woocommerce-error .button svg, .woocommerce-error .woocommerce .single_add_to_cart_button .button svg, .woocommerce .single_add_to_cart_button .woocommerce-info .button svg, .woocommerce-info .woocommerce .single_add_to_cart_button .button svg, .woocommerce .single_add_to_cart_button .woocommerce-message .button svg, .woocommerce-message .woocommerce .single_add_to_cart_button .button svg, .woocommerce .single_add_to_cart_button .return-to-shop .button.wc-backward svg, .return-to-shop .woocommerce .single_add_to_cart_button .button.wc-backward svg, .woocommerce .single_add_to_cart_button .woocommerce-checkout button.button.alt svg, .woocommerce-checkout .woocommerce .single_add_to_cart_button button.button.alt svg, .o-button--yellow svg, .woocommerce-error .button svg, .woocommerce-info .button svg, .woocommerce-message .button svg, .return-to-shop .button.wc-backward svg, .woocommerce-checkout button.button.alt svg {
  fill: #003b6e;
}
.woocommerce .single_add_to_cart_button .o-button--yellow:hover, .woocommerce .single_add_to_cart_button .woocommerce-error .button:hover, .woocommerce-error .woocommerce .single_add_to_cart_button .button:hover, .woocommerce .single_add_to_cart_button .woocommerce-info .button:hover, .woocommerce-info .woocommerce .single_add_to_cart_button .button:hover, .woocommerce .single_add_to_cart_button .woocommerce-message .button:hover, .woocommerce-message .woocommerce .single_add_to_cart_button .button:hover, .woocommerce .single_add_to_cart_button .return-to-shop .button.wc-backward:hover, .return-to-shop .woocommerce .single_add_to_cart_button .button.wc-backward:hover, .woocommerce .single_add_to_cart_button .woocommerce-checkout button.button.alt:hover, .woocommerce-checkout .woocommerce .single_add_to_cart_button button.button.alt:hover, .o-button--yellow:hover, .woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover, .return-to-shop .button.wc-backward:hover, .woocommerce-checkout button.button.alt:hover {
  border-color: #003b6e;
  background: #003b6e;
  color: #ffd359 !important;
}
.woocommerce .single_add_to_cart_button .o-button--yellow:hover svg, .woocommerce .single_add_to_cart_button .woocommerce-error .button:hover svg, .woocommerce-error .woocommerce .single_add_to_cart_button .button:hover svg, .woocommerce .single_add_to_cart_button .woocommerce-info .button:hover svg, .woocommerce-info .woocommerce .single_add_to_cart_button .button:hover svg, .woocommerce .single_add_to_cart_button .woocommerce-message .button:hover svg, .woocommerce-message .woocommerce .single_add_to_cart_button .button:hover svg, .woocommerce .single_add_to_cart_button .return-to-shop .button.wc-backward:hover svg, .return-to-shop .woocommerce .single_add_to_cart_button .button.wc-backward:hover svg, .woocommerce .single_add_to_cart_button .woocommerce-checkout button.button.alt:hover svg, .woocommerce-checkout .woocommerce .single_add_to_cart_button button.button.alt:hover svg, .o-button--yellow:hover svg, .woocommerce-error .button:hover svg, .woocommerce-info .button:hover svg, .woocommerce-message .button:hover svg, .return-to-shop .button.wc-backward:hover svg, .woocommerce-checkout button.button.alt:hover svg {
  fill: #ffd359;
}
.woocommerce .single_add_to_cart_button .o-button--selected, .o-button--selected {
  background: #003b6e;
  color: #003b6e !important;
  border-color: #003b6e;
}
.woocommerce .single_add_to_cart_button .o-button--blue, .o-button--blue {
  background: #003b6e;
  color: #fff !important;
  border-color: #003b6e;
}
.woocommerce .single_add_to_cart_button .o-button--blue--inverted, .o-button--blue--inverted {
  background: none;
  color: #003b6e !important;
}
.woocommerce .single_add_to_cart_button .o-button--blue svg, .o-button--blue svg {
  fill: #fff;
}
.woocommerce .single_add_to_cart_button .o-button--blue:hover, .o-button--blue:hover {
  border-color: #ffd359;
  background: #ffd359;
  color: #003b6e !important;
}
.woocommerce .single_add_to_cart_button .o-button--blue:hover svg, .o-button--blue:hover svg {
  fill: #003b6e;
}
.woocommerce .single_add_to_cart_button .o-button--color-yellow, .o-button--color-yellow {
  color: #ffd359 !important;
}
.woocommerce .single_add_to_cart_button .o-button--white, .o-button--white {
  background: #fff;
  color: #003b6e;
}
.woocommerce .single_add_to_cart_button .o-button--red, .o-button--red {
  background: #ec6162;
  color: #fff !important;
  border-color: #ec6162;
}
.woocommerce .single_add_to_cart_button .o-button--red--inverted, .o-button--red--inverted {
  background: none;
  color: #ec6162 !important;
}
.woocommerce .single_add_to_cart_button .o-button--red svg, .o-button--red svg {
  fill: #fff;
}
.woocommerce .single_add_to_cart_button .o-button--red:hover, .o-button--red:hover {
  border-color: #ffd359;
  background: #ffd359;
  color: #003b6e !important;
}
.woocommerce .single_add_to_cart_button .o-button--red:hover svg, .o-button--red:hover svg {
  fill: #003b6e;
}
.woocommerce .single_add_to_cart_button .o-button--medium, .o-button--medium {
  padding: 14px 30px;
}
@media (max-width: 767px) {
  .woocommerce .single_add_to_cart_button .o-button--medium, .o-button--medium {
    padding: 10px 30px;
  }
}
.woocommerce .single_add_to_cart_button .o-button--large, .o-button--large {
  padding: 18px 60px;
  border-radius: 26px;
}
@media (max-width: 767px) {
  .woocommerce .single_add_to_cart_button .o-button--large, .o-button--large {
    padding: 10px 30px;
  }
}
.woocommerce .single_add_to_cart_button .o-button--has-icon-right:hover svg, .o-button--has-icon-right:hover svg {
  left: 5px;
}
.woocommerce .single_add_to_cart_button .o-button--has-icon-right svg, .o-button--has-icon-right svg {
  left: 0;
}
.woocommerce .single_add_to_cart_button .o-button--has-icon-right:hover svg, .o-button--has-icon-right:hover svg {
  left: 5px;
}
.woocommerce .single_add_to_cart_button .o-button--has-icon-right svg, .o-button--has-icon-right svg {
  left: 0;
}
.woocommerce .single_add_to_cart_button .o-button--has-icon-left:hover svg, .o-button--has-icon-left:hover svg {
  left: -5px;
}
.woocommerce .single_add_to_cart_button .o-button--has-icon-left svg, .o-button--has-icon-left svg {
  left: 0;
}
.woocommerce .single_add_to_cart_button .o-button svg, .woocommerce .single_add_to_cart_button .woocommerce-error .button svg, .woocommerce-error .woocommerce .single_add_to_cart_button .button svg, .woocommerce .single_add_to_cart_button .woocommerce-info .button svg, .woocommerce-info .woocommerce .single_add_to_cart_button .button svg, .woocommerce .single_add_to_cart_button .woocommerce-message .button svg, .woocommerce-message .woocommerce .single_add_to_cart_button .button svg, .woocommerce .single_add_to_cart_button table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button svg, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .single_add_to_cart_button a.button svg, .woocommerce .single_add_to_cart_button .return-to-shop .button.wc-backward svg, .return-to-shop .woocommerce .single_add_to_cart_button .button.wc-backward svg, .woocommerce .single_add_to_cart_button .woocommerce-address-fields button[type="submit"] svg, .woocommerce-address-fields .woocommerce .single_add_to_cart_button button[type="submit"] svg, .woocommerce .single_add_to_cart_button .woocommerce-EditAccountForm.edit-account button[type="submit"] svg, .woocommerce-EditAccountForm.edit-account .woocommerce .single_add_to_cart_button button[type="submit"] svg, .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-Button svg, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-Button svg, .woocommerce .single_add_to_cart_button form.login .woocommerce-Button svg, .woocommerce form.login .single_add_to_cart_button .woocommerce-Button svg, .woocommerce .single_add_to_cart_button form.register .woocommerce-Button svg, .woocommerce form.register .single_add_to_cart_button .woocommerce-Button svg, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button svg, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-Button svg, .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-form-login__submit svg, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-form-login__submit svg, .woocommerce .single_add_to_cart_button form.login .woocommerce-form-login__submit svg, .woocommerce form.login .single_add_to_cart_button .woocommerce-form-login__submit svg, .woocommerce .single_add_to_cart_button form.register .woocommerce-form-login__submit svg, .woocommerce form.register .single_add_to_cart_button .woocommerce-form-login__submit svg, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit svg, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-form-login__submit svg, .woocommerce .single_add_to_cart_button .woocommerce-checkout button.button.alt svg, .woocommerce-checkout .woocommerce .single_add_to_cart_button button.button.alt svg, .o-button svg, .woocommerce-error .button svg, .woocommerce-info .button svg, .woocommerce-message .button svg, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button svg, .return-to-shop .button.wc-backward svg, .woocommerce-address-fields button[type="submit"] svg, .woocommerce-EditAccountForm.edit-account button[type="submit"] svg, .woocommerce form.checkout_coupon .woocommerce-Button svg, .woocommerce form.login .woocommerce-Button svg, .woocommerce form.register .woocommerce-Button svg, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button svg, .woocommerce form.checkout_coupon .woocommerce-form-login__submit svg, .woocommerce form.login .woocommerce-form-login__submit svg, .woocommerce form.register .woocommerce-form-login__submit svg, .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit svg, .woocommerce-checkout button.button.alt svg {
  position: relative;
  transition: all 200ms;
}
.woocommerce .single_add_to_cart_button .o-button svg.svg-arrow-right, .woocommerce .single_add_to_cart_button .woocommerce-error .button svg.svg-arrow-right, .woocommerce-error .woocommerce .single_add_to_cart_button .button svg.svg-arrow-right, .woocommerce .single_add_to_cart_button .woocommerce-info .button svg.svg-arrow-right, .woocommerce-info .woocommerce .single_add_to_cart_button .button svg.svg-arrow-right, .woocommerce .single_add_to_cart_button .woocommerce-message .button svg.svg-arrow-right, .woocommerce-message .woocommerce .single_add_to_cart_button .button svg.svg-arrow-right, .woocommerce .single_add_to_cart_button table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button svg.svg-arrow-right, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .single_add_to_cart_button a.button svg.svg-arrow-right, .woocommerce .single_add_to_cart_button .return-to-shop .button.wc-backward svg.svg-arrow-right, .return-to-shop .woocommerce .single_add_to_cart_button .button.wc-backward svg.svg-arrow-right, .woocommerce .single_add_to_cart_button .woocommerce-address-fields button[type="submit"] svg.svg-arrow-right, .woocommerce-address-fields .woocommerce .single_add_to_cart_button button[type="submit"] svg.svg-arrow-right, .woocommerce .single_add_to_cart_button .woocommerce-EditAccountForm.edit-account button[type="submit"] svg.svg-arrow-right, .woocommerce-EditAccountForm.edit-account .woocommerce .single_add_to_cart_button button[type="submit"] svg.svg-arrow-right, .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-Button svg.svg-arrow-right, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-Button svg.svg-arrow-right, .woocommerce .single_add_to_cart_button form.login .woocommerce-Button svg.svg-arrow-right, .woocommerce form.login .single_add_to_cart_button .woocommerce-Button svg.svg-arrow-right, .woocommerce .single_add_to_cart_button form.register .woocommerce-Button svg.svg-arrow-right, .woocommerce form.register .single_add_to_cart_button .woocommerce-Button svg.svg-arrow-right, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button svg.svg-arrow-right, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-Button svg.svg-arrow-right, .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce .single_add_to_cart_button form.login .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce form.login .single_add_to_cart_button .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce .single_add_to_cart_button form.register .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce form.register .single_add_to_cart_button .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce .single_add_to_cart_button .woocommerce-checkout button.button.alt svg.svg-arrow-right, .woocommerce-checkout .woocommerce .single_add_to_cart_button button.button.alt svg.svg-arrow-right, .o-button svg.svg-arrow-right, .woocommerce-error .button svg.svg-arrow-right, .woocommerce-info .button svg.svg-arrow-right, .woocommerce-message .button svg.svg-arrow-right, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button svg.svg-arrow-right, .return-to-shop .button.wc-backward svg.svg-arrow-right, .woocommerce-address-fields button[type="submit"] svg.svg-arrow-right, .woocommerce-EditAccountForm.edit-account button[type="submit"] svg.svg-arrow-right, .woocommerce form.checkout_coupon .woocommerce-Button svg.svg-arrow-right, .woocommerce form.login .woocommerce-Button svg.svg-arrow-right, .woocommerce form.register .woocommerce-Button svg.svg-arrow-right, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button svg.svg-arrow-right, .woocommerce form.checkout_coupon .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce form.login .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce form.register .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit svg.svg-arrow-right, .woocommerce-checkout button.button.alt svg.svg-arrow-right, .woocommerce .single_add_to_cart_button .o-button svg.svg-arrow-left, .woocommerce .single_add_to_cart_button .woocommerce-error .button svg.svg-arrow-left, .woocommerce-error .woocommerce .single_add_to_cart_button .button svg.svg-arrow-left, .woocommerce .single_add_to_cart_button .woocommerce-info .button svg.svg-arrow-left, .woocommerce-info .woocommerce .single_add_to_cart_button .button svg.svg-arrow-left, .woocommerce .single_add_to_cart_button .woocommerce-message .button svg.svg-arrow-left, .woocommerce-message .woocommerce .single_add_to_cart_button .button svg.svg-arrow-left, .woocommerce .single_add_to_cart_button table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button svg.svg-arrow-left, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .single_add_to_cart_button a.button svg.svg-arrow-left, .woocommerce .single_add_to_cart_button .return-to-shop .button.wc-backward svg.svg-arrow-left, .return-to-shop .woocommerce .single_add_to_cart_button .button.wc-backward svg.svg-arrow-left, .woocommerce .single_add_to_cart_button .woocommerce-address-fields button[type="submit"] svg.svg-arrow-left, .woocommerce-address-fields .woocommerce .single_add_to_cart_button button[type="submit"] svg.svg-arrow-left, .woocommerce .single_add_to_cart_button .woocommerce-EditAccountForm.edit-account button[type="submit"] svg.svg-arrow-left, .woocommerce-EditAccountForm.edit-account .woocommerce .single_add_to_cart_button button[type="submit"] svg.svg-arrow-left, .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-Button svg.svg-arrow-left, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-Button svg.svg-arrow-left, .woocommerce .single_add_to_cart_button form.login .woocommerce-Button svg.svg-arrow-left, .woocommerce form.login .single_add_to_cart_button .woocommerce-Button svg.svg-arrow-left, .woocommerce .single_add_to_cart_button form.register .woocommerce-Button svg.svg-arrow-left, .woocommerce form.register .single_add_to_cart_button .woocommerce-Button svg.svg-arrow-left, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button svg.svg-arrow-left, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-Button svg.svg-arrow-left, .woocommerce .single_add_to_cart_button form.checkout_coupon .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce form.checkout_coupon .single_add_to_cart_button .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce .single_add_to_cart_button form.login .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce form.login .single_add_to_cart_button .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce .single_add_to_cart_button form.register .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce form.register .single_add_to_cart_button .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce .single_add_to_cart_button .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce-ResetPassword.lost_reset_password .woocommerce .single_add_to_cart_button .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce .single_add_to_cart_button .woocommerce-checkout button.button.alt svg.svg-arrow-left, .woocommerce-checkout .woocommerce .single_add_to_cart_button button.button.alt svg.svg-arrow-left, .o-button svg.svg-arrow-left, .woocommerce-error .button svg.svg-arrow-left, .woocommerce-info .button svg.svg-arrow-left, .woocommerce-message .button svg.svg-arrow-left, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button svg.svg-arrow-left, .return-to-shop .button.wc-backward svg.svg-arrow-left, .woocommerce-address-fields button[type="submit"] svg.svg-arrow-left, .woocommerce-EditAccountForm.edit-account button[type="submit"] svg.svg-arrow-left, .woocommerce form.checkout_coupon .woocommerce-Button svg.svg-arrow-left, .woocommerce form.login .woocommerce-Button svg.svg-arrow-left, .woocommerce form.register .woocommerce-Button svg.svg-arrow-left, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button svg.svg-arrow-left, .woocommerce form.checkout_coupon .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce form.login .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce form.register .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit svg.svg-arrow-left, .woocommerce-checkout button.button.alt svg.svg-arrow-left {
  margin-top: -2px;
}
.woocommerce .single_add_to_cart_button .o-button--block, .o-button--block {
  display: block;
  width: 100%;
}
.o-text-button {
  color: #003b6e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 200ms;
}
.o-text-button--red {
  color: #ec6162;
}
.o-text-button--red svg {
  fill: #ec6162 !important;
}
.o-text-button--yellow {
  color: #ffd359;
}
.o-text-button--yellow svg {
  fill: #ffd359 !important;
}
.o-text-button--white {
  color: #fff;
}
.o-text-button--white svg {
  fill: #fff !important;
}
.o-text-button--has-icon-right:hover svg {
  left: 5px;
}
.o-text-button--has-icon-right svg {
  left: 0;
}
.o-text-button--has-icon-right:hover svg {
  left: 5px;
}
.o-text-button--has-icon-right svg {
  left: 0;
}
.o-text-button--has-icon-left:hover svg {
  left: -5px;
}
.o-text-button--has-icon-left svg {
  left: 0;
}
.o-text-button svg {
  fill: #003b6e;
  position: relative;
  transition: all 200ms;
}
.o-text-button svg.svg-arrow-right, .o-text-button svg.svg-arrow-left {
  margin-top: -3px;
}
.o-button-icon-spacer {
  display: inline-block;
  width: 7px;
}
.o-circle-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: all 200ms;
}
.o-circle-icon:hover {
  cursor: pointer;
  filter: brightness(106%);
}
.o-circle-icon__image {
  width: 100%;
  height: 100%;
}
.o-transparent-button {
  color: #003b6e !important;
  background-color: transparent !important;
  border: none !important;
}
.o-zoom-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 350ms ease-in-out;
  transform-origin: center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.69, 0.94);
  transform-style: preserve-3d;
  -moz-transform-style: flat;
  z-index: 2;
}
.o-quantity-buttons {
  position: relative;
  border: 2px solid #003b6e;
  border-radius: 23px;
  height: 45px;
  overflow: hidden;
}
.o-quantity-buttons__minus, .o-quantity-buttons__plus {
  width: 45px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  cursor: pointer;
  transition: all 200ms;
  font-size: 17px;
}
@media (max-width: 767px) {
  .o-quantity-buttons__minus, .o-quantity-buttons__plus {
    width: 35px;
  }
}
.o-quantity-buttons__minus:hover, .o-quantity-buttons__plus:hover {
  background: #ffd359;
}
@media (max-width: 991px) {
  .o-quantity-buttons__minus:hover, .o-quantity-buttons__plus:hover {
    background: none;
  }
}
.o-quantity-buttons__minus {
  left: 0;
}
.o-quantity-buttons__plus {
  right: 0;
}
.o-quantity-buttons__increment-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-weight: 700;
  color: #003b6e;
  user-select: none;
}
.o-quantity-buttons input[type=number]::-webkit-inner-spin-button, .o-quantity-buttons input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.o-quantity-buttons__input-wrap {
  margin: 0 45px;
  height: 100%;
}
@media (max-width: 767px) {
  .o-quantity-buttons__input-wrap {
    margin: 0 35px;
  }
}
.o-quantity-buttons__input {
  -moz-appearance: textfield;
  width: 100%;
  border: none;
  text-align: center;
  height: 100%;
  color: #003b6e;
  user-select: none;
}
.o-form-label {
  display: block;
  margin: 0 0 8px 0;
  width: 100%;
  line-height: 1.25;
  font-size: 15px;
  padding-left: 20px;
}
.o-error, .o-field-item label.error {
  color: red;
  font-size: 13px;
  padding-left: 15px;
  padding-top: 5px;
  display: block;
  margin-bottom: 0;
}
.o-field-item {
  margin-bottom: 15px;
}
.o-form-section-title {
  margin: 25px 0 15px 0;
  color: #60b6c7;
  font-size: 30px;
  font-weight: 300;
}
.o-input-text, .woocommerce #customer_details .form-row input:not([type="checkbox"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="checkbox"]), .woocommerce #customer_details .form-row input:not([type="radio"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="radio"]), .woocommerce #customer_details .form-row input:not([type="submit"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="submit"]), .woocommerce form.checkout_coupon input[type=text], .woocommerce form.login input[type=text], .woocommerce form.register input[type=text], .woocommerce-ResetPassword.lost_reset_password input[type=text], .woocommerce form.checkout_coupon input[type=password], .woocommerce form.login input[type=password], .woocommerce form.register input[type=password], .woocommerce-ResetPassword.lost_reset_password input[type=password], .woocommerce form.checkout_coupon input[type=email], .woocommerce form.login input[type=email], .woocommerce form.register input[type=email], .woocommerce-ResetPassword.lost_reset_password input[type=email] {
  border: 2px solid #003b6e;
  border-radius: 23px;
  height: 45px;
  padding: 0 15px;
  width: 100%;
  color: #003b6e;
}
.o-textarea, .woocommerce #customer_details .form-row textarea, .woocommerce .woocommerce-MyAccount-content form .form-row textarea {
  border: 2px solid #003b6e;
  border-radius: 23px;
  height: 120px;
  padding: 15px 15px;
  width: 100%;
  color: #003b6e;
  resize: none;
}
.o-input-checkbox {
  position: relative;
}
.o-input-checkbox label.error {
  padding-left: 25px;
}
.o-input-checkbox__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.o-input-checkbox__input:checked + .o-input-checkbox__label:before {
  content: '\2713';
  background: #003b6e;
  color: #fff;
}
.o-input-checkbox__label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 15px;
}
.o-input-checkbox__label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #003b6e;
  line-height: 14px;
  font-size: 13px;
  text-align: center;
  color: #003b6e;
  font-weight: 700;
  cursor: pointer;
}
.o-input-checkbox__label a {
  color: #003b6e;
}
.o-form-messages {
  padding: 20px;
  margin: 30px 0 0 0;
  text-align: center;
  border: 2px solid #ffd359;
}
.o-form-messages.error {
  background: rgba(0, 0, 0, 0.1);
}
.o-form-messages a {
  color: #003b6e;
}
.o-page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.o-page-header__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.o-page-header__inner {
  padding: 185px 0 60px 0;
  position: relative;
  z-index: 200;
}
@media (max-width: 767px) {
  .o-page-header__inner {
    padding: 92px 0 45px 0;
  }
}
.o-newsletter-section-form {
  padding: 25px 30px 30px 30px;
}
.o-newsletter-section-form__messages {
  margin-top: 15px;
  display: block;
}
.o-newsletter-section-form__terms {
  margin-bottom: 0;
  margin-top: 15px;
  border-top: 1px solid #dadada;
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px 30px;
}
.o-newsletter-section-form__terms input {
  margin-right: 10px;
}
.mailpoet_gdpr label {
  font-size: 15px !important;
}
.wpcf7 div.wpcf7-response-output {
  border: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
body:not(.home) .o-page-hero {
  height: 480px;
}
.o-page-hero {
  position: relative;
}
@media (max-width: 767px) {
  .o-page-hero {
    height: calc(100vh - 49px);
    height: calc((var(--vh, 1vh) * 100) - 49px);
    min-height: 400px;
  }
}
.o-page-hero__image-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 50;
}
.o-page-hero__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.o-page-hero__wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}
.o-page-hero .o-page-title {
  margin: 0;
}
.o-page-hero__title-wrap {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .o-page-hero__title-wrap {
    margin-bottom: 8px;
  }
}
.o-page-hero__title-wrap--no-margin-bottom {
  margin-bottom: 0;
}
.o-page-hero__buttons-wrap {
  font-size: 0;
}
.o-page-hero__buttons-wrap .o-button, .o-page-hero__buttons-wrap .woocommerce-error .button, .woocommerce-error .o-page-hero__buttons-wrap .button, .o-page-hero__buttons-wrap .woocommerce-info .button, .woocommerce-info .o-page-hero__buttons-wrap .button, .o-page-hero__buttons-wrap .woocommerce-message .button, .woocommerce-message .o-page-hero__buttons-wrap .button, .o-page-hero__buttons-wrap .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .o-page-hero__buttons-wrap a.button, .o-page-hero__buttons-wrap .return-to-shop .button.wc-backward, .return-to-shop .o-page-hero__buttons-wrap .button.wc-backward, .o-page-hero__buttons-wrap .woocommerce-address-fields button[type="submit"], .woocommerce-address-fields .o-page-hero__buttons-wrap button[type="submit"], .o-page-hero__buttons-wrap .woocommerce-EditAccountForm.edit-account button[type="submit"], .woocommerce-EditAccountForm.edit-account .o-page-hero__buttons-wrap button[type="submit"], .o-page-hero__buttons-wrap .woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.checkout_coupon .o-page-hero__buttons-wrap .woocommerce-Button, .o-page-hero__buttons-wrap .woocommerce form.login .woocommerce-Button, .woocommerce form.login .o-page-hero__buttons-wrap .woocommerce-Button, .o-page-hero__buttons-wrap .woocommerce form.register .woocommerce-Button, .woocommerce form.register .o-page-hero__buttons-wrap .woocommerce-Button, .o-page-hero__buttons-wrap .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .o-page-hero__buttons-wrap .woocommerce-Button, .o-page-hero__buttons-wrap .woocommerce form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.checkout_coupon .o-page-hero__buttons-wrap .woocommerce-form-login__submit, .o-page-hero__buttons-wrap .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.login .o-page-hero__buttons-wrap .woocommerce-form-login__submit, .o-page-hero__buttons-wrap .woocommerce form.register .woocommerce-form-login__submit, .woocommerce form.register .o-page-hero__buttons-wrap .woocommerce-form-login__submit, .o-page-hero__buttons-wrap .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .o-page-hero__buttons-wrap .woocommerce-form-login__submit, .o-page-hero__buttons-wrap .woocommerce-checkout button.button.alt, .woocommerce-checkout .o-page-hero__buttons-wrap button.button.alt {
  margin: 0 10px 10px 0;
  min-width: 215px;
}
.o-page-hero__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  z-index: 200;
}
.o-page-hero__scroll:hover {
  cursor: pointer;
}
.o-page-hero__scroll:hover .o-page-hero__scroll-icon {
  animation: 0;
  bottom: -15px !important;
}
.o-page-hero__scroll-icon {
  width: 17px;
  height: 25px;
  margin: 0 auto;
  animation: oscillate_scoll_icon 2s linear infinite;
  position: relative;
  transition: all 300ms;
  bottom: 0;
}
.o-page-hero__scroll-icon-svg {
  width: 100%;
  height: 100%;
  stroke: #fff;
  fill: none;
}
.o-page-hero__scroll-label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-top: 30px;
  right: -1px;
}
.o-video-background {
  z-index: 70;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.o-video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.o-page-title {
  line-height: 1.2;
  font-size: 60px;
  font-family: "Roboto Slab", Cambria, Times New Roman, Times, serif;
  color: #fff;
  margin: 0;
}
.o-page-title--light {
  font-weight: 300;
}
.o-page-title--light b, .o-page-title--light strong {
  font-weight: 700 !important;
}
.o-page-title--yellow {
  color: #ffd359;
}
@media (max-width: 767px) {
  .o-page-title {
    font-size: 40px;
    line-height: 1;
  }
}
.o-section-divider {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .o-section-divider {
    padding: 20px 0;
  }
}
.o-section-divider__title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  .o-section-divider__title {
    font-size: 24px;
  }
}
.o-category-back-link {
  padding-top: 30px;
  margin-bottom: -5px;
}
.o-category-description {
  background: #fff;
  margin-bottom: 20px;
  padding: 47px 0;
}
@media (max-width: 767px) {
  .o-category-description {
    padding: 30px 0;
  }
}
.o-border {
  position: absolute;
}
@media (max-width: 991px) {
  .o-border--hide-on-tablet {
    display: none;
  }
}
.o-border--show-on-tablet {
  display: none;
}
@media (max-width: 991px) {
  .o-border--show-on-tablet {
    display: block;
  }
}
.o-border--top {
  top: 0;
}
.o-border--bottom {
  bottom: 0;
}
.o-border--right {
  right: 0;
}
.o-border--left {
  left: 0;
}
.o-border--left-to-right {
  left: 0;
  width: 9999px;
  border-top: 1px solid #c1c1c1;
}
.o-border--right-to-left {
  right: 0;
  width: 9999px;
  border-top: 1px solid #c1c1c1;
}
.o-border--top-to-bottom {
  top: 0;
  bottom: 0;
  border-right: 1px solid #c1c1c1;
}
.o-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.o-responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.o-page-content {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .o-page-content {
    padding: 40px 0;
  }
}
.o-page-content__main {
  padding-right: 45px;
  height: 100%;
}
@media (max-width: 1199px) {
  .o-page-content__main {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.o-page-content__main .o-border--right {
  right: -15px;
}
@media (max-width: 1199px) {
  .o-page-content__main .o-border--right {
    display: none;
  }
}
.o-page-content__back-link {
  padding-bottom: 50px;
}
.o-page-content__event-info {
  margin-bottom: 50px;
}
.o-page-content__event-info.has-button {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .o-page-content__event-info {
    margin-bottom: 30px;
  }
}
.o-page-content__tinymce-content h2 strong, .o-page-content__tinymce-content h3 strong, .o-page-content__tinymce-content h4 strong, .o-page-content__tinymce-content h2 b, .o-page-content__tinymce-content h3 b, .o-page-content__tinymce-content h4 b {
  font-weight: 300 !important;
}
.o-page-content__tinymce-content h2 {
  color: #60b6c7;
  font-size: 30px;
  font-weight: 300;
  margin: 40px 0 20px 0;
}
@media (max-width: 767px) {
  .o-page-content__tinymce-content h2 {
    font-size: 24px;
    margin: 35px 0 10px 0;
  }
}
.o-page-content__tinymce-content h3 {
  color: #60b6c7;
  font-size: 25px;
  font-weight: 300;
  margin: 40px 0 20px 0;
}
@media (max-width: 767px) {
  .o-page-content__tinymce-content h3 {
    font-size: 21px;
    margin: 35px 0 10px 0;
  }
}
.o-page-content__tinymce-content h4 {
  color: #60b6c7;
  font-size: 21px;
  font-weight: 300;
  margin: 40px 0 20px 0;
}
@media (max-width: 767px) {
  .o-page-content__tinymce-content h4 {
    font-size: 19px;
    margin: 35px 0 10px 0;
  }
}
.o-page-content__tinymce-content p {
  margin: 30px 0;
  line-height: 1.375;
}
@media (max-width: 767px) {
  .o-page-content__tinymce-content p {
    margin: 20px 0;
  }
}
.o-page-content__tinymce-content ul, .o-page-content__tinymce-content ol {
  padding: 0;
  margin: 25px 0;
}
.o-page-content__tinymce-content ul li, .o-page-content__tinymce-content ol li {
  padding: 0;
  margin-bottom: 2px;
}
.o-page-content__tinymce-content ul li:last-child, .o-page-content__tinymce-content ol li:last-child {
  margin-bottom: 0;
}
.o-page-content__tinymce-content ul {
  margin-left: 15px;
}
.o-page-content__tinymce-content ul li {
  list-style: none;
  padding-left: 25px;
  position: relative;
}
.o-page-content__tinymce-content ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #60b6c7;
  content: '';
  border-radius: 50%;
}
.o-page-content__tinymce-content ol {
  margin-left: 31px;
}
.o-page-content__tinymce-content ol li {
  padding-left: 9px;
}
.o-page-content__tinymce-content ul a, .o-page-content__tinymce-content li a, .o-page-content__tinymce-content p a {
  color: #003b6e;
}
.o-page-content__tinymce-content iframe {
  width: 100%;
}
.o-page-content__intro-text {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 35px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .o-page-content__intro-text {
    font-size: 24px;
  }
}
.o-page-content__intro-text p {
  line-height: 1.2;
}
.o-page-content__sidebar {
  border-left: 1px solid #c1c1c1;
}
@media (max-width: 1199px) {
  .o-page-content__sidebar .o-border--left-to-right {
    left: -500px;
  }
}
.o-page-content__sidebar .o-sidebar-item:first-child {
  padding-top: 0;
}
.o-page-content__sidebar .o-sidebar-item:last-child {
  padding-bottom: 0;
}
.o-page-content__sidebar .o-sidebar-item:last-child .o-border {
  display: none;
}
.o-page-content__sidebar .o-sidebar-item.hide-info {
  padding: 0;
}
.o-page-content__sidebar .o-sidebar-item.hide-info > div > p, .o-page-content__sidebar .o-sidebar-item.hide-info > h4 {
  display: none;
}
.o-responsive-table {
  margin: 30px 0;
  overflow-x: auto;
}
.o-responsive-table table {
  border: 1px solid #c1c1c1;
  width: 100%;
  height: auto !important;
}
@media (max-width: 767px) {
  .o-responsive-table table {
    min-width: 720px;
  }
}
.o-responsive-table table tr {
  padding: 0 25px;
}
.o-responsive-table table tr:last-child {
  border-bottom: none;
}
.o-responsive-table table tr:last-child td, .o-responsive-table table tr:last-child th {
  border-bottom: none;
}
.o-responsive-table table tr td, .o-responsive-table table tr th {
  text-align: left;
  padding: 5px 8px;
  border-bottom: 1px solid #c1c1c1;
  line-height: 1.5;
  border-right: 1px solid #c1c1c1;
  font-size: 16px !important;
  vertical-align: top;
}
.o-responsive-table table tr td *, .o-responsive-table table tr th * {
  font-size: 15px !important;
}
.o-responsive-table table tr td:last-child, .o-responsive-table table tr th:last-child {
  border-right: none;
}
.o-testimonials-slider {
  border: 1px solid #c1c1c1;
  border-left: none;
  border-right: none;
  padding: 20px 50px;
  position: relative;
  margin: 130px 0 70px 0;
}
.o-testimonials-slider .swiper-pagination {
  bottom: -32px;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1;
}
.o-testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  background: none;
  margin: 0 2px;
  width: 6px;
  height: 6px;
  border: 1px solid #ffd359;
  opacity: 1;
}
.o-testimonials-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffd359;
}
.o-testimonials-slider__quote {
  color: #ffd359;
  font-family: "Times New Roman", serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  pointer-events: none;
}
.o-testimonials-slider__quote--top-left {
  top: -70px;
  left: 0;
}
.o-testimonials-slider__quote--bottom-right {
  bottom: -70px;
  right: 0;
  transform: rotate(180deg);
}
.o-testimonials-slider-item__text {
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 22px;
}
.o-testimonials-slider-item__author {
  font-size: 15px;
  font-weight: 300;
}
.o-product-gallery-slider__slider {
  position: relative;
}
.o-product-gallery-slider .o-swiper-button-prev {
  left: 90px;
  z-index: 300;
}
@media (max-width: 991px) {
  .o-product-gallery-slider .o-swiper-button-prev {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .o-product-gallery-slider .o-swiper-button-prev {
    left: 0;
  }
}
.o-product-gallery-slider .o-swiper-button-next {
  right: 90px;
  z-index: 300;
}
@media (max-width: 991px) {
  .o-product-gallery-slider .o-swiper-button-next {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .o-product-gallery-slider .o-swiper-button-next {
    right: 0;
  }
}
.o-product-gallery-slider__item {
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.o-product-gallery-slider__item:hover .o-zoom-image {
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .o-product-gallery-slider__item:hover .o-zoom-image {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  body.tax-product_cat .o-page-hero__scroll {
    display: none;
  }
}
.code-checker {
  margin: 100px 0;
}
.code-checker h2, .code-checker input, .code-checker p {
  margin-bottom: 25px;
}
.code-checker input {
  max-width: 300px;
}
@media (max-width: 991px) {
  .code-checker input {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .code-checker button {
    width: 100%;
    margin-bottom: 50px;
  }
}
.code-checker .check-order-summary {
  margin: 1em 1em 1em 0;
  border: 2px solid #ddd;
  padding: 1em;
  color: black;
}
.code-checker .check-order-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.code-checker .check-order-wrapper.title {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ddd;
}
.code-checker .check-order-wrapper.title .gray {
  color: #a8a8a8;
}
.code-checker .check-order-wrapper:last-child {
  margin-bottom: 0;
}
.code-checker .check-order-wrapper__data {
  line-height: 1.5;
}
.code-checker .check-order-wrapper ul {
  list-style: none;
  padding-left: 0;
}
.code-checker .wc-booking-summary-list li:first-child {
  display: none;
}
.main-cookies .select-title {
  margin-top: 30px;
}
.main-cookies .select-holder {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .main-cookies .select-holder {
    align-items: baseline !important;
    flex-direction: column;
  }
  .main-cookies .select-holder p {
    margin-bottom: 30px;
  }
}
.main-cookies h2 {
  margin-top: 30px;
}
.main-cookies p {
  margin: 0;
}
.main-cookies select {
  border: 2px solid #003b6e;
  border-radius: 23px;
  min-height: 30px;
  line-height: 1.3;
  min-width: 200px;
  padding: 6px 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-size: 8px 5px;
  background-image: url('../images/select-arrow.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  margin-right: 30px;
}
.kolesarjenje-info {
  background-color: #f6f6f2;
  border-radius: 15px;
  padding: 30px 30px 0 30px;
}
.kolesarjenje-info h2 {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.kolesarjenje-info .info-wrap {
  margin-bottom: 20px;
  position: relative;
}
.kolesarjenje-info .heading {
  font-weight: bold;
  text-transform: uppercase;
  color: #ec6162;
  font-size: 13px;
  margin-bottom: 2px;
}
.kolesarjenje-info .description {
  font-size: 16px;
}
.kolesarjenje-info .text {
  padding-left: 45px;
}
.kolesarjenje-info .icon {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
.gpx-button {
  background-color: #ffd359;
  cursor: pointer;
  color: #003b6e;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 18px;
  margin-top: 55px;
  display: inline-block;
}
.gpx-button--for-event {
  margin-top: 0;
  margin-bottom: 35px;
}
.gpx-button img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.kolesarjenje-info-wrap {
  margin-bottom: 30px;
}
.o-pagination, .woocommerce nav.woocommerce-pagination {
  margin: 60px 0 35px 0;
}
@media (max-width: 767px) {
  .o-pagination, .woocommerce nav.woocommerce-pagination {
    margin: 20px 0 5px 0;
  }
}
.o-pagination .page-numbers, .woocommerce nav.woocommerce-pagination .page-numbers {
  text-align: right;
  border: none;
  padding: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .o-pagination .page-numbers, .woocommerce nav.woocommerce-pagination .page-numbers {
    text-align: center;
  }
}
.o-pagination .page-numbers li, .woocommerce nav.woocommerce-pagination .page-numbers li {
  display: inline-block;
  margin: 0 10px 15px 0;
  border: none;
}
@media (max-width: 767px) {
  .o-pagination .page-numbers li, .woocommerce nav.woocommerce-pagination .page-numbers li {
    margin: 0 2px 15px 0;
  }
}
.o-pagination .page-numbers li:last-child, .woocommerce nav.woocommerce-pagination .page-numbers li:last-child {
  margin-right: 0;
}
.o-pagination .page-numbers li .page-numbers, .woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  min-width: 30px;
  display: block;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  background: #003b6e;
}
.o-pagination .page-numbers li .page-numbers:hover, .woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers:hover, .o-pagination .page-numbers li .page-numbers.current, .woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers.current {
  background: #ffd359;
  color: #003b6e;
}
.o-mega-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  z-index: 990;
  transition: all 350ms;
  opacity: 0.2;
  padding-top: 170px;
  overflow-y: auto;
  background: url(https://visitcelje.eu/wp-content/themes/celje/images/bg-menu-mobile.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .o-mega-menu {
    padding-top: 145px;
  }
}
.o-mega-menu.is-shown {
  top: 0;
  opacity: 1;
}
.o-mega-menu.is-shown .o-mega-menu__inner {
  top: 0;
  opacity: 1;
}
.o-mega-menu__inner {
  position: relative;
  top: -100px;
  transition: all 300ms;
  transition-delay: 300ms;
  opacity: 0;
}
.o-mega-menu__mega-menu-wrap .mega-menu {
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 400ms;
  left: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .o-mega-menu__mega-menu-wrap .mega-menu {
    width: 100%;
  }
}
.o-mega-menu__mega-menu-wrap .mega-menu.has-visible-sub-menu {
  /* left: 30px;
   > li {
   > a {
   .menu-text-wrap {
   opacity: 1;
   @include break-sm {
   opacity: 0;
   }
   }
   }
   }*/
}
.o-mega-menu__mega-menu-wrap .mega-menu .mega-menu-stays-inner {
  display: none;
}
.o-mega-menu__mega-menu-wrap .mega-menu .sub-menu {
  border: 0;
  width: 100%;
}
.o-mega-menu__mega-menu-wrap .mega-menu .sub-menu-wrap {
  display: none;
}
.o-mega-menu__mega-menu-wrap .mega-menu li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 17px 0 18px 0;
}
.o-mega-menu__mega-menu-wrap .mega-menu li:hover > a .menu-text-wrap:after {
  background: #ffd359;
  width: 100%;
}
@media (max-width: 991px) {
  .o-mega-menu__mega-menu-wrap .mega-menu li:hover > a .menu-text-wrap:after {
    display: none;
  }
}
.o-mega-menu__mega-menu-wrap .mega-menu li:hover > a .sub-menu-arrow-right {
  opacity: 1;
}
.o-mega-menu__mega-menu-wrap .mega-menu li a {
  font-size: 24px;
  color: #ffd359;
  text-decoration: none;
  position: relative;
  display: block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .o-mega-menu__mega-menu-wrap .mega-menu li a {
    margin-right: 30px;
  }
}
.o-mega-menu__mega-menu-wrap .mega-menu li a.is-active .sub-menu-arrow-left {
  opacity: 0;
}
@media (max-width: 767px) {
  .o-mega-menu__mega-menu-wrap .mega-menu li a.is-active .sub-menu-arrow-left {
    opacity: 1;
  }
}
.o-mega-menu__mega-menu-wrap .mega-menu li a .menu-text-wrap {
  display: inline-block;
  position: relative;
  transition: all 400ms;
  opacity: 1;
}
.o-mega-menu__mega-menu-wrap .mega-menu li a .menu-text-wrap:after {
  position: absolute;
  width: 0;
  height: 3px;
  background: transparent;
  content: '';
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  transition: all 200ms;
}
.o-mega-menu__mega-menu-wrap .mega-menu li a .sub-menu-arrow-right {
  position: absolute;
  width: 10px;
  top: 0;
  bottom: 0;
  right: -10px;
  z-index: 100;
  opacity: 0;
  display: block;
  transition: all 200ms;
}
@media (max-width: 767px) {
  .o-mega-menu__mega-menu-wrap .mega-menu li a .sub-menu-arrow-right {
    opacity: 1;
    right: -30px;
    width: 30px;
  }
}
.o-mega-menu__mega-menu-wrap .mega-menu li a .sub-menu-arrow-right:after {
  /*  display: block;
   width: 11px;
   height: 11px;
   border-top: 6px solid transparent;
   border-bottom: 6px solid transparent;
   border-left: 11px solid $yellow;
   margin-top: 2px;
   content: '';
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   position: absolute;*/
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  border-color: #fff;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: absolute;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
  left: 0;
  transform: rotate(45deg);
}
.o-mega-menu__mega-menu-wrap .mega-menu li a .sub-menu-arrow-left {
  position: absolute;
  width: 10px;
  top: 0;
  bottom: 0;
  left: -30px;
  z-index: 100;
  opacity: 0;
  display: block;
  transition: all 200ms;
}
.o-mega-menu__mega-menu-wrap .mega-menu li a .sub-menu-arrow-left:after {
  display: block;
  width: 11px;
  height: 11px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 11px solid #ffd359;
  margin-top: 4px;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
.o-mega-menu__mega-menu-wrap .mega-menu li:first-child {
  margin-top: -17px;
}
.o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap {
  position: absolute;
  opacity: 0;
  z-index: 8999;
  pointer-events: none;
  left: 100%;
  top: 13px;
  left: 100%;
  min-height: 100%;
  padding: 10px 0 0 0;
  width: 270px;
  transition: all 200ms;
}
@media (max-width: 767px) {
  .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap {
    background: #fff;
    width: 100%;
    top: 15px;
    pointer-events: none;
    transition: all 400ms;
  }
}
@media (max-width: 767px) {
  .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap.is-visible {
    left: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}
.o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.sub-menu, .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.children {
  margin: 0;
  padding: 0;
  position: relative;
}
.o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.sub-menu li, .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.children li {
  float: none;
  margin: 0;
  padding: 0 0 27px 0;
  display: block;
  position: relative;
}
.o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.sub-menu li a, .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.children li a {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.sub-menu li a, .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.children li a {
    padding: 0;
  }
}
.o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.sub-menu li a .menu-text-wrap:after, .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.children li a .menu-text-wrap:after {
  bottom: -8px;
}
.o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.sub-menu li.current-menu-item a .menu-text-wrap:after, .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.children li.current-menu-item a .menu-text-wrap:after, .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.sub-menu li.current_page_item a .menu-text-wrap:after, .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.children li.current_page_item a .menu-text-wrap:after, .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.sub-menu li.current_page_ancestor a .menu-text-wrap:after, .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap ul.children li.current_page_ancestor a .menu-text-wrap:after {
  background: #ffd359;
  width: 100%;
}
.o-mega-menu__mega-menu-wrap .mega-menu li:hover > .sub-menu-wrap {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .o-mega-menu__mega-menu-wrap .mega-menu li:hover > .sub-menu-wrap {
    opacity: 0;
    pointer-events: none;
  }
}
.o-mega-menu__mega-menu-wrap .mega-menu li.menu-item-has-children > a span {
  position: relative;
}
.o-mega-menu__mega-menu-wrap .mega-menu li.menu-item-has-children > a span:after {
  content: "\f078" !important;
  position: absolute !important;
  font-family: "FontAwesome" !important;
  font-weight: 400;
  color: #ffd359;
  display: block !important;
  width: 0px !important;
  right: -7px;
  top: 0;
  left: auto;
  font-size: 12px;
  padding-top: 2px;
}
.o-mega-menu__mega-menu-wrap .mega-menu li.yellow-menu-item a {
  color: #ffd359;
}
.o-mega-menu__mega-menu-wrap .mega-menu li.current-menu-item > a .menu-text-wrap:after, .o-mega-menu__mega-menu-wrap .mega-menu li.current-menu-ancestor > a .menu-text-wrap:after {
  background: #ffd359;
  width: 100%;
}
.o-header-search {
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  z-index: 990;
  transition: all 350ms;
  opacity: 0.2;
  padding-top: 170px;
}
@media (max-width: 767px) {
  .o-header-search {
    padding-top: 145px;
  }
}
.o-header-search.is-shown {
  top: 0;
  opacity: 1;
}
.o-header-search.is-shown .o-header-search__inner {
  top: 0;
  opacity: 1;
}
.o-header-search__inner {
  position: relative;
  top: -100px;
  transition: all 300ms;
  transition-delay: 300ms;
  opacity: 0;
  margin-top: 20px;
}
.o-temp-window-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  z-index: 989;
}
.mega-menu-business .o-mega-menu__mega-menu-wrap .mega-menu {
  width: 500px;
}
@media (max-width: 767px) {
  .mega-menu-business .o-mega-menu__mega-menu-wrap .mega-menu {
    width: 100%;
  }
}
.o-site-header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  background: transparent;
  transition: top 250ms;
}
@media (max-width: 1199px) {
  .o-site-header.is-hidden.has-mega-menu {
    top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .o-site-header.is-hidden.has-mega-menu .o-site-header__logo {
    top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .o-site-header.is-hidden {
    top: -130px;
  }
}
@media (max-width: 1199px) {
  .o-site-header.is-hidden .o-site-header__logo {
    top: -70px;
  }
}
@media (max-width: 767px) {
  .o-site-header {
    background: url('../images/header-background-mobile.png') 0 0 repeat-x;
    background-size: auto 58px;
  }
}
.o-site-header.has-mega-menu {
  background-color: #fff;
}
.o-site-header.has-mega-menu .o-site-header__bottom-border {
  opacity: 1;
  transition: all 200ms;
  transition-delay: 100ms;
}
.o-site-header.has-mega-menu .o-site-header__main-menu-wrap {
  opacity: 0;
}
.o-site-header__inner {
  position: relative;
  height: 90px;
}
@media (max-width: 767px) {
  .o-site-header__inner {
    height: 58px;
  }
}
.o-site-header__logo {
  position: absolute;
  left: -15px;
  top: 0;
  z-index: 200;
  transition: top 100ms;
}
@media (max-width: 767px) {
  .o-site-header__logo {
    left: -11px;
  }
}
@media (max-width: 767px) {
  .o-site-header__logo a img {
    height: 124px;
    width: auto;
  }
}
.o-site-header__bottom-border {
  position: absolute;
  bottom: 5px;
  width: 10000px;
  left: 0;
  border-bottom: 1px solid #e6e6e6;
  z-index: 100;
  opacity: 0;
  transition-delay: 0;
  transition: all 0;
}
.o-site-header__right-side {
  float: right;
  height: 100%;
  align-items: center;
  display: flex;
}
.o-site-header__main-menu-wrap {
  float: left;
  transition: all 150ms;
}
@media (max-width: 1364px) {
  .o-site-header__main-menu-wrap {
    display: none;
  }
}
.o-site-header__main-menu-wrap .main-menu {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.o-site-header__main-menu-wrap .main-menu.main-menu-lang-ru {
  margin: 26px 0 0 0;
}
.o-site-header__main-menu-wrap .main-menu.main-menu-lang-ru li a {
  font-size: 16px;
  font-weight: 700;
}
.o-site-header__main-menu-wrap .main-menu li {
  float: left;
  list-style: none;
  margin-right: 30px;
}
.o-site-header__main-menu-wrap .main-menu li:hover > a:after {
  background: #ffd359 !important;
  width: 54px;
}
.o-site-header__main-menu-wrap .main-menu li a {
  font-size: 16px;
  font-weight: 700;
  color: #ffd359;
  text-decoration: none;
  position: relative;
}
.o-site-header__main-menu-wrap .main-menu li a:after {
  position: absolute;
  width: 0;
  height: 3px;
  background: transparent !important;
  content: '';
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  transition: all 200ms;
}
.o-site-header__main-menu-wrap .main-menu li .sub-menu-wrap {
  position: absolute;
  opacity: 0;
  z-index: 8999;
  pointer-events: none;
  display: none;
}
.o-site-header__main-menu-wrap .main-menu li .sub-menu-wrap ul.sub-menu, .o-site-header__main-menu-wrap .main-menu li .sub-menu-wrap ul.children {
  margin: 0;
  padding: 0;
  position: relative;
  background: #f8f8f8;
  padding: 5px 20px;
}
.o-site-header__main-menu-wrap .main-menu li .sub-menu-wrap ul.sub-menu li, .o-site-header__main-menu-wrap .main-menu li .sub-menu-wrap ul.children li {
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #bbb;
}
.o-site-header__main-menu-wrap .main-menu li .sub-menu-wrap ul.sub-menu li a, .o-site-header__main-menu-wrap .main-menu li .sub-menu-wrap ul.children li a {
  display: block;
  width: 220px;
  padding: 15px 0;
}
.o-site-header__main-menu-wrap .main-menu li .sub-menu-wrap ul.sub-menu li:last-child, .o-site-header__main-menu-wrap .main-menu li .sub-menu-wrap ul.children li:last-child {
  border-bottom: none;
}
.o-site-header__main-menu-wrap .main-menu li .sub-menu-wrap ul.sub-menu li ul, .o-site-header__main-menu-wrap .main-menu li .sub-menu-wrap ul.children li ul {
  top: 0;
  left: 100%;
}
.o-site-header__main-menu-wrap .main-menu li.menu-item-has-children:after {
  content: "\f078";
  position: absolute;
  font-family: "FontAwesome" !important;
  font-weight: 400;
  color: #ffd359;
  font-size: 11px;
  padding-top: 4px;
  padding-left: 4px;
}
.o-site-header__main-menu-wrap .main-menu li:hover .o-site-header__main-menu-wrap .main-menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  bottom: -34px;
  transform: rotate(45deg);
  background: #003b6e;
  width: 15px;
  height: 15px;
  bottom: -34px;
}
.o-site-header__main-menu-wrap .main-menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  bottom: -34px !important;
  transform: rotate(45deg);
  background: #003b6e !important;
  width: 15px !important;
  height: 15px;
  visibility: hidden;
  bottom: -34px !important;
}
.o-site-header__main-menu-wrap .main-menu li.menu-item-has-children:hover > a:after {
  visibility: visible;
}
.o-site-header__main-menu-wrap .main-menu li.yellow-menu-item a {
  color: #ffd359;
}
.o-site-header__main-menu-wrap .main-menu li.current_page_parent a:after, .o-site-header__main-menu-wrap .main-menu li.current-cat-parent a:after, .o-site-header__main-menu-wrap .main-menu li.current-cat a:after, .o-site-header__main-menu-wrap .main-menu li.current-page-ancestor a:after, .o-site-header__main-menu-wrap .main-menu li.current-menu-item a:after, .o-site-header__main-menu-wrap .main-menu li.current_page_item a:after, .o-site-header__main-menu-wrap .main-menu li.current_page_ancestor a:after, .o-site-header__main-menu-wrap .main-menu li.current-post-ancestor a:after, .o-site-header__main-menu-wrap .main-menu li.current-product_cat-ancestor a:after {
  background: #ffd359;
  width: 54px;
}
.o-site-header__icons-wrap {
  float: left;
  align-items: center;
  display: flex;
  margin-right: 10px;
}
@media (max-width: 767px) {
}
.o-site-header__menu-hamburger {
  float: left;
  margin-right: 22px;
}
@media (max-width: 767px) {
  .o-site-header__menu-hamburger {
    margin-right: 10px;
  }
}
.o-site-header__menu-hamburger.is-active .o-site-header__menu-hamburger--menu {
  display: none;
}
.o-site-header__menu-hamburger.is-active .o-site-header__menu-hamburger--close {
  display: block;
}
.o-site-header__menu-hamburger--menu {
  display: block;
}
.o-site-header__menu-hamburger--close {
  display: none;
}
.o-site-header__language-selector {
  font-size: 16px;
  float: left;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.o-site-header__language-selector svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .o-site-header__language-selector {
    margin-right: 10px;
    font-size: 14px;
  }
}
.o-site-header__language-label {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.o-site-header__language-label svg {
  margin-right: 6px;
}
.o-site-header__language-label i {
  font-size: 11px;
  padding-left: 10px;
}
.o-site-header__language-label:hover {
  cursor: pointer;
}
.o-site-header__language-dropdown {
  position: absolute;
  top: 40px;
  width: 160px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  padding: 22px 30px;
  left: -30px;
  display: none;
  z-index: 100;
}
.o-site-header__language-dropdown ul {
  margin: 0;
  padding: 0;
}
.o-site-header__language-dropdown ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 1;
}
.o-site-header__language-dropdown ul li:last-child {
  margin-bottom: 0;
}
.o-site-header__language-dropdown ul li a {
  color: #003b6e;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.o-site-header__cart-wrap {
  float: left;
  margin-right: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .o-site-header__cart-wrap {
    margin-right: 9px;
  }
}
.o-site-header__cart-icon {
  float: left;
}
.o-site-header__cart-count {
  float: left;
  margin-top: 0;
  margin-left: -8px;
  background: #f00;
  border-radius: 10px;
  padding: unset;
  font-size: 10px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -8px;
  color: #ffd359;
  font-weight: bold;
}
.o-site-header__search {
  float: left;
  margin-right: 10px;
}
.o-site-header__business {
  float: left;
  margin-right: 10px;
  margin-left: 11px;
}
.o-site-header__business a {
  color: #ffd359;
  font-weight: bold;
}
.o-site-header__business a:hover, .o-site-header__business a:active, .o-site-header__business a:focus {
  color: #ffd359;
}
.o-site-header.active {
  background: #fff;
  background: url('../images/header-background.png') 0 0 repeat-x;
  background-size: auto 90px;
}
.o-site-header.active .menu-item-has-children:after {
  color: #003b6e !important;
}
.o-site-header.active a span {
  color: #003b6e;
}
.o-site-header.active .sub-menu-wrap a span {
  color: #ffd359;
}
.o-site-header.active .o-bordered-menu-item {
  border-color: #ffd359;
}
.o-site-header.active .o-site-header__language-selector {
  color: #003b6e;
}
.o-site-header.active .o-site-header__language-selector svg path {
  fill: #003b6e;
}
.o-site-header-spacer {
  height: 80px;
}
@media (max-width: 767px) {
  .o-site-header-spacer {
    height: 49px;
  }
}
header.business {
  background: #003b6e;
  background: url('../images/header-background-blue.png') 0 0 repeat-x;
  background-size: auto 90px;
}
@media (max-width: 767px) {
  header.business {
    background: url('../images/header-background-mobile-blue.png') 0 0 repeat-x;
    background-size: auto 58px;
  }
}
header.business .o-site-header__main-menu-wrap .main-menu {
  margin: 0px 0 0;
}
header.business .o-site-header__main-menu-wrap .main-menu li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
header.business .o-site-header__main-menu-wrap .main-menu li a:after {
  bottom: -10px;
}
header.business.has-mega-menu {
  background-color: #003b6e;
}
.o-site-header__menu-hamburger {
  display: none;
}
@media (max-width: 1364px) {
  .o-site-header__menu-hamburger {
    display: block;
  }
}
.o-bordered-menu-item span {
  /* float: left;
   font-weight: bold;
   color: $primary;
   margin-right: 10px;
   cursor: pointer;*/
  display: inline-block;
  transition: all 0.3s;
  border: 1px solid #ffd359;
  border-radius: 30px;
  padding: 7px 40px !important;
}
.o-bordered-menu-item span:hover {
  background: #ffd359;
  color: #003b6e !important;
  border-color: #ffd359;
}
.o-swiper-button-prev, .o-swiper-button-next {
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 0;
  transform: translateY(-50%);
  text-align: center;
  transition: all 200ms;
}
.o-swiper-button-prev:hover, .o-swiper-button-next:hover {
  background: #ffd359;
}
.o-swiper-button-prev:hover .fa, .o-swiper-button-next:hover .fa {
  color: #003b6e;
}
.o-swiper-button-prev .fa, .o-swiper-button-next .fa {
  display: block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 33px;
  margin: 0 auto;
  color: #fff;
  transition: all 200ms;
}
.o-swiper-button-prev {
  left: 0;
}
.o-swiper-button-next {
  right: 0;
}
.o-swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.o-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #003b6e;
}
.o-general-list {
  padding: 60px 0 50px 0;
}
@media (max-width: 767px) {
  .o-general-list {
    padding: 40px 0 20px 0;
  }
}
.o-general-list--no-padding-top {
  padding-top: 0;
}
.o-general-list--no-padding-bottom {
  padding-bottom: 0;
}
.o-general-list--no-padding-bottom .o-general-list-item:last-child {
  margin-bottom: 0;
}
.o-general-list__list.is-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.o-general-list__list.is-grid--two-cols {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px) {
  .o-general-list__list.is-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .o-general-list__list.is-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.o-general-list__no-results {
  min-height: 200px;
  padding-top: 20px;
}
.o-general-list-item {
  background: #fff;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}
.o-general-list-item .difficulty-badge {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #003b6e;
  color: #ffd359;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px;
  z-index: 3;
}
@media (max-width: 1364px) {
  .o-general-list-item--no-right-cta .o-general-list-item__image {
    width: 50%;
  }
}
@media (max-width: 1364px) {
  .o-general-list-item--no-right-cta .o-general-list-item__text-wrap {
    margin-left: 50%;
  }
}
.o-general-list-item__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  display: block;
  overflow: hidden;
}
@media (max-width: 1364px) {
  .o-general-list-item__image {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .o-general-list-item__image {
    width: 50%;
  }
}
.o-general-list-item__image:hover .o-zoom-image {
  transform: scale(1.1);
}
.o-general-list-item__text-wrap {
  margin-left: 50%;
  min-height: 320px;
  display: flex;
}
@media (max-width: 1364px) {
  .o-general-list-item__text-wrap {
    margin-left: 40%;
  }
}
@media (max-width: 1199px) {
  .o-general-list-item__text-wrap {
    margin-left: 50%;
  }
}
.o-general-list-item__main-text {
  position: relative;
  padding: 45px;
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
@media (max-width: 767px) {
  .o-general-list-item__main-text {
    padding: 35px 20px;
  }
}
.o-general-list-item__title {
  color: #003b6e;
  font-size: 30px;
  margin: 0 0 22px 0;
}
@media (max-width: 767px) {
  .o-general-list-item__title {
    font-size: 22px;
    margin: 0 0 13px 0;
  }
}
.o-general-list-item__title a {
  color: #003b6e;
}
.o-general-list-item__description {
  font-size: 13px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .o-general-list-item__description {
    display: none;
  }
}
.o-general-list-item__link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .o-general-list-item__link {
    margin-top: 0;
  }
}
.o-general-list-item__cta-text {
  width: 228px;
  flex: 0 0 228px;
  border-left: 2px solid #efeee7;
  padding: 45px 30px;
}
@media (max-width: 1199px) {
  .o-general-list-item__cta-text {
    display: none;
  }
}
.o-general-list-item__cta-title {
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 17px 0;
}
.o-general-list-item__cta-title strong {
  font-weight: 700;
}
.o-general-list-item__cta-description {
  font-size: 13px;
  margin-bottom: 22px;
}
.o-general-list-item__cta-description ul {
  padding-left: 12px;
}
.o-general-list-item__cta-button {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}
.o-general-list-item__mobile-link-wrap {
  display: none;
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  z-index: 300;
}
@media (max-width: 767px) {
  .o-general-list-item__mobile-link-wrap {
    display: block;
  }
}
.o-general-list-item__mobile-link {
  display: block;
}
.o-general-list-item.is-vertical {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.o-general-list-item.is-vertical .o-general-list-item__image {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  aspect-ratio: 1.6784140969;
  width: 100%;
}
.o-general-list-item.is-vertical .o-general-list-item__text-wrap {
  margin-left: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0 30px;
  flex: 1;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .o-general-list-item.is-vertical .o-general-list-item__text-wrap {
    padding: 20px 20px 0 20px;
  }
}
.o-general-list-item.is-vertical .o-general-list-item__main-text {
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .o-general-list-item.is-vertical .o-general-list-item__main-text {
    margin-bottom: 20px;
  }
}
.o-general-list-item.is-vertical .o-general-list-item__title {
  color: #000;
  font-size: 20px;
  margin: 0 0 12px 0;
}
.o-general-list-item.is-vertical .o-general-list-item__title a {
  color: #000;
}
.o-general-list-item.is-vertical .o-general-list-item__description {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .o-general-list-item.is-vertical .o-general-list-item__description {
    display: block;
  }
}
.o-general-list-item.is-vertical .o-general-list-item__cta-text {
  width: 100%;
  flex: unset;
  border-left: none;
  border-top: 2px solid #efeee7;
  padding: 0;
  padding-top: 25px;
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .o-general-list-item.is-vertical .o-general-list-item__cta-text {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.o-general-list-item.is-vertical .o-general-list-item__cta-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.o-general-list-item.is-vertical .o-general-list-item__mobile-link-wrap {
  display: none;
}
.o-general-list {
  padding: 60px 0 40px 0;
}
@media (max-width: 767px) {
  .o-general-list {
    padding: 40px 0 20px 0;
  }
}
.o-general-list--no-padding-top {
  padding-top: 0;
}
.o-general-list--no-padding-bottom {
  padding-bottom: 0;
}
.o-general-list--no-padding-bottom .o-shop-list-item:last-child {
  margin-bottom: 0;
}
.o-shop-list-item {
  background: #fff;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1364px) {
  .o-shop-list-item--no-right-cta .o-shop-list-item__image {
    width: 50%;
  }
}
@media (max-width: 1364px) {
  .o-shop-list-item--no-right-cta .o-shop-list-item__text-wrap {
    margin-left: 50%;
  }
}
.o-shop-list-item__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  display: block;
  overflow: hidden;
}
@media (max-width: 1364px) {
  .o-shop-list-item__image {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .o-shop-list-item__image {
    width: 50%;
  }
}
.o-shop-list-item__image:hover .o-zoom-image {
  transform: scale(1.1);
}
.o-shop-list-item__text-wrap {
  display: flex;
}
.o-shop-list-item__main-text {
  position: relative;
  padding: 45px;
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
@media (max-width: 767px) {
  .o-shop-list-item__main-text {
    padding: 35px 20px;
  }
}
.o-shop-list-item__title {
  color: #003b6e;
  font-size: 30px;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .o-shop-list-item__title {
    font-size: 22px;
    margin: 0 0 13px 0;
  }
}
.o-shop-list-item__title a {
  color: #003b6e;
}
.o-shop-list-item__link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .o-shop-list-item__link {
    margin-top: 0;
  }
}
.o-shop-list-item__cta-text {
  width: 228px;
  padding: 45px 30px;
}
@media (max-width: 1199px) {
  .o-shop-list-item__cta-text {
    display: none;
  }
}
.o-shop-list-item__cta-title {
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 17px 0;
}
.o-shop-list-item__cta-title strong {
  font-weight: 700;
}
.o-shop-list-item__cta-description {
  font-size: 13px;
  margin-bottom: 22px;
}
.o-shop-list-item__cta-description ul {
  padding-left: 12px;
}
.o-shop-list-item__cta-button {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}
.o-shop-list-item__mobile-link-wrap {
  display: none;
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  z-index: 300;
}
@media (max-width: 767px) {
  .o-shop-list-item__mobile-link-wrap {
    display: block;
  }
}
.o-shop-list-item__mobile-link {
  display: block;
}
.o-small-cta-item {
  position: relative;
  min-height: 70px;
  margin-bottom: 30px;
}
.o-small-cta-item__image {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block;
}
.o-small-cta-item__image .o-zoom-image {
  transition: all 200ms ease-in-out;
}
.o-small-cta-item__image:hover .o-zoom-image {
  transform: scale(1.15);
}
.o-small-cta-item__text {
  padding-left: 90px;
}
.o-small-cta-item__inner-text {
  margin-bottom: 10px;
  min-height: 43px;
}
.o-small-cta-item__title {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #003b6e;
}
.o-small-cta-item__title a {
  color: #003b6e;
  text-decoration: none;
}
.o-small-cta-item__sub-title {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  color: #003b6e;
}
.o-accessibility-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.o-accessibility-item__icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-right: 10px;
}
.o-accessibility-item__label {
  font-size: 15px;
}
.o-sidebar-item {
  padding: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .o-sidebar-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.o-sidebar-item__title {
  color: #818181;
  font-size: 30px;
  font-weight: 300;
  margin: -7px 0 20px 0;
}
@media (max-width: 1199px) {
  .o-sidebar-item__title {
    margin-top: 0;
  }
}
.o-sidebar-item__title--middle {
  margin-top: 52px;
}
.o-sidebar-item__text {
  font-size: 15px;
}
.o-sidebar-item__text p {
  margin: 20px 0;
}
.o-sidebar-item__text p a {
  width: 220px;
  max-width: 100%;
  color: #003b6e;
}
.o-hero-cta {
  margin-top: 30px;
}
.o-hero-cta__left {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  padding: 30px 20px 30px 53px;
  height: 100%;
}
@media (max-width: 1364px) {
  .o-hero-cta__left {
    padding: 30px 20px 30px 46px;
  }
}
@media (max-width: 1199px) {
  .o-hero-cta__left {
    padding: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .o-hero-cta__left {
    padding: 20px 15px 10px 15px;
  }
}
.o-hero-cta__left > .row {
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .o-hero-cta__left > .row {
    top: 0;
    transform: translateY(0);
  }
}
.o-hero-cta__title {
  margin: -5px 0 !important;
  position: relative;
  font-size: 45px;
}
@media (max-width: 1199px) {
  .o-hero-cta__title {
    text-align: center;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .o-hero-cta__title {
    line-height: 1.1;
    margin: -7px 0 5px 0 !important;
    font-size: 35px;
  }
}
.o-hero-cta__buttons-wrap {
  position: relative;
}
@media (max-width: 1199px) {
}
.o-hero-cta__buttons .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 991px) {
  .o-hero-cta__buttons .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.o-hero-cta__buttons .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .o-hero-cta__buttons .col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.o-hero-cta__buttons .o-button, .o-hero-cta__buttons .woocommerce-error .button, .woocommerce-error .o-hero-cta__buttons .button, .o-hero-cta__buttons .woocommerce-info .button, .woocommerce-info .o-hero-cta__buttons .button, .o-hero-cta__buttons .woocommerce-message .button, .woocommerce-message .o-hero-cta__buttons .button, .o-hero-cta__buttons .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .o-hero-cta__buttons a.button, .o-hero-cta__buttons .return-to-shop .button.wc-backward, .return-to-shop .o-hero-cta__buttons .button.wc-backward, .o-hero-cta__buttons .woocommerce-address-fields button[type="submit"], .woocommerce-address-fields .o-hero-cta__buttons button[type="submit"], .o-hero-cta__buttons .woocommerce-EditAccountForm.edit-account button[type="submit"], .woocommerce-EditAccountForm.edit-account .o-hero-cta__buttons button[type="submit"], .o-hero-cta__buttons .woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.checkout_coupon .o-hero-cta__buttons .woocommerce-Button, .o-hero-cta__buttons .woocommerce form.login .woocommerce-Button, .woocommerce form.login .o-hero-cta__buttons .woocommerce-Button, .o-hero-cta__buttons .woocommerce form.register .woocommerce-Button, .woocommerce form.register .o-hero-cta__buttons .woocommerce-Button, .o-hero-cta__buttons .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .o-hero-cta__buttons .woocommerce-Button, .o-hero-cta__buttons .woocommerce form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.checkout_coupon .o-hero-cta__buttons .woocommerce-form-login__submit, .o-hero-cta__buttons .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.login .o-hero-cta__buttons .woocommerce-form-login__submit, .o-hero-cta__buttons .woocommerce form.register .woocommerce-form-login__submit, .woocommerce form.register .o-hero-cta__buttons .woocommerce-form-login__submit, .o-hero-cta__buttons .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .o-hero-cta__buttons .woocommerce-form-login__submit, .o-hero-cta__buttons .woocommerce-checkout button.button.alt, .woocommerce-checkout .o-hero-cta__buttons button.button.alt {
  display: block;
}
@media (max-width: 767px) {
  .o-hero-cta__buttons .o-button, .o-hero-cta__buttons .woocommerce-error .button, .woocommerce-error .o-hero-cta__buttons .button, .o-hero-cta__buttons .woocommerce-info .button, .woocommerce-info .o-hero-cta__buttons .button, .o-hero-cta__buttons .woocommerce-message .button, .woocommerce-message .o-hero-cta__buttons .button, .o-hero-cta__buttons .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .o-hero-cta__buttons a.button, .o-hero-cta__buttons .return-to-shop .button.wc-backward, .return-to-shop .o-hero-cta__buttons .button.wc-backward, .o-hero-cta__buttons .woocommerce-address-fields button[type="submit"], .woocommerce-address-fields .o-hero-cta__buttons button[type="submit"], .o-hero-cta__buttons .woocommerce-EditAccountForm.edit-account button[type="submit"], .woocommerce-EditAccountForm.edit-account .o-hero-cta__buttons button[type="submit"], .o-hero-cta__buttons .woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.checkout_coupon .o-hero-cta__buttons .woocommerce-Button, .o-hero-cta__buttons .woocommerce form.login .woocommerce-Button, .woocommerce form.login .o-hero-cta__buttons .woocommerce-Button, .o-hero-cta__buttons .woocommerce form.register .woocommerce-Button, .woocommerce form.register .o-hero-cta__buttons .woocommerce-Button, .o-hero-cta__buttons .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .o-hero-cta__buttons .woocommerce-Button, .o-hero-cta__buttons .woocommerce form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.checkout_coupon .o-hero-cta__buttons .woocommerce-form-login__submit, .o-hero-cta__buttons .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.login .o-hero-cta__buttons .woocommerce-form-login__submit, .o-hero-cta__buttons .woocommerce form.register .woocommerce-form-login__submit, .woocommerce form.register .o-hero-cta__buttons .woocommerce-form-login__submit, .o-hero-cta__buttons .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .o-hero-cta__buttons .woocommerce-form-login__submit, .o-hero-cta__buttons .woocommerce-checkout button.button.alt, .woocommerce-checkout .o-hero-cta__buttons button.button.alt {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.o-hero-cta__button {
  margin: 10px 0;
}
.o-hero-cta__right {
  background: #fff;
  height: 100%;
  margin-right: 53px;
  position: relative;
  width: 220px;
}
@media (max-width: 1199px) {
  .o-hero-cta__right {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.o-hero-cta__right-inner {
  padding: 20px;
  padding-right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1199px) {
  .o-hero-cta__right-inner {
    top: 0;
    transform: translateY(0);
    padding: 20px 15px;
  }
}
.o-hero-cta__right-inner .o-button, .o-hero-cta__right-inner .woocommerce-error .button, .woocommerce-error .o-hero-cta__right-inner .button, .o-hero-cta__right-inner .woocommerce-info .button, .woocommerce-info .o-hero-cta__right-inner .button, .o-hero-cta__right-inner .woocommerce-message .button, .woocommerce-message .o-hero-cta__right-inner .button, .o-hero-cta__right-inner .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .o-hero-cta__right-inner a.button, .o-hero-cta__right-inner .return-to-shop .button.wc-backward, .return-to-shop .o-hero-cta__right-inner .button.wc-backward, .o-hero-cta__right-inner .woocommerce-address-fields button[type="submit"], .woocommerce-address-fields .o-hero-cta__right-inner button[type="submit"], .o-hero-cta__right-inner .woocommerce-EditAccountForm.edit-account button[type="submit"], .woocommerce-EditAccountForm.edit-account .o-hero-cta__right-inner button[type="submit"], .o-hero-cta__right-inner .woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.checkout_coupon .o-hero-cta__right-inner .woocommerce-Button, .o-hero-cta__right-inner .woocommerce form.login .woocommerce-Button, .woocommerce form.login .o-hero-cta__right-inner .woocommerce-Button, .o-hero-cta__right-inner .woocommerce form.register .woocommerce-Button, .woocommerce form.register .o-hero-cta__right-inner .woocommerce-Button, .o-hero-cta__right-inner .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .o-hero-cta__right-inner .woocommerce-Button, .o-hero-cta__right-inner .woocommerce form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.checkout_coupon .o-hero-cta__right-inner .woocommerce-form-login__submit, .o-hero-cta__right-inner .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.login .o-hero-cta__right-inner .woocommerce-form-login__submit, .o-hero-cta__right-inner .woocommerce form.register .woocommerce-form-login__submit, .woocommerce form.register .o-hero-cta__right-inner .woocommerce-form-login__submit, .o-hero-cta__right-inner .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .o-hero-cta__right-inner .woocommerce-form-login__submit, .o-hero-cta__right-inner .woocommerce-checkout button.button.alt, .woocommerce-checkout .o-hero-cta__right-inner button.button.alt {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .o-hero-cta__right-inner .o-button, .o-hero-cta__right-inner .woocommerce-error .button, .woocommerce-error .o-hero-cta__right-inner .button, .o-hero-cta__right-inner .woocommerce-info .button, .woocommerce-info .o-hero-cta__right-inner .button, .o-hero-cta__right-inner .woocommerce-message .button, .woocommerce-message .o-hero-cta__right-inner .button, .o-hero-cta__right-inner .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .o-hero-cta__right-inner a.button, .o-hero-cta__right-inner .return-to-shop .button.wc-backward, .return-to-shop .o-hero-cta__right-inner .button.wc-backward, .o-hero-cta__right-inner .woocommerce-address-fields button[type="submit"], .woocommerce-address-fields .o-hero-cta__right-inner button[type="submit"], .o-hero-cta__right-inner .woocommerce-EditAccountForm.edit-account button[type="submit"], .woocommerce-EditAccountForm.edit-account .o-hero-cta__right-inner button[type="submit"], .o-hero-cta__right-inner .woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.checkout_coupon .o-hero-cta__right-inner .woocommerce-Button, .o-hero-cta__right-inner .woocommerce form.login .woocommerce-Button, .woocommerce form.login .o-hero-cta__right-inner .woocommerce-Button, .o-hero-cta__right-inner .woocommerce form.register .woocommerce-Button, .woocommerce form.register .o-hero-cta__right-inner .woocommerce-Button, .o-hero-cta__right-inner .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .o-hero-cta__right-inner .woocommerce-Button, .o-hero-cta__right-inner .woocommerce form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.checkout_coupon .o-hero-cta__right-inner .woocommerce-form-login__submit, .o-hero-cta__right-inner .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.login .o-hero-cta__right-inner .woocommerce-form-login__submit, .o-hero-cta__right-inner .woocommerce form.register .woocommerce-form-login__submit, .woocommerce form.register .o-hero-cta__right-inner .woocommerce-form-login__submit, .o-hero-cta__right-inner .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .o-hero-cta__right-inner .woocommerce-form-login__submit, .o-hero-cta__right-inner .woocommerce-checkout button.button.alt, .woocommerce-checkout .o-hero-cta__right-inner button.button.alt {
    display: inline-block;
  }
}
.o-hero-cta__cta-text {
  font-size: 24px;
  color: #003b6e;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: -4px;
}
@media (max-width: 1199px) {
  .o-hero-cta__cta-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .o-hero-cta__right-button-wrap {
    margin-bottom: -37px;
  }
}
.o-hero-cta__arrow {
  width: 53px;
  top: 0;
  bottom: 0;
  left: 220px;
  position: absolute;
  background: url('../images/hero-cta-arrow.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .o-hero-cta__arrow {
    display: none;
  }
}
.o-footer-instagram {
  background: #fff;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .o-footer-instagram {
    padding: 40px 0;
  }
}
.o-footer-instagram__heading {
  font-size: 18px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #003b6e;
}
.o-footer-instagram__heading a {
  color: #003b6e;
  text-decoration: none;
}
.o-footer-instagram__slider {
  padding: 0 4.1666666667%;
  position: relative;
}
.o-footer-instagram__slider .fa {
  color: #003b6e;
  font-weight: bold;
  transition: all 0.3s;
}
.o-footer-instagram__slider:hover .fa {
  color: #ffd359;
}
@media (max-width: 991px) {
  .o-footer-instagram__slider {
    padding: 0;
  }
}
.o-footer-instagram__slider .swiper-container {
  margin-right: -30px;
}
.o-footer-instagram__slider .swiper-container.swiper-container-initialized {
  margin-right: 0;
}
.o-footer-instagram__slider .swiper-container.swiper-container-initialized .swiper-wrapper .swiper-slide {
  padding-right: 0;
}
.o-footer-instagram__slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: 25%;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .o-footer-instagram__slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .o-footer-instagram__slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
.o-footer-instagram__slider .o-swiper-button-prev {
  left: 0;
}
@media (max-width: 991px) {
  .o-footer-instagram__slider .o-swiper-button-prev {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .o-footer-instagram__slider .o-swiper-button-prev {
    display: none;
  }
}
.o-footer-instagram__slider .o-swiper-button-next {
  right: 0;
}
@media (max-width: 991px) {
  .o-footer-instagram__slider .o-swiper-button-next {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .o-footer-instagram__slider .o-swiper-button-next {
    display: none;
  }
}
.o-footer-instagram__slider .o-swiper-pagination {
  display: none;
}
.o-footer-instagram__image {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100%;
}
.o-twitter-feed {
  border-bottom: 1px solid #c1c1c1;
}
.o-twitter-feed__inner {
  padding: 60px 45px;
}
@media (max-width: 991px) {
  .o-twitter-feed__inner {
    padding: 30px 0;
  }
}
.o-twitter-feed__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.o-twitter-feed__heading h3 {
  margin: 0;
  font-weight: 300;
  color: #818181;
}
@media (max-width: 991px) {
  .o-twitter-feed__heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .o-twitter-feed__heading h3 {
    margin-bottom: 20px;
  }
}
.o-twitter-feed__single {
  padding: 25px;
  background-color: rgba(0, 59, 110, 0.03);
}
.o-twitter-feed__single a, .o-twitter-feed__single a:visited, .o-twitter-feed__single a:hover {
  color: black;
  font-size: 15px;
  line-height: 22px;
}
.o-twitter-feed__single-date {
  color: #818181;
  margin-bottom: 20px;
  font-size: 13px;
}
@media (max-width: 991px) {
  .o-twitter-feed__single {
    margin: 10px 0;
  }
}
.o-footer-logos {
  border-top: 1px solid #c1c1c1;
}
.o-footer-logos__inner {
  padding: 30px 45px;
}
@media (max-width: 991px) {
  .o-footer-logos__inner {
    padding: 30px 0;
  }
}
.o-footer-logos__eu {
  font-size: 12px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .o-footer-logos__eu {
    margin-bottom: 15px;
  }
}
.o-footer-logos__item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 0;
}
.o-footer-logos__link {
  display: block;
  width: 100%;
}
.o-footer-logos__image {
  max-height: 70px !important;
  width: auto;
  display: block;
  margin: 0 auto;
  min-width: 10px;
}
.o-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 0.6fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 13px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .o-footer {
    display: block;
    border: unset;
  }
  .o-footer * {
    border: unset !important;
  }
}
.o-footer__wrapper {
  background: #fff;
  overflow: hidden;
}
.o-footer__heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.o-footer__text a {
  color: #003b6e;
  text-decoration: none;
}
.o-footer .o-footer-business {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  padding: 50px 60px 57px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.o-footer .o-footer-business:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  bottom: -1px !important;
  width: 302%;
  right: 100%;
}
.o-footer .o-footer-links {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-column-end: 3;
  padding: 50px 60px 57px 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .o-footer .o-footer-links {
    padding: 20px 0;
  }
}
.o-footer .o-footer-tic {
  grid-row-start: 2;
  grid-column-start: 3;
  grid-row-end: 6;
  grid-column-end: 4;
  padding: 50px 20px 57px 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -130px;
}
@media (max-width: 991px) {
  .o-footer .o-footer-tic {
    padding: 20px 0;
    margin-top: 0;
  }
}
.o-footer .o-footer-castle {
  grid-row-start: 2;
  grid-column-start: 4;
  grid-row-end: 6;
  grid-column-end: 5;
  padding: 50px 20px 57px 60px;
  margin-top: -130px;
}
@media (max-width: 991px) {
  .o-footer .o-footer-castle {
    padding: 20px 0;
    margin-top: 0;
  }
}
.o-footer .o-footer-locations {
  grid-column-start: 1;
  grid-column-end: 3;
  position: relative;
  padding: 30px 30px 30px 0;
}
@media (max-width: 991px) {
  .o-footer .o-footer-locations {
    padding: 20px 0;
  }
}
.o-footer .o-footer-locations:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100vw;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .o-footer .o-footer-locations:before {
    display: none;
  }
}
.o-footer .o-footer-locations .o-sidebar-item-map {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .o-footer .o-footer-locations .o-sidebar-item-map {
    margin-top: 10px;
  }
}
.o-footer .o-footer-locations p {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}
.o-footer .o-footer-social {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-column-end: 5;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 50px 0px 57px 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: calc(100% - 130px);
}
@media (max-width: 991px) {
  .o-footer .o-footer-social {
    padding: 20px 0;
    display: block;
  }
}
.o-footer .o-footer-social:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.102);
  bottom: -1px !important;
  width: 302%;
  left: 100%;
}
.o-footer .o-footer-social__title {
  font-size: 30px;
  font-family: "Roboto Slab", Cambria, Times New Roman, Times, serif;
  line-height: 36px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .o-footer .o-footer-social__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.o-footer .o-footer-social__links {
  display: flex;
}
.o-footer .o-footer-social__links .o-circle-icon {
  margin-right: 10px;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .o-footer .o-footer-social__links .o-circle-icon {
    width: 40px;
    height: 40px;
  }
}
.o-footer .o-footer-finance {
  grid-column-start: 1;
  grid-column-end: 3;
  position: relative;
  padding: 30px 60px 30px 0;
  margin: auto;
}
@media (max-width: 991px) {
  .o-footer .o-footer-finance {
    padding: 20px 0;
  }
}
.o-footer .o-footer-finance:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0px !important;
  width: 300vw;
  right: 0;
}
.o-footer .o-footer-finance .o-footer-finance-items {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .o-footer .o-footer-finance .o-footer-finance-items {
    margin-right: 10px;
  }
}
.o-footer .o-footer-finance .o-footer-finance-items .o-footer-finance-item {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .o-footer .o-footer-finance .o-footer-finance-items .o-footer-finance-item {
    margin-right: 20px;
    align-items: center;
    display: flex;
  }
}
.o-footer .o-footer-finance .o-footer-finance-items .o-footer-finance-item__image {
  max-height: 100px;
}
.o-footer-awards {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 15px 60px 15px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .o-footer-awards {
    padding: 20px 0;
  }
}
.o-footer-awards:after {
  content: "";
  position: absolute;
  width: 100vw;
  top: -1px;
}
.o-footer-awards .o-footer-awards-item {
  margin-right: 60px;
}
@media (max-width: 767px) {
  .o-footer-awards .o-footer-awards-item {
    margin-right: 15px;
    width: 33%;
  }
}
.o-footer-awards .o-footer-awards-item__image {
  max-height: 60px;
}
@media (max-width: 767px) {
  .o-footer-awards .o-footer-awards-item__image {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .o-footer-business, .o-footer-social, .o-footer-links, .o-footer-castle, .o-footer-tic, .o-footer-finance, .o-footer-locations {
    position: relative;
  }
  .o-footer-business:after, .o-footer-social:after, .o-footer-links:after, .o-footer-castle:after, .o-footer-tic:after, .o-footer-finance:after, .o-footer-locations:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0px !important;
    width: 400%;
    left: -100% !important;
    right: auto !important;
  }
}
.o-footer-bottom {
  display: flex;
  font-size: 13px;
  min-height: 70px;
  align-items: center;
  position: relative;
}
.o-footer-bottom:before {
  content: "";
  position: absolute;
  width: 300vw;
  left: -100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  top: 0;
}
@media (max-width: 991px) {
  .o-footer-bottom .container {
    padding: 20px 0;
  }
}
.o-footer-bottom__copyright {
  font-size: 12px;
  float: left;
  margin-right: 12px;
}
.o-footer-bottom__legal-links {
  float: left;
}
@media (max-width: 991px) {
  .o-footer-bottom__legal-links {
    margin-bottom: 60px;
  }
}
.o-footer-bottom__legal-links ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .o-footer-bottom__legal-links ul {
    display: inline-grid;
  }
}
.o-footer-bottom__legal-links ul li {
  float: left;
  list-style: none;
  padding: 0;
  line-height: 1.2;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .o-footer-bottom__legal-links ul li {
    margin-top: 20px;
  }
}
.o-footer-bottom__legal-links ul li a {
  color: #003b6e;
  text-decoration: none;
  font-size: 12px;
  display: block;
}
.o-footer-bottom__author {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .o-footer-bottom__author {
    /*position: relative;
     top: 0;
     transform: translateY(0);
     right: 0;*/
    position: absolute;
    bottom: 0;
    left: 0;
    transform: unset;
    margin-bottom: 20px;
  }
}
.o-footer-bottom__author a {
  width: 100px;
  display: block;
}
@media (max-width: 767px) {
  .o-footer-bottom__author a {
    position: absolute;
    bottom: 0;
  }
}
.o-footer-bottom__author a img {
  width: 100%;
}
/* */
.o-site-footer {
  border-top: 1px solid #c1c1c1;
  background: #fff;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .o-site-footer {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .o-site-footer .o-border--left-to-right {
    left: -500px;
  }
}
.o-site-footer .o-site-footer__top {
  overflow: hidden;
}
.o-site-footer .o-border--right-to-left {
  right: -75px;
}
.o-site-footer__section {
  padding: 40px 45px;
  height: 100%;
}
.o-site-footer__section--top-padding-only {
  padding: 40px 0 0 0 !important;
}
@media (max-width: 991px) {
  .o-site-footer__section {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .o-site-footer__section--tablet-left-padding {
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .o-site-footer__section--tablet-left-padding {
    padding-left: 20px;
  }
}
.o-site-footer__top-right {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.o-site-footer__bottom {
  border-top: 1px solid #c1c1c1;
}
.o-site-footer__heading {
  font-size: 18px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin: 0 0 18px 0;
}
.o-site-footer__text {
  font-size: 15px;
}
.o-site-footer__text p {
  margin-bottom: 16px;
}
.o-site-footer__text a {
  color: #003b6e;
  text-decoration: none;
}
.o-site-footer__text a[href^="tel:"] {
  color: #000;
}
.o-site-footer__small-text {
  font-size: 12px;
  font-weight: bold;
}
.o-site-footer__newsletter {
  margin-bottom: 53px;
}
@media (max-width: 991px) {
  .o-site-footer__newsletter {
    margin-bottom: 40px;
  }
}
.o-site-footer__newsletter .o-button, .o-site-footer__newsletter .woocommerce-error .button, .woocommerce-error .o-site-footer__newsletter .button, .o-site-footer__newsletter .woocommerce-info .button, .woocommerce-info .o-site-footer__newsletter .button, .o-site-footer__newsletter .woocommerce-message .button, .woocommerce-message .o-site-footer__newsletter .button, .o-site-footer__newsletter .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .o-site-footer__newsletter a.button, .o-site-footer__newsletter .return-to-shop .button.wc-backward, .return-to-shop .o-site-footer__newsletter .button.wc-backward, .o-site-footer__newsletter .woocommerce-address-fields button[type="submit"], .woocommerce-address-fields .o-site-footer__newsletter button[type="submit"], .o-site-footer__newsletter .woocommerce-EditAccountForm.edit-account button[type="submit"], .woocommerce-EditAccountForm.edit-account .o-site-footer__newsletter button[type="submit"], .o-site-footer__newsletter .woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.checkout_coupon .o-site-footer__newsletter .woocommerce-Button, .o-site-footer__newsletter .woocommerce form.login .woocommerce-Button, .woocommerce form.login .o-site-footer__newsletter .woocommerce-Button, .o-site-footer__newsletter .woocommerce form.register .woocommerce-Button, .woocommerce form.register .o-site-footer__newsletter .woocommerce-Button, .o-site-footer__newsletter .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .o-site-footer__newsletter .woocommerce-Button, .o-site-footer__newsletter .woocommerce form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.checkout_coupon .o-site-footer__newsletter .woocommerce-form-login__submit, .o-site-footer__newsletter .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.login .o-site-footer__newsletter .woocommerce-form-login__submit, .o-site-footer__newsletter .woocommerce form.register .woocommerce-form-login__submit, .woocommerce form.register .o-site-footer__newsletter .woocommerce-form-login__submit, .o-site-footer__newsletter .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .o-site-footer__newsletter .woocommerce-form-login__submit, .o-site-footer__newsletter .woocommerce-checkout button.button.alt, .woocommerce-checkout .o-site-footer__newsletter button.button.alt {
  display: block;
}
.o-site-footer__social {
  margin-bottom: 25px;
}
.o-site-footer__social-links .o-circle-icon {
  float: left;
  margin: 0 10px 10px 0;
}
.o-site-footer__copyright {
  font-size: 12px;
  float: left;
  margin-right: 12px;
}
.o-site-footer__legal-links {
  float: left;
}
@media (max-width: 991px) {
  .o-site-footer__legal-links {
    margin-bottom: 40px;
  }
}
.o-site-footer__legal-links ul {
  margin: 0;
  padding: 0;
}
.o-site-footer__legal-links ul li {
  float: left;
  list-style: none;
  padding: 0;
  line-height: 1.2;
  margin-right: 12px;
}
.o-site-footer__legal-links ul li a {
  color: #003b6e;
  text-decoration: none;
  font-size: 12px;
  display: block;
}
.o-site-footer__author {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .o-site-footer__author {
    position: relative;
    top: 0;
    transform: translateY(0);
    right: 0;
  }
}
.o-site-footer__author a {
  width: 40px;
  height: 40px;
  display: block;
}
.o-site-footer__author a img {
  width: 100%;
  height: 100%;
}
.modal-body {
  padding: 0;
}
.o-modal__dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 0;
}
.o-modal__inner {
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.48);
  position: relative;
  pointer-events: auto;
}
.o-modal__inner--no-shadow {
  box-shadow: none;
}
.o-modal__inner--newsletter-form {
  max-width: 636px;
  margin: 15px auto;
}
@media (max-width: 767px) {
  .o-modal__inner--newsletter-form {
    margin: 0 auto;
  }
}
.o-modal__close-modal {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 100;
  border-radius: 50%;
  transition: all 200ms;
}
.o-modal__close-modal:hover {
  cursor: pointer;
  filter: brightness(106%);
}
.o-modal__close-modal-image {
  width: 100%;
  height: 100%;
}
.o-modal__title {
  font-size: 30px;
  font-weight: 300;
  border-bottom: 1px solid #dadada;
  padding: 23px 30px 18px 30px;
  font-family: "Roboto Slab", Cambria, Times New Roman, Times, serif;
}
.o-modal__title--no-border {
  border-bottom: none;
}
.o-modal__title strong {
  font-weight: 700;
}
.o-modal__content {
  padding: 0 30px 30px 30px;
}
.o-modal__content--full-padding {
  padding: 30px;
}
.o-modal__map-wrap {
  height: 50vh;
}
.o-modal__map {
  height: 100%;
}
.o-modal a, .o-modal a:visited {
  color: #003b6e;
}
.o-modal a:hover, .o-modal a:visited:hover {
  color: #ffd359;
}
.o-product-inquiry-list-item {
  margin-bottom: 15px;
}
.o-product-inquiry-list-item:last-child {
  margin-bottom: 0;
}
.o-product-inquiry-list-item__row {
  margin-left: -7px;
  margin-right: -7px;
}
.o-product-inquiry-list-item__col {
  padding-left: 7px;
  padding-right: 7px;
}
.o-product-inquiry-list-item__title {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
}
.o-newsletter-form {
  padding: 30px;
}
.o-booking-number-list__item {
  margin-bottom: 30px;
}
.o-booking-number-list__name {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .o-booking-number-list__name {
    margin-bottom: 10px;
  }
}
.o-booking-number-list__label {
  margin-bottom: 0;
}
.o-newsletter-checkboxes__title {
  font-size: 18px;
  margin: 20px 0;
}
.o-newsletter-checkboxes__checkboxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  margin-bottom: 30px;
}
.o-newsletter-checkboxes__checkboxes--one-column {
  grid-template-columns: 1fr;
}
#cookies-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #003b6e;
  color: white;
  z-index: 2001;
  font-size: 12px;
  padding: 10px 0;
}
#cookies-banner .o-cookie__content a, #cookies-banner .o-cookie__content a:visited, #cookies-banner .o-cookie__content a:focus {
  color: #ffd359;
}
#cookies-banner .o-cookie__content label {
  margin-bottom: 0;
}
#cookies-banner .o-cookie__content p {
  margin-bottom: 10px;
}
#cookies-banner .agree-button {
  width: 100%;
  display: flex;
}
#cookies-banner .agree-button img {
  width: 36px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  #cookies-banner .agree-button {
    margin-top: 10px;
  }
}
#promo-modal .thumbnail-square {
  width: 25%;
  min-width: 107px;
  background-position: center;
  background-size: cover;
}
#promo-modal .thumbnail-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#promo-modal .single-promo {
  background-color: white;
  margin-bottom: 10px;
}
#promo-modal .single-promo:last-child {
  margin-bottom: 0;
}
#promo-modal .single-promo__content {
  padding: 15px;
}
@media (max-width: 767px) {
  #promo-modal .single-promo__content {
    padding: 10px;
  }
}
#promo-modal .single-promo__content .title {
  font-size: 22px;
  color: #003b6e;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #promo-modal .single-promo__content .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
#promo-modal .single-promo__content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #promo-modal .single-promo__content .text {
    display: block;
    text-align: right;
  }
}
#promo-modal .single-promo__content .text .short-text {
  font-size: 16px;
  color: #003b6e;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #promo-modal .single-promo__content .text .short-text {
    display: none;
  }
}
#promo-modal .single-promo__content .text a {
  flex: none;
}
#promo-modal .action-buttons {
  display: flex;
}
#promo-modal .action-buttons .o-button, #promo-modal .action-buttons .woocommerce-error .button, .woocommerce-error #promo-modal .action-buttons .button, #promo-modal .action-buttons .woocommerce-info .button, .woocommerce-info #promo-modal .action-buttons .button, #promo-modal .action-buttons .woocommerce-message .button, .woocommerce-message #promo-modal .action-buttons .button, #promo-modal .action-buttons .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions #promo-modal .action-buttons a.button, #promo-modal .action-buttons .return-to-shop .button.wc-backward, .return-to-shop #promo-modal .action-buttons .button.wc-backward, #promo-modal .action-buttons .woocommerce-address-fields button[type="submit"], .woocommerce-address-fields #promo-modal .action-buttons button[type="submit"], #promo-modal .action-buttons .woocommerce-EditAccountForm.edit-account button[type="submit"], .woocommerce-EditAccountForm.edit-account #promo-modal .action-buttons button[type="submit"], #promo-modal .action-buttons .woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.checkout_coupon #promo-modal .action-buttons .woocommerce-Button, #promo-modal .action-buttons .woocommerce form.login .woocommerce-Button, .woocommerce form.login #promo-modal .action-buttons .woocommerce-Button, #promo-modal .action-buttons .woocommerce form.register .woocommerce-Button, .woocommerce form.register #promo-modal .action-buttons .woocommerce-Button, #promo-modal .action-buttons .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password #promo-modal .action-buttons .woocommerce-Button, #promo-modal .action-buttons .woocommerce form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.checkout_coupon #promo-modal .action-buttons .woocommerce-form-login__submit, #promo-modal .action-buttons .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.login #promo-modal .action-buttons .woocommerce-form-login__submit, #promo-modal .action-buttons .woocommerce form.register .woocommerce-form-login__submit, .woocommerce form.register #promo-modal .action-buttons .woocommerce-form-login__submit, #promo-modal .action-buttons .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password #promo-modal .action-buttons .woocommerce-form-login__submit, #promo-modal .action-buttons .woocommerce-checkout button.button.alt, .woocommerce-checkout #promo-modal .action-buttons button.button.alt {
  border-radius: 0 !important;
  width: 50%;
  color: #ffd359 !important;
  padding: 20px 30px;
}
#promo-modal .action-buttons .o-button:hover, #promo-modal .action-buttons .woocommerce-error .button:hover, .woocommerce-error #promo-modal .action-buttons .button:hover, #promo-modal .action-buttons .woocommerce-info .button:hover, .woocommerce-info #promo-modal .action-buttons .button:hover, #promo-modal .action-buttons .woocommerce-message .button:hover, .woocommerce-message #promo-modal .action-buttons .button:hover, #promo-modal .action-buttons .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button:hover, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions #promo-modal .action-buttons a.button:hover, #promo-modal .action-buttons .return-to-shop .button.wc-backward:hover, .return-to-shop #promo-modal .action-buttons .button.wc-backward:hover, #promo-modal .action-buttons .woocommerce-address-fields button[type="submit"]:hover, .woocommerce-address-fields #promo-modal .action-buttons button[type="submit"]:hover, #promo-modal .action-buttons .woocommerce-EditAccountForm.edit-account button[type="submit"]:hover, .woocommerce-EditAccountForm.edit-account #promo-modal .action-buttons button[type="submit"]:hover, #promo-modal .action-buttons .woocommerce form.checkout_coupon .woocommerce-Button:hover, .woocommerce form.checkout_coupon #promo-modal .action-buttons .woocommerce-Button:hover, #promo-modal .action-buttons .woocommerce form.login .woocommerce-Button:hover, .woocommerce form.login #promo-modal .action-buttons .woocommerce-Button:hover, #promo-modal .action-buttons .woocommerce form.register .woocommerce-Button:hover, .woocommerce form.register #promo-modal .action-buttons .woocommerce-Button:hover, #promo-modal .action-buttons .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover, .woocommerce-ResetPassword.lost_reset_password #promo-modal .action-buttons .woocommerce-Button:hover, #promo-modal .action-buttons .woocommerce form.checkout_coupon .woocommerce-form-login__submit:hover, .woocommerce form.checkout_coupon #promo-modal .action-buttons .woocommerce-form-login__submit:hover, #promo-modal .action-buttons .woocommerce form.login .woocommerce-form-login__submit:hover, .woocommerce form.login #promo-modal .action-buttons .woocommerce-form-login__submit:hover, #promo-modal .action-buttons .woocommerce form.register .woocommerce-form-login__submit:hover, .woocommerce form.register #promo-modal .action-buttons .woocommerce-form-login__submit:hover, #promo-modal .action-buttons .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit:hover, .woocommerce-ResetPassword.lost_reset_password #promo-modal .action-buttons .woocommerce-form-login__submit:hover, #promo-modal .action-buttons .woocommerce-checkout button.button.alt:hover, .woocommerce-checkout #promo-modal .action-buttons button.button.alt:hover {
  color: #003b6e !important;
}
#promo-modal .action-buttons .o-button:first-child, #promo-modal .action-buttons .woocommerce-error .button:first-child, .woocommerce-error #promo-modal .action-buttons .button:first-child, #promo-modal .action-buttons .woocommerce-info .button:first-child, .woocommerce-info #promo-modal .action-buttons .button:first-child, #promo-modal .action-buttons .woocommerce-message .button:first-child, .woocommerce-message #promo-modal .action-buttons .button:first-child, #promo-modal .action-buttons .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button:first-child, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions #promo-modal .action-buttons a.button:first-child, #promo-modal .action-buttons .return-to-shop .button.wc-backward:first-child, .return-to-shop #promo-modal .action-buttons .button.wc-backward:first-child, #promo-modal .action-buttons .woocommerce-address-fields button[type="submit"]:first-child, .woocommerce-address-fields #promo-modal .action-buttons button[type="submit"]:first-child, #promo-modal .action-buttons .woocommerce-EditAccountForm.edit-account button[type="submit"]:first-child, .woocommerce-EditAccountForm.edit-account #promo-modal .action-buttons button[type="submit"]:first-child, #promo-modal .action-buttons .woocommerce form.checkout_coupon .woocommerce-Button:first-child, .woocommerce form.checkout_coupon #promo-modal .action-buttons .woocommerce-Button:first-child, #promo-modal .action-buttons .woocommerce form.login .woocommerce-Button:first-child, .woocommerce form.login #promo-modal .action-buttons .woocommerce-Button:first-child, #promo-modal .action-buttons .woocommerce form.register .woocommerce-Button:first-child, .woocommerce form.register #promo-modal .action-buttons .woocommerce-Button:first-child, #promo-modal .action-buttons .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:first-child, .woocommerce-ResetPassword.lost_reset_password #promo-modal .action-buttons .woocommerce-Button:first-child, #promo-modal .action-buttons .woocommerce form.checkout_coupon .woocommerce-form-login__submit:first-child, .woocommerce form.checkout_coupon #promo-modal .action-buttons .woocommerce-form-login__submit:first-child, #promo-modal .action-buttons .woocommerce form.login .woocommerce-form-login__submit:first-child, .woocommerce form.login #promo-modal .action-buttons .woocommerce-form-login__submit:first-child, #promo-modal .action-buttons .woocommerce form.register .woocommerce-form-login__submit:first-child, .woocommerce form.register #promo-modal .action-buttons .woocommerce-form-login__submit:first-child, #promo-modal .action-buttons .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit:first-child, .woocommerce-ResetPassword.lost_reset_password #promo-modal .action-buttons .woocommerce-form-login__submit:first-child, #promo-modal .action-buttons .woocommerce-checkout button.button.alt:first-child, .woocommerce-checkout #promo-modal .action-buttons button.button.alt:first-child {
  border-right: 1px solid white;
}
#promo-modal .o-modal__inner {
  background-color: #efeee7;
}
#promo-modal .o-modal__content {
  padding: 20px;
}
@media (max-width: 767px) {
  #promo-modal .o-modal__content {
    padding: 10px;
  }
}
.o-search-page-form__form {
  padding-bottom: 0;
}
.o-search-page-form__inner {
  position: relative;
  overflow: hidden;
}
.o-search-page-form__input-wrap {
  margin-bottom: 15px;
  padding-right: 215px;
}
@media (max-width: 767px) {
  .o-search-page-form__input-wrap {
    padding-right: 0;
  }
}
.o-search-page-form__submit-wrap {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .o-search-page-form__submit-wrap {
    position: relative;
    width: 100%;
  }
}
.o-search-page-form__submit {
  display: block;
  text-align: center;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: none;
}
.no-results-message {
  min-height: 300px;
}
.o-bottom-fixed-cta {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 980;
  height: 90px;
  transition: bottom 200ms;
}
@media (max-width: 1199px) {
  .o-bottom-fixed-cta.is-hidden {
    bottom: -90px;
  }
}
@media (max-width: 991px) {
  .o-bottom-fixed-cta.is-hidden {
    bottom: -75px;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 991px) {
  .o-bottom-fixed-cta {
    left: 0;
    height: 75px;
  }
}
.o-bottom-fixed-cta-slider {
  width: 310px;
  height: 100%;
  float: left;
}
@media (max-width: 991px) {
  .o-bottom-fixed-cta-slider {
    width: calc(100% - 125px);
  }
}
.o-bottom-fixed-cta-slider .swiper-container, .o-bottom-fixed-cta-slider .swiper-wrapper {
  height: 100%;
}
.o-bottom-fixed-cta-slider .swiper-pagination {
  bottom: 9px;
  width: 90px;
  position: absolute;
  left: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .o-bottom-fixed-cta-slider .swiper-pagination {
    width: 75px;
  }
}
.o-bottom-fixed-cta-slider .swiper-pagination .swiper-pagination-bullet {
  background: none;
  margin: 0 2px;
  width: 6px;
  height: 6px;
  border: 1px solid #ffd359;
  opacity: 1;
}
.o-bottom-fixed-cta-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffd359;
}
.o-bottom-fixed-cta-slider__item {
  height: 100%;
  position: relative;
}
.o-bottom-fixed-cta-slider__image {
  width: 90px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .o-bottom-fixed-cta-slider__image {
    width: 75px;
  }
}
.o-bottom-fixed-cta-slider__image:hover .o-zoom-image {
  transform: scale(1.1);
}
.o-bottom-fixed-cta-slider__text {
  margin-left: 90px;
  padding: 10px 20px 8px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  .o-bottom-fixed-cta-slider__text {
    margin-left: 75px;
    padding: 10px 10px 8px 10px;
  }
}
.o-bottom-fixed-cta-slider__title {
  font-weight: 400;
  color: #003b6e;
  font-size: 18px;
  line-height: 1;
  height: 37px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 991px) {
  .o-bottom-fixed-cta-slider__title {
    font-size: 15px;
    font-weight: 700;
    height: 30px;
  }
}
.o-bottom-fixed-cta-slider__title a {
  color: #003b6e;
  text-decoration: none;
}
.o-bottom-fixed-cta-slider__link-wrap {
  margin-top: auto;
}
.o-bottom-fixed-cta-explore-all {
  background: #003b6e;
  float: left;
  height: 100%;
  width: 90px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: all 200ms;
}
@media (max-width: 991px) {
  .o-bottom-fixed-cta-explore-all {
    width: 65px;
  }
}
.o-bottom-fixed-cta-explore-all:hover {
  background: #ffd359;
}
.o-bottom-fixed-cta-explore-all:hover .o-text-button {
  color: #003b6e;
}
.o-bottom-fixed-cta-explore-all:hover .svg-arrow-right {
  fill: #003b6e !important;
  left: 5px;
}
.o-bottom-fixed-cta-explore-all__link {
  font-size: 11px;
  margin-top: 10px;
  max-width: 90px;
}
@media (max-width: 991px) {
  .o-bottom-fixed-cta-explore-all__link {
    font-size: 9px;
    max-width: 65px;
  }
}
.o-bottom-fixed-cta-explore-all__arrow {
  margin-top: 5px;
}
.o-bottom-fixed-cta-explore-all__arrow .svg-arrow-right {
  fill: #ffd359;
  position: relative;
  transition: all 200ms;
  left: 0;
}
.o-bottom-fixed-cta-explore-map {
  background: #ec6162;
  float: left;
  height: 100%;
  width: 75px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .o-bottom-fixed-cta-explore-map {
    width: 60px;
  }
}
.o-bottom-fixed-cta-explore-map:hover {
  background: #ffd359;
}
.o-bottom-fixed-cta-explore-map:hover .o-bottom-fixed-cta-explore-map__icon svg {
  fill: #003b6e;
}
.o-bottom-fixed-cta-explore-map:hover .o-text-button {
  color: #003b6e;
}
.o-bottom-fixed-cta-explore-map__icon {
  margin-bottom: 11px;
  transition: all 200ms;
  margin-top: 1px;
}
.o-bottom-fixed-cta-explore-map__icon svg {
  fill: #fff;
  transition: all 200ms;
}
.o-bottom-fixed-cta-explore-map__link {
  font-size: 11px;
  max-width: 75px;
}
@media (max-width: 991px) {
  .o-bottom-fixed-cta-explore-map__link {
    max-width: 60px;
    font-size: 9px;
  }
}
.o-bottom-banner-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 980;
  height: 90px;
  transition: bottom 200ms;
  width: calc(100% - 475px);
}
.o-bottom-banner-cta-wrapper {
  width: 100%;
  height: 100%;
  float: left;
  background: #ffd359;
  padding: 20px;
}
.o-bottom-banner-cta-wrapper .text {
  color: #003b6e;
  font-size: 24px;
  margin-right: 30px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .o-bottom-banner-cta-wrapper .text {
    font-size: 18px;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .o-bottom-banner-cta-wrapper .text {
    width: auto;
  }
}
@media (max-width: 767px) {
  .o-bottom-banner-cta-wrapper .text {
    margin-right: 5px;
    font-size: 16px;
    width: 40%;
  }
}
.o-bottom-banner-cta-wrapper .close-banner {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
}
.o-bottom-banner-cta-wrapper .o-button, .o-bottom-banner-cta-wrapper .woocommerce-error .button, .woocommerce-error .o-bottom-banner-cta-wrapper .button, .o-bottom-banner-cta-wrapper .woocommerce-info .button, .woocommerce-info .o-bottom-banner-cta-wrapper .button, .o-bottom-banner-cta-wrapper .woocommerce-message .button, .woocommerce-message .o-bottom-banner-cta-wrapper .button, .o-bottom-banner-cta-wrapper .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .o-bottom-banner-cta-wrapper a.button, .o-bottom-banner-cta-wrapper .return-to-shop .button.wc-backward, .return-to-shop .o-bottom-banner-cta-wrapper .button.wc-backward, .o-bottom-banner-cta-wrapper .woocommerce-address-fields button[type="submit"], .woocommerce-address-fields .o-bottom-banner-cta-wrapper button[type="submit"], .o-bottom-banner-cta-wrapper .woocommerce-EditAccountForm.edit-account button[type="submit"], .woocommerce-EditAccountForm.edit-account .o-bottom-banner-cta-wrapper button[type="submit"], .o-bottom-banner-cta-wrapper .woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.checkout_coupon .o-bottom-banner-cta-wrapper .woocommerce-Button, .o-bottom-banner-cta-wrapper .woocommerce form.login .woocommerce-Button, .woocommerce form.login .o-bottom-banner-cta-wrapper .woocommerce-Button, .o-bottom-banner-cta-wrapper .woocommerce form.register .woocommerce-Button, .woocommerce form.register .o-bottom-banner-cta-wrapper .woocommerce-Button, .o-bottom-banner-cta-wrapper .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .o-bottom-banner-cta-wrapper .woocommerce-Button, .o-bottom-banner-cta-wrapper .woocommerce form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.checkout_coupon .o-bottom-banner-cta-wrapper .woocommerce-form-login__submit, .o-bottom-banner-cta-wrapper .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.login .o-bottom-banner-cta-wrapper .woocommerce-form-login__submit, .o-bottom-banner-cta-wrapper .woocommerce form.register .woocommerce-form-login__submit, .woocommerce form.register .o-bottom-banner-cta-wrapper .woocommerce-form-login__submit, .o-bottom-banner-cta-wrapper .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .o-bottom-banner-cta-wrapper .woocommerce-form-login__submit, .o-bottom-banner-cta-wrapper .woocommerce-checkout button.button.alt, .woocommerce-checkout .o-bottom-banner-cta-wrapper button.button.alt, .o-bottom-banner-cta-wrapper .o-button:hover, .o-bottom-banner-cta-wrapper .woocommerce-error .button:hover, .woocommerce-error .o-bottom-banner-cta-wrapper .button:hover, .o-bottom-banner-cta-wrapper .woocommerce-info .button:hover, .woocommerce-info .o-bottom-banner-cta-wrapper .button:hover, .o-bottom-banner-cta-wrapper .woocommerce-message .button:hover, .woocommerce-message .o-bottom-banner-cta-wrapper .button:hover, .o-bottom-banner-cta-wrapper .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button:hover, .woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .o-bottom-banner-cta-wrapper a.button:hover, .o-bottom-banner-cta-wrapper .return-to-shop .button.wc-backward:hover, .return-to-shop .o-bottom-banner-cta-wrapper .button.wc-backward:hover, .o-bottom-banner-cta-wrapper .woocommerce-address-fields button[type="submit"]:hover, .woocommerce-address-fields .o-bottom-banner-cta-wrapper button[type="submit"]:hover, .o-bottom-banner-cta-wrapper .woocommerce-EditAccountForm.edit-account button[type="submit"]:hover, .woocommerce-EditAccountForm.edit-account .o-bottom-banner-cta-wrapper button[type="submit"]:hover, .o-bottom-banner-cta-wrapper .woocommerce form.checkout_coupon .woocommerce-Button:hover, .woocommerce form.checkout_coupon .o-bottom-banner-cta-wrapper .woocommerce-Button:hover, .o-bottom-banner-cta-wrapper .woocommerce form.login .woocommerce-Button:hover, .woocommerce form.login .o-bottom-banner-cta-wrapper .woocommerce-Button:hover, .o-bottom-banner-cta-wrapper .woocommerce form.register .woocommerce-Button:hover, .woocommerce form.register .o-bottom-banner-cta-wrapper .woocommerce-Button:hover, .o-bottom-banner-cta-wrapper .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover, .woocommerce-ResetPassword.lost_reset_password .o-bottom-banner-cta-wrapper .woocommerce-Button:hover, .o-bottom-banner-cta-wrapper .woocommerce form.checkout_coupon .woocommerce-form-login__submit:hover, .woocommerce form.checkout_coupon .o-bottom-banner-cta-wrapper .woocommerce-form-login__submit:hover, .o-bottom-banner-cta-wrapper .woocommerce form.login .woocommerce-form-login__submit:hover, .woocommerce form.login .o-bottom-banner-cta-wrapper .woocommerce-form-login__submit:hover, .o-bottom-banner-cta-wrapper .woocommerce form.register .woocommerce-form-login__submit:hover, .woocommerce form.register .o-bottom-banner-cta-wrapper .woocommerce-form-login__submit:hover, .o-bottom-banner-cta-wrapper .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit:hover, .woocommerce-ResetPassword.lost_reset_password .o-bottom-banner-cta-wrapper .woocommerce-form-login__submit:hover, .o-bottom-banner-cta-wrapper .woocommerce-checkout button.button.alt:hover, .woocommerce-checkout .o-bottom-banner-cta-wrapper button.button.alt:hover {
  border: 2px solid #003b6e !important;
}
@media (max-width: 991px) {
  .o-bottom-banner-cta {
    width: 100%;
    height: 75px;
    bottom: 75px;
  }
}
@media (max-width: 1199px) {
  .o-bottom-banner-cta.is-hidden {
    bottom: -90px;
  }
}
@media (max-width: 767px) {
  .o-bottom-banner-cta.is-hidden {
    bottom: -75px;
  }
}
.single-post .current_page_parent a:after, .single-mailpoet_page .current_page_parent a:after, .category .current_page_parent a:after {
  width: 0 !important;
}
.single-post .current_page_parent a:hover:after, .single-mailpoet_page .current_page_parent a:hover:after, .category .current_page_parent a:hover:after {
  width: 54px !important;
}
.single-post .o-page-content__main table, .single-mailpoet_page .o-page-content__main table, .category .o-page-content__main table {
  border: none;
}
.single-post .o-page-content__main table td, .single-mailpoet_page .o-page-content__main table td, .category .o-page-content__main table td {
  border-width: 0;
  border-bottom-width: 1px;
}
.single-post .o-page-content__main table tr td:first-child, .single-mailpoet_page .o-page-content__main table tr td:first-child, .category .o-page-content__main table tr td:first-child {
  color: #60b6c7;
}
.single-post .o-page-content__main .attachment-wrapper, .single-mailpoet_page .o-page-content__main .attachment-wrapper, .category .o-page-content__main .attachment-wrapper {
  padding-right: 30px;
  margin-bottom: 30px;
}
.single-post .o-page-content__main .attachment-wrapper img, .single-mailpoet_page .o-page-content__main .attachment-wrapper img, .category .o-page-content__main .attachment-wrapper img {
  flex: none;
  width: 75px;
  height: 108px;
  object-fit: cover;
}
.single-post .o-page-content__main .attachment-wrapper div .text-wrapper, .single-mailpoet_page .o-page-content__main .attachment-wrapper div .text-wrapper, .category .o-page-content__main .attachment-wrapper div .text-wrapper {
  flex: 2;
  margin-left: 15px;
}
.single-post .o-page-content__main .attachment-wrapper div .title, .single-mailpoet_page .o-page-content__main .attachment-wrapper div .title, .category .o-page-content__main .attachment-wrapper div .title {
  font-size: 15px;
  color: #003b6e;
  padding-bottom: 10px;
}
.single-post .o-page-content__main .attachment-wrapper div .type, .single-mailpoet_page .o-page-content__main .attachment-wrapper div .type, .category .o-page-content__main .attachment-wrapper div .type {
  text-transform: uppercase;
  font-size: 12px;
  color: #60b6c7;
}
.single-post .o-page-content__back-link, .single-mailpoet_page .o-page-content__back-link, .category .o-page-content__back-link {
  padding-bottom: 30px;
}
.single-post .o-page-content .news-head, .single-mailpoet_page .o-page-content .news-head, .category .o-page-content .news-head {
  color: #c1c1c1;
  padding-bottom: 30px;
  border-bottom: 1px solid #c1c1c1;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .single-post .o-page-content .news-head, .single-mailpoet_page .o-page-content .news-head, .category .o-page-content .news-head {
    margin-top: 15px;
  }
}
.single-post .o-sidebar-item, .single-mailpoet_page .o-sidebar-item, .category .o-sidebar-item, .single-post .nav-mobile, .single-mailpoet_page .nav-mobile, .category .nav-mobile {
  position: relative;
}
.single-post .o-sidebar-item .o-border, .single-mailpoet_page .o-sidebar-item .o-border, .category .o-sidebar-item .o-border, .single-post .nav-mobile .o-border, .single-mailpoet_page .nav-mobile .o-border, .category .nav-mobile .o-border {
  left: -15px;
}
@media (max-width: 1199px) {
  .single-post .o-sidebar-item .o-border, .single-mailpoet_page .o-sidebar-item .o-border, .category .o-sidebar-item .o-border, .single-post .nav-mobile .o-border, .single-mailpoet_page .nav-mobile .o-border, .category .nav-mobile .o-border {
    left: -500px;
  }
}
.single-post .o-sidebar-item .nav-mobile-btn, .single-mailpoet_page .o-sidebar-item .nav-mobile-btn, .category .o-sidebar-item .nav-mobile-btn, .single-post .nav-mobile .nav-mobile-btn, .single-mailpoet_page .nav-mobile .nav-mobile-btn, .category .nav-mobile .nav-mobile-btn {
  display: block;
  background-color: #003b6e;
  padding: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  position: relative;
}
.single-post .o-sidebar-item .nav-mobile-btn svg, .single-mailpoet_page .o-sidebar-item .nav-mobile-btn svg, .category .o-sidebar-item .nav-mobile-btn svg, .single-post .nav-mobile .nav-mobile-btn svg, .single-mailpoet_page .nav-mobile .nav-mobile-btn svg, .category .nav-mobile .nav-mobile-btn svg {
  stroke: white;
}
.single-post .o-sidebar-item .nav-mobile-btn.active-item, .single-mailpoet_page .o-sidebar-item .nav-mobile-btn.active-item, .category .o-sidebar-item .nav-mobile-btn.active-item, .single-post .nav-mobile .nav-mobile-btn.active-item, .single-mailpoet_page .nav-mobile .nav-mobile-btn.active-item, .category .nav-mobile .nav-mobile-btn.active-item {
  background-color: #ffd359;
  color: #003b6e;
}
.single-post .o-sidebar-item .nav-mobile-btn.active-item svg, .single-mailpoet_page .o-sidebar-item .nav-mobile-btn.active-item svg, .category .o-sidebar-item .nav-mobile-btn.active-item svg, .single-post .nav-mobile .nav-mobile-btn.active-item svg, .single-mailpoet_page .nav-mobile .nav-mobile-btn.active-item svg, .category .nav-mobile .nav-mobile-btn.active-item svg {
  stroke: #003b6e;
}
.single-post .o-sidebar-item .nav-mobile-btn.opened svg, .single-mailpoet_page .o-sidebar-item .nav-mobile-btn.opened svg, .category .o-sidebar-item .nav-mobile-btn.opened svg, .single-post .nav-mobile .nav-mobile-btn.opened svg, .single-mailpoet_page .nav-mobile .nav-mobile-btn.opened svg, .category .nav-mobile .nav-mobile-btn.opened svg {
  transform: rotateZ(270deg);
}
.single-post .o-sidebar-item .nav-mobile-btn svg, .single-mailpoet_page .o-sidebar-item .nav-mobile-btn svg, .category .o-sidebar-item .nav-mobile-btn svg, .single-post .nav-mobile .nav-mobile-btn svg, .single-mailpoet_page .nav-mobile .nav-mobile-btn svg, .category .nav-mobile .nav-mobile-btn svg, .single-post .o-sidebar-item svg.dropdown-arrow, .single-mailpoet_page .o-sidebar-item svg.dropdown-arrow, .category .o-sidebar-item svg.dropdown-arrow, .single-post .nav-mobile svg.dropdown-arrow, .single-mailpoet_page .nav-mobile svg.dropdown-arrow, .category .nav-mobile svg.dropdown-arrow {
  position: absolute;
  right: 20px;
  width: 8px;
  transform: rotateZ(90deg);
  transition: transform 0.3s;
}
.single-post .o-sidebar-item .nav-mobile__menu, .single-mailpoet_page .o-sidebar-item .nav-mobile__menu, .category .o-sidebar-item .nav-mobile__menu, .single-post .nav-mobile .nav-mobile__menu, .single-mailpoet_page .nav-mobile .nav-mobile__menu, .category .nav-mobile .nav-mobile__menu {
  padding-bottom: 20px;
}
.single-post .o-sidebar-item .nav-mobile__menu .current-menu-item, .single-mailpoet_page .o-sidebar-item .nav-mobile__menu .current-menu-item, .category .o-sidebar-item .nav-mobile__menu .current-menu-item, .single-post .nav-mobile .nav-mobile__menu .current-menu-item, .single-mailpoet_page .nav-mobile .nav-mobile__menu .current-menu-item, .category .nav-mobile .nav-mobile__menu .current-menu-item {
  display: none;
}
.single-post .o-sidebar-item .nav-mobile__menu ul, .single-mailpoet_page .o-sidebar-item .nav-mobile__menu ul, .category .o-sidebar-item .nav-mobile__menu ul, .single-post .nav-mobile .nav-mobile__menu ul, .single-mailpoet_page .nav-mobile .nav-mobile__menu ul, .category .nav-mobile .nav-mobile__menu ul {
  max-height: 0;
  overflow: hidden;
}
.single-post .o-sidebar-item .nav-mobile__menu ul.opened, .single-mailpoet_page .o-sidebar-item .nav-mobile__menu ul.opened, .category .o-sidebar-item .nav-mobile__menu ul.opened, .single-post .nav-mobile .nav-mobile__menu ul.opened, .single-mailpoet_page .nav-mobile .nav-mobile__menu ul.opened, .category .nav-mobile .nav-mobile__menu ul.opened {
  max-height: initial;
}
.single-post .o-sidebar-item .nav-mobile__menu .active-item > a, .single-mailpoet_page .o-sidebar-item .nav-mobile__menu .active-item > a, .category .o-sidebar-item .nav-mobile__menu .active-item > a, .single-post .nav-mobile .nav-mobile__menu .active-item > a, .single-mailpoet_page .nav-mobile .nav-mobile__menu .active-item > a, .category .nav-mobile .nav-mobile__menu .active-item > a {
  background-color: #ffd359;
}
.single-post .o-sidebar-item__menu ul, .single-mailpoet_page .o-sidebar-item__menu ul, .category .o-sidebar-item__menu ul, .single-post .nav-mobile__menu ul, .single-mailpoet_page .nav-mobile__menu ul, .category .nav-mobile__menu ul, .single-post .o-sidebar-item__news-list ul, .single-mailpoet_page .o-sidebar-item__news-list ul, .category .o-sidebar-item__news-list ul, .single-post .nav-mobile__news-list ul, .single-mailpoet_page .nav-mobile__news-list ul, .category .nav-mobile__news-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-post .o-sidebar-item__menu ul a, .single-mailpoet_page .o-sidebar-item__menu ul a, .category .o-sidebar-item__menu ul a, .single-post .nav-mobile__menu ul a, .single-mailpoet_page .nav-mobile__menu ul a, .category .nav-mobile__menu ul a, .single-post .o-sidebar-item__news-list ul a, .single-mailpoet_page .o-sidebar-item__news-list ul a, .category .o-sidebar-item__news-list ul a, .single-post .nav-mobile__news-list ul a, .single-mailpoet_page .nav-mobile__news-list ul a, .category .nav-mobile__news-list ul a {
  display: block;
  background-color: white;
  padding: 20px;
  color: #003b6e;
  border-bottom: 1px solid #efeee7;
  font-size: 15px;
  line-height: 1;
  position: relative;
}
.single-post .o-sidebar-item__menu ul .active-item a svg, .single-mailpoet_page .o-sidebar-item__menu ul .active-item a svg, .category .o-sidebar-item__menu ul .active-item a svg, .single-post .nav-mobile__menu ul .active-item a svg, .single-mailpoet_page .nav-mobile__menu ul .active-item a svg, .category .nav-mobile__menu ul .active-item a svg, .single-post .o-sidebar-item__news-list ul .active-item a svg, .single-mailpoet_page .o-sidebar-item__news-list ul .active-item a svg, .category .o-sidebar-item__news-list ul .active-item a svg, .single-post .nav-mobile__news-list ul .active-item a svg, .single-mailpoet_page .nav-mobile__news-list ul .active-item a svg, .category .nav-mobile__news-list ul .active-item a svg {
  transform: rotateZ(270deg);
}
.single-post .o-sidebar-item__menu ul .active-item ul, .single-mailpoet_page .o-sidebar-item__menu ul .active-item ul, .category .o-sidebar-item__menu ul .active-item ul, .single-post .nav-mobile__menu ul .active-item ul, .single-mailpoet_page .nav-mobile__menu ul .active-item ul, .category .nav-mobile__menu ul .active-item ul, .single-post .o-sidebar-item__news-list ul .active-item ul, .single-mailpoet_page .o-sidebar-item__news-list ul .active-item ul, .category .o-sidebar-item__news-list ul .active-item ul, .single-post .nav-mobile__news-list ul .active-item ul, .single-mailpoet_page .nav-mobile__news-list ul .active-item ul, .category .nav-mobile__news-list ul .active-item ul {
  display: block;
}
.single-post .o-sidebar-item__menu .active-item > a, .single-mailpoet_page .o-sidebar-item__menu .active-item > a, .category .o-sidebar-item__menu .active-item > a, .single-post .nav-mobile__menu .active-item > a, .single-mailpoet_page .nav-mobile__menu .active-item > a, .category .nav-mobile__menu .active-item > a, .single-post .o-sidebar-item__news-list .active-item > a, .single-mailpoet_page .o-sidebar-item__news-list .active-item > a, .category .o-sidebar-item__news-list .active-item > a, .single-post .nav-mobile__news-list .active-item > a, .single-mailpoet_page .nav-mobile__news-list .active-item > a, .category .nav-mobile__news-list .active-item > a {
  background-color: #ffd359;
}
.single-post .o-sidebar-item__menu .active-item-blue > a, .single-mailpoet_page .o-sidebar-item__menu .active-item-blue > a, .category .o-sidebar-item__menu .active-item-blue > a, .single-post .nav-mobile__menu .active-item-blue > a, .single-mailpoet_page .nav-mobile__menu .active-item-blue > a, .category .nav-mobile__menu .active-item-blue > a, .single-post .o-sidebar-item__news-list .active-item-blue > a, .single-mailpoet_page .o-sidebar-item__news-list .active-item-blue > a, .category .o-sidebar-item__news-list .active-item-blue > a, .single-post .nav-mobile__news-list .active-item-blue > a, .single-mailpoet_page .nav-mobile__news-list .active-item-blue > a, .category .nav-mobile__news-list .active-item-blue > a {
  background-color: #003b6e;
  color: white;
  pointer-events: none;
}
.single-post .o-sidebar-item__menu .menu-item-category > a, .single-mailpoet_page .o-sidebar-item__menu .menu-item-category > a, .category .o-sidebar-item__menu .menu-item-category > a, .single-post .nav-mobile__menu .menu-item-category > a, .single-mailpoet_page .nav-mobile__menu .menu-item-category > a, .category .nav-mobile__menu .menu-item-category > a, .single-post .o-sidebar-item__news-list .menu-item-category > a, .single-mailpoet_page .o-sidebar-item__news-list .menu-item-category > a, .category .o-sidebar-item__news-list .menu-item-category > a, .single-post .nav-mobile__news-list .menu-item-category > a, .single-mailpoet_page .nav-mobile__news-list .menu-item-category > a, .category .nav-mobile__news-list .menu-item-category > a {
  color: #ec6162;
}
.single-post .o-sidebar-item__menu .menu-item-category.opened svg, .single-mailpoet_page .o-sidebar-item__menu .menu-item-category.opened svg, .category .o-sidebar-item__menu .menu-item-category.opened svg, .single-post .nav-mobile__menu .menu-item-category.opened svg, .single-mailpoet_page .nav-mobile__menu .menu-item-category.opened svg, .category .nav-mobile__menu .menu-item-category.opened svg, .single-post .o-sidebar-item__news-list .menu-item-category.opened svg, .single-mailpoet_page .o-sidebar-item__news-list .menu-item-category.opened svg, .category .o-sidebar-item__news-list .menu-item-category.opened svg, .single-post .nav-mobile__news-list .menu-item-category.opened svg, .single-mailpoet_page .nav-mobile__news-list .menu-item-category.opened svg, .category .nav-mobile__news-list .menu-item-category.opened svg {
  transform: rotateZ(270deg);
}
.single-post .o-sidebar-item__menu .menu-item-category.opened ul, .single-mailpoet_page .o-sidebar-item__menu .menu-item-category.opened ul, .category .o-sidebar-item__menu .menu-item-category.opened ul, .single-post .nav-mobile__menu .menu-item-category.opened ul, .single-mailpoet_page .nav-mobile__menu .menu-item-category.opened ul, .category .nav-mobile__menu .menu-item-category.opened ul, .single-post .o-sidebar-item__news-list .menu-item-category.opened ul, .single-mailpoet_page .o-sidebar-item__news-list .menu-item-category.opened ul, .category .o-sidebar-item__news-list .menu-item-category.opened ul, .single-post .nav-mobile__news-list .menu-item-category.opened ul, .single-mailpoet_page .nav-mobile__news-list .menu-item-category.opened ul, .category .nav-mobile__news-list .menu-item-category.opened ul {
  display: none;
}
.single-post .o-sidebar-item__news-list ul, .single-mailpoet_page .o-sidebar-item__news-list ul, .category .o-sidebar-item__news-list ul, .single-post .nav-mobile__news-list ul, .single-mailpoet_page .nav-mobile__news-list ul, .category .nav-mobile__news-list ul {
  margin-bottom: 30px;
}
.single-post .o-sidebar-item__news-list ul a, .single-mailpoet_page .o-sidebar-item__news-list ul a, .category .o-sidebar-item__news-list ul a, .single-post .nav-mobile__news-list ul a, .single-mailpoet_page .nav-mobile__news-list ul a, .category .nav-mobile__news-list ul a {
  padding-right: 60px;
}
.single-post .o-sidebar-item__news-list ul a span, .single-mailpoet_page .o-sidebar-item__news-list ul a span, .category .o-sidebar-item__news-list ul a span, .single-post .nav-mobile__news-list ul a span, .single-mailpoet_page .nav-mobile__news-list ul a span, .category .nav-mobile__news-list ul a span {
  display: block;
  color: black;
  font-size: 13px;
  margin-bottom: 10px;
}
.single-post .o-sidebar-item__news-list ul a svg, .single-mailpoet_page .o-sidebar-item__news-list ul a svg, .category .o-sidebar-item__news-list ul a svg, .single-post .nav-mobile__news-list ul a svg, .single-mailpoet_page .nav-mobile__news-list ul a svg, .category .nav-mobile__news-list ul a svg {
  width: 8px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.single-post .o-sidebar-item__news-list ul a:hover svg, .single-mailpoet_page .o-sidebar-item__news-list ul a:hover svg, .category .o-sidebar-item__news-list ul a:hover svg, .single-post .nav-mobile__news-list ul a:hover svg, .single-mailpoet_page .nav-mobile__news-list ul a:hover svg, .category .nav-mobile__news-list ul a:hover svg {
  right: 25px;
}
@media (max-width: 991px) {
  .single-post .hide-on-md, .single-mailpoet_page .hide-on-md, .category .hide-on-md {
    display: none !important;
  }
}
.single-post .show-on-lg, .single-mailpoet_page .show-on-lg, .category .show-on-lg {
  display: none !important;
}
@media (max-width: 1199px) {
  .single-post .show-on-lg, .single-mailpoet_page .show-on-lg, .category .show-on-lg {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .single-post .hide-on-lg, .single-mailpoet_page .hide-on-lg, .category .hide-on-lg {
    display: none !important;
  }
}
.blog .current_page_parent a:after, .category-novice-in-obvestila .current_page_parent a:after {
  width: 0 !important;
}
.blog .current_page_parent a:hover:after, .category-novice-in-obvestila .current_page_parent a:hover:after {
  width: 54px !important;
}
.blog .single-news, .category-novice-in-obvestila .single-news {
  margin-bottom: 30px;
  display: flex;
}
.blog .news-content, .category-novice-in-obvestila .news-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: white;
}
.blog .news-content__image, .category-novice-in-obvestila .news-content__image {
  width: 100%;
  height: 130px;
  background-position: center;
  background-size: cover;
}
.blog .news-content__title, .category-novice-in-obvestila .news-content__title {
  padding: 20px;
}
.blog .news-content__title a, .category-novice-in-obvestila .news-content__title a {
  color: #003b6e;
  display: block;
}
.blog .news-content__title .date, .category-novice-in-obvestila .news-content__title .date {
  display: block;
  color: black;
  font-size: 13px;
  margin-bottom: 10px;
}
.blog .news-content__title .o-text-button, .category-novice-in-obvestila .news-content__title .o-text-button {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .blog, .category-novice-in-obvestila {
    position: static;
  }
  .blog .single-news > .square:before, .category-novice-in-obvestila .single-news > .square:before {
    content: none;
  }
  .blog .square-content, .category-novice-in-obvestila .square-content {
    position: static;
  }
  .blog .square-content .image, .category-novice-in-obvestila .square-content .image, .blog .square-content .title, .category-novice-in-obvestila .square-content .title {
    display: inline-block;
    float: left;
  }
  .blog .square-content .image, .category-novice-in-obvestila .square-content .image {
    width: 150px;
    height: 150px;
  }
  .blog .square-content .title, .category-novice-in-obvestila .square-content .title {
    width: calc(100% - 150px);
  }
}
.pad-left a {
  padding-left: 50px !important;
}
.single-post .o-page-header, .category .o-page-header, .blog .o-page-header {
  background-image: url('../images/obiscite-nas-zcc.jpg') !important;
}
.js-load-more {
  cursor: pointer;
}
.category-filter {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-filter .o-search-page-form {
  width: calc(50% - 15px);
}
.category-filter .o-search-page-form__input, .category-filter .o-search-page-form__submit {
  height: 36px;
}
@media (max-width: 991px) {
  .category-filter .o-search-page-form {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .category-filter {
    display: block !important;
  }
  .category-filter .celje-select {
    margin-bottom: 15px;
    width: 100%;
  }
}
a.celje-select {
  border: 2px solid #003b6e;
  border-radius: 23px;
  min-height: 30px;
  line-height: 1.3;
  min-width: 200px;
  padding: 6px 20px;
  color: #003b6e;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-size: 8px 5px;
  background-image: url('../images/select-arrow.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
.c-cards-slider {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .c-cards-slider {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-cards-slider {
    margin-top: 20px;
  }
}
.c-cards-slider__slider {
  margin: 0 -35px;
  position: relative;
}
@media (max-width: 991px) {
  .c-cards-slider__slider {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .c-cards-slider__slider {
    max-width: 250px;
    margin: 0 auto;
  }
}
.c-cards-slider__slider .swiper-container {
  padding: 40px 20px 35px 20px;
}
@media (max-width: 991px) {
  .c-cards-slider__slider .swiper-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .c-cards-slider__slider .swiper-container {
    padding-bottom: 20px;
  }
}
.c-cards-slider__slider .swiper-container .swiper-wrapper.has-less-then-8-items .swiper-slide {
  width: 14.2857142857%;
  flex: 0 0 14.2857142857%;
}
.c-cards-slider__slider .swiper-container .swiper-wrapper.has-less-then-7-items {
  justify-content: center;
}
@media (max-width: 991px) {
  .c-cards-slider__slider .swiper-container .swiper-wrapper.has-less-then-7-items {
    justify-content: flex-start;
  }
}
.c-cards-slider__slider .swiper-container .swiper-wrapper.has-less-then-7-items .swiper-slide {
  width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
.c-cards-slider__slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: 12.5%;
  flex: 0 0 12.5%;
  opacity: 0;
  transition: all 200ms;
}
@media (max-width: 1364px) {
  .c-cards-slider__slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 16.6666666667% !important;
    flex: 0 0 16.6666666667% !important;
  }
}
@media (max-width: 1199px) {
  .c-cards-slider__slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 20% !important;
    flex: 0 0 20% !important;
  }
}
@media (max-width: 991px) {
  .c-cards-slider__slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 33.3333333333% !important;
    flex: 0 0 33.3333333333% !important;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .c-cards-slider__slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.c-cards-slider__slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.c-cards-slider__slider .swiper-button-prev {
  left: -30px;
}
@media (max-width: 991px) {
  .c-cards-slider__slider .swiper-button-prev {
    left: -10px;
  }
}
.c-cards-slider__slider .swiper-button-next {
  right: -30px;
}
@media (max-width: 991px) {
  .c-cards-slider__slider .swiper-button-next {
    right: -10px;
  }
}
.c-cards-slider__link-wrap {
  text-align: center;
}
.c-cards-slider__link {
  display: block;
  max-width: 220px;
  margin: 0 auto;
}
.c-cards-slider-item {
  position: relative;
  display: flex;
  flex-flow: column;
  height: 100%;
}
@media (max-width: 991px) {
  .c-cards-slider-item {
    margin: 0 15px;
  }
}
.c-cards-slider-item:hover .c-cards-slider-item__icon-wrap {
  top: -5px;
}
.c-cards-slider-item:hover .c-cards-slider-item__icon {
  width: 60px;
  height: 60px;
}
.c-cards-slider-item:hover .c-cards-slider-item__background {
  opacity: 1;
}
.c-cards-slider-item:hover .c-cards-slider-item__text {
  color: #000;
}
.c-cards-slider-item:hover .c-cards-slider-item__title {
  color: #ec6162;
}
.c-cards-slider-item:hover .c-cards-slider-item__link {
  color: #ec6162;
}
.c-cards-slider-item:hover .c-cards-slider-item__link svg {
  fill: #ec6162 !important;
}
.c-cards-slider-item__icon-wrap {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 200;
  transition: all 200ms;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .c-cards-slider-item__icon-wrap {
    top: -5px;
  }
}
.c-cards-slider-item__icon {
  width: 34px;
  height: 34px;
  transition: all 200ms;
}
@media (max-width: 991px) {
  .c-cards-slider-item__icon {
    width: 60px;
    height: 60px;
  }
}
.c-cards-slider-item__background {
  background: #fff;
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  z-index: 100;
  opacity: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
  transition: all 200ms;
}
@media (max-width: 991px) {
  .c-cards-slider-item__background {
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.c-cards-slider-item__inner {
  position: relative;
  z-index: 200;
  padding: 36px 15px 15px 15px;
  height: 100%;
  display: flex;
  flex-flow: column;
}
@media (max-width: 991px) {
  .c-cards-slider-item__inner {
    padding: 36px 20px 20px 20px;
  }
}
.c-cards-slider-item__title {
  color: #ffd359;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  min-height: 65px;
}
.c-cards-slider-item__title--lang-de {
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 991px) {
  .c-cards-slider-item__title {
    color: #ec6162;
  }
}
.c-cards-slider-item__text {
  color: #fff;
  font-size: 13px;
  transition: all 200ms;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .c-cards-slider-item__text {
    color: #000;
  }
}
.c-cards-slider-item__link-wrap {
  margin-top: auto;
}
@media (max-width: 991px) {
  .c-cards-slider-item__link {
    color: #ec6162;
  }
}
@media (max-width: 991px) {
  .c-cards-slider-item__link svg {
    fill: #ec6162 !important;
  }
}
.c-home-full-page__inner {
  height: calc(100vh);
  height: calc((var(--vh, 1vh) * 100));
  opacity: 1;
  transition: opacity 400ms;
}
.c-home-full-page__inner.is-hidden {
  opacity: 0;
}
@media (max-width: 767px) {
  .c-home-full-page__inner {
    height: calc(100vh);
    height: calc((var(--vh, 1vh) * 100));
  }
}
.c-home-full-page__section--footer .o-footer__inner {
  padding-top: 150px;
  background: #fff;
}
@media (max-width: 1199px) {
  .c-home-full-page__section--footer .o-footer__inner {
    padding-top: 110px;
  }
}
.c-home-full-page__pagination-wrap {
  right: auto;
  left: 39px;
  top: 50%;
  position: absolute;
  z-index: 200;
  transform: translateY(-50%);
  transition: opacity 100ms;
}
.c-home-full-page__pagination-wrap.is-hidden {
  opacity: 0;
}
@media (max-width: 991px) {
  .c-home-full-page__pagination-wrap {
    left: 15px;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .c-home-full-page__pagination-wrap {
    left: 13px;
    margin-top: 0;
  }
}
.c-home-full-page__pagination {
  position: relative;
  width: 10px;
  left: -1px;
}
.c-home-full-page__pagination-bullet {
  height: 10px;
  width: 10px;
  background: none;
  border-radius: none;
  color: #ffd359;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.5;
  transition: all 200ms;
  margin: 11px 0 !important;
  display: inline-block;
}
.c-home-full-page__pagination-bullet:first-child {
  margin-top: 0 !important;
}
.c-home-full-page__pagination-bullet.is-active {
  opacity: 1;
}
.c-home-full-page__scroll-icon {
  width: 17px;
  height: 25px;
  margin-top: 11px;
  margin-left: -4px;
}
.c-home-full-page__scroll-icon-svg {
  width: 100%;
  height: 100%;
  stroke: #ffd359;
  fill: none;
}
.c-home-full-page-item {
  height: 100%;
  position: relative;
}
.c-home-full-page-item__background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-home-full-page-item__video {
  z-index: 10;
}
.c-home-full-page-item__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  background: rgba(0, 0, 0, 0.2);
}
.c-home-full-page-item__content {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  z-index: 20;
  transform: translateY(-50%);
  padding-top: 90px;
}
@media (max-width: 767px) {
  .c-home-full-page-item__content {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .home .o-page-title-home-hidden {
    display: none;
  }
}
.t-home__map {
  height: 100vh;
  min-height: 500px;
}
@media (max-width: 991px) {
  .t-home__map {
    min-height: 320px;
  }
}
.c-categories-grid {
  padding: 60px 0 35px 0;
}
.c-categories-grid--no-padding-top {
  padding-top: 0;
}
.c-categories-grid__row {
  margin-left: -10px;
  margin-right: -10px;
}
.c-categories-grid__col {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.c-categories-grid-item {
  background: #fff;
  height: 100%;
  position: relative;
}
.c-categories-grid-item--reverse .c-categories-grid-item__image {
  left: 50%;
}
@media (max-width: 767px) {
  .c-categories-grid-item--reverse .c-categories-grid-item__image {
    left: 0;
  }
}
.c-categories-grid-item--reverse .c-categories-grid-item__text {
  margin-left: 0;
  margin-right: 50%;
}
@media (max-width: 767px) {
  .c-categories-grid-item--reverse .c-categories-grid-item__text {
    margin-left: 50%;
    margin-right: 0;
  }
}
.c-categories-grid-item--reverse .c-categories-grid-item__icon-wrap {
  left: auto;
  right: 0;
  transform: translateX(50%);
}
@media (max-width: 767px) {
  .c-categories-grid-item--reverse .c-categories-grid-item__icon-wrap {
    left: 0;
    right: auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .c-categories-grid-item--reverse--mobile .c-categories-grid-item__image {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .c-categories-grid-item--reverse--mobile .c-categories-grid-item__text {
    margin-left: 0;
    margin-right: 50%;
  }
}
@media (max-width: 767px) {
  .c-categories-grid-item--reverse--mobile .c-categories-grid-item__icon-wrap {
    left: auto;
    right: 0;
    transform: translateX(50%);
  }
}
.c-categories-grid-item__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  display: block;
  overflow: hidden;
}
.c-categories-grid-item__image:hover .o-zoom-image {
  transform: scale(1.1);
}
.c-categories-grid-item__text {
  margin-left: 50%;
  position: relative;
  padding: 45px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  z-index: 100;
  height: 100%;
}
@media (max-width: 991px) {
  .c-categories-grid-item__text {
    padding: 30px;
    padding-top: 95px;
  }
}
.c-categories-grid-item__icon-wrap {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 30px;
  transform: translateX(-50%);
  z-index: 200;
  pointer-events: none;
}
@media (max-width: 991px) {
  .c-categories-grid-item__icon-wrap {
    top: 40px;
  }
}
.c-categories-grid-item__icon {
  width: 100%;
  hegith: 100%;
}
.c-categories-grid-item__title {
  color: #003b6e;
  font-size: 30px;
  margin: 0 0 22px 0;
}
@media (max-width: 991px) {
  .c-categories-grid-item__title {
    font-size: 22px;
  }
}
.c-categories-grid-item__title a {
  color: #003b6e;
}
.c-categories-grid-item__description {
  font-size: 13px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .c-categories-grid-item__description {
    display: none;
  }
}
.c-categories-grid-item__link-wrap {
  margin-top: auto;
}
@media (max-width: 991px) {
  .c-categories-grid-item__link-wrap {
    display: none;
  }
}
.c-categories-grid-item__mobile-link-wrap {
  display: none;
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  z-index: 300;
}
@media (max-width: 991px) {
  .c-categories-grid-item__mobile-link-wrap {
    display: block;
  }
}
.c-categories-grid-item__mobile-link {
  display: block;
}
.c-events-slider__slider {
  position: relative;
}
.c-events-slider__slider .swiper-container {
  margin-right: -20px;
}
.c-events-slider__slider .swiper-container.swiper-container-initialized {
  margin-right: 0;
}
.c-events-slider__slider .swiper-container.swiper-container-initialized .swiper-wrapper .swiper-slide {
  padding-right: 0;
}
.c-events-slider__slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: 25%;
  padding-right: 20px;
}
@media (max-width: 1364px) {
  .c-events-slider__slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .c-events-slider__slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-events-slider__slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-events-slider__slider .o-swiper-button-prev {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .c-events-slider__slider .o-swiper-button-next {
    right: -20px;
  }
}
.c-events-slider__slider .o-swiper-pagination {
  display: none;
}
.c-events-slider-item {
  background: #fff;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.c-events-slider-item__image {
  height: 107px;
  display: block;
  position: relative;
  overflow: hidden;
}
.c-events-slider-item__image:hover .o-zoom-image {
  transform: scale(1.1);
}
.c-events-slider-item__text {
  padding: 30px;
  display: flex;
  flex-flow: column;
  flex: 1;
}
@media (max-width: 767px) {
  .c-events-slider-item__text {
    padding: 20px;
    padding-bottom: 22px;
  }
}
.c-events-slider-item__date-title-wrap {
  position: relative;
  padding-left: 80px;
  min-height: 45px;
  margin-bottom: 8px;
  margin-top: -5px;
}
.c-events-slider-item__date-title-wrap--no-date {
  padding-left: 0;
}
@media (max-width: 767px) {
  .c-events-slider-item__date-title-wrap {
    margin-top: -3px;
  }
}
.c-events-slider-item__date {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #ec6162;
}
.c-events-slider-item__day {
  position: relative;
  top: -26px;
}
.c-events-slider-item__date-divider {
  height: 50px;
  border-right: 1px solid #ec6162;
  transform: rotate(45deg);
  display: inline-block;
}
.c-events-slider-item__month {
  position: relative;
  top: -8px;
  left: -2px;
}
.c-events-slider-item__title {
  font-size: 21px;
  font-weight: 400;
  color: #ec6162;
  margin: 5px 0 0 0;
}
.c-events-slider-item__title a {
  color: #ec6162;
  line-height: 1;
}
.c-events-slider-item__description {
  font-size: 15px;
  margin-bottom: 18px;
}
.c-events-slider-item__links-container {
  margin-top: auto;
}
@media (max-width: 767px) {
  .c-events-slider-item__desktop-link-wrap {
    display: none;
  }
}
.c-events-slider-item__mobile-link-wrap {
  display: none;
}
@media (max-width: 767px) {
  .c-events-slider-item__mobile-link-wrap {
    display: block;
  }
}
.c-events-slider-item__mobile-link {
  display: block;
  max-width: 255px;
  margin: 0 auto;
}
.c-map-view {
  height: 100%;
}
.c-map-view > .container {
  max-width: 1210px;
  position: relative;
}
.c-map-view .gm-style-iw.gm-style-iw-c {
  padding: 0;
  width: 310px;
  border: unset;
}
.c-map-view--full-view {
  height: 100vh;
}
.c-map-view__map {
  height: 100%;
}
.c-map-view__toggler {
  width: 50px;
  height: 50px;
  background: #ffd359;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 20px;
  z-index: 3;
  display: none;
}
@media (max-width: 991px) {
  .c-map-view__toggler {
    display: flex;
  }
}
.c-map-view__holder {
  padding: 32px;
  max-width: 230px;
  position: absolute;
  z-index: 1;
  top: 30px;
  background: #fff;
  width: 230px;
  left: 20px;
  transition: opacity 240ms;
}
@media (max-width: 991px) {
  .c-map-view__holder {
    left: 40px;
    top: 60px;
  }
}
@media (max-width: 991px) {
  .c-map-view__holder.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}
.c-map-view__holder .c-map-view-item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-map-view__holder .c-map-view-item__icon {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}
.c-map-view__holder .c-map-view-item__icon img {
  max-width: 32px;
  max-height: 32px;
}
.c-map-view__holder .c-map-view-item__title {
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  color: #003b6e;
  transition: all 120ms;
}
.c-map-view__holder .c-map-view-item__title:hover {
  color: #ec6162;
}
.c-map-view .o-pin-item {
  display: flex;
}
.c-map-view .o-pin-item__image {
  width: 111px;
  height: 111px;
  min-width: 111px;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  height: auto;
}
.c-map-view .o-pin-item__details {
  padding: 18px 26px;
}
.c-map-view .o-pin-item__svg {
  display: block;
  margin-top: 9px;
  fill: #ec6162;
}
.c-map-view .o-pin-item__title, .c-map-view .o-pin-item__description, .c-map-view .o-pin-item__hours {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.c-map-view .o-pin-item__title {
  color: #ec6162;
  font-weight: 700;
}
.c-map-view .o-pin-item__description, .c-map-view .o-pin-item__details {
  color: #000;
}
.c-search-page-form-wrap {
  background: #fff;
  padding: 30px 30px 15px 30px;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .c-search-page-form-wrap {
    margin: 40px 0;
  }
}
.c-bussiness-offers-list {
  margin: 20px 0 20px 0;
}
.c-bussiness-offers-list-continue {
  text-align: center;
  margin-top: 30px;
}
.c-bussiness-offers-item {
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row;
  min-height: 90px;
}
@media (max-width: 767px) {
  .c-bussiness-offers-item {
    display: block;
  }
}
.c-bussiness-offers-item:last-child {
  margin-bottom: 0;
}
.c-bussiness-offers-item__image {
  position: relative;
  overflow: hidden;
  width: 180px;
}
@media (max-width: 767px) {
  .c-bussiness-offers-item__image {
    width: 100%;
    height: 90px;
    display: block;
  }
}
.c-bussiness-offers-item__image:hover .o-zoom-image {
  transform: scale(1.1);
}
.c-bussiness-offers-item__text-wrap {
  width: 308px;
  padding: 20px 20px 18px 20px;
  display: flex;
  flex-flow: column;
}
.c-bussiness-offers-item__title {
  margin: -4px 0 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #003b6e;
}
.c-bussiness-offers-item__title a {
  color: #003b6e;
  text-decoration: none;
}
.c-bussiness-offers-item__link-wrap {
  margin-top: auto;
}
.c-bussiness-offers-item__meta {
  font-size: 13px;
  padding: 20px 20px 20px 0;
  display: flex;
  align-items: left;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-bussiness-offers-item__meta {
    padding: 0 20px 20px 20px;
  }
}
.c-bussiness-offers-item__select-wrap {
  width: 90px;
  margin-left: auto;
  border-left: 2px solid #efeee7;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  transition: all 200ms;
}
@media (max-width: 767px) {
  .c-bussiness-offers-item__select-wrap {
    width: 100%;
    display: block;
    padding: 13px 15px 15px 15px;
    border-left: none;
    border-top: 2px solid #efeee7;
  }
}
.c-bussiness-offers-item__select-wrap:hover {
  cursor: pointer;
}
.c-bussiness-offers-item__select-wrap.is-selected {
  background: #ffd359;
}
.c-bussiness-offers-item__select-wrap.is-selected .c-bussiness-offers-item__select-text--default {
  display: none;
}
.c-bussiness-offers-item__select-wrap.is-selected .c-bussiness-offers-item__select-text--selected {
  display: inline-block;
}
.c-bussiness-offers-item__select-text--default {
  display: inline-block;
}
.c-bussiness-offers-item__select-text--selected {
  display: none;
}
.gm-style-iw.gm-style-iw-c {
  border-radius: 0;
  box-shadow: none;
  width: 200px;
  border: 1px solid #dadada;
  padding: 20px;
  word-break: break-all;
  overflow: visible;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.48);
}
.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
  background: #ffd359 !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50%;
  opacity: 1;
  top: -13px !important;
  right: -13px !important;
}
.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect img {
  margin: 0 auto !important;
}
.gm-ui-hover-effect > span {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  margin: 0 !important;
  transform: translate(-50%, -50%);
}
.gm-style .gm-style-iw-t::after {
  display: none;
}
.gm-style .gm-style-iw-d {
  display: contents;
}
.gmnoprint.gm-bundled-control-on-bottom .gm-svpc div > img {
  max-width: inherit;
}
.ui-widget {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none;
  border: none;
  color: #000;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none;
  border: none;
  color: #000;
}
.ui-widget-header {
  background: none;
  border: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-datepicker .ui-icon.ui-icon-circle-triangle-e, .ui-datepicker .ui-icon.ui-icon-circle-triangle-w {
  background-image: url(https://download.jqueryui.com/themeroller/images/ui-icons_ffffff_256x240.png);
}
.wc-bookings-booking-form {
  border: none;
  padding: 0;
  margin: 0;
}
.wc-bookings-booking-form input {
  box-sizing: border-box;
}
.wc-bookings-booking-form .form-field {
  margin: 0;
}
.wc-bookings-booking-form .form-field input[type=number] {
  width: 100%;
}
.wc-bookings-booking-form label {
  display: block;
}
.wc-bookings-booking-form select {
  width: 100%;
}
.wc-bookings-booking-form .wc-bookings-time-block-picker {
  display: flex;
  justify-content: space-between;
}
.wc-bookings-booking-form .wc-bookings-time-block-picker div {
  width: 100%;
}
.wc-bookings-booking-form .block-picker {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}
.wc-bookings-booking-form .block-picker li {
  float: left;
  margin: 0;
  padding: 0;
  min-width: 33%;
}
.wc-bookings-booking-form .block-picker li.block {
  white-space: nowrap;
  text-align: center;
}
.wc-bookings-booking-form .block-picker li.fully_booked a {
  background-color: #003b6e !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  text-shadow: none;
  text-decoration: line-through !important;
  cursor: not-allowed;
  opacity: 0.35;
}
.wc-bookings-booking-form .block-picker li.fully_booked a.selected {
  background-color: #003b6e !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  text-shadow: none;
  text-decoration: line-through !important;
  cursor: not-allowed;
  opacity: 0.35;
}
.wc-bookings-booking-form .block-picker li a {
  margin: 0;
  border: 0;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
  display: block;
  text-decoration: none;
  box-shadow: none;
}
.wc-bookings-booking-form .block-picker li a .booking-spaces-left {
  display: block;
}
.wc-bookings-booking-form .block-picker li a.selected {
  background: #003b6e !important;
  color: #fff !important;
}
.wc-bookings-booking-form .block-picker li:nth-child(odd) a {
  background: #fff;
}
.wc-bookings-booking-form .block-picker li:nth-child(odd) a:hover, .wc-bookings-booking-form .block-picker li:nth-child(odd) a:focus {
  background: #003b6e;
  color: #fff;
}
.wc-bookings-booking-form .block-picker li:nth-child(even) a {
  background: #f5f5f5;
}
.wc-bookings-booking-form .block-picker li:nth-child(even) a:hover, .wc-bookings-booking-form .block-picker li:nth-child(even) a:focus {
  background: #003b6e;
  color: #fff;
}
.wc-bookings-booking-form fieldset {
  margin: 0;
  line-height: 2.25em;
}
.wc-bookings-booking-form fieldset .picker.hasDatepicker {
  line-height: 1em;
  margin-bottom: 20px;
}
.wc-bookings-booking-form fieldset input {
  width: 100%;
}
.wc-bookings-booking-form fieldset input.error {
  border-color: red;
}
.wc-bookings-booking-form fieldset legend small {
  text-decoration: underline;
  padding-left: 1em;
  color: #999;
  cursor: pointer;
  display: none;
}
.wc-bookings-booking-form fieldset label {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5em;
  width: 25%;
}
.wc-bookings-booking-form fieldset label span {
  display: block;
  font-size: 0.75em;
  color: #999;
  padding: 0 2px;
}
.wc-bookings-booking-form .wc-bookings-booking-cost {
  background: #eee;
  border-top: none;
  position: relative;
  margin: 0 0 20px 0;
  padding: 15px 20px;
}
.wc-bookings-date-picker {
  padding: 0;
  padding-top: 0;
}
.wc-bookings-date-picker .ui-datepicker {
  padding: 0;
  width: auto;
}
.wc-bookings-date-picker .ui-widget-content {
  border: none;
  background: #fff;
  box-shadow: none;
}
.wc-bookings-date-picker .ui-datepicker-header {
  padding: 0;
  border-bottom: none;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #003b6e;
  background-image: none;
  border: 0;
  border-top: none;
  color: #fff;
}
.wc-bookings-date-picker .ui-datepicker-today a.ui-state-highlight, .wc-bookings-date-picker .ui-datepicker-today.ui-datepicker-current-day a.ui-state-highlight {
  box-shadow: none !important;
}
.wc-bookings-date-picker .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-title {
  line-height: 1.2;
  font-weight: 700;
  padding: 12px 0;
  color: #fff;
  margin: 0 45px;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
  top: -1px;
  background: none;
  border-radius: 0;
  font-weight: normal;
  border: none;
  height: 100%;
  width: 45px;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev.ui-state-hover, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: none;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span {
  margin-top: -4px;
  top: 40%;
}
.wc-bookings-date-picker .ui-icon-circle-triangle-e {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
  background-position: -32px 0;
}
.wc-bookings-date-picker .ui-icon-circle-triangle-w {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
  background-position: -96px 0;
}
.wc-bookings-date-picker .ui-datepicker table {
  margin: 0;
  border: 1px solid #c1c1c1;
  border-top: none;
}
.wc-bookings-date-picker .ui-datepicker th {
  padding: 0.75em 0;
  text-transform: uppercase;
  color: #bbb;
  font-weight: normal;
  border-top: 1px solid #fff;
  background: #fefefe;
  display: table-cell;
}
.wc-bookings-date-picker .ui-datepicker td {
  border: none;
  border-top: none;
  border-right: none;
  background: #fefefe;
  padding: 0 !important;
  display: table-cell;
}
.wc-bookings-date-picker .ui-datepicker td:last-child {
  border-right: 0;
}
.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
  background: transparent;
  background-image: none !important;
  border: none;
  color: #2b2b2b;
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 0.75em 0;
}
.wc-bookings-date-picker .ui-datepicker td a.ui-state-active {
  background: #fefefe;
  color: #fff;
  background-image: none !important;
}
.wc-bookings-date-picker .ui-datepicker td a.ui-state-active.ui-state-hover {
  background: #fefefe;
  color: #fff;
  background-image: none !important;
}
.wc-bookings-date-picker .ui-datepicker td.fully_booked span, .wc-bookings-date-picker .ui-datepicker td.fully_booked a {
  background-color: #003b6e !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  text-shadow: none;
}
.wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: transparent !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #003b6e !important;
  text-shadow: none;
  font-weight: 700;
}
.wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
  background-color: #eee !important;
}
.wc-bookings-date-picker .ui-datepicker td.partial_booked a {
  /*
   background-color: none;
   background-image: none !important;
   border-color: none !important;
   color: #fff !important;
   */
  text-shadow: none;
  position: relative;
  z-index: 1;
}
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
  background: #003b6e !important;
  opacity: 1 !important;
  color: white !important;
}
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-other-month {
  background: #eee;
}
.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
  background: #003b6e !important;
}
.wc-booking-summary {
  margin: 1em 1em 1em 0;
  border: 2px solid #ddd;
  padding: 1em;
  color: #888;
  border-radius: 4px;
}
.wc-booking-summary .wc-booking-summary-actions {
  margin: 1em 0 0 0;
}
.wc-booking-summary .wc-booking-summary-actions a {
  border-right: 1px solid #ddd;
  margin: 0 3px 0 0;
  padding: 0 4px 0 0;
}
.wc-booking-summary .wc-booking-summary-actions a:last-child {
  border-right: 0;
  margin: 0;
  padding: 0;
}
.wc-booking-summary .wc-booking-summary-number {
  line-height: 1em;
}
.wc-booking-summary .wc-booking-summary-number span {
  color: #fff;
  font-size: 0.8em;
  background-color: #ccc;
  padding: 0.4em 0.8em;
  border-radius: 4px;
  margin-left: 1em;
  margin-top: -0.2em;
  float: right;
}
.wc-booking-summary .wc-booking-summary-number .status-unpaid, .wc-booking-summary .wc-booking-summary-number .status-incart {
  background-color: #ccc;
}
.wc-booking-summary .wc-booking-summary-number .status-pending, .wc-booking-summary .wc-booking-summary-number .status-pending-confirmation {
  background-color: #ffba00;
}
.wc-booking-summary .wc-booking-summary-number .status-confirmed {
  background-color: #7ad03a;
}
.wc-booking-summary .wc-booking-summary-number .status-paid {
  background-color: #2ea2cc;
}
.wc-booking-summary .wc-booking-summary-number .status-cancelled {
  background-color: #a00;
}
.wc-booking-summary .wc-booking-summary-number .status-complete {
  background-color: #995;
}
.wc-booking-summary .wc-booking-summary-list {
  margin: 1em 0 0 0;
  list-style: none outside;
}
.wc-booking-summary .wc-booking-summary-list li {
  margin: 0 0 0.5em;
}
.wc-bookings-date-picker-timezone-block {
  margin-bottom: 5px;
  display: none;
}
.wc-bookings-booking-form-button {
  display: block !important;
  border: none !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: all 200ms !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 14px 30px !important;
  border: 1px solid transparent !important;
  border-radius: 25px !important;
  background: #ffd359 !important;
  color: #003b6e !important;
  border-color: #ffd359 !important;
  width: 100%;
}
.wc-bookings-booking-form-button:hover {
  background: #003b6e !important;
  color: #fff !important;
  border-color: #003b6e !important;
}
/*# sourceMappingURL=frontend.css.map*/
.blockUI.blockOverlay {
  background-color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
}
.blockUI.blockMsg {
  display: none !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #003b6e;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  color: #003b6e;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  color: #003b6e;
}
.woocommerce-error .button.wc-forward, .woocommerce-info .button.wc-forward, .woocommerce-message .button.wc-forward {
  display: none;
}
.woocommerce table.shop_table {
  border: none;
  border-radius: 0 !important;
  background: #fff;
  margin: 0 0 30px 0;
  padding: 30px;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  border: none;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #c1c1c1;
}
.woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-number a {
  color: #003b6e;
}
.woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a.button {
  margin-left: 0;
}
.woocommerce table.shop_table.woocommerce-table--order-details.order_details .woocommerce-table__line-item.order_item a {
  color: #003b6e;
}
.woocommerce table.shop_table.woocommerce-table--order-details.order_details .woocommerce-table__line-item.order_item .wc-item-meta {
  padding: 0 !important;
  margin-top: 5px;
}
.woocommerce table.shop_table.woocommerce-table--order-details.order_details .woocommerce-table__line-item.order_item .wc-item-meta * {
  font-size: 14px !important;
  line-height: 1.2;
}
.woocommerce table.shop_table.woocommerce-table--order-details.order_details .woocommerce-table__line-item.order_item .wc-item-meta p {
  margin: 0;
}
.cart-collaterals .cart_totals {
  border: none;
  background: #fff;
}
.cart-collaterals .cart_totals > h2 {
  margin-top: 0;
}
.cart-collaterals .cart_totals .shop_table .cart-subtotal th, .cart-collaterals .cart_totals .shop_table .order-total th {
  padding-left: 0;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout > a {
  display: block;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #c1c1c1;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove a.remove {
  color: #003b6e !important;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove a.remove:hover {
  color: #000 !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name a {
  color: #003b6e;
  font-weight: 700;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name .variation * {
  font-size: 14px !important;
  line-height: 1.2;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name .variation p {
  margin: 0;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-quantity .quantity input.qty {
  border: none;
  background: transparent;
  text-align: left;
  pointer-events: none;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-quantity .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-quantity .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item td {
  padding: 20px 10px;
}
.woocommerce-cart-form .shop_table tbody tr:last-child {
  display: none;
}
.woocommerce-cart-form .actions .button[name="update_cart"] {
  display: none;
}
.cart-collaterals .cart_totals {
  padding: 30px;
}
.cart-collaterals .cart_totals .shop_table {
  border: none !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  min-width: 250px;
}
.woocommerce-result-count, .woocommerce-ordering {
  display: none;
}
.woocommerce-terms-and-conditions-wrapper {
  color: #000;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  margin: 0 0 10px 0;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
  padding: 0;
}
.custom-checkbox-checkout {
  color: #000;
}
.custom-checkbox-checkout label.checkbox.custom-checkbox {
  line-height: 1.25;
  display: block !important;
}
.custom-checkbox-checkout label.checkbox.custom-checkbox input[type="checkbox"] {
  opacity: 1;
  z-index: 100;
  left: 0;
  margin: 0;
  top: 3px;
}
#customer_details .col-1, #customer_details .col-2 {
  width: 100%;
  float: none;
  max-width: 99999px;
}
#customer_details .woocommerce-billing-fields > h3, #customer_details #ship-to-different-address {
  margin-top: 0;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper {
  padding: 30px 30px 10px 30px;
  background: #fff;
}
.woocommerce-billing-fields__field-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .woocommerce-additional-fields > h3 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-additional-fields {
    margin-bottom: 30px;
  }
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  float: left;
  width: 48%;
}
@media (max-width: 991px) {
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    float: none;
    width: 100%;
  }
}
#order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
  float: right;
  width: 48%;
}
@media (max-width: 991px) {
  #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
    float: none;
    width: 100%;
  }
}
.woocommerce.woocommerce-order-pay #order_review, .woocommerce-page.woocommerce-order-pay #order_review {
  float: none;
  width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table .cart_item .variation * {
  font-size: 14px !important;
  line-height: 1.2;
}
.shop_table.woocommerce-checkout-review-order-table .cart_item .variation p {
  margin: 0;
}
.woocommerce-checkout-payment {
  padding: 30px;
  border-radius: 0 !important;
  background: #fff !important;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods {
  padding: 0 !important;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li {
  padding-left: 0;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li:before {
  display: none !important;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li label {
  color: #000;
  font-weight: 700;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li label .about_paypal {
  font-weight: 400;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li div.payment_box {
  margin: 20px 0;
  background-color: #e6e6e6 !important;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li div.payment_box p {
  color: #000;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li div.payment_box p:first-child {
  margin-top: 0;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li div.payment_box:before {
  border-bottom-color: #e6e6e6 !important;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_ppec_paypal label img, .woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_paypal label img, .woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_braintree_credit_card label img {
  display: inline-block;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_paypal label a {
  display: inline-block;
  color: #003b6e;
  line-height: 1.5 !important;
  float: none !important;
  vertical-align: middle !important;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_paypal label img {
  margin-right: 15px !important;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_braintree_credit_card #wc-braintree-credit-card-credit-card-form .form-row label {
  display: block;
  width: 100%;
  font-weight: 700;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: block;
  width: 100%;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a {
  color: #003b6e;
  text-decoration: none;
  font-weight: 700;
}
.woocommerce-checkout-payment .form-row.input-checkbox {
  text-align: left !important;
}
.woocommerce-checkout-payment .form-row.input-checkbox.prijava-e-novice-blagajna {
  margin-bottom: 20px;
}
.woocommerce-checkout-payment .form-row.place-order {
  padding: 15px 0 0 0 !important;
}
.woocommerce-checkout-payment #place_order {
  display: block;
  width: 100%;
}
.o-page-content__tinymce-content .woocommerce-thankyou-order-details li::before, .o-page-content__tinymce-content .wc-bacs-bank-details li::before {
  background: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-size: 16px;
  color: black;
}
.woocommerce-address-fields button[type="submit"], .woocommerce-EditAccountForm.edit-account button[type="submit"] {
  margin-left: 0;
}
#customer_details .col-1, .woocommerce-Addresses .col-1, #customer_details .col-2, .woocommerce-Addresses .col-2 {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce #customer_details .form-row, .woocommerce .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 20px;
  padding: 0;
}
.woocommerce #customer_details .form-row label, .woocommerce .woocommerce-MyAccount-content form .form-row label {
  display: block;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 5px;
}
.woocommerce #customer_details .form-row .woocommerce-input-wrapper, .woocommerce .woocommerce-MyAccount-content form .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content p a, .woocommerce .woocommerce-MyAccount-content li a {
  color: #003b6e;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  padding: 0 !important;
  line-height: 1.8;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address p {
  margin: 8px 0;
}
#customer_login {
  float: none;
  width: 100%;
  margin-left: -1%;
}
#customer_login .col-1, #customer_login .col-2 {
  max-width: inherit;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-ResetPassword.lost_reset_password {
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.login .woocommerce-Button, .woocommerce form.register .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
  margin: 15px 0;
}
.woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.login .woocommerce-Button, .woocommerce form.register .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button, .woocommerce form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.register .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit {
  margin-left: 0;
}
.woocommerce form.checkout_coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox, .woocommerce form.login .woocommerce-form__label.woocommerce-form__label-for-checkbox, .woocommerce form.register .woocommerce-form__label.woocommerce-form__label-for-checkbox, .woocommerce-ResetPassword.lost_reset_password .woocommerce-form__label.woocommerce-form__label-for-checkbox {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.woocommerce form.checkout_coupon .woocommerce-LostPassword a, .woocommerce form.login .woocommerce-LostPassword a, .woocommerce form.register .woocommerce-LostPassword a, .woocommerce-ResetPassword.lost_reset_password .woocommerce-LostPassword a {
  color: #003b6e;
  text-decoration: none;
  font-size: 15px;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 25%;
  margin-bottom: 30px;
  background: #fff;
  padding: 15px 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #c1c1c1;
  padding-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #003b6e;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 15px 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #003b6e;
}
.woocommerce .woocommerce-MyAccount-content {
  width: calc(75% - 30px);
  background: #fff;
  padding: 30px;
}
.woocommerce .woocommerce-MyAccount-content > p:first-of-type {
  margin-top: 0;
}
.woocommerce .woocommerce-MyAccount-content h2, .woocommerce .woocommerce-MyAccount-content h3 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
.woocommerce .woocommerce-MyAccount-content a:not(.button) {
  color: #003b6e;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .shop_table {
  padding: 0;
}
form.checkout.woocommerce-checkout #order_review_heading {
  margin-top: 0;
}
.woocommerce-checkout #payment {
  margin-bottom: 30px;
  background: white;
  border-radius: 0;
  border-bottom: none;
}
.woocommerce-checkout #payment #bankart-payment-form {
  border: 2px solid #ddd;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: white;
}
.woocommerce-checkout #payment div.payment_box:before {
  content: none;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
  padding: 30px;
}
.woocommerce-order .woocommerce-order-overview, .woocommerce-order .wc-bacs-bank-details.order_details {
  padding-left: 0 !important;
  margin-bottom: 25px !important;
}
.woocommerce-order .woocommerce-order-overview > li, .woocommerce-order .wc-bacs-bank-details.order_details > li {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-order-overview > li, .woocommerce-order .wc-bacs-bank-details.order_details > li {
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    display: block !important;
    float: none !important;
  }
}
.woocommerce-order .woocommerce-table .woocommerce-table__line-item .woocommerce-table__product-name a {
  color: #003b6e;
}
.woocommerce-order .woocommerce-table .woocommerce-table__line-item .woocommerce-table__product-name .wc-item-meta {
  padding: 0 !important;
  margin-top: 5px;
}
.woocommerce-order .woocommerce-table .woocommerce-table__line-item .woocommerce-table__product-name .wc-item-meta * {
  font-size: 14px !important;
  line-height: 1.2;
}
.woocommerce-order .woocommerce-table .woocommerce-table__line-item .woocommerce-table__product-name .wc-item-meta p {
  margin: 0;
}
.woocommerce-order .woocommerce-customer-details address {
  padding: 0 !important;
  line-height: 1.8;
}
.woocommerce-order .woocommerce-customer-details address p {
  margin: 8px 0;
}
.select2-dropdown {
  border: 2px solid #003b6e;
  border-radius: 0 0 23px 23px;
  overflow: hidden;
  min-height: 100px;
}
.select2-container--default {
  color: #000;
}
.select2-container--default .select2-selection--single {
  min-width: 198px;
  height: 40px;
  padding-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #003b6e;
}
.select2-container--default .select2-selection--single {
  border: 2px solid #003b6e;
  border-radius: 23px;
  height: 45px;
  padding-top: 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 35px 0 15px;
  color: #003b6e;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
  top: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #003b6e transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #003b6e transparent;
}
.woocommerce span.onsale {
  background-color: #003b6e;
}
.woocommerce .product .o-quantity-buttons {
  border-color: #ffd359;
  min-width: 100px;
  background-color: transparent;
}
.woocommerce.single-product div.product p.price {
  color: #003b6e;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: none;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 4px solid #ffd359;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::after, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::before {
  content: none !important;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
  color: #003b6e;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
}
.woocommerce.single-product .quantity-buttons-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}
.o-event-filter-bar {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.o-event-filter ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.o-event-filter ul li {
  list-style: none;
  padding: 0;
}
.o-event-filter ul li a {
  background-color: #ffd359;
  color: #003b6e;
  font-size: 13px;
  font-weight: 700;
  border-radius: 23px;
  padding: 8px 20px;
  line-height: 1.25;
  transition: background-color 120ms ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-event-filter ul li a:hover {
  background-color: #ffc830;
}
.o-event-filter ul li a::before {
  content: '';
  aspect-ratio: 1;
  display: none;
  background-image: url('../images/svg-icons/checkmark-white.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  width: 12px;
  margin-right: 10px;
}
.o-event-filter ul li a.is-selected {
  background-color: #003b6e;
  color: #fff;
}
.o-event-filter ul li a.is-selected::before {
  display: block;
}
.o-event-filter-date-form {
  height: 32px;
  border: 2px solid #003b6e;
  border-radius: 15px;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .o-event-filter-date-form {
    width: 100%;
  }
}
.o-event-filter-date-form__item--last {
  border-left: 2px solid #003b6e;
}
.o-event-filter-date-form__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  opacity: 0;
  pointer-events: none;
}
.o-event-filter-date-form__dropdown.is-open {
  opacity: 1;
  pointer-events: auto;
}
.o-event-filter-date {
  display: flex;
  width: 160px;
  height: 100%;
  flex: 0 0 160px;
}
@media (max-width: 767px) {
  .o-event-filter-date {
    width: 50%;
    flex: 0 0 50%;
  }
}
.o-event-filter-date:hover {
  cursor: pointer;
}
.o-event-filter-date__input {
  color: #003b6e;
  font-size: 14px;
  flex: 1;
  padding: 0 15px;
  height: 100%;
  font-weight: 700;
  border: none;
  background: none;
  width: 100%;
  pointer-events: none;
  user-select: none;
}
.o-event-filter-date__button {
  border: none;
  padding: 0;
  background: none;
  width: 40px;
  pointer-events: none;
}
.o-event-filter-date__button span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003b6e;
}
.o-event-filter-date__button span svg {
  width: 14px;
  height: 16px;
}
.container--wide {
  max-width: 1320px;
}
.container--inner {
  max-width: 1210px;
}
.container--left {
  margin-right: 0;
  margin-left: 3vw;
  display: flex;
  justify-content: space-between;
  /*@include break-xl-up {
   margin-left: 6vw;
   }*/
}
.container--left-fs {
  margin-left: 180px;
  margin-right: 0;
  /*@include break-md {
   margin-left: 0;
   }*/
}
.container--right {
  margin-left: 0;
  margin-right: 180px;
}
p {
  margin-bottom: 0;
}
.o-btn {
  padding: 17px 52px 15px 52px;
  color: #ffd359;
  font-size: 13px;
  border: 1px solid #ffd359;
  border-radius: 40px;
  text-transform: uppercase !important;
  font-weight: 700;
  transition: all 0.2s;
  outline: unset;
}
.o-btn * {
  transition: all 0.2s !important;
}
.o-btn:hover {
  background: #ffd359;
  border-color: #ffd359;
  color: #003b6e;
}
.o-btn--full {
  background: #ffd359;
  border-color: #ffd359;
  color: #003b6e;
  border: unset;
}
.o-btn--full:active, .o-btn--full:visited, .o-btn--full:focus {
  color: #003b6e;
}
.o-btn--full:hover {
  background: #003b6e;
  color: #ffd359;
}
.o-btn--icon {
  padding: 0;
  color: #ffd359;
  border: unset;
}
.o-btn--icon svg {
  margin-left: 11px;
}
.o-btn--icon svg * {
  fill: #ffd359;
}
.o-btn--icon:hover {
  background: unset;
  color: #ffd359;
}
.o-btn--icon:hover svg {
  margin-left: 20px;
}
.o-btn--secondary {
  background: #003b6e;
  border-color: #003b6e;
  color: #ffd359;
}
.o-btn--secondary:active, .o-btn--secondary:visited, .o-btn--secondary:focus {
  color: #ffd359;
  border-color: #003b6e;
}
.o-btn--secondary:hover {
  background: #ffd359;
  color: #003b6e;
  border-color: #ffd359;
}
.o-btn--secondary svg {
  margin-left: 11px;
}
.o-btn--secondary svg * {
  fill: #003b6e;
}
.o-btn--secondary-bordered {
  border: 1px solid #003b6e;
}
.o-btn--secondary-bordered:hover {
  border: 1px solid #003b6e;
  background: #003b6e;
  color: #fff;
}
.o-btn--filter {
  display: inline-block;
  border: 2px solid #003b6e;
  color: #003b6e;
  text-transform: unset !important;
  cursor: pointer;
  padding: 8px 20px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.o-btn--filter:hover {
  background: #003b6e;
  border-color: #003b6e;
  color: #fff;
}
.o-btn--filter.is-active {
  background: #003b6e;
  border-color: #003b6e;
  color: #fff;
}
.o-btn--icon-secondary {
  color: #003b6e;
}
.o-btn--icon-secondary svg * {
  fill: #003b6e;
}
.o-btn--icon-secondary:active, .o-btn--icon-secondary:visited, .o-btn--icon-secondary:focus {
  color: #003b6e;
}
.o-btn--icon-secondary:hover {
  color: #003b6e;
}
.o-btn--icon-secondary:hover svg {
  margin-left: 20px;
}
.o-btn--slim {
  padding-top: 10px;
  padding-bottom: 11px;
}
.t-home .t-home-intro {
  position: relative;
  overflow: hidden;
}
.t-home .t-home-intro video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.t-home .t-home-intro__title {
  padding-top: 270px;
  padding-bottom: 240px;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  font-family: "Roboto Slab", Cambria, Times New Roman, Times, serif;
  color: #fff;
  max-width: 650px;
  margin: 0 auto;
}
.t-home .t-home-intro__title b {
  font-weight: 700;
}
.t-home .t-home-intro__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.t-home .t-home-venues {
  margin-top: 90px;
}
.t-home .t-home-venues .t-home-venues-item {
  position: relative;
}
@media (max-width: 767px) {
  .t-home .t-home-venues .t-home-venues-item:not(.swiper-slide-active) {
    opacity: 0.7;
    transform: scale(0.95);
  }
}
.t-home .t-home-venues .t-home-venues-item__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.t-home .t-home-venues .t-home-venues-item__inner {
  padding: 82px 101px 89px 101px;
}
@media (min-width: 1200px) {
  .t-home .t-home-venues .t-home-venues-item__inner {
    min-height: 420px;
  }
}
.t-home .t-home-venues .t-home-venues-item__date {
  font-size: 15px;
  line-height: 20px;
  color: #ec6162;
  font-weight: 700;
}
.t-home .t-home-venues .t-home-venues-item__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 17px;
  color: #fff;
}
.t-home .t-home-venues .t-home-venues-item__description {
  margin-bottom: 30px;
}
.t-home .t-home-venues .t-home-venues-item__description p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  color: #fff;
}
.t-home .t-home-venues {
  margin-top: 80px;
}
.t-home .t-home-venues__title {
  font-size: 30px;
  line-height: 37px;
  font-family: "Roboto Slab", Cambria, Times New Roman, Times, serif;
  margin-bottom: 23px;
}
.t-home .t-home-venues__description {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 26px;
}
.t-home .t-home-events {
  position: relative;
  margin-top: 80px;
}
.t-home .t-home-events__title {
  margin-bottom: 23px;
  font-size: 30px;
  font-family: "Roboto Slab", Cambria, Times New Roman, Times, serif;
  line-height: 37px;
}
.t-home .t-home-events__description {
  margin-bottom: 26px;
}
.t-home .t-home-events__description p {
  font-size: 15px;
  line-height: 25px;
}
.t-home .t-home-events .t-home-events-item__background {
  width: 100%;
  height: 158px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  margin-top: 1px;
}
.t-home .t-home-events .t-home-events-item__date {
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  color: #ec6162;
  margin-bottom: 3px;
  min-height: 21px;
  display: block;
}
.t-home .t-home-events .t-home-events-item__title {
  font-size: 15px;
  line-height: 21px;
  color: #000;
  margin-bottom: 3px;
}
.t-home .t-home-events .t-home-events-item__description {
  font-size: 13px;
  line-height: 21px;
  color: #6e6e6e;
  margin-bottom: 8px;
}
.t-home .t-home-experience {
  margin-top: 106px;
  position: relative;
}
.t-home .t-home-experience__title {
  font-size: 60px;
  line-height: 60px;
  font-family: "Roboto Slab", Cambria, Times New Roman, Times, serif;
  color: #fff;
}
.t-home .t-home-experience__background {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.t-home .t-home-experience__inner {
  padding-top: 83px;
  padding-bottom: 82px;
  /*&:after {
   content: "";
   width: 100vw;
   height: 200px;
   position: absolute;
   bottom: -5px;
   background: url('https://unicorn.numo.si/celje/wp-content/themes/celje/images/header-background.png') 0 0 repeat-x;
   z-index: -1;
   transform: rotate(180deg);
   bottom: -14%;
   }*/
}
.t-home .t-home-experience__grid {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.t-home .t-home-experience__grid .t-home-experience-item {
  display: flex;
}
.t-home .t-home-experience__grid .t-home-experience-item:nth-child(1) {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-row-end: 4;
  grid-column-end: 2;
}
.t-home .t-home-experience__grid .t-home-experience-item:nth-child(1) .t-home-experience-item__content {
  padding-right: 30px;
}
.t-home .t-home-experience__grid .t-home-experience-item:nth-child(2) {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
}
.t-home .t-home-experience__grid .t-home-experience-item:nth-child(2) .t-home-experience-item__content {
  padding-left: 30px;
}
.t-home .t-home-experience__grid .t-home-experience-item:nth-child(3) {
  grid-row-start: 4;
  grid-column-start: 1;
  grid-row-end: 6;
  grid-column-end: 2;
}
.t-home .t-home-experience__grid .t-home-experience-item:nth-child(3) .t-home-experience-item__content {
  padding-right: 30px;
}
.t-home .t-home-experience__grid .t-home-experience-item:nth-child(4) {
  grid-row-start: 3;
  grid-column-start: 2;
  grid-row-end: 5;
  grid-column-end: 3;
}
.t-home .t-home-experience__grid .t-home-experience-item:nth-child(4) .t-home-experience-item__content {
  padding-left: 30px;
}
.t-home .t-home-experience__grid .t-home-experience-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.t-home .t-home-experience__grid .t-home-experience-item__title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 13px;
  color: #ffd359;
  margin-top: 20px;
}
.t-home .t-home-experience__grid .t-home-experience-item__description {
  margin-bottom: 28px;
}
.t-home .t-home-experience__grid .t-home-experience-item__description p {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}
.t-home .t-home-experience__grid .t-home-experience-item__image {
  width: 250px;
  min-width: 250px;
  height: 315px;
  position: relative;
}
.t-home .t-home-experience__grid .t-home-experience-item__image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.t-home .t-home-experience__cta {
  display: flex;
  justify-content: center;
  text-align: center;
}
.t-home .t-home-shop-cta {
  padding-top: 60px;
  padding-bottom: 52px;
}
.t-home .t-home-shop-cta__title {
  font-size: 30px;
  line-height: 36px;
  font-family: "Roboto Slab", Cambria, Times New Roman, Times, serif;
  font-weight: bold;
}
.t-home .t-home-shop-cta__description p {
  font-size: 15px;
  line-height: 25px;
}
.t-home .t-home-shop-cta__link {
  text-align: right;
  display: inline-flex;
  align-items: self-start;
  justify-content: flex-end;
}
.t-home .t-home-activities {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.t-home .t-home-activities__title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.t-home .t-home-activities__title {
  font-family: "Roboto Slab", Cambria, Times New Roman, Times, serif;
}
.t-home .t-home-activities__slider {
  position: relative;
}
.t-home .t-home-activities .t-home-activities-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  width: 290px;
}
.t-home .t-home-activities .t-home-activities-item__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  margin-top: 1px;
  height: 99%;
}
.t-home .t-home-activities .t-home-activities-item__inner {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.t-home .t-home-activities .t-home-activities-item__icon {
  min-height: 50px;
  margin-bottom: 20px;
}
.t-home .t-home-activities .t-home-activities-item__icon img {
  margin: 0 auto;
  max-height: 50px;
}
.t-home .t-home-activities .t-home-activities-item__title {
  color: #ffd359;
  margin-bottom: 20px;
}
.t-home .t-home-whattodo {
  margin-top: 106px;
  margin-bottom: 108px;
}
.t-home .t-home-virtual {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  min-height: 400px;
  text-align: center;
  color: #fff;
  position: relative;
}
.t-home .t-home-virtual__inner {
  /*	padding-top: 83px;
   padding-bottom: 110px;*/
}
.t-home .t-home-virtual__background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.t-home .t-home-virtual__title {
  font-size: 50px;
  line-height: 36px;
  font-family: "Roboto Slab", Cambria, Times New Roman, Times, serif;
  margin-bottom: 16px;
}
.t-home .t-home-virtual__description {
  margin-bottom: 27px;
}
.t-home .t-home-virtual__description p {
  font-size: 15px;
  line-height: 25px;
}
.t-home .t-home-celje {
  padding-top: 130px;
  padding-bottom: 128px;
  background: #fff;
}
.t-home .t-home-celje__title {
  font-size: 50px;
  line-height: 56px;
  font-family: "Roboto Slab", Cambria, Times New Roman, Times, serif;
  padding-right: 50px;
}
.t-home .t-home-celje__description p {
  font-size: 15px;
  line-height: 25px;
}
.t-home .t-home-celje__link {
  margin-top: 20px;
}
.t-home .t-home-celje__images {
  margin-top: 36px;
}
.t-home .t-home-celje__logos {
  display: flex;
  height: 100%;
  align-items: end;
  justify-content: flex-end;
  padding: 0 45px 30px 0px;
}
@media (max-width: 767px) {
  .t-home .t-home-celje__logos {
    padding: 0 0 15px 0;
  }
}
.t-home .t-home-celje__logos .t-home-celje-logo-item {
  padding-right: 15px;
}
.t-home .t-home-celje__logos .t-home-celje-logo-item__image {
  position: relative;
}
@media (max-width: 767px) {
  .t-home .t-home-celje__logos .t-home-celje-logo-item__image {
    max-height: 45px;
  }
}
.t-home .t-home-celje .t-home-celje-item {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  margin-bottom: 15px;
}
.t-home .t-home-celje .t-home-celje-item__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
}
.o-bg-overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.o-bg-overlay--video {
  width: 100vw;
  height: 100vh;
  z-index: -1;
  position: absolute;
}
.o-bg-overlay--secondary {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 59, 110, 0.85);
}
.o-bg-overlay--primary {
  background: rgba(255, 211, 89, 0.4);
}
.swiper-button-prev.o-swiper-button-prev.js-footer-instagram-prev, .swiper-button-next.o-swiper-button-next.js-footer-instagram-next {
  border-radius: 20px;
  background: #ffd359;
}
.swiper-button-prev.o-swiper-button-prev.js-footer-instagram-prev:hover, .swiper-button-next.o-swiper-button-next.js-footer-instagram-next:hover {
  background: #003b6e;
}
.o-newsletter {
  text-align: center;
  position: relative;
}
.o-newsletter__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.o-newsletter__inner {
  padding-top: 58px;
  padding-bottom: 52px;
}
.o-newsletter__title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
}
.o-newsletter__cta {
  display: inline-flex;
}
.o-slider-nav {
  display: flex;
  align-items: center;
  position: absolute;
}
.o-slider-nav__title {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  color: #ffd359;
  max-width: 120px;
  text-transform: uppercase;
}
.o-slider-nav__title--next {
  margin-right: 10px;
  text-align: right;
}
.o-slider-nav__title--prev {
  margin-left: 10px;
}
.o-slider-nav__events {
  top: -50px;
}
.o-slider-nav__events i {
  background: #ffd359;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.2s;
  color: #003b6e;
  font-weight: bold;
  font-size: 17px;
}
.o-slider-nav:hover i {
  background: #003b6e;
  color: #ffd359;
}
.o-slider-nav--prev {
  right: 50px;
}
.o-slider-nav--next {
  right: 0;
}
@media (max-width: 767px) {
  .o-slider-nav--bottom-left {
    left: 0;
    right: unset;
    bottom: -60px;
    top: unset;
  }
}
@media (max-width: 767px) {
  .o-slider-nav--bottom-right {
    top: unset;
    bottom: -60px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .t-home-venues__slider .o-slider-nav__venue {
    display: flex;
    z-index: 10;
  }
  .t-home-venues__slider .o-slider-nav__venue--prev {
    left: 30px;
    top: 50%;
  }
  .t-home-venues__slider .o-slider-nav__venue--next {
    right: 30px;
    top: 50%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .t-home-venues__slider .o-slider-nav__venue .o-slider-nav__title--prev {
    display: none;
  }
}
@media (max-width: 767px) {
  .o-slider-nav__venue--prev {
    flex-direction: row-reverse;
    color: #003b6e;
  }
}
@media (max-width: 767px) {
  .o-slider-nav__venue--next {
    color: #003b6e;
  }
}
.o-slider-nav__venue i {
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 15px;
  border-radius: 35px;
  transition: all 0.3s;
  font-size: 17px;
  font-weight: bold;
  color: #ffd359;
}
@media (max-width: 767px) {
  .o-slider-nav__venue i {
    background: #ffd359;
    color: #003b6e;
  }
}
.o-slider-nav__venue:hover i {
  background: rgba(0, 0, 0, 0.65);
}
@media (max-width: 767px) {
  .o-slider-nav__venue .o-slider-nav__title {
    color: #003b6e;
    text-transform: unset;
    font-size: 12px;
    max-width: 120px;
  }
}
.o-slider-nav__separator {
  position: absolute;
  height: 35px;
  width: 1px;
  left: 50%;
  margin-top: 25px;
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .o-slider-nav__separator {
    display: none;
  }
}
div#experience:after {
  content: "";
  background-position: bottom;
  background-size: 11px 8px;
  background-repeat: repeat-x;
  width: 100vw;
  height: 13px;
  background-image: linear-gradient(to right, #efeee7 49%, rgba(0, 0, 0, 0) 0%);
  background-position: top;
  background-size: 60.089px 15px;
  background-repeat: repeat-x;
  position: absolute;
  background-position: left;
  bottom: 0;
}
.o-map iframe {
  width: 100%;
  height: 90vh;
}
.o-general-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.o-general-list-grid .o-shop-list-item__image {
  width: 100%;
  height: 280px;
}
.o-general-list-grid .o-shop-list-item__title {
  font-size: 15px;
  line-height: 18px;
}
.o-general-list-grid .o-shop-list-item__text-wrap {
  display: block;
  padding-top: 280px;
}
.o-general-list-grid .o-shop-list-item__main-text {
  padding: 11px 15px 0 15px;
}
.o-general-list-grid .o-shop-list-item__price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.o-general-list-grid .o-shop-list-item__cta-text {
  padding: 0px;
  display: block;
  margin: 0;
  width: 100%;
}
.o-page-content-additional-info {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 15px;
  padding: 25px 30px;
}
@media (max-width: 767px) {
  .o-page-content-additional-info {
    padding: 15px 25px 15px 15px;
  }
}
.o-page-content-additional-info__title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
.o-page-content-additional-info__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 15px;
}
@media (max-width: 767px) {
  .o-page-content-additional-info__grid {
    display: block;
  }
}
.o-page-content-additional-info__grid .o-page-content-additional-info-item__title {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 3px;
  color: #ec6162;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .o-page-content-additional-info__grid .o-page-content-additional-info-item__title {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .o-page-content-additional-info__grid .o-page-content-additional-info-item__text {
    margin-bottom: 5px;
  }
}
.o-page-content-additional-info__grid .o-page-content-additional-info-item__text p {
  font-size: 16px;
  line-height: 18px;
}
.o-page-content-additional-info__grid .o-page-content-additional-info-item__text a {
  color: #003b6e;
  font-weight: bold;
}
.o-sidebar-item-map {
  position: relative;
  padding-bottom: 15px;
}
.o-sidebar-item-map .o-text-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.o-sidebar-item-map__image {
  border-radius: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.251);
  width: 100%;
}
.o-general-list-event-item__background {
  width: 100%;
  height: 159px;
  background-size: cover;
  background-position: center;
}
.o-general-list-event-item__date {
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  color: #ec6162;
  margin-bottom: 3px;
}
.o-general-list-event-item__title {
  font-size: 15px;
  line-height: 21px;
  color: #000;
  margin-bottom: 3px;
}
.o-general-list-event-item__description {
  font-size: 13px;
  line-height: 21px;
  color: #6e6e6e;
  margin-bottom: 8px;
}
/* OVERFLOWI */
#events * {
  overflow: visible !important;
}
.overflow-left {
  background: #efeee7;
  z-index: 10;
}
.overflow-left:before {
  content: "";
  background: #efeee7;
  width: 100%;
  height: 105%;
  position: absolute;
  right: 0;
  transform-origin: right;
  transform: translateX(-100%);
}
.overflow-right:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efeee7;
  transform-origin: left;
  transform: translateX(100%);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.48;
}
@media (max-width: 767px) {
  .overflow-right:after {
    display: none;
  }
}
.t-home-activities {
  position: relative;
}
.t-home-activities * {
  overflow: visible !important;
}
.overflow-left-right:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  transform-origin: right;
  transform: translateX(-100%);
  z-index: 12;
}
.overflow-left-right:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: left;
  transform: translateX(100%);
  top: 0;
  left: 20px;
  z-index: 10;
  opacity: 0.48;
}
.o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap {
  background: rgba(255, 255, 255, 0.15);
  position: initial;
  width: 100%;
}
.sub-menu-wrap {
  width: 100%;
  left: 0;
  background: url('https://visitcelje.eu/wp-content/themes/celje/images/bg-pattern-chess.png');
  background-size: cover;
  padding: 52px 155px;
  display: flex;
  z-index: 1 !important;
  pointer-events: unset !important;
  top: 80px;
}
.sub-menu-wrap .sub-menu li a:after {
  left: 0;
  transform: unset;
  bottom: 2px;
}
.sub-menu-wrap .mega-menu-stays__title {
  padding-left: 60px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
}
.sub-menu-wrap .mega-menu-stays-item {
  padding-bottom: 15px;
  padding-left: 60px;
  display: flex;
}
.sub-menu-wrap .mega-menu-stays-item__image-wrapper {
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  background-size: cover;
  background-position: center;
}
.sub-menu-wrap .mega-menu-stays-item__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
}
.sub-menu-wrap .mega-menu-stays-item__title {
  font-size: 15px !important;
  line-height: 20px;
  margin-bottom: 15px;
  color: #ffd359;
  font-weight: bold;
}
.sub-menu-wrap .mega-menu-stays-item__description {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #fff;
}
.sub-menu-wrap .mega-menu-stays-item__link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.sub-menu-wrap .mega-menu-stays-item__link a {
  font-size: 13px !important;
  line-height: 14px;
  font-weight: bold;
}
.sub-menu-wrap .mega-menu-stays-item__link svg {
  margin-left: 11px;
}
.sub-menu-wrap .mega-menu-stays-item__link svg * {
  fill: #ffd359;
}
.sub-menu-wrap .mega-menu-stays-item__link:hover svg {
  margin-left: 20px;
}
ul.sub-menu {
  background: unset !important;
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
ul.sub-menu li {
  border: unset !important;
  line-height: 25px;
}
ul.sub-menu li a {
  color: #ffd359;
  font-size: 25px !important;
}
main.overlay:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 250;
}
.o-general-list .o-filter {
  position: unset !important;
  overflow: hidden;
  border-radius: 100px;
  background: unset;
  z-index: 1;
}
.o-general-list .o-filter .o-filter-head {
  background: #fff;
  border-radius: 70px;
  margin-bottom: 24px;
  padding: 19px 19px 11px 19px;
}
.o-general-list__sidebar-inner {
  padding: 25px 30px;
  background: #fff;
}
.o-general-list select {
  border-radius: 30px;
  height: 45px;
  padding-left: 30px;
  color: #003b6e;
  font-weight: bold;
  border: 3px solid #003b6e !important;
  margin: 0px 0 22px 0;
  outline: unset;
}
.o-general-list .o-general-list-sidebar__title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.o-general-list .o-general-list-sidebar__checkbox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.o-general-list .o-general-list-sidebar__checkbox:checked {
  background: #003b6e;
}
.o-general-list .o-general-list-sidebar__checkbox:checked:before {
  background: blue;
}
.o-general-event-item__background {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  margin-bottom: 7px;
}
.o-general-event-item__date {
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  color: #ec6162;
  margin-bottom: 3px;
  min-height: 21px;
  display: block;
}
.o-general-event-item__title {
  font-size: 15px;
  line-height: 21px;
  color: #000;
  margin-bottom: 3px;
}
.o-general-event-item__description {
  font-size: 13px;
  line-height: 21px;
  color: #6e6e6e;
  margin-bottom: 8px;
}
.o-page-hero {
  padding-top: 280px;
}
/* MOBILNI !!!!! */
@media (max-width: 767px) {
  /*.row > * {
   padding-left: 20px;
   padding-right: 20px;
   }*/
  /* Mega Menu */
  .o-page-hero {
    padding: 40px 0 0 0;
  }
  .o-page-hero__scroll {
    display: none;
  }
  .t-home .t-home-intro__title {
    font-size: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding: 130px 50px 70px 50px;
  }
  .t-home .t-home-venues {
    margin-top: 23px;
  }
  .t-home .t-home-venues__slider {
    margin-bottom: 100px;
  }
  .t-home .t-home-venues .t-home-venues-item__date {
    font-size: 12px;
    line-height: 19px;
  }
  .t-home .t-home-venues .t-home-venues-item__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 7px;
  }
  .t-home .t-home-venues .t-home-venues-item__inner {
    padding: 16px 21px;
  }
  .t-home .t-home-venues .t-home-venues-item__description {
    display: none;
  }
  .t-home-venues-item__button {
    border: unset;
    padding: 0;
  }
  .t-home-venues-item {
    min-height: 220px;
    display: flex;
    align-items: end;
  }
  .t-home .t-home-experience {
    margin-top: 40px;
  }
  .t-home .t-home-events {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .t-home .t-home-experience__inner {
    padding-top: 46px;
    padding-bottom: 67px;
  }
  .t-home .t-home-experience__title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .t-home .t-home-experience__grid {
    display: block;
  }
  .t-home .t-home-experience__grid .t-home-experience-item {
    flex-direction: column-reverse !important;
    margin-bottom: 40px;
  }
  .t-home .t-home-experience__grid .t-home-experience-item:nth-child(1) .t-home-experience-item__content {
    padding-right: 0;
  }
  .container--inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .t-home .t-home-experience__grid .t-home-experience-item__image {
    width: 100%;
    height: 180px;
  }
  .t-home .t-home-experience__grid .t-home-experience-item__title {
    font-size: 25px;
    line-height: 23px;
  }
  a.o-btn.o-btn--slim {
    display: inline-block;
    font-size: 12px;
  }
  .t-home .t-home-experience__grid .t-home-experience-item:nth-child(2) .t-home-experience-item__content {
    padding-left: 0;
  }
  .t-home .t-home-experience__cta {
    width: 100%;
  }
  .t-home .t-home-shop-cta {
    padding-top: 36px;
    padding-bottom: 41px;
  }
  .t-home .t-home-shop-cta__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .t-home-shop-cta__description {
    margin-bottom: 18px;
  }
  .t-home .t-home-shop-cta__link {
    justify-content: flex-start;
  }
  .t-home .t-home-experience__grid .t-home-experience-item:nth-child(4) .t-home-experience-item__content {
    padding-left: 0;
  }
  .t-home .t-home-activities .t-home-activities-item {
    min-height: 158px;
  }
  .t-home .t-home-activities .t-home-activities-item__icon {
    height: 30px;
    width: 30px;
    display: block;
    margin: 7px auto;
    min-height: 30px;
  }
  .t-home .t-home-activities .t-home-activities-item__title {
    font-size: 18px;
  }
  .t-home .t-home-activities .t-home-activities-item__inner .o-btn {
    display: none;
  }
  .t-home .t-home-activities {
    padding-top: 24px;
    padding-bottom: 50px;
  }
  .t-home .t-home-virtual {
    min-height: unset;
  }
  .t-home .t-home-virtual__inner {
    padding-top: 52px;
    padding-bottom: 59px;
  }
  .t-home-virtual__button {
    display: inline-flex;
  }
  .t-home .t-home-virtual__title {
    font-size: 30px;
    margin-bottom: 19px;
  }
  .t-home .t-home-virtual__description {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .t-home .t-home-celje {
    padding-top: 29px;
    padding-bottom: 60px;
  }
  .t-home .t-home-celje__title {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .t-home .t-home-celje__link {
    margin-top: 15px;
  }
  .t-home .t-home-celje .t-home-celje-item {
    margin-top: 0;
  }
  .t-home .t-home-celje .t-home-celje-item {
    min-height: 165px;
    padding-right: 0;
  }
  .t-home .t-home-celje .t-home-celje-item__image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0;
  }
  .g-4, .gy-4 {
    margin: 0;
  }
  .t-home .t-home-celje .t-home-celje-item__image:nth-child(0) {
    margin-top: 15px;
  }
  .col-12.col-lg-4.t-home-celje-item {
    margin-top: 15px;
    min-height: 327px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .o-bordered-menu-item {
    display: none;
  }
  header > .container {
    padding-right: 0;
  }
  .o-site-header__icons-wrap {
    margin-right: 0;
  }
  .o-site-header__cart-wrap.clearfix {
    margin-right: 19px;
  }
  .o-site-header__language-label i {
    padding-left: 4px;
    margin-top: -3px;
  }
  .mega-menu-stays-inner {
    display: none;
  }
  .o-mega-menu__mega-menu-wrap .mega-menu li:hover > .sub-menu-wrap {
    /*display: block;
     position: relative;
     left: 0;
     background: rgba(255, 255, 255, 0.1);*/
  }
  .sub-menu-wrap {
    position: relative;
    left: 0;
  }
  ul.sub-menu {
    width: 100%;
  }
  .o-mega-menu__mega-menu-wrap .mega-menu li {
    padding-top: 0 !important;
    padding-bottom: 18px !important;
  }
  .o-mega-menu__mega-menu-wrap .mega-menu li a {
    font-size: 15px !important;
  }
  .o-mega-menu__mega-menu-wrap .mega-menu li a .menu-text-wrap {
    font-weight: bold;
    color: #fff;
  }
  .o-mega-menu__mega-menu-wrap .mega-menu li .sub-menu-wrap {
    background: rgba(255, 255, 255, 0.15);
  }
  .o-mega-menu .container {
    padding: 0;
  }
  .o-mega-menu__mega-menu-wrap .mega-menu li a .menu-text-wrap {
    padding-left: 20px;
  }
  .o-mega-menu__mega-menu-wrap .mega-menu .sub-menu li a .menu-text-wrap {
    padding-left: 30px;
  }
  .o-general-list-grid {
    display: block;
  }
  .o-general-list-grid .o-general-event-item {
    margin-bottom: 23px;
  }
  .o-page-content__sidebar {
    border: unset !important;
  }
  .o-page-hero {
    height: unset;
    min-height: unset;
  }
  .o-page-hero h1 {
    font-size: 30px;
    line-height: 39px;
  }
  .o-page-hero__wrap {
    top: unset;
    transform: unset;
    padding: 79px 0 42px 0;
  }
  .o-general-list__sidebar {
    display: none;
  }
  .o-mega-menu__mega-menu-wrap .mega-menu li * {
    color: #ffd359;
    font-weight: bold;
    padding-left: 10px;
  }
  .sub-menu-wrap {
    left: 0;
    position: unset !important;
  }
  .sub-menu li {
    padding-left: 25px !important;
  }
  ul.sub-menu {
    border: unset;
  }
  ul.sub-menu li {
    padding-bottom: 15px !important;
  }
  .menu-item.is-open > span {
    color: #fff;
  }
}
.o-footer__inner {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.styled-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.styled-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #003b6e;
}
/* On mouse-over, add a grey background color */
.styled-checkbox:hover input ~ .checkmark {
  background-color: #003b6e;
}
/* When the checkbox is checked, add a blue background */
.styled-checkbox input:checked ~ .checkmark {
  background-color: #003b6e;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.styled-checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.styled-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.o-filter {
  position: fixed;
  bottom: -100%;
  background: #fff;
  z-index: 251;
}
.o-filter .o-filter-head {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.o-filter .o-filter-head__left {
  display: flex;
  align-items: center;
}
.o-filter .o-filter-head__title {
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 15px;
}
.o-filter .o-filter-body {
  padding: 5px 20px 40px 20px;
}
.o-filter .o-filter-body__title {
  margin: 15px 0;
}
.o-filter .o-filter-body .o-filter-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.o-filter .o-filter-body .o-filter-cat-grid .o-filter-cat-grid-item {
  font-size: 15px;
  padding-left: 25px;
}
.o-filter .o-filter-body .o-filter-cat-grid .o-filter-cat-grid-item .checkmark {
  width: 20px;
  height: 20px;
}
.o-filter .o-filter-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 21px;
}
.o-filter .o-filter-buttons__reset {
  color: #003b6e;
}
.no-gutters > .col-xl-3, .no-gutters > .col-xl-9 {
  margin: 0;
  padding: 0 !important;
}
.single-product {
  overflow-x: hidden;
}
.single-product .o-page-hero {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .single-product .o-page-hero {
    padding-top: 0;
    height: unset !important;
  }
}
@media (max-width: 767px) {
  .t-home-venues-item {
    width: 90% !important;
  }
}
.category-disclaimer {
  font-size: 12px;
  font-style: italic;
  color: #333;
  padding: 15px 400px 100px 0;
  border-top: 1px solid #d7d6cf;
  line-height: 2;
}
@media (max-width: 767px) {
  .category-disclaimer {
    padding-right: 0px;
  }
}
.visually-hidden, .tempus-dominus-widget [data-action]::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.tempus-dominus-widget {
  list-style: none;
  padding: 20px 25px 20px 20px;
  width: 100%;
  display: none;
  z-index: 9999;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .tempus-dominus-widget {
    padding: 20px;
  }
}
.tempus-dominus-widget.calendarWeeks {
  width: 21rem;
}
.tempus-dominus-widget.calendarWeeks .date-container-days {
  grid-auto-columns: 12.5%;
  grid-template-areas: "a a a a a a a a";
}
.tempus-dominus-widget [data-action] {
  cursor: pointer;
}
.tempus-dominus-widget [data-action]::after {
  content: attr(title);
}
.tempus-dominus-widget [data-action].disabled, .tempus-dominus-widget [data-action].disabled:hover {
  background: none;
  cursor: not-allowed;
}
.tempus-dominus-widget .arrow {
  display: none;
}
.tempus-dominus-widget.show {
  display: block;
}
.tempus-dominus-widget.show.date-container {
  min-height: 315px;
}
.tempus-dominus-widget.show.time-container {
  min-height: 217px;
}
.tempus-dominus-widget .td-collapse:not(.show) {
  display: none;
}
.tempus-dominus-widget .td-collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (min-width: 576px) {
  .tempus-dominus-widget.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .tempus-dominus-widget.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .tempus-dominus-widget.timepicker-sbs {
    width: 38em;
  }
}
.tempus-dominus-widget.timepicker-sbs .td-row {
  display: flex;
}
.tempus-dominus-widget.timepicker-sbs .td-row .td-half {
  flex: 0 0 auto;
  width: 50%;
}
.tempus-dominus-widget div[data-action]:active {
  box-shadow: none;
}
.tempus-dominus-widget .timepicker-hour, .tempus-dominus-widget .timepicker-minute, .tempus-dominus-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.tempus-dominus-widget button[data-action] {
  padding: 6px;
}
.tempus-dominus-widget .toggleMeridiem {
  text-align: center;
  height: 38px;
}
.tempus-dominus-widget .calendar-header {
  display: grid;
  grid-template-areas: "a a a";
  margin-bottom: 10px;
  font-weight: bold;
}
.tempus-dominus-widget .calendar-header .next, .tempus-dominus-widget .calendar-header .previous {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #ffd359;
  background-size: 19px 12px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transition: all 120ms ease-out;
}
.tempus-dominus-widget .calendar-header .next i, .tempus-dominus-widget .calendar-header .previous i {
  display: none;
}
.tempus-dominus-widget .calendar-header .next:not(.disabled):hover, .tempus-dominus-widget .calendar-header .previous:not(.disabled):hover {
  background-color: rgba(255, 211, 89, 0.2);
}
.tempus-dominus-widget .calendar-header .next.disabled, .tempus-dominus-widget .calendar-header .previous.disabled {
  opacity: 0.5;
}
.tempus-dominus-widget .calendar-header .next {
  margin-left: auto;
  background-image: url('../images/svg-line-arrow-right-yellow.svg') !important;
}
.tempus-dominus-widget .calendar-header .previous {
  background-image: url('../images/svg-line-arrow-left-yellow.svg') !important;
}
.tempus-dominus-widget .calendar-header .picker-switch {
  text-align: center;
  text-transform: capitalize;
  color: #666 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tempus-dominus-widget .toolbar div[data-action="clear"] i {
  display: none;
}
.tempus-dominus-widget .toolbar div[data-action="clear"] {
  border-radius: 20px;
  background: rgba(102, 102, 102, 0.1);
  padding: 10px;
}
.tempus-dominus-widget .toolbar div[data-action="clear"]::before {
  display: block;
  text-align: center;
}
#js-calendar-picker-1.is-language-sl .tempus-dominus-widget .toolbar div[data-action="clear"]::before, #js-calendar-picker-2.is-language-sl .tempus-dominus-widget .toolbar div[data-action="clear"]::before {
  content: 'Počisti';
}
#js-calendar-picker-1.is-language-en .tempus-dominus-widget .toolbar div[data-action="clear"]::before, #js-calendar-picker-2.is-language-en .tempus-dominus-widget .toolbar div[data-action="clear"]::before {
  content: 'Clear';
}
.tempus-dominus-widget .toolbar .tempus-dominus-widget .toolbar div {
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
}
.tempus-dominus-widget .date-container-days {
  display: grid;
  grid-template-areas: "a a a a a a a";
  grid-auto-rows: 40px;
  grid-auto-columns: 14.2857142857%;
  row-gap: 5px;
}
@media (max-width: 767px) {
  .tempus-dominus-widget .date-container-days {
    row-gap: 0;
  }
}
.tempus-dominus-widget .date-container-days .range-in {
  background-color: #01419e !important;
  border: none;
  border-radius: 0 !important;
  box-shadow: -5px 0 0 #01419e, 5px 0 0 #01419e;
}
.tempus-dominus-widget .date-container-days .range-end {
  border-radius: 0 50px 50px 0 !important;
}
.tempus-dominus-widget .date-container-days .range-start {
  border-radius: 50px 0 0 50px !important;
}
.tempus-dominus-widget .date-container-days .dow {
  align-items: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  font-size: 0;
  position: relative;
  bottom: -10px;
}
.tempus-dominus-widget .date-container-days .dow::first-letter {
  visibility: visible;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: rgba(102, 102, 102, 0.4);
}
.tempus-dominus-widget .date-container-days .cw {
  width: 90%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 0.8em;
  line-height: 20px;
  cursor: default;
}
.tempus-dominus-widget .date-container-decades, .tempus-dominus-widget .date-container-years, .tempus-dominus-widget .date-container-months {
  display: grid;
  grid-template-areas: "a a a";
  grid-auto-rows: calc((19rem - 8px) / 7);
}
.tempus-dominus-widget .time-container-hour, .tempus-dominus-widget .time-container-minute, .tempus-dominus-widget .time-container-second {
  display: grid;
  grid-template-areas: "a a a a";
  grid-auto-rows: calc((19rem - 8px) / 7);
}
.tempus-dominus-widget .time-container-clock {
  display: grid;
  grid-auto-rows: calc((19rem - 8px) / 7);
}
.tempus-dominus-widget .time-container-clock .no-highlight {
  width: 90%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.tempus-dominus-widget .date-container-decades div:not(.no-highlight), .tempus-dominus-widget .date-container-years div:not(.no-highlight), .tempus-dominus-widget .date-container-months div:not(.no-highlight), .tempus-dominus-widget .date-container-days div:not(.no-highlight), .tempus-dominus-widget .time-container-clock div:not(.no-highlight), .tempus-dominus-widget .time-container-hour div:not(.no-highlight), .tempus-dominus-widget .time-container-minute div:not(.no-highlight), .tempus-dominus-widget .time-container-second div:not(.no-highlight) {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
  font-size: 15px;
  transition: all 120ms ease-out;
}
.tempus-dominus-widget .date-container-decades div:not(.no-highlight).disabled, .tempus-dominus-widget .date-container-decades div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .date-container-years div:not(.no-highlight).disabled, .tempus-dominus-widget .date-container-years div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .date-container-months div:not(.no-highlight).disabled, .tempus-dominus-widget .date-container-months div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .date-container-days div:not(.no-highlight).disabled, .tempus-dominus-widget .date-container-days div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .time-container-clock div:not(.no-highlight).disabled, .tempus-dominus-widget .time-container-clock div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .time-container-hour div:not(.no-highlight).disabled, .tempus-dominus-widget .time-container-hour div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .time-container-minute div:not(.no-highlight).disabled, .tempus-dominus-widget .time-container-minute div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .time-container-second div:not(.no-highlight).disabled, .tempus-dominus-widget .time-container-second div:not(.no-highlight).disabled:hover {
  background: none;
  cursor: not-allowed;
}
.tempus-dominus-widget .date-container-decades div:not(.no-highlight).today, .tempus-dominus-widget .date-container-years div:not(.no-highlight).today, .tempus-dominus-widget .date-container-months div:not(.no-highlight).today, .tempus-dominus-widget .date-container-days div:not(.no-highlight).today, .tempus-dominus-widget .time-container-clock div:not(.no-highlight).today, .tempus-dominus-widget .time-container-hour div:not(.no-highlight).today, .tempus-dominus-widget .time-container-minute div:not(.no-highlight).today, .tempus-dominus-widget .time-container-second div:not(.no-highlight).today {
  position: relative;
}
.tempus-dominus-widget .date-container-decades div:not(.no-highlight).today:before, .tempus-dominus-widget .date-container-years div:not(.no-highlight).today:before, .tempus-dominus-widget .date-container-months div:not(.no-highlight).today:before, .tempus-dominus-widget .date-container-days div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-clock div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-hour div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-minute div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-second div:not(.no-highlight).today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  display: none;
}
.tempus-dominus-widget .time-container {
  margin-bottom: 0.5rem;
}
.tempus-dominus-widget button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tempus-dominus-widget.tempus-dominus-widget-readonly table td.day, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.hour, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.minute, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.second, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementHours], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementMinutes], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementSeconds], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementHours], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementMinutes], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementSeconds], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showHours], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showMinutes], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showSeconds], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=togglePeriod] {
  pointer-events: none;
  cursor: default;
}
.tempus-dominus-widget.tempus-dominus-widget-readonly table td.day:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.hour:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.minute:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.second:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementHours]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementMinutes]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementSeconds]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementHours]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementMinutes]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementSeconds]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showHours]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showMinutes]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showSeconds]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=togglePeriod]:hover {
  background: none;
}
.tempus-dominus-widget.light {
  color: #000;
  background-color: #fff;
}
.tempus-dominus-widget.light [data-action].disabled, .tempus-dominus-widget.light [data-action].disabled:hover {
  color: #6c757d;
}
.tempus-dominus-widget.light .toolbar div:hover {
  background: #e9ecef;
}
.tempus-dominus-widget.light .date-container-days .dow {
  color: rgba(0, 0, 0, 0.5);
}
.tempus-dominus-widget.light .date-container-days .cw {
  color: rgba(0, 0, 0, 0.38);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight):hover, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight):hover, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight):hover, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight):hover, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight):hover, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight):hover, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight):hover, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight):hover {
  background: rgba(0, 59, 110, 0.2);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight), .tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight), .tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight), .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {
  background-color: #003b6e;
  color: #fff;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.161);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.old, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-decades div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-decades div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-decades div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.new, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-decades div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-decades div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-decades div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.old, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.new, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.old, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.new, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.old, .tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.new, .tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.old, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.new, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.old, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.new, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.old, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.new, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.old, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.new, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-start:not(.no-highlight).new {
  color: #fff;
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.today:before {
  border-bottom-color: #fff;
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).new {
  color: rgba(0, 0, 0, 0.6);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled:hover {
  color: #ccc;
  background: none;
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before {
  border-bottom-color: #0d6efd;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.tempus-dominus-widget.light button {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.tempus-dominus-widget.dark {
  color: #e3e3e3;
  background-color: #1b1b1b;
}
.tempus-dominus-widget.dark [data-action].disabled, .tempus-dominus-widget.dark [data-action].disabled:hover {
  color: #6c757d;
}
.tempus-dominus-widget.dark .toolbar div:hover {
  background: #232627;
}
.tempus-dominus-widget.dark .date-container-days .dow {
  color: rgba(232, 230, 227, 0.5);
}
.tempus-dominus-widget.dark .date-container-days .range-in {
  background-color: #0071c7 !important;
  box-shadow: -5px 0 0 #0071c7, 5px 0 0 #0071c7;
}
.tempus-dominus-widget.dark .date-container-days .cw {
  color: rgba(232, 230, 227, 0.38);
}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight):hover {
  background: #232627;
}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight), .tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight), .tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight), .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active {
  background-color: #4db2ff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(232, 230, 227, 0.25);
}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-start:not(.no-highlight).new {
  color: #fff;
}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).today:before, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.today:before {
  border-bottom-color: #1b1b1b;
}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).new {
  color: rgba(232, 230, 227, 0.38);
}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled:hover {
  color: #6c757d;
}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).today:before {
  border-bottom-color: #4db2ff;
  border-top-color: rgba(232, 230, 227, 0.2);
}
.tempus-dominus-widget.dark button {
  color: #fff;
  background-color: #4db2ff;
  border-color: #4db2ff;
}
/*# sourceMappingURL=tempus-dominus.css.map */
/*# sourceMappingURL=style.css.map */