/**
 * Swiper 3.4.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: December 13, 2016
 */
/**
 * Updated March 21, 2017 by Swissuplabs
 *   use base64 in data:image/svg+xml
 */
.swiper-container {
  margin-left: auto;
  margin-right: 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%;
  height: 100%;
  position: relative;
}
/* 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;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMDA3YWZmJy8+PC9zdmc+Cg==);
  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;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMDAwMDAwJy8+PC9zdmc+Cg==);
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+Cg==);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4K);
  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;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDAwMDAnLz48L3N2Zz4K);
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNmZmZmZmYnLz48L3N2Zz4K);
}
/* 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;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* 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;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyM2YzZjNmMnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+Cg==);
  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;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+Cg==);
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://www.repsysl.com/js/tm/lib/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.repsysl.com/js/tm/lib/slick/fonts/slick.eot');
    src: url('https://www.repsysl.com/js/tm/lib/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://www.repsysl.com/js/tm/lib/slick/fonts/slick.woff') format('woff'), url('https://www.repsysl.com/js/tm/lib/slick/fonts/slick.ttf') format('truetype'), url('https://www.repsysl.com/js/tm/lib/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('https://www.repsysl.com/js/tm/lib/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

.chosen-container-single .chosen-single span img,
.chosen-container .chosen-results li img {
    display: inline-block;
    max-height: 15px;
    vertical-align: middle;
}
.chosen-container-single .chosen-single span i,
.chosen-container .chosen-results li i {
    font-style: inherit;
    vertical-align: middle;
}
.chosen-container .chosen-results li.image-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/**
* @file: highslide.css
* @version: 4.1.13
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide.main-image {
	display: block;
	text-align: center;
}
.highslide img {
	border: 2px solid silver;
	display: inline-block;
	max-width: 100%;
	box-sizing: content-box;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	/*border: 1px solid silver;*/
	/*background: #ededed;*/
	margin: 2px;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.mobile .highslide-html {
	border: 1px solid silver;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(https://www.repsysl.com/js/tm/lib/highslide/graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(https://www.repsysl.com/js/calendar/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #f4f0e8;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #e4e0d8;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #c4c0b8;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f4f0e8;
}

.calendar tbody .rowhilite td {
  background: #e4e0d8;
}

.calendar tbody .rowhilite td.wn {
  background: #d4d0c8;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #e4e0d8;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #f4f0e8;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c4c0b8;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #fea;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #766;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#05c; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main { margin:10px 0; }

/* Base Columns */
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main { float:left; width:736px; border:1px solid #ddd; padding:5px; }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; text-align:center; white-space:nowrap; }
button.button span span {}
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; text-align: left;}
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; text-align: left; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; text-align: left;}

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; text-align: left; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header { padding:10px; border:1px solid #ddd; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; text-align: left;}
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .welcome-msg a {}
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.nav-container {}
#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0; font-size:13px; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#000 !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { /*font-size:14px;*/ font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #ddd; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:15px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

a.ajaxpro-category-view-anchor + ol.products-list > li.item:first-child { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; text-align: left; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .short-description {}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.repsysl.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.repsysl.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.repsysl.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.repsysl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.repsysl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.repsysl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.repsysl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.repsysl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.repsysl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width: 170px;
}

.amshopby-logo {
    padding: 0 10px 10px 0;
    float: left;
}

.amshopby-featured {
    padding: 5px;
}

.amshopby-link {
    padding: 5px 0 0 5px;
}

.amshopby-clearer {
    display: block;
    clear: both;
    overflow: hidden;
}

div.block-layered-nav dd a {
    padding: 0 5px 0 0;
    display: block;
    float: left;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-attr:hover {
    padding-left: 15px;
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr::before,
.block-layered-nav .amshopby-attr-selected::before {
    border-style: none;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected:hover {
    font-weight: bold;
    padding-left: 15px;
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr-inactive {
    pointer-events: none;
    color: #666
}

.block-layered-nav dd a img {
    float: left;
}

.block-layered-nav .single-choice a.amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr:hover {
    background-image: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-rb1.gif);
}

.block-layered-nav .single-choice a.amshopby-attr-selected,
.block-layered-nav .single-choice a.amshopby-attr-selected:hover {
    background-image: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-rb2.gif);
}

.amshopby-swatch {
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-level-2 {
    padding-left: 0;
}

.block-layered-nav .amshopby-cat-level-2.static-2-level {
    padding-left: 30px;
}

.block-layered-nav .amshopby-cat-level-3 {
    padding-left: 20px;
}

.block-layered-nav .amshopby-cat-selected {
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: text;
}

.block-layered-nav .amshopby-cat-multi a {
    padding-left: 15px;
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-multiselected a,
.block-layered-nav .amshopby-cat-multiselected a:hover {
    font-weight: bold;
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav span.amshopby-plusminus {
    float: left;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-plus.gif) no-repeat;
}

.block-layered-nav span.minus {
    background: transparent url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;
}

.block-layered-nav li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.main .block-layered-nav.amshopby-collapse-enabled dt {
    cursor: pointer;
    padding-left: 15px;
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled dt::after {
    border-style: none;
}

.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display {
    display: block;
}

.block-layered-nav .amshopby-slider {
    position: relative;
    margin: 10px 4px 5px;
    z-index: 9;
    height: 18px;
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    cursor: pointer;
}

.block-layered-nav .amshopby-slider .handle {
    margin-left: -4px;
    width: 8px;
    top: 3px;
    height: 14px;
    background: transparent url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat;
    position: absolute;
    cursor: move;
    z-index: 2;
}

/*
 * Slider labels
 */
.amshopby-slider-price {
    color: #798794;
}

.amshopby-slider-price-from {
    float: left;
}

.amshopby-slider-price-to {
    float: right;
}

.amshopby-slider-handle-right,
.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
}

.amshopby-slider-handle-left {
    left: 0;
}
.amshopby-slider-handle-right {
    right: 0;
}
.amshopby-tooltip {
    padding: 2px 5px;
    background: #FEC;
    border: 1px solid #FAA819;
    color: #1F5070;
    text-align: left;
    width: 200px;
    position: absolute;
    z-index: 1000;
}

.amshopby-slider-price-range {
    text-align: center;
    font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor: help;
    display: inline;
}

.block-layered-nav,
.amshopby-page-container,
.amshopby-filters-top {
    position: relative;
}

.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}

.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 200px;
    background: url('https://www.repsysl.com/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
/*
 * Advanced Categories
 */
.amshopby-advanced li {
    clear: both;
}

.amshopby-advanced .level1 {
    padding-left: 20px;
}

.amshopby-advanced .level2 {
    padding-left: 30px;
}

.amshopby-advanced .level3 {
    padding-left: 40px;
}

.amshopby-advanced .level4 {
    padding-left: 50px;
}

.amshopby-advanced li.active > a {
    font-weight: bold;
}

.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}
/*
 * Slider Bar
 */
.amshopby-slider-bar {
    position: absolute;
    background: #999;
    height: 6px;
    top: 6px;
    z-index: 1;
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
    overflow: auto;
}

.btn-remove-inline {
    background: url('https://www.repsysl.com/skin/frontend/base/default/images/am_btn_remove.gif') no-repeat;
    width: 13px;
    height: 12px;
    margin-left: 4px;
}

.amshopby-hightlighted {
    background: yellow;
}

.btn-remove-inline img {
    display: inline;
}

.block-layered-nav .amshopby-slider .handle.active {
    z-index: 3;
}

.amshopby-slider-ui {
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    margin: 10px .4em;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #999999;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    cursor: pointer;
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.amshopby-narrow-by-list td {
    vertical-align: top;
}

input[name^="amshopby"][id$="from"].input-text,
input[name^="amshopby"][id$="to"].input-text {
    width: auto;
}

.amshopby-item-top {
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol {
    max-width: 250px;
}

.amshopby-item-top .amshopby-column {
    width: auto;
}

.no-display-current,
.no-display {
    display: none;
}

.current .no-display-current,
.current td.no-display {
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content dt {
        background: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current {
        background: url(https://www.repsysl.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
    }
}

.block-layered-nav ol:not(.single-choice) select option[selected] {
    color: white;
    background-color: rgba(171, 171, 171, 1);
}

.amshopby-apply-button {
    width: 180px;
    height: 40px;
    margin-top: 1em;
}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.amshopby-subcategories-wrapper {
    position: relative;
    box-sizing: unset;
    flex-wrap: wrap;
}
.amshopby-subcategories-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.amshopby-subcategory {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.amshopby-subcategory .am-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}
.amshopby-subcategory .am-img {
    max-width: 100%;
    display: block;
    float: left;
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 20px 0;
}
.amshopby-subcategories-img {
    display: inline;
    vertical-align: middle;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}
.amshopby-cat-level-1.without-icon {
    padding-left: 15px;
}
/* Message window */
.ajaxpro-form {
    background: #fff;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    z-index: 9999;
    position: absolute;
    padding: 10px;
    border-radius: 5px;
    max-width: 750px;
    min-width: 280px;
    text-align: left;
}
.ajaxpro-form .ajaxpro-short-messages .messages { max-width: 350px; }
.ajaxpro-form .btn-close {
    position: absolute;
    width: 22px;
    height: 22px;
    right: -9px;
    top: -9px;
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/tm/ajaxpro/btn_remove.png) no-repeat 0 0;
    cursor: pointer;
    /*text-align: left;
    text-indent: -9999px;
    direction: ltr;*/
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* Message window buttons */
.ajaxpro-buttons-set { text-align: center; }
.ajaxpro-continue-button,
.ajaxpro-continue-button:hover { text-decoration:none; color: #fff; }

/* popup window */
.ajaxpro-popup {
    display: none;
    background: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 15px;
    position: absolute;
    right: 10px;
    top: 30px;
    text-align: left;
    width: auto;
    z-index: 9999;
}
.ajaxpro-popup .content { min-height: 75px; padding: 0; margin: 0; background: none; border: none; }
.ajaxpro-popup .buttons-set { padding: 5px 0 0; margin: 0; background: none; border: none; text-align: left; }
.ajaxpro-popup .buttons-set .button { float: right; }

/* product listing autoload */
#ajaxpro-scrolling-button { margin: 5px auto; text-align: center; display: block; }
#ajaxpro-scrolling-button span { padding: 5px auto; }

/* header cart */
.ajaxpro-header-cart { width: 200px; float: right; }
.header-container .top-container .ajaxpro-header-cart a { color: #1E7EC8; }
#ajaxpro-content-toggler { color: #1E7EC8; }
#ajaxpro-header-cart-content {
    background: #fff;
    border: none;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    padding: 15px;
    width: 250px;
    top: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    text-align: left;
    z-index: 9999;
}
#ajaxpro-header-cart-content .actions { text-align: right; }
#ajaxpro-header-cart-content .btn-remove,
#ajaxpro-header-cart-content .btn-edit { float: right; margin: 1px 0 2px 5px; }
#ajaxpro-header-cart-content li { margin: 0 0 5px; clear: both; }
#ajaxpro-header-cart-content .product-name,
#ajaxpro-header-cart-content .product-details { text-align: left; }

/* product view form */
.ajaxpro-form .product-view { border: none; float: none; width: auto; margin: 0; padding: 0; }
.ajaxpro-form .product-view .product-essential { padding: 0; background: none; margin: 0; }
.ajaxpro-form .product-view .product-shop .product-shop-inner { margin: 0; padding: 0; float: none; }
.ajaxpro-form .product-view .product-img-box { width: 40%; margin: 0; float: left; }
.ajaxpro-form .product-view .product-img-box .product-image { text-align: center; }
.ajaxpro-form .product-view .product-img-box .product-image-zoom img { max-width: 100%; }
.ajaxpro-form .product-view .product-shop { width: 58%; float: right; margin: 0; }
.ajaxpro-form .product-view .products-grid .product-image { width: 120px; height: 120px; }
.ajaxpro-form .product-view .products-grid img { max-width: 100%; max-height: 100%; }
.ajaxpro-form .product-collateral .box-collateral { margin: 0 0 10px; }
.ajaxpro-form .product-collateral h2,
.ajaxpro-form .product-collateral .h2 { margin: 7px 0 5px !important; }
/* third-party themes compatibility */
.ajaxpro-form .product-view .product-shop .availability { clear: both; }
.ajaxpro-form .product-view .product-shop .add-to-box { clear: both; float: right; margin-top: 10px; }

/* custom shopping cart form design */
.ajaxpro-form .cart-table th { border-bottom: 3px solid #000; }
.ajaxpro-form .cart-table tfoot th { border-bottom: none !important; }
.ajaxpro-form #shopping-cart-table td,
.ajaxpro-form #shopping-cart-table th { padding: 10px; }
.ajaxpro-form #shopping-cart-table .btn-update-pop { display: inline-block; text-decoration: underline; }
.ajaxpro-form #shopping-cart-table tfoot td { border-top: 1px solid #e6e6e6; }
.ajaxpro-form #shopping-cart-table tfoot .last td { border: none; vertical-align: bottom; }
.ajaxpro-form #shopping-cart-table .checkout-types { float: right; }
.ajaxpro-form #shopping-cart-table #shopping-cart-totals-table { width: 100%; }
.ajaxpro-form #shopping-cart-table #shopping-cart-totals-table td { border-top: none !important; }
.ajaxpro-form #shopping-cart-totals-table td,
.ajaxpro-form #shopping-cart-totals-table th { border: none; background: none !important; padding: 5px; }

.ajaxpro-form .cart .title-buttons { border: none; display: none; }
.ajaxpro-form .cart .cart-collaterals .col2-set { width: 98%; }
.ajaxpro-form .cart .discount,
.ajaxpro-form .cart .shipping  { background: none; border: none; padding-right: 0px; }
.ajaxpro-form .cart .discount .buttons-set button.button,
.ajaxpro-form .cart .shipping .buttons-set button.button { float: right; margin-left: 10px; }
.ajaxpro-form .cart .discount,
.ajaxpro-form .cart .shipping { text-align: left; }
.ajaxpro-form .cart .discount h2,
.ajaxpro-form .cart .shipping h2 {
    background-image: none;
    border-bottom: 1px solid #000;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #0A263C;
    font: bold 13px/16px Arial,Helvetica,sans-serif;
    padding: 0;
    text-transform: none;
}
.ajaxpro-form .cart .form-list label { clear: none; float: left; }
.ajaxpro-form .cart .form-list .input-box { clear: none; float: right; width: 175px; }
.ajaxpro-form .cart .form-list input.input-text { width: 170px; }
.ajaxpro-form .cart .form-list select { width: 175px; }
.ajaxpro-form .cart .discount .input-box { width: auto; }
.ajaxpro-form .cart .discount input.input-text { width: 100%; }
.ajaxpro-form .cart .cart-collaterals .col2-set .col-2 { width: 48.5%; }
.ajaxpro-form .cart .crosssell { background: #fff; border: none; margin-top: 12px; padding: 0; }
.ajaxpro-form .cart .crosssell li.item { border: none; padding: 10px 1%; width: 48%; margin: 0; float: left; }
.ajaxpro-form .cart .crosssell li.item.odd { clear: left; }
.ajaxpro-form .cart .crosssell .product-details { text-align: left; }

.ajaxpro-form #invader { height: 20px; width: 100%; display: block; cursor: pointer; margin: 5px 0; }
.ajaxpro-form #invader:hover { background-color: #fbfbfb; }
.ajaxpro-form .triangle-up { background: url(https://www.repsysl.com/skin/frontend/base/default/images/tm/ajaxpro/triangle_up.png) no-repeat 50% 50%; }
.ajaxpro-form .triangle-down { background: url(https://www.repsysl.com/skin/frontend/base/default/images/tm/ajaxpro/triangle_down.png) no-repeat 50% 50%; }

/* animation elements */
.ajaxpro-spinner {
    background: #fff url(https://www.repsysl.com/skin/frontend/base/default/images/tm/ajaxpro/loader_animation_small.gif) no-repeat 50% 50%;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 60px;
    border-radius: 5px;
    margin: 10px 0;
    font-weight: bold;
    z-index: 10000;
}
.ajaxpro-spinner p { margin: 10px 0; }
.ajaxpro-overlay {
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
}
.ajaxpro-block-shown {
    display: block;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 979px) {
    .ajaxpro-form .cart { overflow: auto; }
}
@media (max-width: 767px) {
    .ajaxpro-form .cart .form-list .input-box { clear: left; width: auto; float: none; }
    .ajaxpro-form .cart .form-list select,
    .ajaxpro-form .cart .form-list input.input-text { width: 100%; }
}
@media (max-width: 480px) {
    .ajaxpro-form { max-width: 80%; }
    .ajaxpro-form .product-view .product-img-box,
    .ajaxpro-form .product-view .product-shop { float: none; width: auto; clear: both; }
    .ajaxpro-form .product-view .product-img-box { margin: 0 0 10px; }
    .ajaxpro-form .product-view .product-img-box .product-image { float: none; width: auto; border: none; }

    .ajaxpro-form .cart .crosssell li.item { border-bottom: 1px solid #ddd; padding: 10px 0; width: auto; float: none; }
    .ajaxpro-form .cart .crosssell li.item.odd { clear: none; }
    .ajaxpro-form .cart .crosssell li.last { border-bottom: none; }
    .ajaxpro-form .cart .cart-collaterals .col2-set .col-1,
    .ajaxpro-form .cart .cart-collaterals .col2-set .col-2 { width: auto; float: none; }
}

/* clearer */
#ajaxpro-header-cart-content li { zoom: 1; }
#ajaxpro-header-cart-content li:after { content: '.'; display: block; clear: both; visibility: hidden; font-size: 0; height: 0; }

#ajaxpro-notice-form #shopping-cart-table .product-image img {max-width: 75px;}

.autocomplete-w1 {z-index:999; position:absolute; top:7px; left:6px; /* IE6 fix: */ _top:1px; }
.autocomplete { width:300px; border:1px solid #ccc; background:#fff; box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); cursor: default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px; _margin:0px 6px 6px 0; overflow-x:hidden; -webkit-overflow-scrolling: touch; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; clear:both; overflow: hidden; line-height:1.1em; font-weight: bold;}
.autocomplete strong { font-weight:bold; color:#3399FF; }
.autocomplete .ajaxsearchimage {float: left; margin:2px 6px 2px 2px;}
.autocomplete .ajaxsearchdescription {font-size: 0.8em;}
.mini-search-right .block-content, .mini-search-left .block-content { padding:5px 10px; }
.mini-search-right label, .mini-search-left label { font-weight:bold; }

#anonymous_element_1{z-index:999;}
#searchajaxico {background:url(https://www.repsysl.com/skin/frontend/base/default/images/tm/ajaxsearch/loader.gif) no-repeat left 2px; width: 20px; height: 20px; position:absolute; left:230px; display: none;}
#search-leftajaxico {background:url(https://www.repsysl.com/skin/frontend/base/default/images/tm/ajaxsearch/loader.gif) no-repeat left 2px; width: 20px; height: 20px; position:absolute; left:150px; display: none; top:21px;}
#search-rightajaxico {background:url(https://www.repsysl.com/skin/frontend/base/default/images/tm/ajaxsearch/loader.gif) no-repeat left 2px; width: 20px; height: 20px; position:absolute; left:150px; display: none; top:21px;}

.form-search { display: table; }
.form-search .ajaxsearch-category-select, .form-search button { display: table-cell; }
.form-search #search { width: auto; }

.mini-search-right, .mini-search-left {position: relative;}
.mini-search-left .mini-search,
.mini-search-right .mini-search {white-space: nowrap;}
.mini-search-left .mini-search div,
.mini-search-right .mini-search div { white-space:normal; }
.mini-search-left input.input-text,
.mini-search-right input.input-text {display: inline-block; margin:3px 0; width: 75%}
.mini-search-left .button,
.mini-search-right .button {display: inline-block; }

.headerajaxsearchwindow { text-align: center; background-color: #D8D8D8; color: #000; font-size: 14px; font-style: oblique; margin-bottom: 0;}
.headercategorysearch { text-align: center; }
p.headercategorysearch { margin: 0; font-style: oblique; font-weight: bold; font-size: 12px; border-bottom: 1px solid #AAAAAA; }
p.ajaxsearch-small { margin: 0; }

.ajaxsearch-category-select { width: 50px; margin-right: 4px; float: left; }
.header .form-search label { text-indent: -9999px; text-align: left; }

/* folded styles */
#search_mini_form .search-field-wrapper {
    float: left;
    opacity: 0;
    pointer-events: none;
}
#header-search.skip-active .search-field-wrapper,
#search_mini_form.shown .search-field-wrapper {
    opacity: 1;
    pointer-events: auto;
}
.folded .search-field-wrapper .close {
    width: 20px;
    float: right;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: -5px;
    right: 85px;
}

#search_mini_form .search-mask {
    display: none;
}

/* default theme styles */
.default.folded .search-field-wrapper .close {
    top: -11px;
    right: 72px;
}
.default.folded #searchajaxico { margin-left: -10px; }
.default .btn-search i { display: none; }

/* rwd theme styles */
@media only screen and (min-width: 771px) {
    #header-search { width: auto !important; }
}
@media only screen and (max-width: 770px) {
    #search_mini_form.rwd .search-field-wrapper { float: none; }
}
.rwd .mini-search .button,
.rwd .ajaxsearch-category-select { height: 40px; }
#header-search.skip-active .search-field-wrapper .close { display: none; }
.rwd.folded #searchajaxico { margin-left: -25px; }
.rwd .btn-search i { display: none; }

.add-askit-box {
    border-top: 1px solid rgba(0,0,0,0.1);
    clear: both;
    margin-top: 25px;
    padding-top: 10px;
}
.askit-accordion-content {
    /*display: none;*/
    padding:  0 0 15px 0;
    background-color: rgba(0,0,0,0.03);
    margin-left: 10px;
}
.askit-accordion-content .action {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0;
}
.askit-accordion-content h4{
    clear: left;
    margin: 0;
}
.askit-accordion-toggle {
    background: rgba(0,0,0,0.05);
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 5px 0;
    outline: none;
    padding: 5px 10px;
    text-decoration: none;
    transition: ease-in-out, background .5s ease-in-out;
}

.askit-accordion-toggle:hover {
    background: rgba(0,0,0,0.07);
    transition: ease-in-out, background .1s ease-in-out;
}

.askit-author {
    font-weight: bold;
}
.askit-answergroup {
    margin-top: 3px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.askit-haveyouanswer
{
    float: left;
    /*width: 150px;*/
    font-weight: bold;
    margin-right: 10px;
}

.askit-minus-image {
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/tm/askit/thumb_down.png) no-repeat 0 100%;
    height: 16px;
    width: 16px;
}
.askit-noquestion {
    padding-bottom:15px;
}
.askit-plus-image {
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/tm/askit/thumb_up.png) no-repeat 0 100%;
    height: 16px;
    width: 16px;
}

.question-hints { display: block; height: 20px; }

.askit-query-answer .askit-hintwrapper {
    display: block;
    float: none;
    margin: 0;
    min-height: 45px;
}

.askit-query-answer {
    padding: 10px !important;
    display:table;
}

.askit-query-answer .dec-question-hint { float: right; line-height: 25px; }
.askit-query-answer .inc-question-hint { float: left; margin: 0; line-height: 25px; }
.askit-query-answer .askit-votes-count { }

.askit-query-answer .askit-votes {
    vertical-align: top;
    background: none;
}
.askit-query-answer .askit-votes-inner-wrapper {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px 10px;
}

.askit-query-answer:after {
    content: '';
    display: table;
    clear: both;
}
.askit-query-answer .dec-answer-hint,
.askit-query-answer .dec-answer-hint div {
    float: left;
}
.askit-query-answer-list li {
    list-style: none outside none;
    border-top: 1px dashed rgba(0,0,0,0.1);
}

.askit-query-answer-list li:hover {
    background: rgba(0,0,0,0.03);
    transition: ease-in-out, background .2s ease-in-out;
}


.askit-product li {
    list-style: none outside none;
    /*border-top: 1px dashed rgba(0,0,0,0.1);*/
}
.askit-query-answer-list li:first-child { border: 0px solid #FFF; }

.askit-question-answer-info {
    font-size:11px;
    margin: 0;
    margin-right: 15px;
    text-align: right;
}
.askit-question-answer-info div {
    margin-left: -10px;
}

.askit-question-answer-text{
    margin-top: 7px;
    display: table-cell;
    padding: 10px;
}
.askit-question-auth {
    color: #999;
    margin: 0 0 10px;
    font-size: 0.7em;
    text-align: right;
}
.askit-question-text-full {
    margin: 10px 0 0;
}
.askit-question-text {
    margin-right: 130px;
}
.askit-question-text a {
    text-decoration: none;
    line-height: 1.4em;
}
.askit-question-text a:hover {
    text-decoration: none;
}
.askit-votes {
    /* color: #999; */
    font-size: 11px;
    margin: 4px 0;
}

.dec-question-hint button {
    margin: 0px 3px;
}

.dec-question-hint, .inc-question-hint {
    margin-left: 5px;
    float: left;
}
.askit-search-block{
    margin-bottom: 10px;
}
.askit-question-full {
	padding: 5px 10px;
}

#askit-search {
    width: 99%;
}


/*Question top toolbar styling*/

.askit-accordion-toggle {
    display: block;
    padding: 0 !important;
    display:table;
    width: 100%;
    color: #888;
}

.askit-votes,
.askit-question-text,
.askit-answers-count { display: table-cell; }

/* .askit-answers-count { float: right; }*/

.askit-votes,
.askit-answers-count {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px;
    margin: 0;
    width: 10%;
    min-width: 95px;
    vertical-align: middle;
    text-shadow: 1px 1px 0px #EEE; ;
}
.askit-question-text {
    text-shadow: 1px 1px 0px #EEE;
    margin: 0;
    width: 80%;
    padding: 10px;
    vertical-align: middle;
}
.askit-hintwrapper {
    float: left;
    /*width: 150px;*/
    font-size: 11px;
    font-weight:bold;
    margin-right:10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-top: 10px;
}
.askit-question-text a { font-size: 1.25em; }
.askit-hintwrapperinner {
    /* margin-top: 0px; */
    margin-top: 15px;
}
.askit-hintwrapperinner { margin: 0;  }
.askit-hintwrapperinner button { padding: 3px 15px; }

/*Mobile styles*/

@media(max-width: 480px){
    .askit-answers-count {display: none;}
    .askit-question-text { width: 90%; }
    .askit-votes { min-width: 75px; }
}
.attributepages-grid-wrapper { margin: 0 0 10px; }
.attributepages-grid-wrapper li.item { padding: 0 1% !important; float: left; width: 98%; margin: 0 0 5px; }
.attributepages-grid-wrapper .attributepages-title { font-size: 13px; text-decoration: none; }
.attributepages-grid-wrapper .attributepages-title:hover { text-decoration: underline; }
.attributepages-grid-wrapper .option-image { width: auto; height: auto; border: none; margin: 0; padding: 0; text-align: center; }
.attributepages-grid-wrapper img,
.attributepages-grid-wrapper .option-image img { width: auto; max-width: 100%; height: auto; }

/* Link mode */
.attributepages-grid-wrapper .mode-image li.item { padding: 10px 1% !important; text-align: center; }

.attributepages-cols-2 li.item { width: 48% !important; }
.attributepages-cols-3 li.item { width: 31.3% !important; }
.attributepages-cols-4 li.item { width: 23% !important; }
.attributepages-cols-5 li.item { width: 18% !important; }
.attributepages-cols-6 li.item { width: 14.6% !important; }
.attributepages-cols-7 li.item { width: 12.2% !important; }
.attributepages-cols-8 li.item { width: 10.5% !important; }

/* Anchor for grouped option list */
.attributepages-options-group { margin: 0 0 15px; }
.attributepages-options-group:last-child { margin: 0; }
.attributepages-options-group-title {
    border-bottom: 1px solid #e4e4e4;
    color: #555;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 7px;
    position: relative;
    text-transform: uppercase;
}
.attributepages-options-anchor {
    top: 0;
    left: -20px;
    cursor: pointer;
    display: block;
    padding-left: 10px;
    padding-right: 6px;
    position: absolute;
    text-decoration: none;
}
.attributepages-options-anchor span {
    display: none;
    color: #585a5d;
    font-size: 13px;
}
/*.attributepages-grid-wrapper .attributepages-options-group-title:hover span,
.attributepages-options-anchor:hover span { display: block; }*/

/* block styles */
.attributepages-block .block-title { font-size: 18px; background: #fff; }
.attributepages-block .block-content { padding: 5px 7px; }
.block .attributepages-grid-wrapper,
.nav-dropdown .attributepages-grid-wrapper { margin: 0; }
/*.block .attributepages-options-group:last-child { margin: 0; }*/

/* Slider block */
.attributepages-slider .list-attributepages-slider,
.attributepages-slider .list-attributepages-slider li {
     padding: 0; margin: 0; list-style: none;
}
.attributepages-slider {}
.attributepages-slider-content { position: relative; padding: 10px 35px !important; background: #fff; }
.attributepages-slider .block-content { padding: 0 !important; background: #fff; }
.attributepages-slider-content .list-attributepages-slider { width: 10000px; overflow: hidden; clear: both; position: relative; }
.attributepages-slider-content .list-attributepages-slider li { float: left; margin: 0 10px 0 0; }
.attributepages-slider-content .list-attributepages-slider li a { text-decoration: none; }
.attributepages-slider-content .mode-link li a { font-size: 14px; float: left; padding: 5px; }
.attributepages-slider-content .mode-link li a:hover { text-decoration: underline; }
.attributepages-slider-wrapper { clear: both; width: 100%; overflow: hidden; position: relative; }
.attributepages-slider-left,
.attributepages-slider-right {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    text-decoration: none;
    font-size: 30px;
    color: #888;
    text-align: center;
}
.attributepages-slider-right { left: 0; right: auto; }
.attributepages-slider-left:hover,
.attributepages-slider-right:hover { color: #555; }
.attributepages-slider-left:active,
.attributepages-slider-right:active { }
.attributepages-slider-left.disabled,
.attributepages-slider-right.disabled { cursor: default; color: #ccc; }

/* std styles rest */
.std .list-attributepages-otions-grouped { margin: 0; padding: 0; list-style: none; }
.std .attributepages-grid { margin: 0; padding: 0; list-style: none; }

/* third-party extensions integration */
.nav-dropdown .attributepages-grid-wrapper { padding: 5px; }

/* product and category pages */
.list-attributepages { margin: 5px 0; }
.list-attributepages li { display: inline-block; max-width: 100%; }
.list-attributepages img { display: inline; vertical-align: middle; }
.attributepages-parent-link { font-size: 0.85em; }

/* helper classes */
.list-block li { display: block; }
.list-attributepages.a-center { text-align: center; }
.list-attributepages.clear { clear: both; }
.hidden-label .attributepages-parent-title { display: none; }

/* category listing */
.products-grid .list-attributepages {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px;
}
.products-list .list-attributepages,
.products-grid .list-attributepages { clear: left; }

@media (max-width: 480px) {
    .products-grid .list-attributepages {
        margin: 5px;
    }
}

.attributepages-grid,
.list-attributepages { zoom: 1; }
.attributepages-grid:after,
.list-attributepages:after { content: '.'; clear: both; display: block; visibility: hidden; height: 0; font-size: 0; }

.easybanner-lightbox-el {
    border-radius: 5px;
    box-sizing: content-box;
    padding: 25px;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    max-width: 700px;
    text-align: left;
}
.easybanner-lightbox-content {
    overflow: auto;
}
.easybanner-lightbox-content .easybanner-image-link {
    display: inline-block; /*IE overflow fix*/
}
.easybanner-lightbox-el .close-icon,
.easybanner-awesomebar-el .close-icon {
    direction: ltr;
    position: absolute;
    background: #fff;
    color: #000;
    font: bold 18px/23px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    right: 2px;
    top: 2px;
}
.easybanner-lightbox-el .close-icon:hover,
.easybanner-awesomebar-el .close-icon:hover {
    background-color: #eee;
}

.easybanner-overlay-el {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
}

.easybanner-awesomebar-el {
    left: 0;
    top: -400px;
    position: fixed;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    text-align: left;
    z-index: 9998;
    width: 100%;
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}
.easybanner-awesomebar-content {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
}
.easybanner-awesomebar-el .close-icon {
    right: 10px;
    top: 10px;
}
@media (max-width: 979px) {
    .easybanner-awesomebar-content { width: auto; padding: 10px; }
}

.easybanner-lightbox-el,
.easybanner-overlay-el,
.easybanner-awesomebar-el {
    /* Slow scrolling performance: https://stackoverflow.com/a/15147497; */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.easycatalog-grid,
.easycatalog-grid li { background: none; padding: 0; margin: 0; list-style: none; }
.std .easycatalog-grid,
.std .easycatalog-grid li { padding: 0; margin: 0; list-style: none; }
.easycatalog-grid li.item { padding: 10px !important; float: left; box-sizing: border-box; }
.easycatalog-grid .product-image { width: auto; height: auto; text-align: center; }
.easycatalog-grid img { width: auto; max-width: 100%; height: auto; }
.easycatalogimg-cols-2 li.item { width: 50% !important; }
.easycatalogimg-cols-2 li.item.item:nth-of-type(2n+1) { clear: left; }
.easycatalogimg-cols-3 li.item { width: 33.3% !important; }
.easycatalogimg-cols-3 li.item:nth-of-type(3n+1) { clear: left; }
.easycatalogimg-cols-4 li.item { width: 25% !important; }
.easycatalogimg-cols-4 li.item:nth-of-type(4n+1) { clear: left; }
.easycatalogimg-cols-5 li.item { width: 20% !important; }
.easycatalogimg-cols-5 li.item:nth-of-type(5n+1) { clear: left; }
.easycatalogimg-cols-6 li.item { width: 16.6% !important; }
.easycatalogimg-cols-6 li.item:nth-of-type(6n+1) { clear: left; }

.easycatalogimg .parent-category { margin: 0 0 8px; }
.easycatalogimg .parent-category a { font-size: 17px; font-weight: normal; text-decoration: none; color: #000; }
.easycatalogimg .parent-category a:hover { text-decoration: underline; }

.easycatalogimg .list-subcategories { padding: 0; margin: 5px 0; list-style: none; font-size: .95em; }
.easycatalogimg .list-subcategories li { margin: 8px 0; padding: 0 0 0 10px; line-height: 1.1em; }
.easycatalogimg .link-more { margin: 0; padding: 0; font-weight: bold; }

/* NavigationPro integration */
.nav-dropdown .easycatalogimg { margin: 0 !important; border: none !important; padding: 0 !important; }
.nav-dropdown .easycatalog-grid { border: none; }
.nav-dropdown .easycatalog-grid li.item { background: none !important; border: none; margin: 0; }
.nav-dropdown .easycatalogimg .parent-category { text-align: center; }
.nav-dropdown .easycatalogimg .product-image { display: block; }

.easycatalogimg,
.easycatalog-grid { zoom: 1; }
.easycatalogimg:after,
.easycatalog-grid:after { content: '.'; clear: both; visibility: hidden; display: block; height: 0; font-size: 0; }

@media (max-width: 768px) {
    .easycatalogimg .parent-category a { font-size: 18px; }
    .easycatalogimg .list-subcategories li { line-height: 18px; }
    .easycatalogimg .list-subcategories a { font-size: 15px; }

    /* Three columns instead of six */
    .easycatalogimg-cols-6 li.item,
    .easycatalogimg-cols-5 li.item { width: 33.3% !important; }

    .easycatalogimg-cols-5 li.item:nth-of-type(5n+1),
    .easycatalogimg-cols-6 li.item:nth-of-type(6n+1) { clear: none; }

    .easycatalogimg-cols-5 li.item:nth-of-type(3n+1),
    .easycatalogimg-cols-6 li.item:nth-of-type(3n+1) { clear: left; }
}

@media (max-width: 480px) {
    .easycatalogimg-cols-5 li.item:nth-of-type(3n+1),
    .easycatalogimg-cols-6 li.item:nth-of-type(3n+1) { clear: none; }
    /* Two columns for small screen */
    .easycatalog-grid li.item { width: 50% !important; }

    .easycatalogimg-cols-3 li.item:nth-of-type(3n+1),
    .easycatalogimg-cols-4 li.item:nth-of-type(4n+1),
    .easycatalogimg-cols-5 li.item:nth-of-type(5n+1) { clear: none; }

    /* clear: left for every third li */
    .easycatalogimg-cols-4 li.item:nth-of-type(2n+1),
    .easycatalogimg-cols-5 li.item:nth-of-type(2n+1),
    .easycatalogimg-cols-6 li.item:nth-of-type(2n+1) { clear: left; }

    .easycatalogimg-cols-3:after,
    .easycatalogimg-cols-5:after { content: ''; clear: none; }
}

.easytabs-wrapper { margin: 0 0 20px; }
.std ul.easytabs, .easytabs {
    display: inline-table;
    vertical-align: top;
    margin: 0 0 0 -5px;
    padding: 0;
    border-spacing: 5px 0;
    position: relative;
    z-index: 6;
    /*width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; */
}
.easytabs li { display: table-cell; text-align: center; vertical-align: middle; }
.easytabs li,
.easytabs-a-accordion {
    line-height: normal;
    background: #eaeaea;
    border: 1px solid #ccc;
    box-shadow: inset 0 -12px 8px -14px rgba(0, 0, 0, 0.2);
}
.easytabs li:hover { box-shadow: none; }
.easytabs li .easytabs-anchor-icon:hover,
.easytabs-a-accordion:hover { text-decoration: none; }
.easytabs li.active {
    background: #fbfbfb;
    border-width: 1px 1px 0;
    box-shadow: none;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
}

.easytabs .tab-title {
    margin: 0;
    padding: 0;
    font-size: inherit;
    text-transform: none;
}

.easytabs-a {
    display: block;
    padding: 9px 12px;
    cursor: pointer;
}
.easytabs-a,
.easytabs-a .easytabs-anchor-icon {
    color: #777;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font: bold 12px/16px Arial, Helvetica, Tahoma, sans-serif;
}
.easytabs-a .easytabs-anchor-icon:hover {
    color: #777;
    text-decoration: none;
}
.easytabs-content {
    padding: 7px 8px;
    border: 1px solid #ccc;
    position: relative;
    margin-top: -1px;
    background: #fbfbfb;
}
.easytabs-wrapper:not(.expanded) .easytabs-content {
    z-index: 5;
}
.easytabs-a-accordion { margin-top: -1px; background: #f1f1f1; display: none; padding: 12px; }
.easytabs-a-accordion.active { box-shadow: none; color: #48494a; }

.easytabs-a .easytabs-anchor-icon {
    font-size: 12px;
    height: 16px;
    width: 10px;
    margin-left: -10px;
    float: left;
    opacity: 0.7;
    visibility: hidden;
    text-decoration: none;
}
.easytabs-a:hover .easytabs-anchor-icon { visibility: visible; }
.easytabs-a .easytabs-anchor-icon:hover { opacity: 1; }

.easytabs-content .box-collateral { margin: 0; }
.easytabs-content .box-up-sell .products-grid td { padding-left: 7px; padding-right: 7px; }
.easytabs-content .block-related .block-title { display: none; }
#product_tabs_tags_tabbed_contents label { display: block; }
#product_tabs_tags_tabbed_contents .input-box input { width: 300px; }
#product_tabs_tags_tabbed_contents .input-box { width: 300px; float:left; margin: 0 10px 3px 0;}
#product_tabs_related_tabbed_contents ol { clear: both; }
#product_tabs_related_tabbed_contents li { float:left; margin: 0 1% 15px 0; width: 31%; }
#product_tabs_related_tabbed_contents li:nth-child(1n) { width: 32%; }
#product_tabs_related_tabbed_contents li:nth-child(3n) { margin-right: 0; }
#product_tabs_related_tabbed_contents li:nth-child(3n+1) { clear: left; }
#product_tabs_related_tabbed_contents .product-images { float: left; }
#product_tabs_related_tabbed_contents .product-images a { margin: 0 0 0 5px; }
#product_tabs_related_tabbed_contents .product-details { margin-left: 75px; }
#product_tabs_related_tabbed_contents .price-box { margin: 0; }

.easytabs,
.easytabs-content,
.product-collateral,
.easytabs-content .form-add { zoom: 1; }
.easytabs:after,
.easytabs-content:after,
.product-collateral:after,
.easytabs-content .form-add:after { content: '.'; visibility: hidden; clear: both; display: block; height: 0; font-size: 0; }

.easytabs-content .data-table caption { margin-top: 20px; }
.easytabs-content .data-table:first-child caption { margin-top: 0; }

.easytabs-wrapper .easytabs-ul-wrapper.is_stuck { z-index: 900; background: #fff; }
.easytabs-wrapper:not(.expanded) .easytabs-ul-wrapper.is_stuck { box-shadow: inset 0 -1px 0 #ccc; }
.easytabs-wrapper.expanded .easytabs-ul-wrapper.is_stuck::before {
    background: #fff;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.15);
    content: ' ';
    position: absolute;
    left: -100vw;
    height: 100%;
    width: 200vw;
}
/* style below prevents horisontall scroll; at Argento Luxury scroll appears when scticky parent our of screen */
.easytabs-wrapper.expanded .easytabs-ul-wrapper.is_stuck[style*="absolute"]::before { display: none; }
.easytabs-wrapper.expanded .easytabs-ul-wrapper.is_stuck .easytabs li { background: none; border: none; box-shadow: none; }

.easytabs-wrapper.expanded .easytabs-ul-wrapper { visibility: hidden; }
.easytabs-wrapper.expanded .easytabs-ul-wrapper.is_stuck { visibility: visible; }
.easytabs-wrapper.expanded .tab-wrapper { display: flex; border-top: 1px solid #ccc;}
.easytabs-wrapper.expanded .tab-wrapper:last-child { border-bottom: 1px solid #ccc;}
.easytabs-wrapper.expanded .tab-wrapper .easytabs-anchor,
.easytabs-wrapper.expanded .tab-wrapper .easytabs-content {
    flex: 1;
    display: block;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
}
.easytabs-wrapper.expanded .tab-wrapper .easytabs-content { flex: 3; }

@media (max-width: 768px) {
    .easytabs-wrapper.expanded .tab-wrapper { display: block; }
    .easytabs-wrapper.expanded .tab-wrapper .easytabs-content { border-top: none; padding-top: 0; }
}

@media (max-width: 480px) {
    /*
     * .easytabs-a-tab should be hidden.
     * See the easytabs.js~12: el.getStyle('display') !== 'none'
     */
    .std ul.easytabs, .easytabs, .easytabs-a-tab { display: none; }
    .easytabs-a-accordion { display: block; }

    #product_tabs_tags_tabbed_contents .input-box input { width: 200px; }
    #product_tabs_tags_tabbed_contents .input-box { width: 200px; }

    #product_tabs_related_tabbed_contents li { float:none; margin: 0 0 10px; width: auto; }
    #product_tabs_related_tabbed_contents li:nth-child(1n) { width: auto; }

    #product_tabs_review_tabbed_contents .ratings .rating-box {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: 19.6px;
        text-align: center;
        text-indent: 0;
        width: 100%;
    }

    #product_tabs_review_tabbed_contents .ratings .rating-box .rating {
        display: none;
    }
    #product_tabs_review_tabbed_contents .ratings .rating-box .rating-number {
        display: inline-block;
    }
}

.easyslide-link {
    display: block;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide-descr {
    position: absolute;
    overflow: hidden;
    padding: 14px 20px;
    text-align: left;
    font: 12px Arial, Helvetica, sans-serif !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
}
.swiper-slide-descr-top    { top: 0; left: 0; width: 100%; }
.swiper-slide-descr-bottom { bottom: 0; left: 0; width: 100%; }
.swiper-slide-descr-right  { right: 0; top: 0; width: 200px; min-height: 1000px; }
.swiper-slide-descr-left   { left: 0; top: 0; width: 200px; min-height: 1000px; }
.swiper-slide-descr-center { left: 50%; top: 0; width: 200px; margin-left: -100px; min-height: 1000px; }
.swiper-slide-descr-light { background: rgba(256, 256, 256, 0.75); color: #000; }
.swiper-slide-descr-dark { background: rgba(0, 0, 0, 0.75); color: #fff; }
.swiper-slide-descr-tranparent { color: #000; }

.swiper-slide-descr a { text-decoration: none; color: #5a5a5a; }
.swiper-slide-descr a:hover { text-decoration: underline; }
.swiper-slide-descr p { line-height: 20px; text-align: center; }

.swiper-slide-active .swiper-slide-descr {
    opacity: 1;
}

.swiper-pagination {
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container-vertical .swiper-pagination {
    flex-direction: column;
}

/* Blue theme fix */
.swiper-pagination-bullet { background: #007aff; }
.easyslide-dark .swiper-pagination-bullet { background: #000; }
.easyslide-light .swiper-pagination-bullet { background: #fff; }

.swiper-pagination-bullet { width: 11px; height: 11px; background: #007aff; }
.swiper-pagination-bullet:hover { opacity: 0.4; }
.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active:hover { opacity: 0.9; }

.swiper-button-next,
.swiper-button-prev { opacity: 0.8; }

.easyslide-dark .swiper-button-next,
.easyslide-dark .swiper-button-prev {
    opacity: 0.5;
}

/* reset cms page std styles */
.std .block-highlight ul,
.std .block-highlight ol { margin: 0; padding: 0; list-style: none; }
.std .block-highlight .add-to-links { margin: 5px 0 0; }
.std .block-highlight .add-to-links li { margin: 0; }
.std .block-highlight .price-box p { margin: 0; }

.block-highlight .block-title { color: #0A263C; font-size: 14px; font-weight: bold; }
.col-main .block-highlight { margin: 0 0 0.7em; }
.block-highlight img { max-width: 100%; height: auto; }
.block-highlight .products-grid { position: static; background: none; }
.block-highlight .products-grid .actions { position: static; }

/* Reviews list mode */
.highlight-review .products-list .author { font-weight: bold; }

/* multicolumns mode */
.block-highlight .products-grid li.item{
    padding: 7px 1%;
    margin: 0 1% 7px;
    clear: none;
    box-sizing: border-box;
}
.block-highlight .products-grid.cols-1 li.item { width: 100%; }
.block-highlight .products-grid.cols-2 li.item { width: 48%; }
.block-highlight .products-grid.cols-3 li.item { width: 31.3%; }
.block-highlight .products-grid.cols-4 li.item { width: 23%; }
.block-highlight .products-grid.cols-5 li.item { width: 18%; }
.block-highlight .products-grid.cols-6 li.item { width: 14.6%; }
.block-highlight .products-grid li.item:last-child { margin: 0 1% 7px; } /* rwd fix */

/* Wide grid for product reviews */
.block-highlight .grid-wide { background: none; border: none; margin: 10px auto; }
.block-highlight .products-grid.grid-wide li.item {
    padding: 12px 1%;
    margin: 0 1% 7px;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    min-height: 100px;
    background: #f8f8f8;
    position: relative;
    text-align: left;
    box-sizing: border-box;
}
.block-highlight .grid-wide li.item:last-child { margin: 0 1% 7px; } /* rwd fix */
.block-highlight .grid-wide li.item .actions { text-align: left; }

.block-highlight .grid-wide.cols-1 li.item { width: 100%; min-height: 80px; margin: 0; }
.block-highlight .grid-wide.cols-2 li.item { width: 48%; }
.block-highlight .grid-wide.cols-3 li.item { width: 31.3%; }
.block-highlight .grid-wide.cols-4 li.item { width: 23%; }
.block-highlight .grid-wide.cols-3 .product-image { width: 90px; }
.block-highlight .grid-wide.cols-3 .product-shop { margin-left: 95px; }
.block-highlight .grid-wide.cols-4 .product-image { width: 80px; }
.block-highlight .grid-wide.cols-4 .product-shop { margin-left: 85px; }

.block-highlight .grid-wide li.last { margin: 0; }
.block-highlight .grid-wide .product-name { font-size: 1em; }
.block-highlight .grid-wide .desc { font-size: 0.9em; }
.block-highlight .grid-wide .link-learn {
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1px 8px;
    background: #e3e3e3;
    border-radius: 7px 0 7px 0;
    text-decoration: none;
    color: #777;
}
.block-highlight .grid-wide .link-learn:hover { background: #dadada; }

.block-highlight .products-list .product-image,
.block-highlight .grid-wide .product-image { float: left; width: 33%; height: auto; }
.block-highlight .products-list .product-image img { width: auto; }
.block-highlight .products-list .product-shop,
.block-highlight .grid-wide .product-shop { margin: 0 0 0 33%; padding: 0 0 0 7px; box-sizing: border-box; }

/* Prolabels fix */
.block-highlight .products-list .prolabel-wrapper { float: left; width: 33%; height: auto; }
.block-highlight .products-list .prolabel-wrapper .product-image { float: none; width: auto; height: auto; }

/* Sidebar styles */
.side-col .block-highlight .products-grid,
.sidebar .block-highlight .products-grid { background: none; width: 100%; }
.side-col .block-highlight .products-grid .product-image,
.sidebar .block-highlight .products-grid .product-image { width: auto; height: auto; margin: 0; }

/* Highlight page */
.highlight-index-index .toolbar .sort-by { display: none; }

.block-highlight .clearer { clear: both; }
.block-highlight .page-link { padding: 7px; }

.block-highlight .block-content { zoom: 1; }
.block-highlight .block-content:after { content: '.'; display: block; clear: both; visibility: hidden; height: 0; font-size: 0; }

@media (max-width: 767px) {
    .block-highlight .grid-wide.cols-3 .product-image { width: 70px; }
    .block-highlight .grid-wide.cols-3 .product-shop { margin-left: 75px; }

    /* two columns instead of four for wide grid */
    .block-highlight .grid-wide.cols-4 li.item { width: 48%; padding-left: 2%; padding-right: 2%; }
    .block-highlight .grid-wide.cols-4 li.item:nth-of-type(2n+1) { clear: left; }

    /* Three columns instead of six */
    .block-highlight .products-grid.cols-6 li.item { width: 31.3%; }
    .block-highlight .products-grid.cols-6 li.item:nth-of-type(4n) { clear: left; }
}

@media (max-width: 480px) {
    .block-highlight .products-grid.cols-6 li.item:nth-of-type(4n) { clear: none; }
    /* Two columns for small screen */
    .block-highlight .products-grid li.item,
    .block-highlight .products-grid.cols-1 li.item,
    .block-highlight .products-grid.cols-2 li.item,
    .block-highlight .products-grid.cols-3 li.item,
    .block-highlight .products-grid.cols-4 li.item,
    .block-highlight .products-grid.cols-5 li.item,
    .block-highlight .products-grid.cols-6 li.item { width: 48%; padding-left: 0.5%; padding-right: 0.5%; }
    .block-highlight .products-grid.cols-1 li.item,
    .block-highlight .grid-wide li.item { width: 100% !important; margin-left: 0; margin-right: 0; }
    .block-highlight .grid-wide li.item:last-child { margin-left: 0; margin-right: 0; }
    /* clear: left for every third li */
    .block-highlight .products-grid.cols-2 li.item:nth-of-type(2n+1),
    .block-highlight .products-grid.cols-4 li.item:nth-of-type(2n+1),
    .block-highlight .products-grid.cols-6 li.item:nth-of-type(2n+1),
    /* clear: left for every third li inside every third .easycatalog-grid */
    .block-highlight .products-grid.cols-3:nth-of-type(2n+1) li.item:nth-of-type(2n+1),
    .block-highlight .products-grid.cols-5:nth-of-type(2n+1) li.item:nth-of-type(2n+1),
    /* clear: left for every second li inside every second .easycatalog-grid */
    .block-highlight .products-grid.cols-3:nth-of-type(2n) li.item:nth-of-type(2n),
    .block-highlight .products-grid.cols-5:nth-of-type(2n) li.item:nth-of-type(2n) { clear: left; }
    .block-highlight .products-grid.cols-3:after,
    .block-highlight .products-grid.cols-5:after { content: ''; clear: none; }
}

/* Highlight carousel */
.h-row { margin-left: -6px; margin-right: -6px; }
.h-col-md-3, .h-col-md-9 { padding-left: 6px; padding-right: 6px; position: relative; }

.carousel-highlight .block-image {
    display: none;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60%;
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
}

.carousel-highlight .block-content.loading .actions { height: 24px; min-height: 0; margin: 0 auto; width: 100px; }

.carousel-highlight .block-content.loading .product-name a,
.carousel-highlight .block-content.loading .price,
.carousel-highlight .block-content.loading .actions { background-color: #EEEEEE; color: transparent; max-width: 100%; }

.h-col-md-3, .h-col-md-9 { box-sizing: border-box; }
.carousel-highlight .block-highlight:first-child .page-link { display: none; }

.carousel-highlight .slick-track { display: flex; }
.carousel-highlight .slick-slider .slick-slide { padding: 0; }

/* Carousel loading spinner */
.carousel-highlight .loading { align-self: center; }
.carousel-highlight .loading .spinner { display: none; margin: 16px 0; text-align: center; line-height: normal; }
.carousel-highlight .slick-initialized .loading .spinner { display: block; }

.carousel-highlight .loading .spinner > div {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background-color: #BEBEBE;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 0.7s infinite ease-in-out both;
}

.carousel-highlight .loading .spinner .part1 { animation-delay: -0.16s; }
.carousel-highlight .loading .spinner .part2 { animation-delay: -0.08s; }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1.0); }
}

@media (min-width: 640px) {
    .h-col-md-3, .h-col-md-9 { float: left; }
    .h-col-md-3 { width: 25%; }
    .h-col-md-9 { width: 75%; }

    .carousel-highlight { display: flex; align-items: stretch; }

    .carousel-highlight .block-highlight:first-child .block-title {
        font-size: 20px;
        line-height: normal;
        margin: 20px 0 20px;
    }

    .carousel-highlight .block-highlight:first-child .block-title,
    .carousel-highlight .block-highlight:first-child .page-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .carousel-highlight.multirow .block-highlight:first-child .block-title { margin-top: 80px; position: relative; z-index: 1; }
    .carousel-highlight .block-highlight:first-child .page-link { display: block; position: relative; z-index: 1; }
    .carousel-highlight .block-highlight:first-child .block-image { display: block; }

    .carousel-highlight [data-slick] .slick-prev { left: 6px; }
    .carousel-highlight [data-slick] .slick-next { right: 6px; }
}

@media (max-width: 639px) {
    .carousel-highlight .slick-list { margin: 0; }
    .carousel-highlight [data-slick] .slick-prev { left: auto; right: 38px; top: -15px;}
    .carousel-highlight [data-slick] .slick-next { right: 6px; top: -15px; }
}

.products-grid .product-image .hover-image,
.products-list .product-image .hover-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transition: opacity 0.2s ease-in-out;
    transform: translateX(-50%);
}

.products-grid .product-image .hover-image.active,
.products-list .product-image .hover-image.active {
    opacity: 1;
}

.std .navpro,
.std .navpro ul,
.std .navpro li { margin: 0; padding: 0; list-style: none; }

/*Top menu style*/
.nav-container .navpro { margin: 0 auto; padding: 0 16px; width: 918px; }
/* default theme styles */
/*
.nav-container .navpro a.level-top,
.nav-container .navpro div.level-top a { color: #a7c6dd; }
*/

/* General navpro styles */
.navpro { font-size: 13px; text-align: left; }
.navpro .nav-a,
.navpro .nav-sibling-title a {
    display: block;
    line-height: normal;
    padding: 7px 12px 8px 8px;
    text-decoration: none;
}
.navpro a.level-top,
.navpro div.level-top a {
    color: #2b3c4a;
    font-weight: bold;
    line-height: 1.3em;
}
.navpro a.level-top.over,
.navpro div.level-top a.over { color: #d96708; }
.navpro .active > a.level-top,
.navpro .active > div.level-top a { color: #d96708; }
.navpro .nav-ul .active > .nav-a { color: #d96708 }

.navpro-nowrap { white-space: nowrap; max-width: 100%; }
.navpro-nowrap .nav-li { white-space: normal; }
.navpro-nowrap:not(.navpro-nowrap-ready) > .nav-li:nth-child(n+6) { visibility: hidden; }

/* Vertical layout */
.nav-ul-subcolumn { float: left; }

/* dropdown styles */
.navpro .nav-li { position: relative; display: inline-block; }
.navpro li.over { z-index:998; }
.navpro .nav-dropdown {
    position: absolute;
    opacity: 0;
    left: -9999px;
    top: -1000000px;
    transition: opacity 0.1s ease-in-out;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.navpro .shown-sub { z-index: 999; opacity: 1; }
.navpro .nav-dropdown .shown-sub { opacity: 1; }
.navpro .nav-ul .nav-li { display: list-item; }
.navpro .nav-ul .nav-li-column { float: left; }
.navpro .nav-ul .nav-a:hover,
.navpro .nav-ul .nav-a.nav-a-with-toggler.over,
.navpro .nav-ul .nav-sibling-title a:hover { background-color: #fafafa; }
.navpro .nav-row { clear: left; }

.nav-toggler {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 0;
    opacity: 0.7;
    text-indent: -9999px;
    text-align: left;
    direction: ltr;
    background-size: 12px 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAWlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACLSV5RAAAAHXRSTlMAAQJydHZ3eHmAgYKDhIWGh4iMjo+QkZKTlJWWl4kf2AsAAACcSURBVHja7da7DsIwDIXhmFJS6J3eC37/10SqDGMlfCJ58dn/b/CSBJ/Pd7qiJ6iPzB0i3JghIedjrVp4MijQAAujCI2hMIlQGwozLCwiVIbCKkKpFjZY2JMJD7Xw+gpBuctbhDsuwIBRDx6Rfj1hfWnU74n6Stlvifpa2a/G/SJ9Y9TP4OM6gX3I9L3sygx+knLp9Ys9BZ/P98c+vNUhkUAxt+IAAAAASUVORK5CYII=);
    /* white background */
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAWlBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9jZLFEAAAAHXRSTlMAAQJydHZ3eHmAgYKDhIWGh4iMjo+QkZKTlJWWl4kf2AsAAACcSURBVHja7da7DsIwDIXhmFJS6J3eC37/10SqDGMlfCJ58dn/b/CSBJ/Pd7qiJ6iPzB0i3JghIedjrVp4MijQAAujCI2hMIlQGwozLCwiVIbCKkKpFjZY2JMJD7Xw+gpBuctbhDsuwIBRDx6Rfj1hfWnU74n6Stlvifpa2a/G/SJ9Y9TP4OM6gX3I9L3sygx+knLp9Ys9BZ/P98c+vNUhkUAxt+IAAAAASUVORK5CYII=);*/
}
.navpro-inline .nav-toggler-level0 { transform: rotate(90deg); top: 5px; }
.nav-a-with-toggler,
.nav-sibling-title-with-toggler a { padding-right: 19px !important; }

.nav-li-more .nav-a > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    fill: currentColor;
    width: 20px;
    transform: translate(-50%, -50%);
}

.nav-li-more > .nav-toggler {
    display: none;
}

.navpro .relative-level1 { text-indent: 0; }
.navpro .relative-level2 { text-indent: 10px; }
.navpro .relative-level3 { text-indent: 20px; }
.navpro .relative-level4 { text-indent: 30px; }
.navpro .relative-level5 { text-indent: 40px; }
.navpro .relative-level6 { text-indent: 50px; }
.navpro .relative-level7 { text-indent: 60px; }

/* Accordion */
.navpro .nav-style-accordion > .nav-dropdown {
    position: static;
    border: none;
    opacity: 1;
    left: auto;
    background: none;
    box-shadow: none;
    overflow: hidden;
}
.nav-accordion-toggler {
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: 0;
    background-size: 16px 16px;
    transition: transform .2s ease-in-out;
}
.nav-accordion-toggler:hover { opacity: 1; }
.nav-accordion-toggler-active { transform: rotate(90deg); }
/* Make indentation for each dropdown level */
.navpro .nav-style-accordion .nav-a-level1 { text-indent: 0; }
.navpro .nav-style-accordion .nav-a-level2 { text-indent: 10px; }
.navpro .nav-style-accordion .nav-a-level3 { text-indent: 20px; }
.navpro .nav-style-accordion .nav-a-level4 { text-indent: 30px; }
.navpro .nav-style-accordion .nav-a-level5 { text-indent: 40px; }
.navpro .nav-style-accordion .nav-a-level6 { text-indent: 50px; }
.navpro .nav-style-accordion .nav-a-level7 { text-indent: 60px; }
.navpro .nav-style-accordion .nav-a-level8 { text-indent: 70px; }
.navpro .nav-style-accordion .nav-a-level9 { text-indent: 80px; }
.nav-accordion-toggler.nav-toggler-level1 { right: 8px; }
.nav-accordion-toggler.nav-toggler-level2 { right: 12px; }
.nav-accordion-toggler.nav-toggler-level3 { right: 16px; }
.nav-accordion-toggler.nav-toggler-level4 { right: 20px; }
.nav-accordion-toggler.nav-toggler-level5 { right: 24px; }

/* Columns */
.navpro .nav-column { float: left; }
.navpro .nav-column .nav-column-title {
    color: #0A263C;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 5px 10px;
}

/* sidebar fixes */
.sidebar .navpro .level-top { float: none; clear: left; }

/* Clearer */
.navpro,
.nav-li,
.nav-ul,
.nav-dropdown,
.nav-column-wrapper,
.nav-column { zoom: 1; }
/* .navpro:after, */
/* .nav-li:after, */
.nav-ul:after,
.nav-dropdown:after,
.nav-column-wrapper:after,
.nav-column:after { display: block; clear: both; visibility: hidden; content: '.'; height: 0; font-size: 0; }

/* -------------------------------*/
/* Other extensions compatibility */
/* -------------------------------*/

/* Highlight */
.navpro .block-highlight { padding: 10px; }
.navpro .block-highlight .block-title,
.navpro .block-highlight .block-content,
.navpro .products-grid { background: none; border: none; }
.side-col .navpro .block-highlight .products-list .product-shop,
.sidebar .navpro .block-highlight .products-list .product-shop { margin-left: 150px; }
.navpro .block-highlight li.odd,
.navpro .block-highlight li.even { background: none; }

.navpro .block { border: none; }
.navpro .block .block-title { border: none; }
.navpro .block .block-content { background: none; }

/* rwd theme */
/*.navpro, .navpro * { box-sizing: content-box; }*/
#header-nav .nav-container .navpro { width: auto; padding: 0 }
#header-nav .nav-container .navpro a.level-top,
#header-nav .nav-container .navpro div.level-top a {
    color: #636363;
    font-weight: normal;
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    display: inline-block;
    text-transform: uppercase;
}

/* tablet styles */
@media (max-width: 768px) {
    .navpro-responsive, .navpro-responsive * { box-sizing: border-box; } /* max/min width 100% fix */
    .navpro-responsive .nav-a,
    .navpro-responsive .nav-sibling-title a { padding-top: 10px; padding-bottom: 10px; }
    .navpro-responsive .nav-a-with-toggler,
    .navpro-responsive .nav-sibling-title-with-toggler a { padding-right: 40px !important; }
    .navpro-responsive .nav-toggler,
    .navpro-responsive.navpro-inline .nav-toggler-level0 {
        top: 0;
        right: 0;
        width: 38px;
        height: 38px;
        cursor: pointer;
        background-size: 16px 16px;
        transition: transform .2s ease-in-out;
    }
    .navpro-responsive.navpro-inline .nav-toggler-level0 { transform: none; }
    .navpro-responsive .nav-toggler.active,
    .navpro-responsive.navpro-inline .nav-toggler-level0.active { transform: rotate(90deg); }

    .navpro-responsive .nav-li,
    .navpro-responsive .nav-ul .nav-li-column,
    .navpro-responsive .nav-column,
    .navpro-responsive .nav-ul-subcolumn { display: list-item; }

    .navpro-responsive .nav-dropdown { box-shadow: none !important; }
    .navpro-responsive .shown-sub { opacity: 1; position: static; left: auto; }
    .navpro-responsive { max-width: 100%; }
    .navpro-responsive .nav-dropdown,
    .navpro-responsive .nav-ul .nav-li-column,
    .navpro-responsive .nav-column,
    .navpro-responsive .nav-ul-subcolumn { min-width: 100%; max-width: 100%; }

    .navpro-responsive .nav-a-level1 { text-indent: 0; }
    .navpro-responsive .nav-a-level2 { text-indent: 10px; }
    .navpro-responsive .nav-a-level3 { text-indent: 20px; }
    .navpro-responsive .nav-a-level4 { text-indent: 30px; }
    .navpro-responsive .nav-a-level5 { text-indent: 40px; }
    .navpro-responsive .nav-a-level6 { text-indent: 50px; }
    .navpro-responsive .nav-a-level7 { text-indent: 60px; }
    .navpro-responsive .nav-a-level8 { text-indent: 70px; }
    .navpro-responsive .nav-a-level9 { text-indent: 80px; }
    .navpro-responsive .nav-toggler-level1 { right: 5px; }
    .navpro-responsive .nav-toggler-level2 { right: 8px; }
    .navpro-responsive .nav-toggler-level3 { right: 11px; }
    .navpro-responsive .nav-toggler-level4 { right: 14px; }
    .navpro-responsive .nav-toggler-level5 { right: 17px; }

}
@media (max-width: 480px) {
    .navpro-responsive .col-1,
    .navpro-responsive .col-2,
    .navpro-responsive .col-3 { float: none; min-width: 100%; max-width: 100%; margin: 0; }
}

@media (min-width: 769px) {
    /* Root menu level */
    .navpro-amazon > .parent > .nav-a small { font-size: 0.9em; }

    /* Hide default togglers, as we'll use :after pseudoselector instead */
    /* First level is hidden as we cannot properly align it vertically for single and two-lines items */
    .navpro-amazon .nav-toggler { display: none; }

    /*******************************/
    /* Css arrows for parent items */
    /*******************************/
    .navpro-amazon .nav-ul .parent > a,
    .navpro-amazon .nav-ul .parent > div > a { position: relative; }
    .navpro-amazon .nav-ul .parent > a.nav-a-with-toggler:after,
    .navpro-amazon .nav-ul .parent > div.nav-sibling-title-with-toggler > a:after {
        position: absolute;
        right: 10px;

        /*content: '⮟';*/
        content: '⮞';
        color: #ddd;
        font-size: 10px;
        margin-top: 1px;
        line-height: inherit;
    }
    .navpro-amazon .nav-ul .parent.over > a:after { color: #555; }

    /*******************/
    /* Dropdown styles */
    /*******************/
    .navpro-amazon .nav-dropdown .nav-li { position: static; }
    .navpro-amazon .nav-column { position: relative; }
    .navpro-amazon .nav-dropdown { min-height: 330px; padding: 15px; }
    /* First level dropdown for grouped menu only */
    .navpro-amazon .nav-dropdown:not([style]),
    .navpro-amazon .nav-column:not([style]) { min-width: 200px; }

    /* Rest dropdown levels */
    .navpro-amazon.navpro .nav-dropdown .nav-dropdown {
        min-width: 0;
        left: 100% !important;
        top: 0 !important;
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
        margin-top: -15px; /* This value should be equal to padding-top */
        box-sizing: content-box;
    }
    /* Reset theme styles */
    .nav-container .navpro.navpro-amazon .nav-dropdown { border: none; }

    /*****************************/
    /* Subtitle and links styles */
    /*****************************/
    /* Reset default hover styles, and apply new */
    .navpro-amazon .nav-ul .nav-a:hover,
    .navpro-amazon .nav-ul .nav-a.nav-a-with-toggler.over,
    .navpro-amazon .nav-ul .nav-sibling-title a.over {
        background-color: transparent;
    }
    .navpro-amazon .nav-ul .nav-a:hover,
    .navpro-amazon .nav-ul .nav-a.nav-a-with-toggler.over {
        text-decoration: underline;
        color: #ff7800;
    }

    /* First level icon */
    /*
    .navpro-amazon > .parent > a.nav-a-with-toggler {
        padding-right: 25px !important;
    }
    .navpro-amazon > .parent > a.nav-a-with-toggler:after {
        position: absolute;
        right: 10px;
        bottom: 10px;
        content: '⮟';
        color: #fff;
        font-size: 10px;
        line-height: inherit;
    }
    */

    /* Parent links styles */
    /*
    .navpro .nav-dropdown .parent > a {
        font-size: 15px;
        font-weight: bold;
    }
    .navpro .nav-dropdown .parent > a,
    .navpro .nav-dropdown .parent > a.nav-a-with-toggler:hover {
        color: #ff7800;
    }
    */

    /* Reset styles for dropdown items */
    /*
    .navpro .nav-dropdown .parent > a.nav-a-with-toggler {
        font-size: 13px;
        font-weight: normal;
        color: #272e3d;
    }
    */
}

.prolabel-wrapper { position: relative; display: inline-block; max-width: 100%; }
ul.prolabels-content-labels { display: table; }
ul.prolabels-content-labels li { display: table-cell; vertical-align: middle; }
ul.prolabels-content-labels,
ul.prolabels-content-labels li { margin: 0; padding: 0; list-style: none; }
.catalog-product-view ul.prolabels-content-labels { margin: 10px 0; }
.prolabels-mobile-content {  }
.prolabels-mobile-wrapper { float: left; }
.prolabel-mobile { display: table-cell; vertical-align: middle; }
.prolabels-image-mobile { display: table; }
.prolabel-wrapper .prolabels-image { display: table; }

.productlabeltext {
    line-height: 11px;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    letter-spacing:0.01px;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.prolabel-wrapper a {
    text-decoration: none;
}
.products-list .prolabel-wrapper {
    float:left;
}
.prolabel {
    position: absolute;
    z-index: 10;
}
.prolabel td {
    vertical-align: middle;
    text-align: center;
}
.top-center {
    top: 0;
    left: 50%;
}
.middle-left {
    left: 0;
    top: 50%;
}
.middle-right {
    right: 0;
    top: 50%;
}
.bottom-center {
    bottom: 0;
    right: 50%;
}
.middle-center {
    top: 50%;
    right: 50%;
}
.top-left {
    top: 0;
    left: 0;
}
.top-right {
    top: 0;
    right: 0;
}
.bottom-left {
    bottom: 0;
    left: 0;
}
.bottom-right {
    bottom: 0;
    right: 0;
}

.tt-wrapper{
    padding: 0;
}
.tt-wrapper li{
    text-align: left;
}
.tt-wrapper li a {
    display: inline-block;
    margin: 0 2px;
    outline: none;
    position: relative;
    text-decoration: none;
}

.tt-wrapper li a.tt-gplus span{
    width: 100px;
    height: auto;
    line-height: 20px;
    padding: 10px;
    left: 50%;
    font: bold 13px/1.35 Arial,Helvetica,sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: rgba(255,255,255,0.3);
    text-indent: 0px;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    margin-bottom: 10px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tt-wrapper li a.tt-gplus span:before,
.tt-wrapper li a.tt-gplus span:after{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.1);

}
.tt-wrapper li a.tt-gplus span:after {
    bottom: -6px;
    margin-left: -10px;
}
.tt-wrapper li a:hover span {
    opacity: 0.9;
}
.prolabels-content-labels .tooltip-label { z-index: 11; }

.slick-slider .slick-slide { padding: 10px; }
.slick-slider .slick-dots { margin: 0; }

/* Arrows styles */
.slick-prev { left: 5px; }
.slick-next { right: 5px; }
.slick-list { margin: 0 30px; }

.slick.dark .slick-next:before,
.slick.dark .slick-prev:before,
.slick-wrapper.dark .slick-prev:before,
.slick-wrapper.dark .slick-next:before {
    color: black;
}
.slick.gray .slick-prev:before,
.slick.gray .slick-next:before,
.slick-wrapper.gray .slick-prev:before,
.slick-wrapper.gray .slick-next:before {
    color: gray;
}

/* grid styles */
.slick-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.slick-wrapper .block-highlight .products-grid li.item,
.slick-wrapper .products-grid li.item {
    padding: 10px;
    margin: 0;
}
.slick-wrapper .products-grid {
    width: 100%;
    border: none;
    background: none;
    position: static;
}
.slick-wrapper .products-grid .actions { position: static; }
.std .slick-wrapper ul { padding-left: 0; }
.std .slick-wrapper ul,
.std .slick-wrapper li { list-style: none; }

/* highslide fix */
.slick-wrapper.dark { background: transparent; }

.soldtogether-block h2 { }
.soldtogether-block .select-all { float: right; font-size: 12px; font-weight: normal; }
.soldtogether-block .subtitle { color: #555; padding: 0; font-size: 12px; margin-top: -6px; }
.soldtogether-block .products-grid { width:100%; }

.addtocart-checkboxes .product-image-wrapper { position: relative; }
.addtocart-checkboxes .product-image-wrapper .checkbox { position: absolute; right: 0; bottom: 0; }

.soldtogether-block .product-name input,
.soldtogether-block .product-name a,
.soldtogether-block .product-name .price-box { vertical-align: middle; }
.soldtogether-block .amazonstyle-images { margin: 10px 0; }
.soldtogether-block .amazonstyle-images li { display: inline;
    background: url(https://www.repsysl.com/skin/frontend/base/default/images/tm/soldtogether/plus.png) no-repeat left center;
    box-sizing: content-box; float: left; padding-left: 20px; padding-right: 5px; }
.soldtogether-block .amazonstyle-images .first { background: none; padding-left: 0; }
.soldtogether-block .amazonstyle-images .last { padding-right: 0; }
.soldtogether-block .amazonstyle-images img { height: auto; }
.soldtogether-block .amazonstyle-checkboxes { clear: both; }
.soldtogether-block .amazonstyle-checkboxes .price-box { display: inline; margin: 10px 0; }
.soldtogether-block .amazonstyle-checkboxes .price-box .minimal-price-link,
.soldtogether-block .amazonstyle-checkboxes .price-box p { display: inline; }
.soldtogether-block .amazonstyle-checkboxes .minimal-price .price-label { font-weight: normal; }
.soldtogether-block .amazonstyle-checkboxes li { margin: 0; padding: 2px 5px; }
.soldtogether-block .totalprice { font-weight: bold; }
.soldtogether-block .totalprice h5 { display: inline; margin: 5px; }
.soldtogether-block .button-cart { margin: 5px; }

.soldtogether-block .amazonstyle-images { zoom: 1; }
.soldtogether-block .amazonstyle-images:after { content: '.'; display: block; visibility: hidden; clear: both; font-size: 0; height: 0; }
ul.amazonstyle-images>li>a>img { box-shadow: 0 2px 4px rgba(0,0,0,0.2); }

/* retina screen styles */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .soldtogether-block .amazonstyle-images li {
        width: 80px;
        background-size: 8px;
        padding-left: 10px;
        padding-right: 5px;
    }
}

/* RWD theme workaround */
.soldtogether-block .products-grid li.item { padding-bottom: 95px; }
.soldtogether-block .products-grid li.item .actions { min-height: auto; }
.amazonstyle-checkboxes .product-name .map-info > span { float: none; }
.totalprice .price-box .special-price .price-label { display: inline-block; }
.product-view .soldtogether-block .add-to-links { float: none; margin: 0; text-align: center; }
.product-view .soldtogether-block .add-to-links li { float: none; }
.product-view .soldtogether-block .add-to-links li a { border: none; }

/* Checkout Success integration */
.checkout-onepage-success .soldtogether-block .h2 {
    text-transform: uppercase;
    font-size:  20px;
    font-weight: normal;
    border: none;
    padding: 0;
    line-height: 30px;
    background: none;
    color: #000;
}
.checkout-onepage-success .soldtogether-block .select-all,
.checkout-onepage-success .soldtogether-block .product-name input {
    display: none;
}
.checkout-onepage-success .soldtogether-block.addtocart-checkboxes .actions .btn-cart,
.checkout-onepage-success .soldtogether-block.addtocart-checkboxes .actions p.availability {
    display: block;
}

.std .soldtogether-block ul,
.std .soldtogether-block li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* RTL styles */
.rtl .soldtogether-block .amazonstyle-images li {
    background-position: right center;
    float: right;
    padding-left: 5px;
    padding-right: 20px;
}
.rtl .soldtogether-block .amazonstyle-images .first { background: none; padding-right: 0; }
.rtl .soldtogether-block .amazonstyle-images .last { padding-left: 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .rtl .soldtogether-block .amazonstyle-images li {
        padding-left: 5px;
        padding-right: 10px;
    }
}

.suggestpage-index-index .col-main { border: none; }

.suggestpage-activity {
    background: #fff;
    margin: 10px auto 15px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    display: table;
    width: 100%;
    max-width: 960px;
}
.suggestpage-activity .col-item,
.suggestpage-activity .col-totals {
    padding: 15px !important;
    display: table-cell;
    float: none !important;
    vertical-align: top;
}
.suggestpage-activity .col-item { width: 35%; border-right: 1px solid #e0e0e0; border-width: 0 1px 0 0; }
.suggestpage-activity .col-totals { width: 65%; background: #fafafa; }
.suggestpage-activity .col-totals-wide { width: 100%; border: none; }

.ajaxpro-form .suggestpage-activity {
    box-shadow: none;
    border: 1px solid #ebebeb;
    margin-top: 0;
    margin-bottom: 10px;
}
.ajaxpro-form .suggestpage-activity .col-item { width: 40%; }
.ajaxpro-form .suggestpage-activity .col-totals { width: 60%; }

.suggestpage-activity .success-msg,
.suggestpage-activity .error-msg {
    background: none !important;
    border: none !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
    padding: 0 8px !important;
    margin: 0 !important;
}

.suggestpage-activity .mini-products-list { max-height: 250px; overflow: auto; }
.suggestpage-activity .mini-products-list li.item { padding: 5px 10px; }
.suggestpage-activity .mini-products-list .product-image { width: auto; float: left; }
.suggestpage-activity .mini-products-list .product-details { margin: 0 0 0 115px; }
.suggestpage-activity .mini-products-list .product-name { font-size: 14px; margin: 0.2em 0 0.4em; }
.suggestpage-activity .mini-products-list .f-fix { float: left; }
.suggestpage-activity .mini-products-list .item-options { margin: 5px 0; font-size: 0.9em; }
.suggestpage-activity .mini-products-list .item-options dt,
.suggestpage-activity .mini-products-list .item-options dd { line-height: 1.3em; }
.suggestpage-activity .mini-products-list .item-options dt { float: left; clear: left; margin: 0 0.5em 0 0; }
.suggestpage-activity .mini-products-list .item-options dd { padding: 0; }
.suggestpage-activity .mini-products-list .btn-remove,
.suggestpage-activity .mini-products-list .btn-edit { display: none; }

.suggestpage-activity .cartinfo {
    display: inline-block;
    width: 100%;
}
.suggestpage-activity .cartinfo h3 {
    font: 400 22px/29px Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    color: #333;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.suggestpage-activity .cartinfo h3 a {
    color: #333;
}
#shopping-cart-totals-table { margin: 10px 0; }
#shopping-cart-totals-table td,
#shopping-cart-totals-table th { padding: 3px 8px; font-size: 1.1em; }

.suggestpage-activity .actions button { margin: 0 0 4px; }

.suggestpage-activity .mini-products-list,
.suggestpage-activity .mini-products-list li { zoom: 1; }
.suggestpage-activity .mini-products-list:after,
.suggestpage-activity .mini-products-list li:after { content: '.'; display: block; clear: both; visibility: hidden; height: 0; font-size: 0em; }

@media (max-width: 480px) {
    .suggestpage-activity { display: block; }
    .suggestpage-activity .col-item,
    .ajaxpro-form .suggestpage-activity .col-item,
    .suggestpage-activity .col-totals,
    .ajaxpro-form .suggestpage-activity .col-totals { float: none; width: auto; display: block; clear: both; border: none; }
    .suggestpage-activity .col-item,
    .ajaxpro-form .suggestpage-activity .col-item { border-bottom: 1px solid #e0e0e0; }
}

.testimonials-list .testimonial {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 40px;
    position: relative;
}

.testimonials-list .testimonials {
    margin: 0 10px 0 10px;
}

.testimonials-list .testimonial:first-child {
    margin-top: 0px;
}

.testimonials-list .more-button {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 1px;
    font-size: 18px;
    text-align: center;
}

.testimonials-list .more-button .disabled {
    opacity: 0.5;
    cursor: wait;
}

.testimonials-list .page-title button {
    float: right;
}

.testimonials-list .page-title h1 {
    float: left;
    border-bottom: none;
}

.testimonials-list .page-title:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.testimonials-list .testimonial-image {
    float: left;
}

.testimonials-list .testimonial .message-wrapper {
    clear: both;
}

.testimonials-list .testimonial .content-wrapper {
    float: left;
    width: 100%;
}

.testimonials-list .testimonial .message {
    font-style: italic;
    position: relative;
    padding: 15px;
    margin: 0;
    border: 1px solid #CFCFCF;
    border-bottom: 2px solid #CFCFCF;
    color: #333;
    background: #fff;
}

.testimonials-list .testimonial-image + .container .message {
    margin-left: 30px;
}

.testimonials-list .testimonial-image + .container .message:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: auto;
    left: -23px;
    border-width: 10px 23px 10px 0;
    border-style: solid;
    border-color: transparent #CFCFCF;
    display: block;
    width: 0;
}

.testimonials-list .testimonial-image + .container .message:after {
    content: "";
    position: absolute;
    top: 16px;
    bottom: auto;
    left: -21px;
    border-width: 9px 21px 9px 0;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}

.testimonials-list .testimonial .testimonial-date {
    float: right;
    font-size: 12px;
}

.testimonials-list .testimonial .rating-wrapper {
    float: left;
    font-size: 12px;
}

.testimonials-list .testimonial .socialInfo {
    font-size: 12px;
    padding-top: 5px;
}

.testimonials-list .testimonial .author-info {
    font-weight: bold;
    font-style: italic;
}

.testimonials-list .testimonial .socialInfo a {
    white-space: nowrap;
}

.testimonials-list .testimonial .socialInfo img {
    margin-right: 5px;
    margin-left: 5px;
    display: inline;
}

.testimonials-list .testimonial .rating-title {
    float: left;
    margin-right: 10px;
    line-height: 1.25;
}

.testimonials-list .testimonial .rating-box {
    float: left;
}

.testimonialForm .rating-box {
    cursor: pointer;
}

/** widgets styles */
.block-testimonials .actions a {
    float: none;
}

.block-testimonials {
    font-size: 11px;
    line-height: 1.25;
}

.block-testimonials .block-content .content {
    padding: 0 10px;
}

.block-testimonials .block-content .content .content-wrapper {
    height: 75px;
    min-height: 75px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    clear: left;
}

.block-testimonials .block-content .review {
    text-align: center;
}

.block-testimonials .block-content .review .score {
    font-weight: bold;
    font-size: 40px;
    color: #e26703;
}

.block-testimonials .block-content .content .rating-title {
    float: left;
    margin-right: 10px;
}

.block-testimonials .block-content .content .message {
    margin-top: 10px;
}

.block-testimonials .block-content .content .name {
    float: right;
    font-style: italic;
}

.block-testimonials.empty-design .actions,
.block-testimonials.empty-design .block-title {
    display: none;
}

.block-testimonials.empty-design,
.block-testimonials.empty-design .block-content {
    background: none;
    border: none;
}

.block-testimonials.empty-design .block-content .content {
    padding: 0;
}

.std .testimonialForm li {
    list-style: none;
}

.testimonials-list .testimonial { zoom: 1; }
.testimonials-list .testimonial:after { content: '.'; clear: both; height: 0; font-size: 0; display: block; visibility: hidden; }

@media (max-width: 480px) {
    .testimonials-list .testimonial .testimonial-date {
        float: left;
        margin-bottom: 10px;
        clear: both;
    }

    .testimonials-list .testimonial-image {
        float: none;
        text-align: center;
        width: 100% !important;
    }

    .testimonials-list .container {
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .testimonials-list .testimonial-image + .container .message {
        margin: 0;
    }

    .testimonials-list .testimonial-image + .container .message:before {
        content: "";
        position: absolute;
        top: -23px;
        bottom: auto;
        left: 47%;
        border-width: 0 10px 23px 10px;
        border-style: solid;
        border-color: transparent transparent #CFCFCF transparent;
        display: block;
        width: 0;
        height: 0;
    }

    .testimonials-list .testimonial-image + .container .message:after {
        content: "";
        position: absolute;
        top: -21px;
        bottom: auto;
        left: 47%;
        border-width: 0 9px 23px 10px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        display: block;
        width: 0;
        height: 0;
    }

    .testimonials-list .testimonial:first-child {
        margin-top: 40px;
    }
}

/*
 * PhotoSwipe - http://www.photoswipe.com/
 * Copyright (c) 2011 by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for SwipeGallery
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */

body.ps-active 
{
	-webkit-text-size-adjust: none;
	overflow: hidden;
}
body.ps-active * 
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}
body.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: #000;
}


/* Viewport */
div.ps-viewport 
{
	background: #000;
	cursor: pointer;
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #000;
}


/* Slider */
div.ps-slider-item-loading 
{ 
	background: url(https://www.repsysl.com/skin/frontend/argento/default/photoswipe/photoswipe-loader.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
}

div.ps-caption-content
{
	padding: 13px;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(https://www.repsysl.com/skin/frontend/argento/default/photoswipe/photoswipe-icons.png);
	background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

/* Hi-res retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-webkit-background-size: 176px 88px;
		background-image: url(https://www.repsysl.com/skin/frontend/argento/default/photoswipe/photoswipe-icons@2x.png);
	}
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f27cd64aedef9895ba27e60c38b45b52)
 * Config saved to config.json and https://gist.github.com/f27cd64aedef9895ba27e60c38b45b52
 */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
.row {
  margin-left: -6px;
  margin-right: -6px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 640px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

ul.add-row,
.form-list li.add-row { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_dots.gif) repeat-x 0 0; margin-top:15px; padding-top: 5px; }
ul.add-row .btn-remove,
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:0; margin:0; text-align:right; float: right; }
.form-list .range input.input-text { float:none; width:64px; vertical-align:middle; }
p.value { clear: both; }

/* Reward Points */
.rewards { margin:-10px 0 20px; }
.reward-message { display:block; margin:5px -15px 5px -15px; background:#d55721 url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_rewards.gif) 5px 3px no-repeat; padding:3px 5px 3px 32px; font:normal 12px/20px Arial, Helvetica, sans-serif; color:#fff; }
.reward-message p { display:inline; margin:0 !important; }
.reward-message .limit { display:block; font-size:11px; line-height:1.15; }
.reward-message a { color:#ffe6dc; text-decoration:underline; }
.reward-message a:hover { color:#ffe6dc; text-decoration:none; }
.reward-message .price { font-size:1em; font-weight:normal; }

/* Block: Events */
.event { background-color:#fbf4de; border-bottom:1px solid #e2d4c7; width:182px; position:static; height:144px; text-align:center; }
.event .status { font-weight:normal; font-size:16px; display:block; padding:19px 0 0; margin:0 0 0; text-align:center; color:#cf3a00; }
.event .event-ticker { color:#cf3a00; height:55px; }
.event .event-ticker span { font-size:32px; line-height:40px; height:40px; padding-bottom:10px; background-image:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_ticker.gif); background-repeat:no-repeat; display:inline-block; }

.event .event-ticker span, x:-moz-any-link { padding-bottom:13px; }/* FireFox 2 fix */
.event .event-ticker span, x:-moz-any-link, x:default { padding-bottom:10px; }/* FireFox 3 restore */

.event .event-ticker span.days { background-position:50% 3px; }
.event .event-ticker span.hour { background-position:50% -56px; }
.event .event-ticker span.minute { background-position:50% -115px; }
.event .event-ticker span.second { background-position:50% -174px; }
.event .event-ticker span.delimiter { background:none; }
.event .event-dates { font-size:14px; color:#555; height:51px; padding-top:4px; }
.event .event-dates .date-part { font-weight:bold; }
.event .event-dates .time-part { font-size:12px; }

.event p a { color:#666; font-size:11px; }

.event .event-bottom { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_slider-events.gif) no-repeat 50% 0; position:absolute; z-index:2; height:12px; width:23px; left:50%; margin-left:-11px; bottom:-12px; }

.open .event-button span {}

.upcoming { background:#f6f6f6; }
.upcoming .status { color:#333; }
.closed .event-button,
.col-main .closed .event-button,
.col-main .upcoming .event-button,
.upcoming .event-button,
.closed .event-button span,
.col-main .closed .event-button span,
.col-main .upcoming .event-button span,
.upcoming .event-button span { line-height:27px !important; font-size:12px !important; color:#7c7b7b !important; background:none !important; padding:0 !important; width:auto !important; display:inline !important; text-transform:capitalize; }
.upcoming .event-button { text-decoration:underline !important; }
.upcoming .event-button:hover { text-decoration:none !important; }
.upcoming p a { color:#666; }
.upcoming .event-bottom { background-position:50% -187px; }

.closed { background:#494949; }
.closed .status,
.closed .event-dates { color:#e2d4c7 }
.closed .event-button {}

.event-container { clear:both; border:1px solid #d0af83; position:relative; z-index:2; border-width:1px 1px; margin-top:7px; margin-bottom:-5px; height:59px; }
.event-container .event { background-color:transparent; background-repeat:no-repeat; background-position:50% 100%; padding-bottom:18px; margin-bottom:-18px; padding-top:5px; height:52px; line-height:50px; text-align:center; width:auto; position:relative; z-index:2; border-bottom:0 !important; }
.event-container .container { display:inline; margin:0; padding:0; background:none; }
.event-container .status { display:inline; margin:0 10px 0 0; background:none; font-size:22px; }
.event-container .event-ticker { display:inline; font-size:28px; height:auto; }
.event-container .event-ticker span { line-height:50px; height:50px; padding:0; }

.event-container .event-ticker span , x:-moz-any-link { padding:5px 0 5px; }/* FireFox 2 fix */
.event-container .event-ticker span , x:-moz-any-link, x:default { padding:0; }/* FireFox 3 restore */

.event-container .event .event-ticker span.days { background-position:50% 4px; }
.event-container .event .event-ticker span.hour { background-position:50% -55px; }
.event-container .event .event-ticker span.minute { background-position:50% -114px; }
.event-container .event .event-ticker span.second { background-position:50% -173px; }

.event-container .event-dates { display:inline; font-size:22px; height:auto; }
.event-container .event-dates .time-part { font-size:14px; }
.event-container .event-dates div,
.event-container .event-dates p { display:inline; }

.container-open { background:#f7d4b6 url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_event-container-open.gif) repeat-x 0 0; }
.container-open .open { background-image:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_event-container-open.gif); padding-top:3px; height:54px; }

.container-upcoming { border-color:#d0d0d0; background:#eeeeee url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_event-container-upcoming.gif) repeat-x 0 0; }
.container-upcoming .upcoming { background-image:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_event-container-upcoming.gif); }

.container-closed { background:#9f958c }

/* Block: Events Lister */
.col3-layout .col-main .widget-events { margin:0 -20px 1px; position:relative; z-index:1; }
.widget-events { padding:11px; background:#f0eae3; }
.col1-layout .col-main .widget-events { padding:12px; }
.events-slider { position:relative; clear:both; margin:0 0 0; border:1px solid #d0c2b6; z-index:2; }
.events-slider .slider-panel,
.events-slider ul.slider li.slider-item,
.events-slider .slide-button { float:left; display:inline; }
.events-slider .event { position:relative; z-index:1; }
.events-slider p { margin: 0 0 0.1em; }

.events-slider .slider-panel { position:relative; overflow:hidden; background:#d0c2b6; z-index:1; width:0; }
.events-slider ul.slider { width:200000px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important; padding: 0; margin: 0; }
.events-slider ul.slider li.slider-item { overflow:hidden; width:182px; height:386px; border-right:1px solid #d0c2b6; background:#f5f5f5; padding-left:0; }
.events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:80px 10px 0; }
.events-slider ul.slider li.slider-item .category-show { width:182px; height:241px; overflow:hidden; text-align:center; display:block; text-decoration:none; }
.events-slider ul.slider li.slider-item .no-event { height:401px; }

.events-slider .slide-button { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_slide-button.gif) no-repeat 0 0; position:absolute; text-indent:-999em; cursor:pointer; top: 5px; width:28px; height:28px; z-index:2; overflow:hidden; }
.events-slider .backward { left: 5px; }
.events-slider .forward { right: 5px; background-position:0 -40px; }
.events-slider .inactive { cursor:default; display:none; }

.sidebar .widget-events { background:none; padding:0; }
.sidebar .events-slider { border:1px solid #cfcfcf; margin:-1px -1px 0; background:#fff; padding:0; }
.sidebar .events-slider .event { height:115px; }
.sidebar .events-slider ul.slider li.slider-item { width:182px; height:300px; margin:0; border-color:#cfcfcf; border-width:0 1px 0 0; }
.sidebar .events-slider ul.slider .status { padding-top:10px; padding-bottom:5px; }
.sidebar .events-slider ul.slider .event-dates { height:40px; }
.sidebar .events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:50px 10px 0; }
.sidebar .events-slider ul.slider li.slider-item .category-show { height:241px; }

.sidebar .events-slider { margin-top:-1px; }
.sidebar .events-slider .backward { left:3px; top:6px; }
.sidebar .events-slider .forward { right:3px; top:6px; }

.sidebar .events-slider .event-ticker { height:45px; }
.sidebar .events-slider .event-ticker span { font-size:22px; line-height:28px; height:28px; padding-bottom:10px; background-image:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_ticker1.gif); background-repeat:no-repeat; display:inline-block; }
.sidebar .events-slider .event-ticker span.days { background-position:50% -10px; }
.sidebar .events-slider .event-ticker span.hour { background-position:50% -69px; }
.sidebar .events-slider .event-ticker span.minute { background-position:50% -128px; }
.sidebar .events-slider .event-ticker span.second { background-position:50% -185px; }

/* Generic box */
.info-box { border:1px solid #cfcfcf; margin-top:-1px; background:#f5f5f5 url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_block.gif) repeat-x 0 0; position:relative; z-index:1; }
.info-box .box-title { margin:17px 17px 0 17px; font:14px/1.25 Arial, Helvetica, sans-serif; padding:0; color:#222; }
.info-box .box-title a { font-size:11px; text-transform:lowercase; }
.info-box .box-content { padding:10px 17px 17px; color:#555; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* jQzoom */
div.jqZoomTitle { z-index:5000; text-align:center; position:absolute; top:0; left:0; width:100%; color:#fff; background:#999; }
.jqZoomPup { overflow:hidden; background-color:#fff; z-index:10; border-color:#fff; border-style:solid; cursor:crosshair !important; /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity:0.6; opacity:0.6; */ }
a.product-image { cursor:pointer !important; }
p.product-image { cursor:default !important; }
.zoom-activated {}
.jqZoomPup img { border:0; }
.preload { text-decoration:none; border:1px solid #ccc; padding:8px; text-align:center; background:#fff url(https://www.repsysl.com/skin/frontend/argento/default/images/zoomloader.gif) no-repeat 43px 30px; width:90px; height:43px; z-index:10; position:absolute; top:3px; left:3px; -moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); }
.jqZoomWindow { border:1px solid #ccc; background-color:#fff; }

/* Gift Card product */
.giftcard-form {}
.giftcard-amount-form { margin:0 0 10px; }
.giftcard-amount-form label { width:120px; text-align:left; padding-right:5px; }
.giftcard-amount-form .form-list .input-text { width:70px; }
.giftcard-amount-form .form-list select { width:150px; }
.giftcard-amount-form .form-list .input-box { padding-right:20px; margin-right:9px; }
.giftcard-amount-form .form-list .input-box .v-fix { white-space:nowrap; }
.giftcard-amount-form .form-list .input-box p.notice { float:left; padding:0; clear:left; width:55px; margin:5px -100px 0 0; white-space:nowrap; font-size:11px; position:relative; z-index:1; }
.giftcard-amount-form .form-list .input-box p.notice span { margin-right:5px; display:block; }
.giftcard-send-form { z-index:2; position:relative; border-top:1px solid #ddd; padding:30px 30px 10px; margin:0 0 10px; }
.catalog-product-view .giftcard-send-form { border-bottom-width: 0; margin:0 0 -22px; }
.giftcard-send-form label { text-align:left; padding-right:5px; padding-bottom:5px; }
.giftcard-send-form .field label { padding-bottom:0; }
.giftcard-send-form .field .input-text { width:249px !important; }

.cms-menu { padding:15px; border-bottom:1px solid #d1d1d1; background:#fff url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_cms-menu.gif) 0 0 repeat-x; font-size:12px; list-style-position:inside; }
.col-main .cms-menu { float:left; width:240px; border:1px solid #d1d1d1; margin:0 10px 5px 0; }
.cms-menu li { color:#999; margin:3px 0; }
/*.cms-menu li span { color:#444; }*/
.cms-menu li.parent > a,
.cms-menu li.parent > strong { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_cms-menu-arrow-down.gif) 100% 50% no-repeat; padding-right:13px; }
.cms-menu li strong { font-size:13px; font-weight:bold; color:#333; }
.cms-menu li ul,
.cms-menu li ol { padding-left:15px; margin-bottom:7px; list-style-position:inside; }
/* CMS Menu Types */
ol.cms-menu.type-1 { list-style-type:decimal; }
ol.cms-menu.type-1 ol { list-style-type:decimal; }
ol.cms-menu.type-a { list-style-type:lower-alpha; }
ol.cms-menu.type-a ol { list-style-type:lower-alpha; }
ol.cms-menu.type-A { list-style-type:upper-alpha; }
ol.cms-menu.type-A ol { list-style-type:upper-alpha; }
ol.cms-menu.type-i { list-style-type:lower-roman; }
ol.cms-menu.type-i ol { list-style-type:lower-roman; }
ol.cms-menu.type-I { list-style-type:upper-roman; }
ol.cms-menu.type-I ol { list-style-type:upper-roman; }

ul.cms-menu.type-circle { list-style-type:circle; }
ul.cms-menu.type-circle ul { list-style-type:circle; }
ul.cms-menu.type-disc { list-style-type:disc; }
ul.cms-menu.type-disc ul { list-style-type:disc; }
ul.cms-menu.type-square { list-style-type:square; }
ul.cms-menu.type-square ul { list-style-type:square; }

/* Store credit */
.storecredit .account-balance { margin:0 0 20px; padding:0 0 10px; font-size:12px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_dots.gif) repeat-x 0 100%; }
.storecredit .account-balance .price { font-weight:bold; }
.giftcard-redeem { padding-bottom:20px; }
.giftcard-redeem .input-box { margin-right:5px; }

/* Gift card */
.giftcardaccount { position:relative; z-index:1; padding-top:1px; }
.giftcard-status .messages,
.giftcardaccount .messages { margin-bottom:10px; }
.giftcardaccount p { margin:15px 0; font-size:12px; }
.giftcardaccount .fieldset { margin:0; }
.giftcardaccount .btn-only { margin:0 0 15px; }
.giftcardaccount .please-wait { position:absolute; z-index:99; top:50%; left:50%; margin:-34px 0 0 -90px; border:5px solid #f3b66f; font-size:12px; color:#f18200; font-weight:bold; background:#fff; padding:20px; white-space:nowrap; }

/* Gift Card Status Check */
.giftcard-status .gift-card-info,
.giftcard-status p.error-msg,
.giftcardaccount #giftcard_balance_lookup .gift-card-info,
.giftcardaccount #giftcard_balance_lookup p.error-msg { margin:10px 0 20px; }
.gift-card-info { margin:10px 0; padding:10px 10px 5px; border:1px dashed #d9d9d9; background:#fcf7f5; }
.gift-card-info p { font-size:12px; margin:0 0 5px; }
.gift-card-info .giftcard-number { font-weight:bold; }
.gift-card-info .form-list label {}
.gift-card-info .btn-only { padding-left:0; }

#gc-please-wait { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity:0.8; opacity:0.8; }

/* Reward Points */
.my-rewards .box { margin:0 0 30px; }
.my-rewards .info-box .box-title { margin:10px 10px; }
.my-rewards .info-box .box-content { padding:0 10px 10px; }
.my-rewards p.error { display:inline; color:#d91a00; }
.my-rewards dl { font-size:12px; }
.my-rewards dl dt { font-weight:bold; font-size:13px; margin-top:10px; }
.my-rewards dl dt span { color:#d12c01; }
.my-rewards dl dd.last { margin:7px 0 0; }
.my-rewards .form-list label { width:auto; }
.my-rewards .form-list .control .input-box { position:static; margin:0 5px 0 0; }
.my-rewards .data-table small { display:block; font-size:1em; color:#808080; }

/* Gift Registry Functionality */
.btn-gift-registry { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_gift-registry3.gif) 0 0 no-repeat; padding:3px 0 0 33px; text-align:left; }
.btn-gift-registry .input-box { margin:0 0 7px; }
.btn-gift-registry select { width:100%; }
.gift-registry-name { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_gift-registry2.gif) 0 0 no-repeat; margin:3px 0 0; padding:0 0 0 20px; line-height:18px; }
/* Block: Gift Registry Search */
.sidebar .block-gr-search .form-alt .input-box { width:148px; margin:3px 0 0; padding:0; }
.sidebar .block-gr-search .form-alt input.input-text { width:142px; }
.sidebar .block-gr-search .form-alt select { width:148px; }
.block-gr-search p.note { margin:0 0 3px; text-align:right; color:#f15c22; }

/* Order By SKU */
.wrapper .block-addbysku .input-box.validation-error,
.wrapper .block-addbysku .input-box.validation-passed { padding-right:0; background:none; }
.wrapper .block-addbysku .validation-advice { margin-right:-19px; }

.main .block.block-addbysku .block-content { padding:10px 4px 10px; }
.block-addbysku .data-table th,
.block-addbysku .data-table td { padding:6px 4px; }
.block-addbysku .data-table th:first-child,
.block-addbysku .data-table td:first-child { padding-left:13px; }
.sidebar .block-addbysku .actions { padding:0 13px 7px; }
p.link-widget-sku { padding:15px 13px; text-align:left; float:left; }
.sidebar p.link-widget-sku { padding:5px 13px 0; text-align:right; border-top:1px dotted #dadada; float:none; }
p.link-widget-sku a { color:#999; }

.block-addbysku .actions { text-align:right; margin:15px 0 10px; float:right; }
.sidebar .block-addbysku .actions { float:none; }
.block-addbysku .file-upload { float:left; text-align:left; border:1px solid #dadada; padding:10px 17px; background:#F5F5F5 url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_block.gif) repeat-x 0 100%; margin-top:10px; }
.block-addbysku .file-upload label { display:block; float:none; width:auto; min-width:60px; text-align:left; }
.block-addbysku .file-upload p { padding:3px 0; }
.block-addbysku .file-upload .btn-reset { display:inline-block; margin-left:15px; }
.block-addbysku .file-upload .btn-reset span { margin-left:0; padding:3px 0; display:inline-block; cursor:pointer; color:#999; }
.block-addbysku .file-upload .input-box { display:block; float:none; }
.block-addbysku .file-upload .note { width:auto; clear:both; padding:2px 0; }

.block-addbysku .data-table {}
.block-addbysku .data-table td .btn-remove { margin:4px 0 0; float:right; margin-right:-16px; cursor: pointer; }
.block-addbysku .data-table td .input-box { float:left; }
.block-addbysku .data-table td .qty { width:5em!important }
.block-addbysku .data-table td.last { padding-right:18px; }
.block-addbysku .data-table tfoot td.last { text-align:right; }
.block-addbysku .data-table .add-row { cursor:pointer; font-weight:bold; color:#999; }
.block-addbysku .data-table .input-box { width:99%; }

.wrapper .block.block-addbysku .data-table .validation-advice { }
.wrapper .block.block-addbysku .data-table .col-sku { width:auto; }

.wrapper .block.block-addbysku .data-table .col-qty,
.wrapper .block.block-addbysku .data-table .col-remove { width:13px; }
.wrapper .block.block-addbysku .data-table .input-text { width:99%; }

/* Restricted ================================================================================ */
.restriction-index-stub { background: none; }
.restriction-index-stub .page { padding-bottom:3px; }
.restriction-index-stub .main { padding:13px; text-align:center; margin-bottom:0; }
.restriction-index-stub .col-main { color:#847f7f; min-height:230px; height:230px; font-size:16px; padding: 0; }
.restriction-index-stub .page-title { margin:0 0 15px !important; padding:0 !important; border:0 !important; background:none; }
.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 { font:italic 35px Georgia, "Times New Roman", Times, serif; color:#fff; }
.restriction-index-stub .header-container,
.restriction-index-stub .footer-container { display:none; }
.restriction-index-stub .copyright { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_shadow-offline.gif) 50% 0 no-repeat; padding:15px 0 0; margin:0; }
.restriction-index-stub .private-sales-index { padding: 0; margin: 10px auto; }

/* Old private sales index ================================================================================ */
.private-sales-index { margin:10px auto 20px; padding:40px 0; max-width: 656px; }
.private-sales-index .box { border:1px solid #e2ded0; background:#fff url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_ps.gif) no-repeat 50% 0; padding:50px 13px 0; margin:0 auto; }
.private-sales-index .box .content { padding:0 60px 70px; font-size:14px; }
.private-sales-index .box .content p { text-align:center; }
.private-sales-index .box .content a { color:#444444; }
.private-sales-index .box .content h1 { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_ps-logo.gif) no-repeat 50% 0; padding:60px 0 5px; font-size:29px; font-weight:normal; color:#ec4e00; }
.private-sales-index .box .content .description { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_ps-descr.gif) no-repeat 50% 0; margin:40px auto 0; padding:30px 50px 30px; font:normal 20px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#817268; }

/* Block: Checkout Progress */
.opc-wrapper .opc { float: left; width: 75%; }
.opc-wrapper .fieldset { padding: 0; margin: 0; border: none; }

.opc-progress-container { float:right; width:24%; }
.opc-progress-container .opc-block-progress { background:#fff; }
.opc-progress-container .opc-block-progress .block-title { padding:17px 11px 10px 17px; background:none; border:0; border-bottom:1px solid #cfcfcf; }
.opc-progress-container .opc-block-progress .block-title strong { font:18px/1.1 Arial, Helvetica, sans-serif; padding:0; color:#111; }
.opc-progress-container .opc-block-progress .block-content { padding:17px 11px 17px 17px; }
.opc-progress-container .opc-block-progress dt { font-weight:bold; margin:2px 0 8px; }
.opc-progress-container .opc-block-progress dt.complete { font-weight:bold; margin:2px 0 4px; }
.opc-progress-container .opc-block-progress dt.complete a { font-weight:normal; text-transform:lowercase; }
.opc-progress-container .opc-block-progress dd.complete { margin:5px 0 8px; padding:5px; }
.opc-progress-container .block-progress .cards-list dd { padding:0; }
.opc-progress-container .block-progress .cards-list .info-table th { font-weight:normal; }

.checkout-reward label,
.checkout-onepage-payment-additional-customerbalance label { color: #000 !important; }

#bundleProduct:after,
.events-slider:after,
.product-image-popup .nav:after,
.gift-item:after,
.bundle-summary .product:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

@media (max-width: 767px) {
    .private-sales-index .box .content { padding: 0 15px 10px; }
    .private-sales-index .box .content .description { padding: 20px 10px; margin-top: 25px; }
}

@media (max-width: 480px) {
    .private-sales-index { padding: 0; }
    .private-sales-index .box  { padding: 0; }
    .private-sales-index .box .content { padding: 10px; }
    .private-sales-index .box .content h1 { background: none; padding-top: 0; font-size: 21px; }
    .private-sales-index .box .content .description { margin: 20px auto 0; padding: 12px; font-size: 16px; }

    .opc-progress-container { display: none; }
    .opc-wrapper .opc { float: none; width: auto; }
}

.form-list label { margin: 8px 0; font-weight: normal; font-size: 15px; }
.form-list .control label { margin: 0; vertical-align: middle; }
.form-list .customer-dob label { margin: 0; }
.product-options dt { margin-bottom: 5px; }

.control label,
input[type="checkbox"] + span label,
input[type="radio"] + span label,
input[type="checkbox"] + label,
input[type="radio"] + label { cursor: pointer; }

textarea { width: 250px; }

select,
textarea,
.product-options input.input-text,
.product-options select,
.product-options select.multiselect,
.product-options textarea,
.form-list input.input-text,
.form-list select,
.form-list select[multiple],
.form-list textarea,
.discount .input-text
{
    background: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 7px;
    font-size: 15px;
    line-height: normal;
    text-indent: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 100%;
}

.form-list select[multiple] {
    padding: 0;
}
.form-list select[multiple] option {
    padding: 6px 7px;
}

select,
textarea,
.pager select,
.sorter select {
    padding-left: 7px;
    font-size: 12px;
}

select,
.pager select,
.sorter select,
.product-options select,
.form-list select {
    margin: 0;
    padding-right: 27px ;
    background-image: url(https://www.repsysl.com/skin/frontend/argento/default/images/ios7-arrow-down.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 27px 9px;
}

select::-ms-expand,
.pager select::-ms-expand,
.sorter select::-ms-expand,
.product-options select::-ms-expand,
.form-list select::-ms-expand {
    display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    select,
    .pager select,
    .sorter select
    .product-options select,
    .form-list select {
        background-image: url(https://www.repsysl.com/skin/frontend/argento/default/images/ios7-arrow-down@2x.png);
    }
}

label.required em, span.required em {
    display: none;
}

label.required:after, span.required:after {
    content: '*';
    margin-left: 3px;
    color: #df280a;
    font-weight: normal;
}

.product-view .product-options .swatch-attr .select-label {
    font-weight: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    box-shadow: 0 0 0 0 #aaa inset !important;
    border: 1px solid #bbb;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background-color: #fff;
    outline: 0;
    width: 16px;
    height: 16px;
}

input[type="checkbox"]::after,
input[type="radio"]::after {
    content: ' ';
    background-image: url(https://www.repsysl.com/skin/frontend/argento/default/images/checkmark.png);
    background-size: 12px 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    transform: scale(0.2);
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    box-shadow: 0 0 0 9px #888 inset !important;
    border: none;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]::after {
    background-image: url(https://www.repsysl.com/skin/frontend/argento/default/images/record.svg);
    background-size: 8px 8px;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
    transform: scale(1);
    opacity: 1;
}

select:disabled,
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.legend { display: none; }
.fieldset, .buttons-set { background: none; border: none; margin: 15px; padding: 0; }
.buttons-set p.required { text-align: left; margin: 5px 0 0; }

textarea.disabled,
input.disabled { background: #f6f6f6; color: #bbb; }

.form-list input.input-text:focus,
.form-list select:focus,
.form-list textarea:focus { background-color: #fafafa; }

/* contact form */
#contactForm .form-list .field { float: none; }
#contactForm .form-list li { margin: 0; }
#contactForm .form-list label { margin-top: 15px; }
#contactForm .buttons-set { max-width: 525px; }

/* create account form */
.customer-account-create .form-list .field { float: none; width: 100%; max-width: 400px; }
.customer-account-create .form-list .field input[type="text"],
.customer-account-create .form-list .field select { width: 100%; }
.customer-account-create .form-list input[name="email"],
.customer-account-create .form-list input[type="password"] { width: 100%; max-width: 400px; }
.customer-account-create .buttons-set { max-width: 400px; }

/* customer account edit form */
.customer-account-edit .form-list .field { float: none; width: 100%; max-width: 400px; }
.customer-account-edit .form-list .field input[type="text"],
.customer-account-edit .form-list .field select { width: 100%; }
.customer-account-edit .form-list input[name="email"],
.customer-account-edit .form-list input[type="password"] { width: 100%; max-width: 400px; }
.customer-account-edit .buttons-set { max-width: 400px; }

/* customer-address-form*/
.customer-address-form .form-list .field { width: 100%; max-width: 255px; }
.customer-address-form .form-list .field:nth-child(2n) { margin-left: 19px; }
.customer-address-form .form-list .field input[type="text"],
.customer-address-form .form-list .field select { width: 100%; }
@media (max-width: 759px) {
    .customer-address-form .form-list .field { float: none; width: 100%; max-width: 529px; }
    .customer-address-form .form-list .field:nth-child(2n) { margin-left: 0; }
}

/* forgotpassword form */
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set { max-width: 400px; }
.customer-account-forgotpassword .fieldset .form-list input.input-text { width: 100%; }
.customer-account-forgotpassword .buttons-set p.required { display: none; }

/* customer-address-form*/
#checkout-step-billing .form-list .field { width: 100%; max-width: 255px; }
#checkout-step-billing .form-list .field:nth-child(2n) { margin-left: 19px; }
#checkout-step-billing .form-list .field input[type="text"],
#checkout-step-billing .form-list .field select { width: 100%; }
#checkout-step-shipping .form-list .field { width: 100%; max-width: 255px; }
#checkout-step-shipping .form-list .field:nth-child(2n) { margin-left: 19px; }
#checkout-step-shipping .form-list .field input[type="text"],
#checkout-step-shipping .form-list .field select { width: 100%; }
#checkout-step-billing .form-list .customer-dob .dob-day input.input-text,
#checkout-step-shipping .form-list .customer-dob .dob-day input.input-text,
#checkout-step-billing .form-list .customer-dob .dob-month input.input-text,
#checkout-step-shipping .form-list .customer-dob .dob-month input.input-text { width: 46px; }
@media (max-width: 759px) {
    #checkout-step-billing .form-list .field { float: none; width: 100%; max-width: 529px; }
    #checkout-step-billing .form-list .field:nth-child(2n) { margin-left: 0; }
    #checkout-step-shipping .form-list .field { float: none; width: 100%; max-width: 529px; }
    #checkout-step-shipping .form-list .field:nth-child(2n) { margin-left: 0; }
}

/* order and returns form */
.sales-guest-form .fieldset,
.sales-guest-form .buttons-set { max-width: 400px; }
.sales-guest-form .form-list li input[type="text"],
.sales-guest-form .form-list li select { width: 100% !important; }
.sales-guest-form .form-list input[name="email"] { width: 100%; }

body { background: #444; font: normal 12px/1.35em Verdana, Geneva, Arial, Helvetica, sans-serif; }
.page-popup { background: #fff; }

/* Headings */
h1, .h1            { font-size:24px; font-weight:normal; line-height:1.15; }
h2, .h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3, .h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4, .h4            { font-size:14px; font-weight:bold; }
h5, .h5            { font-size:12px; font-weight:bold; }
h6, .h6            { font-size:11px; font-weight:bold; }

h2, .h2 { margin-bottom: .2em; }
p { margin-bottom: .4em; line-height: 1.6em; }
p.note { font-size: .9em; color: #444; }

@media only screen and (max-width: 768px) {
.nav-column {
    height: 230px;
    overflow-y: auto;
}
}

.btn-remove-inline img{
    height: inherit;
}

a { color: #023761; }
img { max-width: 100%; width: auto; height: auto; }
small { font-size: .8em; }

button.button {}
button.button span {
    height: 27px;
    font: bold 11px/27px Tahoma, Arial, Helvetica, sans-serif;
    color: #fff;
    background-color:#ff963b;
}
button.button span span { padding: 0 14px; }
button.button:active { position: relative; top: 1px; }
.buttons-set button.button { margin-left: 3px; display: inline; }

button.btn-alt span { background-color: #a2a2a2;}

.form-list .name-middlename { width: 155px; } /*Fix for added Middlename*/

.strong { font-weight: bold; }

.std ul.add-to-links { padding: 0; list-style: none; }
.std .products-grid { padding: 0; list-style: none; }
.std .fa { font-style: normal; }

.price-box p { margin: 0; line-height: 1.4em; }
.buttons-set { border: none; }

.subtitle { clear:both; padding:10px 0; font-size:18px; color:#d12c01; }
.sub-title { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.sub-title .separator { font-weight:normal; }
.sub-title a { font-size:11px; font-weight:normal; text-transform:lowercase; }
.section-title { font-size:14px; font-weight:normal; color:#151515; margin:0 0 5px; }

.hero.block, .hero .block { margin: 0; }
.hero.block + .hero.block, .hero .block + .block { margin-top: 10px; }
.hero.block .block-title,
.hero .block .block-title,
.hero .block-title { text-align: center; background: none; font-size: 20px; font-weight: normal; border: none; }
.hero p.subtitle { margin: 0 0 1em; font-size: 17px; text-align: center; }
.hero .subtitle,
.hero .subtitle a { color: #000; }
.hero .subtitle a { text-decoration: none; }
.hero .subtitle a:hover { text-decoration: underline; }

/* jumbotrons */
.jumbotron { background: #fff; padding: 25px 0 20px; position: relative; }
.jumbotron::after { content: ''; clear: both; display: table; }
.jumbotron.jumbotron-bright { background: #f15922; }
.jumbotron.jumbotron-pastel { background: #229392; }
.jumbotron.jumbotron-pastel-alt { background: #a5205f; }
.jumbotron.jumbotron-dark { background: #222337; }
.jumbotron.jumbotron-pattern { background: url(https://www.repsysl.com/skin/frontend/argento/default/images/pattern.jpg) 50% 0; }
.jumbotron.jumbotron-image { background: url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_sky.jpg) 50% 0; }
.jumbotron-inverse,
.jumbotron-inverse .block-title,
.jumbotron-inverse .block .block-title,
.jumbotron-inverse .block-title span,
.jumbotron-inverse .block .block-title span,
.jumbotron-inverse .subtitle,
.jumbotron-inverse a,
.jumbotron-inverse .easycatalogimg .parent-category a { color: #fff; }
.jumbotron .block:last-child { margin: 0; }

.jumbotron-slider { padding: 0; }
.jumbotron-slider .container { padding: 0 !important; }

.jumbotron + .jumbotron { border-top: 1px solid #e2e2e2; }
.jumbotron-bright + .jumbotron,
.jumbotron-pastel + .jumbotron,
.jumbotron-pastel-alt + .jumbotron,
.jumbotron-dark + .jumbotron,
.jumbotron-pattern + .jumbotron,
.jumbotron-image + .jumbotron,
.jumbotron + .jumbotron-bright,
.jumbotron + .jumbotron-pastel,
.jumbotron + .jumbotron-pastel-alt,
.jumbotron + .jumbotron-dark,
.jumbotron + .jumbotron-pattern,
.jumbotron + .jumbotron-image { border-top: none; }
.jumbotron-bright + .jumbotron-bright,
.jumbotron-pastel + .jumbotron-pastel,
.jumbotron-pastel-alt + .jumbotron-pastel-alt,
.jumbotron-dark + .jumbotron-dark { border-top: 1px solid #fff; }

.jumbotron .stub,
.jumbotron .stub:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.jumbotron .stub {
    z-index: 1;
    border-width: 31px 51px 0;
    top: -1px;
    left: 50%;
    margin-left: -51px;
    border-top-color: #e2e2e2;
}
.jumbotron .stub:after {
    content: "";
    border-width: 30px 50px 0;
    top: -31px;
    margin-left: -50px;
    content: " ";
    border-top-color: #fff;
}
.jumbotron + .jumbotron-bright .stub,
.jumbotron + .jumbotron-pastel .stub,
.jumbotron + .jumbotron-pastel-alt .stub,
.jumbotron + .jumbotron-dark .stub,
.jumbotron + .jumbotron-pattern .stub,
.jumbotron + .jumbotron-image .stub { border-top-color: transparent; top: 0px; }
.jumbotron-bright + .jumbotron .stub,
.jumbotron-bright + .jumbotron .stub:after { border-top-color: #f15922; }
.jumbotron-pastel + .jumbotron .stub,
.jumbotron-pastel + .jumbotron .stub:after { border-top-color: #229392; }
.jumbotron-pastel-alt + .jumbotron .stub,
.jumbotron-pastel-alt + .jumbotron .stub:after { border-top-color: #a5205f; }
.jumbotron-dark + .jumbotron .stub,
.jumbotron-dark + .jumbotron .stub:after { border-top-color: #222337; }
.jumbotron-bright + .jumbotron-bright .stub,
.jumbotron-pastel + .jumbotron-pastel .stub,
.jumbotron-pastel-alt + .jumbotron-pastel-alt .stub,
.jumbotron-dark + .jumbotron-dark .stub { border-top-color: #fff; }

/* Covers - similar to stubs, but it cover the current jumbotron at the bottom with transparent triangle */
.jumbotron .cover .triangle {
    float: none !important;
    border-bottom: 30px solid #229392;
    width: 50%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    z-index: 6; /* 6 to cover the easyslider */
}
.jumbotron .cover .triangle { border-bottom-color: #fff; }
.jumbotron .cover-pastel .triangle { border-bottom-color: #229392; }
.jumbotron .cover-pastel-alt .triangle { border-bottom-color: #a5205f; }
.jumbotron .cover-bright .triangle { border-bottom-color: #f15922; }
.jumbotron .cover-dark .triangle { border-bottom-color: #222337; }
.jumbotron .cover .right { right: 0; border-left: 49px solid transparent; }
.jumbotron .cover .left { left: 0; border-right: 49px solid transparent; }
.jumbotron .block .block-title { padding-top: 0; }

.stub ~ .container,
.stub ~ .container-wrapper,
.stub + .h2 { padding-top: 15px; }
.cover ~ .container,
.cover ~ .container-wrapper { padding-bottom: 25px; }
/* end of jumbotrons */

.icon-section { margin: 0 0 10px; clear: left; }
.icon-section .fa-stack { float: left; margin-top: 7px; }
.icon-section .section-info { margin-left: 60px; }
@media (max-width: 768px) {
    .sidebar .icon-section { text-align: center; }
    .sidebar .icon-section .fa-stack { float: none; margin-bottom: 7px; }
    .sidebar .icon-section .section-info { margin: 0; }
}

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

.data-table th,
.data-table td { padding: 9px 5px; }
.data-table tr.odd { background: #fff; }
tr.summary-details td { background: #e0e0e0; }

.fieldset .legend { background: #fff; border-color: #ddd; padding: 1px 8px; font-weight: normal; font-size: 15px; }
.form-list li { margin-bottom: 10px; }
.form-list li.wide .input-box { width: auto; }
.form-list textarea { width: 98%; }
.form-list select { width: 250px; }
.form-list li.wide textarea,
.form-list li.wide select,
.form-list li.wide input.input-text { width: 100%; max-width: 529px; }
.form-list .input-box { width: auto; }

.page-title {padding: 7px 0 8px;}
.page-head {padding: 3px 0 4px; margin-bottom: 4px;}
.page-title h1,
.page-title h2 { font-size:2em; }
.page-head-alt { padding: 7px 0 8px; margin: 0 0 7px; }
.page-head-alt h3,
.page-head-alt h2 { font-size:24px; font-weight: normal; }

/* layout */
.page { width: auto; padding: 0; }
.col3-layout .col-wrapper { width: 75%; }
.col3-layout .col-right { width: 24%; }
.col3-layout .col-left { width: 30%; }
.col2-left-layout .sidebar,
.col2-right-layout .sidebar { width: 24%; }
.col2-left-layout .col-main,
.col2-right-layout .col-main { width: 75%; }
.col3-layout .col-main { margin-left: 7px; width: 68%; }

.top-toolbar,
.header,
.top-container,
.main,
.footer,
.footer-toolbar,
.footer-cms { padding: 0 5px; margin: 0 auto; border: none; }

.top-toolbar,
.header,
.top-container,
.main,
.footer,
.footer-toolbar,
.footer-cms { max-width: 960px; width: auto; }
#nav,
.nav-container .navpro { width: auto; }

/* duplicate prolabel-wrapper style because some clients disabled prolabels extension */
.prolabel-wrapper { position: relative; }

/* header */
.top-toolbar .links li,
.footer .links li { float: left; }
.links a { padding: 0 5px 0 6px; background: url(https://www.repsysl.com/skin/frontend/argento/default/images/links_div.gif) no-repeat 0 50% !important; white-space: nowrap; }
.links li.first a { background: none !important; padding-left: 0; }
.links li.last a { padding-right: 0; }

/* <<< top toolbar */
.top-toolbar { color: #7f7f7f; font: normal .9em/1.7em Tahoma, Verdana, Arial, Helvetica, sans-serif; }

/* cms links */
.header-links { margin-right: 80px; float: left; }

.top-toolbar .welcome-msg { float: left; margin: 0 10px 0 0; line-height: 1.7em; }
.top-toolbar { padding: 9px 5px; }
.top-toolbar .quick-links { float: right; text-align: right; }
.top-toolbar .quick-links .links { float: right; }
.top-toolbar a { color: #7f7f7f; text-decoration: none; }
.top-toolbar a:hover { text-decoration: underline; }

.top-toolbar input,
.top-toolbar select,
.top-toolbar textarea,
.top-toolbar button { font-size: .9em; }
.top-toolbar select { padding-top: 3px; padding-bottom: 3px; }

.form-language,
.form-currency { float: left; margin-right: 8px; }
.form-language label, .form-language .eflags-label { text-transform: lowercase; }
.form-language select,
.top-toolbar .form-currency select { margin-top: -1px; }
/* >>> top toolbar */

.header-empty .header { text-align: center; }
.header-empty .logo { float: none; }

.header-container { background: #fff; }
.header { padding: 20px 5px; }
.header-callout { float: left; }

.logo-wrapper { float: left; }
.header-content { float: right; position: relative; }

.header-container .mobile-togglers { display: none; float: right; clear: right; text-align: center; }
.header-container .mobile-togglers a {
    display: table-cell;
    float: none;
    padding: 11px 9px;
    overflow: visible;
    color: #3b3b3b;
}

#search_mini_form { float: right; }
.header-container .form-search { float: right; margin: 15px 0 0 15px; position: relative; text-align: left; }
.header-container .form-search label { display: none; }
.header-container .form-search #search { background: #f6f6f6; width: 250px; padding: 10px 0; height: 15px; color: #757578; text-indent: 7px; }
.header-container .form-search button {
    border: 1px solid #b6b6b6;
    color: #fff;
    background: #d9d9d9;
    background: -moz-linear-gradient(top, #d9d9d9 0%, #cbcbcb 50%, #c3c3c3 50%, #cdcdcd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(50%,#cbcbcb), color-stop(50%,#c3c3c3), color-stop(100%,#cdcdcd));
    background: -webkit-linear-gradient(top, #d9d9d9 0%,#cbcbcb 50%,#c3c3c3 50%,#cdcdcd 100%);
    background: -o-linear-gradient(top, #d9d9d9 0%,#cbcbcb 50%,#c3c3c3 50%,#cdcdcd 100%);
    background: -ms-linear-gradient(top, #d9d9d9 0%,#cbcbcb 50%,#c3c3c3 50%,#cdcdcd 100%);
    background: linear-gradient(to bottom, #d9d9d9 0%,#cbcbcb 50%,#c3c3c3 50%,#cdcdcd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#cdcdcd',GradientType=0 );
    width: 37px; height: 37px; overflow: hidden; margin-left: -5px;
}
.header-container .form-search button:active { top: 0; }
.header-container .form-search button span { background: none !important; padding: 0 !important; display: none;  }
.header-container .form-search .search-autocomplete { margin-top: -1px; }
.header-container .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#f9f5f0; }
.header-container .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #ddd; padding: 7px 8px 8px 8px; cursor:pointer; }
.header-container .form-search .search-autocomplete li.last { border-bottom: none; }
.header-container .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header-container .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header-container .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }

.autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 590;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.headerajaxsearchwindow { background: none; text-align: left; padding: 3px 6px 4px; }
.headerajaxsearchwindow:first-child { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
p.headercategorysearch { display: none; font-style: normal; text-align: left; padding: 2px 5px; }
.autocomplete div { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.header-container .form-search .chosen-container-single .chosen-single,
select.ajaxsearch-category-select { padding: 9px 1px 9px 3px; height: 37px; width: 60px; background: #f6f6f6; color: #757578; }
.header-container .form-search select.ajaxsearch-category-select ~ #search { width: 190px; }

.header-container .form-search .chosen-container, .ajaxsearch-category-select {
    text-align: left; float: left; margin-right: 1px; font-size: 12px;
    /* z-index: 599; */ /* removed to fix easyflags popup overlap; check consequences */
    min-width: 60px; /*fix for mobile devices*/
}
.header-container .form-search .chosen-container-single .chosen-single {
    padding: 6px 0 6px 7px; border-radius: 0; border-color: #ddd;
    box-shadow: none; font-size: 12px;
    background-image: none;
    filter: none; box-sizing: border-box;
}
.header-container .form-search .chosen-container-single .chosen-single div { top: 6px; height: 23px; }
.header-container .form-search .chosen-container .chosen-drop { border-color: #ddd; min-width: 180px; }
.header-container .form-search .chosen-container-single .chosen-search input { min-width: 145px; padding: 4px 20px 4px 5px; text-indent: 0; }
.header-container .form-search .chosen-container-single .chosen-single abbr { top: 12px; right: 20px; }

.header-container .header-cart { float: right; margin: 12px 0 0 20px; background: #f6f6f6;
    border: 1px dashed #cbcbcb; padding: 6px 5px; position: relative; z-index: 600; /* no more than 1000 because of product zoomer popup */
    text-align: left;
}
.header-cart .button { margin-top: 3px; }
.header-cart .summary { width: 120px; float: left; width: 70px; margin: 0 3px 0 0; font-size: .9em; cursor: pointer; }
.header-cart .summary-qty { font-size: 2.1em; float: left; margin: 0 4px 0 0;
    padding: 0 0 0 10px; background: url(https://www.repsysl.com/skin/frontend/argento/default/images/common.gif) no-repeat -578px -43px;
    line-height: 30px;
}
.header-cart div.subtotal { padding: 5px 3px; margin-bottom: 3px; text-align: center; font-size: 1.1em; background: #f4f4f4; }
.header-cart li.subtotal .actions { text-align: right; }
.header-cart .summary-items {  }
.header-cart .mini-products-list { padding: 0; right: 0; left: auto; }
.header-cart .mini-products-list li { padding: 5px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); width: 250px; }
.header-cart .mini-products-list li.last { border: none; }
.header-cart .mini-products-list a { text-decoration: none; }
.header-cart .mini-products-list a:hover { text-decoration: underline; }
.header-cart .mini-products-list .product-details { margin-left: 58px; }
.header-cart .mini-products-list .product-image { border: none; }
.header-cart .mini-products-list .truncated .show .item-options { left: -85px; top: 20px; }
.header-cart .mini-products-list .btn-remove,
.header-cart .mini-products-list .btn-edit { float: right; margin-left: 2px; }

/* <<< navigation */
#nav { margin: 0 auto; border: none; font-family: Arial, Helvetica, sans-serif; }
#nav li a { padding: 11px 13px 10px; color: #272e3d; }
#nav ul, #nav div { top: 42px; background: #fff;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#nav ul li { border-color: #f1f1f1; }
#nav ul li a { padding: 5px 9px; }
#nav li.level-top {}
#nav li.first { background: none; padding: 0; }
#nav li.parent a {  }
#nav li.parent a.level-top { padding-right: 19px; }
#nav li.parent a.level-top { background-image: url(https://www.repsysl.com/skin/frontend/argento/default/images/nav_leveltop_parent.gif); background-repeat: no-repeat; background-position: 100% 50%; }
#nav li.parent > a { background-image: url(https://www.repsysl.com/skin/frontend/argento/default/images/nav_parent.gif); background-repeat: no-repeat; background-position: 100% 60%; }

/* navigation for touchable devices width screen width less than 480px */
#nav .toggle { display: none; }

/* navigationpro */
.nav-container { zoom: 1; }
.nav-container .navpro { margin: 0 auto; font-family: Arial, Helvetica, sans-serif; }
.nav-container .navpro .nav-a,
.nav-container .navpro .nav-sibling-title a { color: #272e3d; }
.nav-container .navpro a.level-top,
.nav-container .navpro div.level-top a { font-weight: normal; }
.nav-container .navpro .active > a.level-top,
.nav-container .navpro .active > div.level-top a { color: #d96708; }
/* >>> navigation */

/* middle */
.main-container { background: #fff; }
.main { padding: 10px 6px; min-height: 480px; }
.breadcrumbs { border: none; font-size: .9em; padding: 6px 10px; }
.col-main,
.col-left,
.col-right { border: none; padding: 0; }

/* blocks */
.block { border: none; font-size: 1.0em; }
.block .block-title { border: 1px solid #ddd; padding: 8px 8px 8px;
    color: #000; border-width: 0 0 1px;
    font: normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.block .block-title strong { font-weight: normal; }
.block .block-subtitle { font-size: 12px; }
.sidebar .block .block-content li.item { padding: 3px 0; }
.sidebar .block li.even { background: none; }
.block .actions { padding: 5px 0; }

.sidebar .block-subscribe .input-text { width: 100%; }

.mini-products-list .product-image { padding:2px; }
.mini-products-list .product-details { margin-left:60px; }

.block-subscribe .block-content .icon-email,
.block-subscribe .block-content .description { display: none; }

/* <<< layered navigation */
.block-layered-nav li { line-height: 18px; }
.block-layered-nav .block-subtitle { display: none; }
.block-layered-nav .currently .block-subtitle { display: block; color: #555; font-size: 1em; }
.block-layered-nav .currently ol { margin: 5px 0; padding-left: 5px; }
.block-layered-nav .actions { text-align: right; padding: 5px; background: #eaeaea; margin-bottom: 7px; font-size: .9em; }
.block-layered-nav .actions a { float: none; }

#narrow-by-list { margin: 0; }
#narrow-by-list dt { color: #000; }
#narrow-by-list dd { padding-left: 7px; margin: 3px 0 9px; color: #757578; }
#narrow-by-list dd li { padding-left: 14px; background: url(https://www.repsysl.com/skin/frontend/argento/default/images/common.gif) no-repeat -588px -21px; }
#narrow-by-list a { color: #023761; text-decoration: none; }
#narrow-by-list a:hover { text-decoration: underline; }

.old-price { color: #444; }

/* product listing */
.fade-box-toggle {
    position: relative;
    margin: -40px 0 10px 0;
    display: block;
    cursor: pointer;
    padding: 35px 5px 2px;
    z-index: 5;
    text-align: center;
    box-shadow: 0 -55px 30px -6px #fff inset
}
.fade-box-toggle:hover { color: #555; text-decoration: underline; }

.easycatalogimg .category-name-bottom { display: none; }

/* Pagination */
.toolbar, .pager { font-size: 1.1em; background: #eee; }
.toolbar .pager { font-size: 1em; background: none; padding: 0; }
.toolbar:after { content: '.'; display: block; visibility: hidden; clear: both; font-size: 0; height: 0; }
.toolbar-bottom { margin-top: 15px; }
.pager, .sorter { margin: 0; padding: 0; border: none; }
.pager select, .sorter select { padding-top: 3px; padding-bottom: 3px; }
.toolbar,
.toolbar a,
.sorter .view-mode { margin: 0; }
.toolbar a,
.sorter .view-mode a { color: #555; }
.sorter .view-mode label { display: none; }
.toolbar .sorter { float: left; border: none; font-size: 1em; }
.sorter .view-mode,
.sorter .limiter,
.sorter .sort-by { float: left; height: auto; border: none; }
.sorter .view-mode { background: none; font-size: 18px; }
.sorter .view-mode .list,
.sorter .view-mode .grid {
    background: none;
    padding: 8px;
    float: left;
    line-height: 1em;
    border-right: 1px solid #fff;
}
.sorter .view-mode .active { color: #ff963b; }
.sorter .view-mode,
.sorter .sort-by { padding: 0; }
.sorter .limiter,
.sorter .sort-by,
.pager .amount,
.pager .limiter { padding: 5px 10px 5px 10px; line-height: 22px; border-right: 1px solid #fff; margin: 0; }
.pager .amount { line-height: 25px; }
.sorter .sort-by .sort-direction { padding: 0 5px; }
.sorter .sort-by a,
.sorter .sort-by a:hover { text-decoration: none; }

.toolbar .pager { float: right; padding: 0; }
.pager .limiter { float: left; }
.pager .pages { float: right; margin: 0; padding: 4px; }
.pager .pages strong { display: none; } /* label `Page:` */
.pager .pages li { float: left; margin: 0 0 0 4px; padding: 0; }
.pager .pages li.current,
.pager .pages a {
    padding: 5px;
    text-decoration: none;
    display: block;
    min-width: 16px;
    text-align: center;
    background: #fff;
    transition: all 0.1s ease;
}
.pager .pages li.current,
.pager .pages li.current a,
.pager .pages li:hover,
.pager .pages li:hover a { background: #ff963b; color: #fff; }
.pager .pages li.current a { padding: 0; }
@media (max-width: 768px) and (min-width: 481px) {
    .toolbar .sorter,
    .toolbar .pager { float: none; }
    .toolbar .pager { border-top: 1px solid #fff; }
}
@media (max-width: 480px) {
    .toolbar { display: none; }
    .toolbar-bottom { margin-bottom: 15px; }
    .toolbar-bottom .toolbar { display: block; }
    .pager .amount { display: none; }
    .sorter .sort-by { padding: 12px 10px; }
    .sorter .sort-by label { font-size: 13px; }
    .sorter .sort-by a { display: inline-block; width: 25px; height: 25px; text-align: center; }
}

.link-wishlist,
.link-compare { font-weight: normal; }

.product-shop .link-wishlist,
.product-shop .link-compare { padding: 0 0 0 15px; text-decoration: none; }
.product-shop .link-wishlist:hover,
.product-shop .link-compare:hover { text-decoration: underline; }
.link-wishlist:before,
.link-compare:before {
    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;
}
.product-shop .link-wishlist,
.product-shop .link-compare { background-image: none; padding: 0; }
.product-shop .link-wishlist:before,
.product-shop .link-compare:before {
    font-size: 11px;
    line-height: normal;
    color: #aaa;
    text-decoration: none;
    width: 13px;
    text-align: center;
}
.product-shop .link-wishlist:before { content: '\f004'; }
.product-shop .link-compare:before { content: '\f067'; }

.col1-layout .products-grid { width: auto; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width: auto; }

.product-name a { text-decoration: none; }
.product-name a:hover { text-decoration: underline; }
.products-grid,
.std .products-grid,
.std .block-highlight .products-grid { padding: 5px 0; }
.products-grid .product-name { font-weight: normal; font-size: 1.2em; }
.products-grid .product-image,
.products-list .product-image { width: auto; height: auto; max-width: 100%; }
.products-list .product-image { max-width: 200px; }
.products-list .product-shop { margin-left: 210px; }
.products-grid .product-image img,
.products-list .product-image img { width: auto; height: auto; max-width: 100%; }
.products-list .product-name { margin:0 0 5px; font-weight:normal; font-size: 1.3em; }
.products-list .add-to-links { font-size: .9em; margin: 0 0 5px; }
.products-grid .actions { position: static; float: right; }
.products-list .product-primary { float: left; }
.products-list .product-secondary { float: right; text-align: right; margin-left: 10px; }
.products-list .availability,
.products-list .price-box { float: none; margin-right: 0; }
.products-list .add-to-links li { display: block; margin: .5em 0; }
.products-list .desc { clear: left; }
.products-grid .add-to-links,
.std .block-highlight .add-to-links,
.product-view .listing-suggest .add-to-links,
.product-view .soldtogether-block .add-to-links {
    display: none;
    float: right;
    position: relative;
    margin-top: -40px;
    padding-right: 3px;
    z-index: 11;
}
@media (max-width: 767px) {
  .product-view .listing-suggest .products-grid .add-to-links {
      text-align: center;
      float: right;
  }
  .product-view .listing-suggest .products-grid .add-to-links li {
      float: left;
  }
}
.products-grid .add-to-links li { float: left; }
.products-grid .add-to-links li.li-wishlist {}
.products-grid .add-to-links li.li-compare { margin-left: 2px; }
.products-grid .add-to-links a,
.products-list .add-to-links a { color: #757578; text-decoration: none; }
.products-grid .add-to-links a { display: block; }
.products-list .add-to-links a:hover { text-decoration: underline; }
.products-grid .add-to-links i {
    width: 30px; height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #000;
    opacity: 0.2;
    font-size: 17px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}
.products-grid .add-to-links a:hover i { opacity: 0.6; }
.products-grid li.item:hover .add-to-links { display: block; }
.listing-suggest .products-grid li.item {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.col3-layout .products-grid .actions { float: none; }
.col3-layout .products-grid .add-to-links li { float: none; }

/* multicolumn mode */
.products-grid li.item {
    margin: 0 1% 7px;
    width: 31.3%;
    clear: none;
    box-sizing: border-box;
    background: #fff;
    padding: 7px 0 0;
    text-align: center;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    transition: all 0.1s ease-in-out;
}
.products-grid li.item:hover {
    z-index: 11;
}
.products-grid .main-info {
    background: #fff;
    z-index: 10;
    position: relative;
    overflow: visible;
    padding: 7px 10px 1px;
}
.products-grid li.item:hover .main-info {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.products-grid .collateral-info {
    position: absolute;
    z-index: 9;
    float: none;
    padding: 0 10px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    border: 1px solid #fff;
    border-top: 1px solid #f4f4f4;
    background: #fff;
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
}
.products-grid li.item:hover .collateral-info {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    opacity: 1;
    height: auto;
    overflow: auto;
    padding: 14px 10px 12px;
}

.products-grid.cols-1 li.item { width: 100% !important; }
.products-grid.cols-2 li.item { width: 48%; }
.products-grid.cols-3 li.item { width: 31.3%; }
.products-grid.cols-4 li.item { width: 23%; }
.products-grid.cols-5 li.item { width: 18%; }
.products-grid.cols-6 li.item { width: 14.6%; }
@media (max-width: 1200px) {
    /* Three columns instead of five and six */
    .products-grid.cols-5 li.item,
    .products-grid.cols-6 li.item { width: 31.3%; }
    .products-grid.cols-5 li.item:nth-of-type(4n),
    .products-grid.cols-6 li.item:nth-of-type(4n) { clear: left; }
    .products-grid.cols-5:after,
    .products-grid.cols-6:after { content: ''; clear: none; }
}
@media (max-width: 768px) {
    /* two columns instead of four */
    .block-highlight .products-grid.cols-4 li.item,
    .products-grid.cols-4 li.item  { width: 48%; }
    .products-grid.cols-4 li.item:nth-of-type(2n+1) { clear: left; }
}
@media (max-width: 480px) {
    .products-grid.cols-4 li.item:nth-of-type(4n),
    .products-grid.cols-5 li.item:nth-of-type(4n),
    .products-grid.cols-6 li.item:nth-of-type(4n) { clear: none; }
    /* Two columns for small screen */
    .block-highlight .products-grid li.item,
    .products-grid li.item { padding: 0; }
    .products-grid li.item,
    .products-grid.cols-2 li.item,
    .products-grid.cols-3 li.item,
    .products-grid.cols-4 li.item,
    .products-grid.cols-5 li.item,
    .products-grid.cols-6 li.item { width: 48%; }
    .block-highlight .grid-wide li.item { padding: 7px 1%; }
    .block-highlight .grid-wide li.item,
    .products-grid.cols-1 li.item { width: 100% !important; margin-left: 0; margin-right: 0; }
    /* clear: left for every third li */
    .products-grid.cols-2 li.item:nth-of-type(2n+1),
    .products-grid.cols-4 li.item:nth-of-type(2n+1),
    .products-grid.cols-6 li.item:nth-of-type(2n+1),
    /* clear: left for every third li inside every third .products-grid */
    .products-grid.cols-3:nth-of-type(2n+1) li.item:nth-of-type(2n+1),
    .products-grid.cols-5:nth-of-type(2n+1) li.item:nth-of-type(2n+1),
    /* clear: left for every second li inside every second .products-grid */
    .products-grid.cols-3:nth-of-type(2n) li.item:nth-of-type(2n),
    .products-grid.cols-5:nth-of-type(2n) li.item:nth-of-type(2n) { clear: left; }
    .products-grid.cols-3:after,
    .products-grid.cols-5:after { content: ''; clear: none; }
}
/* end of multicolumn mode */

.products-grid .price-box { font-size: 1.4em; }
.price-box .price,
.regular-price .price,
.price-from .price-label,
.price-to .price-label {
    font-weight: normal;
}

.products-grid .collateral-info .actions .qty-increment,
.products-grid .collateral-info .actions > p {
    display: inline-block;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

/* Ratings */
.ratings { margin: 10px 0; }
.rating-box { background: url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_rating.png) 0 0; width: 105px; height: 22px; }
.rating-box .rating { background: url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_rating.png) 0 100%; height: 22px; }
.ratings .rating-box { float: none; margin: 0 auto; display: inline-block; vertical-align: top; }
.ratings .rating-links { display: inline-block; line-height: 22px; margin-left: 7px; }
.category-products .ratings .amount { vertical-align: top; line-height: 23px; }
.category-products .ratings .amount a { color: #000; text-decoration: none; }
.category-products .ratings .amount a:hover { text-decoration: underline; }
.block-highlight .products-grid .ratings .amount { clear: left; display: block; }
.ratings-table th, .ratings-table td { vertical-align: middle; }

/* form product review */
#product-review-table thead { background: none; }
#product-review-table thead th { padding-left: 0; padding-right: 0; }
#product-review-table tbody { border: 1px solid #ccc; background: #fafafa; }
#product-review-table th, #product-review-table td {
  vertical-align: middle;
  border: 0;
  font-size: 15px;
  font-weight:  normal;
  padding: 7px 14px;
}
@media (min-width: 781px) {
  #review-form li.review-ratings { width: 30%; }
  #review-form li.review-ratings ~ li:nth-child(2),
  #review-form li.review-ratings ~ li:nth-child(3) { width: 65%; }
}
@media (min-width: 481px) {
  #review-form li.review-ratings { width: 50%; float: right; }
  #review-form li.review-ratings ~ li:nth-child(2),
  #review-form li.review-ratings ~ li:nth-child(3) { width: 45%; float: left; }
}
#review-form li:last-child { clear:  both; }
#review-form input.input-text,
#review-form textarea { width: 100%; }
.rating-box.argento-rating-stars-select { position: relative; -webkit-tap-highlight-color: transparent; }
.rating-box.argento-rating-stars-select input[type="radio"] {
    position: absolute;
    width: 21px;
    height: 100%;
    opacity: 0;
    z-index: 1;
    border-radius: 0;
}
.rating-box.argento-rating-stars-select input[type="radio"]:first-child { left: 0; }
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(2) { left: 21px; }
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(3) { left: 42px; }
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(4) { left: 63px; }
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(5) { left: 84px; }

.rating-box.argento-rating-stars-select input[type="radio"]:first-child:checked ~ .rating,
.rating-box.argento-rating-stars-select input[type="radio"]:first-child:hover ~ .rating { width: 20%; }
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(2):checked ~ .rating,
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(2):hover ~ .rating { width: 40%; }
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(3):checked ~ .rating,
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(3):hover ~ .rating { width: 60%; }
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(4):checked ~ .rating,
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(4):hover ~ .rating { width: 80%; }
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(5):checked ~ .rating,
.rating-box.argento-rating-stars-select input[type="radio"]:nth-child(5):hover ~ .rating { width: 100%; }

/* product view */
#product_addtocart_form2 {
    display: flex;
}
#product_addtocart_form1 { display: flex; }
.product-view .product-img-box { flex-shrink: 0; float: none; width: 370px; text-align: center; }
.product-view .product-img-box .highslide-gallery { text-align: left; }
.product-view .product-img-box .more-views { clear: both; margin-top: 5px; float: left; width: 100%; }
.product-view .product-img-box .highslide-gallery .more-views a { margin-right: 5px; margin-bottom: 4px; }
.product-view .product-img-box .more-views a { width: 56px; float: left; }
.product-view .product-shop,
.col1-layout .product-view .product-shop { width: auto; float: none; margin-left: 15px; flex-grow: 1; }
.product-view .product-shop .product-shop-inner { float: left; width: 100%; }
.product-view .product-img-box .product-image-zoom { width: 370px; height: 370px; }
.product-view .product-img-box .product-image-zoom img { max-width: 900px; width: auto; }
.highslide img { border: 1px solid #ddd; width: auto; }
.highslide img:hover { border-color: #ccc; }

/* product view - lightbox slider */
.highslide-gallery.slick .slick-slide { /*border: 1px solid #ddd;*/ padding: 0; display: flex; justify-content: center; }
.highslide-gallery:not(.slick-initialized) .slick-slide:not(.main-slide) { display: none; }

.highslide-gallery.slick .slick-list { margin: 0; }
.highslide-gallery.slick .slick-slide img { border: none; }
.highslide-gallery.slick .slick-prev,
.highslide-gallery.slick .slick-next { z-index: 1; }

.highslide-gallery.slick .slick-prev,
.highslide-gallery.slick .slick-next {
    border: 1px solid #ddd;
    height: 50px;
    width: 30px;
    background-color: white;
    opacity: 0;
    transition: opacity .2s ease-out;
}

.highslide-gallery.slick .slick-prev { left: 0; border-left: none; }
.highslide-gallery.slick .slick-next { right: 0; border-right: none; }

.highslide-gallery.slick:hover .slick-prev,
.highslide-gallery.slick:hover .slick-next { opacity: 1; }

.highslide-gallery.slick .slick-prev::before,
.highslide-gallery.slick .slick-next::before { width: 20px; height: 20px; }

.product-view .product-shop .product-name { margin: 0 0 17px; }
.product-view .product-shop .email-friend,
.product-view .product-shop .no-rating { display: inline-block; font-size: 11px; margin: 0 12px 12px 0; }
.product-view .product-shop .email-friend a,
.product-view .product-shop .no-rating a,
.product-view .product-shop .rating-links a { color: #777; }
.product-view .product-shop .rating-links .separator { color: #999; }
.product-view .product-shop .ratings { line-height: 1.4em; font-size: 11px; clear: both; }
.product-view .product-shop .short-description { clear: both; margin: 12px 0; }
.product-view .product-shop .availability { font-size: .9em; margin: 7px 0; }

.product-view .product-shop .price-box { float: left; margin: 0 20px 7px 0; font-size: 1.5em; }
.product-view .product-shop .price-box .price,
.product-view .product-shop .regular-price .price,
.product-view .product-shop .price-from .price-label,
.product-view .product-shop .price-to .price-label { font-weight: bold; }

.product-view .product-shop .tier-prices { clear: both; margin: 7px 0; padding: 7px 12px; background: #ffffff; border: 1px dotted #ddd; font-size: .9em; }
.product-view .product-shop .tier-prices li { line-height: 1.7em; }

.product-view .product-shop .price-box { display: none; }

.product-view .add-to-cart-wrapper { padding: 17px 10px; background: #f4f4f4; border: 1px solid #eee; position: relative; margin-top: 25px; }
.product-view .add-to-cart-wrapper .availability { position: absolute; top: -20px; left: 0; margin: 0; }
.product-view .grouped-items-table .availability { position: static; left: auto; top: auto; }
.product-view .add-to-cart-wrapper .add-to-box { float: right; }
.product-view .add-to-cart-wrapper .price-box { margin: 0; display: block; line-height: .9em; width: 50%; }
.product-view .add-to-cart-wrapper .price-box { line-height: 1.2em; }

.add-to-cart label,
.add-to-cart .qty,
.add-to-cart button.button { float: none; }
.product-view .product-shop .add-to-cart > * { vertical-align: middle; }

.product-view .product-shop .add-to-cart input.qty { padding: 7px; }

.product-view .product-shop .add-to-links { margin: 7px 0; font-size: .9em; text-align: right; }
.product-view .product-shop .add-to-links li { display: inline; margin: 0 10px 0 0; }
.product-view .product-shop .add-to-links a { color: #777; }

.product-view .product-shop .product-options { clear: both; }

.soldtogether-block .products-grid li.item { padding: 7px 0 0; }
.product-view .soldtogether-block .add-to-links li { float: left; }
/* Product Options */
.product-options { margin:10px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; position: relative; }
.product-options dt label.required em { color:#eb340a; margin: 0 2px 0 0; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:0 0 10px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd input.datetime-picker + img { margin-left: -25px; margin-right: 10px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:100%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height: 20px; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:2px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; padding: 0; }

.product-options-bottom { background-color:#f4f4f4; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-view .product-options-bottom .price-box { float:left; margin:0 !important; padding:0; display: block; line-height: 36px; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; margin-bottom: 0 !important; font-size: .9em; }
.product-view .product-shop .product-options-bottom .add-to-links li { margin: 0 0 0 10px; }
.product-options-bottom .add-to-links a { color: #777; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .price-as-configured .price-label { display: none; }
/* ee compatibility */
.product-shop .product-options-bottom { position: relative; }
.product-shop .product-options-bottom p.required { position: absolute; right: 33px; top: -20px; }

/* Grouped Product */
.product-view .add-to-cart-wrapper .grouped-items-table { margin: -5px 0 10px 0; }
.product-view .grouped-items-table .price-box { margin:0; padding:0; font-size: 1.1em; line-height: 1.3em; }
.product-view .grouped-items-table td, .product-view .grouped-items-table th { padding: 5px; }

.product-view .product-shop .price-box-bundle .price-box { display: block; font-size: 1.1em; }

.product-collateral .box-collateral { clear: both; }
.product-collateral .soldtogether-block { margin: 0; padding-bottom: 15px; }
.product-collateral .soldtogether-block .subtitle { color: #555; }
.product-collateral .soldtogether-block .images li { width: 150px; }
.soldtogether-block .check li { padding: 5px; }

.product-view .product-collateral { padding: 10px 0; }
.product-collateral .std { font-size: 1.2em; line-height: 1.5em; }
.product-collateral .std h2 {  }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3,
.product-view .box-tags .h3 { font-size:12px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/links_div.gif) no-repeat 100% 50%; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .product-tags a { color: #333; }
.product-view .box-tags .form-add label { display:none;}
.product-view .box-tags .form-add .input-box { float:left; margin:0 5px 0 0; }
#product_tabs_tags_tabbed_contents label { padding: 6px 0; }
#product_tabs_tags_tabbed_contents .input-box { margin-left: 3px; }
#product_tabs_tags_tabbed_contents .input-box input { padding: 6px 4px; box-sizing: border-box; }

/* Block: Reviews */
.product-view .easytabs-content-wrapper .box-reviews > h2,
.product-view .easytabs-content-wrapper .box-reviews > .h2 { display: none; }
.product-view .box-reviews dl { margin: 15px 5px; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; display: block; color: #777; margin-top: 10px;}
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3,
.product-view .box-reviews .form-add .h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span,
.product-view .box-reviews .form-add .h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4,
.product-view .box-reviews .form-add .h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
/* Reviews tab */
#customer-reviews .review-list li,
#customer-reviews dd { margin: 0 0 15px; padding: 0 0 15px; border: 1px solid #eee; border-width: 0 0 1px; }
#customer-reviews .review-list li:last-child,
#customer-reviews dd:last-child { margin: 0; padding: 0; border: none; }
#customer-reviews dd,
#customer-reviews .review-list li p,
.review-product-view .product-review dd { font-size: 1.2em; line-height: 1.5em; }
.ratings-list, .ratings-table { margin: 10px 0; }
.ratings-table th,
.ratings-table td,
.ratings-table td.label { padding: 5px 7px 5px 0; }
.product-view #review-form h3,
.product-view #review-form .h3 { display: none; }
.product-view #review-form h4,
.product-view #review-form .h4 { margin: 0 0 3px; display: none; }
#review-form .form-list { margin-top: 7px; }
.product-review dd { font-size: 1.2em; line-height: 1.5em; }

.review-product-list .price-as-configured { display: none; }

/* Block: Additional */
#product-attribute-specs-table th { white-space: normal; }

/* Product page sidebar */
.block-product-sidebar p { line-height: 1.3em; color: #373737; }
.block-product-sidebar .list-attributepages {
    text-align: center;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border: 1px solid #eee;
    border-width: 0 0 1px;
}
.block-product-sidebar .block-services-sidebar .block-title { display: none; }
.block-product-sidebar .block-content .block-content { padding: 0; }

.sidebar .block-related-sidebar .block-content li.item,
.sidebar .block-highlight .block-content li.item { padding: 5px 0; }
.block-related-sidebar .mini-products-list .product-image,
.sidebar .block-highlight .mini-products-list .product-image { width: 33%; border: none; padding: 0; }
.block-related-sidebar .mini-products-list .product-details,
.sidebar .block-highlight .mini-products-list .product-details { margin-left: 35%; }

.sidebar .block-highlight .mini-products-list .product-details .price-box,
.sidebar .block-highlight .mini-products-list .product-details .link-wishlist { display: none; }
.sidebar .block-highlight .mini-products-list .product-details .product-name { font-size: 1.3em; }

.sidebar .block-highlight .mini-products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.sidebar .block-highlight .mini-products-list li.item.last { border-bottom:0; }
.sidebar .mini-products-list .product-name { font-size: 1.2em; }
.sidebar .mini-products-list .product-name a { color: #444; }
.sidebar .mini-products-list .price-box { margin: 5px 0; }
.sidebar .mini-products-list .regular-price { color: #33b4d7; }
.sidebar .mini-products-list .regular-price .price { font-weight: bold; }
.sidebar .mini-products-list .link-wishlist,
.sidebar .mini-products-list .link-compare { color: #888; text-decoration: none; }
.sidebar .mini-products-list .link-wishlist:hover,
.sidebar .mini-products-list .link-compare:hover { text-decoration: underline; }

.block-related .block-subtitle { display: none; }
.block-related input.checkbox { display: none; margin: 0; }
.block-related .product { margin: 0; }

@media (max-width: 979px) and (min-width: 769px) {
    .block-related-sidebar .mini-products-list .product-image,
    .sidebar .block-highlight .mini-products-list .product-image { width: 50px; }
    .block-related-sidebar .mini-products-list .product-details,
    .sidebar .block-highlight .mini-products-list .product-details { margin-left: 60px; }
}
@media (max-width: 768px) and (min-width: 481px) {
    .block-related-sidebar .mini-products-list,
    .sidebar .block-highlight .mini-products-list { text-align: center; }
    .block-related-sidebar .mini-products-list .product-image,
    .sidebar .block-highlight .mini-products-list .product-image { width: auto; float: none; }
    .block-related-sidebar .mini-products-list .product-details,
    .sidebar .block-highlight .mini-products-list .product-details { margin-left: 0; }
}

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

.form-list .input-range small { margin: 0 4px; }

/* <<< customer */
.block-account li { padding: 3px 0; }
.form-list .customer-dob .dob-year { width: 135px; }

/* Remember Me Popup ===================================================================== */
.window-overlay { background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999px; text-align: left; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */

.account-login .new-users,
.account-login .registered-users { width: 47%; padding: 1% 1% 0; float: left; }
.account-login .new-users h2,
.account-login .registered-users h2 { border-bottom: 1px solid #e6e6e6; padding-bottom: 3px; }
.account-login .registered-users { float: right; }

.col1-set .registered-users,
.login-only .registered-users { float: none; margin: 0 auto; }
.col1-set .registered-users { margin-top: 10px; }

.oauth-authorize-index .main-container { border: none; }
.oauth-authorize-index .main { min-height: 0; }

.box-account { margin-bottom: 25px !important; }
.box-account .box-head { margin: 0 0 5px; }
.box-account .box-head h2,
.box-account .box-title h3,
.box-account .box-head .h2,
.box-account .box-title .h3 { float: left; }
.box-account .box-head a,
.box-account .box-title a { float: right; }
.my-account .box { padding: 10px; }
.my-account .box .box-title { margin: 0 0 3px; }
.my-account .box .box-content { font-size: .9em; }

/* General Box */
.box-account { background: #fff; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; color:#e65505; }

.dashboard .box .box-title { padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

.dashboard .welcome-msg,
.dashboard .col2-set,
.dashboard .recent-orders { padding:0 0 20px; }

/* Address Book */
.addresses-list h2,
.addresses-list .h2 { font-weight:bold; font-size:13px; text-transform:uppercase; }
.addresses-list h3,
.addresses-list .h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background: #f4f4f4; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Block: Recent Orders */
#my-orders-table .order-info,
#my-downloadable-products-table .order-info { border: none; background: none; padding: 0; }
#my-orders-table .order-info dt,
#my-downloadable-products-table .order-info dt { clear: left; margin-right: 3px; font-size: .9em; }
#my-orders-table .order-info dt:after,
#my-downloadable-products-table .order-info dt:after { content: ':'; }
#my-orders-table .order-info dd,
#my-downloadable-products-table .order-info dd { display: block; font-weight: bold; font-size: .9em; }

a.link-download,
.link-download a { color: #ec5202; text-decoration: underline; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3,
.order-items .h2,
.order-items .h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .product-image { width: 90px; }
.my-wishlist .product-shop { margin-left: 100px; }
.my-wishlist .price-box { float: none; }
.my-wishlist .wishlist-short-info { float: left; width: 60%; }
.my-wishlist .description { margin: 5px 0; }
.my-wishlist .cart-cell { float: left; width: 25%; margin-left: 10px; display: inline; }
.my-wishlist .truncated { float: left; margin: 10px 10px 10px 0; }
.my-wishlist input.qty { padding: 7px; }

/* My Tags */
.tags li { display: inline; }
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }
#my_recent_tags li.item { margin-bottom: 3px; }
.my-account #products-tag-list .product-image { width: 90px; }
.my-account #products-tag-list .product-shop { margin-left: 100px; }

/* My Reviews */
#my_recent_reviews li { margin: 0 0 10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.review-product-view .product-review .product-name { font-size: 24px; }
.product-review h3,
.product-review .h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }

/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff;
    border:1px solid #aaa;
    margin:12px 0 0;
    position:absolute;
    -moz-box-shadow:0 0 6px #ccc;
    -webkit-box-shadow:0 0 6px #ccc;
    box-shadow:0 0 6px #ccc;
    text-align:left;
    width:300px;
    z-index:10000; /*AjaxPro popup has 9999*/
}
.map-popup-right { left: 10px !important; }
.map-popup-left { left: auto !important; right: 10px; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:none; display: none; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999px; text-align: left; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
.products-grid .map-info,
.product-view .product-shop .map-info { font-size: 1em; }
/* >>> customer */

button.btn-checkout::-moz-focus-inner,
button.btn-suggest-cart::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.btn-checkout,
button.btn-suggest-cart { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.btn-checkout,
button.btn-suggest-cart { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.btn-checkout span,
button.btn-suggest-cart span { font: bold 15px/38px Arial, Helvetica, sans-serif !important; height: 39px !important; }

/* <<< onepage checkout */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding: 10px 0 0 20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { padding: 10px; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:11px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:45%; }
.gift-messages-form .item .details .form-list .input-box { width:100%; }
.gift-messages-form .item .details .form-list input.input-text { width:97%; }
.gift-messages-form .item .details .form-list li.wide .input-box { width: auto; }
.gift-messages-form .item .details .form-list li.wide textarea { width: 97%; }

.gift-message-link { font-size:11px; background:url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements {  }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fff; margin:0 0 25px; padding:10px 5px 0 5px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#000; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { padding:5px 10px; background:#eaeaea; margin: -10px -5px 5px -5px; position: relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:normal !important; color:#023761 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }

.info-set .form-list .field { width: 49%; }
.info-set .form-list textarea,
.info-set .form-list select,
.info-set .form-list input.input-text { width: 90%; }
.info-set .form-list li.wide textarea,
.info-set .form-list li.wide select,
.info-set .form-list li.wide input.input-text { width: 90%; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.checkout-onepage-index  .page-title { border-bottom: 0 none;}
.checkout-onepage-index  .main { padding-bottom: 40px;}

.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; margin:0 0 5px; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:12px; font-weight:bold; line-height:1.35; border:1px solid #a3aeb3; margin:0 0 6px; padding:6px 8px; color:#999; }
.block-progress dt a { font-size: 11px; }
.block-progress dd { padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#eee; color:#303030; }
.block-progress dd.complete {background: none;}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://www.repsysl.com/skin/frontend/argento/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc .step-title {  }
.opc h2 { font-size: 15px; font-weight: normal; line-height: 35px; margin-bottom: 0; }
.opc .step-title .number { font-size: 13px; background: #fff;  padding: 4px 6px; line-height: normal; margin: 6px 10px 0 3px; }
.opc .active  .step-title .number  {background: #666;  color: #fff;}
.opc .active .step-title { background-color: #e6e6e6; }
.opc .allow .step-title a { display: block; line-height: 29px; font-size: 11px; padding-right: 15px; color: #777;}
.opc .active .step-title a { display: none; }

#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; margin-bottom: 5px; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
#opc-login .form-list { margin: 10px 0; }

#checkout-shipping-method-load { margin: 10px 0; }

.gift-messages h3 { font-size: 13px; }
/* >>> onepage checkout */

/* Multiple Addresses Checkout */
.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6; border:1px solid #bbb6a5; margin:0 0 25px; padding:10px; }
.multiple-checkout .col2-set h2.legend { margin:-10px -10px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:7px -10px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { display: none; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */

.page-sitemap .links { margin: 10px; text-align: left; }

/* footer */
.footer-container {}
.footer,
.footer a { color: #cfcfcf; }
.footer { padding: 10px 5px; font-size: .9em; }
.footer address { float: left; }
.footer .store-switcher { float: left; display: inline; margin-right: 25px; }
.footer .store-switcher select { margin-top: -2px; padding-top: 3px; padding-bottom: 3px; }
.footer .links { float: right; }
#scroll-up { position: fixed; top: 50%; right: 30px; z-index: 15; }
#scroll-up a {
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    display: block;
    background: #eee url(https://www.repsysl.com/skin/frontend/argento/default/images/common.gif) no-repeat -296px -106px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
#scroll-up a:hover { background-color: #ddd; }
/* >>> footer */

/* <<< homepage */
.cms-index-index .col-main .std > .row { margin-bottom: 15px; }

.cms-index-index .col-main .easycatalogimg .parent-category { text-align: center; }
.cms-index-index .col-main .easycatalogimg .product-image { display: block; }
.cms-index-index .col-main .easycatalogimg .list-subcategories { padding-left: 20px; }
.easycatalogimg .list-subcategories li,
.easycatalogimg .list-subcategories li:first-child { background: url(https://www.repsysl.com/skin/frontend/argento/default/images/common.gif) no-repeat  -588px -21px; padding: 2px 0 2px 11px !important; }
.easycatalogimg .list-subcategories li a { text-decoration: none; }
.easycatalogimg .list-subcategories li a:hover { text-decoration: underline; }

/* easy banner */
.cms-index-index .col-main .box-easybanner-placeholder .easybanner-banner { margin-bottom: 10px; }
.cms-index-index .col-main .box-easybanner-placeholder .easybanner-banner:last-child { margin-bottom: 0; }

@media only screen and (max-width: 639px) {
    .placeholder-argento-home-top {
        margin-top: 15px;
    }
}

/* homepage tabs */
.tab-container { margin: 10px 0; }
.tab-container .tabs-wrapper { width: 100%; overflow: hidden; box-sizing: border-box; }
.tab-container .tabs {
    display: table;
    margin: 0;
    padding: 0;
    border-spacing: 0 0;
    border-spacing: 10px 0;
    margin-left: -10px;
    position: relative;
    z-index: 6;
}
.tab-container .tabs li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #eaeaea;
    border: 1px solid #ccc;
    box-shadow: inset 0 -12px 8px -14px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: normal;
}
.tab-container .tabs li:hover { text-decoration: none; box-shadow: none; }
.tab-container .tabs li.active {
    background: #fff;
    border-width: 1px 1px 0;
    box-shadow: none;
}
.tab-container .tabs li .block-title {
    display: block;
    padding: 9px 14px;
    color: #777;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    min-width: 60px;
}
.tab-container .content {
    border: 1px solid #ccc;
    position: relative;
    z-index: 5;
    margin-top: -1px;
    background: #fff;
}
.tab-container .content .block-title { display: none; }
.tab-container .content .block-highlight { margin: 0; }
.tab-container .tab { display: none; }
.tab-container .tab.active { display: block; }

/* promo home content block */
.promo-home-content .tab { padding: 5px; margin: 0; }
.promo-home-content .add-to-links { display: none; }
.promo-home-content .page-link { padding: 15px 12px; clear: both; border-top: 1px dashed #b7d3ea; font: normal 12px Tahoma, Arial, Helvetica, sans-serif; }
.promo-home-content .page-link a { text-decoration: none; }
.promo-home-content .page-link a:hover { text-decoration: underline; }
.promo-home-content .block { border: 3px solid #c9deef; }
.promo-home-content .block .block-title { border: none; padding: 8px 8px 4px; color: #033862; background: none; text-transform: none; }
.promo-home-content .block .block-title strong,
.promo-home-content .block .block-title span { font-weight: normal; font-size: 16px; color: #023761; }
.promo-home-content .block .block-content { padding-bottom: 0; }
.promo-home-content .mini-products-list { padding: 0 !important; list-style: none !important; margin: 0; }
.promo-home-content .mini-products-list li { border-bottom: 1px solid #c9deef; padding: 8px 0 !important; }
.promo-home-content .mini-products-list li.odd,
.promo-home-content .mini-products-list li.even { background: none; }
.promo-home-content .mini-products-list li.last { border: none; }
.promo-home-content .mini-products-list .product-image { border: none; }
.promo-home-content .mini-products-list .product-details { margin-left: 90px; }
.promo-home-content .block .number { float: left; font-size: 1.3em; font-weight: bold; color: #7a7a7a; margin-right: 10px; }
.promo-home-content .block .number:after { content: '.' }
.promo-home-content .tabs .block-title p.subtitle,
.block-highlight .block-title p.subtitle { display: none; }
.block-highlight .products-grid li.item { padding: 7px 0 0; }

/* brands slider */
.brands-home { border: 3px solid #e6e6e7; }
.brands-home .block-title span { color: #ef6e00 !important; font: normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif !important; }
.brands-home .list-brands { padding: 0; list-style: none; }
.brands-home .list-brands li { float: left; margin-right: 10px; }
.brands-home .block-content { position: relative; padding: 10px 37px !important; background: #fff; }
#slider-brands-container { clear: both; width: 100%; overflow: hidden; position: relative; }
.slider-brands { width: 10000px; height: 73px; padding: 0; margin: 0 !important; overflow: hidden; clear: both; position: relative; }
.brands-home #right { background-position: -222px 0; left: -3px; right: auto; }
.brands-home #left:hover { background-position: -261px -37px; }
.brands-home #right:hover { background-position: -222px -37px; }
.brands-home #left:active { background-position: -261px -36px; }
.brands-home #right:active { background-position: -222px -36px; }
.brands-home #left.disabled,
.brands-home #right.disabled { display: none; }
/* >>> homepage */

/* <<< EE Edition */
.event-container { margin-bottom: 0;  }
.event-container .event { margin-bottom: 0; position: static; }
.rewards { margin: 0; }
.reward-message { margin: 5px 0; }
/* >>> EE Edition */

/* http://avexdesigns.com/responsive-youtube-embed */
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* slider */
.argento-slider .block-content { position: relative; padding: 0 37px !important; background: #fff; }
.argento-slider .slider-wrapper { clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.argento-slider .list-slider {
    padding: 0;
    list-style: none;
    width: 10000px;
    padding: 0;
    overflow: hidden;
    clear: both;
    position: relative;
}
.argento-slider .list-slider li.item {
    float: left;
    margin: 0;
    padding: 5px;
}
.argento-slider .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 100%;
    background: #f1f1f1;
    text-decoration: none;
    color: #777;
}
.argento-slider .trigger-right { left: 0; right: auto; }
.argento-slider .trigger span:before { width: 20px; }
.argento-slider .trigger span { font-size: 35px; }
.argento-slider .trigger span,
.argento-slider .trigger .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -17px;
    line-height: 35px;
    height: 35px;
    width: 35px;
}
.argento-slider .trigger:hover {}
.argento-slider .trigger:active span { margin-top: -17px; }
.argento-slider .trigger.disabled span,
.argento-slider .trigger.disabled .fa { opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; cursor: default; }

/* expandable lists */
.expandable-wrapper { border: none !important; margin: 0 0 5px; padding: 0 !important; }
.expandable-list {
    border:1px solid #116bb7; padding: 0; border-radius: 5px; font-size: 15px !important;
    line-height: 21px;
    color: #fff;
    background: rgb(77,144,201); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(77,144,201,1) 0%, rgba(17,107,183,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,144,201,1)), color-stop(100%,rgba(17,107,183,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(77,144,201,1) 0%,rgba(17,107,183,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(77,144,201,1) 0%,rgba(17,107,183,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(77,144,201,1) 0%,rgba(17,107,183,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(77,144,201,1) 0%,rgba(17,107,183,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d90c9', endColorstr='#116bb7',GradientType=0 ); /* IE6-9 */
}
.expandable-list.expanded { border:1px solid #ccc; color: #777; background: none; }
.expandable-list a,
.expandable-list strong { display: block; color: #fff; padding: 8px 9px; text-decoration: none; }
.expandable-list li.current a,
.expandable-list li.current strong { font-weight: bold; }
.expandable-list li.current strong:before,
.expandable-list li.current a:before {
    content: "≡";
    font-size: 18px;
    margin-right: 3px;
}
.expandable-list.expanded a,
.expandable-list.expanded strong { color: #777;
    border-top: 1px solid #ccc;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,235,239,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,235,239,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,235,239,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,235,239,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,235,239,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,235,239,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efebef',GradientType=0 ); /* IE6-9 */
}
.expandable-list.expanded .current strong {
    color: #fff;
    background: rgb(77,144,201); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(77,144,201,1) 0%, rgba(17,107,183,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,144,201,1)), color-stop(100%,rgba(17,107,183,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(77,144,201,1) 0%,rgba(17,107,183,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(77,144,201,1) 0%,rgba(17,107,183,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(77,144,201,1) 0%,rgba(17,107,183,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(77,144,201,1) 0%,rgba(17,107,183,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d90c9', endColorstr='#116bb7',GradientType=0 ); /* IE6-9 */
}
.expandable-list li { padding: 0; }
.expandable-list.expanded li:first-child a,
.expandable-list.expanded li:first-child strong {
    border-top: none;
    border-radius: 5px 5px 0 0;
}
.expandable-list.expanded li:last-child a,
.expandable-list.expanded li:last-child strong {
    border-radius: 0 0 5px 5px;
}

.floatbar { display: none; }
.floatbar-popup-close-icon { display: none; }

/* social icons */
.block-social .icons { float: left; }
.block-social .icons li { border-radius: 2px; background-image: none; float: left; margin-right: 4px; display: inline; }
.block-social .icons li a { font-size: 0; color: transparent; display: inline-block; width: 33px; height: 32px; text-decoration: none; }
.block-social .icons li:hover { top: -2px; position: relative; }
.block-social .icons li a:before {
    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;
    font-size: 22px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    vertical-align: bottom;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.block-social .icons .facebook { background: #425f9c; }
.block-social .icons .facebook a:before { content: '\f09a'; }
.block-social .icons .twitter { background: #0084b4; }
.block-social .icons .twitter a:before { content: '\f099'; }
.block-social .icons .youtube { background: #cc181e; }
.block-social .icons .youtube a:before { content: '\f167'; }
.block-social .icons .rss { background: #ff9133; }
.block-social .icons .rss a:before { content: '\f09e'; }
.block-social .icons .gplus { background: #ff0000; }
.block-social .icons .gplus a:before { content: '\f0d5'; }
.block-social .icons .linkedin a:before { content: '\f0e1'; }
.block-social .icons .linkedin:hover { background: #0177b5; }
.block-social .icons .pinterest a:before { content: '\f231'; }
.block-social .icons .pinterest:hover { background: #ca2026; }
.block-social .icons .houzz a:before { content: '\f27c'; }
.block-social .icons .houzz:hover { background: #7AC143; }
.block-social .icons .tumblr a:before { content: '\f173'; }
.block-social .icons .tumblr:hover { background: #36465D; }
.block-social .icons .stumbleupon a:before { content: '\f1a4'; }
.block-social .icons .stumbleupon:hover { background: #EB4924; }
.block-social .icons .vimeo a:before { content: '\f27d'; }
.block-social .icons .vimeo:hover { background: #00B3EC; }
.block-social .icons .instagram a:before { content: '\f16d'; }
.block-social .icons .instagram:hover { background: #953AA3; }

/*No Blogspot icon for now in FontAwesome*/
.block-social .icons .blogspot:hover { background: #FE6700; }

.suggestpage-index-index .soldtogether-block { margin: 0 0 15px; clear: both; }
.suggestpage-index-index .soldtogether-block:after { content: ''; display: table; clear: both; }
.suggestpage-index-index h2,
.suggestpage-index-index .col-main .block-title,
.ajaxpro-form .soldtogether-block > h2 { text-align: center; font-size: 20px; }

.askit-question-text { margin-right: 80px; }
.add-askit-box { border-color: #ddd; }
.askit-accordion-content { background: none; }

button.ajaxpro-continue-button span,
.ajaxpro-buttons-set .btn-continue span { background-color: #a2a2a2; }
#testimonials-view-more-button span,
#ajaxpro-scrolling-button span {
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    background: #777;
}
#testimonials-view-more-button span span,
#ajaxpro-scrolling-button span span { padding: 0 25px; }

.product-view .prolabels-content-wrapper { clear: both; }

/* Testimonials */
.block-testimonials .block-content .content { padding: 0; }
.block-testimonials .block-content .content .content-wrapper { height: 120px; min-height: 120px; }
.sidebar .block-testimonials .block-content .content .ratings-table { display: none; }
.sidebar .block-testimonials .block-content .content .message { margin: 0; }
.sidebar .block-testimonials .actions { padding: 8px 0; }
/* style below prevent jumping of testimonial widget in side bar on animation */
.sidebar .block-testimonials .testimonial-container { margin-top: 10px; }
.tm-testimonials-index-new form .fieldset {
  max-width: 600px;
}
/* Testimonials */

ul.amazonstyle-images > li > a > img { box-shadow: none; }


/* <<< fontawesome and other retina screen styles */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header-cart .summary-qty {
        background: url(https://www.repsysl.com/skin/frontend/argento/default/images/i_dropdown.png) no-repeat 0 50%;
        background-size: 15px 8px;
    }

    .rating-box { background: url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_rating@2x.png) repeat-x 0 0; background-size: 23px 160px; width: 115px; height: 25px; }
    .rating-box .rating { background: url(https://www.repsysl.com/skin/frontend/argento/default/images/bkg_rating@2x.png) repeat-x 0 100%; background-size: 23px 160px; height: 25px; }
    .ratings .rating-links { line-height: 25px; }

    .rating-box.argento-rating-stars-select input[type="radio"]:nth-child(2) { left: 23px; }
    .rating-box.argento-rating-stars-select input[type="radio"]:nth-child(3) { left: 46px; }
    .rating-box.argento-rating-stars-select input[type="radio"]:nth-child(4) { left: 69px; }
    .rating-box.argento-rating-stars-select input[type="radio"]:nth-child(5) { left: 92px; }

    .easycatalogimg .list-subcategories li:before,
    .btn-remove:before,
    .btn-edit:before {
        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;
    }

    .header-cart .mini-products-list .btn-remove,
    .header-cart .mini-products-list .btn-edit { padding: 2px 3px; }
    .header-cart .mini-products-list .btn-edit { padding-top: 3px; }
    .btn-remove,
    .btn-edit { background: none; width: auto; height: auto; }
    .btn-edit:before { font-size: 20px; content: '\f044'; color: #000; }
    .btn-remove:before { font-size: 20px; content: '\f00d'; color: #000; }
    .item .btn-remove:before { font-size: 20px; content: '\f014'; color: #000; }


    .easycatalogimg .list-subcategories li,
    .easycatalogimg .list-subcategories li:first-child { background: none; padding-left: 0 !important; }
    .easycatalogimg .list-subcategories li:before { content: '\f105'; font-weight: bold; font-size: 16px; color: #ef6e00; }
}
/* fontawesome and other retina screen styles >>> */
    .link-wishlist:before,
    .link-compare:before {
        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;
    }
    .product-shop .link-wishlist,
    .product-shop .link-compare { background-image: none; padding: 0; }
    .product-shop .link-wishlist:before,
    .product-shop .link-compare:before {
        font-size: 11px;
        line-height: normal;
        color: #aaa;
        text-decoration: none;
        width: 13px;
        text-align: center;
    }
    .product-shop .link-wishlist:before { content: '\f004'; }
    .product-shop .link-compare:before { content: '\f067'; }

/* <<< responsive styles */
@media (max-width: 979px) {
    .notice-cookie .notice-inner,
    .global-site-notice .notice-inner { width: auto; padding-right: 12px; }
}
@media (max-width: 768px) {
    /* <<< accordion navigation */
    .nav-container { background: #fff; }
    .nav-container #nav { display: none; }
    .nav-container #nav.shown { display: block; }
    #nav { font-weight: normal; margin: 2px 0 0; padding: 0; border: 1px solid #caccd2; border-radius: 5px; }
    #nav ul, #nav div { position: static; left: auto; right: auto; top: auto; bottom: auto; width: auto; border: none; background: none; display: none; box-shadow: none; }
    #nav ul.shown, #nav div.shown { display: block; }
    #nav li { position: relative; float: none; }
    #nav li.level-top { background: none; padding: 0; }
    #nav li a { float: none; }
    #nav .toggle,
    #nav li.parent > .toggle {
        position: absolute; right: 0; top: 3px;
        background: url(https://www.repsysl.com/skin/frontend/argento/default/images/nav_toggle.png) no-repeat 4px -27px !important;
        background-size: 32px 60px !important;
        border: none;
        width: 39px; height: 35px; margin-top: 0;
        padding: 0 !important;
        display: block !important;
    }
    #nav ul li.parent > a { background-image: none; }
    #nav .first a.level-top { border-radius: 5px 5px 0 0; border: none; }
    #nav .last a.level-top { border-radius: 0 0 5px 5px; }
    #nav .toggle:active { }
    #nav .toggle:hover { border: none; }
    #nav .toggle.active { background-position: 3px 4px !important; }
    #nav li.parent > .toggle.active { background-position: 3px 4px !important; }
    #nav ul li { font-weight:normal; border: none; }
    #nav li a,
    #nav ul li a { display:block; text-decoration:none; border-top:1px solid #caccd2; padding:12px 12px 10px 8px; color:#555; }
    #nav li a:hover { color: #000; text-decoration:none; }
    #nav span { display:block; cursor:pointer; white-space:nowrap; }
    #nav li ul span { white-space:normal; }
    #nav .level0 li a { padding-left:15px; }
    #nav .level1 li a { padding-left:25px; }
    #nav .level3 li a { padding-left:35px; }
    #nav .level4 li a { padding-left:45px; }
    #nav .level5 li a { padding-left:55px; }

    .nav-container {
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        box-shadow: 0 5px 5px rgba(34, 34, 34, 0.2);
        background-color: #fff;
        z-index: 600;
        border-top: 1px solid #eee;
    }
    .nav-container .navpro { display: none; }
    .nav-container .navpro.shown { display: block; }
    .nav-container .navpro-responsive .nav-toggler-level0 { top: 2px; }
    .nav-container .navpro-responsive ul .nav-toggler { top: 4px; }
    .nav-container .navpro-responsive a.level-top,
    .nav-container .navpro-responsive div.level-top a,
    .nav-container .navpro-responsive ul .nav-a,
    .nav-container .navpro-responsive ul .nav-sibling-title a {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        border-top: 1px solid #eee;
        font-size: 18px;
        padding-left: 9px;
    }
    .nav-container .navpro-responsive li.first > a.level-top,
    .nav-container .navpro-responsive li.first > div.level-top a {
        border-top: none;
    }
    .nav-container .navpro-responsive ul .nav-a,
    .nav-container .navpro-responsive ul .nav-sibling-title a {
        padding-left: 12px;
        font-size: 16px;
    }

    .nav-container .navpro-responsive .nav-column .nav-column-title { padding: 10px 0 10px 10px; }
    .nav-container .navpro-responsive .block-title { padding: 0 0 10px 5px; }
    .nav-container .navpro-responsive .easycatalog-grid li.item { width: 50% !important; }
    .nav-container .navpro-responsive .products-grid li.item:nth-of-type(2n+1) { clear: left; }
    .nav-container .navpro-responsive .block-highlight .products-grid.cols-3 li.item {
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
        width: 48% !important;
    }
}
@media (max-width: 768px) {
    #login-form .input-text,
    .col2-set .input-text,
    .col3-set .input-text { width: 90%; }
    
    .header-cart .block-title h4 {font-size: 0.8em !important;padding-top: 10px;}

    .welcome-msg { display: none; }
    .header-links { margin-right: 10px; }

    .header-content { float: none; clear: both; }
    .header-container { box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); position: relative; z-index: 20; }
    .header-short { box-shadow: none; }

    .header-container .mobile-togglers { display: table; padding-right: 10px;}
    .header-container .mobile-togglers .toggle-quick-links { display: none; }

    .header-cart .block-title,
    .header-cart-title { display: none; }
    .header-container .header-cart { background: none; border: none; padding: 0; margin: 0; }
    .header-cart .mini-products-list { margin: 0; right: 0; left: auto; }
    .header-cart .mini-products-list li.empty { padding-bottom: 10px; font-size: 1.1em; text-align: center;}
    .header-cart .mini-products-list li { width: 320px; }

    /*.header-container .header-cart { margin-top: 5px; }*/
    /*.header-container .form-search { margin-top: 9px; }*/
    /*.header-container .form-search input { width: 200px; }*/
    /*.autocomplete { max-width: 280px; }*/

    .header-container #search_mini_form { float: none; display: none; }
    .header-container #search_mini_form.shown { display: block; }
    .header-container #search_mini_form.shown .form-search {
        width: 350px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        padding: 7px 10px;
        background-color: #fff;
    }
    #search_mini_form fieldset { display: block; }
    /*#search_mini_form fieldset,
    .header-container #search_mini_form.shown .form-search { width: 100%; }*/
    .autocomplete { max-width: none; }
    .autocomplete .div { padding: 7px; }

    .footer-cms-container { padding: 0 6px; }
    .main { padding: 5px 6px; }

    .col3-layout .col-right { display: none; }
    .col3-layout .col-wrapper { width: auto; }

    .products-list .product-image,
    .products-list .product-image img { width: 100px; height: auto; }
    .products-list .product-shop { margin-left: 105px; }
    .products-grid li.item { text-align: center; }
    .products-grid .actions,
    .products-grid .price-box { float: none; }
    .products-grid .ratings .rating-box { float: none; margin: 0 auto; }
    .products-grid .prolabels-content-wrapper { margin: 0 auto; }

    .product-view .product-shop .product-name { margin: 0 0 10px; }
    .product-view .product-img-box { width: 200px; }
    .product-view .product-img-box .product-image-zoom { width: 200px; height: 200px; }

    .highslide-gallery.slick .slick-prev,
    .highslide-gallery.slick .slick-next { opacity: 1; }

    #narrow-by-list dd li { background: none; padding: 0; }

    /* multiship checkout */
    #multiship-addresses-table select { width: 250px; }

    /* My Wishlist */
    .my-wishlist .product-shop { margin-left: 100px; }
    .my-wishlist .price-box { float: none; clear: both; }
    .my-wishlist .wishlist-short-info { float: none; width: auto; }
    .my-wishlist .description { margin: 5px 0; }
    .my-wishlist .cart-cell { float: none; width: auto; margin: 10px 0; display: block; clear: both; }

    .footer { text-align: center; }
    .footer,
    .footer-cms { }
    .footer-toolbar .block-subscribe .input-text { width: 130px; }
    .footer-cms .footer-links .h6 { margin-bottom: 4px; }
    .footer-cms .footer-links li ul { margin-bottom: 10px; }
    .footer-cms .footer-contacts img { max-width: 100%; width: auto; height: auto; }
    .footer address { float: none; text-align: center; margin-bottom: 5px; }
    .footer .store-switcher { float: none; display: block; margin: 0 0 5px 0; }
    .footer .links,
    .footer .links li { float: none; }
    .footer .links li { line-height: 25px; }

    .cms-index-index .col-main .easycatalogimg .list-subcategories { padding-left: 5px; }

    .event-container .status,
    .event-container .event-dates { font-size: 14px }

    .soldtogether-block .amazonstyle-images li { width: 75px; }
}

@media (max-width: 480px) {
    button.button span {
        font-size: 13px;
        line-height: 31px;
        height: 30px;
    }
    button.button span span { padding: 0 20px; }

    .notice-cookie .notice-inner,
    .global-site-notice .notice-inner { padding: 5px; background-image: none; }

    .fieldset .legend { margin-left: 0px; }
    .form-list .field { float: none; width: auto; margin: 0 0 8px; }
    .form-list .field:last-child { margin: 0; }


    .col2-set .col-1,
    .col2-set .col-2,
    .col3-set .col-1,
    .col3-set .col-2,
    .col3-set .col-3 { float: none; width: auto; margin: 0 0 10px; clear: both; }

    .col2-set .col-mobile-50,
    .col3-set .col-mobile-50 { width: 50%; float: left; clear: none; }

    .col4-set .col-1,
    .col4-set .col-2,
    .col4-set .col-3,
    .col4-set .col-4 { float: left; width: 49%; }
    .col4-set .col-2,
    .col4-set .col-4 { float: right; margin: 0; }
    .col4-set .col-3 { clear: left; }

    .form-language { float: left; display: inline; }
    .form-language label,
    .welcome-msg { display: none; }
    .header-links { display: none; }
    .top-toolbar .quick-links { display: none; }
    .top-link-wishlist,
    .top-link-checkout { display: none; }

    /*.header { text-align: left; padding: 0; }*/
    /*.header .logo { margin: 5px 0 7px; float: none; display: inline-block; }*/
    /*.logo-wrapper { float: none; text-align: center; margin-bottom: 5px; margin-top: 0; }*/

    /*.header-empty .logo { margin: 5px auto 7px; }*/

    /*.header-container .mobile-togglers { float: none; width: 100%; }*/
    /*.header-container .mobile-togglers .toggle-quick-links { display: block; }*/
    /*.header-container .mobile-togglers a { border: 1px solid #eee; border-width: 1px 1px 0 0; }*/
    /*.header-container .mobile-togglers a:last-child { border-right: none; }*/
    /*.header-container .mobile-togglers.active a { border-bottom-width: 1px; }*/
    /*.header-container .mobile-togglers a.active { border-bottom: 1px solid #fff; }*/

    /*.nav-container {*/
    /*    display: block;*/
    /*    margin: 0;*/
    /*    position: static;*/
    /*    right: auto;*/
    /*    top: auto;*/
    /*    width: auto;*/
    /*    box-shadow: none;*/
    /*}*/

    /*.header-content .quick-links { display: none; }*/
    /*.header-content .quick-links.shown { display: block; }*/
    /*.header-content .quick-links .links { float: none; }*/
    /*.header-content .top-link-wishlist,*/
    /*.header-content .top-link-checkout { display: block; }*/
    /*.header-content .quick-links li { display: block; border-top: 1px solid #e7e7e7; }*/
    /*.header-content .quick-links li:first-child { border-top: none; }*/
    /*.header-content .quick-links li a {*/
    /*    padding: 14px 15px !important;*/
    /*    background: none !important;*/
    /*    display: block;*/
    /*    font: normal 18px/17px Verdana,Geneva,Arial,Helvetica,sans-serif;*/
    /*    text-transform: none;*/
    /*    text-decoration: none;*/
    /*    color: #000;*/
    /*}*/

    /*.header-container .header-cart { margin: 0; float: none; position: static; }*/
    /*.header-cart div.subtotal { background: none; float: left; padding: 10px 0; width: 50%; text-align: center; font-size: 1.2em; }*/
    /*.header-cart li.subtotal .actions { width: 50%; padding: 0; float: right; }*/
    /*.header-cart .mini-products-list { position: static; box-shadow: none; float: none; }*/
    /*.header-cart .mini-products-list li { width: auto; }*/
    /*.header-cart .mini-products-list .product-details { font-size: 1.3em; }*/

    /*.header-container #search_mini_form {display: none; float: left; clear: both; width: 100%; min-width: 310px; }*/
    /*.header-container #search_mini_form.shown { display: block; }*/
    /*.header-container #search_mini_form.shown .form-search {*/
    /*    width: auto;*/
    /*    margin: 0;*/
    /*    position: static;*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*    box-shadow: none;*/
    /*    padding: 0;*/
    /*}*/
    /*.header-container .form-search { float: none; margin: 7px 5px 5px !important; }*/
    /*.header-container .form-search #search { width: 220px; }*/
    .autocomplete { max-width: unset; }

    .promo-home-content .block { border-width: 1px; }
    .brands-home { border-width: 1px; }

    .cms-index-index .col-main .easycatalogimg .easycatalog-grid li.item { background: none !important; border: none; }
    .cms-index-index .col-main .easycatalogimg .list-subcategories { padding-left: 5px; }

     accordion tabs for the homepage
    .tab-container .tabs { display: none; }
    .tab-container .content { border: none; }
    .tab-container .content .block-title {
        display: block;
        line-height: normal;
        background: #eaeaea;
        border: 1px solid #ccc;
        box-shadow: inset 0 -12px 8px -14px rgba(0, 0, 0, 0.2);
        margin-top: -1px;
        background: #f1f1f1;
        padding: 12px;
        cursor: pointer;
        color: #777;
        font: bold 12px/16px Arial,Helvetica,Tahoma,sans-serif;
    }
    .tab-container .content .active .block-title { color: #48494a; }
    .tab-container .content .block-title span:before { float: left; width: 11px; content: "+"; }
    .tab-container .content .active .block-title span:before { content: "-"; }
    .tab-container .content .block-content {
        border: 1px solid #ccc;
        margin-top: -1px;
        padding: 7px 8px;
        position: relative;
        z-index: 5;
    }
    
   .tab-container .content .block-content { padding: 7px 4px; }

    .promo-home-content .actions,
    .promo-home-content .add-to-links { display: block; }

    .block .block-content { padding: 5px; }

    #narrow-by-list dd { padding-left: 5px; }
    #narrow-by-list dd li { margin: 3px 0; }

    .col2-left-layout .sidebar,
    .col2-right-layout .sidebar { width: 32%; }
    .col2-left-layout .col-main,
    .col2-right-layout .col-main { width: 67%; }

    .col3-layout .col-wrapper { width: auto; }
    .col2-right-layout .col-main { width: auto; float: none; }


    .main-container .sidebar,
    .main-container .col-main,
    .main-container .col-wrapper,
    .main-container .col-wrapper .col-main { width: auto; float: none; display: block; margin: 0; }

    .main-container .col-main { margin-bottom: 17px !important; }
    .main-container .sidebar .block { margin: 0; font-size: 1.3em; }
    .main-container .sidebar .block-title {
        padding: 12px 12px;
        margin-top: -1px;
        cursor: pointer;
        background: #eaeaea;
        border: 1px solid #ccc;
        box-shadow: inset 0 -12px 8px -14px rgba(0,0,0,0.2);
        text-decoration: none;
        text-shadow: 1px 1px 0 rgba(255,255,255,1);
        text-transform: none;
        font: bold 15px/16px Arial, Helvetica, Tahoma, sans-serif;
    }
    .main-container .sidebar .block-title span,
    .main-container .sidebar .block-title strong {
        font-weight: normal;
        font-size: 1em;
        color: #555;
        padding: 0;
        display: inline;
    }
    .main-container .sidebar .block-title.block-toggler span span:before,
    .main-container .sidebar .block-title.block-toggler strong span:before {
        float: left;
        width: 11px;
        content: "-";
    }
    .main-container .sidebar .collapsed .block-title.block-toggler span span:before,
    .main-container .sidebar .collapsed .block-title.block-toggler strong span:before {
        content: "+";
    }
    .main-container .sidebar .block-content {
        border: 1px solid #ccc;
        border-top: none;
    }
    .main-container .sidebar .collapsed .block-content {
        display: none;
    }

    .truncated { display: none; }

    .products-grid,
    .std .products-grid { border: none; padding: 0; }
    .products-grid li.item { box-shadow: 0 0 9px rgba(0,0,0,0.1); }
    .products-grid .product-name { min-height: 0; margin: 0 0 0; padding: 3px 5px; line-height: 15px; }
    .products-grid .prolabel-wrapper + .product-name { padding-bottom: 0; }
    .products-grid .product-name a {
        font-size: 14px !important;
        line-height: 25px;
        overflow: hidden;
        width: 100%;
        display: inline-block;
        letter-spacing: normal;
    }
    .products-grid .product-image { margin: 0 0 2px; text-align: center; }
    .products-grid .ratings { display: none; }
    .products-grid .price-box { margin: 0; padding: 3px 5px; line-height: 15px; }
    .products-grid .old-price,
    .products-grid .special-price,
    .products-grid .price-from,
    .products-grid .price-to { display: inline-block; }
    .products-grid .map-info .old-price { float: none; }
    .products-grid .price-from:after { content: '—'; margin-right: 3px; }
    .products-grid .old-price .price-label,
    .products-grid .special-price .price-label,
    .products-grid .price-from .price-label,
    .products-grid .price-to .price-label { display: none; }
    .products-grid .actions { display: none; }
    .products-grid .configurable-swatch-list { display: none; }
    .grid-wide .actions { display: block; }
    .products-grid .add-to-links { display: none; }
    .products-grid .price-box:after { content: '.'; display: block; clear: both; visibility: hidden; height: 0; font-size: 0; }

    .products-grid li.item,
    .block-highlight .products-grid li.item {
        padding: 5px;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    }
    .products-grid .main-info,
    .products-grid li.item .main-info,
    .products-grid li.item:hover .main-info {
        padding: 0;
        box-shadow: none;
        border: none !important;
    }
    .products-grid .collateral-info,
    .products-grid .ratings,
    .products-grid li.item:hover .add-to-links { display: none; }

    .products-list .desc { display: none; }
    .products-list .product-primary { float: none; }
    .products-list .product-secondary { float: none; margin-left: 0; text-align: left; }
    .products-list .price-box { float: left; }
    .my-wishlist .products-list .price-box { float: none; }
    .products-list .actions { float: right; }
    .products-list .add-to-links li { display: inline; }

    #product_addtocart_form2 { display: inline; }
    .product-view .product-shop,
    .col1-layout .product-view .product-shop { float: none; margin: 0; clear: both; padding-top: 10px; }
    .product-view .product-shop .product-name { margin: 10px 0; /* display: none; */ }
    .product-view .product-shop .product-shop-inner { margin: 0; }
    .product-view .product-img-box .product-image-zoom { width: 370px; height: 370px; }
    .product-view .product-img-box { float: none; margin: 0; width: 100%; }
    .product-view .product-img-box .highslide-gallery { text-align: center; }
    .product-view .product-img-box .zoom-notice { display: none; }
    .product-view .product-img-box .zoom { display: none; }
    .product-view .product-shop .add-to-cart label,
    .product-view .product-options-bottom .add-to-cart label { display: none; }
    .product-view .easytabs li a { font-size: .9em; }

    .advanced-search .form-list .input-box,
    .advanced-search .form-list .input-range { clear: both; }

    .gift-messages-form .item .details .form-list .field { width:97%; }

    .info-set .form-list .field { width: 100%; }
    .info-set .form-list textarea,
    .info-set .form-list select,
    .info-set .form-list input.input-text { width: 90%; }
    .info-set .form-list li.wide textarea,
    .info-set .form-list li.wide select,
    .info-set .form-list li.wide input.input-text { width: 90%; }

    
    #opc-login .col-1, #opc-login .col-2 { float: none; width: auto; }
    #opc-login .buttons-set { padding: 5px; }

    #checkout-review-table-wrapper { overflow: auto; }

   
    .checkout-onepage-index .sidebar { display: none; }
    .checkout-progress { padding: 0; font-size: .9em; }
    #multiship-addresses-table select { width: 110px; }
    #multiship-addresses-table .qty { width: 1.7em !important; }
    .checkout-multishipping-shipping .multiple-checkout .col2-set .col-narrow,
    .checkout-multishipping-shipping .multiple-checkout .col2-set .col-wide,
    .checkout-multishipping-billing .multiple-checkout .col2-set .col-narrow,
    .checkout-multishipping-billing .multiple-checkout .col2-set .col-wide,
    .checkout-multishipping-overview .multiple-checkout .col2-set .col-narrow,
    .checkout-multishipping-overview .multiple-checkout .col2-set .col-wide { width: auto; float: none; }
    .multiple-checkout .place-order .grand-total big { margin: 0 0 10px; display: block; }

    .account-login .new-users,
    .account-login .registered-users { width: auto; float: none; margin-bottom: 10px; border-width: 0 0 1px; min-height: 0; }
    .remember-me-popup { width: 300px; margin-left: -150px; }

    
    .box-account { background: #fff; margin: 0 0 20px; padding: 0; border: none; }
    .box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
    .box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; color:#e65505; }

    .block-layered-nav li,
    .block-account li { line-height: 22px; }

    #my-orders-table .order-info dd,
    #my-downloadable-products-table .order-info dd { clear: left; }

    .box-account .col-1 { margin-bottom: 7px; }
    .box-account .col-1,
    .box-account .col-2 { float: none; width: auto; }

    .addresses-list .col-1,
    .addresses-list .col-2 { float: none; width: auto; }

    
    .my-wishlist .product-image { width: 50px; height: auto; }
    .my-wishlist .product-shop { margin-left: 55px; }
    .my-wishlist textarea { width: 170px; margin-bottom: 5px; }

    .order-info-box { padding: 0; }

    .footer-toolbar-container { border: none; }
    .footer-toolbar .block-subscribe { float: none; margin-bottom: 5px; }
    .footer-toolbar .block-subscribe label { display: none; }
    .footer .links li a { padding: 5px 7px 5px 8px; }

    .floatbar {
        position: fixed;
        top: 0; left: 0; right: 0;
        z-index: 650;
        background: #eaeaea;
        border: 1px solid #ddd;
        border-width: 0 0 1px;
        font: bold 17px/16px Arial,Helvetica,Tahoma,sans-serif;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
        color: #555;
        display: table;
        width: 100%;

        -webkit-transition: -webkit-transform .5s ease-in-out;
        -moz-transition: transform .5s ease-in-out;
        -o-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
    }
    .floatbar-bottom { top: auto; bottom: 0; border-width: 1px 0 0; }
    .floatbar-bottom-hidden { transform: translateY(100%); }
    .floatbar-shown { transform: translateY(0); }
    .floatbar .section {
        padding: 14px 10px;
        cursor: pointer;
        display: table-cell;
        vertical-align: middle;
    }
    .floatbar .section + .section {
        border: 1px solid #ddd;
        border-width: 0 0 0 1px;
    }
    .block-layered-nav,
    .toolbar-bottom .sort-by,
    .floatbar-popup {
        position: fixed !important;
        bottom: 60px;
        left: 7%;
        z-index: 640;
        width: 86%;
        height: auto;
        max-height: 80%;
        background-color: #fff;
        box-shadow: 0 2px 18px rgba(0,0,0,0.3);
        box-sizing: border-box;
        -webkit-transform: translateY(180%);
        -moz-transform: translateY(180%);
        -o-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        opacity: 0;
    }
    .main-container .sidebar .block-layered-nav .block-content { display: block; }
    .floatbar-popup-initial { left: -9999px; visibility: hidden; }
    .floatbar-popup.shown { opacity: 1; visibility: visible; }
    .floatbar-popup .block-title { border: none !important; margin: 0 !important; }
    
    
    .floatbar-popup .block-title span span:before { content: '' !important; width: auto !important; float: none !important; }
    .floatbar-popup .block-title span span:before { content: '' !important; }
    .floatbar-popup .block-title { cursor: default !important; }

    .floatbar-popup .block-title-suffix { display: inline-block; margin-left: 10px; }
    .floatbar-popup .iscroll { overflow: auto; position: relative; }
    .floatbar-popup .iscroll a {
        -webkit-transition: background-color .25s ease-in-out;
        -moz-transition: background-color .25s ease-in-out;
        -o-transition: background-color .25s ease-in-out;
        transition: background-color .25s ease-in-out;
        text-decoration: none;
    }
    .floatbar-popup .iscroll .highlight { background-color: #aed7ff; }
    .floatbar-popup .block-content,
    .floatbar-popup .collpased .block-content { display: block !important; border: none !important; }
    .floatbar-popup .floatbar-popup-close-icon {
        direction: ltr;
        position: absolute;
        color: #000;
        font: bold 18px/23px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        text-decoration: none;
        text-align: center;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        right: 7px;
        top: 7px;
        display: block;
    }
    .floatbar-popup {
        -webkit-transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out;
        -moz-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
        -o-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
        transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    }
    .floatbar-popup.shown {
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0);
    }

    
    .event { height: auto; }
    .event-container { height: auto; }
    .event-container .event { height: auto; line-height: 30px; padding-bottom: 6px; }
    .event-container .status { margin: 0 5px 0 0; font-weight: bold; }
    .container-open .open,
    .container-upcoming .upcoming { background-image: none; }
    

    
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    textarea {
        font-size: 16px !important;
    }
}
/* >>> responsive styles */

button.check-gc-status span { height: auto; line-height: normal; white-space: normal; }
button.check-gc-status span span { padding-top: 6px !important; padding-bottom: 6px !important; }

/* fix for third-party extensions thet removed spaces and newlines from html output */
.tags li:after,
.tags-list li:after,
.footer ul li:after,
.links li:after { content: ' '; }

/* clears */
.top-toolbar-container,
.top-toolbar,
.header-cart .mini-products-list li,
.products-grid li.item,
.tab-container,
.add-to-links,
.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .product-img-box .more-views,
.box-account,
.box-account .box,
.cart-headers,
.cart .totals,
.discount-form,
.footer-toolbar-container,
.footer-toolbar,
.footer-cms-container,
.footer-cms { zoom: 1; }

.top-toolbar-container:after,
.top-toolbar:after,
.header-cart .mini-products-list li:after,
.products-grid li.item:after,
.tab-container:after,
.add-to-links:after,
.product-view .product-shop:after,
.product-view .add-to-cart-wrapper:after,
.product-view .product-img-box .more-views:after,
.box-account:after,
.box-account .box:after,
.cart-headers:after,
.cart .totals:after,
.discount-form:after,
.footer-toolbar-container:after,
.footer-toolbar:after,
.footer-cms-container:after,
.footer-cms:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

/* twitter bootstrap */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 610;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}
.dropdown-menu a { font-weight: normal; color: #333333; }

.hidden { display: none; visibility: hidden; }
.visible-phone { display: none !important; }
.visible-tablet { display: none !important; }
.hidden-desktop { display: none !important; }
.visible-desktop { display: inherit !important; }

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop { display: inherit !important; }
    .visible-desktop { display: none !important; }
    .visible-tablet { display: inherit !important; }
    .hidden-tablet { display: none !important; }
}
@media (max-width: 768px) {
    .hidden-desktop { display: inherit !important; }
    .visible-desktop { display: none !important; }
    .visible-phone { display: inherit !important; }
    .hidden-phone { display: none !important; }
}

/* Prevent horizontal scrollbars between 480px and 640px */
@media (max-width: 640px) {
    .products-grid .ratings { display: none; }
    .products-grid .price-box { font-size: 1em; }
}

@media (max-width: 990px) {
    .products-grid .ratings .amount { clear: left; display: block; }
}

/* Bootstrap additional classes */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    box-sizing: border-box;
}

@media (max-width: 480px){
  .row div.col-xs-6:nth-child(2n+1) {
    clear: left;
  }
}

/* Slick carousel styles */
.slick-wrapper { padding: 10px 7px; }

.std ul ul.slick-dots { margin: 0 0 5px 0; bottom: 0; }
.slick-dots li { margin: 0; }
.slick-dots li button:before { font-size: 11px; }

.slick-wrapper .slick-prev,
.slick-wrapper .slick-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.slick-wrapper .block-title { margin-bottom: 7px; }
.slick-wrapper .products-grid .item:hover { z-index: auto; box-shadow: none; }
.slick-wrapper .widget .widget-title { padding: 0; }
.slick-wrapper .widget .widget-title h2,
.slick-wrapper .widget.widget-new-products { margin: 0; }
.slick-wrapper .products-grid .product-image img { margin: 0 auto; }
.slick-wrapper .widget-new-products .products-grid .product-image {
    width: auto;
    height: auto;
    max-width: 100%;
}

@media (max-width: 480px) {
    .slick-wrapper .products-grid li.item,
    .slick-wrapper .category-products .products-grid .item:hover { box-shadow: none; }
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 12px;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #F6F6F6;
  top: 25px;
  left: -70px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}

/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.checkout-cart-index .cart-table {
  float: left;
  width: 58%;
}

.cart .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 10px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper {
  width: 50%;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper {
    width: 48%;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.cart .checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.cart .checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.cart .checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.cart .checkout-types li img {
  display: inline;
  vertical-align: top;
}
.cart .checkout-types li:first-child {
  margin-left: 0;
}
.cart .checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.cart .checkout-types.top li {
  display: inline-block;
}
.cart .checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.cart .checkout-types.top .bml_button img {
  display: block;
}
.cart .checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.cart .checkout-types.bottom .paypal-logo a, .cart .checkout-types.minicart .paypal-logo a {
  display: block;
}
.cart .checkout-types.bottom .paypal-or, .cart .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .cart .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .cart .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .cart .checkout-types {
    float: none;
    text-align: center;
  }
  .cart .checkout-types.bottom .paypal-or, .cart .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .cart .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .cart .checkout-types .paypal-or,
  .cart .title-buttons .checkout-types li {
    margin: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #ddd;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ddd;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 20px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}

@media (min-width: 599px) {
    .cart-footer-actions button:first-child {
      width: 10px;
    }
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
  .cart-table .product-cart-actions .qty {
    height: 30px;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 15px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 65%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-update {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions .btn-continue,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .cart-table .cart-footer-actions .btn-update:first-child {
    display: block;
    visibility: visible !important;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  display: block;
  border: 1px solid silver;
}
.shipping select.validation-failed {
  border-color: #df280a;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
  width: 46%;
}
.shipping .form-list label {
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  min-width: 220px;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-size: 12px;
  margin-bottom: 20px;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong {
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
  padding-top: 10px;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
  padding: 0 5px;
}
#discount-coupon-form .button-wrapper > button span,
.cart .giftcard .button-wrapper > button span {
  height: auto;
}
#discount-coupon-form .button-wrapper > button span span,
.cart .giftcard .button-wrapper > button span span {
  height: 30px;
  line-height: 30px;
}

#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 200px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}

/* Cart Crosssell */

.cart .crosssell {
  clear: both;
  border: none;
  background: none;
  margin: 15px 0;
  box-sizing: border-box;
}
.cart .crosssell h2 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
#crosssell-products-list:after {
  content: '';
  display: table;
  clear: both;
}
#crosssell-products-list .item {
  float: left;
  margin: 0;
  padding: 8px;
  border: none;
  width: 50%;
  box-sizing: border-box;
}
#crosssell-products-list .item:nth-child(2n+1) {
  clear: left;
}
#crosssell-products-list h3,
#crosssell-products-list .h3 {
  font-size: 1.3em;
}
#crosssell-products-list .product-name,
#crosssell-products-list .price-box {
  margin-bottom: 7px;
}
.cart .crosssell .product-image {
  width: 180px; height: 180px; border: none;
}
#crosssell-products-list .product-details {
  margin-left: 190px;
}

@media (max-width: 979px) {
    .cart .crosssell .product-image {
      width: 100px;
      height: 100px;
    }
    #crosssell-products-list .product-details {
      margin-left: 110px;
    }

    .cart .crosssell {
      float: right;
      width: 48%;
      margin: 0;
      clear: none;
    }
    .cart .crosssell h2 {
      font-size: 19px;
    }
    #crosssell-products-list .item {
      float: none;
      width: auto;
    }
}
@media (max-width: 768px) and (min-width: 481px) {
    .checkout-cart-index .cart .cart-collaterals {
      width: 50%;
      padding-left: 10px;
    }
    .cart .crosssell {
      width: 50%;
    }
}
@media (max-width: 600px) {
    .cart .crosssell {
      float: none; width: auto;
    }
    .cart .crosssell .product-image {
      width: 120px;
      height: 120px;
    }
    #crosssell-products-list .product-details {
      margin-left: 130px;
    }
}

/* Fontawesome reset */
.products-grid .add-to-links i,
.pager .fa-angle-right:before,
.pager .fa-angle-left:before,
.add-to-links .fa-heart:before,
.add-to-links .fa-plus:before,
.btn-search .fa-search:before {
    display: none;
}
/* END Fontawesome reset */

.luxury-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.luxury-icon.luxury-icon-big {
    width: 50px;
    height: 50px;
}

.luxury-icon.luxury-heart {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMjAgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5PdmFsIDM8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Im5hdi1pbm5lciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExNjQuMDAwMDAwLCAtMTIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTExIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC00MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzM5LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNODM1LDI5LjAwNDI5MTQgQzgzNSwyOS4wMDQyOTE0IDgzNy4wMzg4MTUsMjcuNzYyNTUyNSA4MzkuMTc1NjY5LDI1Ljg2NTYyNDggQzg0MS41Mjg0MSwyMy43NzcwNDk2IDg0NCwyMC44OTQyMSA4NDQsMTggQzg0NCwxNC43MjYyODA3IDg0Mi4wMDQ2OSwxMyA4MzksMTMgQzgzNiwxMyA4MzUsMTcuMDA0MjkxNCA4MzUsMTcuMDA0MjkxNCBDODM1LDE3LjAwNDI5MTQgODM0LjAxNTQyMywxMyA4MzAsMTMgQzgyOCwxMyA4MjYsMTUgODI2LDE4IEM4MjYsMjMuNTIyODQ3NSA4MzUsMjkuMDA0MjkxNCA4MzUsMjkuMDA0MjkxNCBaIiBpZD0iT3ZhbC0zIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
.luxury-icon.luxury-heart-white {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMjAgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5PdmFsIDM8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iSG9tZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkhvbWUtdjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTQ0LjAwMDAwMCwgLTQzLjAwMDAwMCkiIHN0cm9rZT0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjAwMDAwMCwgLTExNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMTY2LDE3NC4wMDQyOTEgQzExNjYsMTc0LjAwNDI5MSAxMTY4LjAzODgxLDE3Mi43NjI1NTMgMTE3MC4xNzU2NywxNzAuODY1NjI1IEMxMTcyLjUyODQxLDE2OC43NzcwNSAxMTc1LDE2NS44OTQyMSAxMTc1LDE2MyBDMTE3NSwxNTkuNzI2MjgxIDExNzMuMDA0NjksMTU4IDExNzAsMTU4IEMxMTY3LDE1OCAxMTY2LDE2Mi4wMDQyOTEgMTE2NiwxNjIuMDA0MjkxIEMxMTY2LDE2Mi4wMDQyOTEgMTE2NS4wMTU0MiwxNTggMTE2MSwxNTggQzExNTksMTU4IDExNTcsMTYwIDExNTcsMTYzIEMxMTU3LDE2OC41MjI4NDcgMTE2NiwxNzQuMDA0MjkxIDExNjYsMTc0LjAwNDI5MSBaIiBpZD0iT3ZhbC0zIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}

.luxury-icon.luxury-user {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJuYXYtaW5uZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjAzLjAwMDAwMCwgLTExLjAwMDAwMCkiIHN0cm9rZT0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzOS4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg2NC4wMDAwMDAsIDExLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsLTIiIGN4PSI5IiBjeT0iNS4yOTQxMTc2NSIgcj0iNC43OTQxMTc2NSI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNi45NTUxNjAyLDE3LjUgTDEuMDQ0ODM5ODIsMTcuNSBDMS4zMDI4OTM0NCwxMy4zMzA4OTAzIDQuNzY1ODk1OTEsMTAuMDI5NDExOCA5LDEwLjAyOTQxMTggQzEzLjIzNDEwNDEsMTAuMDI5NDExOCAxNi42OTcxMDY2LDEzLjMzMDg5MDMgMTYuOTU1MTYwMiwxNy41IFoiIGlkPSJPdmFsLTItQ29weSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.luxury-icon.luxury-user-white {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJIb21lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSG9tZS12MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExODMuMDAwMDAwLCAtNDIuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIuMDAwMDAwLCAtMTE0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTk1LjAwMDAwMCwgMTU2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwtMiIgY3g9IjkiIGN5PSI1LjI5NDExNzY1IiByPSI0Ljc5NDExNzY1Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTYuOTU1MTYwMiwxNy41IEwxLjA0NDgzOTgyLDE3LjUgQzEuMzAyODkzNDQsMTMuMzMwODkwMyA0Ljc2NTg5NTkxLDEwLjAyOTQxMTggOSwxMC4wMjk0MTE4IEMxMy4yMzQxMDQxLDEwLjAyOTQxMTggMTYuNjk3MTA2NiwxMy4zMzA4OTAzIDE2Ljk1NTE2MDIsMTcuNSBaIiBpZD0iT3ZhbC0yLUNvcHkiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

.luxury-icon.luxury-cart {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTggMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJuYXYtaW5uZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjQxLjAwMDAwMCwgLTEwLjAwMDAwMCkiIHN0cm9rZT0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzOS4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5MDIuMDAwMDAwLCAxMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTYsOSBMNiwzLjk5OTk0MzMgTDYsMy45OTk5NDMzIEM2LDEuNzkwODM1NjIgNy4zNDY1MTcxMiwwIDksMCBMOSwwIEMxMC42NTY4NTQyLDAgMTIsMS43OTk2NTM0OSAxMiwzLjk5OTk0MzMgTDEyLDkiIGlkPSJSZWN0YW5nbGUtNCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuNTM5OTM4NjQ3LDUuNSBMMTcuNDYwMDYxNCw1LjUgTDE2LjgwODMwMTcsMTMuOTcyODc2MSBDMTYuNjU4ODY1NSwxNS45MTU1NDY3IDE0Ljk0OTY3MTYsMTcuNSAxMy4wMDM3OTczLDE3LjUgTDQuOTk2MjAyNzEsMTcuNSBDMy4wNDg1MzgyMiwxNy41IDEuMzQxMzk0ODksMTUuOTE4OTMxMiAxLjE5MTY5ODM0LDEzLjk3Mjg3NjEgTDAuNTM5OTM4NjQ3LDUuNSBaIiBpZD0iUmVjdGFuZ2xlLTMiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.luxury-icon.luxury-cart-white {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTggMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0MjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJIb21lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSG9tZS12MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMjEuMDAwMDAwLCAtNDEuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIuMDAwMDAwLCAtMTE0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjMzLjAwMDAwMCwgMTU2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02LDkgTDYsMy45OTk5NDMzIEw2LDMuOTk5OTQzMyBDNiwxLjc5MDgzNTYyIDcuMzQ2NTE3MTIsMCA5LDAgTDksMCBDMTAuNjU2ODU0MiwwIDEyLDEuNzk5NjUzNDkgMTIsMy45OTk5NDMzIEwxMiw5IiBpZD0iUmVjdGFuZ2xlLTQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC41Mzk5Mzg2NDcsNS41IEwxNy40NjAwNjE0LDUuNSBMMTYuODA4MzAxNywxMy45NzI4NzYxIEMxNi42NTg4NjU1LDE1LjkxNTU0NjcgMTQuOTQ5NjcxNiwxNy41IDEzLjAwMzc5NzMsMTcuNSBMNC45OTYyMDI3MSwxNy41IEMzLjA0ODUzODIyLDE3LjUgMS4zNDEzOTQ4OSwxNS45MTg5MzEyIDEuMTkxNjk4MzQsMTMuOTcyODc2MSBMMC41Mzk5Mzg2NDcsNS41IFoiIGlkPSJSZWN0YW5nbGUtMyI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

.luxury-icon.luxury-search {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTkgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJuYXYtaW5uZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDkuMDAwMDAwLCAtOC4wMDAwMDApIiBzdHJva2U9IiMwMDAwMDAiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTEiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1Ny4wMDAwMDAsIDguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkyLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjcuNSIgY3k9IjcuNSIgcj0iNyI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMywxMyBMMTguMDI0OTM3OCwxOC4wMjQ5Mzc4IiBpZD0iTGluZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.luxury-icon.luxury-search-white {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTkgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAxMzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJIb21lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSG9tZS12MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0Ni4wMDAwMDAsIC0zOS4wMDAwMDApIiBzdHJva2U9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi4wMDAwMDAsIC0xMTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUyLjAwMDAwMCwgMTUzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA2LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjcuNSIgY3k9IjcuNSIgcj0iNyI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMywxMyBMMTguMDI0OTM3OCwxOC4wMjQ5Mzc4IiBpZD0iTGluZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

.luxury-icon.luxury-hamburger {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxMiIgeTE9IjIxIiB4Mj0iNTIiIHkyPSIyMSIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEyIiB5MT0iMzMiIHgyPSI1MiIgeTI9IjMzIi8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTIiIHkxPSI0NSIgeDI9IjUyIiB5Mj0iNDUiLz4NCjwvc3ZnPg0K);
    transform: scale(1.8);
}
.luxury-icon.luxury-hamburger-white {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxMiIgeTE9IjIxIiB4Mj0iNTIiIHkyPSIyMSIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEyIiB5MT0iMzMiIHgyPSI1MiIgeTI9IjMzIi8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTIiIHkxPSI0NSIgeDI9IjUyIiB5Mj0iNDUiLz4NCjwvc3ZnPg0K);
    transform: scale(1.8);
}
.luxury-icon.luxury-letter {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxyZWN0IHg9IjEiIHk9IjEzIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iNjIiIGhlaWdodD0iMzciLz4NCgk8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIxLDEzIDMyLDMzIDYzLDEzIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);
}
.luxury-icon.luxury-bulb {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yMSw0MHY1aDIybDAuMDAxLTUuMTA3QzQ5LDM2LjE5NSw1MywyOS41NjQsNTMsMjINCgljMC0xMS41OTgtOS40MDItMjEtMjEtMjFzLTIxLDkuNDAyLTIxLDIxQzExLDI5LjU2NSwxNC45OTgsMzYuMzA0LDIxLDQweiIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjI4IiB5MT0iNDUiIHgyPSIyNSIgeTI9IjI1Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzYiIHkxPSI0NSIgeDI9IjM5IiB5Mj0iMjUiLz4NCjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjI1LDI2IDI5LDI5IDMyLDI2IDM1LDI5IDM5LDI2ICIvPg0KPHJlY3QgeD0iMjEiIHk9IjQ1IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iMjIiIGhlaWdodD0iNiIvPg0KPHJlY3QgeD0iMjMiIHk9IjUxIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iMTgiIGhlaWdodD0iNiIvPg0KPHJlY3QgeD0iMjUiIHk9IjU3IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iMTQiIGhlaWdodD0iNiIvPg0KPC9zdmc+DQo=);
}
.luxury-icon.luxury-compass {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgY3g9IjMyIiBjeT0iMzUiIHI9IjI4LjI5MiIvPg0KPHBvbHlnb24gZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0iYmV2ZWwiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIzNyw0MCA0NSwyMSAyNiwyOSANCgkxOSw0NyAiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyNiIgeTE9IjI5IiB4Mj0iMzciIHkyPSI0MCIvPg0KPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTM2LjksN0MzNi45NjUsNi42NzcsMzcsNi4zNDIsMzcsNg0KCWMwLTIuNzYxLTIuMjM5LTUtNS01cy01LDIuMjM5LTUsNWMwLDAuMzQyLDAuMDM1LDAuNjc3LDAuMSwxIi8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzIiIHkxPSI3IiB4Mj0iMzIiIHkyPSIxMiIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjMyIiB5MT0iNTgiIHgyPSIzMiIgeTI9IjYzIi8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNjAiIHkxPSIzNSIgeDI9IjU1IiB5Mj0iMzUiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5IiB5MT0iMzUiIHgyPSI0IiB5Mj0iMzUiLz4NCjwvc3ZnPg0K);
}
.luxury-icon.luxury-alert {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik01My45MiwxMC4wODFjMTIuMTA3LDEyLjEwNSwxMi4xMDcsMzEuNzMyLDAsNDMuODM4DQoJYy0xMi4xMDYsMTIuMTA4LTMxLjczNCwxMi4xMDgtNDMuODQsMGMtMTIuMTA3LTEyLjEwNS0xMi4xMDctMzEuNzMyLDAtNDMuODM4QzIyLjE4Ni0yLjAyNyw0MS44MTMtMi4wMjcsNTMuOTIsMTAuMDgxeiIvPg0KPGxpbmUgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjMyIiB5MT0iMTciIHgyPSIzMiIgeTI9IjM5Ii8+DQo8bGluZSBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzIiIHkxPSI0MyIgeDI9IjMyIiB5Mj0iNDciLz4NCjwvc3ZnPg0K);
}
.luxury-icon.luxury-cart-alt {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaW5ub3ZhdGl2ZS1kZXNpZ24iIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjEuNzMgOTEuNDgiIHdpZHRoPSI2MS43MyIgaGVpZ2h0PSI5MS40OCIgZmlsbD0iY3VycmVudENvbG9yIj48cGF0aCBkPSJNNTIsOC4zNUEzMC41NiwzMC41NiwwLDAsMCwyOC44My4wNywzMC44NSwzMC44NSwwLDAsMCwxMC4zMiw1My44OSwxMS4yNiwxMS4yNiwwLDAsMSwxNCw2Mi4zMXYyLjMzYTYuMjYsNi4yNiwwLDAsMC0zLDkuNjYsNi4yNiw2LjI2LDAsMCwwLDUsMTBoNWE5LjYzLDkuNjMsMCwwLDAsOS4zOCw3LjE4aC44MWE5LjY0LDkuNjQsMCwwLDAsOS4zOC03LjE4aDVhNi4yNyw2LjI3LDAsMCwwLDUtMTAsNi4yOCw2LjI4LDAsMCwwLTMtOS42N1Y2Mi4zMWExMS42NywxMS42NywwLDAsMSwzLjktOC41OUEzMC44MywzMC44MywwLDAsMCw1Miw4LjM1Wk0zNS40Miw4My44N2E0LjcxLDQuNzEsMCwwLDEtNC4xNSwyLjU1aC0uODFhNC42OCw0LjY4LDAsMCwxLTQuMTUtMi41NVptLTE5LjM1LTdhMi40NywyLjQ3LDAsMCwwLDEtLjIxSDQ0LjY1YTIuNDksMi40OSwwLDAsMCwxLC4yMSwxLjIxLDEuMjEsMCwxLDEsMCwyLjQxaC03LjJhMi4zNywyLjM3LDAsMCwwLS41Mi4wNkgyMy44YTIuNSwyLjUsMCwwLDAtLjUzLS4wNmgtNy4yYTEuMjEsMS4yMSwwLDAsMSwwLTIuNDFabTI5LjU4LTUuMDZhMi42MSwyLjYxLDAsMCwwLTEuMTYuMjhIMTcuMjRhMi42MSwyLjYxLDAsMCwwLTEuMDYtLjI4aC0uMTFhMS4yMSwxLjIxLDAsMCwxLDAtMi40MWguMTdhMS4zMiwxLjMyLDAsMCwwLC4zMiwwSDQ1LjE3YTEuMiwxLjIsMCwwLDAsLjMxLDBoLjE3YTEuMjEsMS4yMSwwLDEsMSwwLDIuNDFaTTQ4LjE5LDUwYTE2Ljc0LDE2Ljc0LDAsMCwwLTUuNTYsMTIuMzR2Mi41MkgxOS4wOVY2Mi4zMWExNi4zNiwxNi4zNiwwLDAsMC01LjQtMTIuMkEyNS44LDI1LjgsMCwxLDEsNDguMTksNTBaIi8+PHBhdGggZD0iTTUzLjg3LDI4LjQzYzAtLjExLS4wNi0uMjItLjExLS4zNmExLjE4LDEuMTgsMCwwLDAtLjE0LS4zM0EzMS45LDMxLjksMCwwLDAsNDMuNzEsMTgsMjQuNDEsMjQuNDEsMCwwLDAsMTgsMThhMzIsMzIsMCwwLDAtOS45LDkuNzMsMS4xMSwxLjExLDAsMCwwLS4xNC4zNCwxLjg2LDEuODYsMCwwLDAtLjE0LjQ5YzAsLjExLDAsLjIxLDAsLjMyYTIuNTMsMi41MywwLDAsMCwwLC40NSwzLjczLDMuNzMsMCwwLDAsLjEyLjM2LDEuNzIsMS43MiwwLDAsMCwuMTEuMjlBMzEuNTYsMzEuNTYsMCwwLDAsMTgsMzkuNzZhMjQuNDMsMjQuNDMsMCwwLDAsMjUuNjksMEEzMi42NywzMi42NywwLDAsMCw1My42NSwzMGEuOTQuOTQsMCwwLDAsLjEtLjI4LDEuMzYsMS4zNiwwLDAsMCwuMTEtLjM0LDEuNzQsMS43NCwwLDAsMCwwLS40N0EyLDIsMCwwLDAsNTMuODcsMjguNDNaTTE3LjQ0LDMzLjcxYTI4LjkyLDI4LjkyLDAsMCwxLTQuNTgtNC44M0EyOS4xNywyOS4xNywwLDAsMSwxNy40NiwyNGExNC4zNiwxNC4zNiwwLDAsMCwwLDkuNjhabTMuMjQtNC44NGExMC4yMywxMC4yMywwLDAsMSw3LjE3LTkuNzNjLjUtLjA3LDEtLjEzLDEuNDktLjE3bC40MSwwLC41MiwwLC42LDBoMGMuMzgsMCwuNzUsMCwxLjEyLDBoLjM4Yy40OCwwLDEsLjA5LDEuNDMuMTZhMTAuMTcsMTAuMTcsMCwwLDEsMCwxOS40OCwxOS42NSwxOS42NSwwLDAsMS01LjkzLDBBMTAuMjQsMTAuMjQsMCwwLDEsMjAuNjgsMjguODdabTI0LjQ1LDBBMTQuMjcsMTQuMjcsMCwwLDAsNDQuMjcsMjRhMjkuMDcsMjkuMDcsMCwwLDEsNC41OSw0Ljg1LDI4Ljc3LDI4Ljc3LDAsMCwxLTQuNTcsNC44M0ExNC4yNCwxNC4yNCwwLDAsMCw0NS4xMywyOC44N1oiLz48cGF0aCBkPSJNMzcuMTcsMjguODdhNi4zMSw2LjMxLDAsMSwwLTYuMyw2LjMxQTYuMzEsNi4zMSwwLDAsMCwzNy4xNywyOC44N1oiLz48L3N2Zz4=);
}
.luxury-icon.luxury-lock {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ibGlmZXRpbWUtd2FycmFudHkiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgODIuNzIgOTUuMzIiIHdpZHRoPSI4Mi43MiIgaGVpZ2h0PSI5NS4zMiIgZmlsbD0iY3VycmVudENvbG9yIj48cGF0aCBkPSJNNzguNDcsMTUuMjZhMi40MywyLjQzLDAsMCwwLTIuNDEtMi4wOWMtMTMuNzcsMC0yNC4yNS00LTMzLTEyLjQ4YTIuNDMsMi40MywwLDAsMC0zLjM5LDBDMzAuOSw5LjIsMjAuNDIsMTMuMTcsNi42NSwxMy4xN2EyLjQzLDIuNDMsMCwwLDAtMi40MSwyLjA5bC0zLjgyLDI3YTQxLDQxLDAsMCwwLDIwLDQxLjMyTDQwLjEzLDk1YTIuNDQsMi40NCwwLDAsMCwyLjQ1LDBMNjIuMjYsODMuNTNhNDEsNDEsMCwwLDAsMjAtNDEuMzFaTTU5Ljg0LDc5LjMzLDQxLjM2LDkwLDIyLjg4LDc5LjMzQTM2LjExLDM2LjExLDAsMCwxLDUuMjQsNDIuOUw4Ljc3LDE4QzIyLDE3LjYzLDMyLjQ2LDEzLjcsNDEuMzYsNS43Nyw1MC4yNiwxMy43MSw2MC43MSwxNy42Myw3NCwxOGwzLjUzLDI0LjlBMzYuMTEsMzYuMTEsMCwwLDEsNTkuODQsNzkuMzNaIi8+PHBhdGggZD0iTTY5LjE4LDI1LjIzQTIuNDMsMi40MywwLDAsMCw2NywyMy4xNmE1MC41NSw1MC41NSwwLDAsMS0yNC4zMi05LDIuNDMsMi40MywwLDAsMC0yLjgyLDAsNTAuNTYsNTAuNTYsMCwwLDEtMjQuMzEsOS4wNSwyLjQxLDIuNDEsMCwwLDAtMi4xMywyLjA3TDEwLjgzLDQzLjcxYTMwLjQsMzAuNCwwLDAsMCwxNSwzMC42OGwxNC4zNCw4LjM1YTIuNDksMi40OSwwLDAsMCwyLjQ1LDBsMTQuMzMtOC4zNUEzMC40LDMwLjQsMCwwLDAsNzEuNzksNDMuNzJabS0xNC43LDQ1TDQxLjM2LDc3LjgyLDI4LjI0LDcwLjE4QTI1LjU3LDI1LjU3LDAsMCwxLDE1Ljc0LDQ0LjRsMi4zNy0xNi42NWE1NSw1NSwwLDAsMCwyMy4yNS04LjcsNTUsNTUsMCwwLDAsMjMuMjUsOC43TDY3LDQ0LjRBMjUuNTcsMjUuNTcsMCwwLDEsNTQuNDgsNzAuMThaIi8+PHBhdGggZD0iTTU3LjEyLDM0LjY2YTIuMTMsMi4xMywwLDAsMC0xLjczLS44MSwyLjIsMi4yLDAsMCwwLTEuNzMuODNMNDAuMjgsNTEuMiwzNC41LDQ2YTIuMTksMi4xOSwwLDAsMC0xLjYxLS41NywyLjIzLDIuMjMsMCwwLDAtMS4zNywzLjg5bDcuNTMsNi43NGEyLjIyLDIuMjIsMCwwLDAsMy4yMi0uMjVsMTMtMTZBMTYsMTYsMCwxLDEsNDcuNywzM2EyLjIzLDIuMjMsMCwwLDAsMS43Ny00LjA5LDIwLjQzLDIwLjQzLDAsMSwwLDcuNjUsNS43NVoiIC8+PC9zdmc+);
}
.luxury-icon.luxury-headphones {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iY3VzdG9tZXItc2VydmljZSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4OC44MSA4NS43MSIgd2lkdGg9Ijg4LjgxIiBoZWlnaHQ9Ijg1LjcxIiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0yNC4yMywzNy42MWE0LjA3LDQuMDcsMCwxLDAtNC4wNi00LjA3QTQuMDcsNC4wNywwLDAsMCwyNC4yMywzNy42MVoiLz48cGF0aCBkPSJNNjQuNTgsMzcuNjFhNC4wNyw0LjA3LDAsMSwwLTQuMDYtNC4wN0E0LjA3LDQuMDcsMCwwLDAsNjQuNTgsMzcuNjFaIi8+PHBhdGggZD0iTTc3LDBIMTEuODJBMTEuODMsMTEuODMsMCwwLDAsMCwxMS44MlY1NS4yN0ExMS44NCwxMS44NCwwLDAsMCwxMS44Miw2Ny4wOUgyOS4xOUw0Mi40LDg0LjdhMi41MiwyLjUyLDAsMCwwLDIsMWguMDZhMi41MiwyLjUyLDAsMCwwLDItMS4xMmwxMS42Ny0xNy41SDc3QTExLjg0LDExLjg0LDAsMCwwLDg4LjgxLDU1LjI3VjExLjgyQTExLjgzLDExLjgzLDAsMCwwLDc3LDBaTTUsMTEuODJBNi44MSw2LjgxLDAsMCwxLDExLjgyLDVINzdhNi44MSw2LjgxLDAsMCwxLDYuOCw2LjhWNTUuMjdhNi44MSw2LjgxLDAsMCwxLTYuOCw2LjhINTYuODJhMi41MSwyLjUxLDAsMCwwLTIuMDksMS4xMUw0NC4yOCw3OC44NSwzMi40NSw2My4wN2EyLjUxLDIuNTEsMCwwLDAtMi0xSDExLjgyQTYuODEsNi44MSwwLDAsMSw1LDU1LjI3WiIvPjxwYXRoIGQ9Ik00NC40Miw1MS41OGExOC4xOSwxOC4xOSwwLDAsMCwxNS4xLTguMjIsMi4yNCwyLjI0LDAsMCwwLS41OS0zLDIuMiwyLjIsMCwwLDAtMS42NC0uMywyLjE4LDIuMTgsMCwwLDAtMS40MS45LDEzLjYsMTMuNiwwLDAsMS0yMywwLDIuNDMsMi40MywwLDAsMC0yLS45MiwyLjExLDIuMTEsMCwwLDAtMS43NSwxLjE0LDIuMTksMi4xOSwwLDAsMCwuMTQsMi4yNUExOC4yMSwxOC4yMSwwLDAsMCw0NC40Miw1MS41OFoiLz48L3N2Zz4=);
}
.luxury-icon.luxury-Frees {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iZnJlZS1zaGlwcGluZyIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NS40OCA5NS44NyIgd2lkdGg9Ijg1LjQ4IiBoZWlnaHQ9Ijk1Ljg3IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDsiIGQ9Ik0zOC4xNiwxLjIzYTkuMTQsOS4xNCwwLDAsMSw5LjE2LDBMODAuOSwyMC42MWE5LjE5LDkuMTksMCwwLDEsNC41OCw3Ljk0VjY3LjMyYTkuMTksOS4xOSwwLDAsMS00LjU4LDcuOTRMNDcuMzIsOTQuNjRhOS4xNCw5LjE0LDAsMCwxLTkuMTYsMEw0LjU4LDc1LjI2QTkuMTksOS4xOSwwLDAsMSwwLDY3LjMyVjI4LjU1YTkuMTksOS4xOSwwLDAsMSw0LjU4LTcuOTRabTYuMTEsNS4yOWEzLDMsMCwwLDAtMy4wNiwwTDcuODQsMjUuNzksNDEuMjEsNDUuMDVhMywzLDAsMCwwLDMuMDYsMEw3Ny42NCwyNS43OVpNNi4xMSw2Ny4zMlYzMS44NGwzMi4wNSwxOC41YTguODQsOC44NCwwLDAsMCwxLjUzLjcxdjM2LjZhMi45LDIuOSwwLDAsMCwuMTMuODlMNy42NCw3MEEzLDMsMCwwLDEsNi4xMSw2Ny4zMlpNNDUuNjYsODguNTQsNzcuODQsNzBhMywzLDAsMCwwLDEuNTMtMi42NFYzMS44NEw0Ny4zMiw1MC4zNGE4Ljg0LDguODQsMCwwLDEtMS41My43MXYzNi42QTIuOSwyLjksMCwwLDEsNDUuNjYsODguNTRaIiAvPjxyZWN0IHg9IjE4Ljg2IiB5PSIyMi4yNiIgd2lkdGg9IjQ2LjEzIiBoZWlnaHQ9IjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjI4IDI1LjU0KSByb3RhdGUoLTMxLjMxKSIgLz48L3N2Zz4=);
}

.luxury-icon.luxury-arrow-left {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjM3LDE1IDIwLDMyIA0KCQkzNyw0OSAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==);
}
.luxury-icon.luxury-arrow-right {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjI3LDE1IDQ0LDMyIA0KCQkyNyw0OSAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==);
}

/* Social */
.block-social .icons li a { font-size: 20px; }
.block-social .icons li a i { color: #a1a1a1; }

/* Messages */
.note-msg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNGQjVFMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik01My45MiwxMC4wODFjMTIuMTA3LDEyLjEwNSwxMi4xMDcsMzEuNzMyLDAsNDMuODM4DQoJYy0xMi4xMDYsMTIuMTA4LTMxLjczNCwxMi4xMDgtNDMuODQsMGMtMTIuMTA3LTEyLjEwNS0xMi4xMDctMzEuNzMyLDAtNDMuODM4QzIyLjE4Ni0yLjAyNyw0MS44MTMtMi4wMjcsNTMuOTIsMTAuMDgxeiIvPg0KPGxpbmUgc3Ryb2tlPSIjM0ZCNUUzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjMyIiB5MT0iNDciIHgyPSIzMiIgeTI9IjI1Ii8+DQo8bGluZSBzdHJva2U9IiMzRkI1RTMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzIiIHkxPSIyMSIgeDI9IjMyIiB5Mj0iMTciLz4NCjwvc3ZnPg0K);
}
.notice-msg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0M1N0QwNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik01My45MiwxMC4wODFjMTIuMTA3LDEyLjEwNSwxMi4xMDcsMzEuNzMyLDAsNDMuODM4DQoJYy0xMi4xMDYsMTIuMTA4LTMxLjczNCwxMi4xMDgtNDMuODQsMGMtMTIuMTA3LTEyLjEwNS0xMi4xMDctMzEuNzMyLDAtNDMuODM4QzIyLjE4Ni0yLjAyNyw0MS44MTMtMi4wMjcsNTMuOTIsMTAuMDgxeiIvPg0KPGxpbmUgc3Ryb2tlPSIjQzU3RDA2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjMyIiB5MT0iMTciIHgyPSIzMiIgeTI9IjM5Ii8+DQo8bGluZSBzdHJva2U9IiNDNTdEMDYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzIiIHkxPSI0MyIgeDI9IjMyIiB5Mj0iNDciLz4NCjwvc3ZnPg==);
}
.error-msg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0U0N0I3QSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOC45NDciIHkxPSIxNy4xNTMiIHgyPSI0NS4wNDUiIHkyPSI0My4wNTYiLz4NCjwvZz4NCjxnPg0KCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0U0N0I3QSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOS4wNDUiIHkxPSI0My4xNTMiIHgyPSI0NC45NDciIHkyPSIxNy4wNTYiLz4NCjwvZz4NCjxnPg0KCTxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRTQ3QjdBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgY3g9IjMyIiBjeT0iMzIiIHI9IjMwLjk5OSIvPg0KPC9nPg0KPC9zdmc+DQo=);
}
.success-msg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjNDE3NTA1Ij4NCjxnPg0KCTxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM0MTc1MDUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjEzLDMzIDI1LDQ1DQoJCTQ5LDIxIAkiLz4NCjwvZz4NCjxnPg0KCTxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDE3NTA1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgY3g9IjMyIiBjeT0iMzIiIHI9IjMwLjk5OSIvPg0KPC9nPg0KPC9zdmc+DQo=);
}

/* Typography CMS page styles */

section.typography-3-columns .luxury-icon{
    width: 47px;
    height: 47px;
    margin-bottom: .5em;
}
section.typography-3-columns p {
    font-size:  16px;
    width: 70%;
    margin: 0 auto;
}

/* Typography Icons list*/

.cms-page-view .icon:before {
    width: 12px;
}
.icon-leaf::before {
    content: '🍂' !important;
}
.icon-pencil::before {
    content: '🖉' !important;
}
.icon-heart::before {
    content: '💛' !important;
}
.icon-lens::before {
    content: '🍷' !important;
}

/* Common elements styles */

body,
input,
select,
textarea,
button,
.nav-container .navpro {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:  15px;
    line-height:  24px;
    color: #6D6D6D;
}

a {
    font-size: 15px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 24px;
}

select {
    font-weight: 400;
    font-size: 15px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 24px;
}

section {
    margin-bottom: 6em;
}
article {  }

/* Headings */

h1,
.h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 43px;
    color: #2E2E2E;
    letter-spacing: 0.128em;
    margin-bottom: 1em;
}

.page-title h1,
h1.page-title {
    font-size: 18px;
    color: #010101;
    letter-spacing: 0.33em;
    text-align: center;
    border-bottom: none;
    margin-bottom: .6em;
    margin-top: 1em;
}
h2,
.h2,
.ajaxpro-form .page-title h1,
.product-view .product-name h1 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.038em;
    margin-bottom: .6em;
    text-transform: none;
}

h3,
.h3 {
    font-weight: 800;
    font-size: 16px;
    color: #010101;
    letter-spacing: 0.038em;
    margin-bottom: 1em;
}

h4,
.h4 {
    font-weight: 800;
    font-size: 14px;
    color: #454545;
    letter-spacing: 0.038em;
    text-transform: uppercase;
    margin-bottom: 1em;
}

h5,
.h5 {
    font-weight: 800;
    font-size: 13px;
    color: #010101;
    letter-spacing: 0.038em;
    margin-bottom: 1em;
}

h6,
.h6 {
    font-weight: 800;
    font-size: 12px;
    color: #454545;
    letter-spacing: 0.038em;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.page-title h1:after,
h1.page-title:after,
.product-view .product-name h1:after,
h2:after,
.h2:after,
.underlined:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    /*background-color:  #c83430;*/
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}

.products-grid h2.product-name:after {
    display: none;
}

/* Centered page title */
.page-title h1:after,
h1.page-title:after,
.page-title .underlined:after,
.page-title.underlined:after {
    margin: 25px auto 0em !important;
}


/* Paragraphs */

p {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 1.5em;
}

.subtitle {
    font-weight: 300;
    font-size: 18px !important;
    color: #6D6D6D !important;
    line-height: 30px;
}

/* Hero contrainer*/

.hero {
    text-align: center !important;
}
.hero .subtitle{
    width: 70%;
    margin: 0 auto !important;
}

/* Lists */

ul, ol {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
li {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

ul li:before,
ol li:before{
    color: #CACACA; /* or whatever color you prefer */
    padding-right: 8px;
}

.std ul li {
    padding-left: 1em;
    text-indent: -.7em;
}
.std ul li::before {
    content: "‣";
}
.std ul.circles li::before {
    content: "⚬";
}

.std ol { counter-reset: item; }
.std ol li { display: block; }
.std ol li:before {
    content: counter(item) ".";
    counter-increment: item;
    color: #cacaca;
}

/* System Messages */

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px !important;
    letter-spacing: 0.54px;
    line-height: 26px;
    border: none !important;
    margin-bottom: 15px;
    background-size: 25px;
    padding-left: 35px !important;

}

.success-msg,
.success-msg * {
    color: #417505 !important;
    background-color: #E3F6CF !important;
}
.error-msg {
    color: #E47B7A !important;
    background-color: #FAE5E4 !important;
}
.notice-msg {
    color: #C57D06 !important;
    background-color: #FEFAD2 !important;
}
.note-msg {
    color: #3FB5E3 !important;
    background-color: rgba(63, 181, 227, .2) !important;
}


/* Media Object styling took from Bootstrap Media component */

.media {
    overflow: hidden;
    zoom: 1;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

@media(max-width: 480px){
    section {
        padding-left: 10px;
        padding-right: 10px;
    }
    section .col-md-5 {
        margin-bottom: 4em;
    }
    .media-body, .media-left, .media-right {
        display: block;
    }
    .media-left, .media-right {
        width: 100%;
        text-align: center;
        margin-bottom: 4em;
    }

}

.media-left, .media>.pull-left {
    padding-right: 35px;
}
.media-right, .media>.pull-right {
    padding-left: 35px;
}


.media .media-left .luxury-icon {
    width: 64px;
    height: 64px;
}

.breadcrumbs a span,
.breadcrumbs strong {
    font-size: 14px;
    letter-spacing: 0.038em;
    line-height: 26px;
}

/* AjaxSearch */
#search_mini_form .search-field-wrapper #search {
    font-weight: 600;
}


.suggestpage-index-index h2,
.suggestpage-index-index .col-main .block-title,
.ajaxpro-form .soldtogether-block > h2 {
    text-align: left;
}

/* Toolbar */
.toolbar .sorter {
    font-weight: 700;
    color: #ababab;
    font-size:  15px;
    letter-spacing: 0;
    line-height: 24px;
}

.price-box .old-price .price {
    font-weight: 600;
    font-size: 16px;
    color: #000000; 
    letter-spacing: 0.62px;
    line-height: 18px;
}


.price-box .special-price .price {
    font-weight: 600;
    font-size: 16px;
    color: #d0021b; 
    letter-spacing: 0.62px;
    line-height: 18px;
}
.pager .pages li.current,
.pager .pages a {
    font-weight: 600;
    font-size: 15px;
    color: #848484;
    letter-spacing: 0;
    line-height: 24px;
}
.pager .pages li.current {
    color: #2e2e2e;
}
/* Resets */

/* EasyTabs reset */

.easytabs-ul-wrapper h2:after {
    display: none;
}

/* Headings mobile */
@media (max-width: 480px) {
    h1,
    .h1 {
        font-size: 23px;
    }

    .page-title h1,
    h1.page-title {
        font-size: 24px;
    }
    h2,
    .h2,
    .product-view .product-name h1 {
        font-size: 18px;
    }

    h3,
    .h3 {
        font-size: 16px;
    }

    h4,
    .h4 {
        font-size: 14px;
    }

    h5,
    .h5 {
        font-size: 12px;
    }

    h6,
    .h6 {
        font-size: 10px;
    }
}

/* General styles */
body {
    background: #fff;
}
.block-benefits {
    background-color: #E8E8E8;
    padding-top: 25px !important;
    padding-bottom: 1px !important;
    margin-bottom: -15px;
    color: #222222;
}
.r1h2bw1u {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 12px;
}
.e1h2bw1u {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -webkit-box-pack: start;
    box-sizing: border-box;
}
.e1h2bw1u p {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
    font-family: "Fellix", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;    
}
#select-language {
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
}
.footerleft {
    padding-bottom: 15px;
}
@media (max-width: 768px) {
.r1h2bw1u {
    grid-template-columns: repeat(2, 1fr);
    box-sizing: border-box;
    row-gap: 20px;
    column-gap: 12px;
}
.e1h2bw1u p {
    flex: 1;
    font-size: 15px;
    margin-left: 10px;
    margin-right: unset;
}    
.nav-container .navpro a.level-top, .nav-container .navpro div.level-top a {
    background: #f6f6f6;
}
.cms-index-index .jumbotron .easycatalogimg li.item .category-name a {
    font-size: 16px !important;
}
}
@media (min-width: 768px) {
.form-language{
    padding-top: 20px;    
}
.col-xs-4 h4 {
        font-size: 1.1em;
        font-weight: 700;
}
.container {
    padding-bottom: 20px;
}    
}
.block-highlight .block-title {
    text-align: center;
}
.box-collateral .amazonstyle-images {
    display: flex;
}
.banner1 {
    display: block;
    width: 100%;
    height: auto;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-slide-descr h2 {
    color: white;
    font-weight: bold;
}

/* 保留原有样式 */
.swiper-slide-descr .exclusive-offer-title {
    text-align: center;
}

.exclusive-offer-title {
    color: white;
    font-weight: bold;
}

/* iPad 和桌面设备（屏幕宽度 >= 768px）靠左对齐 */
@media (min-width: 768px) {
    .swiper-slide-descr .exclusive-offer-title {
        text-align: left !important; /* 使用 !important 确保覆盖居中样式 */
    }
}

.cms-index-index .swiper-slide-descr {
    pointer-events: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: 'Muli', sans-serif !important;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .cms-index-index .swiper-slide-descr {
        top: auto;
        bottom: 20px;
        left: 20px;
        right: auto;
        transform: none;
        text-align: left;
        width: auto;
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        align-items: start;
        justify-items: start;
        padding-left: 0;
    }

    .cms-index-index .swiper-slide-descr h2 {
        margin: 0;
        padding: 0;
        margin-left: 10px;
        text-decoration: none;
        border: none;
        font-size: 1.5rem;
        width: 300px;
        grid-column: 1;
        grid-row: 1;
        box-sizing: border-box;
    }

    .cms-index-index .swiper-slide-descr .button {
        margin-left: 10px;
        padding: 10px 20px;
        display: block;
        text-align: left;
        width: 300px;
        grid-column: 1;
        grid-row: 2;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .cms-index-index .swiper-slide-descr {
        top: 95%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 90%;
    }

    .cms-index-index .swiper-slide-descr h2 {
        margin: 0;
        padding: 0;
        text-decoration: none;
        border: none;
    }

    .cms-index-index .swiper-slide-descr h2,
    .cms-index-index .swiper-slide-descr .button {
        margin: 0;
        padding: 10px;
    }
}

@media (max-width: 700px) {
    .cms-index-index .swiper-slide-descr {
        top: 30% !important;
    }
    .banner1 {
        object-fit: cover;
        height: 500px !important;
        width: 100%;
    }
}

.wf-active .cms-index-index .swiper-slide-descr {
    opacity: 1;
}

@media (max-width: 768px) {
    .cms-index-index .swiper-slide-descr h4 {
        font-size: 1em !important;
    }
}

.cms-index-index .swiper-slide-descr h1,
.cms-index-index .swiper-slide-descr h4 {
    color: #fafafa;
    text-transform: uppercase;
}

.cms-index-index .swiper-slide-descr h4:after,
.block-highlight .block-title span:after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background-color: #EA8E6A;
    margin: 16px auto;
    margin-bottom: 0;
}

.cms-index-index .swiper-slide-descr h1 {
    font-size: 55px;
    letter-spacing: 50px;
}

.cms-index-index .swiper-slide-descr button.btn-alt span {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    min-width: 30px;
    font-weight: normal;
    transition: background-color 0.3s ease;
}

.cms-index-index .swiper-slide-descr .button.btn-alt span span {
    font-weight: 700;
}

.cms-index-index .swiper-slide-descr .button {
    pointer-events: auto;
}

.cms-index-index .swiper-slide-descr button.btn-alt span:hover {
    background-color: #E5E5E5;
    border: 1px solid #000;
}


@media (max-width: 768px) {
    h4 {
        font-size: 0.6em !important;
    }
.col-xs-4 p {
        font-size: 0.7em;
    }  
.col-xs-4 h4 {
        font-weight: 700;
        font-size: 0.6em !important;
        letter-spacing: 0.001em;
    }
.footer-cms-container .footer-links .block-toggler {
        font-weight: 700;
}    
}
.form-language label, .form-language .eflags-label {
    display: none;
}

.eflags-popup .popup {
overflow-y: auto;
    height: 100%;
}
select,
textarea,
.product-options input.input-text,
.product-options select,
.product-options select.multiselect,
.product-options textarea,
.form-list input.input-text,
.form-list select,
.form-list select[multiple],
.form-list textarea,
.discount .input-text {
    padding: 12px;
}

.header,
.top-container,
.main,
.footer,
.footer-toolbar,
.footer-cms,
.container,
.top-toolbar {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 480px){
    .header,
    .top-container,
    .main,
    .footer,
    .footer-toolbar,
    .footer-cms,
    .container {
        width: 100%;
    }

    .main-container .sidebar .block-title.block-toggler span span:before,
    .main-container .sidebar .block-title.block-toggler strong span:before {
        margin-top: 3px;
    }
}

.ajaxpro-form .ajaxpro-buttons-set button {
    margin-top: 10px;
}

.ajaxpro-popup,
.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #eee;
}

.dropdown-menu li {
    line-height: 28px;
}
.dropdown-menu a {
    text-decoration: none;
}
.dropdown-menu a:hover {
    text-decoration: underline;
}

.title-buttons h1 {
    float: none;
}

.page-title,
.account-login .new-users h2,
.account-login .registered-users h2 {
    border: none;
}
.ajaxpro-spinner,
.ajaxpro-form {
    border-radius: 0px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
}
.ajaxpro-form {
    padding: 25px;
}
.ajaxpro-buttons-set {
    margin-top: 10px;
}
/*ScrollUp button*/
#scroll-up a {
    background: rgba(255, 255, 255, .4) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5Z29uIHBvaW50cz0iMzIsMjQuNDE0IDQ4LjI5Myw0MC43MDcgNDkuNzA3LDM5LjE0NiAzMi43MDcsMjIgMzEuMjkzLDIyIDE0LjI5MywzOS4xNDYgMTUuNzA3LDQwLjYzNCAJIi8+DQoJPHBhdGggZD0iTTMxLjk5OSw2NGMwLDAsMC4wMDEsMCwwLjAwMiwwYzguNTQ4LDAsMTYuNTgzLTMuMzMsMjIuNjI3LTkuMzczUzY0LDQwLjU0Nyw2My45OTksMzEuOTk5DQoJCWMwLTguNTQ4LTMuMzI4LTE2LjU4NC05LjM3Mi0yMi42MjdDNDguNTg0LDMuMzI5LDQwLjU0OSwwLDMyLjAwMSwwQzMyLDAsMzIsMCwzMS45OTksMEMyMy40NTEsMCwxNS40MTYsMy4zMjksOS4zNzIsOS4zNzMNCgkJQzMuMzI5LDE1LjQxNywwLDIzLjQ1MywwLjAwMSwzMi4wMDFjMCw4LjU0OCwzLjMyOCwxNi41ODQsOS4zNzIsMjIuNjI3QzE1LjQxNiw2MC42NzEsMjMuNDUxLDY0LDMxLjk5OSw2NHogTTEwLjc4NywxMC43ODcNCgkJQzE2LjQ1Miw1LjEyMSwyMy45ODYsMiwzMi4wMDEsMmMwLjAwMSwwLDAuMDAxLDAsMC4wMDIsMGM4LjAxMiwwLDE1LjU0NSwzLjEyMSwyMS4yMTEsOC43ODZjNS42NjYsNS42NjYsOC43ODYsMTMuMiw4Ljc4NSwyMS4yMTMNCgkJYzAsOC4wMTQtMy4xMiwxNS41NDgtOC43ODUsMjEuMjE0UzQwLjAxNSw2MiwzMi4wMDEsNjJoLTAuMDAyYy0wLjAwMSwwLTAuMDAxLDAtMC4wMDIsMGMtOC4wMTIsMC0xNS41NDUtMy4xMjEtMjEuMjExLTguNzg2DQoJCUM1LjEyMSw0Ny41NDgsMiw0MC4wMTUsMi4wMDEsMzIuMDAxQzIsMjMuOTg3LDUuMTIxLDE2LjQ1MywxMC43ODcsMTAuNzg3eiIvPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat;
    width: 35px;
    height: 35px;
    background-size:  35px 35px;
    opacity: .5;
    border-radius: 50% 50%;
}
#scroll-up a:hover {
    background-color: rgba(255,255,255,.7);
    opacity: 1;

    -webkit-animation:spin .4s ease;
    -moz-animation:spin .4s ease;
    animation:spin .4s ease;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* Header */
.header {
    position: relative;
    padding: 35px 5px;
}

.header-content-right {
    position: absolute;
    right: 0;
}

.header .logo-main {
    display: none;
}

.logo-wrapper,
.header .logo {
    float: none;
    font-size: 24px;
    margin-bottom: 0 !important;
}

.logo-wrapper {
    margin: 0 auto;
    text-align: center;
}

.header-container {
    text-align: center;
    border-bottom: 1px solid #eee;
}

.nav-container,
.nav-container .navpro {
    line-height: normal;
}

.nav-container .navpro {
    display: inline-block;
    padding: 10px 0;
}

.nav-container {
    background: #fff;
    transition: background-color 300ms linear;
    transition-duration: 0s;
    border-bottom: 1px solid transparent;
}

.cms-index-index .nav-container.is_stuck,
.nav-container.is_stuck {
    background-color: #fff;
    transition-duration: 300ms;
    z-index: 100;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.form-language select,
.top-toolbar .form-currency select,
.nav-toggler,
select,
.pager select,
.sorter select,
.product-options select,
.form-list select,
.easytabs-a-accordion::after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaWQ9InN2ZzgiCiAgIHZlcnNpb249IjEuMSIKICAgdmlld0JveD0iMCAwIDIuMTE2NjY3MyAxLjMyMjkxNjciCiAgIGhlaWdodD0iMS4zMjI5MTY3bW0iCiAgIHdpZHRoPSIyLjExNjY2NzNtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczIiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjExNTE5NmUtNiwtMjk1LjY3NzA5KSIKICAgICBpZD0ibGF5ZXIxIj4KICAgIDxwYXRoCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgtMC4wMTY3OTE1MywwLjAwMzA2Nzc3LC0wLjAwNDIzNjE5LC0wLjAxMjEwMzg1LDMuMDQyNjE2MSwyOTcuMTU3MDgpIgogICAgICAgZD0iTSAxNDEuMzYzMSwxNTcuOTA0NzYgODIuMDk5NTg0LDE0Mi45ODM2NiAyMi44MzYwNzUsMTI4LjA2MjU2IDY1LjM4OTg4Myw4NC4xOTk0IDEwNy45NDM2OSw0MC4zMzYyNDUgbCAxNi43MDk3LDU4Ljc4NDI1OCB6IgogICAgICAgaWQ9InBhdGg0NDg1IgogICAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6NS45MTM5NjYxODtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2UtZGFzaG9mZnNldDo0NC4wMzE0OTc5NjtzdHJva2Utb3BhY2l0eToxIiAvPgogIDwvZz4KPC9zdmc+Cg==);
    background-position-x: calc(100% - 5px);
    background-position-y: 50%;
    background-size: 8px 5px;
    padding-right: 20px;
}

.form-language select,
.top-toolbar .form-currency select,
.pager select,
.sorter select {
    border-width: 0;
    font-size: 15px;
}
.nav-toggler {
    opacity: 1;
    width: 8px;
    height: 8px;
    top: 18px;
    transform: rotate(270deg);
}
.navpro-inline .nav-toggler-level0 {
    transform: none;
    top: 11px;
    right: 0;
}

li.level0, li.level-top {
    margin-right: 20px;
}

/* navigationPro styles */
@media(min-width: 769px) {
    .nav-container .navpro li.level-top::before,
    .nav-container .navpro li.level-top::after {
        visibility: visible;
        position: absolute;
        left: 20px;
        bottom: 0;
        padding: 0;

        z-index: 1000; /* to cover dropdown */
        content: '';
        width: 0;
        height: 0;

        opacity: 0;

        border: 6px solid;
        border-color: transparent transparent #d8d8d8 transparent;
        border-bottom-width: 8px;
    }
    .nav-container .navpro li.level-top::after {
        bottom: -1px;
        border-color: transparent transparent #fff transparent;
    }
    .nav-container .navpro li.level-top.opened::before,
    .nav-container .navpro li.level-top.opened::after {
        opacity: 1;
    }

    .nav-container .navpro li.nav-li-more.level-top::before,
    .nav-container .navpro li.nav-li-more.level-top::after {
        left: 8px;
    }

    .navpro .nav-dropdown {
        box-shadow: none;
        border: 1px solid #d8d8d8;
    }
}
.nav-container .navpro a.level-top,
.nav-container .navpro div.level-top a,
.nav-container .navpro ul .parent > .nav-a:not(.nav-a-with-toggler) {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
}
.nav-container .navpro ul .nav-a,
.nav-container .navpro ul .nav-sibling-title a {
    color: #6d6d6d;
}
.nav-container .navpro ul .parent > .nav-a:not(.nav-a-with-toggler) {
    margin-bottom: 5px;
    color: #272e3d;
}
.nav-container .navpro .relative-level2 {
    text-indent: 0;
}
.nav-container .navpro ul .nav-a,
.nav-container .navpro ul .nav-sibling-title a {
    padding: 5px 12px 6px 8px;
}
@media(min-width: 769px) {
    .nav-container .nav-dropdown {
        padding: 25px 28px;
    }
}
.navpro .nav-ul .nav-a:hover,
.navpro .nav-ul .nav-a.nav-a-with-toggler.over,
.navpro .nav-ul .nav-sibling-title a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.navpro a.level-top.over,
.navpro div.level-top a.over,
.navpro .nav-ul .active > .nav-a,
.nav-container .navpro .active > a.level-top,
.nav-container .navpro .active > div.level-top a {
    color: #EA8E6A;
}
@media(max-width: 768px){
    .cms-index-index .nav-toggler,
    .nav-toggler {
        background-image: none !important;
        position: absolute;
        padding: 0;
        width: 46px !important;
        height: 46px !important;
        right: 10px !important;
        -webkit-tap-highlight-color: transparent;
    }
    .nav-toggler:after,
    .nav-toggler:before {
        content: "";
        position: absolute;
        background-color: #2e2e2e;
        transition: transform 0.25s ease-out;
    }
    .nav-toggler:before {
        top: 23px;
        left: 13px;
        width: 20px;
        height: 2px;
        margin-top: -1px;
    }
    .nav-toggler:after {
        top: 13px;
        left: 23px;
        width: 2px;
        height: 20px;
        margin-left: -1px;
    }
    .nav-toggler:hover {
        cursor: pointer;
    }
    .navpro-responsive .nav-toggler {
        transform: none;
    }
    .opened > .nav-toggler:before {
        transform: rotate(270deg);
    }
    .opened > .nav-toggler:after {
        transform: rotate(180deg);
    }
    .nav-container {
        border-bottom: none;
    }
    .nav-container .navpro-responsive .nav-toggler-level0 {
        top: 0;
    }
    .nav-container .navpro-responsive ul .nav-toggler {
        top: 2px;
    }

    li.level0, li.level-top {
        margin-right: 0;
    }
}
.quick-links,
.quick-links .welcome-msg,
.header .form-language label,
.top-toolbar .form-language label,
.top-toolbar .form-currency label {
    display: none;
}

.form-language select,
.top-toolbar .form-currency select {
    background-color: transparent;
    background-size: 8px 5px;
    border: none;
    font-size: 14px;
    padding: 7px;
    padding-right: 15px;
    max-width: 180px;
}

.form-language select option,
.top-toolbar .form-currency select option {
    color: #000;
}

.header .form-language {
    position: absolute;
}

.header .mini-search .btn-search span {
    display: none;
}

.header-container .form-search {
    margin: 0;
    float: none;
}

#search_mini_form #anonymous_element_1 {
    z-index: 1002;
}

#search_mini_form.folded {
    position: absolute;
    left: 0px;
}

#search_mini_form.folded.shown {
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 5%;
}
@media (orientation: landscape) and (max-height: 500px) {
    #search_mini_form.folded.shown {
        margin-top: -3%; /* 负值让搜索栏更靠上 */
    }
}

#search_mini_form.folded .search-field-wrapper {
    z-index: 1000;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: visible;
    max-width: 1200px;
}

#search_mini_form.shown .search-field-wrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
}

#search_mini_form .search-field-wrapper #search {
    font-size: 16px;
    transform: scale(0);
    transition: transform 0.2s;
    height: 25px;
    text-indent:15px;
}

#search_mini_form.shown .search-field-wrapper #search {
    width: 90%;
    background: #fff;
    transform: scale(1);
    box-shadow: 1px 1px 1px 1px rgba(255,255,255,0);
}

#searchajaxico {
    z-index: 1001;
    transform: translateX(-200%);
}

#search_mini_form .search-mask {
    display: block;
    transition: opacity 200ms ease-in-out;
    opacity: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
}

.header-container #search_mini_form.shown .search-mask {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
}

.folded .search-field-wrapper .close {
    transform: scale(0);
    transition: transform 0.2s;
    position: absolute;
    text-decoration: none;
    top: 10px;
    right: 7%;
    z-index: 1001;
    font-size: 30px;
}

.folded.shown .search-field-wrapper .close {
    transform: scale(1);
}

#search_mini_form.shown .form-search {
    position: static;
    width: auto;
    height: auto;
}

#search_mini_form.shown .form-search .btn-search {
    display: none;
}

.header-container .form-search button {
    background: transparent;
    border: none;
    margin: 0;
    margin-left: 20px;
    margin-top: 4px;
}

.autocomplete {
    border-radius: 0;
    box-shadow: none;
    margin-top: -8px;
}

.autocomplete div {
    border: 0;
}

.headerajaxsearchwindow {
    margin: 0 !important;
}

.autocomplete .headerajaxsearchwindow:first-child {
    display: none;
}

.autocomplete .ajaxsearchdescription {
    font-size: 0.9em;
}

.header .quick-links .links {
    float: none;
}

.header .links li {
    clear: both;
    display: block;
}

.links a {
    padding: 0;
    background: none !important;
}

.header .quick-links.dropdown-menu {
    float: none;
    text-align: left;
    top: 13px;
    right: 0;
    left: auto;
    min-width: 237px;
}
.header .quick-links.dropdown-menu li {
    border-bottom: 1px solid #eee;
}
.header .quick-links.dropdown-menu a{
    padding: 10px 20px 11px;
    display: block;
    width: 237px;
}
.header .quick-links.dropdown-menu.shown {
    display: block;
}
@media (max-width: 768px) {
.header-cart .dropdown-menu:before,
.header-cart .dropdown-menu:after {
    right: 22px !important;
}
}
@media (min-width: 769px) {
.header-cart .dropdown-menu:before,
.header-cart .dropdown-menu:after {
    right: 12px !important;
}
}
@media (max-width: 768px) {
.header .quick-links.dropdown-menu:before,
.header .quick-links.dropdown-menu:after {
    right: 62px !important;
}
}
@media (min-width: 769px) {
.header .quick-links.dropdown-menu:before,
.header .quick-links.dropdown-menu:after {
    right: 56px !important;
}
}
.header-cart .dropdown-menu:before,
.header-cart .dropdown-menu:after,
.header .quick-links.dropdown-menu:before,
.header .quick-links.dropdown-menu:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 6px solid;
    border-bottom-width: 8px;
    border-top-width: 8px;
}
.header-cart .dropdown-menu:before,
.header .quick-links.dropdown-menu:before {
    border-color: transparent transparent #ffffff transparent;
    top: -16px;
    z-index: 99;
}
.header-cart .dropdown-menu:after,
.header .quick-links.dropdown-menu:after {
    border-color: transparent transparent #d8d8d8 transparent;
    top: -17px;
    z-index: 98;
}
.header-cart .dropdown-menu:before,
.header-cart .dropdown-menu:after {
    right: 8px;
}

.header-icons-wrapper {
    margin-right: 10px;
    margin-top: 10px;
}

.header-icons-wrapper a {
    margin-right: 20px;
}

.header-icons-wrapper a.last {
    margin-right: 0;
}

.header-cart.dropdown {
    margin: 0;
    padding: 0;
    border: 0;
}

.header-cart .mini-products-list .product-details .btn-edit,
.header-cart .mini-products-list .product-details .truncated {
    display: none;
}

.header-cart .mini-products-list .product-details .btn-remove {
    width: 20px;
    height: 20px;
    margin: 0;
    background-size: contain;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOC45NDciIHkxPSIxNy4xNTMiIHgyPSI0NS4wNDUiIHkyPSI0My4wNTYiLz4NCjwvZz4NCjxnPg0KCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOS4wNDUiIHkxPSI0My4xNTMiIHgyPSI0NC45NDciIHkyPSIxNy4wNTYiLz4NCjwvZz4NCjwvc3ZnPg0K);
}

@media only screen and (min-width: 768px) {
.header-cart .mini-products-list {
    padding: 20px;
}
.header-cart .block-title h4 {
    font-size: 1em !important;
}
}

.header-cart .mini-products-list li {
    padding: 0;
}

.header-cart .mini-products-list li.item {
    padding-bottom: 20px;
}

.header-cart.dropdown .block-title {
    text-align: center;
}

.header-cart .mini-products-list li {
    border: none;
}

.header-cart .mini-products-list.shown {
    display: block !important;
}

.header-cart.dropdown #header-cart-content {
    top: 13px;
}

.header-cart .mini-products-list .actions {
    margin-top: 20px;
}

.header-cart .mini-products-list .actions button,
.header-cart .mini-products-list .actions button span {
    width: 100%;
    padding: 0;
}

.header-cart .mini-products-list .actions button {
    margin: 5px 0;
}

.header-cart .summary {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -12px;
    left: -18px;
    pointer-events: none;
    background: rgba(255, 0, 0, 0.7);
    border-radius: 100%;
    display: none;
}

.header-cart .summary.active {
    display: block;
}

.header-cart .product-details .product-name {
    margin: 0;
}

.header-icons-wrapper .menu-toggle {
    display: none;
}

.header .form-language,
.nav-container .navpro {
    opacity: 0;
}

.wf-active .header .form-language,
.wf-active .nav-container .navpro {
    opacity: 1;
}
/*
.customer-logged-in i.luxury-user {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJuYXYtaW5uZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjAzLjAwMDAwMCwgLTExLjAwMDAwMCkiIHN0cm9rZT0iIzAwMDAwMCIgZmlsbD0iIzAwMCI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzOS4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg2NC4wMDAwMDAsIDExLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsLTIiIGN4PSI5IiBjeT0iNS4yOTQxMTc2NSIgcj0iNC43OTQxMTc2NSI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNi45NTUxNjAyLDE3LjUgTDEuMDQ0ODM5ODIsMTcuNSBDMS4zMDI4OTM0NCwxMy4zMzA4OTAzIDQuNzY1ODk1OTEsMTAuMDI5NDExOCA5LDEwLjAyOTQxMTggQzEzLjIzNDEwNDEsMTAuMDI5NDExOCAxNi42OTcxMDY2LDEzLjMzMDg5MDMgMTYuOTU1MTYwMiwxNy41IFoiIGlkPSJPdmFsLTItQ29weSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
 */
/* Header mobile */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .btn-remove:before,
    .item .btn-remove:before {
        content: '';
    }
}

@media (max-width: 768px) {
    .header-container {
        box-shadow: none;
    }

    .header {
        padding: 10px 0 0 0;
        margin: 0 auto;
        border-top: 1px solid #eee;
    }

    .mobile-togglers .btn-search span,
    .nav-container .navpro,
    .header-icons-wrapper {
        display: none;
    }

    .header .form-language {
        top: 0;
        width: 100%;
        text-align: center;
    }

    .logo-wrapper {
        margin-bottom: 10px !important;
        float: left;
        max-width: 50%;
    }

    .header-container .mobile-togglers a,
    .header-container .mobile-togglers .btn-search {
        padding: 10px;
        padding-bottom: 6px;
    }

    .header-container .mobile-togglers .btn-search {
        vertical-align: baseline;
        width: 100%;
        line-height: 24px;
    }

    .header-container .mobile-togglers .btn-search:active {
        top: 0;
    }

    .header-cart .block-title,
    .header-cart-title,
    .mobile-togglers .menu-toggle,
    .header-container .mobile-togglers .toggle-quick-links {
        display: block;
    }

    .header .quick-links.dropdown-menu {
        top: -1px;
        right: 0;
    }
    .header-cart.dropdown #header-cart-content {
        top: 0;
        right: 0;
    }

    .header .links li {
        float: left;
    }

    .header-container #search_mini_form {
        display: inline;
        left: 0;
        top: 0;
    }

    .header-container #search_mini_form.shown .form-search {
        width: auto;
        position: static;
        background: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    #search_mini_form.shown .search-field-wrapper {
        margin: 0 5%;
        width: 90%;
    }

    #search_mini_form #anonymous_element_1 {
        margin-left: 5%;
    }

    .header-cart .summary {
        top: -24px;
        left: -20px;
    }

    .nav-container .navpro-responsive {
        padding: 0;
    }

    .nav-container .navpro li .nav-a,
    .nav-container .navpro li .nav-sibling-title a {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    /*.header-container {*/
    /*    padding: 0;*/
    /*}*/

    /*.logo-wrapper {*/
    /*    max-width: none;*/
    /*    float: none;*/
    /*}*/

    /*.header .links li {*/
    /*    float: none;*/
    /*}*/

    /*.header-cart .block-title,*/
    /*.header-cart-title {*/
    /*    display: none;*/
    /*}*/

    /*.header-cart div.subtotal,*/
    /*.header-cart li.subtotal .actions {*/
    /*    width: auto;*/
    /*    float: none;*/
    /*}*/

    /*.header-cart div.subtotal {*/
    /*    background: #f4f4f4;*/
    /*}*/

    /*.header-container .mobile-togglers .btn-search {*/
    /*    border: 1px solid #eee;*/
    /*    border-width: 1px 1px 0 0;*/
    /*}*/

    /*.header-container .form-search {*/
    /*    margin: 0 !important;*/
    /*}*/

    /*.header-container .mobile-togglers.active button {*/
    /*    border-bottom-width: 1px;*/
    /*}*/

    /*.header-container .mobile-togglers a.active {*/
    /*    border-bottom-width: 0;*/
    /*}*/

    /*.dropdown-menu,*/
    /*.header .quick-links.dropdown-menu {*/
    /*    border: 0;*/
    /*    padding: 0;*/
    /*    position: static;*/
    /*    background-color: transparent;*/
    /*}*/

    /*.header-cart .dropdown-menu:before,*/
    /*.header-cart .dropdown-menu:after,*/
    /*.header .quick-links.dropdown-menu:before,*/
    /*.header .quick-links.dropdown-menu:after {*/
    /*    display: none;*/
    /*}*/

    /*#search_mini_form.folded.shown {*/
    /*    margin-top: 30px;*/
    /*}*/
}

/* Footer */

.before-footer {
    padding: 2.5rem 0;
    border-top: 1px solid #ECECEC;
}
.before-footer.part-2 .container {
    padding: 0 6px;
}

.footer-container,
.footer-cms-container,
.footer-toolbar-container,
.top-toolbar-container {
    background-color: #f6f6f6;
}

.footer,
.footer a,
.footer-cms-container,
.footer-cms-container a {
    color: #848484;
    text-decoration: none;
}

.footer a:hover,
.footer-cms-container a:hover {
    text-decoration: underline;
}

.footer-cms-container {
    padding-top: 30px;
    padding-right: 6px;
    padding-left: 6px;
}

.footer-cms-container .footer-links .links li {
    display: block;
}

.footer .links {
    display: none;
}

.footer address {
    float: none;
    text-align: center;
    text-transform: uppercase;
}

.footer .store-switcher {
    position: absolute;
    margin: 0;
    font-size: 15px;
}

.footer .store-switcher select {
    background-color: transparent;
    border: 1px solid #cacaca;
    color: #848484;
}

.block-social {
    margin: 0;
    padding-top: 0px;
}

.block-social .icons,
.block-social .icons li {
    float: none;
    text-align: center;
}

.block-social .icons li {
    margin-right: 15px;
}

.block-social .icons li a {
    width: 20px;
    height: 20px;
}

.footer-toolbar-container .block-subscribe .block-title {
    display: none;
}

.footer-toolbar-container .block-subscribe .block-content {
    padding: 30px;
    padding-bottom: 0;
}

.footer-toolbar-container .block-subscribe .form-subscribe-header {
    font-size: 14px;
    font-weight: 800;
    color: #222222;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.footer-toolbar-container .block-subscribe .input-box,
.footer-toolbar-container .block-subscribe .actions,
.footer-toolbar-container .block-subscribe .icon-email {
    display: inline-block;
}

.footer-toolbar-container .block-subscribe .icon-email {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxyZWN0IHg9IjEiIHk9IjEzIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iNjIiIGhlaWdodD0iMzciLz4NCgk8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIxLDEzIDMyLDMzIDYzLDEzIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);
    margin-bottom: -5px;
}

.footer-toolbar-container .block-subscribe .input-text {
    background: transparent;
    border: 1px solid #a8a8a8;
    border-width: 0 0 1px 0 !important;
    border-radius: 0;
    min-width: 250px;
    padding: 5px 80px 5px 40px;
}

.footer-toolbar-container .block-subscribe .input-text.validation-failed {
    background: transparent !important;
}

.footer-toolbar-container .block-subscribe .input-box .validation-advice {
    position: absolute;
}

.footer-toolbar-container .block-subscribe .input-box {
    margin-right: -85px;
    margin-left: -25px;
}

.footer-toolbar-container .block-subscribe .actions .button span {
    background: transparent;
    color: #454545;
    font-weight: 500;
    padding: 0;
    height: auto;
    line-height: normal;
    border:  none;
}

.footer-toolbar-container .block-subscribe .actions .button {
    margin-bottom: -15px;
}

/* Footer Mobile */
@media (max-width: 1200px) {
    .footer {
        text-align: center;
    }

    .footer .store-switcher {
        position: static;
        float: none;
    }
}

@media (max-width: 768px) {
    .footer-toolbar-container .block-subscribe .input-text {
        min-width: auto;
    }
}

@media (max-width: 640px) {
    .footer-cms-container {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-cms-container .footer-links {
        text-align: left;
        margin-bottom: 20px;
    }

    .footer-cms-container .footer-links .block-toggler {
        margin: 0;
        padding: 10px;
    }

    .footer-cms-container .footer-links .collapsed ul {
        display: none;
    }

    .footer-cms-container .footer-links > li {
        border: 1px solid #c3c3c3;
        margin-bottom: -1px;
    }

    .footer-cms-container .footer-links li ul {
        padding-left: 20px;
    }

    .footer-cms-container .footer-links div.block-toggler:before,
    .footer-cms-container .footer-links div.block-toggler:before {
        float: left;
        width: 11px;
        content: "-";
    }
    .footer-cms-container .footer-links .collapsed div.block-toggler:before,
    .footer-cms-container .footer-links .collapsed div.block-toggler:before {
        content: "+";
    }

    .footer-cms-container .footer-links .links li {
        padding: 1px 0;
    }

    .footer-toolbar-container .block-subscribe .input-text {
        padding: 0;
    }

    .footer-toolbar-container .block-subscribe .icon-email {
        display: none;
    }

    .footer-toolbar-container .block-subscribe .actions {
        display: block;
        text-align: center;
        padding: 10px 10px 20px 10px;
    }

    .footer-toolbar-container .block-subscribe .actions .button,
    .footer-toolbar-container .block-subscribe .input-box {
        margin: 0;
    }
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 15px 8px;
    margin: 0 auto;
}
.breadcrumbs a {
    font-size: 14px;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    display: inline-block;
    font-weight: normal;
    margin: 0 5px;
    font-size: 14px;
}
.breadcrumbs strong {
    font-weight: normal;
}
.catalog-product-view .breadcrumbs {
    max-width: 1100px;
}

/* Homepage */
.cms-index-index .main {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0 6px;
}

.cms-index-index .col-main .messages {
    position: absolute;
    z-index: 1000;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
}

.cms-index-index .col-main .std > .row {
    margin-bottom: 0;
}

.cms-index-index .col-main .std > .row.block-benefits {
    margin-top: 4px;
    margin-bottom: 1px;
}
.cms-index-index .std .block-benefits .a-center{
    padding: 0 60px;
}

.swiper-slide {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}


.cms-index-index .swiper-pagination-bullet {
    opacity: 0.7;
}

.cms-index-index .swiper-pagination-bullet-active,
.cms-index-index .swiper-pagination-bullet-active:hover {
    opacity: 1;
    background: #2e2e2e;
}

/* TODO: do we need such styles in typography? */
.cms-index-index .std ul li::before {
    display: none;
}
.cms-index-index .std ul li::before,
.cms-index-index .std ul li {
    content: '';
    text-indent: 0;
    padding-left: 0;
}

.jumbotron {
    padding: 15px 0;
}

.jumbotron-slider {
    padding: 0;
}

.jumbotron-slider .swiper-container {
    background-color: #8BADC6;
    min-height: 100px;
}

.jumbotron + .jumbotron {
    border: 0;
}

.jumbotron + .jumbotron-slick {
    border-top: 1px solid #e2e2e2;
}

.jumbotron.jumbotron-pastel {
    background: #f6f6f6;
}

.block-highlight .block-title {
    padding-bottom: 20px;
}

.block-highlight .page-link {
    padding-top: 20px;
}

.block-highlight .block-title span,
.block-highlight .page-link a {
    font-weight: 800;
    text-transform: uppercase;
}

.block-highlight .block-title span {
    font-size: 20px;
    letter-spacing: 3px;
}

.block-highlight .page-link a {
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #2e2e2e;
    padding: 10px 65px;
}

.slick-list {
    margin: 0 40px;
}

.slick-vertical .slick-list {
    margin: 30px 0;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    opacity: 0.3;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjM3LDE1IDIwLDMyIA0KCQkzNyw0OSAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==);
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjI3LDE1IDQ0LDMyIA0KCQkyNyw0OSAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==);
}
.slick-vertical .slick-prev,
.slick-vertical .slick-next {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    z-index: 1;
}
.slick-vertical .slick-prev {
    top: -10px;
}
.slick-vertical .slick-next {
    bottom: -10px;
    top: auto;
}

.slick-prev,
.slick-next {
    opacity: 0.3;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 1;
}

.cms-index-index .jumbotron .easycatalogimg,
.cms-index-index .jumbotron .easycatalog-grid {
    max-width: 1280px;
    margin: 0 auto;
}

.cms-index-index .jumbotron .easycatalog-grid {
    width: 100%;
    height: 610px;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.cms-index-index .jumbotron .easycatalogimg li.item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 !important;
    width: 200px !important;
    min-width: 200px;
}

.cms-index-index .jumbotron .easycatalogimg li.item:nth-child(2),
.cms-index-index .jumbotron .easycatalogimg li.item:nth-child(3) {
    height: 270px;
}

.cms-index-index .jumbotron .easycatalogimg li.item:nth-child(4) {
    height: 200px;
}

.cms-index-index .jumbotron .easycatalogimg li.item:nth-child(5) {
    height: 340px;
}

.cms-index-index .jumbotron .easycatalogimg li.item .category-name {
    width: 100%;
    left: 0;
    z-index: 1;
}

.cms-index-index .jumbotron .easycatalogimg li.item .category-name a {
    color: #272e3d;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.3px
}
.cms-index-index .jumbotron .easycatalogimg li.item .category-name a:hover {
    text-decoration: none;
}
.cms-index-index .jumbotron .easycatalogimg li.item a img {
    transition: all .2s ease-in-out;
}
.cms-index-index .jumbotron .easycatalogimg li.item:hover a img {
    filter: brightness(70%);
    transition: all .2s ease-in-out;
}


/* Homepage Mobile */
@media (max-width: 980px) {
    .header .logo-main {
        display: block;
    }
  .header .logo-wrapper img,
  .header .logo-main img{
      height: 35px !important;
      padding-left: 10px;
  }
    .header .logo-alt {
        display: none;
    }

    .cms-index-index .jumbotron .easycatalog-grid {
        height: auto;
        flex-direction: row;
    }

    .cms-index-index .jumbotron .easycatalogimg li.item {
        flex-grow: 1;
        width: 20% !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .cms-index-index .swiper-slide-descr h1 {
        font-size: 30px;
        letter-spacing: normal;
    }
    .cms-index-index .jumbotron .easycatalog-grid {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}
}

@media (max-width: 480px) {
    .cms-index-index .swiper-slide-descr h1 {
        font-size: 20px;
    }

    .cms-index-index .main-container .col-main {
        margin-bottom: 0 !important;
    }

    .cms-index-index .jumbotron .easycatalogimg li.item {
        width: 100% !important;
        height: auto;
    }
}

/* Cart page */

.checkout-cart-index .main {
    padding: 100px 6px 10px 6px;
}

.checkout-cart-index .page-title {
    border: none;
    margin-bottom: 30px;
}

.checkout-cart-index .page-title h1 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1.38px;
    text-transform: none;
    margin-top: 0;
    float: left;
}

.checkout-cart-index .page-title h1:after {
    margin: 25px 0 0 !important;
}

.checkout-cart-index .cart-table {
    width: 100%;
}

.checkout-cart-index .cart .checkout-types {
    margin-top: 5px;
}

.checkout-cart-index .cart > form {
    margin-right: 320px;
    display: block;
}

.cart-table thead,
.checkout-cart-index .crosssell h2:after,
.cart-table .product-name:after,
#discount-coupon-form h2:after,
#discount-coupon-form label,
.shipping h2:after,
.cart .giftcard h2:after {
    display: none;
}

.shipping select {
    height: auto;
}

.cart-totals {
    background: #f6f6f6;
    border: 0;
}

.cart-table tr,
.cart-table td {
    border-right-color: transparent;
    border-left-color: transparent;
}

.cart-table {
    color: #2e2e2e;
    border-top: 1px solid #D8D8D8;
}

.cart-table tbody td,
.cart-table tfoot td {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cart-table tfoot tr {
    border: 0;
}

.cart-forms,
.cart-totals-wrapper {
    width: 260px;
}

.cart-table .product-name a {
    font-size: 20px;
    font-weight: 800;
    color: #454545;
    letter-spacing: 0.77px;
}

.data-table tr.odd,
.data-table tr.even {
    background-color: transparent;
}

.cart-table tbody tr {
    border-top: 1px solid #D8D8D8;
}

.cart-table tbody tr.last {
    border-bottom: 1px solid #D8D8D8;
}

.cart-table .product-cart-sku,
.cart-table .item-options {
    font-size: 15px;
}

.cart-table .product-cart-total .price {
    font-size: 17px;
}

.cart-table .product-cart-actions .qty {
    border: 1px solid #ECECEC;
    height: 30px;
    margin: 0;
}

.cart-table .product-cart-actions a.qty-switcher-dec:before,
.cart-table .product-cart-actions a.qty-switcher-inc:after {
    width: 100%;
    top: 0;
    padding-top: 5px;
    transform: none;
    border: 0;
}

.qty-switcher-cart-wrapper .qty-switcher-dec:before {
    content: '-';
}

.qty-switcher-cart-wrapper .qty-switcher-inc:after {
    content: '+';
}

.cart-table .product-cart-actions a.qty.qty-switcher-dec,
.cart-table .product-cart-actions a.qty.qty-switcher-inc {
    background: #F3F3F3;
    padding: 17px !important; /* becuse theme.css does not laod last - fix in follow releases */
    height: auto;
    font-size: 14px;
    font-weight: 800;
}

.cart-footer-actions button {
    margin-top: 10px;
}

.product-cart-remove .btn-remove2 {
    width: 15px;
    height: 21px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5wbHVzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkNhcnQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgzNi4wMDAwMDAsIC00MzkuMDAwMDAwKSIgaWQ9Ikdyb3VwLTUiIHN0cm9rZT0iI0VBOEU2QSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE3LjAwMDAwMCwgMjgyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJwbHVzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3MjUuOTYwMTU1LCAxNjQuMzEzNzA4KSByb3RhdGUoNDUuMDAwMDAwKSB0cmFuc2xhdGUoLTcyNS45NjAxNTUsIC0xNjQuMzEzNzA4KSB0cmFuc2xhdGUoNzE3LjQ2MDE1NSwgMTU1LjgxMzcwOCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC43MjcxMDM3NDUsOC4yMDcxMDY3OCBMMTYuMzgyNzg2OSw4LjIwNzEwNjc4IiBpZD0iTGluZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC41LDE2LjA2NTc4OTUgTDguNSwwLjQxMDEwNjMwNCIgaWQ9IkxpbmUtQ29weS01Ij48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    background-size: 15px;
    background-repeat: no-repeat;
}

.product-cart-remove .btn-remove2:hover {
    background-size: 15px;
    background-color: #fff;
    border: 0;
}

.cart-totals-wrapper table td {
    border: 0;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

#discount-coupon-form h2,
.cart .giftcard h2,
.shipping h2 {
    display: block;
    font-size: 15px;
    color: #2e2e2e;
    cursor: pointer;
}

.shipping .form-list .shipping-country,
.shipping .form-list .shipping-region,
.shipping .form-list .shipping-postcode {
    width: 100%;
}

.discount.collapsed .discount-form,
.shipping.collapsed .shipping-form {
    display: none;
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: block;
}

.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    border-width: 0 0 1px 0;
}

.discount h2 .toggle,
.shipping h2 .toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 5px;
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaWQ9InN2ZzgiCiAgIHZlcnNpb249IjEuMSIKICAgdmlld0JveD0iMCAwIDIuMTE2NjY3MyAxLjMyMjkxNjciCiAgIGhlaWdodD0iMS4zMjI5MTY3bW0iCiAgIHdpZHRoPSIyLjExNjY2NzNtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczIiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjExNTE5NmUtNiwtMjk1LjY3NzA5KSIKICAgICBpZD0ibGF5ZXIxIj4KICAgIDxwYXRoCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgtMC4wMTY3OTE1MywwLjAwMzA2Nzc3LC0wLjAwNDIzNjE5LC0wLjAxMjEwMzg1LDMuMDQyNjE2MSwyOTcuMTU3MDgpIgogICAgICAgZD0iTSAxNDEuMzYzMSwxNTcuOTA0NzYgODIuMDk5NTg0LDE0Mi45ODM2NiAyMi44MzYwNzUsMTI4LjA2MjU2IDY1LjM4OTg4Myw4NC4xOTk0IDEwNy45NDM2OSw0MC4zMzYyNDUgbCAxNi43MDk3LDU4Ljc4NDI1OCB6IgogICAgICAgaWQ9InBhdGg0NDg1IgogICAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6NS45MTM5NjYxODtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2UtZGFzaG9mZnNldDo0NC4wMzE0OTc5NjtzdHJva2Utb3BhY2l0eToxIiAvPgogIDwvZz4KPC9zdmc+Cg==);
}

.cart-totals a {
    font-size: 14px;
    text-decoration: none;
}

#shopping-cart-totals-table {
    background-color: #f6f6f6;
    color: #a8a8a8;
}

#shopping-cart-totals-table tfoot {
    color: #2e2e2e;
    border-bottom: 0;
}

.cart .checkout-types .method-checkout-cart-methods-multishipping {
    margin: 20px 0;
    text-align: center;
}

.cart .checkout-types p {
    margin: 0;
}

button.button.btn-checkout span span {
    padding: 0 34px;
}

.cart-table .product-cart-image .product-image img {
    min-width: 100px;
}

@media (max-width: 980px) {
    .checkout-cart-index .cart > form {
        margin-right: 0;
        display: inline;
    }
}

@media (max-width: 768px) {
    .cart-table .cart-footer-actions .btn-continue,
    .cart-table .cart-footer-actions span.or {
        display: none;
    }
}

@media only screen and (max-width: 740px) {
    .checkout-cart-index .main {
        padding: 30px 6px 10px 6px;
    }
    .checkout-cart-index .page-title {
        text-align: center;
    }
    .checkout-cart-index .page-title h1 {
        margin-bottom: 30px;
        float: none;
    }
    .checkout-cart-index .page-title h1:after {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .cart-table tbody tr {
        border-top: 0;
    }
}

@media (max-width: 480px) {
    .cart-table .cart-footer-actions {
        text-align: left !important;
    }
    .cart-table .cart-footer-actions button {
        float: none !important;
        margin-top: 10px;
    }
}

/* Checkout page */

#checkout-step-billing .form-list .field,
#checkout-step-shipping .form-list .field {
    max-width: 350px;
}

#checkout-step-billing .form-list li.wide textarea,
#checkout-step-billing .form-list li.wide select,
#checkout-step-billing .form-list li.wide input.input-text,
#checkout-step-shipping .form-list li.wide textarea,
#checkout-step-shipping .form-list li.wide select,
#checkout-step-shipping .form-list li.wide input.input-text {
    max-width: 719px;
}

.checkout-onepage-index .page-title h1,
.firecheckout-index-index .page-title h1 {
    text-align: left;
}

.checkout-onepage-index .page-title h1:after,
.firecheckout-index-index .page-title h1:after {
    margin: 25px 0 !important;
}

.opc .step-title {
    padding: 10px;
}

.opc .step-title h2:after {
    display: none;
}

.opc .allow .step-title a {
    font-size: 14px;
}

.checkout-onepage-index #checkout-progress-wrapper {
    margin-top: 175px;
}

body.firecheckout-index-index,
.firecheckout-index-index input,
.firecheckout-index-index select,
.firecheckout-index-index textarea,
.firecheckout-index-index button,
.firecheckout-index-index li {
    line-height: normal;
}

.firecheckout-index-index .page-title h1 {
    font-size: 18px;
}

@media (max-width: 1024px) {
    #checkout-step-billing .form-list .field,
    #checkout-step-shipping .form-list .field {
        float: none;
        max-width: 719px;
    }
    #checkout-step-billing .form-list .field:nth-child(2n),
    #checkout-step-shipping .form-list .field:nth-child(2n) {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .checkout-onepage-index .page-title h1,
    .firecheckout-index-index .page-title h1 {
        font-size: 25px;
        text-align: center;
    }
    .checkout-onepage-index .page-title h1:after,
    .firecheckout-index-index .page-title h1:after {
        margin: 25px auto 0 !important;
    }
    .checkout-onepage-index .data-table th,
    .checkout-onepage-index .data-table td {
        font-size: 14px;
    }
}

/* Customer account page */
.account-login .new-users,
.account-login .registered-users {
    padding: 5%;
    box-sizing: border-box;
}

.account-create p.required,
.account-login p.required {
    display: none;
}

.account-create .buttons-set,
.account-create .fieldset,
.account-create .customer-name .field,
.customer-account-forgotpassword .buttons-set,
.customer-account-forgotpassword .fieldset {
    margin: 30px auto;
    text-align: center;
    width: 100%;
    max-width: 600px;
}

.customer-account-create .form-list input[name="email"],
.customer-account-create .form-list input[type="password"],
.customer-account-create .form-list .field,
.customer-account-create .form-list select,
.customer-account-create .form-list input.input-text,
.customer-account-forgotpassword .form-list .field {
    max-width: 600px;
}

.customer-account-create .form-list input.input-text,
.customer-account-create .form-list select {
    width: 100%;
}

.customer-account-create .form-list li.control,
.customer-account-create .form-list .validation-advice,
.customer-account-forgotpassword .form-list .validation-advice {
    text-align: left;
}

.box-account .box-head {
    border-bottom: 0;
    margin: 0 0 20px;
}

.sales-order-view .my-account .page-title h1 {
    letter-spacing: normal;
}

.wishlist-index-index .my-wishlist .buttons-set button,
.wishlist-index-index .wishlist-list button,
.my-wishlist input.qty {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .my-account .page-title h1 {
        font-size: 24px;
    }
}

/* Suggest page */
.suggestpage-activity .cartinfo h3 {
    font: 800 16px 'Muli', sans-serif;
}

.suggestpage-activity #shopping-cart-totals-table {
    background-color: transparent;
    color: #6D6D6D;
}

/* Contact us */
.contacts-index-index .buttons-set,
.contacts-index-index .fieldset {
    margin: 30px auto;
    text-align: center;
}

.contacts-index-index .buttons-set,
.contacts-index-index .fieldset,
.contacts-index-index .form-list .field,
#contactForm .buttons-set,
.contacts-index-index .form-list select,
.contacts-index-index .form-list li.wide textarea,
.contacts-index-index .form-list li.wide select,
.contacts-index-index .form-list li.wide input.input-text,
.contacts-index-index .form-list input.input-text {
    max-width: 600px;
    width: 100%;
}

.contacts-index-index p.required {
    display: none;
}

.contacts-index-index #form-ticket .form-list li:last-child {
    text-align: left;
}

.contacts-index-index #form-ticket .form-list li:last-child label {
    float: none;
}

/* Buttons */
button.button > span {
    box-sizing: border-box;
    border: 2px solid #2e2e2e;

    background-color: #2e2e2e;
    color: #fff;

    height: 40px;

    transition: all 0.2s ease-in-out;
}
button.btn-checkout > span,
button.btn-suggest-cart > span {
    height: 40px !important;
}
button.button:hover span {
    background-color: transparent;
    color: #2e2e2e;
}
.block-highlight .page-link a,
button.btn-alt span {
    background-color: transparent;
    color: #000;
}
.block-highlight .page-link a:hover,
button.btn-alt:hover span {
    background-color: #c83430;
    color: #fff;
}
button.button span span,
button.btn-alt span span {
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent  !important;
    height: auto;
    line-height: 36px;
}
button.btn-checkout span span,
button.btn-suggest-cart span span {
    height: auto !important;
    line-height: 36px !important;
}
button.button:active {
    top: 0px;
}
.block-highlight .page-link a:active,
button.button:active span {
    opacity: .9;
}
.block-highlight .page-link a {
    transition: all 0.2s ease-in-out;
}

#testimonials-view-more-button span,
#ajaxpro-scrolling-button span {
    background-color: #2e2e2e;
}
#testimonials-view-more-button span span,
#ajaxpro-scrolling-button span span{
    background-color: transparent;
}

#testimonials-view-more-button:hover span,
#ajaxpro-scrolling-button:hover span {
    background-color: transparent;
}

.add-to-links button.button span {
    border:  none;
}


/* Category page */

.products-grid .main-info {
    padding: 0;
    overflow: visible;
}

.catalog-category-view .main-container {
    position: relative;
}
.catalog-category-view .main {
    padding-top: 100px;
}
.catalog-category-view .category-title {
    position: absolute;
    left: 0;
    top: 1vw;
    width: 100%;
    z-index:5;
    opacity: 0;
}
.wf-active .catalog-category-view .category-title {
    opacity: 1;
}
.catalog-category-view.category-has-image .page-title h1 {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.dark-category-header.category-has-image .page-title h1 {
    color: #010101;
    text-shadow: none;
}
.grey-category-header.category-has-image .page-title h1 {
    color: #888888;
    text-shadow: none;
}
/* use following layout updates in category to activate this option
    dark-category-header : #010101
    grey-category-header : #888888

    <reference name="root">
        <action method="addBodyClass"><className>dark-category-header</className></action>
    </reference>

    remove this comment after adding that info to DOCS
*/

.products-grid .product-name a {
    font-weight: 500;
    font-size: 16px;
    color: #010101;
    letter-spacing: 0.12px;
}
.catalog-category-view .category-image {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    z-index:0;
    max-height: 300px;
    overflow: hidden;
}
.catalog-category-view .category-image img {
    max-width: none;
}
.products-grid .price-box {
    margin: 5px 0;
}
.products-grid .ratings .amount {
    display: none;
}
@media (max-width: 480px){
    .products-grid li.item,
    .block-highlight .products-grid li.item {
        box-shadow: none;
    }

    .catalog-category-view .breadcrumbs {
        margin-bottom: -15px;
    }

    .catalog-category-view .category-title {
        position: static;
        margin-bottom: 10px;
    }

    .catalog-category-view .category-image {
        display: none;
        max-height: 200px;
    }

    .catalog-category-view.category-has-image .page-title h1 {
        color: #000;
    }

    .catalog-category-view .main {
        padding-top: 0;
    }

    .floatbar {
        background: #fff;
        border-color: #eee;
    }
    .floatbar .section + .section {
        border-color: #eee;
    }
    .floatbar-popup {
        border: none !important;
    }
}

/* Swatches */
#narrow-by-list dd .swatch-label,
.swatch-link img,
.swatch-link, .swatch-label {
    border-radius: 0 !important;
}

/* Ratings */

.rating-box { background: url(https://www.repsysl.com/skin/frontend/argento/luxury/images/bkg_rating.png) 0 1px repeat-x; width: 105px; height: 22px; }
.rating-box .rating { background: url(https://www.repsysl.com/skin/frontend/argento/luxury/images/bkg_rating.png) 0 100%; height: 22px; }
/* <<< fontawesome and other retina screen styles */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .rating-box { background: url(https://www.repsysl.com/skin/frontend/argento/luxury/images/bkg_rating@2x.png) repeat-x 0 0; background-size: 23px 160px; width: 115px; height: 25px; }
    .rating-box .rating { background: url(https://www.repsysl.com/skin/frontend/argento/luxury/images/bkg_rating@2x.png) repeat-x 0 100%; background-size: 23px 160px; height: 25px; }
}

/* Checkboxes */
input[type="checkbox"] {
    border-radius: 0;
}

/* Toolbar */
.toolbar, .pager {
    background: transparent;
}
.toolbar .sorter {
    width: 100%;
}
.toolbar .sorter .sort-by {
    float: right;
}

.sorter .view-mode,
.toolbar .pager,
.toolbar-bottom .sorter {
    display: none;
}

.toolbar-bottom .toolbar .pager {
    display: block;
    width: 100%;
    text-align: center;
}
.toolbar .pager .pages {
    float: none;
    display: inline-block;
}
.catalog-category-view .products-grid.last {
    margin-bottom: 50px;
}
#ajaxpro-scrolling-button {
    margin-bottom: 50px;
}
.catalog-category-view .products-grid { border:  none; }

.pager .pages li:hover {
    background: transparent;
}

.pager .pages a,
.pager .pages li.current,
.pager .pages li:hover,
.pager .pages li:hover a {
    background: transparent;
    color: #2e2e2e;
}
.pager .pages li:hover a {
    text-decoration: underline;
}
.pager .pages li.current {
    color: #2e2e2e;
    text-decoration: underline;
}
.pager .pages li.current a {
    background-color: transparent;
    color: #2e2e2e;
}
.pager .pages a.next,
.pager .pages a.previous {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjM3LDE1IDIwLDMyIA0KCQkzNyw0OSAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==);
    display: block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    text-decoration: none;
}
.pager .pages a.next {
    transform: rotate(180deg);
}
.pager .pages li:hover a.next,
.pager .pages li:hover a.previous {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjM3LDE1IDIwLDMyIA0KCQkzNyw0OSAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 5px 2px;
    transition: all .1s ease-in-out;
}

/*Products Grid*/

.products-grid li.item:hover .main-info {
    box-shadow: none;
}
.products-grid li.item:hover .collateral-info {
    box-shadow: none;
    opacity: 1;
    height: auto;
    overflow: auto;
    padding: 0;
}
.products-grid li.item .ratings {
    transform: scale(.7);
}
.products-grid .collateral-info {
    border-top: 0;
}

/* category grid buttons dimensions */
.products-grid .li-addtocart button.button span {
    height: 42px;
}
.products-grid .add-to-links li,
.std .block-highlight .add-to-links li,
.product-view .listing-suggest .add-to-links li,
.product-view .soldtogether-block .add-to-links li,
.products-grid .li-addtocart button.btn-cart,
.products-grid .li-addtocart button.button span span,
.products-grid .li-viewdetails button.btn-cart,
.products-grid .li-viewdetails button.button span span,
.products-grid .add-to-links li a {
    width: 42px;
    height: 42px;
}
.products-grid .li-addtocart button.btn-cart,
.products-grid .add-to-links li a,
.product-view .link-wishlist,
.product-view .link-compare {
    background-size: 19px 19px;
    background-position: 50% 50%;
}
.products-grid .li-viewdetails button.btn-cart {
    background-size: 27px 27px;
    background-position: 7px 7px;
}

.products-grid .li-viewdetails span {
    text-indent:  -10000px;
    text-align: left;
}

@media (max-width: 1000px) {
    .products-grid .add-to-links,
    .std .block-highlight .add-to-links,
    .product-view .listing-suggest .add-to-links,
    .product-view .soldtogether-block .add-to-links {
        top: 6vw;
        bottom: auto;
    }
    .products-grid .add-to-links li,
    .std .block-highlight .add-to-links li,
    .product-view .listing-suggest .add-to-links li,
    .product-view .soldtogether-block .add-to-links li {
        clear: both;
        margin-bottom: 10px;
    }
}

/* END category grid buttons dimensions */

.products-grid ul.add-to-links {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.products-grid li.item:hover ul.add-to-links {
    opacity: .98;
    transition: opacity 0.2s ease-in-out;
}
@media (max-width: 768px) {
    .products-grid ul.add-to-links {
        display: none !important;
    }
}


.products-grid .add-to-links,
.std .block-highlight .add-to-links,
.product-view .listing-suggest .add-to-links,
.product-view .soldtogether-block .add-to-links {
    display: block;
    position: absolute;
    right: 0;
    bottom: 5%;
    padding: 0;
}
.products-grid .add-to-links li,
.std .block-highlight .add-to-links li,
.product-view .listing-suggest .add-to-links li,
.product-view .soldtogether-block .add-to-links li {
    background-color: #FFF;
    float: right;
    margin-right: 11px;
}
.products-grid .add-to-links li.li-compare {
    margin-left: 0;
}
.products-grid .collateral-info {
    height: auto;
    opacity: 1;
}

.products-grid .li-viewdetails button.btn-cart,
.products-grid .li-addtocart button.btn-cart {
    text-indent: -10000px;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
}
.products-grid .li-viewdetails button.btn-cart:active,
.products-grid .li-addtocart button.btn-cart:active {
    top: 0;
}
.products-grid .li-viewdetails button.btn-cart span,
.products-grid .li-addtocart button.button span {
    background: none;
}
.products-grid .li-viewdetails button.btn-cart span span,
.products-grid .li-addtocart button.button span span {
    padding: 0;
}

.products-grid .add-to-links li:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
}
.products-grid .add-to-links li a {
    display: block;
    background-repeat: no-repeat;
}
.product-view .add-to-cart ~ .add-to-links .link-wishlist,
.products-grid .add-to-links li.li-wishlist a {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTUgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ1LjIgKDQzNTE0KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQcm9kdWN0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUHJvZHVjdC1yZXZpZXdzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzIwLjAwMDAwMCwgLTcyNy4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiMyRTJFMkUiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcxOC4wMDAwMDAsIDYwMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik05LjUwMDAxMiwxMzkuODU3MTgxIEM5LjYzMzk0MDUyLDEzOS44NTcxODEgOS43Njc4Njk1NCwxMzkuODA2OTU4IDkuODY4MzE2MDUsMTM5LjcwNjUxMiBMMTUuMDgzMTY2NywxMzQuNjg0MTYxIEMxNS4xNTg1MDE4LDEzNC42MDg4MjYgMTcuMDAwMDIyLDEzMi45MjYzNDYgMTcuMDAwMDIyLDEzMC45MTc0MTYgQzE3LjAwMDAyMiwxMjguNDY0ODQ1IDE1LjUwMTY5MTgsMTI3IDEyLjk5ODkwMTUsMTI3IEMxMS41MzQwNTYzLDEyNyAxMC4xNjEyODYxLDEyOC4xNTUxMzUgOS41MDAwMTEsMTI4LjgwODA0IEM4LjgzODczNTkxLDEyOC4xNTUxNCA3LjQ2NTk3MDczLDEyNyA2LjAwMTEyMDUzLDEyNyBDMy40OTgzMjUyLDEyNyAyLDEyOC40NjQ4NDUgMiwxMzAuOTE3NDE2IEMyLDEzMi45MjYzNDYgMy44NDE1MjAyNSwxMzQuNjA4ODI2IDMuOTA4NDg1MjUsMTM0LjY2NzQyMSBMOS4xMzE2ODU5NSwxMzkuNzA2NDcyIEM5LjIzMjEzMjQ2LDEzOS44MDY5MTggOS4zNjYwNjA5OCwxMzkuODU3MTQxIDkuNDk5OTksMTM5Ljg1NzE0MSBMOS41MDAwMTIsMTM5Ljg1NzE4MSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.product-view .add-to-cart ~ .add-to-links .link-compare,
.products-grid .add-to-links li.li-compare a {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTkgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ1LjIgKDQzNTE0KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQcm9kdWN0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUHJvZHVjdC1yZXZpZXdzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTg4LjAwMDAwMCwgLTcyMi4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3MTguMDAwMDAwLCA2MDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcwLjAwMDAwMCwgMTI0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMiIgZmlsbD0iIzJFMkUyRSIgeD0iMCIgeT0iMyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjA4MjI3NTM5LDAuMTM3NDUxMTcyIEM0LjM1NjQ0NTMxLDAuMTM3NDUxMTcyIDE3LjA3NTc0ODYsMCAxNy4wNzU3NDg2LDAgTDE3LjA3NTc0ODYsMTMuMDExNDc0NiIgaWQ9IlBhdGgtMyIgc3Ryb2tlPSIjMkUyRTJFIiBzdHJva2Utd2lkdGg9IjIiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
.products-grid .li-viewdetails button.btn-cart {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xLDMyYzAsMCwxMSwxNSwzMSwxNXMzMS0xNSwzMS0xNVM1MiwxNywzMiwxNw0KCVMxLDMyLDEsMzJ6Ii8+DQo8Y2lyY2xlIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIzMiIgY3k9IjMyIiByPSI3Ii8+DQo8L3N2Zz4NCg==);
}
.products-grid .li-addtocart button.btn-cart {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTkgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ1LjIgKDQzNTE0KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0MjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJIb21lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUHJvZHVjdC10aHVtYm5haWxzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODgxLjAwMDAwMCwgLTQyMi4wMDAwMDApIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzJFMkUyRSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NTMuMDAwMDAwLCA3Ny4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC00NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjI4LjQ3ODI2NiwgMzQ2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC00MiI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02LDkgTDYsMy45OTk5NDMzIEw2LDMuOTk5OTQzMyBDNiwxLjc5MDgzNTYyIDcuMzQ2NTE3MTIsMCA5LDAgTDksMCBDMTAuNjU2ODU0MiwwIDEyLDEuNzk5NjUzNDkgMTIsMy45OTk5NDMzIEwxMiw5IiBpZD0iUmVjdGFuZ2xlLTQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEuMDc5ODc3MjksNiBMMS42OTAyMjU1OSwxMy45MzQ1Mjc4IEMxLjgxOTg4NDg0LDE1LjYyMDA5ODEgMy4zMDk4MjAxOCwxNyA0Ljk5NjIwMjcxLDE3IEwxMy4wMDM3OTczLDE3IEMxNC42ODgyODc3LDE3IDE2LjE4MDM2NzcsMTUuNjE2ODE1MSAxNi4zMDk3NzQ0LDEzLjkzNDUyNzggTDE2LjkyMDEyMjcsNiBMMS4wNzk4NzcyOSw2IFoiIGlkPSJSZWN0YW5nbGUtMyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}


.product-view .link-compare:hover,
.product-view .link-wishlist:hover {
    background-color: #2e2e2e;
    transition: all .2s ease-in-out;
}
.product-view .product-shop .add-to-links li a:hover {
    color:  #fff;
}
.product-view .add-to-cart ~ .add-to-links .link-wishlist:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTUgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ1LjIgKDQzNTE0KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQcm9kdWN0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUHJvZHVjdC1yZXZpZXdzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzIwLjAwMDAwMCwgLTcyNy4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNmZmZmZmYiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcxOC4wMDAwMDAsIDYwMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik05LjUwMDAxMiwxMzkuODU3MTgxIEM5LjYzMzk0MDUyLDEzOS44NTcxODEgOS43Njc4Njk1NCwxMzkuODA2OTU4IDkuODY4MzE2MDUsMTM5LjcwNjUxMiBMMTUuMDgzMTY2NywxMzQuNjg0MTYxIEMxNS4xNTg1MDE4LDEzNC42MDg4MjYgMTcuMDAwMDIyLDEzMi45MjYzNDYgMTcuMDAwMDIyLDEzMC45MTc0MTYgQzE3LjAwMDAyMiwxMjguNDY0ODQ1IDE1LjUwMTY5MTgsMTI3IDEyLjk5ODkwMTUsMTI3IEMxMS41MzQwNTYzLDEyNyAxMC4xNjEyODYxLDEyOC4xNTUxMzUgOS41MDAwMTEsMTI4LjgwODA0IEM4LjgzODczNTkxLDEyOC4xNTUxNCA3LjQ2NTk3MDczLDEyNyA2LjAwMTEyMDUzLDEyNyBDMy40OTgzMjUyLDEyNyAyLDEyOC40NjQ4NDUgMiwxMzAuOTE3NDE2IEMyLDEzMi45MjYzNDYgMy44NDE1MjAyNSwxMzQuNjA4ODI2IDMuOTA4NDg1MjUsMTM0LjY2NzQyMSBMOS4xMzE2ODU5NSwxMzkuNzA2NDcyIEM5LjIzMjEzMjQ2LDEzOS44MDY5MTggOS4zNjYwNjA5OCwxMzkuODU3MTQxIDkuNDk5OTksMTM5Ljg1NzE0MSBMOS41MDAwMTIsMTM5Ljg1NzE4MSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) !important;
}
.product-view .add-to-cart ~ .add-to-links .link-compare:hover{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTkgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ1LjIgKDQzNTE0KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQcm9kdWN0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUHJvZHVjdC1yZXZpZXdzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTg4LjAwMDAwMCwgLTcyMi4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3MTguMDAwMDAwLCA2MDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcwLjAwMDAwMCwgMTI0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMiIgZmlsbD0iI2ZmZmZmZiIgeD0iMCIgeT0iMyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjA4MjI3NTM5LDAuMTM3NDUxMTcyIEM0LjM1NjQ0NTMxLDAuMTM3NDUxMTcyIDE3LjA3NTc0ODYsMCAxNy4wNzU3NDg2LDAgTDE3LjA3NTc0ODYsMTMuMDExNDc0NiIgaWQ9IlBhdGgtMyIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)  !important;
}


p.email-friend {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxyZWN0IHg9IjEiIHk9IjEzIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iNjIiIGhlaWdodD0iMzciLz4NCgk8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIxLDEzIDMyLDMzIDYzLDEzIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position:  left center;
    background-size: 21px 21px;
    background-repeat: no-repeat;
    padding-left: 30px;
}

/* Layered navigaton */
.block-layered-nav li {
    line-height: 30px;
}
.block-layered-nav .block-title {
    display: none;
}
#narrow-by-list dt {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 600;
}
#narrow-by-list a {
    font-weight: 400;
    font-size: 16px;
    color: #6D6D6D;
    letter-spacing: 0;
    line-height: 28px;
}
#narrow-by-list dd li {
    padding-left: 0;
    background: none;
}
/* ALN */
#narrow-by-list .ajaxlayerednavigation-count {
    color: #aaa;
}
#narrow-by-list .ajaxlayerednavigation-count-plus {
    color: #ce7777;
}
.block-layered-nav .actions {
    background-color:  transparent;
}
.block-layered-nav .btn-remove {
    margin: 4px 5px 0 0;
}
.block-layered-nav .swatch-current .btn-remove {
    margin: 2px 5px 0 0;
}
.btn-remove {
    background-image:  url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOC45NDciIHkxPSIxNy4xNTMiIHgyPSI0NS4wNDUiIHkyPSI0My4wNTYiLz4NCjwvZz4NCjxnPg0KCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOS4wNDUiIHkxPSI0My4xNTMiIHgyPSI0NC45NDciIHkyPSIxNy4wNTYiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-size: 23px;
    background-position: center;
    width: 23px;
    height: 23px;
    transition:  background-color 0.3s ease-in-out;
}
.btn-remove:hover {
    background-size: 23px;
    background-color:  #fafafa;
    border: 1px solid #f0f0f0;
    box-sizing:  border-box;
}
.block-layered-nav.floatbar-popup .block-content {
    padding: 5px 15px;
}


/* Sidebar */
.block-layered-nav .actions,
.sidebar div.block {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 2.5em;
    margin-bottom: 1.5em;
}
.sidebar .block:last-child {
    border:  none;
}

.sidebar .block-layered-nav #narrow-by-list dt {
    margin-top: 20px;
}

.sidebar .block-layered-nav #narrow-by-list dd {
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #EAEAEA;
}

.sidebar .block-layered-nav #narrow-by-list dd.last {
    border-bottom: 0;
}

.sidebar .block-title {
    border-width:  0;
}
.sidebar .block-title span {
    font-weight: 800;
    font-size: 14px;
    color: #2e2e2e;
    letter-spacing: 0.038em;
    margin-bottom: 1em;
}

.sidebar .block-currency select {
    background-position-x: calc(100% - 10px);
    border-color: #eaeaea;
}

@media (max-width: 480px) {
    .block-layered-nav .actions,
    .sidebar div.block {
        padding-bottom: 0;
    }

    .main-container .sidebar .block-title {
        background-color: #fff;
        box-shadow: none;
        margin-top: -2px;
    }

    .main-container .sidebar .block-title span,
    .main-container .sidebar .block-title strong,
    .main-container .sidebar .block-title small {
        color: #454545;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .toolbar-bottom .sorter {
        display: block;
    }
}

#narrow-by-list dd .configurable-swatch-list .swatch-label {
    color: #848484;
    background-color: #f6f6f6;
}

/* Easytabs */
.easytabs-a-accordion {
    background: none;
    border-color: #ECECEC;
    border-left: none;
    border-right: none;
    box-shadow: none;
    color: #2E2E2E;
    font-family: 'Muli';
    font-size: 15px;
    padding: 20px 0;
    text-shadow: none;
}
.easytabs-a-accordion::after {
    background-repeat: no-repeat;
    content: '';
    display: block;
    float: right;
    height: 15px;
    padding: 0;
    width: 18px;
}
.easytabs-a-accordion.active { border-bottom: none; }
.easytabs-a-accordion.active::after { transform: rotate(180deg); }
.easytabs-content { border-bottom: 1px solid #ECECEC; }

.easytabs-ul-wrapper { text-align: center;  margin-bottom: 30px; }
.std ul.easytabs, .easytabs { border-spacing: 30px 0; }
.easytabs-ul-wrapper .easytabs-a { font: inherit; text-transform: uppercase; padding-left: 0; padding-right: 0; }
.easytabs-ul-wrapper .easytabs-a.active { color: #000; border-bottom: 2px solid currentColor; }
.easytabs-ul-wrapper .easytabs-a:hover { color: #000; }
.easytabs li.active, .easytabs li { background: none; box-shadow: none; border: none;  }
.easytabs-content { border: none; background: none; }
.easytabs-content .box-collateral .h2,
.easytabs-content .box-collateral h2,
.easytabs-content .block-title { display: none; }

/* Product page */
.product-view .product-shop .product-name { opacity: 0; }
.wf-active .product-view .product-shop .product-name { opacity: 1; }

.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover,
#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #000 !important;
    box-shadow: 0 0 0 1px #000;
}
.sidebar .swatch-link:hover {
    box-shadow: none;
}
.product-options dt,
.product-options dd {
    display: inline-block;
    margin: 10px 0;
    padding: 0;
    vertical-align: top;
    min-height: 50px;
}
.product-options dt { width: 34%; }
.product-options dd { width: 64%; position: relative; }
.price-box-bundle ~ .product-options dd .input-box { margin-right: 55px; }
.price-box-bundle ~ .product-options dd .qty-holder { padding: 0; position: absolute; top: 0; right: 0; }
.price-box-bundle ~ .product-options dd .qty-holder label { display: none; }

.qty-increment { position: relative; padding: 0 !important; margin-right: 5px; }
.qty-increment input { -webkit-appearance: none; border-radius: 0; margin-left: 31px; margin-right: 31px; margin-bottom: 20px; }
.qty-increment a.qty-switcher-dec,
.qty-increment a.qty-switcher-inc {
    background: #F3F3F3;
    border: 1px solid #ddd;
    font-weight: 800;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    margin-bottom: 20px;
}
.qty-increment a.qty-switcher-dec { left: 0; border-right: none; }
.qty-increment a.qty-switcher-inc { right: 0; border-left: none; }
.qty-increment a.qty-switcher-dec:before,
.qty-increment a.qty-switcher-inc:after { border: none; width: auto; height: auto; left: 0; right: 0; top: 50%; transform: translateY(-50%); }
.qty-increment a.qty-switcher-dec:before {content: '-'; }
.qty-increment a.qty-switcher-inc:after {content: '+'; }

.price-box p { display: inline-block; }
.price-box .old-price .price-label,
.price-box .special-price .price-label { display: none; }

.product-view { max-width: 1100px; margin: 0 auto; }
.product-view .product-essential { padding: 2.5rem 0 ; }

/* Product page - product image */
.product-view .product-img-box { width: 50%; }
.product-view .product-img-box :not(.slick-slide) > .prolabel-wrapper,
.product-view .product-img-box .main-image { float: right; max-width: 85%; margin: 0; }
.product-view .product-img-box .prolabel-wrapper > .main-image { max-width: none; float: none; }
.product-view .product-img-box .more-views {
    box-sizing: border-box;
    clear: none;
    float: left;
    margin: 0;
    max-width: 15%;
    padding-right: 5px;
    text-align: center;
    width: auto;
}
.product-view .product-img-box .more-views h2,
.product-view .product-img-box .more-views h4 { display: none; }
.product-view .product-img-box .slick-slide img { display: inline-block; }
.product-view .product-img-box .more-views li {
    background: none;
}
.product-view .product-img-box .more-views a {
    border: 0;
    display: inline-block;
    float: none;
    padding: 0;
    position: relative;
    width: auto !important;
}
.product-view .product-img-box .more-views a::before {
    border: 2px solid #EA8E6A;
    bottom: 0;
    content: '';
    left: -8px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.product-view .product-img-box .more-views a:hover::before { opacity: 1;}
/* magic for more-views before slick initialized */
.product-view .product-img-box .more-views :nth-child(n+5) { display: none; }
.product-view .product-img-box .more-views.show-all a { display: inline-block; }
.product-view .product-img-box .more-views.slick-vertical .slick-list { overflow-x: visible; }
.product-view .product-img-box .more-views.slick-vertical .slick-arrow { margin-left: -2px; }
.product-view .product-img-box .highslide-gallery .more-views a { margin: 0 0 5px; }
.product-view .product-shop, .col1-layout .product-view .product-shop { margin-left: 6%; }
.product-view .product-img-box .product-image,
.product-img-box .highslide img,
.product-img-box .highslide:hover img { border: none; }
.dark .highslide-thumbstrip-horizontal .highslide-marker,
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker { border-color: #EA8E6A !important; border-top-width: 2px; border-bottom-width: 2px; }

/* Product page - add to cart block */
.product-view .add-to-cart-wrapper,
.product-shop .product-options-bottom,
.product-options { background: none; border: none; border-top: 1px solid #e4e4e4; padding: 5px 0; margin: 0; }
.product-options p.required { display: none; }
.product-options dd { border: none; }
.product-shop .availability.in-stock { visibility: unset; }
.product-shop .add-to-cart-wrapper .availability { position: relative; top: auto; }
.product-shop .add-to-cart-wrapper .availability.in-stock { display1: none; }
.product-view .add-to-cart-wrapper .add-to-box,
.product-options-bottom .add-to-cart { float: none; display: inline-block; }
.product-options-bottom .add-to-cart { margin: 0; }
.add-to-cart label[for="qty"] { display: none; }
.product-shop .add-to-cart > input.qty,
.product-shop .add-to-cart .btn-cart { margin: 0 5px 20px 0; }
.product-shop .add-to-cart .btn-cart span span { min-width: 180px; }
.product-shop .price-box-bundle { display: none; }
.product-shop .price-box p { font-size: inherit; }
.product-shop .price-box p.old-price .price { color: #000000; }

/* Product page - tier prices */
.product-view .product-shop .tier-prices { margin: 20px 0; }

/* Product page - ratings */
.product-view .product-shop .ratings,
.product-view .product-shop .no-rating {
    margin: 20px 0;
}
.product-view .product-shop .add-to-cart-wrapper .ratings,
.product-view .product-shop .add-to-cart-wrapper .no-rating,
.product-view .product-shop .product-options-bottom .ratings,
.product-view .product-shop .product-options-bottom .no-rating {
    align-items: center;
    display: inline-block;
    text-align: right;
    margin: 15px 0 35px;
    width: 50%;
}
.product-view .product-shop .product-options-bottom .ratings .rating-links *,
.product-view .product-shop .add-to-cart-wrapper .ratings .rating-links * { display: none; }
.product-view .product-shop .product-options-bottom .ratings .rating-links :first-child,
.product-view .product-shop .add-to-cart-wrapper .ratings .rating-links :first-child { display: inline; }

/* Product page - price box */
.product-shop .old-price { margin-right: .5em; }
.product-shop .price-box .price,
.product-shop .old-price,
.product-shop .regular-price .price,
.product-shop .price-from .price-label,
.product-shop .price-to .price-label { font-size: 20px; color: #d0021b; }
.product-shop .price-box .price { display: inline-block; }

.product-view .add-to-cart-wrapper .price-box,
.product-view .product-options-bottom .price-box {
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    min-height: 54px;
    width: 50%;
    margin: 0 0 20px !important;
}
.product-shop .old-price { line-height: normal; }
.price-box.map-info .old-price { width: 100% }
.price-box.map-info a { margin-right: .5em; }

/* Product page - grouped items table */
.product-view .product-shop .add-to-cart-wrapper .grouped-items-table { margin: 15px 0 30px;  }
.product-view .add-to-cart-wrapper .grouped-items-table .price-box { width: auto; margin: 0 !important; }

/* Product page - add to links */
.product-view .product-shop .add-to-links {
    display: inline-block;
    margin: 0!important;
    padding: 0;
    vertical-align: top;
    text-align: left;
}
.product-view .product-shop .add-to-links li { line-height: 36px; }
.product-view .product-shop .add-to-links li a {
    color: #000;
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 9px 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 36px;
}
.product-view .add-to-links .link-wishlist::before,
.product-view .add-to-links .link-compare::before { display: none; }
.product-view .product-shop .add-to-box .add-to-cart { margin-right: 5px; }
.product-view .product-shop .add-to-cart ~ .add-to-links li { line-height: unset; }
.product-view .product-shop .add-to-cart ~ .add-to-links a { font-size: 0; padding: 16px;  }
.product-view .product-shop .add-to-links li { display: inline-block; height: 40px; box-sizing: border-box; border: 2px solid #2e2e2e; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .product-options-bottom .add-to-links li { margin: 0 5px 20px 0; }

.product-view .product-essential .easytabs-wrapper { text-align: left; }
.product-view .product-essential .easytabs-content { border-bottom: 1px solid #ECECEC; }
.product-view .product-essential :not(.expanded) > .easytabs-ul-wrapper { display: none; }
.product-view .product-essential .easytabs-a-accordion { display: block; }


/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
    .product-view .product-essential { padding: 1rem 0; }
    .product-view .product-img-box {
        width: 46%;
    }
    .product-view .product-shop, .col1-layout .product-view .product-shop {
        margin-left: 4%;
    }
}
@media (max-width: 768px) and (min-width: 481px) {
    .product-view .product-img-box .prolabel-wrapper,
    .product-view .product-img-box .more-views  { float: none; max-width: none; }
    .product-shop .add-to-cart .btn-cart span span { min-width: 130px; }
    .product-view .product-img-box .more-views { margin-top: 5px; padding: 0; }
    .product-view .product-img-box .highslide-gallery .more-views a,
    .product-view .product-img-box .more-views a { margin-right: 5px; }
    .product-view .product-img-box .more-views a::before {
        bottom: -8px;
        left: 0;
        right: 0;
        top: auto;
    }
}
@media (max-width: 480px) {
    .product-view .product-essential { padding: 0; }
    .product-view .product-img-box { width: 100%; }
    .product-view .product-shop, .col1-layout .product-view .product-shop { margin-left: 0; }
    .product-shop .add-to-cart .btn-cart span span { min-width: 80px; }
    .easytabs-a-accordion { padding-left: 6px; padding-right: 6px; }
    .main-container .col-main { margin-bottom: 0 !important; }
    .before-footer { padding: 0 0 1em; border: none; }
}

/* Ask It */
.askit-noquestion { padding: 0; }
.askit-product { max-width: 960px; margin: 0 auto; }
.askit-question-list { margin-bottom: 30px; }
.askit-query-answer { padding-bottom: 0 !important; }
.askit-question-full { padding: 0; }
.askit-query-answer-list li:hover { background: none; }
.askit-product .add-askit-box { border-top: none; padding: 0; }
.askit-product .add-askit-box .form-list li.wide textarea { max-width: 100%; }
.askit-product .add-askit-box .form-list .field { width: 100%; }
.askit-product .add-askit-box .form-list .field input.input-text { width: 50%; }
@media (max-width: 768px) {
    .askit-product .add-askit-box .form-list .field input.input-text { width: 100%; }
}

/* Ajax Pro */
.ajaxpro-spinner.luxury {
    background-image: none;
    height: auto;
    width: auto;
    padding: 0 10px;
}
.luxury .spinner {
    margin: 16px 0;
    text-align: center;
    line-height: normal;
}

.luxury .spinner > div {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background-color: #2E2E2E;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 0.7s infinite ease-in-out both;
  animation: sk-bouncedelay 0.7s infinite ease-in-out both;
}

.luxury .spinner .part1 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.luxury .spinner .part2 {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* FIXES WITH THIRD-PARTY EXTENSIONS */
/* AMSTY SHOPBY */
div.amshopby-page-container {
    position: static;
}

/* GDPR styles */
.block-subscribe .tm-gdpr-consent {
    max-width: 350px;
    margin: 0 auto;
    padding: 15px 0 0 40px;
}
.block-subscribe .tm-gdpr-consent.form-list label {
    color: #6D6D6D;
}
@media (max-width: 480px) {
    .block-subscribe .tm-gdpr-consent {
        padding-left: 0;
    }
}

@keyframes scroll-mobile {
  0% { 
      transform: translateX(0);
  }
  100% { 
      transform: translateX(-50%);
  }
}
@keyframes scroll-desktop {
  0% { 
      transform: translateX(0);
  }
  100% { 
      transform: translateX(-33.33%);
  }
}
.custom-html {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: flex;
    background: #f6f6f6;
}
.marquee {
    display: flex;
    gap: var(--gap);
    animation: scroll-mobile 20s linear infinite;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 5px 0;
    width: 200%;
}
.marquee span {
    flex: 0 0 50%;
    display: inline-block;
    text-align: center;
}
@media screen and (min-width: 768px) {
  .marquee {
    width: 300%;
    animation: scroll-desktop 30s linear infinite;
  }
  .marquee span {
    flex: 0 0 33.33%;
  }
}

.custom-html button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    box-shadow: none;
    touch-action: manipulation;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    width: 44px;
    height: 32px;
    position: absolute;
    right: 5px;
}
.custom-html .mfp-close:before {
    content: '';
    position: absolute;
    width: 17px;
    top: 20px;
    left: 12px;
    border-top: 1px solid;
}
 .custom-html .mfp-close:after {
    content: '';
    position: absolute;
    height: 17px;
    top: 12px;
    left: 20px;
    border-left: 1px solid;
}
@font-face {
    font-family: 'porto';
    src: url('/skin/porto.eot?20988115');
    src: url('/skin/porto.eot?20988115#iefix') format('embedded-opentype'),url('/skin/porto.woff2?20988115') format('woff2'),url('/skin/porto.woff?20988115') format('woff'),url('/skin/porto.ttf?20988115') format('truetype'),url('/skin/porto.svg?20988115#fontello') format('svg');
    font-weight: normal;
    font-style: normal
}.icon-shipping:before {
    content: '\e87d';
}[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#whatsapp-button {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 1000;
}

#whatsapp-button img {
  width: 50px;
  height: 55px;
  cursor: pointer;
}

#whatsapp-button img:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}


@media (max-width: 768px) {
  #whatsapp-button {
    bottom: 20px;
    left: 10px;
  }
}


/* Payment Icons */
.payment-icons-container img {
  height: 30px;
  margin-right: 4px;
  border: 1px solid #d3d3d3;
}

.payment-icons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.payment-icons-container .payment-icon {
  height: 30px;
  margin-right: 4px;
}

/* Footer */
.footer-cms {
  box-sizing: border-box; 
  border-bottom: 1px solid #e5e5e5; 
  padding-bottom: 10px;
  margin: 0 auto; 
}

.footer-container {
  padding-top: 10px;
  margin: 0;
}

.footer-cms-container .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-cms-container .footer-links li {
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.footer-cms-container .footer-links li .h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}

.footer-cms-container .footer-links li .links {
  padding-left: 0;
}

.footer-cms-container .footer-links li .links li {
  margin-bottom: 3px;
}

.footer-cms-container .footer-links .links a {
  white-space: normal;
  word-wrap: break-word;
  display: inline-block;
}


/* Account Login Red Dot */
.quick-links-toggle-mobile .summary.active {
  display: block !important; /* 确保显示 */
}

.quick-links-toggle-mobile .summary {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -12px;
  left: -58px;
  right: auto;
  pointer-events: none;
  background: rgba(255, 0, 0, 0.7);
  border-radius: 100%;
  display: none;
  z-index: 10000;
}

/* Trustpilot Image */
.trustpilot-img {
  display: block;
  width: 230px;
  height: auto;
  margin: 0 0 20px 0;
  text-align: left;
}

/* Secure Checkout */
.secure-checkout {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px 0;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}

/* Lock Icon */
.lock-icon {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

/* Rating Score */
.rating-score {
  font-weight: normal;
}

/* Responsive Adjustments */
@media (max-width: 1179px) {
  .footerleft img {
    max-width: 70%;
  }
}

@media (max-width: 992px) {
  .footer-cms-container .footer-links li {
    flex: 1 1 20%; /* ~2 items per row */
  }
}

@media (max-width: 768px) {
  .footer-cms-container .footer-links li {
    flex: 1 1 100%; /* Full width */
  }

  .payment-icons-container {
    justify-content: flex-start; /* 移动端支付图片靠左对齐 */
  }

  .payment-icons-container .payment-icon {
    height: 25px;
  }

  .breadcrumbs {
    display: none; /* Hide breadcrumbs on mobile */
  }

  .quick-links-toggle-mobile .summary {
    top: -20px;
    left: -66px;
    right: auto;
    z-index: 10000;
  }

  .quick-links-toggle-mobile {
    margin: 0;
    padding: 0;
    border: 0;
    float: right;
    position: relative;
    z-index: 600;
    text-align: left;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .footer-cms-container .footer-links li {
    flex: 1 1 25%; /* 每行显示 4 列 */
    min-width: 0; /* 防止溢出 */
  }

  .footer-links .links a,
  .h4,
  .secure-checkout {
    white-space: normal;
    word-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .payment-icons-container .payment-icon {
    height: 20px;
    margin-right: 2px;
  }
}
/* 产品移动端视频 */
video[data-element="video"] {
  width: 100% !important; /* 强制覆盖内联样式，适配屏幕宽度 */
  max-width: 100% !important; /* 防止溢出 */
  height: auto !important; /* 保持宽高比 */
  display: block; /* 避免内联元素带来的空白 */
}
/* 产品移动端视频 */


/* 基础样式：确保汉堡菜单元素有固定尺寸 */
.luxury-icon.luxury-hamburger {
    width: 18px; /* 根据设计调整尺寸 */
    height: 18px;
    background-size: contain; /* 确保SVG按比例填充 */
    background-repeat: no-repeat;
    background-position: center;
    display: block; /* 确保是块级元素 */
}

/* 非活动状态：显示“≡”图标 */
.mobile-togglers .luxury-icon.luxury-hamburger {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxMiIgeTE9IjIxIiB4Mj0iNTIiIHkyPSIyMSIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEyIiB5MT0iMzMiIHgyPSI1MiIgeTI9IjMzIi8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTIiIHkxPSI0NSIgeDI9IjUyIiB5Mj0iNDUiLz4NCjwvc3ZnPg0K);
}

/* 活动状态：显示“×”图标 */
.mobile-togglers .active .luxury-icon.luxury-hamburger {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjE1IiB5MT0iMTUiIHgyPSI0OSIgeTI9IjQ5IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxsaW5lIHgxPSI0OSIgeTE9IjE1IiB4Mj0iMTUiIHkyPSI0OSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L3N2Zz4=);
}

/* 仅在移动端应用 */
@media (max-width: 768px) {
    .luxury-icon.luxury-hamburger {
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
    }
    .mobile-togglers .luxury-icon.luxury-hamburger {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxMiIgeTE9IjIxIiB4Mj0iNTIiIHkyPSIyMSIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEyIiB5MT0iMzMiIHgyPSI1MiIgeTI9IjMzIi8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTIiIHkxPSI0NSIgeDI9IjUyIiB5Mj0iNDUiLz4NCjwvc3ZnPg0K);
    }
    .mobile-togglers .active .luxury-icon.luxury-hamburger {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjE1IiB5MT0iMTUiIHgyPSI0OSIgeTI9IjQ5IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxsaW5lIHgxPSI0OSIgeTE9IjE1IiB4Mj0iMTUiIHkyPSI0OSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L3N2Zz4=);
    }
}

@media (min-width: 769px) {
  .subscribe-button {
    width: 48px;
    height: 48px;
  }
}
.flag-link img { max-height: 20px; vertical-align: middle; }

.eflags-inline .flag-link { display: inline-block; margin: 0 0 0 4px; text-transform: uppercase; text-decoration: none; }
.eflags-inline .flag-link:hover { text-decoration: none; }
.eflags-inline .flag-link span {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 0.9em;
    padding: 3px;
    vertical-align: middle;
}

.eflags-select { height: 20px; min-width: 100px; }
.eflags-select .flag { display: inline-block; max-height: 18px; vertical-align: middle; }
.eflags-select.chosen-container-single .chosen-single {
    border-radius: 1px;
    height: 20px;
    line-height: 18px;
    padding: 0 0 0 4px;
}
.eflags-select.chosen-container-single .chosen-single:hover { text-decoration: none; }
.eflags-select.chosen-container .chosen-results li { padding: 4px 3px; color: #444; }
.eflags-select.chosen-container .chosen-results li.highlighted { color: #fff; }
.eflags-select.chosen-container-single .chosen-drop { border-radius: 0 0 1px 1px; }
.eflags-select.chosen-container-single .chosen-single div b,
.eflags-select.chosen-container-active.chosen-with-drop .chosen-single div b { background-position-y: 0; }
/* uncomment code below if you want to hide selected options */
.eflags-select .chosen-results li.result-selected { /*display: none; */ }

/* animated easyflags selector apearing */
.form-language { transition: opacity 200ms ease-in-out; opacity: 1; }
.eflags-hidden { opacity: 0; }

.store-switcher.eflags-stores-moved { float: left; margin-right: 10px; }

.eflags-popup .overlay {
    background-color: rgba(0,0,0,.05);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: normal;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
    z-index: 601;
}
.eflags-popup .overlay:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.eflags-popup .popup {
    background-color: white;
    display: inline-block;
    font-size: 14px;
    min-width: 200px;
    padding: 10px;
    position:relative;
    vertical-align: middle;
    box-shadow: 0 0 7px #777;
    color: #333;
}
.eflags-popup .popup a { color: #333; text-transform: none; }
.eflags-popup .popup h3 { margin-bottom: 12px; }
.eflags-popup .popup .close {
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.eflags-popup .flag-link img { margin-right: 5px; }
.eflags-popup .popup .flag-link { display: block; margin: 5px; padding: 5px; }
.eflags-popup .popup .flag-link:hover { background-color: rgba(0, 0, 0, .05); }
.eflags-popup .overlay:target { display: block; }

a.qty-switcher-dec, a.qty-switcher-inc {
    display: inline-block;
    padding: 0;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 10px;
    color: currentColor;
    vertical-align: middle;
    /* disable select*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a.qty-switcher-dec:hover, a.qty-switcher-inc:hover {
    text-decoration: none;
}

a.qty-switcher-dec:before,
a.qty-switcher-inc:after {
    border-left: 1px solid;
    border-bottom: 1px solid;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    top: 5px;
    right: 0;
    transform: rotate(45deg);
}

a.qty-switcher-inc:after {
    left: 0;
    transform: rotate(225deg);
}

.qty-switcher-cart-wrapper a.qty.qty-switcher-dec,
.qty-switcher-cart-wrapper a.qty.qty-switcher-inc {
    padding: 10px 6px;
    height: auto;
    width: 0;
}

.checkout-cart-index a.qty-switcher-dec:before,
.checkout-cart-index a.qty-switcher-inc:after {
    height: 8px;
    width: 8px;
    top: 6px;
}

.product-view .add-to-cart a.qty.qty-switcher-dec,
.product-view .add-to-cart a.qty.qty-switcher-inc {
    user-select: none;
    line-height: normal;
    height: auto;
}

.product-view .add-to-cart a.qty.qty-switcher-dec,
.product-view .add-to-cart a.qty.qty-switcher-dec + .qty,
.product-view .add-to-cart a.qty.qty-switcher-inc {
    float: none;
    vertical-align: middle;
}

.products-grid .qty-increment a.qty-switcher-dec,
.products-grid .qty-increment a.qty-switcher-inc {
    vertical-align: middle;
    display: inline-block;
    line-height: 25px;
}

.products-grid .qty-increment {
    margin-bottom: 5px;
}

.products-grid .qty-increment .qty,
.add-to-cart .qty,
.qty-increment .qty {
    text-align: center;
}

.products-grid  .qty-increment input.qty {
    min-height: 25px;
}

.products-grid  .qty-increment a.qty-switcher-dec,
.products-grid  .qty-increment a.qty-switcher-inc {
    height:auto;
}

.products-list .qty-increment {
    margin-bottom: 5px;
    padding: 0 10px;
}

.products-list .qty-increment a.qty-switcher-dec,
.products-list .qty-increment a.qty-switcher-inc {
    vertical-align: middle;
    display: inline-block;
}

.products-list .qty-increment .qty {
    vertical-align: middle;
}

.qty-increment,
.qty-switcher-cart-wrapper {
    white-space: nowrap;
    display: inline-block;
}

.rich-snippets 						{ border:1px solid #eee; overflow: hidden; margin:5px 0; }
.rich-snippets p 					{ margin-bottom:0 }
.rich-snippets .product-name 		{font-weight:bold }
.rich-snippets .prod-img 			{ float:left; 	padding:10px }
.rich-snippets img 					{ display:block;	margin-right:5px; margin-left:5px }
.rich-snippets .content 			{ margin-left:85px; padding:5px }
.rich-snippets .rating-box 			{ float:left;  margin-top:3px; margin-right:5px }
.rich-snippets-options 				{ font-size: 0.8em; }
.rich-snippets-options ul 			{ display:inline }
.rich-snippets-options li 			{ display:inline; color:#000;	background:none!important;	padding-left:0!important;	font-size:11px }

.highslide-gallery .slick-dots {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    text-align: right;
}

.highslide-gallery .slick-dots li {
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highslide-gallery .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #666;
    border: 1px solid #666;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
}

.highslide-gallery .slick-dots li.slick-active button {
    background-color: #000;
    border: 1px solid #000;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .highslide-gallery .slick-prev,
    .highslide-gallery .slick-next {
        display: none !important;
    }
}
.page{max-width:auto;}
.top-toolbar, .header, .top-container, .main, .footer, .footer-toolbar, .footer-cms, .container{width:100%;max-width:1280px;}
body{background-color:#fff;background-image:none;background-repeat:repeat;background-position:0px 0px;}
.top-toolbar-container{background-color:#f6f6f6;background-image:none;background-repeat:repeat;background-position:0px 0px;}
.header-container{background-color:#fff;background-image:none;background-repeat:no-repeat;background-position:0px 0px;}
.main-container{background-color:#fff;background-image:none;background-repeat:no-repeat;background-position:0px 0px;}
.main{background-color:#fff;background-image:none;background-repeat:no-repeat;background-position:0px 0px;}
.footer-container, .footer-cms-container, .footer-toolbar-container{background-color:#f6f6f6;background-image:none;background-repeat:repeat;background-position:0px 0px;}
.nav-container .navpro a.level-top, .nav-container .navpro div.level-top a{font-family:'Muli', sans-serif;font-size:13px;text-transform:uppercase;color:#272e3d;}
.nav-container .navpro li a.nav-a:hover, .nav-container .navpro li .nav-sibling-title a:hover, .nav-container .navpro .over > a.level-top, .nav-container .navpro .over > div.level-top a{color:#c83430;}
.nav-container .navpro .active > a.level-top, .nav-container .navpro .active > div.level-top a, #nav li.active a.level-top:hover, #nav li.active a.level-top.over, .nav-container .navpro li.active a.level-top:hover, .nav-container .navpro li.active a.level-top.over{color:#c83430;}
.nav-container .navpro .nav-ul .nav-a, .nav-container .navpro .nav-ul .nav-sibling-title a{color:#272e3d;}
.nav-container .navpro .nav-ul .nav-a.over, .nav-container .navpro .nav-ul .nav-sibling-title a.over{color:#c83430;}
.nav-container .navpro .nav-ul .active > .nav-a{color:#c83430;}
button.button span{border-color:#2e2e2e;background-color:#2e2e2e;color:#ffffff;}
button.button:hover span{background-color:transparent;color:#2e2e2e;}
button.btn-alt span{border-color:#2e2e2e;background-color:transparent;color:#2e2e2e;}
button.btn-alt:hover span{background-color:#2e2e2e;color:#ffffff;}
.product-view .product-shop .btn-cart span, .amazonstyle-checkboxes .btn-cart span, button.btn-checkout span{border-color:#2e2e2e;background-color:#2e2e2e;color:#ffffff;}
.product-view .product-shop .btn-cart:hover span, .amazonstyle-checkboxes .btn-cart:hover span, button.btn-checkout:hover span{background-color:transparent;color:#2e2e2e;}
@media (max-width: 480px) {
    .header-cart .summary {
        top: -20px;
        left: -25px;
        z-index: 100000;
        right: 35px;
    }
}
.catalog-product-view .products-grid li.item .main-info {
    display:flex;
    flex-direction: column;
}

.catalog-product-view .products-grid li.item .main-info .prolabel-wrapper {
    order: -2;
}
.page{max-width:auto;}
.top-toolbar, .header, .top-container, .main, .footer, .footer-toolbar, .footer-cms, .container{width:100%;max-width:1280px;}
body{background-color:#fff;background-image:none;background-repeat:repeat;background-position:0px 0px;}
.top-toolbar-container{background-color:#f6f6f6;background-image:none;background-repeat:repeat;background-position:0px 0px;}
.header-container{background-color:#fff;background-image:none;background-repeat:no-repeat;background-position:0px 0px;}
.main-container{background-color:#fff;background-image:none;background-repeat:no-repeat;background-position:0px 0px;}
.main{background-color:#fff;background-image:none;background-repeat:no-repeat;background-position:0px 0px;}
.footer-container, .footer-cms-container, .footer-toolbar-container{background-color:#f6f6f6;background-image:none;background-repeat:repeat;background-position:0px 0px;}
.nav-container .navpro a.level-top, .nav-container .navpro div.level-top a{font-family:'Muli', sans-serif;font-size:13px;text-transform:uppercase;color:#272e3d;}
.nav-container .navpro li a.nav-a:hover, .nav-container .navpro li .nav-sibling-title a:hover, .nav-container .navpro .over > a.level-top, .nav-container .navpro .over > div.level-top a{color:#c83430;}
.nav-container .navpro .active > a.level-top, .nav-container .navpro .active > div.level-top a, #nav li.active a.level-top:hover, #nav li.active a.level-top.over, .nav-container .navpro li.active a.level-top:hover, .nav-container .navpro li.active a.level-top.over{color:#c83430;}
.nav-container .navpro .nav-ul .nav-a, .nav-container .navpro .nav-ul .nav-sibling-title a{color:#272e3d;}
.nav-container .navpro .nav-ul .nav-a.over, .nav-container .navpro .nav-ul .nav-sibling-title a.over{color:#c83430;}
.nav-container .navpro .nav-ul .active > .nav-a{color:#c83430;}
button.button span{border-color:#2e2e2e;background-color:#2e2e2e;color:#ffffff;}
button.button:hover span{background-color:transparent;color:#2e2e2e;}
button.btn-alt span{border-color:#2e2e2e;background-color:transparent;color:#2e2e2e;}
button.btn-alt:hover span{background-color:#2e2e2e;color:#ffffff;}
.product-view .product-shop .btn-cart span, .amazonstyle-checkboxes .btn-cart span, button.btn-checkout span{border-color:#2e2e2e;background-color:#2e2e2e;color:#ffffff;}
.product-view .product-shop .btn-cart:hover span, .amazonstyle-checkboxes .btn-cart:hover span, button.btn-checkout:hover span{background-color:transparent;color:#2e2e2e;}
@media (max-width: 480px) {
    .header-cart .summary {
        top: -20px;
        left: -25px;
        z-index: 100000;
        right: 35px;
    }
}
.catalog-product-view .products-grid li.item .main-info {
    display:flex;
    flex-direction: column;
}

.catalog-product-view .products-grid li.item .main-info .prolabel-wrapper {
    order: -2;
}
