/* File: assets/cs/css/normalize.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


/* File: assets/cs/css/init.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.cb {
  clear: both !important;
}
.cn {
  clear: none !important;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.no-border {
  border: none !important;
}
.hide {
  display: none !important;
}
body:not(.no-js) .js-hide {
  display: none !important;
}
body:not(.no-js) .js-show {
  display: block !important;
}
.only-mobile,
.only-desktop,
.only-tablet,
.only-tablet-desktop {
  display: none !important;
}
body.mobile .only-mobile {
  display: block !important;
}
body.tablet .only-tablet {
  display: block !important;
}
body:not(.mobile):not(.tablet) .only-desktop {
  display: block !important;
}
body:not(.mobile) .only-tablet-desktop {
  display: block !important;
}
.big {
  font-size: 1.5em !important;
}
.middle {
  font-size: 1.2em !important;
}
.small {
  font-size: 0.9em !important;
}
.thin {
  font-weight: 300 !important;
}
.italic {
  font-style: italic !important;
}
.normal {
  font-weight: normal !important;
  font-style: normal !important;
}
.lower {
  text-transform: lowercase !important;
}
.upper {
  text-transform: uppercase !important;
}
.red {
  color: #f00 !important;
}
.main-color {
  color: main-color !important;
}
.grey {
  color: #808080 !important;
}
.reset {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  background: none !important;
  border: none !important;
  font-weight: normal !important;
  text-align: left !important;
  width: auto !important;
  height: auto !important;
  color: inherit !important;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}
.nowrap {
  white-space: nowrap !important;
}
.center-content {
  margin-left: auto !important;
  margin-right: auto !important;
}
.error {
  border: 3px #f00;
  color: #f00;
}
.success {
  border: 3px main-color;
  color: main-color;
}
.disabled {
  opacity: 0.4;
}
.disabled:hover {
  cursor: not-allowed;
}
.width-10 {
  width: 10% !important;
}
.width-20 {
  width: 20% !important;
}
.width-30 {
  width: 30% !important;
}
.width-40 {
  width: 40% !important;
}
.width-50 {
  width: 50% !important;
}
.width-60 {
  width: 60% !important;
}
.width-70 {
  width: 70% !important;
}
.width-80 {
  width: 90% !important;
}
.width-90 {
  width: 90% !important;
}
.width-100 {
  width: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}


/* File: assets/cs/css/components.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
#menu-opener {
  display: none;
  position: relative;
  height: 51px;
  width: 52px;
  z-index: 100;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, transform 0.4s;
  transition: background-color 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 3px 3px 0 0;
  border: 0;
}
#menu-opener:hover {
  background: none;
}
#menu-opener::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 5px;
  width: 42px;
  height: 5px;
  background: #583119;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, background-color 0.4s;
  transition: transform 0.4s, background-color 0.4s, -webkit-transform 0.4s;
}
#menu-opener::after {
  position: absolute;
  content: "";
  top: 34px;
  left: 5px;
  width: 42px;
  height: 5px;
  background: #583119;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, background-color 0.4s;
  transition: transform 0.4s, background-color 0.4s, -webkit-transform 0.4s;
}
#menu-opener span {
  display: inline-block;
  position: absolute;
  content: "";
  top: 23px;
  left: 5px;
  width: 42px;
  height: 5px;
  background: #583119;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#menu-opener:hover {
  cursor: pointer;
}
.menu-opened #menu-opener::before {
  -webkit-transform: translate(0px, 11px) rotate(-45deg);
  transform: translate(0px, 11px) rotate(-45deg);
}
.menu-opened #menu-opener::after {
  -webkit-transform: translate(0px, -11px) rotate(45deg);
  transform: translate(0px, -11px) rotate(45deg);
}
.menu-opened #menu-opener span {
  background-color: transparent;
}
.owl-carousel {
  padding: 0 50px;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 0;
  top: 50%;
  margin-top: -30px;
  width: 40px;
  height: 40px;
  color: transparent;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.owl-carousel .owl-prev {
  left: -15px;
  background: url("../images/icons/left-arrow.png") center no-repeat;
}
.owl-carousel .owl-prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.owl-carousel .owl-next {
  right: -15px;
  background: url("../images/icons/right-arrow.png") center no-repeat;
}
.owl-carousel .owl-next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.customers .owl-carousel {
  padding: 0;
}
.customers .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.customers .owl-carousel .owl-prev,
.customers .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 29px;
  height: 48px;
  color: transparent;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.customers .owl-carousel .owl-prev {
  left: 10px;
  background: url("../images/icons/arrow-left.png") 0 -48px no-repeat;
}
.customers .owl-carousel .owl-prev:hover {
  background-position: 0 0;
}
.customers .owl-carousel .owl-next {
  right: 10px;
  background: url("../images/icons/arrow-right.png") 0 -48px no-repeat;
}
.customers .owl-carousel .owl-next:hover {
  background-position: 0 0;
}
.customers .owl-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
}
.customers .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin: 0 8px;
  box-shadow: inset 0 0 0 2px #583119;
  position: relative;
}
.customers .owl-carousel .owl-dots .owl-dot::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #f0b600;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.customers .owl-carousel .owl-dots .owl-dot.active {
  box-shadow: inset 0 0 0 2px #f0b600;
}
.customers .owl-carousel .owl-dots .owl-dot.active::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#loyalty-program {
  width: auto;
  border: 2px solid #f0b600;
  height: 66px;
  position: relative;
  margin: 0px 28px;
}
#loyalty-program #loyalty-indicator {
  width: 0px;
  height: 100%;
  background-color: #f0b600;
  position: relative;
  overflow: visible !important;
}
#loyalty-program #loyalty-indicator::after {
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 25px 0 0;
  border-color: #f0b600 transparent transparent transparent;
	display: none;
}
.loyalty-points-wrapper {
  position: relative;
/*   left: 0px; */
/* 	bottom: 0px; */
  white-space: nowrap;
  font-size: 22px;
  color: #FFFFFF;
	line-height: 62px;
	height: 62px;
	width: 100px;
	display: inline-block;
	float: left;
	background-color: #f0b600;
    top: 2px;
    left: 30px
}
.loyalty-points-wrapper div {
	position: absolute;
	left: 30px;
	bottom: 0px;
}
#loyalty-program #loyalty-points {
  display: inline;
  line-height: 70px;
  position: relative;
  z-index: 2;
}
.loyalty-program-wrapper {
  margin: 50px 0px 100px 0px;
  position: relative;
}
.loyalty-program-wrapper .loyalty-marker {
  position: absolute;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 1;
  text-align: center;
  color: #583119;
}
.loyalty-program-wrapper .loyalty-marker::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 30px;
  top: -5px;
  left: 50%;
  margin-left: -25px;
  background-color: #fff;
  z-index: -1;
}
.loyalty-program-wrapper .loyalty-marker::after {
  position: absolute;
  content: "";
  top: 25px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
.loyalty-program-wrapper .loyalty-marker span {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  white-space: nowrap;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  color: #fff;
	text-indent: -9999px;
}
.loyalty-program-wrapper .loyalty-marker span::after {
  position: absolute;
  content: "";
  height: 110px;
  width: 1px;
  background-color: #fff;
  bottom: 46px;
  left: 50%;
}
.loyalty-program-wrapper .loyalty-marker:nth-of-type(even) {
/*   height: 230px; */
}
.loyalty-program-wrapper .loyalty-marker:nth-of-type(even) span::after {
/*   height: 140px; */
}
.loyalty-program-wrapper .loyalty-marker:nth-of-type(odd) span::after {
/*   height: 150px; */
}
.loyalty-program-wrapper .loyalty-marker:nth-of-type(odd)::after {
/*   top: -15px; */
}
.loyalty-program-wrapper .loyalty-marker:nth-of-type(odd)::before {
/*   top: -45px; */
}
.loyalty-program-wrapper .loyalty-marker::before {
  content: attr(data-points);
  line-height: 30px;
}

.loyalty-milestone {
    width: 52px;
    height: 52px;
    border: 2px solid #f0b600;
    background-color: #312927;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;    
}

.loyalty-milestone-standard {
    left: -26px;
}

.loyalty-milestone-friends {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

.loyalty-milestone-lovers {
    right: -26px;
}

.loyalty-milestone::after {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

.loyalty-milestone-standard::after {
    background: transparent url('../images/icons/loyalty-standard.png') no-repeat center;
    background-size: auto 29px;
}

.loyalty-milestone-friends::after {
    background: transparent url('../images/icons/loyalty-friends.png') no-repeat center;
    background-size: 29px auto;
}

.loyalty-milestone-lovers::after {
    background: transparent url('../images/icons/loyalty-lovers.png') no-repeat center;
    background-size: 29px auto;
}

.milestone-info-wrapper {
    position: relative;
    width: auto;
    margin: 0px 28px;
}

.loyalty-milestone-info {
    position: absolute;
    top: 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 30px;
}

.loyalty-milestone-info span {
    font-weight: bold;
    color: #f0b600;    
}

.milestone-info-wrapper .loyalty-milestone-info:nth-child(1) {
    left: 0px;
    text-align: left;
}

.milestone-info-wrapper .loyalty-milestone-info:nth-child(2) {
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
}

.milestone-info-wrapper .loyalty-milestone-info:nth-child(3) {
    right: 0px;
    text-align: right;
}

#current-balance {
    position: absolute;
    top: -65%;
    left: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
    background-color: #FFFFFF;
    color: #583219;
    font-family: "Boulevard", Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    padding: 4px 8px;
}

#current-balance::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #ffffff transparent transparent transparent;    
}

#loyalty-how {
    color: #FFFFFF;
    text-transform: uppercase;
    width: auto;
    background-color: transparent;
}

#loyalty-how tr:nth-child(even) {
    background-color: transparent;
}

#loyalty-how span {
    font-weight: bold;
    color: #f0b600;        
}

#loyalty-how tr td:first-child {
    vertical-align: middle;
    padding: 0px 10px;
}

#loyalty-how tr td:first-child img {
    width: 29px;
    height: auto;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
  margin: 10px 0px;
  padding:12px;
}
.isa_info {
  color: #00529B;
  background-color: #BDE5F8;
}
.isa_success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
.isa_warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
.isa_error {
  color: #D8000C;
  background-color: #FFBABA;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
  margin:10px 22px;
  font-size:2em;
  vertical-align:middle;
}


/* File: assets/cs/css/font-awesome.min.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.1');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/* File: assets/cs/css/app.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
/*@font-face {
  font-family: "Boulevard";
  src: url("../font/boulevard-webfont.eot");
  src: url("../font/boulevard-webfont.eot?#iefix") format('embedded-opentype'), url("../font/boulevard-webfont.woff2") format('woff2'), url("../font/boulevard-webfont.woff") format('woff'), url("../font/boulevard-webfont.ttf") format('truetype'), url("../font/boulevard-webfont.svg#boulevardbetaonebold") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'Boulevard';
  src: url('../font/boulevard_bold_webfont.woff2') format('woff2'), url('../font/boulevard_bold_webfont.woff') format('woff'), url('../font/boulevard_bold_webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  background: transparent url("../images/new_background.jpg") center top repeat;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-size: 100% auto;
}

body.cms-home-index {
  background-image: none;
}

body.white-bg {
  background: #efefef;
  color: #583119;
}
body.white-bg h4,
body.white-bg h5 {
  color: #583119;
}
body::after {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
body.menu-opened {
  overflow: hidden;
}
body.menu-opened::after {
  height: 100%;
  opacity: 1;
}
.body-wrapper {
  width: 100%;
  overflow: hidden;
}
.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.wrapper.narrower {
  max-width: 900px;
}
section {
  padding-bottom: 70px;
}
header {
  background-color: #f0b600;
  text-align: right;
  position: relative;
  z-index: 2;
  height: 70px;
  margin: 0 auto 100px;
  overflow: hidden;
}

header .inner-wrapper {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

/*header::before,
header::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  z-index: -2;
}
header::before {
  top: 0;
  left: -69px;
  border-width: 0 71px 155px 0;
  border-color: transparent #f0b600 transparent transparent;
}
header::after {
  left: 0;
  bottom: -69px;
  border-width: 69px 1240px 0 0;
  border-color: #f0b600 transparent transparent transparent;
}*/
header .home-link {
  text-decoration: none;
  float: left;
  margin-top: 8px; /* 25px */
}

header .home-link img:first-child {
	width: 140px;
	max-width: none;
	height: auto;
}

header .home-link img:nth-child(2) {
	width: 100px;
	max-width: none;
	height: auto;
}

header .free-stuff {
  /*margin-left: 25px;*/
  margin-left: 0px;
  margin-top: 3px;
  vertical-align: top;
}
/*header .right-corner {
  position: absolute;
  top: 0;
  right: -1298px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 1300px 0 0;
  border-color: #f0b600 transparent transparent transparent;
}*/
.main-menu {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  font-size: 0;
  font-family: "Boulevard", Helvetica, sans-serif;
}
.main-menu li {
  display: inline-block;
  list-style-type: none;
  font-size: 23px;
  text-transform: uppercase;
  -webkit-transition: line-height 0.5s;
  transition: line-height 0.5s;
}
.main-menu li a {
  display: inline-block;
  text-decoration: none;
  color: #583119;
  line-height: 70px;
  padding: 0 16px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.main-menu li.active a,
.main-menu li a:hover {
  background-color: #583119;
  color: #f0b600;
}
.menu-opened .main-menu {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: auto;
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3 {
  color: #583119; /*#f0b600*/
  font-weight: normal;
}
h1,
.h1 {
  text-transform: uppercase;
  font-size: 48px;
}
h2,
.h2 {
  text-transform: uppercase;
  font-size: 25px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
h5 {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans", helvetica, sans-serif;
  font-weight: bold;
}
h5 {
  text-transform: none;
}
.excerpt,
.strong {
  font-family: "Boulevard", Helvetica, sans-serif;
}
.excerpt a,
.strong a {
  font-weight: normal;
}
.excerpt {
  font-size: 24px;
  line-height: 37px;
}
.strong {
  font-size: 20px;
  line-height: 26px;
}
.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.three-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
p,
ul,
ol {
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 14px;
}
a {
  color: #f0b600;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 25px 0;
  line-height: 26px;
}
p a {
  font-weight: 700;
}
.wrapper ul li::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 2px;
  vertical-align: top;
  margin: 10px 10px 0 0;
  background-color: #f0b600;
}
.wrapper ul.strong li::before {
  width: 10px;
  height: 3px;
}
.wrapper ol {
  counter-reset: item;
}
.wrapper ol li::before {
  margin-right: 3px;
  content: counter(item) ". ";
  counter-increment: item;
  color: #f0b600;
  font-weight: 700;
}
.wrapper ul,
.wrapper ol {
  list-style-type: none;
  padding-left: 0;
}
.wrapper ul.strong,
.wrapper ol.strong {
  margin: 35px 0;
}
.wrapper ul.strong li,
.wrapper ol.strong li {
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.wrapper ul.strong li::before,
.wrapper ol.strong li::before {
  margin-right: 10px;
}
.wrapper ul.strong li::before {
  margin-top: 12px;
  margin-right: 20px;
}
.wrapper ol.strong li::before {
  font-weight: normal;
}
table {
  width: 100%;
  font-family: "Open Sans", helvetica, sans-serif;
  background-color: #fff;
  color: #583119;
  font-size: 14px;
}
table thead {
  background-color: #f0b600;
  color: #583119;
  font-size: 18px;
  font-family: "Boulevard", Helvetica, sans-serif;
  text-align: left;
}
table thead th {
  font-weight: normal;
}
table td,
table th {
  padding: 12px;
}
table td:first-child,
table th:first-child {
  padding-left: 30px;
}
table tr.pending td:first-child,
table tr.delivered td:first-child,
table tr.cancelled td:first-child {
  position: relative;
}
table tr.pending td:first-child::before,
table tr.delivered td:first-child::before,
table tr.cancelled td:first-child::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
}
table tr.pending td:first-child::before {
  background-color: #0084ff;
}
table tr.pending td:nth-child(3) {
  color: #0084ff;
}
table tr.delivered td:first-child::before {
  background-color: #00bc00;
}
table tr.delivered td:nth-child(3) {
  color: #00bc00;
}
table tr.cancelled td:first-child::before {
  background-color: #e30000;
}
table tr.cancelled td:nth-child(3) {
  color: #e30000;
}
table td:nth-child(2),
table td:nth-child(3),
table td:nth-child(4) {
  font-weight: 700;
}
table td:last-child a {
  color: #583119;
  text-decoration: none;
  padding: 2px 0 2px 10px;
/*  background: url("../images/icons/download.png") left center no-repeat;*/
}
table td:last-child a:hover {
  text-decoration: underline;
}
table tr:nth-child(even) {
  background-color: #efefef;
}
.button,
button {
  display: inline-block;
  font-size: 19px;
  padding: 12px 30px;
  border: 2px solid #583119; /* #f0b600 */
  text-decoration: none;
  text-transform: uppercase;
  background: none;
  color: #583119; /* #f0b600 */
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  position: relative;
}
.button.bigger,
button.bigger {
  font-size: 25px;
  padding: 18px 40px;
}
.button.ico-add,
button.ico-add {
  padding-left: 65px;
}
.button::before,
button::before {
  -webkit-transition: background-image 200ms linear;
  -moz-transition: background-image 200ms linear;
  -o-transition: background-image 200ms linear;
  -ms-transition: background-image 200ms linear;
}
.button.ico-add::before,
button.ico-add::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 25px;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: url("../images/icons/add.png") 0 0 no-repeat;
}
.button.ico-add:hover,
button.ico-add:hover {
  background-color: #f0b600;
  color: #583119;
}
.button.ico-add:hover::before,
button.ico-add:hover::before {
  background-position: 0 -15px;
}
.button.ico-send,
button.ico-send {
  padding-left: 85px;
}
.button.ico-send::before,
button.ico-send::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 25px;
  width: 33px;
  height: 32px;
  margin-top: -16px;
  background: url("../images/icons/send.png") 0 0 no-repeat;
}
.button.ico-send:hover,
button.ico-send:hover {
  background-color: #f0b600;
  color: #583119;
}
.button.ico-send:hover::before,
button.ico-send:hover::before {
  background-position: 0 -32px;
}
.button.ico-check,
button.ico-check {
  padding-left: 85px;
}
.button.ico-check::before,
button.ico-check::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 24px;
  background: url("../images/icons/check.png") 0 -24px no-repeat;
  left: 30px;
  top: 50%;
  margin-top: -13px;
}
.button.ico-check:hover::before,
button.ico-check:hover::before {
  background-position: 0 0px;
}
.button.ico-close,
button.ico-close {
  padding-left: 85px;
}
.button.ico-close::before,
button.ico-close::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 25px;
  width: 33px;
  height: 33px;
  margin-top: -17px;
  background: url("../images/icons/close.png") 0 0 no-repeat;
}
.button.ico-close:hover,
button.ico-close:hover {
  background-color: #f0b600;
  color: #583119;
}
.button.ico-close:hover::before,
button.ico-close:hover::before {
  background-position: 0 -33px;
}
.button.ico-add-address,
button.ico-add-address {
  padding-left: 60px;
}
.button.ico-add-address::before,
button.ico-add-address::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  width: 19px;
  height: 19px;
  margin-top: -9px;
  background: url("../images/icons/add-address.png") 0 0 no-repeat;
}
.button.ico-add-address:hover,
button.ico-add-address:hover {
  background-color: #f0b600;
  color: #583119;
}
.button.ico-add-address:hover::before,
button.ico-add-address:hover::before {
  background-position: 0 -19px;
}
.button.ico-calendar,
button.ico-calendar {
  padding-left: 90px;
}
.button.ico-calendar::before,
button.ico-calendar::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 25px;
  width: 40px;
  height: 39px;
  margin-top: -20px;
  background: url("../images/icons/calendar.png") 0 0 no-repeat;
}
.button.ico-calendar:hover,
button.ico-calendar:hover {
  background-color: #f0b600;
  color: #583119;
}
.button.ico-calendar:hover::before,
button.ico-calendar:hover::before {
  background-position: 0 -39px;
}
.button.ico-box,
button.ico-box {
  padding-left: 90px;
}
.button.ico-box::before,
button.ico-box::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 25px;
  width: 33px;
  height: 28px;
  margin-top: -14px;
  background: url("../images/icons/box2.png") 0 0 no-repeat;
}
.button.ico-box:hover,
button.ico-box:hover {
  background-color: #f0b600;
  color: #583119;
}
.button.ico-box:hover::before,
button.ico-box:hover::before {
  background-position: 0 -28px;
}
.button:hover,
button:hover {
  background-color: #583119; /* #f0b600 */
  color: #f0b600; /* #583119 */
}
.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0 auto 2%;
  padding-bottom: 20px;
}
.three .column {
  width: 31.3%;
}
.six .column {
  width: 14.6%;
  padding: 0 10px;
}
.vertical-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.vertical-center .column {
  vertical-align: middle;
}
.left-side {
  display: table;
  float: left;
}
.right-side {
  float: right;
}
.intro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: -190px;
  padding-top: 190px;
  position: relative;
}
.intro::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.13);
}
.intro .wrapper {
  z-index: 1;
}
@media all and (min-width: 1600px) {
  .intro-content{
    width: 650px;
  }
}
@media all and (min-width: 1280px) {
  .intro-content{
    width: 500px;
  }
}
@media all and (min-width: 1280px) and (max-height:690px) {
  .intro{
    padding-top: 150px;
  }
  .three .column{
    margin: 0 auto;
  }
  .excerpt {
      font-size: 20px;
      line-height: 29px;
  }
}
@media all and (min-width: 1024px) and (max-height:690px) {
  .intro{
    padding-top: 150px;
  }
  .three .column{
    margin: 0 auto;
  }
}

