/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.alert_message {
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  display: none; }
  .alert_message a {
    color: inherit; }

header {
  display: block;
  background-color: #28ae61; }
  header button.btn {
    width: inherit;
    margin: inherit;
    text-transform: inherit;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px; }
  header .header_top {
    height: 65px;
    text-align: justify; }
    header .header_top .logo_container {
      float: left;
      width: 150px;
      position: relative;
      top: 10px; }
    header .header_top .search_container {
      position: absolute;
      width: 450px;
      top: 16px;
      left: 50%;
      margin-left: -225px; }
      header .header_top .search_container input {
        width: 100%;
        height: 35px;
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid #fff;
        line-height: 35px;
        font-size: 14px;
        color: #fafafa;
        padding: 0 30px 0 10px; }
      @media screen and (max-width: 990px) {
        header .header_top .search_container {
          width: 45.454545454545454545454545454545%;
          margin-left: -22.727272727272727272727272727273%; } }
      @media screen and (max-width: 768px) {
        header .header_top .search_container {
          display: none; } }
      header .header_top .search_container .close_btn {
        display: none;
        font-size: 30px;
        color: #fff;
        float: right;
        margin-right: 20px;
        margin-top: 18px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer; }
      header .header_top .search_container .search_btn {
        color: rgba(255, 255, 255, 0.7);
        margin-right: 20px;
        margin-top: 9px;
        position: absolute;
        right: -10px;
        top: 0;
        cursor: pointer;
        font-weight: 100;
        font-size: 16px; }
    header .header_top .search_container.notloggedin {
      width: 400px;
      margin-left: -290px; }
      @media screen and (max-width: 1199px) {
        header .header_top .search_container.notloggedin {
          width: 300px;
          margin-left: -250px; } }
      @media screen and (max-width: 990px) {
        header .header_top .search_container.notloggedin {
          width: 220px;
          margin-left: -190px; } }
      @media screen and (max-width: 768px) {
        header .header_top .search_container.notloggedin {
          display: none !important; } }
    @media screen and (max-width: 768px) {
      header .header_top .search_container.full_opened {
        display: block !important;
        width: 100%;
        margin-left: 0;
        left: 0;
        height: 65px;
        top: 0;
        background-color: #28ae61;
        padding: 16px 60px 16px 16px;
        box-sizing: border-box;
        z-index: 101; }
        header .header_top .search_container.full_opened .close_btn {
          display: block; }
        header .header_top .search_container.full_opened .search_btn {
          display: block;
          margin-top: 25px;
          right: initial;
          left: 25px; }
        header .header_top .search_container.full_opened input {
          padding: 0 10px 0 30px; } }
    header .header_top .cart_container {
      margin-top: 16px;
      float: right;
      line-height: 35px;
      color: #fafafa;
      position: relative;
      z-index: 10000; }
      @media screen and (max-width: 768px) {
        header .header_top .cart_container {
          margin-right: 10px;
          margin-left: 5px;
          margin-top: 18px; } }
      header .header_top .cart_container .cart {
        cursor: pointer;
        position: relative; }
        header .header_top .cart_container .cart i {
          font-size: 22px; }
        header .header_top .cart_container .cart .cart_items_count {
          display: none;
          position: absolute;
          right: -10px;
          top: -2px;
          border-radius: 50%;
          background: #ff0000;
          color: #fff;
          font-weight: bold;
          font-size: 10px;
          padding: 3px 5px;
          line-height: 1; }
      header .header_top .cart_container .cart.empty {
        cursor: not-allowed; }
      header .header_top .cart_container .cart_preview {
        display: none;
        background: #fff;
        border: 1px solid #ccc;
        padding: 5px;
        position: absolute;
        top: 30px;
        color: #333;
        width: 400px;
        margin-left: -230px; }
        @media screen and (max-width: 768px) {
          header .header_top .cart_container .cart_preview {
            right: 0; } }
        @media screen and (max-width: 400px) {
          header .header_top .cart_container .cart_preview {
            width: 320px; } }
        @media screen and (max-width: 320px) {
          header .header_top .cart_container .cart_preview {
            width: 300px; } }
        header .header_top .cart_container .cart_preview .limit_alert {
          font-size: 12px;
          position: relative;
          width: 100%;
          color: #c22158;
          padding: 0;
          font-weight: bold; }
          @media screen and (max-width: 600px) {
            header .header_top .cart_container .cart_preview .limit_alert {
              width: 95%; } }
        header .header_top .cart_container .cart_preview h6.title {
          font-weight: bold;
          text-align: center;
          margin: 10px auto;
          font-size: 20px; }
        header .header_top .cart_container .cart_preview ul {
          list-style: none;
          margin: 0;
          padding: 0;
          line-height: 1.4; }
          header .header_top .cart_container .cart_preview ul li {
            padding: 5px 10px;
            border-bottom: 1px solid #ccc; }
            header .header_top .cart_container .cart_preview ul li div {
              display: flex; }
              header .header_top .cart_container .cart_preview ul li div span.qty {
                text-align: right;
                width: 60px; }
                header .header_top .cart_container .cart_preview ul li div span.qty i {
                  color: #28ae61;
                  cursor: pointer; }
              header .header_top .cart_container .cart_preview ul li div span.title {
                width: 250px; }
              header .header_top .cart_container .cart_preview ul li div span.price {
                width: 80px;
                text-align: right;
                font-weight: bold; }
          header .header_top .cart_container .cart_preview ul li.total {
            padding-bottom: 0px; }
            header .header_top .cart_container .cart_preview ul li.total span.price {
              color: #c22158;
              font-size: 16px; }
          header .header_top .cart_container .cart_preview ul li:last-child {
            border-bottom: none; }
        header .header_top .cart_container .cart_preview .btns .btn_clear_cart {
          float: left;
          cursor: pointer;
          margin: 1em 0 1em 10px;
          text-decoration: underline; }
        header .header_top .cart_container .cart_preview .btns .btn_close_holder {
          float: left;
          margin: 1em 10px 1em; }
          @media screen and (max-width: 430px) {
            header .header_top .cart_container .cart_preview .btns .btn_close_holder {
              float: none;
              margin-left: auto;
              margin-right: auto;
              text-align: center; } }
          header .header_top .cart_container .cart_preview .btns .btn_close_holder a {
            background: #9aa3a4;
            color: white;
            font-size: 16px;
            text-align: center;
            text-transform: uppercase;
            max-width: 220px;
            min-width: 110px;
            margin: auto;
            height: 35px;
            line-height: 35px;
            border: 0;
            border-radius: 0;
            padding-top: 0;
            padding-bottom: 0; }
            header .header_top .cart_container .cart_preview .btns .btn_close_holder a:hover, header .header_top .cart_container .cart_preview .btns .btn_close_holder a:focus {
              background: #7a8182;
              color: #fff; }
        header .header_top .cart_container .cart_preview .btns .btn_to_checkout_holder {
          float: right;
          margin: 1em 10px 1em; }
          @media screen and (max-width: 430px) {
            header .header_top .cart_container .cart_preview .btns .btn_to_checkout_holder {
              float: none;
              margin-left: auto;
              margin-right: auto;
              text-align: center; } }
          header .header_top .cart_container .cart_preview .btns .btn_to_checkout_holder a {
            background: #28ae61;
            color: white;
            font-size: 16px;
            text-align: center;
            text-transform: uppercase;
            max-width: 220px;
            min-width: 110px;
            margin: auto;
            height: 35px;
            line-height: 35px;
            border: 0;
            border-radius: 0;
            padding-top: 0;
            padding-bottom: 0; }
    header .header_top .account_container {
      margin-top: 16px;
      float: right;
      line-height: 35px;
      color: #fafafa;
      text-transform: uppercase; }
      header .header_top .account_container button {
        height: auto;
        line-height: 1.4;
        margin-top: -4px; }
      header .header_top .account_container span.link {
        padding: 0 19px;
        border-right: 1px solid #fff;
        display: inline-block;
        cursor: pointer; }
        @media screen and (max-width: 990px) {
          header .header_top .account_container span.link {
            padding: 0 6px; } }
        header .header_top .account_container span.link a {
          color: #fafafa;
          font-size: 12px;
          text-decoration: none;
          vertical-align: middle; }
        header .header_top .account_container span.link a:hover {
          text-decoration: underline; }
        header .header_top .account_container span.link a.mailchimp_subscribe {
          font-weight: bold; }
      header .header_top .account_container span.link:last-child {
        border: none;
        padding-right: 0; }
      header .header_top .account_container .user_menu_desktop {
        background: #28ae61;
        position: absolute;
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
        right: 0px;
        z-index: 10000;
        top: 15px;
        left: initial;
        border: none;
        box-shadow: none;
        border-radius: 0;
        min-width: initial; }
        header .header_top .account_container .user_menu_desktop li {
          font-size: 14px;
          padding: 10px;
          text-align: right;
          cursor: pointer; }
          header .header_top .account_container .user_menu_desktop li a {
            color: #fff; }
          header .header_top .account_container .user_menu_desktop li a:hover,
          header .header_top .account_container .user_menu_desktop li a:focus {
            background: transparent; }
      @media screen and (max-width: 768px) {
        header .header_top .account_container {
          display: none; } }
    header .header_top .user_menu_toggle.focus,
    header .header_top .user_menu_toggle:focus,
    header .header_top .user_menu_toggle:hover {
      color: #fff; }
    header .header_top .icon {
      display: none;
      font-size: 30px;
      color: #fff;
      float: right;
      margin-right: 20px;
      margin-top: 18px;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        header .header_top .icon {
          display: block; } }
      header .header_top .icon button {
        padding: 0; }
      header .header_top .icon i {
        font-size: 23px; }
    @media screen and (max-width: 768px) {
      header .header_top .icon_search {
        margin-top: 7px; } }
    header .header_top .icon_user {
      position: relative;
      margin-top: 5px; }
      header .header_top .icon_user button {
        margin-right: 0;
        margin-left: 10px; }
      header .header_top .icon_user ul.user_menu {
        background: #28ae61;
        position: absolute;
        margin: 0;
        padding: 17px 0 0 0;
        list-style: none;
        right: -20px;
        z-index: 10000;
        left: initial;
        border: none;
        box-shadow: none;
        border-radius: 0;
        min-width: initial; }
        header .header_top .icon_user ul.user_menu li {
          font-size: 16px;
          padding: 10px; }
          header .header_top .icon_user ul.user_menu li a {
            color: #fff; }
          header .header_top .icon_user ul.user_menu li a:hover,
          header .header_top .icon_user ul.user_menu li a:focus {
            background: transparent; }
    header .header_top .logo {
      width: 149px;
      height: 45px;
      font-family: Barmeno;
      font-size: 40px;
      font-weight: 500;
      text-align: center;
      color: #ffffff; }
  header .header_bottom {
    background-color: #2ecc71;
    /* .myslides_sm {
			display: none;
			@media screen and (max-width: $break-sm) {
				display: block;
			}
		} */ }
    @media screen and (max-width: 768px) {
      header .header_bottom {
        background-color: transparent; } }
    header .header_bottom .menu {
      background-color: #2ecc71;
      margin-left: -5px;
      margin-right: -5px;
      /* ul:after {
			    content: "";
			    width: 100%;
			    display: inline-block;
			} */ }
      header .header_bottom .menu ul.flex {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        margin: auto;
        display: block;
        text-align: center; }
      header .header_bottom .menu ul > li {
        display: inline-block;
        padding: 0 0.7%;
        position: relative;
        list-style: none;
        margin: 0;
        color: #fff;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        font-size: 14px; }
        @media screen and (min-width: 990px) {
          header .header_bottom .menu ul > li {
            padding: 0 1.4%; } }
        @media screen and (min-width: 1200px) {
          header .header_bottom .menu ul > li {
            padding: 0 2%; } }
        header .header_bottom .menu ul > li .btn {
          color: #fff;
          padding: 0; }
        header .header_bottom .menu ul > li a {
          color: #fff; }
        header .header_bottom .menu ul > li a:hover,
        header .header_bottom .menu ul > li a:focus {
          color: #fff;
          text-decoration: none; }
        header .header_bottom .menu ul > li ul {
          border: none;
          border-radius: 0;
          margin: 0;
          padding-top: 0; }
          header .header_bottom .menu ul > li ul li {
            height: 40px;
            line-height: 40px;
            border-bottom: none;
            padding: 0;
            display: block; }
            header .header_bottom .menu ul > li ul li a {
              height: 40px;
              line-height: 40px;
              padding-top: 0;
              padding-bottom: 0;
              color: #333333; }
            header .header_bottom .menu ul > li ul li a:hover,
            header .header_bottom .menu ul > li ul li a:focus {
              background: #c22158; }
          header .header_bottom .menu ul > li ul li.active {
            border-left: 5px solid #28ae61;
            border-bottom: none; }
            header .header_bottom .menu ul > li ul li.active a {
              color: #28ae61;
              background-color: transparent;
              font-weight: bold; }
            header .header_bottom .menu ul > li ul li.active a:hover,
            header .header_bottom .menu ul > li ul li.active a:focus {
              color: #fff;
              background-color: #c22158; }
          header .header_bottom .menu ul > li ul li:first-child a {
            font-weight: bold; }
      header .header_bottom .menu ul > li:hover,
      header .header_bottom .menu ul > li:focus {
        border-bottom: 5px solid #c22158; }
        header .header_bottom .menu ul > li:hover button,
        header .header_bottom .menu ul > li:focus button {
          color: #fff; }
        header .header_bottom .menu ul > li:hover ul,
        header .header_bottom .menu ul > li:focus ul {
          margin-top: 5px; }
      header .header_bottom .menu ul > li.active {
        border-bottom: #c22158 5px solid; }
      header .header_bottom .menu ul li.open {
        background: #fff;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        header .header_bottom .menu ul li.open button {
          color: #c22158; }
      header .header_bottom .menu ul > li.open:hover,
      header .header_bottom .menu ul > li.open:focus {
        border-bottom: 5px solid #fff; }
        header .header_bottom .menu ul > li.open:hover button,
        header .header_bottom .menu ul > li.open:focus button {
          color: #c22158; }
        header .header_bottom .menu ul > li.open:hover ul,
        header .header_bottom .menu ul > li.open:focus ul {
          margin-top: 5px; }
      @media screen and (max-width: 768px) {
        header .header_bottom .menu {
          display: none; } }
      header .header_bottom .menu ul > li.karacsony,
      header .header_bottom .menu ul > li.ittatavasz,
      header .header_bottom .menu ul > li.vakacio,
      header .header_bottom .menu ul > li.valentinnap,
      header .header_bottom .menu ul > li.highlight {
        background: #c22158;
        color: #fff; }
        header .header_bottom .menu ul > li.karacsony button,
        header .header_bottom .menu ul > li.ittatavasz button,
        header .header_bottom .menu ul > li.vakacio button,
        header .header_bottom .menu ul > li.valentinnap button,
        header .header_bottom .menu ul > li.highlight button {
          color: #fff; }
      header .header_bottom .menu ul > li.karacsony.open,
      header .header_bottom .menu ul > li.ittatavasz.open,
      header .header_bottom .menu ul > li.vakacio.open,
      header .header_bottom .menu ul > li.valentinnap.open,
      header .header_bottom .menu ul > li.highlight.open {
        background: #fff; }
        header .header_bottom .menu ul > li.karacsony.open button,
        header .header_bottom .menu ul > li.ittatavasz.open button,
        header .header_bottom .menu ul > li.vakacio.open button,
        header .header_bottom .menu ul > li.valentinnap.open button,
        header .header_bottom .menu ul > li.highlight.open button {
          color: #c22158; }
    header .header_bottom .mobil_menu {
      display: none;
      margin-left: -5px;
      margin-right: -5px;
      padding: 0 5px;
      background-color: #f5f5f5;
      /* .swiper-container {
				overflow: visible;
				z-index: 10000;
				.item_dropdown {
					li {
						list-style: none;
						float: left;
						width: 50%;
					}
				}
			} */
      /* @media screen and (max-width: $break-sm) {
				display: none;
			} */ }
      @media screen and (max-width: 768px) {
        header .header_bottom .mobil_menu {
          display: block; } }
      header .header_bottom .mobil_menu .swiper-container {
        height: 50px;
        background-color: #2ecc71;
        margin-left: -5px;
        margin-right: -5px; }
        header .header_bottom .mobil_menu .swiper-container .swiper-slide {
          height: inherit; }
          header .header_bottom .mobil_menu .swiper-container .swiper-slide button {
            height: inherit; }
            header .header_bottom .mobil_menu .swiper-container .swiper-slide button a {
              text-decoration: none;
              color: #fff; }
          header .header_bottom .mobil_menu .swiper-container .swiper-slide button.active {
            border-bottom: #c22158 5px solid; }
      header .header_bottom .mobil_menu .sub_menu_mobile {
        display: block;
        width: 100%;
        position: relative;
        z-index: 9000;
        background: #fafafa;
        line-height: 1.4;
        font-size: 18px;
        border: 1px solid #ddd;
        margin-top: 15px;
        box-shadow: 1px 1px 1px #ddd; }
        @media screen and (max-width: 400px) {
          header .header_bottom .mobil_menu .sub_menu_mobile {
            font-size: 15px; } }
        header .header_bottom .mobil_menu .sub_menu_mobile .header {
          height: 50px;
          line-height: 50px;
          color: #c22158;
          text-align: center;
          font-weight: bold;
          position: relative; }
          header .header_bottom .mobil_menu .sub_menu_mobile .header .arrow {
            position: absolute;
            right: 15px;
            top: 0; }
        header .header_bottom .mobil_menu .sub_menu_mobile .items {
          background: #f1f3f5; }
        header .header_bottom .mobil_menu .sub_menu_mobile .item {
          float: left;
          width: 50%;
          padding-top: 1px; }
          header .header_bottom .mobil_menu .sub_menu_mobile .item .item_inner {
            height: 50px;
            background: #fff;
            text-align: left;
            font-weight: bold;
            padding: 0 10px;
            display: table;
            width: 100%; }
            header .header_bottom .mobil_menu .sub_menu_mobile .item .item_inner a:hover,
            header .header_bottom .mobil_menu .sub_menu_mobile .item .item_inner a:focus,
            header .header_bottom .mobil_menu .sub_menu_mobile .item .item_inner a {
              text-decoration: none;
              color: #4f5859;
              display: table-cell;
              vertical-align: middle; }
        header .header_bottom .mobil_menu .sub_menu_mobile .item.active {
          border-left: 5px solid #28ae61; }
          header .header_bottom .mobil_menu .sub_menu_mobile .item.active .item_inner a {
            color: #28ae61; }
        header .header_bottom .mobil_menu .sub_menu_mobile .item:nth-child(2n+1) {
          padding-right: 1px; }

#login_modal .modal-dialog {
  max-width: 700px;
  width: auto;
  height: 410px;
  background: #28ae61;
  margin: 50px auto auto; }
  @media screen and (max-width: 600px) {
    #login_modal .modal-dialog {
      margin-top: 0;
      height: 440px; } }
  #login_modal .modal-dialog .modal-header {
    position: relative;
    border: none;
    padding: 0; }
    #login_modal .modal-dialog .modal-header button {
      background: none;
      position: relative;
      position: absolute;
      right: 10px;
      top: 0px;
      border: none;
      color: #fff;
      font-size: 52px;
      font-weight: normal;
      cursor: pointer; }
  #login_modal .modal-dialog .modal-content {
    height: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; }
    #login_modal .modal-dialog .modal-content .left {
      float: left;
      width: 50%;
      height: 100%;
      text-align: center;
      color: #fff;
      font-size: 14px; }
      @media screen and (max-width: 600px) {
        #login_modal .modal-dialog .modal-content .left {
          float: none;
          width: 100%;
          position: absolute;
          top: 100%;
          background: #28ae61; } }
      #login_modal .modal-dialog .modal-content .left .logo_container {
        margin-top: 85px; }
        @media screen and (max-width: 600px) {
          #login_modal .modal-dialog .modal-content .left .logo_container {
            position: absolute;
            top: -100%;
            left: 50%;
            margin-left: -75px;
            margin-top: 10px; } }
      #login_modal .modal-dialog .modal-content .left .text {
        margin: 130px 0 0 0; }
        @media screen and (max-width: 600px) {
          #login_modal .modal-dialog .modal-content .left .text {
            margin: 80px 0 0 0; } }
      #login_modal .modal-dialog .modal-content .left button {
        width: 71.428571428571428571428571428571%;
        background: transparent;
        border: 1px solid #fff;
        height: 40px;
        line-height: 38px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        margin-top: 10px;
        padding: 0; }
    #login_modal .modal-dialog .modal-content .right {
      float: left;
      width: 50%;
      height: 100%;
      background: #2ecc71; }
      @media screen and (max-width: 600px) {
        #login_modal .modal-dialog .modal-content .right {
          float: right;
          width: 100%; } }
      #login_modal .modal-dialog .modal-content .right .modal-body {
        margin-top: -20px;
        padding: 0;
        font-size: 13px; }
        #login_modal .modal-dialog .modal-content .right .modal-body .login_form {
          margin: 30px auto auto;
          max-width: 250px;
          width: 100%; }
          #login_modal .modal-dialog .modal-content .right .modal-body .login_form .login_or {
            text-align: center;
            margin: 0.5em 0;
            color: #4f5859; }
          #login_modal .modal-dialog .modal-content .right .modal-body .login_form .form-group {
            width: 100%; }
            #login_modal .modal-dialog .modal-content .right .modal-body .login_form .form-group input {
              border: 1px solid #28ae61;
              max-width: 250px;
              background: #fff !important; }
            #login_modal .modal-dialog .modal-content .right .modal-body .login_form .form-group label {
              color: #4f5859; }
          #login_modal .modal-dialog .modal-content .right .modal-body .login_form .forgot_pwd_text {
            max-width: 250px;
            color: #4f5859;
            width: 100%;
            text-align: right;
            margin-top: -5px;
            cursor: pointer; }
          #login_modal .modal-dialog .modal-content .right .modal-body .login_form button.btn {
            width: 100%;
            margin-bottom: 10px; }
          #login_modal .modal-dialog .modal-content .right .modal-body .login_form .btn_forget_pwd {
            margin-top: 50px; }
          #login_modal .modal-dialog .modal-content .right .modal-body .login_form .cancel_text {
            max-width: 250px;
            color: #4f5859;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            cursor: pointer; }
        #login_modal .modal-dialog .modal-content .right .modal-body .alert.alert-danger {
          padding: 5px;
          text-align: center; }
        #login_modal .modal-dialog .modal-content .right .modal-body .alert div {
          margin: 0; }
        @media screen and (max-width: 600px) {
          #login_modal .modal-dialog .modal-content .right .modal-body {
            margin-top: 0px; } }
      #login_modal .modal-dialog .modal-content .right .modal-footer {
        border: none;
        text-align: center;
        padding: 0; }

#leaveModal p {
  text-align: center; }

#leaveModal .modal-footer:after {
  display: table;
  content: " ";
  clear: both; }

#leaveModal .modal-footer .btn_leave_page {
  background: #9aa3a4;
  color: white;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  max-width: 220px;
  min-width: 110px;
  margin: auto;
  height: 40px;
  line-height: 40px;
  border: 0;
  float: left; }
  @media screen and (max-width: 500px) {
    #leaveModal .modal-footer .btn_leave_page {
      float: none;
      margin-bottom: 20px;
      display: block; } }

#leaveModal .modal-footer .btn_to_checkout {
  background: #a01b49;
  color: white;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  max-width: 220px;
  min-width: 110px;
  margin: auto;
  height: 40px;
  line-height: 40px;
  border: 0;
  float: right;
  display: inline-block;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 500px) {
    #leaveModal .modal-footer .btn_to_checkout {
      float: none;
      display: block; } }

#cart_just_added {
  display: none; }
  #cart_just_added h4 {
    color: #c22158;
    text-align: center;
    font-weight: bold;
    margin-top: 0; }
  #cart_just_added h5 {
    font-weight: bold;
    margin: 0;
    line-height: 1.3; }
  #cart_just_added .image {
    width: 60px;
    height: 60px; }
    @media screen and (max-width: 400px) {
      #cart_just_added .image {
        width: 50px;
        height: 50px; } }
    @media screen and (max-width: 320px) {
      #cart_just_added .image {
        width: 40px;
        height: 40px; } }
    #cart_just_added .image .image_bg {
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%; }
  #cart_just_added .right {
    padding: 5px 10px 5px 10px; }
    #cart_just_added .right .prices span {
      padding-right: 5px; }
    #cart_just_added .right .prices.super_price .discount_percent,
    #cart_just_added .right .prices.super_price .price_orig {
      display: none; }
    #cart_just_added .right .prices .price_discount {
      color: #c22158;
      font-weight: 600; }
    #cart_just_added .right .prices .price_orig {
      opacity: 0.8;
      font-size: 90%;
      text-decoration: line-through;
      padding-right: 10px; }
    #cart_just_added .right .prices .discount_percent {
      color: #c22158;
      font-weight: 600;
      padding-left: 7px; }
  #cart_just_added .modal-content {
    padding-bottom: 0; }
  #cart_just_added .modal-footer {
    padding-top: 0; }
    #cart_just_added .modal-footer .btn {
      margin-top: 0; }
    #cart_just_added .modal-footer .btn_leave_page {
      background: #9aa3a4;
      color: white;
      font-size: 18px;
      text-align: center;
      text-transform: uppercase;
      max-width: 220px;
      min-width: 110px;
      margin: auto;
      height: 40px;
      line-height: 40px;
      border: 0;
      float: left;
      width: auto; }
      @media screen and (max-width: 500px) {
        #cart_just_added .modal-footer .btn_leave_page {
          float: none;
          margin-bottom: 20px;
          display: block; } }
    #cart_just_added .modal-footer .btn_to_checkout {
      background: #a01b49;
      color: white;
      font-size: 18px;
      text-align: center;
      text-transform: uppercase;
      max-width: 220px;
      min-width: 110px;
      margin: auto;
      height: 40px;
      line-height: 40px;
      border: 0;
      float: right;
      display: inline-block;
      border-radius: 0;
      padding-top: 0;
      padding-bottom: 0; }
      @media screen and (max-width: 500px) {
        #cart_just_added .modal-footer .btn_to_checkout {
          float: none;
          display: block; } }

.cookiebar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  z-index: 1000; }
  @media screen and (max-width: 600px) {
    .cookiebar {
      flex-direction: column; }
      .cookiebar > div,
      .cookiebar > button {
        margin-top: 0.5em !important;
        margin-bottom: 0.5em !important; } }
  .cookiebar .text {
    color: #fff; }
  .cookiebar .links {
    color: #fff; }
    .cookiebar .links a {
      color: #28ae61; }
  .cookiebar button {
    margin: 0 5px;
    height: 30px;
    line-height: 30px; }