@media all and (max-width: 1279px) {
  .intro .wrapper {
    max-width: 950px;
  }
  .new-order-btn {
    margin-left: 0;
  }

}
.intro h1 {
  font-size: 68px;
  margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
    color: #FFFFFF;
}

.intro .excerpt {
	margin-top: 10px;
	margin-bottom: 15px;
}

.intro .three.columns a img {
	max-width: 75px;
}

.intro .three.columns h2 {
	font-size: 22px;
}

.intro h2 {
  color: #fff;
}
.intro h2 span {
  color: #f0b600;
}
.intro .button {
  display: inline-block;
  color: #583119;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 38px;
  padding: 20px 35px 20px 110px;
  background-color: #f0b600;
  border: 0;
}
.intro .button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 21px;
  width: 57px;
  height: 39px;
  margin-top: -19px;
  background: url("../images/icons/bbbox.png") 0 -39px no-repeat;
}
.intro .button:hover {
  background-color: #583119;
  color: #f0b600;
}
.intro .button:hover::before {
  background-position: 0 0;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #583119; /* #f0b600 */
  margin: 50px 0;
}
#switcher {
  width: 100%;
  max-width: 859px;
  font-size: 0;
  border: 2px solid #f0b600;
  overflow: hidden;
  margin: 0 auto 50px;
}
#switcher a {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  text-decoration: none;
  font-size: 25px;
  text-transform: uppercase;
  width: 33.333%;
  height: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
#switcher a.current,
#switcher a:hover {
  background-color: #f0b600;
  color: #583119;
}
#switcher a.current::before,
#switcher a:hover::before,
#switcher a.current::after,
#switcher a:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #f0b600;
  z-index: -1;
}
#switcher a.current::before,
#switcher a:hover::before {
  top: -100%;
}
#switcher a.current::after,
#switcher a:hover::after {
  bottom: -100%;
}
h2 .message,.h2 .message,h1 .message,.h1 .message {
  display: inline-block;
  vertical-align: middle;
  background-color: #af0917;
  color: #fff;
  font-size: 18px;
  text-transform: none;
  padding: 0 20px;
  line-height: 48px;
  margin: -3px 0 0 30px;
  position: relative;
}
h2 .message::before,.h2 .message::before,h1 .message::before,.h1 .message::before {
  position: absolute;
  content: "";
  left: -11px;
  top: 50%;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 12px 0;
  border-color: transparent #af0917 transparent transparent;
}
h2 .message.ok {
    background-color: #42B649;
}
h2 .message.ok::before {
    border-color: transparent #42B649 transparent transparent;
}
.loyalty-total {
    float: left;
}
.loyalty-total p {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
}
.loyalty-total p .loyalty-level,
.loyalty-balance {
  display: inline-block;
  font-weight: bold;
  color: #f0b600;
}
.loyalty-total p .loyalty-level::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.loyalty-total p .loyalty-level.loyalty-standard::before, .loyalty-total p .loyalty-level.loyalty-classic::before {
    background: transparent url('../images/icons/loyalty-standard.png') no-repeat center;
    background-size: auto 24px;
}
.loyalty-total p .loyalty-level.loyalty-friends::before, .loyalty-total p .loyalty-level.loyalty-silver::before {
    background: transparent url('../images/icons/loyalty-friends.png') no-repeat center;
    background-size: 24px auto;
}
.loyalty-total p .loyalty-level.loyalty-lovers::before, .loyalty-total p .loyalty-level.loyalty-gold::before {
    background: transparent url('../images/icons/loyalty-lovers.png') no-repeat center;
    background-size: 24px auto;
}

#loyalty-period {
    float: right;
}

#loyalty-period .period-arrow {
    display: inline-block;
    width: 16px;
    height: 29px;
}

#loyalty-period .period-arrow:hover {
    cursor: pointer;
}

#loyalty-period .period-prev {
    background: transparent url('../images/icons/loyalty-arrow-prev.png');
    background-size: 16px auto;
    margin-right: 8px;
}

#loyalty-period .period-next {
    background: transparent url('../images/icons/loyalty-arrow-next.png');
    background-size: 16px auto;
    margin-left: 8px;
}

#loyalty-period .period-date {
    color: #FFFFFF;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    top: -8px;
}

#loyalty-period .period-icon {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: transparent url('../images/icons/loyalty-calendar.png');
    background-size: 31px auto;
    margin-left: 20px;
}

.loyalty-hr {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #f0b600;
    margin: 0px 0px 15px 0px;
    border: none;
}

.on-right {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: -5px;
}
.registration,
.thank-you {
  text-align: center;
}
.registration p,
.thank-you p {
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 29px;
  line-height: 38px;
  color: #583119;
}
.registration p span,
.thank-you p span {
  color: #f0b600;
}
.registration .divider,
.thank-you .divider {
  background-color: #584d4b;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.thank-you .button {
  text-transform: none;
}
.registration .facebook,
.registration .google-plus {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 29px;
  padding: 20px 70px 20px 90px;
  margin: 10px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.registration .facebook {
  background: #4d7eb9 url("../images/icons/facebook-white.png") 33px center no-repeat;
}
.registration .facebook:hover {
  background-color: #3f6ba0;
}
.registration .google-plus {
  background: #f66163 url("../images/icons/google-plus.png") 30px center no-repeat;
}
.registration .google-plus:hover {
  background-color: #f44143;
}
.registration input {
  max-width: 630px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 18px;
  /*text-transform: uppercase;*/
  padding: 20px;
  letter-spacing: 1px;
}
.registration #formo-users_area_login-login_password {
    margin-bottom: 25px;
}

::-webkit-input-placeholder {
  text-transform: uppercase !important;
}
:-moz-placeholder {
  text-transform: uppercase !important;
}
::-moz-placeholder {
  text-transform: uppercase !important;
}
:-ms-input-placeholder {
  text-transform: uppercase !important;
}
.ico-delivery {
  padding-left: 40px;
  background: url("../images/icons/delivery.png") left center no-repeat;
}
.ico-payment {
  padding-left: 40px;
  background: url("../images/icons/payment.png") left center no-repeat;
}
.ico-address {
  padding-left: 40px;
  background: url("../images/icons/address.png") 20px center no-repeat;
}
.delivery h2 {
  font-size: 29px;
}
.products h1 {
  text-align: center;
}
.products .products-item {
  background-color: #fff;
  color: #583119;
  font-size: 22px;
  margin-bottom: 18px;
  padding: 3px;
  display: table;
  width: 100%;
	position: relative;
}
.products .products-item a {
  color: #583119;
  text-decoration: none;
}
.products .products-item .img-cell,
.products .products-item .info,
.products .products-item .name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.products .products-item .img-cell {
  width: 170px;
  padding-right: 20px;
}
.products .products-item .img-cell img {
  display: block;
  max-width: none;
}
.products .products-item .info {
  position: absolute;
  content: "";
  left: 250px;
  top: 50%;
  margin-top: -19px;
  width: 39px;
  height: 39px;
  background: #f0b600 url("../images/icons/info.png") center no-repeat;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.products .products-item .info:hover {
  background-color: #d3a000;
	cursor: pointer;
}
.products .products-item .name {
  max-width: 380px;
  padding: 7px 0 7px 65px;
}
.products .products-item .product-price,
.products .products-item .input-number {
  display: table-cell;
  vertical-align: middle;
}
.products .products-item .input-number {
  padding-right: 20px;
  width: 240px;
}
.product-price {
  font-size: 22px;
  color: #f0b600;
  padding: 0 20px;
  white-space: nowrap;
  text-align: right;
}
.product-detail {
  overflow: hidden;
}
.product-detail .on-right {
  margin: 20px 0 0 20px;
  position: relative;
  top: auto;
  right: auto;
  float: right;
  color: #583119;
  border-color: #583119;
}
.product-detail h1 {
  font-size: 29px;
  max-width: 600px;
  text-transform: none;
  text-align: left;
  margin-left: 25px;
}
.product-detail p {
  font-size: 20px;
  font-family: "Boulevard", Helvetica, sans-serif;
}
.product-detail .product-image {
  width: 55%;
  clear: both;
  margin-left: 25px;
}
.product-detail .product-image img {
  float: left;
  margin: 0 30px 10px 0;
}
.product-detail .counters {
  margin: 30px 0 10px;
  text-align: left !important;
}
.product-detail .counters .counters-item {
  display: inline-block;
  position: relative;
  margin: 0 5px 15px;
  color: #f0b600;
}
.product-detail .counters .counters-item span {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 22px;
  margin-left: -45px;
  text-align: center;
  font-size: 28px;
}
.product-detail .counters .counters-item small {
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 9px;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.product-detail .input-number {
  float: right;
}
.product-detail .product-price {
  margin: 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
}
.order-items {
  background-color: #efefef;
  color: #583119;
  padding: 15px 0px 95px 0px;
  position: relative;
  min-height: 370px;
}
.order-items h2 {
  font-size: 30px;
  color: #583119;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.order-items .order-item {
  font-size: 19px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
}
.order-items .order-item::after {
  content: '';
  display: block;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 1px;
  background-color: #583119;
}
.order-items .order-item .date-price {
  padding-left: 30px;
  background: url("../images/icons/calendar-dark.png") left center no-repeat;
  font-size: 20px;
  color: #f0b600;
}
.order-items .order-item .date-price span {
  color: #583119;
}
.order-items .order-item .name {
  margin: 12px 0;
  padding-right: 0px;
  color: #583119;
  text-decoration: none;
}
.order-items .order-item .remove {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
/*   width: 26px; */
/*   height: 26px; */
/*   background: url("../images/icons/close-small.png") 0 -26px no-repeat; */
}
.order-items .order-item .remove:hover {
  cursor: pointer;
  background-position: 0 0;
}
.order-calendar {
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  display: table;
  width: 100% !important;
  min-height: 390px !important;
}
.order-calendar h1 {
  text-align: center;
}
.order-calendar .order-items {
  width: 40%;
  float: right;
}
.order-calendar .calendar {
  float: left;
  width: 60%;
}
.calendar {
  text-align: center;
  text-transform: uppercase;
  table-layout: fixed;
}
.calendar .navigation {
  font-size: 32px;
  color: #f0b600;
}
.calendar .navigation th:nth-child(2) {
  border-bottom: 1px solid #dad6d6;
}
.calendar .navigation a {
  text-decoration: none;
}
.calendar .navigation .left-arrow,
.calendar .navigation .right-arrow {
  width: 100%;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.calendar .navigation .left-arrow {
  background: url("../images/icons/left-arrow.png") center no-repeat;
}
.calendar .navigation .left-arrow:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.calendar .navigation .right-arrow {
  background: url("../images/icons/right-arrow.png") center no-repeat;
}
.calendar .navigation .right-arrow:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.calendar th {
  text-align: center;
}
.calendar th,
.calendar td {
  padding: 15px 12px;
}
.calendar th:first-child,
.calendar td:first-child {
  padding-left: 12px;
}
.calendar td:nth-child(2),
.calendar td:nth-child(3),
.calendar td:nth-child(4),
.calendar td:nth-child(5) {
  font-weight: normal;
}
.calendar thead,
.calendar tr:nth-child(even) {
  background-color: #fff;
}
.calendar td.event {
  position: relative;
  z-index: 1;
}
.calendar td.event::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  content: "";
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 2px solid #f0b600;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.calendar td.event:hover {
  color: #FFFFFF;
  cursor: pointer;
}
.calendar td.event:hover::before {
/*   background-color: #583119; */
  background-color: #f0b600;
}
.calendar td.event.order {
  color: #FFFFFF;
}
.calendar td.event.order::before {
  border-color: #583119;
  background-color: #583119;
}
.order-summary {
  padding-bottom: 0;
  background-color: #f0b600;
  color: #583119;
  overflow: hidden;
  padding: 20px 0;
}
.order-summary .button {
  border-color: #583119;
  color: #583119;
  margin-left: 50px;
}
.order-summary .button::before {
  background-position: 0 -24px;
}
.order-summary .button:hover {
  color: #f0b600;
  background-color: #583119;
}
.order-summary .button:hover::before {
  background-position: 0 0;
}
.order-summary p {
  font-size: 18px;
  font-family: "Boulevard", Helvetica, sans-serif;
  margin: 5px 0;
}
.order-summary p a,
.delivery-block p a {
  font-size: 8px;
  background-color: #583119;
  text-transform: uppercase;
  padding: 3px 5px;
  text-decoration: none;
  font-family: "Open Sans", helvetica, sans-serif;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 5px;
}
.order-summary p a:hover {
  text-decoration: underline;
}
.order-summary .ico-address {
  background: url("../images/icons/delivery-dark.png") left center no-repeat;
}
.order-summary .ico-payment {
  background: url("../images/icons/payment-dark.png") left center no-repeat;
}
.order-summary .price {
  font-size: 34px;
  display: inline-block;
  vertical-align: middle;
}
.order-summary .price small{
  font-size: 0.6em !important;
}
.order {
  overflow: hidden;
}
.order .left-side {
  width: 60%;
  padding-right: 30px;
}
.order .right-side {
  width: 40%;
}
.order fieldset {
  padding: 0;
  border-bottom: 0;
  margin: 0 -3.5%;
}
.order fieldset.note-fieldset {
  margin-left: 0px
}
.note-fieldset textarea {
  width: 96.5%;
}
.note-fieldset h2 {
  margin-left: 0px;
}
.contact {
  overflow: hidden;
}
.contact .contact-left {
  float: left;
  width: 45%;
}
.contact .contact-left p {
  line-height: 20px;
    color: #583119;
}
.contact .contact-left a {
    color: #583119;
  text-decoration: none;
}
.contact .contact-left a:hover {
    color: #583119;
  text-decoration: underline;
}
.contact p,
.contact p a {
    color: #583119 !important;
}
.contact ul li {
    color: #583119;
}
.contact .contact-right {
  float: left;
  width: 55%;
}
.contact .contact-right h2 {
  margin-left: 3.5%;
  margin-bottom: 0;
}
.contact .contact-right button {
  float: right;
  margin-right: 3.5%;
  margin-top: 15px;
}
.customers {
  background-color: #ececec;
  position: relative;
  padding-top: 10px;
  text-align: center;
  bottom: 1px;
}
.customers h2 {
  color: #583119;
  font-size: 31px;
}
.customers::after {
  position: absolute;
  content: "";
  bottom: -105px;
  left: 50%;
  margin-left: -1300px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 105px 2600px 0 0;
  border-color: #ececec transparent transparent transparent;
}

.customers.photo-grid {
	padding-bottom: 40px;
}

.customers.photo-grid::after {
	display: none !important;
}

footer {
  margin-top: 0px;
  position: relative;
  color: #583119;
/*   padding-top: 100px; */
}
.footer-content {
  background-color: #f0b600;
}
/*footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440 / 72;
  background: #FFFFFF url('../images/footer-top.svg') no-repeat top center;
  background-size: cover;
}*/
.cms-eshop-products-list .footer-bottom {
  padding-bottom: 150px;
}
.footer-element {
  width: 100%;
  aspect-ratio: 1440 / 72;
  background: transparent url('../images/footer-top.svg') no-repeat top center;
  background-size: cover;
}

.cms-home-index .footer-element {
  background-color: #FFFFFF;
}

footer .socials {
  display: block;
  float: left;
  margin-right: 15%;
}
footer .socials a {
  display: inline-block;
  width: 70px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
footer .socials a:hover {
  opacity: 0.7;
}
footer .socials .facebook {
  background-image: url("../images/icons/facebook.png");
}
footer .socials .instagram {
  background-image: url("../images/icons/instagram.png");
}
footer .footer-menu {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  text-align: left;
}
footer .footer-menu h3 {
  font-size: 24px;
  color: #583119;
  margin: 0 0 20px;
}
footer .footer-menu a {
  display: block;
  color: #583119;
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
}
footer .footer-menu a::before {
  content: "- ";
  display: inline-block;
  margin-right: 5px;
}
footer .footer-menu a:hover {
  text-decoration: underline;
}
footer .logo-big {
  display: block;
  float: right;
  margin-top: -50px;
}
footer .footer-bottom {
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 12px;
  padding: 20px 0;
  overflow: hidden;
  clear: both;
  width: 75%;
  margin: 0 auto;
}
footer .footer-bottom a {
  color: #583119;
  text-decoration: none;
}
footer .footer-bottom a:hover {
  text-decoration: underline;
}
footer .footer-bottom .copyright {
  float: left;
}
footer .footer-bottom .credits {
  float: right;
}
.field-no-bottom{
  border-bottom: 0px solid white;
}
.styled-select option {
  color: #000000 !important;
}
.date-label,
.time-wrapper {
  float: left;
}
.date-label {
  display: inline-block;
  vertical-align: top;
  padding-top: 0px !important;
  margin-top: 0px !important;
  line-height: 43px;
}
.clear {
  clear: both;
}
.time-wrapper {
  width: auto;
  margin-left: 40px;
  display: inline-block;
  vertical-align: top;
}
.time-wrapper .input-wrapper {
  width: auto !important;
  float: none;
  display: inline-block;
  margin: 0px !important;
}

.time-wrapper .input-wrapper label {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  line-height: 40px;
}

.multi-days-order {
  display: block;
  color: #FFFFFF;
  text-decoration: underline;
  float: right;
  margin-top: 15px;
}

.multi-days-order:hover {
  text-decoration: none;
}

.button-align {
  line-height: 57px;
  float: left;
  margin-top: 20px !important;
  padding-top: 0px !important;
  text-transform: none !important;
}

.price-align {
  margin-top: 20px;
  margin-right: 25px;
}

.price-align .button.bigger {
  padding: 12px 25px 12px 55px;
}

.price-align .button.ico-check::before {
  left: 15px;
}

.order-calendar .order-item .input-wrapper {
  position: relative;
  z-index: 100;
}

.address-label {
  float: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  height: 43px;
  margin-top: 13px;
}

.order-item .address-label {
  margin-top: 18px;
}

.address-select {
/*   float: right; */
  display: inline-block;
  width: 35%;
  vertical-align: middle;
  margin-right: 12px;
  margin-left: 8px;
}

.address-select .input-wrapper {
  width: 100% !important;
  margin-top: 7px;
}

.address-select .input-wrapper .styled-select {
  width: 100%;
}

.address-select .input-wrapper .styled-select select {
  padding-top: 7px;
  padding-bottom: 7px;
}

.name {
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.name.row-highlighted {
  background-color: #E7E7E7;
}

.delivery-block .ico-address {
  background: url("../images/icons/delivery-dark.png") 0px 10px no-repeat !important;
  background-size: 26px 22px !important;
}

.delivery-block p a {
  border: 2px solid #f0b600;
  background-color: transparent;
  color: #583119;
  font-size: 10px;
  color: #f0b600;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.delivery-block p a:hover {
  background-color: #f0b600;
  color: #FFFFFF;
}

.delivery-block {
  display: inline-block;
  line-height: 43px;
  vertical-align: top;
}

.delivery-block p {
  margin-top: 0px; /* 7px */
}

.bottom-row {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  margin-bottom: 20px;
}

.order-item a i {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #583119;
}

.order-item a i:hover {
  color: #f0b600;
}

.add-address {
  display: inline-block;
  float: right;
  line-height: 43px;
  vertical-align: middle;
  margin-top: 6px;
  padding-left: 10px;
}

.order-item .add-address {
  margin-top: 10px;
}

.order-item form {
  width: 100% !important;
}

.existing-address {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.existing-address label {
  display: inline-block;
  float: none;
  width: auto;
  line-height: 40px;
  margin-right: 20px !important;
}

.existing-address .input-wrapper {
  float: none;
  width: auto;
  margin-top: 0px !important;
  margin-bottom: 25px;
}

.aligned-with-select {
  margin-top: 0px !important;
  vertical-align: top;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.wrapper.delivery.popup-content fieldset {
  padding-bottom: 90px !important;
}

.add-new-address button {
  margin-left: 0px !important;
  margin-top: 0px !important;
}

fieldset .button-wrapper button.button {
  margin-left: 0px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  width: 100% !important;
}

.button-wrapper {
/*   margin-left: 0px !important; */
}

.add-new-address .button.ico-add-address::before, .add-new-address button.ico-add-address::before {
  background: none !important;
  content: "\25C2";
  font-size: 25px;
  line-height: 19px;
  font-weight: 300;
  margin-top: -12px;
  -webkit-transition: color 0s;
  transition: color 0s;
}

.products-item {
  min-height: 115px;
}

.as-listbox {
  display: inline-block !important;
  border: 2px solid #583119 !important; /* #f0b600 */
  background-color: #583119;
  vertical-align: middle !important;
  padding: 12px 60px 12px 15px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #FFFFFF !important;
  font-family: "Open Sans", helvetica, sans-serif !important;
  height: auto !important;
  width: auto !important;
  line-height: normal !important;
  position: relative;
}

h2.date-label {
  position: relative;
}

#calendar_jquery {
  position: absolute;
  top: 68px;
  left: 0px;
  z-index: 200;
}

#calendar_jquery .ui-widget-header,
#ui-datepicker-div .ui-widget-header{
  background-color: #FFFFFF !important;
  color: #f0b600 !important;
  font-size: 26px !important;
  font-family: "Boulevard", Helvetica, sans-serif !important;
  border: none !important;
}

#calendar_jquery .ui-widget.ui-widget-content.ui-corner-all a.ui-datepicker-prev,
#calendar_jquery .ui-widget.ui-widget-content.ui-corner-all a.ui-datepicker-next,
#ui-datepicker-div.ui-widget.ui-widget-content.ui-corner-all a.ui-datepicker-prev,
#ui-datepicker-div.ui-widget.ui-widget-content.ui-corner-all a.ui-datepicker-next{
  height: 40px !important;
  line-height: 40px !important;
  top: 5px !important;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 40px !important;
}

#calendar_jquery .ui-widget.ui-widget-content.ui-corner-all a.ui-datepicker-next,
#ui-datepicker-div.ui-widget.ui-widget-content.ui-corner-all a.ui-datepicker-next{
  background: transparent url("../images/icons/right-arrow.png") no-repeat center center !important;
  right: 2px !important;
}

#calendar_jquery .ui-widget.ui-widget-content.ui-corner-all a.ui-datepicker-prev,
#ui-datepicker-div.ui-widget.ui-widget-content.ui-corner-all a.ui-datepicker-prev{
  background: transparent url("../images/icons/left-arrow.png") no-repeat center center !important;
  left: 2px !important;
}

#calendar_jquery .ui-datepicker .ui-datepicker-prev-hover,
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover{
  left: 2px !important;
/*   -webkit-transform: translateX(-5px); */
/*   transform: translateX(-5px); */
}
#calendar_jquery .ui-widget.ui-widget-content.ui-corner-all a.ui-datepicker-next.ui-datepicker-next-hover,
#ui-datepicker-div.ui-widget.ui-widget-content.ui-corner-all a.ui-datepicker-next.ui-datepicker-next-hover{
  right: 2px !important;
/*   -webkit-transform: translateX(5px); */
/*   transform: translateX(5px); */
}

#calendar_jquery .ui-datepicker .ui-datepicker-title,
#ui-datepicker-div.ui-datepicker .ui-datepicker-title{
  line-height: 40px !important;
}

#calendar_jquery .ui-widget.ui-widget-content.ui-corner-all a:hover,
#ui-datepicker-div.ui-widget.ui-widget-content.ui-corner-all a:hover{
  border: none !important;
  cursor: pointer !important;
}

#calendar_jquery table,
#ui-datepicker-div  table{
  table-layout: fixed;
}

#calendar_jquery table thead,
#ui-datepicker-div table thead{
  background-color: #FFFFFF !important;
}

#calendar_jquery table td:first-child,
#calendar_jquery table th:first-child
#ui-datepicker-div table td:first-child,
#ui-datepicker-div table th:first-child{
  padding-left: 0px !important;
}

#calendar_jquery table td,
#ui-datepicker-div table td{
  text-align: center !important;
  padding: 1px 1px 5px 1px !important;
}

#calendar_jquery .ui-state-default, .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-state-default, .ui-widget-content .ui-state-default{
  border: none !important;
  background-color: transparent !important;
  color: #583119 !important;
  font-size: 14px !important;
  font-family: "Open Sans", helvetica, sans-serif !important;
  position: relative;
}

#calendar_jquery table tr:nth-child(even),
#ui-datepicker-div table tr:nth-child(even){
  background-color: #FFFFFF !important;
}

#calendar_jquery .ui-state-default,
#ui-datepicker-div .ui-state-default{
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 2px solid #f0b600 !important;
  -webkit-transition: background-color 0.4s, color 0.4s !important;
  transition: background-color 0.4s, color 0.4s !important;
  margin: 0px auto !important;
  text-align: center !important;
  line-height: 38px !important;
  top: 0px !important;
  left: 0px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#calendar_jquery .ui-datepicker-calendar .ui-state-default:hover, #calendar_jquery .ui-widget-content .ui-datepicker-calendar a:hover,
#calendar_jquery .ui-datepicker-calendar .ui-state-hover:hover, #calendar_jquery .ui-datepicker-calendar .ui-state-active:hover,
#calendar_jquery .ui-datepicker-calendar .ui-state-hover,
#calendar_jquery .ui-datepicker-calendar .ui-state-active,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover, #ui-datepicker-div .ui-widget-content .ui-datepicker-calendar a:hover,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-hover:hover, #ui-datepicker-div .ui-datepicker-calendar .ui-state-active:hover,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-hover,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active{
  text-decoration: none;
  background-color: #f0b600 !important;
  border: 2px solid #f0b600 !important;
  color: #FFFFFF !important;
  top: 0px !important;
  left: 0px !important;
  line-height: 41px !important;
  padding: 0px !important;
  margin: 0px auto !important;
}

#calendar_jquery table td:last-child a,
#ui-datepicker-div table td:last-child a{
  padding: 0px !important;
  line-height: 38px !important;
}

#calendar_jquery .ui-datepicker td a,
#calendar_jquery .ui-datepicker td a:hover,
#ui-datepicker-div.ui-datepicker td a,
#ui-datepicker-div.ui-datepicker td a:hover{
  padding: 0px !important;
}

#calendar_jquery .ui-state-disabled .ui-state-default,
#ui-datepicker-div .ui-state-disabled .ui-state-default{
  line-height: 29px !important;
}

#calendar_jquery .ui-state-disabled .ui-state-default:hover,
#ui-datepicker-div .ui-state-disabled .ui-state-default:hover{
  line-height: 35px !important;
}

#calendar_jquery .ui-datepicker-calendar .ui-state-active,
#ui-datepicker-div.ui-datepicker-calendar .ui-state-active{
  line-height: 37px !important;
}

.product-detail .product-info p {
  text-align: left !important;
}

.product-info p,
.product-info li,
.product-price-with-dph {
    color: #583119;
}

.product-info ul,
.product-info ol {
  text-align: left !important;
  font-family: "Boulevard", Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
}

.ui-selectmenu-button {
  height: 49px !important;
  line-height: 49px !important;
  border: 2px solid #583119 !important; /* #f0b600 */
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  padding: 0px 0px 0px 0px !important;
  background-color: #583119 !important; /* transparent */
  color: #FFFFFF !important;
  position: relative;
  min-width: 110px !important;
}

.wrapper.products .time-wrapper .ui-selectmenu-button {
  min-width: 155px !important;
}

.ui-selectmenu-button:focus,
.ui-selectmenu-button::focus {
  outline: 0 !important;
  outline: none !important;
}

.ui-selectmenu-button span.ui-icon {
  display: none !important;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  height: 49px !important;
  line-height: 44px !important;
  padding: 0px 56px 0px 15px !important;
  font-size: 14px !important;
  font-family: "Open Sans", helvetica, sans-serif !important;
}

.custom-popup .ui-selectmenu-button span.ui-selectmenu-text {
  padding-right: 0px !important;
}

.ui-menu .ui-menu-item {
  background-color: #583119 !important;
  color: #FFFFFF !important;
}

.ui-menu .ui-menu-item.ui-state-focus {
  background-color: #f0b600 !important; /* #f0b600 */
  color: #583119 !important; /* #FFFFFF */
}

.ui-menu .ui-menu-item {
  padding-left: 17px !important;
  font-size: 14px !important;
  font-family: "Open Sans", helvetica, sans-serif !important;
}

.ui-selectmenu-menu .ui-menu {
  border: 1px solid #583119 !important; /* #f0b600 */
  border-top: 0px !important;
}

.time-wrapper .non-styled-select {
  display: inline-block;
}

.ico-address .ui-selectmenu-button {
  padding-right: 10px !important;
  width: auto !important;
  height: 49px !important;
  max-width: 300px;
}

.ico-address {
  line-height: 32px !important;
  background-position: 0px 5px !important;
}

.ico-address .select-align-label {
  display: inline-block !important;
  vertical-align: top;
  height: 32px;
  padding-right: 12px;
	font-family: "Boulevard", Helvetica, sans-serif;
	font-size: 18px;
}


.ico-address .ui-selectmenu-text {
  width: 100% !important;
  padding-right: 100px !important;
}

.ico-address .ui-selectmenu-button span.ui-selectmenu-text {
  height: 49px !important;
  line-height: 44px !important;
}

.ui-selectmenu-optgroup {
  font-size: 14px !important;
}

.ico-address .add-address {
  font-size: 19px !important;
  border: none !important;
  padding: 0px !important;
  margin-top: 0px !important;
  float: none !important;
  line-height: 49px !important;
  vertical-align: top !important;
  margin-left: 8px !important;
}

.ico-address .add-address:hover {
  background-color: transparent !important;
}

.date-ico-link {
  color: #583119;
}

.date-ico-link:hover {
  color: #f0b600;
}

.users-orders .as-listbox {
  padding: 4px 40px 4px 12px !important;
  color: #583119 !important;
  vertical-align: top !important;
}

.users-orders .as-listbox::after {
  right: 9px !important;
}

.users-orders .ui-selectmenu-button span.ui-selectmenu-text {
  height: 31px !important;
  line-height: 28px !important;
  color: #583119 !important;
}

.users-orders .ui-selectmenu-button {
  height: 31px !important;
  display: inline-block !important;
  vertical-align: top !important;
}

.apply-change {
  font-size: 23px !important;
  font-weight: 300 !important;
  line-height: 28px !important;
  border: none !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0px !important;
}

.apply-change:hover {
  background-color: transparent;
}

.pagination a {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  border: 1px solid #f0b600;
  color: #f0b600;
  text-decoration: none;
  margin: 0px 2px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.pagination a:hover {
  background-color: #f0b600;
  color: #FFFFFF;
  text-decoration: none;
}

.pagination a.prev,
.pagination a.next {
  border: none;
  width: auto;
}

.pagination a.prev:hover,
.pagination a.next:hover {
  background-color: transparent;
}

.pagination a.current {
  cursor: default;
  border: none;
  width: 20px;
}

.pagination a.current:hover {
  cursor: default;
  background-color: transparent;
  color: #f0b600;
}

.pagination a.not-active,
.pagination a.not-active:hover {
  cursor: default;
  color: #f0b600;
}

#tbl-orders td {
  position: relative;
}

#tbl-orders .hasDatepicker {
  position: absolute;
  z-index: 2000;
}

#tbl-orders .hasDatepicker table.ui-datepicker-calendar td:first-child::before {
  display: none !important;
}

#tbl-orders .hasDatepicker table.ui-datepicker-calendar th:first-child,
#tbl-orders .hasDatepicker table.ui-datepicker-calendar td:first-child {
  padding-left: 0px !important;
}

#tbl-orders .hasDatepicker table {
  table-layout: fixed;
}

#tbl-orders .hasDatepicker table td a,
#tbl-orders .hasDatepicker table td:last-child a,
#tbl-orders .hasDatepicker table th a,
#tbl-orders .hasDatepicker table th:last-child a {
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center !important;
}

#tbl-orders thead tr th {
  text-align: left;
}

#tbl-orders .hasDatepicker table td,
#tbl-orders .hasDatepicker table th {
  text-align: center;
}

#tbl-orders .hasDatepicker .ui-datepicker-title {
  height: 26px;
  line-height: 26px;
}

#tbl-orders .hasDatepicker .ui-datepicker-prev,
#tbl-orders .hasDatepicker .ui-datepicker-next {
  width: 18px;
  height: 20px;
  display: inline-block;
  top: 5px;
  margin: 0px !important;
}

#tbl-orders .hasDatepicker .ui-datepicker-prev,
#tbl-orders .hasDatepicker .ui-datepicker-prev:hover {
  left: 5px;
}

#tbl-orders .hasDatepicker .ui-datepicker-next,
#tbl-orders .hasDatepicker .ui-datepicker-next:hover {
  right: 5px;
}

#tbl-orders .hasDatepicker .ui-datepicker-prev:hover,
#tbl-orders .hasDatepicker .ui-datepicker-next:hover {
  top: 5px;
  margin: 0px !important;
  border: none !important;
  cursor: pointer !important;
}

#tbl-orders .hasDatepicker .ui-datepicker-prev span,
#tbl-orders .hasDatepicker .ui-datepicker-next span {
  width: 18px;
  height: 20px;
  background-size: 12px 20px;
  border: none !important;
  margin: 0px !important;
  display: inline-block !important;
  position: static !important;
}

#tbl-orders .hasDatepicker .ui-datepicker-prev span {
  background: transparent url("../images/icons/left-arrow.png") no-repeat center center !important;
}

#tbl-orders .hasDatepicker .ui-datepicker-next span {
  background: transparent url("../images/icons/right-arrow.png") no-repeat center center !important;
}

.popup-is-opened .ui-selectmenu-menu {
  z-index: 30000;
}

.address-select .ui-selectmenu-button {
  color: #583119 !important;
}

:focus {
    outline: 0;
    outline: none;
}

.right-shift {
  padding-right: 20px !important;
}

.order-item .address-select .ui-selectmenu-button {
  max-width: 310px;
}

.time-wrapper .ui-selectmenu-button span.ui-selectmenu-text {
  padding-right: 0px !important;
}

.logged-in .main-menu li.my-account {
  position: relative;
}

.logged-in .main-menu li.my-account::after {
  display: block;
  content: '';
  text-transform: uppercase;
  padding: 2px 3px;
  bottom: 5px;
  left: 50%;
  position: absolute;
  font-size: 14px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 1px;
}

.logged-in.logged-in-standard .main-menu li.my-account::after {
  display: none;
}

.logged-in.logged-in-silver .main-menu li.my-account::after {
  content: 'silver';
  background-color: #A9A9A9;
}

.logged-in.logged-in-gold.main-menu li.my-account::after {
  content: 'gold';
  background-color: #CD853F;
}

.logged-in.logged-in-platinum .main-menu li.my-account::after {
  content: 'platinum';
  background-color: #E5E4E2;
}





.registration .wysiwig-content p {
    font-size: 27px;
    line-height: 27px;
}

.registration .wysiwig-content {
    padding-bottom: 10px;
}

.uri-users-area-settings-loyalty .wysiwig-content p {
    font-size: 16px;
    font-weight: 600;
    -webkit-margin-before: 0em;
    margin: 0px 0px 25px 0px !important;
}

.uri-users-area-settings-loyalty .wysiwig-content h2 {
    -webkit-margin-after: 0em !important;
  margin-bottom: 0px !important;
  padding-bottom: 5px !important;
}

.intro .three.columns a {
	text-decoration: none !important;
}

#form-invoice fieldset .input-wrapper {
	width: 47% !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
}

/*#form-invoice fieldset .input-wrapper:last-child {
	width: 100% !important;
	margin: 10px 0px 0px 0px !important;
}*/

#form-invoice fieldset {
	margin: 0px !important;
}

#form-invoice fieldset .input-wrapper-items .input-wrapper:nth-child(odd) {
	float: left !important;
}

#form-invoice fieldset .input-wrapper-items .input-wrapper:nth-child(even) {
	float: right !important;
}

#form-invoice fieldset label {
	text-align: left !important;
	color: #583119 !important;
}

#form-invoice .button {
	margin-top: 20px !important;
}

.invoice-popup section.contact {
	padding-bottom: 40px !important;
}

#form-invoice .input-wrapper.error input,
#form-invoice .input-wrapper.error textarea {
	border-color: #f00 !important;
}

#form-invoice label.mid-title {
	display: block;
	width: 100%;
	text-align: center !important;
	padding-top: 40px !important;
	clear: both;
	color: #f0b600 !important;
	text-transform: uppercase;
  font-size: 26px;
}

.invoice-popup h1 {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

#form-invoice .input-wrapper input,
#form-invoice .input-wrapper textarea {
	color: white !important;
}

#form-invoice fieldset .message {
	padding-bottom: 10px !important;
}

#form-invoice .message.success {
	color: #583119 !important;
}

.invoice-popup .button.bigger, .invoice-popup button.bigger {
	padding: 15px 0px 15px 25px !important;
	font-size: 25px !important;
    width: 100%;
}

.delivery-block .ico-address {
	line-height: 44px !important;
}

.cms-eshop-products-list #custom-address {
	margin: 0px auto 40px auto !important;
	display: none;
}

.cms-eshop-products-list #custom-address h3 {
	font-size: 20px !important;
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	text-transform: uppercase;
}

.cms-eshop-products-list #custom-address .input-wrapper {
	width: 40% !important;
	margin-left: 0px !important;
	margin-right: 4% !important;
	margin-top: 0px !important;
}

.cms-eshop-products-list #custom-address .form-wrapper .input-wrapper:nth-of-type(3) {
	width: 12% !important;
	margin-right: 0% !important;
}

.cms-eshop-products-list .resp-center p {
	margin-bottom: 0px;
}

.cms-eshop-products-list .resp-center {

}

.right-side .order-items {
	padding-top: 5px !important;
	padding-bottom: 15px !important;
}
.right-column{
  float: right;
}
  .login-btns hr{
    border: 0;
    height: 1px;
    background-color: #584d4b;
    width: auto;
  }
  .password-recovery-link{
    float: right;
    font-size: 24px;
    padding-top: 19px;
    color: #583119;
  }
  .registration-link{
    display: inline-block;
    font-size: 24px;
    text-align: center;
    margin: auto;
    width: 100%;
    color: #583119;
  }
@media all and (min-width:480px) {
  .login-btns{
    max-width: 630px;
    display: block;
    margin: 0 auto;
    text-align: left;
  }


}
@media all and (max-width:480px) {
  .intro{
    background-attachment: fixed;
    background-position: 66% 0px;
  }


}





/* -------------- new product page ------------------- */

.products .products-item {
  margin-top: 10px;
  position: relative;
  width: 582px;
  min-height: 325px;
  height: auto;
  display: inline-block;
  padding: 5px;
}
.products .products-item:nth-child(even){
    margin-left: 15px;
}
.products .products-item:nth-child(odd){
   margin-right: 15px;
}
.products .products-item .info {
    position: absolute;
    content: "";
    left: -39px;
    top: 0;
    width: 39px;
    height: 39px;
    margin-top: 0;
    background: #f0b600 url(../images/icons/info.png) center no-repeat;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.products .products-item .img-cell {
    width: 100%;
    padding-right: 0;
}
.products .products-item .img-cell img{
    width: 100%;
}
.col-50{
  width: 49.9%;
  float: left;
}
.col-50:nth-child(2)
{
  padding-top: 8px;
  padding-left: 6px;
}
.products .products-item .name {
    max-width: 380px;
    color: #3a0f06;
    font-size: 33px;
    padding: 0px;
    display: block;
    line-height: 0.3;
    padding-top: 10px;
    margin-bottom: 10px;
}
.products-item h3{
  font-size: 16px;
  margin: 12px 0px 4px 0px;
  color:#332b29;
  text-transform: uppercase;
}
.products-item ul{
  font-size: 12px;
  margin: 0;
}
.wrapper .products-item  ul li::before {
  margin: 10px 5px 0 0;
}
.product-consumption{

  color: #3a0f06;
      font-size: 18px;
}
.product-description{
/*   height: 172px; */
}
.products-item .product-description p{
  margin:0px;
}
.products-item .product-price{
  font-size: 30px;
  padding: 0;
  line-height: 0.3;
}
/*.lang-en .products-item .product-price{
  font-size: 28px!important;
}*/
.products-item .product-price-dph{
  font-size: 12px;
}
body.lang-sk .products-item .product-price-dph{
  font-size: 11px;
}
.products-item .product-price-block
{
  float: left;
  padding: 16px 9px;
}
.products .products-item .input-number {
  padding-top: 6px;
  padding-left: 22px;
  padding-right: 0;
  width: auto;

}
.products .products-item .input-number input{
  font-size: 19px;
  width: 58px;
}
.product-detail .product-image{
  float: left;
}
.product-detail .product-image::after {
  content: "";
  display: block;
  clear: both;
}
.product-detail .product-info{
  display: inline-block;
  float: left;
  width: 42%;
  padding-left: 15px;
}
.product-detail .product-image > a > img{
  width: 100%;
}
@media all and (max-width:860px) {

  .product-detail .product-info{
    width: 100%;
  }
  .product-detail .product-image {
      width: 100%;
      margin: 0;
      margin-top: 15px;
  }
}

ul.product-detail-imgs-preview {
  margin-top: 3px;
  list-style: none;
  width: 100%;
}
/*ul.product-detail-imgs-preview:after {
 content: '';
  display: block;
  clear: both;
}*/
ul.product-detail-imgs-preview  li:first-child{
  margin-left: 0;
}
ul.product-detail-imgs-preview  li{
  margin-left: 1.25%;
  width: 19%;
  float: left;
}
ul.product-detail-imgs-preview  li a{
  margin:0;
  padding: 0;
}
ul.product-detail-imgs-preview  li:before{
  content: none;
}
ul.product-detail-imgs-preview  li img{width: 100%;}










ul.product-imgs-preview {
  margin-top: 3px;
  list-style: none;
  width: 100%;
}
ul.product-imgs-preview:after {
 content: '';
  display: block;
  clear: both;
}
ul.product-imgs-preview  li:first-child{
  margin-left: 0;
}
ul.product-imgs-preview  li{
  margin-left: 1.25%;
  width: 24%;
  float: left;
}
ul.product-imgs-preview  li a{
  margin:0;
  padding: 0;
}
ul.product-imgs-preview  li:before{
  content: none;
}
ul.product-imgs-preview  li img{width: 100%;}
.product-circles{text-align: center;}

.products-item .input-number .qty-plus, .products-item .input-number .qty-minus {
    line-height: 30px;
    height: 44px;
    width: 46px;
}
.product-item-bottom .col-50{
  margin-top: 9px;
}
.row{
  width: 100%;
}
.row:after
{
  content: "";
  display: block;
  clear: both;
}
.input-number .product-price-with-dph{
  margin-right: 20px;
  display: block;
  font-size: 20px;
  text-align: right;
}
@media all and (max-width:800px){
  .input-number .product-price-with-dph{margin-right: 0;text-align: center;}
}
@media (max-width: 640px){
  .input-number .product-price-with-dph{
    text-align: right;
    margin-right: 20px;
  }
  .product-detail .product-price.product-price {
      margin-bottom: 10px;
  }
}


@media all and (max-width: 1239px)
{
  .products .products-item:nth-child(odd),.products .products-item:nth-child(even){
    margin-left: 0;
    margin-right: 0;
  }
  .products div.products-item{
    width: 100%;
  }
  .row .col-50:first-child{
    width: 275px;
  }
  .row .col-50:last-child{
    width: calc( 100% - 275px);
  }
  div.products .products-item .input-number {
    text-align: right;
    display: inline-block;
  }
  .product-price-block{
    display: inline-block;
  }
  .col-50:nth-child(2) {
      padding-left: 13px;
  }
  .products-item .product-price-block {
      padding: 16px 0px;
  }
}
.new-order-btn{
  display: inline-block;
  color: #583119;
  border: 2px solid #583119;
  padding: 5px;
  padding-right: 15px;
  padding-left: 48px;
  background-image: url('../images/add_box_dark.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  font-size: 23px;
  text-decoration: none;
  text-transform: uppercase;
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  margin-left: 30px;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.new-order-btn:hover{
  background-color: #583119;
  color:#f0b600;
  background-image: url('../images/add_box_light.png');
}
@media all and (max-width: 1279px) {
  .new-order-btn {
    margin-left: 0;
    font-size: 18px;
    background-size: 24px;
    padding-left: 36px;
    margin-right: 10px;
  }
}
@media all and (max-width: 800px)
{

  .products span.as-listbox::after, .products span.ui-selectmenu-button::after{
    z-index: -1;
  }

  .products .products-item .product-item-top,.products .products-item .product-item-bottom {
      text-align: left;
  }
  .products .products-item .product-item-bottom .input-number {
    display: inline-block;
    padding-top: 6px;
    padding-left: 22px;
    padding-right: 0;
  }
  .products .products-item .col-50 .info {
    display: block;
  }
  #form-products_list .products .products-item {
      padding: 5px;
  }
  #form-products_list .products .products-item .img-cell, #form-products_list .products-item .name{
    margin:0;
    text-align: left;
  }
}
@media all and (max-width: 600px)
{
  .row .col-50:first-child {
    width: 100%;
  }
  .col-50{
    width: 100%;
  }
  .col-50:nth-child(2) {
      padding-left: 13px;
      padding-right: 13px;
  }

  .row.product-item-top .col-50:last-child {
    margin-top: 5px;
  }
  .row .col-50:last-child {
      width: 100%;
  }
  .product-description {
    height: auto;
  }
  .products .products-item {
    height: auto;
  }
  ul.product-imgs-preview {
      width: auto;
  }
  .product-circles {
      text-align: left;
      padding-left: 13px;
  }
}
@media all and (max-width: 350px){
  .products .products-item .product-item-bottom .input-number {
    display: inline-block;
    padding: 0;
    float: right;
  }
}


.circle{
  display: inline-block;
  height:70px;
  width:70px;
  position:relative;
  text-align:center;
}
.circle .circle-num, .circle .circle-text{
  position:absolute;
  left:0;
  right:0;
}
.circle .circle-num{
  top: 14px;
  font-size: 23px;
  color: #f0b600;
}
.circle .circle-text{
    top: 40px;
    text-transform: uppercase;
    font-size: 8px;
    font-family: "Open Sans", helvetica, sans-serif;
}
.circle svg circle:nth-child(1)
{
  stroke: #dcdddf;
  stroke-width: 7px;
}
.circle svg circle:nth-child(2)
{
  stroke: #f0b600;
  stroke-width: 7px;
}
@media (min-width: 800px) and (max-width: 900px)
{
  .home-link{
    width: 155px;
  }
  header .logo {
    width: 90px;
  }

	header .home-link img:first-child {
		width: 70px;
		max-width: 100%;
		height: auto;
	}

	header .home-link img:nth-child(2),
  header .free-stuff {
    width: 60px;
    margin-left: 0;
  }
  header::after {
      bottom: -39px;
      border-width: 40px 1240px 0 0;
  }
}

.mfp-arrow-right:after {
    border-left: 17px solid #f0b600 !important;
}
.mfp-arrow-left:after {
    border-right: 17px solid #f0b600 !important;
}
.alternative-shopping-link{
  text-align: center;
  box-sizing: border-box;
  padding-top: 20px;
  display: inline-block;
}
#add-coupon-submit {
  padding: 8px 30px;
}
#coupon-error {
  margin-top: 10px;
  font-size: 19px;
}

.lang-de .product-detail.popup-content .counters .counters-item span {
    top: 15px;
}

.lang-de .product-detail.popup-content .counters .counters-item:nth-child(2) small {
    top: 43px;
    max-width: 54px;
    word-break: break-word;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lang-de .products .products-item .input-number {
  padding-left: 10px;
}

.video-intro.not-mobile {
	height: 100vh;
	min-height: 900px;
	z-index: 0;
	background-color: #000000;
}

.video-intro.not-mobile .wrapper {
	display: none;
}

.customers {
	text-align: center;
	padding-top: 70px;
}

.customers .owl-carousel {
	padding-left: 60px;
	padding-right: 60px;
}

.customers .owl-carousel div:hover {
	cursor: pointer;
}

.customers p {
	font-family: "Boulevard", Helvetica, sans-serif;
	font-size: 20px;
	line-height: 31px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #583119;
	margin-top: 0px;
}

.customers .owl-carousel img {
	max-width: 240px;
	max-height: 240px;
	display: inline-block;
	margin: 10px auto;
}

#photo-grid {
	font-size: 0;
	margin: 0px;
	padding: 0px;
}

#photo-grid a {
	display: inline-block;
	width: 16.666667%;
	overflow: hidden;
	height: 0;
	padding-bottom: 16.666667%;
	position: relative;
}

#photo-grid a img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: auto;
	display: block;
	max-width: none;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

#photo-grid a:hover img {
	-moz-transform: scale(1.2) translate(-50%,-50%);
	-ms-transform: scale(1.2) translate(-50%,-50%);
	-o-transform: scale(1.2) translate(-50%,-50%);
	-webkit-transform: scale(1.2) translate(-50%,-50%);
	transform: scale(1.2) translate(-50%,-50%);
}

footer.photo-grid {
	margin-top: 0px;
}

.customers::after {
	z-index: 10;
}

@media all and (max-width: 768px) {
	#photo-grid {
/* 		padding: 22px 0px; */
	}

	#photo-grid a {
		width: 25%;
		padding-bottom: 25%;
		display: none;
	}

	#photo-grid a:nth-child(1),
	#photo-grid a:nth-child(2),
	#photo-grid a:nth-child(3),
	#photo-grid a:nth-child(4) {
		display: inline-block;
	}
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF !important;
  font-style: italic !important;
  text-transform: capitalize !important;
  text-align: right !important;
  font-size: 14px !important;
  padding-right: 7px !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF !important;
  font-style: italic !important;
  text-transform: capitalize !important;
  text-align: right !important;
  font-size: 14px !important;
  padding-right: 7px !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF !important;
  font-style: italic !important;
  text-transform: capitalize !important;
  text-align: right !important;
  font-size: 14px !important;
  padding-right: 7px !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF !important;
  font-style: italic !important;
  text-transform: capitalize !important;
  text-align: right !important;
  font-size: 14px !important;
  padding-right: 7px !important;
}

.element-block {
	width: 19%;
	display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.time-block, .delivery-block {
	width: 22%;
	display: inline-block;
}

.time-block {
	line-height: 43px !important;
	vertical-align:  top !important;
}

.time-block p {
	line-height: 44px !important;
	margin: 6px 0px 0px 0px !important;
}

.delivery-block .select-align-label,
.time-block .select-align-label {
	color: #583119 !important; /*#f0b600*/
}

.element-block #calendar_jquery {
	left: 22% !important;
	top:  200px !important;
}

.element-block input[type="text"] {
	width: calc(100% - 20px) !important;
	height: 49px;
	max-width: 300px;
/* 	line-height: 49px !important; */
/* 	line-height: 40px\9 !important; */
	line-height: normal !important;
  border: 2px solid #583119 !important; /* #f0b600 */
    background-color: #583119;
	float: right;
	text-align: left !important;
	padding: 0px 10px !important;
}

.element-block .ui-selectmenu-button {
	width: calc(100% - 20px) !important;
	min-width: 0px !important;
	float: right;
}

.element-block .time-wrapper .input-wrapper label {
	display: none !important;
}

.element-block .as-listbox,
.element-block .time-wrapper .ui-selectmenu-button span.ui-selectmenu-text {
	width: calc(100% - 20px) !important;
	min-width: 0px !important;
	float: right;
}

.element-block .time-wrapper,
.element-block .time-wrapper .input-wrapper,
.element-block .time-wrapper .non-styled-select {
	width: 100% !important;
}

.element-block .time-wrapper .input-wrapper {
	position: relative;
	top: 4px;
}

.element-block .as-listbox {
	height: 49px !important;
}

.wrapper.products .element-block .time-wrapper .ui-selectmenu-button {
	min-width: 0px !important;
}

.wrapper.products .element-block .time-wrapper {
	margin-left:  0px  !important;
}

.time-block .ico-address {
  background: url("../images/icons/time-dark.png") 0px 10px no-repeat !important;
	background-size: auto 22px !important;
}

.element-block .time-wrapper .non-styled-select .ui-selectmenu-button span.ui-selectmenu-text {
	width: 100% !important;
}

.element-block input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF !important;
  text-align: left !important;
  font-size: 14px !important;
  padding-left: 7px !important;
	font-style: normal !important;
}

.element-block input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF !important;
  text-align: left !important;
  font-size: 14px !important;
  padding-left: 7px !important;
	font-style: normal !important;
}

.element-block input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF !important;
  text-align: left !important;
  font-size: 14px !important;
  padding-left: 10px !important;
	font-style: normal !important;
}

.element-block input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF !important;
  text-align: left !important;
  font-size: 14px !important;
  padding-left: 7px !important;
	font-style: normal !important;
}

.element-block {
	margin-bottom: 20px;
}

@media all and (max-width: 980px) {
	.time-block, .delivery-block {
		width: 100%;
		display: block;
	}

	.element-block {
		width: 45%;
	}

  .element-block input[type="text"],
  .element-block .ui-selectmenu-button,
  .element-block .as-listbox,
  .element-block .time-wrapper .ui-selectmenu-button span.ui-selectmenu-text {
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 10px;
    float: none !important;
  }

  .element-block {
		vertical-align: top !important;
	}

	.element-block .time-wrapper .input-wrapper {
		top: 0px !important;
	}

	.element-block #calendar_jquery {
    left: 20px !important;
    top: 410px !important;
	}
}

@media all and (max-width: 560px) {
	.element-block {
		width: 100%;
		margin-bottom: 0px;
	}

	.element-block #calendar_jquery {
    top: 530px !important;
	}
}

@media (max-width: 480px) {
	#calendar_jquery {
		margin-left: 0px !important;
	}
}


@media (max-width: 420px) {
	.time-block .ico-address {
			background-image: none !important;
	}
}

.input-wrapper label,
.input-wrapper .label {
    color: #583119;
}

#form-products_list input {
    color: #FFFFFF;
}

.cms-pages-read p a,
.cms-pages-read li a {
    color: #583119;
}

.product-detail .on-right::before {
    background-position: 0 -33px;
}

.product-detail .on-right:hover {
    background-color: #583119;
    color: #f0b600;
}

.product-detail .on-right:hover::before {
    background-position: 0 0px;
}


#forms-catering {
    max-width: 700px;
}

.no-m-left {
    margin-left: 0px !important;
}

#forms-catering textarea {
    height: 150px;
}

.m-r-form button {
    margin-right: 7%;
}

#forms-catering .input-arrow-down {
    position: relative;
}

#forms-catering .input-arrow-down::after {
    content: '';
    width: 24px;
    height: 15px;
    background: transparent url('../images/icons/input-arrow-down.png') no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 13px;
    right: 20px;
    z-index: -1;
}

.products .products-item {
    padding: 20px;
}

.products-item.has-variants {
    clear: both;
    width: 100%;
    margin-left: 0px !important;
}

.products .products-item:not(.has-variants) {
    width: calc(50% - 26px);
}

.products .products-item:not(.has-variants):nth-child(even) {
    margin-right: 23px !important;
    margin-left: 0px !important;
}

.products .products-item:not(.has-variants):nth-child(odd) {
    margin-left: 23px !important;
    margin-right: 0px !important;
}

.products .products-item.product-even:not(.has-variants):nth-child(even),
.products .products-item.product-even:not(.has-variants):nth-child(odd) {
    margin-right: 23px !important;
    margin-left: 0px !important;
}

.products .products-item.product-odd:not(.has-variants):nth-child(odd),
.products .products-item.product-odd:not(.has-variants):nth-child(even) {
    margin-left: 23px !important;
    margin-right: 0px !important;
}


.products-item .image-part,
.products-item .description-part,
.products-item .variants-part {
    float: left;
}

.products-item .image-part {
    width: 50%;
}

.products-item .description-part {
    width: 50%;
    padding-left: 25px;
}

.products-item.has-variants .image-part {
    width: 25%;
}

.products-item.has-variants .description-part {
    width: 35%;
}

.products-item.has-variants .variants-part {
    width: 40%;
    padding-left: 15px;
    position: relative;
    top: -10px;
}

.product-description ul li:before {
    display: none;
}

.product-description ul li {
    font-size: 14px;
    margin-bottom: 3px;
}

.numbers-row {
    margin-top: 15px;
    font-family: "Boulevard", Helvetica, sans-serif;
}

.custom-popup .numbers-row {
    text-align: left;
}

.numbers-row span {
    font-size: 36px;
    color: #f0b600;
    padding-right: 25px;
    margin-top: 8px;
}

.numbers-row span small {
    font-size: 21px;
    color: #583119;
    text-transform: lowercase;
}

.numbers-row .button {
    background-color: #f0b600;
    color: #583119;
    text-transform: uppercase;
    border: none;
    float: right;
    font-size: 21px;
    margin-right: 10px;
}

.cms-eshop-products-list .order-summary {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 30;
    width: 100%;
}

.variants-part table,
.variants-part table td,
.variants-part table tr:nth-child(even),
.variants-part table tr:nth-child(even) td {
    background-color: transparent !important;
}

.variants-part table td {
    border-bottom: 1px solid #e8ddd6;
    
}

.variants-part table td {
    padding: 5px 0px !important;    
}

.variants-part .variant-image {width: 15%;}
.variants-part .variant-name {width: 25%;}
.variants-part .variant-price {width: 35%;}
.variants-part .variant-amount {width: 25%;}

.variants-part .variant-image img {    
    width: 100%;
    height: auto;
    display: block;
}

.variants-part .variant-name {    
    font-size: 14px;
    padding-left: 10px !important;    
}

.variants-part .variant-price {   
    padding-right: 10px !important;    
}

.variants-part .variant-price .product-price,
.non-variant .product-price {   
    display: block !important;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 4px !important;   
    font-family: "Open Sans", helvetica, sans-serif;
    font-weight: bold;    
}

.non-variant .product-price {
    margin-bottom: 0px !important;
}

.products-item .product-price-block.non-variant {
    padding: 3px 9px 0px 0px;
    float: right;
}

.variants-part .variant-price .product-price-dph,
.non-variant .product-price-dph {    
    font-size: 14px;
    font-family: "Open Sans", helvetica, sans-serif;
    font-weight: bold;    
}

.wrapper.products,
.area-wrapper,
.order-summary .wrapper {
    max-width: 1430px;
}

.products .products-item .variants-part .variant-amount .input-number,
.non-variant.input-number {    
    padding: 0 !important;    
}

.products-item .variant-price .product-price-block {    
    padding: 0 !important;    
    float: none !important;
    text-align: right;
}

.products-item .variant-amount .input-number,    
.products-item .non-variant.input-number {    
    float: right !important;
}

.products-item .variant-amount .input-number .qty-plus, .products-item .variant-amount .input-number .qty-minus,
.products-item .non-variant.input-number .qty-plus, .products-item .non-variant.input-number .qty-minus {
    line-height: 30px;
    height: 35px;
    width: 35px;
    font-size: 38px;
}

.products .products-item .variant-amount .input-number input,
.products .products-item .non-variant.input-number input {
    font-size: 19px;
    width: 50px;
    padding: 6px 0px 5px 0px !important;    
}

#category-navigation {
    margin: 0px auto 30px auto;
    border: 1px solid #f0b600;
    width: auto;
    display: table;
}

#category-navigation li {
    display: table-cell;
    font-family: "Boulevard", Helvetica, sans-serif;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

#category-navigation li a {
    display: block;
    color: #583119;
    width: auto;
    padding: 10px 50px;    
    height: auto;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
}

#category-navigation li:hover,
#category-navigation li.active {
    background-color: #f0b600;    
}

#category-navigation li:before {
    display: none;
}

/*body.cms-eshop-products-list {
    background-color: #f7ecdc;    
    background-image: none;    
}*/

.cms-eshop-products-list header {
    margin-bottom: 0px;
}

#delivery-bar {
    width: 100%;
    background-color: #583119;
    position: relative;
}

#delivery-bar .delivery-block .select-align-label, #delivery-bar .time-block .select-align-label {
    color: #f0b600 !important;
}

#delivery-bar .delivery-block .ico-address {
  background: url("../images/icons/delivery-light.png") 0px 10px no-repeat !important;
  background-size: 26px 22px !important;
}

#delivery-bar .ui-selectmenu-button,
#delivery-bar .element-block input[type="text"],
#delivery-bar .as-listbox {
    border: 2px solid #f0b600 !important;
    width: 100% !important;
}

.area-wrapper {
    margin: 0 auto;
}

#delivery-bar .delivery-form-wrapper .delivery-block,
#delivery-bar .delivery-form-wrapper .element-block {
    width: 100% !important;
    overflow: hidden;
}

#delivery-bar .delivery-form-wrapper {
    display: grid;
/*     grid-template-columns: repeat(6, 1fr); */
    grid-template-columns: 1.1fr 0.9fr 1.1fr 1.3fr 0.8fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;   
    width: 100%;
    padding-top: 20px;
}

#delivery-bar #order-calendar {
    position: relative;
    overflow: visible;
}

#delivery-bar #order-calendar #calendar_jquery {
    left: 0px !important;
    top: 50px !important;
}

#delivery-bar .element-block .time-wrapper .input-wrapper {
    top: 0px !important;
}

#delivery-bar .time-wrapper {
    margin-left: 0px !important;
}

.products .products-item:nth-child(even) {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

table.product-imgs-preview.cols-count-1 {
    width: 25% !important;
}

table.product-imgs-preview.cols-count-2 {
    width: 50% !important;
}

table.product-imgs-preview.cols-count-3 {
    width: 75% !important;
}

table.product-imgs-preview.cols-count-4 {
    width: 100% !important;
}

table.product-imgs-preview.cols-count-5 {
    width: 100% !important;
}

table.product-imgs-preview td {
    padding: 4px 2px 0px 2px !important;
}

table.product-imgs-preview td:first-child {
    padding: 4px 2px 0px 0px !important;
}

table.product-imgs-preview td:last-child {
    padding: 4px 0px 0px 2px !important;
}

table.product-imgs-preview td:first-child a,
table.product-imgs-preview td:last-child a {
    padding: 0px !important;
}

.button.arrow-next-dark {
    position: relative;
    padding-right: 40px;
}

.button.arrow-next-dark::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url("../images/icons/arrow-next-dark.png") 0 0 no-repeat;
  background-size: contain;
}

.button.arrow-next-dark:hover {
    background-color: #583119;
    color: #f0b600;
}

.button.arrow-next-dark:hover::before {
  background: url("../images/icons/arrow-next-light.png") 0 0 no-repeat;
  background-size: contain;
}

.order-summary .left-side {
    padding-top: 15px;
}

.cms-eshop-products-list .order-summary .button.bigger.ico-arrow {
    background-color: #3a0f06;
    color: #f0b600;
    padding-right: 110px;
}

.cms-eshop-products-list .order-summary .button.bigger.ico-arrow::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 24px;
    background: url("../images/icons/arrow-next-light.png") center center no-repeat;
    background-size: contain;
    right: 30px;
    top: 50%;
    margin-top: -13px;
}

.cms-eshop-products-list .order-summary .button.bigger.ico-arrow:hover {
    background-color: #f0b600;
    color: #3a0f06;
}

.cms-eshop-products-list .order-summary .button.bigger.ico-arrow:hover::before {
    background: url("../images/icons/arrow-next-dark.png") center center no-repeat;
    background-size: contain;
}

.m-t-30 {
    margin-top: 30px;
}

#toggle-delivery-bar {
    display: none;
    
    width: 50px;
    height: 25px;
    border-radius: 25px 25px 0 0; 
    background: transparent url(../images/new_background.jpg) center top repeat;
    background-size: 200% auto;
    
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#toggle-delivery-bar::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 19px;
    height: 15px;
    
    background: transparent url(../images/icons/input-arrow-up.png) no-repeat center center;
    background-size: contain;
}

.delivery-block {
    position: relative;
}

#roll-out {
    opacity: 0;
    
    width: 25px;
    height: 25px;
    background: transparent url(../images/icons/roll-out.png) no-repeat center center;
    background-size: contain;
    
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;      
}

.variant-header {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f0b600;    
}

.products-item.order-disabled.message-active {
    position: relative;
/*     pointer-events: none; */
}

.products-item.order-disabled.message-active::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
    left: 0;
    z-index: 1;
}

.products .products-item.order-disabled.message-active .info {
    opacity: 0.3;
}

.cannot-order-message {
    display: none;
}

.products-item.order-disabled.message-active .cannot-order-message {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f0b600;
    padding: 5px 10px;
    color: #3a0f06;
    font-family: "Boulevard", Helvetica, sans-serif;
    font-size: 17px;
    z-index: 2;
}

.products .products-item.order-disabled .input-number {
  position: relative;
}

.products .products-item.order-disabled .input-number::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
    left: 0;
    z-index: 1;
}


.cannot-order-message a {
    position: absolute;
    content: "";
    right: -38px;
    top: 0;
    width: 39px;
    height: 39px;
    margin-top: 0;
    background: #f0b600 url(../images/icons/close-black.png) center no-repeat;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

#invoice-notice-message{
  color: #583119;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #583119;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext,
.tooltip.t-active .tooltiptext {
  visibility: visible;
}

.tooltip.t-left .tooltiptext {
  top: -8px;
  right: 105%;
}

.tooltip.t-right .tooltiptext {
  top: -8px;
  left: 105%;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent #583119 transparent transparent;
}

.tooltip label {
  margin-right: 10px !important;
}

.tooltip input,
.tooltip label {
  opacity: 0.5;
  cursor: initial;
}

/* REDESIGN */
.new-intro {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#intro-img {
  width: 100%;
  height: auto;
  display: block;
  top: -42px;
  position: relative;
}

.new-intro::before {
  display: none;
}

header {
  margin-bottom: 0px;
}

#intro-btn {
  display: block;
  padding: 20px 30px;
  background-color: #FFFFFF;
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 24px;
  color: #54301A;
  text-transform: uppercase;
  position: absolute;
  left: 5.23%;
  bottom: 32.54%;
  text-decoration: none;
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
}

#intro-btn:hover {
  color: #FFFFFF;
  background-color: #54301A;
}

#event-box {
  background: transparent url('../images/event_box.svg') no-repeat top left;
  background-size: 89% auto;
  padding: 0px 50px;
  display: grid;
  grid-template-columns: 7fr 3fr;
  column-gap: 50px;
  row-gap: 0px;
  align-items: center;
  aspect-ratio: 1275 / 715;
}

#catering-box {
  background: transparent url('../images/catering_box.svg') no-repeat top right;
  background-size: 89% auto;
  padding: 0px 50px;
  display: grid;
  grid-template-columns: 3fr 7fr;
  column-gap: 50px;
  row-gap: 0px;
  align-items: center;
  aspect-ratio: 1275 / 715;
}

.catering-box-text {
  position: relative;
  top: -40px;
  padding-left: 60px;
}

.catering-box-text p {
  color: #FFFFFF;
  font-size: 55px;
  margin-bottom: 30px;
  font-family: "Boulevard", Helvetica, sans-serif;
  line-height: 1.5em;
  text-transform: uppercase;
}

.catering-box-text a {
  display: inline-block;
  padding: 15px 75px;
  background-color: #54301A;
  color: #FFFFFF;
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.catering-box-text a:hover {
  background-color: #FFFFFF;
  color: #54301A;
}

.event-row1,
.event-row2 {
  display: grid;
  column-gap: 40px;
  row-gap: 0px;
  align-items: end;
}

.event-row1 {
  grid-template-columns: 34fr 40fr;
  margin-bottom: 60px;
}

.event-row2 {
  grid-template-columns: 40fr 34fr;
}

.event-box-title {
  padding-left: 70px;
}

.event-box-title h2,
.catering-box-title h2,
#how-it-works h2 {
  font-family: "Boulevard", Helvetica, sans-serif;
  color: #54301A;
  font-size: 120px;
  margin-block-start: 0em;
}

.event-wrapper {
  position: relative;
/*   overflow: hidden; */
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.event-wrapper a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.event-a::before,
.event-d::before {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  background-color: #F0B602;
  position: absolute;
  top: 0px;
  left: 0px;
}

.event-box-list {
  display: grid;
  width: 100%;
  margin-top: 240px;
  grid-template-rows: minmax(0, 35%) minmax(0, 35%);
  height: 100%;
}

.event-wrapper::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: transparent url('../images/bottom-mask.svg') no-repeat bottom left;
  background-size: 101% auto;
  z-index: 9;
}

.event-wrapper span {
  display: block;
  padding: 15px 20px;
  position: absolute;
  background-color: #54301A;
  color: #FFFFFF;
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  z-index: 10;
}

.event-a span {
  -ms-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  bottom: 30px;
  left: -20px;
}

.event-b span {
  -ms-transform: rotate(-9deg);
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  bottom: 30px;
  right: -20px;
}

.event-c span {
  -ms-transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
  bottom: 30px;
  right: 40px;
}

.event-d span {
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  bottom: -5px;
  left: -20px;
}

#bestsellers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 0px;
  width: 75%;
  margin: 0 auto;
}

.bestseller-image {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 16 / 9;
  padding: 20px 25px;
}

.bestseller-image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: transparent url('../images/bottom-mask-white.svg') no-repeat -2px 100%;
  background-size: 101% auto;
}

.bestseller-image h4 {
  color: #FFFFFF;
  line-height: 1.1em;
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 54px;
  text-transform: uppercase;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.bestseller-image span {
  display: inline-block;
  padding: 10px;
  background-color: #54301A;
  color: #FFFFFF;
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 15px;
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.bestseller h5,
.bestseller h3 {
  color: #F0B602;
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.bestseller p,
.bestseller li {
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 17px;
  color: #583119;
  margin-bottom: 7px;
  margin-left: 20px;
}

.bestseller ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    margin: 15px 0px 20px 0px;
}

.bestseller-order {
  display: inline-block;
  padding: 10px 25px;
  background-color: #54301A;
  color: #FFFFFF;
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
}

.bestseller-order:hover {
  background-color: #F0B602;
  color: #FFFFFF;
}

.section-title {
  font-size: 54px;
  text-transform: uppercase;
  text-align: center;
}

.section-title span {
  color: #F0B602;
}

#how-it-works {
  background: transparent url('../images/how_it_works.svg') no-repeat top right;
  background-size: 73% auto;
  padding: 100px 50px 50px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 0px;
/*   aspect-ratio: 1046 / 644; */
  margin-bottom: 50px;
}

#how-it-works h2 {
  width: 50%;
}

.how-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 30px;
  row-gap: 0px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.how-item h3 {
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.how-item p {
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 17px;
  color: #583119;
  margin: 15px 0px 0px 0px;
  width: 90%;
}

.how-item img {
  display: block;
  width: 100%;
  height: auto;
}

#loyalty-club {
  background: transparent url('../images/loyalty_club.svg') no-repeat top left;
  background-size: 90% auto;
/*   padding: 100px 50px 50px 50px; */
/*   display: grid; */
/*   grid-template-columns: 1fr 1fr; */
/*   column-gap: 50px; */
/*   row-gap: 0px; */
  aspect-ratio: 1313 / 463;
/*   margin-bottom: 50px; */
}

#loyalty-club div {
  width: 35%;
  margin-left: 10%;
  margin-block-start: 0em;
  margin-block-end: 0em;

  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);

  position: relative;
  top: 150px;
}

#loyalty-club h2 {
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

#loyalty-club h3 {
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #F0B602;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-top: 20px;
}

#loyalty-club p {
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 17px;
  color: #FFFFFF;
  margin: 20px 0px;
}

#loyalty-club a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #F0B602;
  color: #FFFFFF;
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
}

#loyalty-club a:hover {
  background-color: #FFFFFF;
  color: #F0B602;
}

#testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 0px;
  width: 75%;
  margin: 0 auto;
}

.testimonial h4 {
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #54301A;
  position: relative;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.testimonial h4::before {
  content: '';
  display: block;
  width: 30px;
  height: 48px;
  position: absolute;
  top: -30px;
  left: -40px;
  background: transparent url('../images/quotations.svg') no-repeat center;
  background-size: contain;
}

.testimonial p {
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 17px;
  color: #000000;
  margin: 20px 0px;
}

.testimonial-person {
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 20px;
  row-gap: 0px;
  align-items: center;
}

.testimonial-person img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.testimonial h5 {
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 17px;
  color: #000000;
  margin-block-start: 0em;
  margin-block-end: 0em;
  line-height: 1.5em;
  font-weight: normal;
}

.testimonial h5 strong {
  font-weight: bold;
}

#regular-customers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 40px;
  row-gap: 40px;
  align-items: center;
  width: 60%;
  margin: 0px auto;
}

#regular-customers img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}

.footer-logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
  width: 75%;
  margin: 0 auto;
  align-items: center;
}

#bbbox-footer-logo {
  height: 115px;
  width: auto;
  margin-right: 40px;
}

.footer-logos-social {
  display: flex;
  align-items: center;
}

.footer-logos-social img {
  height: 70px;
  width: auto;
  margin-right: 15px;
}

.footer-logos-bb {
  text-align: right;
}

.footer-logos-bb img {
  display: inline-block;
  height: 100%;
  width: auto;
}

.footer-logos-social a {
  display: inline-block;
}

.footer-contacts-part {
  display: grid;
  grid-template-columns: 4fr 6fr;
  column-gap: 40px;
  row-gap: 40px;
  width: 75%;
  margin: 50px auto 0px auto;
}

.footer-contacts h3 {
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 54px;
  text-transform: uppercase;
  color: #54301A;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.footer-contacts p,
.footer-contacts p a {
  font-family: "Boulevard", Helvetica, sans-serif;
  font-size: 24px;
  color: #54301A;
}

.footer-contacts p {
  line-height: 1.2em;
}

.footer-contacts p a {
  text-decoration: none;
  font-weight: 400;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 70px;
  row-gap: 0px;
}

.footer-links ul {
  list-style: none;
}

.footer-links ul li a {
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 17px;
  color: #54301A;
  text-decoration: none;
  font-weight: 600;
}

.footer-links ul li {
  margin-bottom: 7px;
}

.uri-catering h1 {
    text-align: center;
}

#forms-catering {
    margin: 0 auto;
}


.bbbox-gallery {
  display: flex;
  flex-direction: column;
  margin-left: -60px;
  margin-right: -60px;
}

.bbbox-gallery-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  height: 370px;
  overflow: hidden;
  gap: 20px;
  margin-bottom: 20px;
}

.img-wrap {
  overflow: hidden;
}

.bbbox-gallery-row.shift-left {
  transform: translateX(-60px);
}

.bbbox-gallery-row.shift-right {
  transform: translateX(60px);
}

.bbbox-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* File: assets/cs/css/forms.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
input,
textarea {
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.input-wrapper, .button-wrapper {
  width: 43%;
  display: block;
  float: left;
  margin: 0 3.5%;
  margin-top: 17px;
}
.input-wrapper.full {
  width: 93%;
}
.permanent-login {
    margin: 0px auto 20px auto !important;
    float: none;
    max-width: 630px;
    text-align: left !important;
}
.permanent-login label {
    color: #f0b600 !important;
    font-weight: bold;
    font-family: "Boulevard", Helvetica, sans-serif;
}
.input-wrapper .load-data {
  float: right;
  text-transform: uppercase;
  padding: 5px 15px;
  color: #583119;
  text-decoration: none;
  background-color: #f0b600;
  font-size: 15px;
  letter-spacing: 0.3px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.input-wrapper .load-data:hover {
  background-color: #d3a000;
}
fieldset {
  border: 0;
  border-bottom: 1px solid #f0b600;
  padding: 0 60px 60px;
  margin-bottom: 25px;
}
fieldset:last-child {
  border: 0;
  padding-bottom: 0;
}
fieldset h2 {
  margin-left: 3.5%;
}
fieldset .button {
  margin: 0 3.5%;
  margin-top: 30px;
}
label,
.label {
  font-size: 18px;
  display: block;
  margin-bottom: 12px;
  margin-top: 3px;
}
input,
textarea {
  background: none;
  border: 2px solid #583119; /* #f0b600 */
/*   background-color: #583119; */
  width: 100%;
  padding: 10px;
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 15px;
  color: #583119;
  font-weight: bold;
}
input {
  text-align: center;
}

/*input:focus,
textarea:focus {
    border-color: #f0b600;
}*/

textarea {
  resize: none;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  line-height: 26px;
  vertical-align: middle;
  color: #583119;
}
input[type="radio"] + label:not(:last-child),
input[type="checkbox"] + label:not(:last-child) {
  margin-right: 30px;
}
input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  position: absolute;
  content: "";
  left: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #f0b600;
}
input[type="radio"] + label:hover,
input[type="checkbox"] + label:hover {
  cursor: pointer;
}
input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 14px;
  left: 6px;
  top: 50%;
  margin-top: -7px;
  background: url("../images/icons/checkbox-dark.png") center no-repeat;
}

input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
    background-color: #f0b600;
}


.input-wrapper input[type="radio"] + label,
.input-wrapper input[type="checkbox"] + label {
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 15px;
}
.input-number {
  font-size: 0;
  white-space: nowrap;
}
.input-number input {
  max-width: 100px;
  background-color: #583119;
  color: #f0b600;
  font-size: 24px;
  border: 0;
  font-family: "Boulevard", Helvetica, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.input-number .qty-plus,
.input-number .qty-minus {
  font-size: 48px;
  background-color: #f0b600;
  color: #583119;
  height: 50px;
  width: 60px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 0;
  padding: 0;
}
.input-number .qty-plus:hover,
.input-number .qty-minus:hover {
  background-color: #d3a000;
}
::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff;
}
.styled-select {
  display: inline-block;
  vertical-align: middle;
  max-width: 630px;
  border: 2px solid #f0b600;
}
.styled-select select {
  font-size: 14px;
  font-family: "Open Sans", helvetica, sans-serif;
  background: none;
  border-radius: 0;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  text-overflow: ellipsis;
}
.styled-select {
  position: relative;
}
margin-right 4px {
  padding: 0;
}
.styled-select select {
  width: 100%;
  margin: 0;
  border: 1px solid transparent;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 60px 12px 15px;
}
.styled-select select:hover {
  cursor: pointer;
}
.styled-select::after,
.as-listbox::after,
.ui-selectmenu-button::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 13px;
  top: 50%;
  right: 1em;
  margin-top: -7px;
  background-image: url("../images/icons/dropdown.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}
.styled-select select:focus {
  outline: none;
  border-radius: 0;
}
.styled-select option {
  font-weight: normal;
}
x:-o-prefocus,
.styled-select::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .styled-select select::-ms-expand {
    display: none;
  }
  .styled-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}
@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden;
  }
  .custom-select select {
    width: 120%;
    width: calc(100% + em);
  }
}
.styled-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.error input[type="radio"] + label::before,
.error input[type="checkbox"] + label::before {
    border-color: #fe0000;
}


/* File: assets/cs/css/responsive.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 640px) and (max-width: 1600px) {
	.ui-selectmenu-menu .ui-menu {
		max-height: 250px !important;
	}
}
@media (max-width: 1240px) {
  header .home-link {
    margin-left: 20px;
  }
}
@media all and (max-width: 1045px) {
	header nav {
		padding-right: 65px;
	}
	
	.main-menu li a {
		font-size: 16px;
	}	
}

@media (min-width: 1000px) and (max-width: 1600px) {
  #delivery-bar #order-calendar #calendar_jquery {
      left: auto !important;
      top: 50px !important;
      right: 0px;
  }
}


@media (max-width: 1500px) {
  .catering-box-text p {
    font-size: 45px;
  }
}

@media (max-width: 1280px) {
  .catering-box-text p {
    font-size: 35px;
  }

  .catering-box-text a {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .catering-box-text p {
    font-size: 30px;
  }
}

/*@media (min-width: 1200px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
}*/

@media (max-width: 1040px) {
  .right-side.price-align {
    float: none;
    text-align: center;
    width: 100%;
  }

  .order-items {
    padding-right: 25px;
  }
}
@media (max-width: 1024px) {
	.main-menu li {
		font-size: 18px;
	}

    #category-navigation {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    #category-navigation li {
        flex-shrink: 0;
    }
}
@media (max-width: 1023px) {
  .on-right {
    float: none;
    position: relative;
    right: auto;
    top: auto;
    margin: 20px 0;
  }
}

@media (max-width: 990px) {
  .bbbox-gallery-row {
      grid-template-columns: 1fr 1fr 1fr;
      height: 90px;
  }
}

@media (max-width: 980px) {
  footer .socials {
    margin-right: 5%;
  }
}

@media (max-width: 1600px) {
  #loyalty-club div {
    top: 50px;
  }
}

@media (max-width: 1366px) {
  #how-it-works {
    background-size: 80% auto;
  }

  #loyalty-club {
    background-size: 95% auto;
  }
}

@media (max-width: 1280px) {
  #intro-btn {
    bottom: 26.54%;
  }

  .event-wrapper span {
    font-size: 25px;
  }

  #event-box,
  #catering-box {
    background-size: 95% auto;
  }

  .event-box-title h2, .catering-box-title h2, #how-it-works h2 {
    font-size: 100px;
  }

  .how-item h3 {
    font-size: 35px;
  }

  #loyalty-club h2 {
    font-size: 65px;
  }

  #loyalty-club h3 {
    font-size: 27px;
  }

  .footer-contacts-part {
    grid-template-columns: 4fr 7fr;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
}


@media (max-width: 1024px) {

  .new-order-btn.new-order-btn{
    border: 2px solid #583119;
    padding-right: 0px;
    background-image: url('../images/add_box_dark.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    text-decoration: none;
    text-transform: uppercase;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-left: 0;
    top: 0;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 230px;
    position: relative;
  }
  .new-order-btn.new-order-btn:hover{
    background-image: url('../images/add_box_light.png');
  }
  /*.new-order-btn {
      display: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      background: none;
      border: none;
      padding: 0;
      width: 100%;
      margin: 0;
  }
  .new-order-btn:hover{
    display: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    background: none;
    border:none;
    padding:0;
    margin:0;
  }*/

  #menu-opener {
    display: inline-block;
    float: right;
    margin-top: 11px;
  }
  header nav::after{
    content: "";
    clear: both;
    display: table;
  }
  header .main-menu {
    position: fixed;
    z-index: -1;
    top: 60px;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding-top: 20px;
    background-color: #f0b600;
    text-align: center;
  }
  header .main-menu li {
    display: block;
  }
  header .main-menu li a {
    width: 100%;
    line-height: 60px;
  }
  .menu-opened .main-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .intro {
      margin-top: 0;
      padding-top: 50px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    overflow: hidden;
  }  
  #bb-lang-switcher {
		position: fixed !important;
	}
/*  header::before {
    display: none;
  }
  header::after {
    bottom: -42px;
    border-width: 15px 800px 0 0;
  }*/
  header .home-link {
    margin: 10px 0 0;
  }
  header .logo {
    width: 70px;
    margin-left: 10px;
  }
  
	header .home-link img:first-child {
		width: 70px;
		max-width: 100%;
		height: auto;
	}  
  
	header .home-link img:nth-child(2),
  header .free-stuff {
    width: 48px;
    /*margin-left: 10px;*/
    margin-left: -3px;
    margin-top: 1px;
  }
  header nav {
    background-color: #f0b600;
  }
  section {
    padding-top: 20px;
  }
  body {
    margin-top: 50px;
  }
  .right-corner{
    display: none;
  }

  #intro-btn {
    padding: 15px 25px;
    font-size: 19px;
  }

  .event-box-title h2, #how-it-works h2, .catering-box-title h2 {
    font-size: 65px;
  }

  #event-box {
    grid-template-columns: 8fr 3fr;
  }

  #catering-box {
    grid-template-columns: 3fr 8fr;
  }

  .event-box-list {
    margin-top: 180px;
  }

  .event-a span {
    bottom: -10px;
  }

  .event-c span {
    bottom: 0px;
  }

  #how-it-works {
    grid-template-columns: 1fr 2fr;
    padding: 50px 50px 50px 50px;
    background-size: 90% auto;
  }

  #loyalty-club {
      background-size: 100% auto;
  }

  #loyalty-club div {
    top: 30px;
  }

  #loyalty-club h2 {
    font-size: 45px;
  }

  #loyalty-club h3 {
    font-size: 23px;
  }

  #loyalty-club p {
    font-size: 14px;
  }

  #regular-customers {
    width: 75%;
  }

  .footer-links {
    column-gap: 20px;
  }
}

@media (max-width: 960px) {
  #intro-btn {
    -ms-transform: rotate(0deg) translateX(-50%);
    -webkit-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
    bottom: 40px;
    left: 50%;
    background-color: #F6F3F0;
  }

  #event-box,
  #catering-box {
    background-image: none;
    background-color: #f0b600;
    aspect-ratio: auto;
    height: auto;
    display: block;
    padding: 25px 25px 20px 25px;
  }

  .event-box-title, .catering-box-title {
    padding-left: 0px;
  }

  .event-box-title h2, #how-it-works h2, .catering-box-title h2 {
    font-size: 40px;
  }

  .event-box-title h2 {
    color: #FFFFFF;
    text-align: center;
  }

  .catering-box-title h2  {
    text-align: center;
  }

  .catering-box-title {
    padding-bottom: 25px;
  }

  .catering-box-text a {
    padding: 15px 25px;
    font-size: 30px;
    display: block;
    text-align: center;
  }

  .catering-box-text {
    padding-left: 0px;
  }

  .catering-box-text p {
    font-size: 30px;
    text-align: center;
  }

  .event-row1, .event-row2 {
    display: block;
    height: auto;
  }

  .event-box-list {
    display: block;
    margin-top: 70px;
  }

  .event-wrapper {
    height: auto;
    aspect-ratio: 16 / 9;
    margin-top: 60px;
  }

  .event-wrapper span {
    left: 0px;
    top: -45px;
    bottom: auto;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
    background-color: transparent;
    color: #54301A;
    padding: 0px;
    width: 100%;
  }

  .event-a::before, .event-d::before {
    display: none;
  }

  .section-title {
    font-size: 45px;
    padding: 0px 25px;
  }

  #bestsellers {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .bestseller-image {
    aspect-ratio: 16 / 10;
  }

  .bestseller-image h4 {
    font-size: 35px;
  }

  .bestseller-image span {
    font-size: 20px;
  }

  #how-it-works {
    grid-template-columns: 1fr;
    padding: 25px;
    display: block;
    background-size: 100% 100%;
  }

  #how-it-works h2 {
    width: 100%;
    text-align: center;
  }

  .how-item h3 {
    font-size: 25px;
  }

  #loyalty-club {
    background: transparent url('../images/loyalty_club_mobile.svg') no-repeat top left;
    background-size: 100% 100%;
    position: relative;
  }

  #loyalty-club::before {
    content: '';
    background: transparent url('../images/percent.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    display: block;
  }

  #loyalty-club div {
    width: 100%;
    margin-left: 0;
    padding: 25px;
    position: static;
  }

  #testimonials {
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 60px;
    width: 100%;
    padding: 0px 25px 0px 50px;
  }

  #regular-customers {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 40px;
    padding: 0px 25px;
  }

  #regular-customers img:last-child:nth-child(3n - 1) {
    grid-column-end: -1;
  }

  #regular-customers img:last-child:nth-child(3n - 2) {
    grid-column-end: 5;
  }

  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-contacts-part {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-links ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
  }

  .event-wrapper::after {
    bottom: -2px;
  }
}

@media (max-width: 800px) {
  .loyalty-content-left,
  .loyalty-content-right {
    float: none !important;
    width: 100% !important;
    margin: 0px auto 20px auto !important;   
  } 

  .password-recovery-link {
        float: none;
        display: block;
  }
  
  .loyalty-content-left p,
  .loyalty-content-right p {
    text-align: left !important;    
  }
  
  .six.columns .column {
    width: 33.33%;
  }
  table td:first-child,
  table th:first-child {
    padding-left: 20px;
  }
  table td:first-child::before,
  table th:first-child::before {
    display: none;
  }
  table.calendar td:first-child::before,
  table.calendar th:first-child::before {
    display: block !important;
  }
  .left-side,
  .right-side {
    float: none;
    width: 100%;
    display: block;
  }
  .products .products-item {
    text-align: center;
    padding: 10px;
  }
  .products .products-item .img-cell,
  .products .products-item .name,
  .products .products-item .product-price,
  .products .products-item .input-number {
    display: block;
    margin: 0 auto 10px;
    padding: 0;
    width: auto;
  }
  .products .products-item .img-cell img {
    max-width: initial;
    margin: 0 auto;
  }
  .products .products-item .info {
/*     display: none; */
  }
  .products .products-item .name {
    padding: 0;
    max-width: initial;
    text-align: center;
  }
  .products .products-item .input-number {
    margin-bottom: 0;
  }
  .product-detail .on-right {
    float: none;
    margin: 20px 0;
  }
  .product-detail h1 {
    text-align: center;
    max-width: initial;
  }
  .product-detail .input-number {
    float: none;
    text-align: center;
  }
  .order-summary .left-side {
    text-align: center;
  }
  .order-summary .left-side p {
    display: inline;
  }
  .order-summary .left-side .ico-address::after {
    content: "\A";
    white-space: pre;
  }
  .order-summary .right-side {
    text-align: center;
  }
  .order-summary .right-side .price {
    display: block;
    margin: 20px 0;
    white-space: nowrap;
    font-size: 24px;
  }
  .order-summary .right-side .button {
    margin-left: 0;
  }
  .order-calendar {
    padding: 0;
  }
  .order-calendar .order-items,
  .order-calendar .calendar {
    float: none;
    width: 100%;
  }
  .order-calendar .order-items {
    padding: 15px;
  }
  .order-calendar .order-items h2 {
    margin-top: 10px;
  }
  .order-items h2.button-align {
    font-size: 21px;
  }
  .order-items h2.button-align small {
    font-size: 60%;
  }
  .order .left-side,
  .order .right-side {
    width: 100%;
  }
  .order .left-side {
    padding-right: 0;
  }
  .order fieldset {
    margin: 0;
  }
  .note-fieldset textarea {
    width: 100%;
  }
  .order-items .order-item .date-price small{
    font-size: 60%;
  }
  .loyalty-total {
    text-align: center;
    float: none;
  }
  .loyalty-total p,
  .loyalty-total .loyalty-points {
    display: block;
    float: none;
    margin: 20px 0;
  }
  #loyalty-period {
    float: none;
    text-align: center;
  }
  .loyalty-hr {
    margin-top: 15px;    
  }
  .milestone-info-wrapper {
    margin: 0px;    
  }
  .loyalty-milestone-info {
      position: static !important;
     -webkit-transform: translate(0%, 0%) !important;
     -ms-transform: translate(0%, 0%) !important;
     transform: translate(0%, 0%) !important;      
     text-align: center !important;
     margin: 0px 15px !important;
  }
  footer .socials {
    margin-right: 0;
  }
  footer .socials a {
    width: 60px;
  }
  footer .logo-big {
    display: none;
  }
  footer .footer-menu {
    float: right;
    max-width: initial;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom .copyright,
  footer .footer-bottom .credits {
    float: none;
    display: block;
    margin-top: 10px;
  }
  .order-items {
    min-height: 0px;
  }
  .bottom-row {
    position: static;
    margin-bottom: 0px;
  }
	header .right-corner {
		display: none;
	}

  .tooltip {
    margin-bottom: 30px;
  }

  .tooltip.t-left .tooltiptext,
  .tooltip.t-right .tooltiptext {
    top: 100%;
    left: 0;
    right: auto;
  }

  .tooltip .tooltiptext::after {
    right: auto;
    top: auto;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    margin-right: 0px;
    border-color: transparent transparent #583119 transparent;
  }
}
@media (max-width: 640px) {
  .intro h1 {
    font-size: 80px;
  }
  .intro .button {
    font-size: 30px;
    padding: 15px 35px 15px 90px;
    background-image: none;
  }
  fieldset {
    padding-left: 0;
    padding-right: 0;
  }
  fieldset h2 {
    margin-left: 0;
  }
  h2 .message {
    margin: 10px 0 0;
    display: block;
  }
  h2 .message::before {
    display: none;
  }
  section {
    padding-bottom: 30px;
  }
  .contact {
    text-align: center;
  }
  .contact .contact-left,
  .contact .contact-right {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .contact .contact-right h2 {
    margin-left: 0;
  }
  .contact .contact-right button {
    float: none;
    margin-right: 0;
  }
  .product-detail .product-image {
    width: 100%;
  }
  .product-detail .product-image img {
    margin-bottom: 30px;
  }
  .product-detail .product-price {
    display: block;
    margin-bottom: 20px;
  }
  .loyalty-program-wrapper {
    margin: 30px 0 0;
  }
  .loyalty-program-wrapper #loyalty-program #loyalty-indicator,
  .loyalty-program-wrapper #loyalty-program .loyalty-milestone {
    display: none;
  }
  #current-balance::after {
      display: none;
  }
  #current-balance {
    position: static;
    margin: 0px auto 20px auto;
    width: 175px; 
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #loyalty-program {
    height: auto;
    border: none;
  }
  .loyalty-program-wrapper .loyalty-marker,
  .loyalty-program-wrapper .loyalty-marker:nth-of-type(even) {
    position: relative;
    top: auto;
    height: auto;
    width: 100%;
    margin: 0;
    left: auto !important;
    text-align: left;
    line-height: 34px;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
  .loyalty-program-wrapper .loyalty-marker::before,
  .loyalty-program-wrapper .loyalty-marker::after {
    display: none;
  }
  .loyalty-program-wrapper .loyalty-marker span {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 10px;
    font-size: 20px;
  }
  .loyalty-program-wrapper .loyalty-marker span::before {
    content: "- ";
    margin-right: 5px;
  }
  .loyalty-program-wrapper .loyalty-marker span::after {
    display: none;
  }
  .loyalty-program-wrapper {
		text-align: center;
		margin-top: 0px;
	}
  .loyalty-points-wrapper {
		float: none;
	}
  .loyalty-points-wrapper div {
		position: static;
	}
	.uri-users-area-settings-loyalty .wysiwig-content .fr {
		float: none !important;
	}
	.uri-users-area-settings-loyalty .wysiwig-content .mb-50 {
		margin-bottom: 0px !important;
	}
	.uri-users-area-settings-loyalty .wysiwig-content .mt-50 {
		margin-top: 20px !important;
	}
	.uri-users-area-settings-loyalty .wysiwig-content p {
		margin-bottom: 10px !important;
		text-align: center;
	}

	.cms-eshop-products-list #custom-address {
		margin-bottom: 10px !important;
	}

	.cms-eshop-products-list #custom-address .input-wrapper,
	.cms-eshop-products-list #custom-address .form-wrapper .input-wrapper:nth-of-type(3) {
		width: 100% !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-bottom: 15px !important;
	}
}
@media (max-width: 639px) {
  .product-detail .product-info p {
    text-align: center !important;
    padding-left: 20px !important;
  }

  .product-info ul,
  .product-info ol {
    padding-left: 20px !important;
  }

  table.responsive-table {
    display: block;
    text-align: center;
    width: 100%;
  }
  table.responsive-table thead,
  table.responsive-table tbody,
  table.responsive-table tr {
    display: block;
    width: 100%;
  }
  table.responsive-table tr {
    padding: 10px;
  }
  table.responsive-table th,
  table.responsive-table td {
    display: block;
    padding: 2px;
    text-align: center;
  }
  table.responsive-table th:first-child,
  table.responsive-table td:first-child {
    padding-left: 2px;
  }
}
@media (max-width: 600px) {
  .date-label,
  .time-wrapper {
    float: none;
    width: 100%;
  }
  .date-label {
    line-height: auto;
    margin-bottom: 5px !important;
  }
  .clear {
    clear: both;
  }
  .time-wrapper {
    width: auto;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .resp-center {
/*     text-align: center; */
  }

  .product-detail .counters {
    text-align: center !important;
  }

  .popup-is-opened #popup-1 .custom-popup-content {
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .custom-popup-content .resp-center h2.date-label {
    font-size: 18px;
    text-transform: none;
    color: #FFFFFF;
  }

  .custom-popup-content .resp-center .time-wrapper .input-wrapper label {
    min-width: 93px;
  }

  .custom-popup-content .resp-center .time-wrapper .ui-selectmenu-button {
    min-width: 158px !important;
  }

  .cms-eshop-products-list .right-column {
    float: none !important;
  }

  .cms-eshop-products-list .resp-center p {
    width: 88%;
  }

  .cms-eshop-products-list .ui-selectmenu-menu .ui-menu {
    max-width: 90%;
  }

  /*
  .cms-eshop-products-list .ui-selectmenu-menu .ui-menu {
    max-width: 84%;
  }
  */
}

@media (max-width: 540px) {
  .address-select {
    width: 100% !important;
    display: block !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .address-select .input-wrapper {
    margin: 0px !important;
    width: 100% !important;
    float: none !important;
  }

  .order-item .add-address {
    float: none !important;
    margin-top: 2px !important;
  }

  .order-items .order-item .date-price {
    background-position: 0px 3px;
  }

  .order-items .order-item .date-price .right-side {
    float: none !important;
    text-align: left !important;
    display: inline-block !important;
    width: auto !important;
    padding-left: 10px !important;
  }

  .order-items .order-item .address-label {
    line-height: normal !important;
    height: auto !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 480px) {
/*  #bb-lang-switcher {
    top: 15px !important;
  }  
  .home-link {
      padding-top: 20px;
  }  
  #menu-opener {
    margin-top: 19px;
  }*/
  .three-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  #switcher a {
    display: block;
    width: 100%;
    border-bottom: 2px solid #f0b600;
    padding: 15px;
  }
  #switcher a:before,
  #switcher a:after {
    display: none;
  }
  #switcher a:last-child {
    border-bottom: 0;
  }
  fieldset .button {
    margin-right: 0;
  }
  .input-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .input-wrapper.full {
    width: 100%;
  }
  .m-r-form button {
    margin-right: 0px;    
  }
  footer {
    text-align: center;
    margin-top: 50px;
  }

  footer .socials {
    float: none;
    margin-bottom: 20px;
  }
  footer .socials a {
    height: 60px;
  }
  footer .footer-menu {
    float: none;
    text-align: center;
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
  }

  .delivery-block p {
    margin-top: 0px;
  }

  .delivery-block .ico-address {
    background-position: top left;
  }

  #calendar_jquery {
    max-width: 300px;
/*     left: 50% !important; */
/*     margin-left: -150px !important; */
  }

  .ui-datepicker {
    width: auto !important;
  }

  .popup-is-opened .order-summary .price {
    font-size: 32px;
  }

  .popup-is-opened .wrapper.products {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .ico-address .ui-selectmenu-button span.ui-selectmenu-text {
		height: 49px !important;
		line-height: 44px !important;
	}

	.ico-address .ui-selectmenu-button {
		height: 49px !important;
	}
}
@media (max-width: 479px) {
  .three.columns .column {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .address-label {
    float: none;
    display: block;
    line-height: normal;
  }

  .address-select {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0px;
  }

  .address-select .input-wrapper .styled-select select {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .address-select .input-wrapper {
    margin-top: 0px;
  }

  .delivery-block .ico-address {
    background-image: none !important;
  }

  .custom-popup-content .ico-address {
    padding-left: 0px !important;
  }

  .custom-popup-content .time-wrapper {
    margin-bottom: 5px !important;
  }

  .custom-popup-content .ico-address .ui-selectmenu-button {
    max-width: 90% !important;
  }
}
@media (max-width: 360px) {
  .two-columns,
  .three-columns {
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
  }
  .calendar th,
  .calendar td {
    padding: 10px;
  }
  .calendar td.event::before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .custom-popup .input-number .qty-plus, .custom-popup .input-number .qty-minus {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .custom-popup .input-number input {
    max-width: 80px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-height: 750px) {
	.invoice-popup h1 {
		font-size: 35px !important;
	}

	#form-invoice fieldset label {
		font-size: 16px !important;
	}

	.invoice-popup .button.bigger, .invoice-popup button.bigger {
		padding: 10px 30px !important;
		font-size: 20px !important;
	}
}

@media (max-width: 1440px) {
    .wrapper.products,
    .area-wrapper,
    .order-summary .wrapper {
        max-width: 1380px;
    }
}

@media (max-width: 1366px) {
    .wrapper.products, .area-wrapper, .order-summary .wrapper {
        max-width: 1320px;
    }
    
    #delivery-bar .delivery-form-wrapper {
        grid-template-columns: 0.9fr 0.9fr 0.9fr 1.3fr 1.0fr 1.0fr;
        grid-column-gap: 10px;
    }
    
    .order-summary .price {
        font-size: 28px;
    }
    
    .cms-eshop-products-list .order-summary .button.bigger.ico-arrow {
        padding-right: 80px;
    }
    
    .button.bigger, button.bigger {
        font-size: 20px;
        padding: 13px 25px;
    }

    .button.ico-check, button.ico-check,
    .button.bigger.ico-check, button.bigger.ico-check {
      padding-left: 85px;
      padding-right: 45px;
    }
    
    .order-summary {
        padding: 10px 0;
    }
    
    .order-summary .left-side {
        padding-top: 10px;
    }
    
    #delivery-bar {
        top: -20px;
    }
    
    .products h1 {
        margin: 0px 0px 15px 0px;
    }
    
    .products-item .description-part {
        padding-left: 20px;
    }
    
    .products .products-item {
        min-height: 325px;
        height: auto;
    }
}

@media (max-width: 1280px) {
    .wrapper.products,
    .area-wrapper,
    .order-summary .wrapper {
        max-width: 1200px;
    }
    
    #delivery-bar .delivery-form-wrapper {
        grid-template-columns: 1.2fr 0.9fr 0.8fr 1.1fr 1.1fr 1.1fr;
        grid-column-gap: 10px;
    }    
    
    .products .products-item:not(.has-variants) {
/*         height: 380px; */
    }

    .products .products-item.has-variants {
        min-height: 325px;
        height: auto;
    }
        
    .products .products-item:not(.has-variants) .image-part {
        width: 35%;
    }
    
    .products .products-item:not(.has-variants) .description-part {
        width: 65%;
    }
}

@media (max-width: 1024px) {
    .wrapper.products,
    .area-wrapper,
    .order-summary .wrapper {
        max-width: 100%;
    }
    
    .products-item.has-variants,
    .products .products-item:not(.has-variants):nth-child(even),
    .products .products-item:not(.has-variants):nth-child(odd),
    .products .products-item:not(.has-variants) {
        width: 100% !important;
        min-height: 325px;
        height: auto;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    
    .products .products-item .info {
        left: auto;
        right: 0px;
    }
    
    #delivery-bar .delivery-form-wrapper {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(3, 1fr);
    }    
    
    #delivery-bar {
        padding: 40px 20px 0px 20px;
    }
    
    #delivery-bar .element-block input[type="text"] {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .products .products-item .name {
        line-height: 1.1;
    }    

    #delivery-bar {
        top: 0px;
    }    
    
    .products-item.has-variants .variants-part {
        top: 0px;
    }    
    
    .products-item.has-variants .image-part,
    .products-item.has-variants .description-part,
    .products-item.has-variants .variants-part {
        width: 100%;
    }
    
    #form-products_list .products .products-item {
        padding: 20px;
    }
    
    .products-item .description-part {
        padding: 0px;
    }
    
    .products-item .image-part, .products-item .description-part, .products-item .variants-part {
        float: none;
    }
    
    .products-item .description-part {
        padding-top: 20px;
        text-align: left;
    }
    
    .product-consumption {
        padding-top: 15px;
        display: block;
    }
    
    .numbers-row {
        text-align: center;
    }
    
    .products-item.has-variants .variants-part {
        padding-left: 0px;
    }
    
    .variants-part table,
    .variants-part tbody,
    .variants-part tr,
    .variants-part td {
        display: inline-block !important;
    }
    
    td.variant-image {
        display: none !important;
    }
    
    .variants-part .variant-name {
        padding-left: 0px !important;
        width: 100%;
        text-align: left;
    }
    
    .variants-part table {
        padding-top: 10px;
    }
    
    .variants-part table td {
        border: none;
    }
    
    .variants-part tr {
        border-bottom: 1px solid #e8ddd6;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .mob-header-row {
        width: 100%;
        margin-bottom: 10px;
        border-top: 1px solid #e8ddd6;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    
    .variants-part .variant-price,
    .variants-part .variant-amount {
        width: 49%;
        padding: 15px 0px 10px 0px !important;
    }   
    
    .products .products-item:not(.has-variants) .image-part,
    .products .products-item:not(.has-variants) .description-part {
        width: 100%;
   }   
   
   .order-summary {
        padding: 10px 20px;
   }   
   
   .order-summary .left-side {
        padding-top: 0px;
        float: left;
        text-align: left;
        width: 65%;
   }   
   
   .order-summary .right-side {
        float: right;
        text-align: right;
        width: 35%;
   }   
   
   .order-summary .price {
        font-size: 22px;
        display: block;
    }
    
   .order-summary .wrapper {
        padding: 0px;
    }

    .order-summary .price small {
        display: block;
    }
    
    .cms-eshop-products-list .order-summary .button.bigger.ico-arrow {
        padding: 7px 12px;
        font-size: 18px;
    }
    
    .cms-eshop-products-list .order-summary .button.bigger.ico-arrow::before {
        display: none;
    }
    
    #delivery-bar .delivery-block .ico-address {
        background: none !important;
        padding-left: 0px;
    }
    
    #delivery-bar .delivery-form-wrapper {
        display: block;
    }        
    
    #delivery-bar {
        padding: 20px 20px 0px 20px;
    }
    
    #toggle-delivery-bar {
        display: block;
    }
    
    .delivery-form-wrapper {
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;        
        
        max-height: 500px;
    }
    
    .delivery-form-wrapper.minified {
/*         padding-bottom: 10px; */
        max-height: 40px;
        overflow: hidden;
    }  
    
    .delivery-form-wrapper .element-block {
        opacity: 1;
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        -ms-transition: all 500ms linear;
        transition: all 500ms linear;        
    }
    
    .delivery-form-wrapper.minified .element-block {
        opacity: 0;
    }
    
    .delivery-form-wrapper.minified #roll-out {
        opacity: 1;
    }
    
    .delivery-form-wrapper .delivery-block {
        top: -6px;
    }
    
    #category-navigation li a {
        font-size: 18px;
        padding: 5px 15px;
    }
    
    .products .products-item.product-even:not(.has-variants):nth-child(even),
    .products .products-item.product-even:not(.has-variants):nth-child(odd),
    .products .products-item.product-odd:not(.has-variants):nth-child(odd),
    .products .products-item.product-odd:not(.has-variants):nth-child(even) {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}


/* File: assets/cs/css/popup.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
.custom-popup {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: transform 600ms ease-out;
  -moz-transition: transform 600ms ease-out;
  -o-transition: transform 600ms ease-out;
  -ms-transition: transform 600ms ease-out;
  transition: transform 600ms ease-out;
  text-align: center;
  z-index: 1020;
}

.custom-popup .wrapper {
  max-width: none !important;
}

.custom-popup .wrapper .mCSB_scrollTools .mCSB_draggerContainer {
  right: -11px;
}

.custom-popup .wrapper .mCSB_scrollTools {
  width: 0px !important;
}

.custom-popup section {
  padding-bottom: 20px;
}

#popup-1, #popup-2 {
  background: #312927 url("../images/new_background.jpg") center top repeat;
  background-size: 100% auto;
}

.hidden {
  display: none;
}

.shiftedR {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.shiftedL {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.popup-is-opened .custom-popup-content {
  width: 100%;
  height: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

.popup-is-opened #popup-1 .custom-popup-content {
  padding-left: 25px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.popup-is-opened #popup-1 .mCSB_container {
  padding-right: 25px !important;
}

@media (min-width: 800px) {
  #popup-1 form {
    height: auto !important;
    min-height: 95vh !important;
  }

  #popup-1 .order-summary {
    position: absolute;
    bottom: 0px !important;
    left: 0px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  #popup-1 .products {
    padding-bottom: 135px;
  }
}

.mCSB_scrollTools {
  margin: 20px 10px;
}

.popup-is-opened {
  overflow: hidden;
}


/* File: assets/cs/css/popup2.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 100;
}
.popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.popup-container {
  position: relative;
  width: 90%;
  max-width: 640px;
  margin: 4em auto;
  background: #FFF;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.popup-container.popup-container-black{
  background: transparent url('../images/new_background.jpg') center top repeat;
}

.wrapper .popup-container ul li::before {
	display: none;
}

.popup-container.watchdog {
  max-width: 470px;
}

.popup-container p {
  padding: 3em 1em;
  font-size: 19px;
  position: relative;
  -webkit-margin-before: 0em !important;
  -webkit-margin-after: 0em !important;
  margin-bottom: 0px !important;
  overflow: hidden !important;
}

.popup-container p::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -50px;
  left: -15px;
  width: 120px;
  height: 160px;
  background-size: 120px auto;
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.popup-container .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.popup-container .buttons {
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
}
.popup-container .buttons li {
  float: left;
  width: 50% !important;
  list-style: none;
  display: block;
  padding: 0px !important;
  margin: 0px !important;
}

.popup-container .buttons.single-button li {
/*   width: 100% !important; */
  float: none;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}

.popup-container .buttons a, .popup-container .buttons button {
  display: block;
  height: 60px;
  width: 100%  !important;
  cursor: pointer;
  line-height: 60px;
  /*   text-transform: uppercase; */
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  text-decoration: none;
  margin: 0px !important;
}
.popup-container .buttons li:first-child a {
  background: #f0b600;
  color: #000000;
}
.popup-container .buttons li:first-child a:hover {
  background-color: #e4b204;
  color: #000000;
}
.popup-container .buttons li:last-child a, .popup-container .buttons li:last-child button {
  background-color: #282828;
  color: #FFFFFF;
}
.popup-container .buttons li:last-child a:hover, .popup-container .buttons li:last-child button:hover {
  background-color: #191919;
  color: #FFFFFF;
}
.popup-container .popup-rotate {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  background: transparent url('../images/icons/close-black.png') no-repeat top left;
  text-indent: -9999px;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.popup-container .popup-rotate.popup-rotate-black {
  background: transparent url('../images/icons/close-white.png') no-repeat top left;
}
.popup-container .popup-rotate:hover {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.is-visible .popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 640px) {
  .popup-container p::after {
    display: none !important;
  }
}


/* File: assets/cs/css/starwars.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
@font-face {
    font-family: 'starwarsjs';
    src:  url('../fonts/starwarsjs.eot?szdw01');
    src:  url('../fonts/starwarsjs.eot?szdw01#iefix') format('embedded-opentype'),
    url('../fonts/starwarsjs.ttf?szdw01') format('truetype'),
    url('../fonts/starwarsjs.woff?szdw01') format('woff'),
    url('../fonts/starwarsjs.svg?szdw01#starwarsjs') format('svg');
    font-weight: normal;
    font-style: normal;
}
.rate_star:before {
/*    content: "\e902";
    font-family: 'starwarsjs' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}
.rate_star:before {
	width: 50px;
	height: 50px;
	display: block;
	content: '';
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 50px auto;
	position: absolute;
	top: 0px;
	left: 0px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;	
}

.rate_star[data-value="1"]:before {background-image: url('../images/icons/smile_sad.png');}
.rate_star[data-value="2"]:before {background-image: url('../images/icons/smile_neutral.png');}
.rate_star[data-value="3"]:before {background-image: url('../images/icons/smile_happy.png');}

.over-1 .rate_star[data-value="1"]:before {background-image: url('../images/icons/smile_sad_active.png');}
.over-2 .rate_star[data-value="2"]:before {background-image: url('../images/icons/smile_neutral_active.png');}
.over-3 .rate_star[data-value="3"]:before {background-image: url('../images/icons/smile_happy_active.png');}

.checked-1 .rate_star[data-value="1"]:before {background-image: url('../images/icons/smile_sad_active.png');}
.checked-2 .rate_star[data-value="2"]:before {background-image: url('../images/icons/smile_neutral_active.png');}
.checked-3 .rate_star[data-value="3"]:before {background-image: url('../images/icons/smile_happy_active.png');}


.rate_star{
    cursor: pointer;
		display: inline-block;
		width: 60px;
		height: 50px;
		position: relative;
}
.rate_star.over{
/*     color: #f9e431; */
}
.rate_star.checked{
/*     color: #f0b600; */
}
.rate_star.disable{
    cursor:not-allowed;
    pointer-events: none;
    color: #9C9B9B;
}

/* File: assets/cs/css/jquery.mCustomScrollbar.min.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}

/* File: assets/cs/css/jquery.ui.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
/*! jQuery UI - v1.11.4 - 2016-05-16
* http://jqueryui.com
* Includes: core.css, datepicker.css, menu.css, selectmenu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .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: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .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: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .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 .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;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.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 {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}


/* File: assets/cs/css/custom.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
.input-wrapper.error input, .input-wrapper.error textarea {
    border-color: #fe0000;
}
#markers-json {
    display: none;
}
.marker {
    color: black;
}


/* File: assets/cs/css/spinner.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
html.spinner-active,
body.spinner-active {
/*   overflow: hidden !important; */
}
.spinner-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: none;
}
.spinner-active .spinner-wrapper {
  display: block;
}
.spinner-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%), translateX(-50%);
  -ms-transform: translateY(-50%), translateX(-50%);
  transform: translateY(-50%), translateX(-50%);	
}
.sk-folding-cube {
  margin: 0px;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg); 
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0b600;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* File: assets/cs/css/magnific-popup.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* File: assets/cs/css/changes.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
#eet-message {
	font-size: 15px;
    color: #583119;
}

#bb-lang-switcher {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	height: auto;
	min-height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	display: inline-block;
	margin-left: 25px;
	background: transparent url(../images/icons/lang_arrow_down.svg) no-repeat 15px 27px;
	z-index: 3;
}

#bb-lang-switcher .current-lang {
	line-height: 70px;
	color: #1B2431;
	display: block;
	width: 0px;
	padding: 0px 23px 0px 40px !important;
	margin-right: 23px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	position: relative;
	font-size: 16px;
}

.lan-choose {
	display: none;
	position: relative;
}

.lan-choose .rot-bckgrnd {
	position: absolute;
	top: -5px;
	right: -25px;
	background-color: #f0b600;
	width: 100px;
	height: 110%;
	display: block;
/*	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);*/
	z-index: -1;
}

.bb-langs {
	margin: 5px 0px 0px 0px !important;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-padding-start: 0px;
	list-style-type: none;
	-moz-padding-start: 0px !important;
	z-index: 1;
	position: relative;
}

.bb-langs li {
	height: 60px;
	line-height: 60px;
}

.bb-langs li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #583119;
	text-transform: uppercase;
	text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
	font-size: 15px;
	text-align: center;
	font-family: "Boulevard", Helvetica, sans-serif;
	text-indent: 2px;
}

.bb-langs li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.loyalty-content-left,
.loyalty-content-right {
    width: 47.5%;
    float: left;
}

.loyalty-content-left {
    margin-right: 2.5%;
}

.loyalty-content-right {
    margin-left: 2.5%;
}

.loyalty-content-left p,
.loyalty-content-right p {
    text-align: justify;
}

.one-column-only {
    width: 50%;
    float: none;
    margin: 0px auto;
}

@media (max-width: 1400px) {
	header nav {
		padding-right: 30px;
	}

	.new-order-btn {
		margin-right: 12px;
		font-size: 19px;
	}
}

@media (max-width: 1350px) {
	.new-order-btn {
		margin-right: 25px;
		margin-left: 0px;
	}

	header nav {
			padding-right: 35px;
	}

	.main-menu li a {
		font-size: 23px;
	}

  header .home-link img:first-child {
    width: 140px;
  }

  header .home-link img:nth-child(2) {
    width: 100px;
  }
}

@media (max-width: 1320px) {
	header nav {
			padding-right: 50px;
	}
}

@media (max-width: 1280px) {
	header nav {
			padding-right: 60px;
	}
}

@media (max-width: 1150px) {
  header nav {
      padding-right: 60px;
  }
}

@media (max-width: 1145px) {
  header nav {
      padding-right: 55px;
  }
}

@media (max-width: 1130px) {
  header nav {
      padding-right: 60px;
  }

  .main-menu li a {
    padding: 0px 12px;
  }

  .new-order-btn {
    margin-right: 25px;
  }
}

@media (max-width: 1200px) {
  header nav {
      padding-right: 50px;
  }

  .main-menu li a {
    padding: 0px 9px;
  }

	.main-menu li a {
		font-size: 17px;
	}
}

@media (max-width: 1040px) {
  .main-menu li a {
    padding: 0px 8px;
  }

	.new-order-btn {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
  header nav {
      padding-right: 65px;
  }
}

@media (max-width: 1024px) {
	.lan-choose .rot-bckgrnd {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.bb-langs {
		margin: 0px 0px 0px 0px !important;
	}

	.bb-langs li a {
		text-indent: 6px;
	}
}

@media (max-width: 768px) {
 header .home-link img:first-child {
   width: 133px;
 }

 header .home-link img:nth-child(2) {
   width: 105px;
 }
}

@media (max-width: 640px) {
    header {
        height: 60px;
    }
    
    .home-link {
        padding-top: 0px !important;
    }
    
    header .home-link img:first-child {
        width: 100px;
    }

    header .home-link img:nth-child(2) {
        width: 85px;
    }
    
    #menu-opener {
        margin-top: 5px;
    }
    
    #bb-lang-switcher {
        min-height: 60px;
        top: -4px !important;
    }
    
    .lan-choose .rot-bckgrnd {
        top: -7px;
    }
}

.lang-de .ico-address .select-align-label {
	line-height: 1.2em !important;
}

.lang-en .ico-address .select-align-label {
	line-height: 1.2em !important;
}


/* File: assets/cs/css/owl.carousel.css
   Compiled at: 2025-11-14 14:10:58 
================================ */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


