/* Minification failed. Returning unminified contents.
(507,21): run-time error CSS1036: Expected expression, found '''
(508): Scanner error CSS1002: Unterminated string: '%2F%3E%3C%2Fsvg%3E);
(511,21): run-time error CSS1036: Expected expression, found '''
(512): Scanner error CSS1002: Unterminated string: '%2F%3E%3C%2Fsvg%3E);
(526,21): run-time error CSS1036: Expected expression, found '''
(527): Scanner error CSS1002: Unterminated string: '%2F%3E%3C%2Fsvg%3E);
(530,21): run-time error CSS1036: Expected expression, found '''
(531): Scanner error CSS1002: Unterminated string: '%2F%3E%3C%2Fsvg%3E);
(948,21): run-time error CSS1036: Expected expression, found '''
(949): Scanner error CSS1002: Unterminated string: '%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
(955,21): run-time error CSS1036: Expected expression, found '''
(956): Scanner error CSS1002: Unterminated string: '%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
(13647,20): run-time error CSS1038: Expected hex color, found '#fff0'
(22168,21): run-time error CSS1038: Expected hex color, found '#fff0'
(22369,21): run-time error CSS1038: Expected hex color, found '#fff0'
(22592,21): run-time error CSS1038: Expected hex color, found '#fff0'
 */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/Themes/Prisma/Content/CSS/ajax-loader.gif) center center no-repeat;
}

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

    src: url(/Themes/Prisma/Content/CSS/fonts/slick.eot);
    src: url(/Themes/Prisma/Content/CSS/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/Themes/Prisma/Content/CSS/fonts/slick.woff) format('woff'), url(/Themes/Prisma/Content/CSS/fonts/slick.ttf) format('truetype'), url(/Themes/Prisma/Content/CSS/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;
}

/* 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;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/Themes/Prisma/Content/CSS/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  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: 60px;
  height: 60px;
  margin-top: -30px;
  z-index: 3;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.swiper-button-prev:before,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-next:after{
  position: absolute;
  border: 5px #f7f7f7 solid;
  left: 0; 
  top: 0;
  right: 0; 
  bottom: 0;
  content: "";
  border-radius: inherit;
  -webkit-border-radius: inherit;
}
.swiper-button-prev:after,
.swiper-button-next:after{
  border: 5px #b8cd06 solid;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: all .3s;
  -webkit-transition: all .3s;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after{
  transform: scale(1);
  -webkit-transform: scale(1);
}
.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: url(/Themes/Prisma/Content/img/icon-9.png) 0 0 #fff;
  background-size: 120px 60px;
  left: 50px;
  right: auto;
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover{
  background-position: -60px 0;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E);
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(/Themes/Prisma/Content/img/icon-10.png) -60px 0 #fff;
  background-size: 120px 60px;
  right: 50px;
  left: auto;
}
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover{
  background-position: 0 0;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E);
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E);
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-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;
  font-size: 0;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets.middle{
  bottom: 30px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.small{
  bottom: 30px;
}
.swiper-pagination.relative-pagination {
    position: relative;
    bottom: 5px;
    margin-top: 60px;
}
.swiper-pagination.relative-pagination-small {
    position: relative;
    bottom: 5px;
    margin-top: 30px;
}

/*Desktops (>=992px)*/
@media (max-width: 1199px) {
  .swiper-pagination.md-relative-pagination {
      position: relative;
      bottom: auto;
      margin-top: 15px;
      margin-bottom: 15px;
  }
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
  .swiper-pagination.sm-relative-pagination {
      position: relative;
      bottom: auto;
      margin-top: 15px;
      margin-bottom: 15px;
  }
}

/*Phones (<768px)*/
@media (max-width: 767px) {
  .swiper-pagination.xs-relative-pagination {
      position: relative;
      bottom: auto;
      margin-top: 15px;
      margin-bottom: 15px;
  }
  .swiper-pagination.relative-pagination {
    margin-top: 30px;
  }
}

/* Bullets */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  border: 1px #d9d9d9 solid;
  transition: all .15s;
  -webkit-transition: all .15s;
}
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 {
  border-color: #fff;
}
.swiper-pagination-bullet-active {
  border: 2px #b8cd06 solid;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-pagination-white .swiper-pagination-bullet{
  opacity: .5;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 50px;
  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: 10px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*!
 * jQuery ClassyCountdown
 * www.class.pm
 *
 * Written by Marius Stanciu - Sergiu <marius@class.pm>
 * Licensed under the MIT license www.class.pm/LICENSE-MIT
 * Version 1.0.0
 *
 */.ClassyCountdown-wrapper>div{display:inline-block;position:relative;width:calc(25% - 20px);margin:10px}.ClassyCountdown-wrapper .ClassyCountdown-value{width:100%;line-height:1em;position:absolute;top:50%;text-align:center;left:0;display:block}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/Themes/Prisma/Content/font/fontawesome-webfont.eot?v=4.7.0);src:url(/Themes/Prisma/Content/font/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/Themes/Prisma/Content/font/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/Themes/Prisma/Content/font/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/Themes/Prisma/Content/font/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/Themes/Prisma/Content/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/** KEYFRAMES ANIMATIONS **/

@-webkit-keyframes triangle-skew-spin {
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
		transform: perspective(100px) rotateX(180deg) rotateY(0)
	}

	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
		transform: perspective(100px) rotateX(180deg) rotateY(180deg)
	}

	75% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
		transform: perspective(100px) rotateX(0) rotateY(180deg)
	}

	100% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
		transform: perspective(100px) rotateX(0) rotateY(0)
	}
}

@keyframes triangle-skew-spin {
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
		transform: perspective(100px) rotateX(180deg) rotateY(0)
	}

	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
		transform: perspective(100px) rotateX(180deg) rotateY(180deg)
	}

	75% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
		transform: perspective(100px) rotateX(0) rotateY(180deg)
	}

	100% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
		transform: perspective(100px) rotateX(0) rotateY(0)
	}
}

/*********** CSS RESET **********/

* {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
	box-sizing: border-box;
}

	*:before, *:after {
		box-sizing: border-box;
	}

html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}

ol, ul {
	list-style: none;
}

a img {
	border: none;
}

a:active {
	outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-moz-placeholder {
	opacity: 1;
}

input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
	display: none !important;
}


/*********** GLOBAL STYLES **********/


@font-face {
	font-family: 'prisma';
	src: url(/Themes/Prisma/Content/font/prisma.eot?xwq28l);
	src: url(/Themes/Prisma/Content/font/prisma.eot?xwq28l#iefix) format('embedded-opentype'), url(/Themes/Prisma/Content/font/prisma.ttf?xwq28l) format('truetype'), url(/Themes/Prisma/Content/font/prisma.woff?xwq28l) format('woff'), url(/Themes/Prisma/Content/font/prisma.svg?xwq28l#prisma) format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	max-width: 100%;
	background-color: #fff;
	overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
	font-size: 13px;
}

/* fonts */
.font-open-sans {
	font-family: 'Open Sans';
}

.font-open-sans {
	line-height: 1.2;
}

.font-playfair-display {
	font-family: 'Playfair Display';
}

	.font-playfair-display .product-title {
		line-height: 1.2
	}

	.font-playfair-display .responsive-nav-wrapper .cart-qty,
	.font-playfair-display .responsive-nav-wrapper .wishlist-qty,
	.font-playfair-display .inbox-unread {
		line-height: 15px;
	}

.font-comfortaa {
	font-family: 'Comfortaa';
}

	.font-comfortaa .product-title {
		line-height: 1.3;
	}

.font-fira-sans {
	font-family: 'Fira Sans';
}

	.font-fira-sans .product-title {
		line-height: 1.3;
	}

	.font-fira-sans .responsive-nav-wrapper .cart-qty,
	.font-fira-sans .responsive-nav-wrapper .wishlist-qty,
	.font-fira-sans .inbox-unread {
		line-height: 18px;
	}
/**/

a {
	color: inherit;
	cursor: pointer;
}

img {
	max-width: 100%;
}

a img {
	opacity: 0.99; /*firefox scale bug fix*/
}

table {
	width: 100%;
	border-collapse: collapse;
}

.master-wrapper-page {
	max-width: 100%;
	/*overflow-x: hidden;*/
}

input[type="text"],
input[type="password"],
textarea, select {
	height: 40px;
	border: 1px solid #eee;
	padding: 8px;
	vertical-align: middle;
	font-size: 13px;
	color: #666;
}

input, textarea, select, button {
	font-family: inherit;
}

textarea {
	min-height: 150px;
	resize: none;
}

select {
	min-width: 50px;
	height: 40px;
	padding: 6px;
}

	select:disabled {
		opacity: .5;
	}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}

label, label + * {
	vertical-align: middle;
}

.master-wrapper-content {
	position: relative;
	margin: 0 auto;
	z-index: 0;
}

.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.center-1 {
	margin: 0 0 50px;
}

.center-2, .side-2 {
	margin: 0 0 50px;
}

.page {
	min-height: 200px;
	text-align: center;
}

.page-title {
	margin: 30px 0 20px;
	padding: 8px 15px;
}

	.page-title h1 {
		text-transform: uppercase;
		text-align: center;
		font-size: 24px;
		font-weight: normal;
		color: #444;
	}

	.page:after,
	.page-title:after,
	.page-body:after {
		content: "";
		display: block;
		clear: both;
	}

.buttons {
	margin: 0 0 20px;
	text-align: center;
}

	.buttons .button-1,
	.buttons .button-2,
	.notify-me-button {
		padding: 13px 35px;
		border: 0;
		background: #57b568;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		color: #fff;
	}

.link-rss {
	display: none;
	position: relative;
	width: 18px;
	height: 18px;
	font-size: 0;
}

	.link-rss:after {
		content: '\e90f';
		position: absolute;
		top: 0;
		left: 0;
		font-family: prisma;
		font-size: 18px;
		color: #ccc;
	}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
}

::selection {
	background: #57b568; /* WebKit/Blink Browsers */
	color: #fff;
}

::-moz-selection {
	background: #57b568; /* Gecko Browsers */
	color: #fff;
}


/*********** GLOBAL FORMS ***********/


.fieldset, .section {
	position: relative;
	margin: 0 0 20px;
}

	.fieldset .title,
	.section .title {
		margin: 0 0 10px;
	}

		.fieldset .title strong,
		.section .title strong {
			font-size: 14px;
			color: #444;
		}

.form-fields {
	position: relative;
}

.inputs {
	position: relative;
	text-align: center;
	white-space: nowrap;
	font-size: 0;
}

	.inputs:after {
		content: "";
		display: block;
		clear: both;
	}

	.inputs label {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
		font-size: 13px; /*reset zeroing*/
		color: #888;
	}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}

	.inputs input[type=text].input-validation-error,
	.inputs textarea.input-validation-error,
	.inputs input[type=password].input-validation-error {
		border-bottom: 2px solid #ff5874;
	}

.inputs .option-list {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

	.inputs .option-list li {
		float: left;
		margin: 0 5px;
	}

	.inputs .option-list label {
		margin: 0 3px;
		width: auto;
	}

input[type=checkbox],
input[type=radio] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

	input[type=checkbox] + label,
	input[type=radio] + label,
	#Newsletter + input + label,
	.inputs.reversed input + input + label,
	.selector input + input + label {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 10px 0 10px 24px;
		text-align: left;
		font-size: 13px;
		cursor: pointer;
	}

#Newsletter + input + label,
.inputs.reversed input + input + label,
.selector input + input + label {
	width: auto;
}

	input[type=checkbox] + label:before,
	#Newsletter + input + label:before,
	.inputs.reversed input + input + label:before,
	.selector input + input + label:before,
	input[type=radio] + label:before {
		content: '.';
		position: absolute;
		left: 0;
		top: 50%;
		width: 15px;
		height: 15px;
		background: #ddd;
		-webkit-transform: translateY(-65%);
		-ms-transform: translateY(-65%);
		transform: translateY(-65%);
		text-indent: -9999px;
		font-size: 0;
	}

input[type=radio] + label:before,
input[type=radio] + label:after {
	border-radius: 50%;
}

input[type=radio]:checked + label:before {
	background: #57b568;
}

input[type=radio]:checked + label:after {
	content: '';
	position: absolute;
	top: 39%;
	left: 5px;
	border-radius: 5px;
	width: 5px;
	height: 5px;
	background: #fff;
}

#Newsletter:checked + input + label:after,
.inputs.reversed input:checked + input + label:after,
.selector input:checked + input + label:after,
input[type=checkbox]:checked + label:after {
	content: '\e92a';
	position: absolute;
	left: 0;
	top: 50%;
	width: 15px;
	height: 15px;
	background: #57b568;
	line-height: 15px;
	text-align: center;
	font-family: prisma;
	font-size: 9px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	transform: translateY(-65%);
}

.inputs.reversed {
	text-align: center;
}

.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before {
	content: none;
	opacity: 0;
}

.required {
	margin-left: 4px;
	font-size: 15px;
	vertical-align: top;
	color: #888;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	color: #ff5874;
	vertical-align: bottom;
}

.field-validation-valid,
.username-available-status {
	display: inline-block;
	font-size: 12px;
	color: #57b568;
	vertical-align: bottom;
}

.captcha-box {
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}

	.captcha-box > div {
		display: inline-block;
		margin-left: -20px;
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}

	.captcha-box input {
		height: auto;
	}

select {
	padding: 6px 30px 6px 6px;
	border: 0;
	width: 175px;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFRjIwODYzNENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFRjIwODY0NENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEVGMjA4NjE0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEVGMjA4NjI0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz685BkCAAAAsElEQVR42nzQMQrCMBTG8VQyOLp5gO5Obg49RAcLOhd11lMITrad7VTQG2QVXDuqFxB3B53qP/ICRUIf/EKS9wgfCYwxihriqfz16/VYUlwRe4Zi6aV2MMIAJ+Toi1zubC/SLDNcsMUSE3lthDc2yLRcHnFGJQO2bkjwQNPOGGKMA0rZhy6j/stYYCEv7iSKchnnHRk/WLuMDfaejHdMUduDbv1ZLbkyBFjh5ZpfAQYAKPQox6WTAhgAAAAASUVORK5CYII=) no-repeat 90% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

	select::-ms-expand {
		display: none;
	}

.no-data {
	text-align: center;
	font-size: 13px;
	color: #666;
}

input:disabled,
textarea:disabled {
	background: #ececec;
}


/*********** GLOBAL TABLES ***********/


.table-wrapper {
	overflow-x: auto;
}

.cart,
.forums-table-section table {
	margin: 0 0 4px;
}

	.cart th, .data-table th,
	.forums-table-section th {
		padding: 12px;
		background: #f6f6f6;
		text-transform: uppercase;
		text-align: center;
		font-weight: normal;
		font-size: 11px;
		color: #bbb;
		white-space: nowrap;
	}

	.cart td, .data-table td,
	.compare-products-table td,
	.forums-table-section td {
		padding: 10px;
		border: 1px solid #f6f6f6;
		min-width: 50px;
		background: #fff;
	}

.cart {
	border-collapse: separate;
	text-align: center;
}

	.cart .remove-from-cart input,
	.cart .add-to-cart input {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.cart .remove-from-cart label,
	.cart .add-to-cart label {
		display: inline-block;
		padding: 0 0 0 24px;
	}

	.cart label {
		font-size: 0pt;
	}

	.cart a, .data-table a {
		font-weight: bold;
	}

	.cart .product {
		text-align: center;
	}

	.cart .product-name {
		margin-bottom: 5px;
		border: 0;
		padding: 0;
		font-weight: normal;
		font-size: 15px;
		color: #666;
	}

		.cart .product-name:hover {
			color: #57b568;
		}

	.cart .rental-info,
	.cart .recurring-info,
	.cart .attributes {
		line-height: 20px;
		font-size: 13px;
		color: #aaa;
	}

.data-table .message,
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
	text-align: center;
}

.cart td.unit-price {
	font-weight: bold;
	font-size: 14px;
	color: #888;
}

.cart .qty-input,
.cart .qty-dropdown {
	border: 1px solid #eee;
	width: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.cart .subtotal span {
	display: inline-block;
	margin: 5px 0;
	font-weight: bold;
	font-size: 16px;
	color: #57b568;
	white-space: nowrap;
}

.cart .subtotal .discount,
.cart .subtotal .discount + div {
	font-size: 13px;
	color: #888;
	white-space: nowrap; /*remove this if you have no space enough for discounted products price*/
}


/*********** NOTIFICATIONS & POPUPS  ***********/


.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 15px 25px 15px 15px;
	width: 100%;
	color: #fff;
	opacity: 0.95;
	z-index: 1080;
}

	.bar-notification.success {
		background: #57b568;
	}

	.bar-notification.warning {
		background: #f93;
	}

	.bar-notification.error {
		background: #ff5874;
	}

	.bar-notification .content {
		float: left;
		margin: 0 10px 0 0;
		font-size: 13px;
	}

		.bar-notification .content a {
			color: #fff;
			text-decoration: underline;
		}

	.bar-notification .close {
		position: absolute;
		top: 0;
		right: 0;
		margin: 8px;
		width: 32px;
		height: 32px;
		opacity: 0.7;
	}

		.bar-notification .close:after {
			content: '\e901';
			position: absolute;
			top: 50%;
			left: 50%;
			font-family: prisma;
			font-size: 12px;
			color: #fff;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

		.bar-notification .close:hover {
			opacity: 0.9;
		}

.noscript {
	background-color: #ff9;
	padding: 10px;
	text-align: center;
}

.ajax-loading-block-window {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -30px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #57b568;
	-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

.ui-dialog {
	position: absolute !important;
	width: 450px !important;
	max-width: 95%;
	background: #fff;
	box-shadow: 0 1px 15px rgba(0,0,0,0.3);
	z-index: 1080;
}

.ui-dialog-titlebar {
	padding: 13px;
	background: #57b568;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
}

	.ui-dialog-titlebar button {
		position: absolute;
		top: 0;
		right: 0;
		margin: 8px;
		border: 0;
		width: 24px;
		height: 24px;
		overflow: hidden;
		background: none;
		font-size: 0;
		opacity: 0.7;
	}

		.ui-dialog-titlebar button::after {
			content: '\e901';
			position: absolute;
			top: 50%;
			left: 50%;
			font-family: prisma;
			font-size: 10px;
			color: #fff;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
		}

		.ui-dialog-titlebar button:hover {
			opacity: 0.9;
		}

.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	font-size: 13px;
	color: #666;
}

	.ui-dialog-content .page {
		min-height: 0;
	}

	.ui-dialog-content .page-title {
		margin: 5px 0;
	}

		.ui-dialog-content .page-title h1 {
			font-size: 18px;
		}

	.ui-dialog-content .tooltip {
		margin: 5px 0;
		line-height: 20px;
		text-align: center;
		color: #888;
	}

	.ui-dialog-content button {
		display: block;
		margin: 10px auto 0;
	}

.back-in-stock-subscription-page .page-body > .tooltip {
	width: auto;
}

.reward-points-page .no-data,
.downloadable-products-page .no-data,
.back-in-stock-subscription-list-page .no-data {
	text-align: left;
}

.reward-points-page .no-data {
	margin-top: 20px;
}

.eu-cookie-bar-notification {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -160px;
	padding: 20px;
	width: 320px;
	height: 180px;
	background: #f6f6f6;
	text-align: center;
	box-shadow: 0 1px 15px rgba(0,0,0,0.3);
	z-index: 1050;
}

	.eu-cookie-bar-notification .text {
		margin-bottom: 20px;
		line-height: 20px;
	}

	.eu-cookie-bar-notification button {
		margin: 0 0 20px 0;
		padding: 13px 35px;
		border: 0;
		background: #57b568;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		color: #fff;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

		.eu-cookie-bar-notification button:hover {
			background: #fff;
			color: #57b568;
		}

	.eu-cookie-bar-notification a {
		display: block;
		text-decoration: underline;
	}

.scroll-back-button {
	position: fixed;
	right: 0;
	bottom: 70px;
	border: 1px solid rgba(255,255,255,.7);
	width: 55px;
	height: 50px;
	overflow: hidden;
	background: #57b568;
	transition: all .3s;
	cursor: pointer;
	z-index: 1030;
	opacity: .7;
}

	.scroll-back-button:hover {
		opacity: 1;
	}

	.scroll-back-button:after {
		content: '\e926';
		position: absolute;
		top: 50%;
		left: 50%;
		font-family: prisma;
		font-size: 11px;
		color: #fff;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}


/*********** HEADER ***********/


.admin-header-links {
	background: #fff;
	text-align: center;
}

	.admin-header-links * {
		display: inline-block;
		margin: 0 10px;
		line-height: 35px;
		font-weight: bold;
	}

	.admin-header-links .impersonate {
		display: inline-block;
	}

	.admin-header-links a {
		font-weight: bold;
	}

.master-header-wrapper {
	margin: 0 0 70px;
	background: #57b568;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.home-page-body .master-header-wrapper {
	margin-bottom: 40px;
}

.master-header-wrapper.stick {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1020;
}

	.master-header-wrapper.stick.nav-up {
		top: -180px;
	}

.header-wrapper {
	padding: 8px 5px;
}

	.header-wrapper:after {
		content: '';
		display: block;
		clear: both;
	}

.master-header-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.header {
	float: left;
	width: 36%;
	text-align: center;
}

.header-logo {
	text-align: left;
}

	.header-logo a {
		display: inline-block;
		max-width: 100%;
		line-height: 0; /*firefox line-height bug fix*/
	}

		.header-logo a img {
			max-width: 100%;
		}

.header-links-wrapper {
	opacity: 0;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 7px 15px rgba(0,0,0,.15);
	text-align: center;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	pointer-events: none;
	z-index: 1070;
}

	.header-links-wrapper.opened {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
	}

.header-links ul {
	padding: 6px 0;
	font-size: 0;
}

.header-links li {
	text-align: left;
}

.header-links .ico-cart {
	display: none;
}

.header-links a {
	position: relative;
	display: inline-block;
	padding: 6px 20px;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.inbox-unread,
.responsive-nav-wrapper > div span.wishlist-qty {
	display: inline-block;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background: #ff5874;
	text-align: center;
	line-height: 17px;
	font-size: 10px;
	color: #fff;
	vertical-align: text-top;
	z-index: 1;
}

.header-links a:hover {
	color: #57b568;
}

.header-links a:before {
	display: inline-block;
	margin-right: 8px;
	font-family: prisma;
	font-size: 15px;
	color: #aaa;
	vertical-align: middle;
}

.header-links a.ico-register:before {
	content: '\e94a';
}

.header-links a.ico-login:before {
	content: '\e93c';
}

.header-links a.ico-logout:before {
	content: '\e90d';
}

.header-links a.ico-account:before {
	content: '\e90a';
}

.header-links a.ico-inbox:before {
	content: '\e927';
}

.header-links a.ico-wishlist:before {
	content: '\e919';
}

.header-links .cart-qty {
	padding: 0 0 0 20px;
}

.header-selectors-wrapper {
	padding: 10px;
	background: #eee;
	font-size: 0;
}

	.header-selectors-wrapper > div {
		position: relative;
		margin: 0 0 10px;
		vertical-align: middle;
	}

		.header-selectors-wrapper > div:last-child {
			margin-bottom: 0;
		}

.language-list {
	max-width: 100%;
	font-size: 0;
}

	.language-list li {
		display: inline-block;
		margin-left: 5px;
	}

		.language-list li:nth-child(4n+1) {
			margin-left: 0;
		}

	.language-list a {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		background: #fff;
		line-height: 0;
	}

		.language-list a:hover {
			background: #57b568;
		}

	.language-list img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

.search-box {
	position: relative;
}

	.search-box form {
		position: relative;
	}

		.search-box form:after {
			content: "";
			display: block;
			clear: both;
		}

	.search-box input {
		border: none;
		height: 45px;
		color: #666;
	}

		.search-box input.search-box-text {
			width: 89%;
			width: -webkit-calc(100% - 45px);
			width: calc(100% - 45px);
		}

	.search-box .search-box-button {
		width: 45px;
		font-size: 0;
	}

.responsive-nav-wrapper-parent {
	float: right;
}


/* RESPONSIVE NAV WRAPPER */


.responsive-nav-wrapper {
	text-align: center;
	font-size: 0;
}

	.responsive-nav-wrapper:after {
		content: "";
		display: block;
		clear: both;
	}

	.responsive-nav-wrapper > div {
		display: inline-block;
		padding: 0;
		width: 45px;
		height: 44px;
	}

		.responsive-nav-wrapper > div:hover > span,
		.responsive-nav-wrapper > div:hover > a {
			background: rgba(0,0,0,.1);
		}

		.responsive-nav-wrapper > div > span,
		.responsive-nav-wrapper > div > a {
			position: relative;
			display: block;
			height: 100%;
			font-size: 0;
			-webkit-transition: all .3s;
			transition: all .3s;
		}

		.responsive-nav-wrapper > div span:after,
		.responsive-nav-wrapper > div a:after {
			position: absolute;
			top: 50%;
			left: 50%;
			font-family: prisma;
			font-size: 20px;
			color: #fff;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			cursor: pointer;
		}

	.responsive-nav-wrapper .search-wrap,
	.responsive-nav-wrapper .wishlist-button {
		display: none;
	}

.shopping-cart-link {
	position: relative;
}

.responsive-nav-wrapper .menu-title > span:after {
	content: '\e908';
}

.responsive-nav-wrapper .shopping-cart-link > a:after {
	content: '\e913';
	font-size: 25px;
}

.responsive-nav-wrapper .personal-button > span:after {
	content: '\e945';
}

.header .store-search-box ::-webkit-input-placeholder,
.header .store-search-box ::-moz-placeholder,
.header .store-search-box :-ms-input-placeholder,
.header .store-search-box :-moz-placeholder {
	color: #bbb;
}

.responsive-nav-wrapper > div span.cart-qty,
.responsive-nav-wrapper > div span.wishlist-qty {
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	line-height: 16px;
	background: #ff5874;
	font-size: 8px;
	color: #fff;
	z-index: 1;
	pointer-events: none;
}

.ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete {
	position: absolute;
	border: 1px solid #eee;
	overflow: hidden;
	width: 100% !important;
	max-width: 100%;
	font-size: 14px;
	color: #666;
	background: #fff;
	z-index: 1070;
}

	.ui-autocomplete li {
		border-top: 1px solid #ccc;
	}

		.ui-autocomplete li:first-child {
			border-top: none;
		}

	.ui-autocomplete a {
		display: block;
		padding: 20px;
		background: #f6f6f6;
		text-align: left;
	}

		.ui-autocomplete a.ui-state-focus {
			background: #fff;
			color: #57b568;
		}

	.ui-autocomplete img {
		display: none;
		margin-right: 5px;
		vertical-align: middle;
	}

.slider-wrapper.theme-custom {
	margin: 0 auto 30px; /*overrides default slider*/
}


/*********** FOOTER ***********/


.footer {
	text-align: center;
	background: #eee;
}

.footer-upper {
	padding: 55px 10px 30px;
	overflow: hidden;
	min-height: 240px;
	background-color: #57b568;
	background-repeat: repeat;
}

	.footer-upper.electronics-pattern {
		background-image: url(/Themes/Prisma/Content/img/electronics_pattern.png);
	}

	.footer-upper.baby-pattern {
		background-image: url(/Themes/Prisma/Content/img/baby_bgr.png);
	}

	.footer-upper.fashion-pattern {
		background-image: url(/Themes/Prisma/Content/img/fashion_pattern.png);
	}

	.footer-upper.furniture-pattern {
		background-image: url(/Themes/Prisma/Content/img/furniture_pattern.png);
	}

.footer-middle {
	padding: 20px 0;
	overflow: hidden;
}

	.footer-middle .title {
		margin-bottom: 10px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
		color: #444;
	}

.footer-block .list {
	display: none;
	margin-bottom: 30px;
}

.footer-block > .title {
	margin: 0;
}

.footer-middle > div li {
	padding: 5px 0;
	font-size: 13px;
	color: #888;
}

.footer-middle li.address:before,
.footer-middle li.phone:before {
	display: inline-block;
	margin-right: 10px;
	font-family: prisma;
	font-size: 24px;
	color: #57b568;
	vertical-align: middle;
}

.footer-middle li.address:before {
	content: '\e93b';
}

.footer-middle li.phone:before {
	content: '\e942';
}

.newsletter {
	position: relative;
	padding-bottom: 30px;
	min-height: 150px;
}

	.newsletter .title {
		margin: 0 0 20px;
		text-transform: uppercase;
		font-size: 20px;
		color: #fff;
	}

.newsletter-email {
	margin: 0 auto;
	padding: 3px;
	max-width: 490px;
	background: #fff;
	overflow: hidden;
}

	.newsletter-email .newsletter-subscribe-text {
		float: left;
		border: 0;
		width: 91%;
		width: -webkit-calc(100% - 42px);
		width: calc(100% - 42px);
		height: 42px;
	}

	.newsletter-email .newsletter-subscribe-button {
		position: relative;
		float: left;
		width: 42px;
		height: 42px;
		border: none;
		font-size: 0;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzOEZFRDhFNDlFMDExRTdBMzYzQkM2OTBCNDlFMEM2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzOEZFRDhGNDlFMDExRTdBMzYzQkM2OTBCNDlFMEM2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDM4RkVEOEM0OUUwMTFFN0EzNjNCQzY5MEI0OUUwQzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDM4RkVEOEQ0OUUwMTFFN0EzNjNCQzY5MEI0OUUwQzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41lQ1HAAACC0lEQVR42qzUT0gUYRjH8XVb8g/ChkqoIO1BBDtESZEgXkS9dvGUqJcgTLrkIbEgO4SHTCRRgqJAvJgnxYMJCXpQAzu40SG6dEgTD5JJQZlu38d+I8PLju7qDnxY5513fj7zzPtOViKRCGX4yEUvSkIWnkGX8DHx/1gJZ6hay+nCEs5r7FskA8ExjKDWN7aDtZNW3ooVJ3gCm1b5cXtbiHH1dgE/9fcPxLCLjuNU3oi4fjtRgDxd61ZLwulWnoun2MMcKrGEX6p6EWFc0Xl1qsFVWmK/cRc5mFA7ZvEHFzT3msJjR4WeQpdCLfwisjCKv7iv4Ee+e24q/PRhwfZi5tWGAVVr470au4F3+Oy7Zh5iY3/nBwS3YQtf0eAbv6Oq7Glu65/UOfe+QDxZuH+JjaHAd61ZYcMo07J7laSwKbxxwxuxiu9ocW6oU99H1fNJPXphkvD3eOmF2xIb9C2xc87kq1oVb+0loUlPdj2gpeveCw7pJu+wqjcdVvEyojijp5sOCI5od9r7CNmHqw8zAbsxBz3oxxaeIYpbAfPPaneu7p8dsc6jvhbUqHW29KoD5h/sTjtP9duSjef4hF0sYBzlzrxS/a6nU/kH7cjL6ms71vQ+hlDk7M7swzaRG27HE+daPh5gW+7hsbc70wn/orBkc4pV/Y7mxlMNj+hTWp/Cl7MCr9Hnjf0TYADbWdTe/XW5RgAAAABJRU5ErkJggg==);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #57b568;
	}

	.newsletter-email .options {
		display: none;
	}

.newsletter-validation,
.newsletter-result {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}

	.newsletter-validation .please-wait {
		display: none !important;
	}

.accepted-payment-methods ul {
	font-size: 0;
}

.accepted-payment-methods li {
	display: inline-block;
	width: 50px;
	height: 30px;
	background: url(/Themes/Prisma/Content/img/payment_sprite.png) no-repeat;
}

.accepted-payment-methods .method1 {
	background-position: 0 0;
}

.accepted-payment-methods .method2 {
	background-position: -50px 0;
}

.accepted-payment-methods .method3 {
	background-position: -100px 0;
}

.accepted-payment-methods .method4 {
	background-position: -150px 0;
}

.accepted-payment-methods .method5 {
	background-position: -200px 0;
}

.accepted-payment-methods .method6 {
	background-position: -250px 0;
}

.social-sharing {
	font-size: 0;
}

.footer-middle .social-sharing li {
	display: inline-block;
	margin: 0 3px 6px;
	padding: 0;
}

.social-sharing a {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	background: #57b568;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.social-sharing li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.social-sharing li a:hover:before {
	background: #eee;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.social-sharing a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 20px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-sharing a:hover:after {
	color: #57b568;
}

.social-sharing .facebook:after {
	content: '\e934';
}

.social-sharing .twitter:after {
	content: '\e915';
}

.social-sharing .google:after {
	content: '\e936';
}

.social-sharing .pinterest:after {
	content: '\e943';
}

.social-sharing .vimeo:after {
	content: '\e917';
}

.social-sharing .youtube:after {
	content: '\e91b';
}

.social-sharing .rss:after {
	content: '\e90f';
}

.footer-lower {
	overflow: hidden;
	margin: 0 9px;
	border-top: 1px solid rgba(0,0,0,0.05);
	font-size: 13px;
	color: #888;
}

.footer-lower-wrapper {
	padding: 30px 25px;
}

	.footer-lower-wrapper > div {
		margin-bottom: 5px;
	}

.footer-powered-by a,
.footer-designed-by a {
	color: #000;
}

	.footer-powered-by a:hover,
	.footer-designed-by a:hover {
		color: #57b568;
	}

.theme-selector {
	margin: 20px auto;
	width: 175px;
}


/*********** LEFT/RIGHT COLUMN ***********/


.side-2 {
	background: #f6f6f6;
}

.block {
	border-bottom: 5px solid #fff;
}

	.block .title а,
	.block .title strong {
		position: relative;
		display: block;
		padding: 15px 20px;
		text-transform: uppercase;
		font-size: 14px;
		color: #444;
		cursor: pointer;
	}

		.block .title а:after,
		.block .title strong:after {
			content: '\e923';
			position: absolute;
			top: 50%;
			right: 15px;
			width: 28px;
			height: 28px;
			background: #fff;
			text-align: center;
			line-height: 28px;
			font-family: prisma;
			font-size: 10px;
			color: #dcdde0;
			-webkit-transform: translateY(-50%) rotate(180deg);
			-ms-transform: translateY(-50%) rotate(180deg);
			transform: translateY(-50%) rotate(180deg);
		}

	.block .title.open а:after,
	.block .title.open strong:after {
		-webkit-transform: translateY(-50%) rotate(0);
		-ms-transform: translateY(-50%) rotate(0);
		transform: translateY(-50%) rotate(0);
	}

	.block .listbox {
		display: none;
		padding: 15px 20px 40px;
		font-size: 13px;
	}

		.block .listbox li a:before {
			content: '\e925';
			display: inline-block;
			margin-right: 10px;
			font-family: prisma;
			font-size: 10px;
			color: #dcdde0;
			transition: all .3s;
		}

		.block .listbox li a:hover:before {
			-webkit-transform: translateX(5px);
			-ms-transform: translateX(5px);
			transform: translateX(5px);
		}

		.block .listbox:after {
			content: "";
			display: block;
			clear: both;
		}

	.block .list a {
		display: inline-block;
		padding: 8px 3px;
	}

	.block .list > li > a {
		color: #666;
	}

		.block .list > li > a:hover,
		.block .sublist > li > a:hover {
			color: #57b568;
		}

	.block .sublist > li > a {
		color: #888;
	}

	.block .sublist > li.active > a {
		color: #57b568;
	}

	.block .list .product-name {
		max-width: 72%;
	}

.block-poll .listbox li a:before,
.block-popular-tags .listbox li a:before,
.block-popular-blogtags .listbox li a:before,
.block-recently-viewed-products .listbox li a:before {
	content: none;
}

.block .sublist {
	padding: 0 15px 5px 10px;
	font-size: 12px;
}

.block .view-all {
	margin: 10px 0 0;
}

	.block .view-all a {
		display: inline-block;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		color: #57b568;
	}

		.block .view-all a:after {
			content: '\e925';
			display: inline-block;
			margin-left: 10px;
			font-family: prisma;
			font-size: 10px;
			color: #ccc;
			vertical-align: middle;
			-webkit-transition: all .3s;
			transition: all .3s;
		}

		.block .view-all a:hover:after {
			-webkit-transform: translateX(5px);
			-ms-transform: translateX(5px);
			transform: translateX(5px);
			color: #57b568;
		}

.block .tags {
	margin: 0 0 10px;
	font-size: 0;
}

	.block .tags ul {
		font-size: 0;
	}

	.block .tags li,
	.product-tags-all-page li {
		display: inline-block;
		position: relative;
		margin: 0 10px;
		overflow: hidden;
	}

	.block .tags li {
		margin: 2px;
	}

		.block .tags li a,
		.product-tags-all-page li a {
			display: inline-block;
			padding: 3px 10px;
			line-height: 24px;
			font-size: 13px !important; /*setting base size*/
			color: #888;
			background: #fff;
		}

.product-tags-all-page .product-tags-list {
	text-align: left;
}

.product-tags-all-page li a {
	padding: 0;
	background: none;
}

.poll strong {
	display: block;
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 14px;
	color: #444;
}

.poll-options,
.poll-results {
	margin: 0 auto 15px;
	max-width: 420px;
}

	.poll-options li,
	.poll-results li {
		display: block;
		margin: 5px 0;
		font-size: 14px;
		color: #444;
	}

		.poll-options li input {
			display: none;
		}

	.poll-options input[type=radio] + label {
		display: block;
		padding: 10px 15px;
		border-left: 4px solid transparent;
		background: #fff;
		font-size: 14px;
		color: #888;
		transition: all .3s;
		cursor: pointer;
	}

	.poll-options li label:hover,
	.poll-options li input:checked + label {
		border-left-color: #57b568;
	}

		.poll-options li label:before,
		.poll-options li input:checked + label:after {
			content: none;
		}

.poll .buttons input {
	padding: 10px 20px;
	border: 0;
	background: #57b568;
	min-width: 150px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}

.home-page-polls {
	padding: 40px 0;
	text-align: center;
}

	.home-page-polls .poll + .poll {
		margin-bottom: 30px;
	}

	.home-page-polls .title {
		margin: 0 0 25px;
		padding: 15px 0;
		border-bottom: 1px solid #eee;
		text-transform: uppercase;
		font-size: 24px;
		color: #444;
	}

		.home-page-polls .title strong {
			font-weight: normal;
		}

	.home-page-polls input[type=radio] + label {
		background: #f6f6f6;
	}


/********** CATEGORY PAGE **********/



.breadcrumb {
	margin-top: 15px;
	text-align: center;
}

	.breadcrumb ul {
		font-size: 0;
	}

	.breadcrumb li {
		display: inline-block;
		line-height: 1.6;
		font-size: 13px;
	}

		.breadcrumb li:first-child:before {
			content: '\e938';
			display: inline-block;
			margin-right: 5px;
			font-family: prisma;
			font-size: 15px;
			color: #ddd;
			vertical-align: middle;
		}

		.breadcrumb li a {
			color: #000;
			background-color: #FFC426;
		}

		.breadcrumb li .delimiter {
			position: relative;
			display: inline-block;
			margin: 0 10px;
			width: 10px;
			height: 10px;
			vertical-align: middle;
			font-size: 0;
		}

			.breadcrumb li .delimiter:after {
				content: '\e925';
				position: absolute;
				top: 50%;
				left: 50%;
				font-family: prisma;
				font-size: 10px;
				color: #ddd;
				-webkit-transform: translate(-50%,-50%);
				-ms-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
			}

	.breadcrumb strong {
		font-weight: normal;
		color: #444;
	}

.category-grid {
	padding: 30px 15px 15px;
	background: #fff;
}

	.category-grid .item-box {
		position: relative;
		margin-bottom: 30px;
		width: 100%;
	}

.category-page .sub-category-item li {
	font-size: 13px;
}

.filter-options {
	display: none;
}

.category-grid .item-box:nth-of-type(2n) {
	margin-left: 0;
}

.category-grid .item-box .title {
	margin: 0;
	padding: 25px 0;
	height: auto;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #444;
}

.category-page .item-box .title {
	padding: 20px;
	font-size: 16px;
}

.category-grid .item-box .content-wrapper {
	position: relative;
	margin: -40px auto 40px;
	width: 83%;
	height: auto;
	background: #fff;
	z-index: 2;
}

.category-page .item-box .content-wrapper {
	margin: -30px auto 0;
}

.category-grid .item-box .sub-categories-list {
	text-align: center;
	font-size: 14px;
}

	.category-grid .item-box .sub-categories-list li {
		margin-bottom: 8px;
		color: #888;
	}

		.category-grid .item-box .sub-categories-list li a:hover {
			color: #57b568;
		}

.html-recently-added-products-page .master-wrapper-content,
.vendor-page .master-wrapper-content,
.manufacturer-page .master-wrapper-content,
.category-page-body .master-wrapper-content {
	width: 100%;
}

.category-page-body .page-body {
	background: #f6f6f6;
}

.category-description,
.manufacturer-description,
.vendor-description {
	padding: 15px;
	line-height: 24px;
	font-size: 13px;
	color: #888;
}

.contact-vendor {
	margin: 0 0 20px;
}

.contact-vendor-button {
	border: 0;
	padding: 12px 20px;
	border: 1px solid #eee;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

.product-tag-page .product-list,
.product-tag-page .product-grid {
	margin: 0;
	padding: 20px;
	background: #f6f6f6;
}

.product-tag-page .pager {
	background: #f6f6f6;
}

.vendor-page .product-grid {
	padding: 5px;
	background: #f6f6f6;
}

.vendor-description,
.manufacturer-description {
	margin-bottom: 20px;
	padding: 20px;
	background: #f6f6f6;
}

.product-filters {
	display: none;
}

.product-selectors {
	padding: 10px 15px;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	background: #f6f6f6;
	font-size: 13px;
	color: #aaa;
}

	.product-selectors:after {
		content: "";
		display: block;
		clear: both;
	}

	.product-selectors > div {
		display: inline-block;
		margin: 5px;
		vertical-align: middle;
	}

	.product-selectors select {
		margin: 0 5px;
		border: 1px solid #eee;
		color: #666;
	}

	.product-selectors .product-sorting select {
		width: 120px;
	}

	.product-selectors .product-viewmode {
		display: none;
		font-size: 0;
	}

		.product-selectors .product-viewmode span {
			vertical-align: middle;
		}

		.product-selectors .product-viewmode a {
			position: relative;
			display: inline-block;
			width: 37px;
			height: 37px;
			font-size: 0;
			opacity: 0.15;
			vertical-align: middle;
		}

			.product-selectors .product-viewmode a:after {
				position: absolute;
				top: 50%;
				left: 50%;
				font-family: prisma;
				font-size: 19px;
				color: #000;
				-webkit-transform: translate(-50%,-50%);
				-ms-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
			}

			.product-selectors .product-viewmode a.grid:after {
				content: '\e937';
			}

			.product-selectors .product-viewmode a.list:after {
				content: '\e93a';
				font-size: 20px;
			}

			.product-selectors .product-viewmode a.selected {
				opacity: 1;
			}

				.product-selectors .product-viewmode a.selected:after {
					color: #fff;
				}

	.product-selectors .product-page-size span {
		float: left;
		margin: 8px 2px;
	}

	.product-selectors .product-page-size select {
		float: right;
		width: 80px;
	}

.product-viewmode a.selected {
	background: #57b568;
}



.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	float: left;
	margin: 0 0 30px;
	width: 49%;
}

	.item-box:nth-of-type(2n) {
		margin-left: 2%;
	}

.two-per-row .product-grid .item-box {
	width: 100%;
}

	.two-per-row .product-grid .item-box:nth-of-type(2n) {
		margin-left: 0;
	}

.item-box .picture {
	overflow: hidden;
	background: #fff;
	z-index: 1;
}

	.item-box .picture a {
		position: relative;
		display: block;
	}

		.item-box .picture a:before {
			content: "";
			display: block;
			padding-top: 100%;
		}

	.item-box .picture img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		max-width: 100%;
	}

.item-box .details {
	padding-top: 10px;
	text-align: left;
}

.item-box .product-title,
.item-box .title {
	margin: 0 0 10px 0;
	height: 40px;
	font-weight: normal;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}

	.item-box .product-title:hover,
	.item-box .title:hover {
		color: #444;
	}

	.item-box .product-title a,
	.item-box .title a {
		display: block;
	}

.item-box .sku {
	display: none; /*remove if you want to show sku*/
}

.item-box .product-rating-box {
	display: none;
}

.item-box .rating {
	margin-bottom: 5px;
	width: 70px;
	height: 11px;
	background-image: url(/Themes/Prisma/Content/img/rating.svg);
	background-repeat: repeat-x;
	background-color: #ccc;
}

	.item-box .rating div {
		height: 11px;
		background-image: url(/Themes/Prisma/Content/img/rating.svg);
		background-repeat: repeat-x;
		background-color: #57b568;
	}

.item-box .description {
	display: none;
	margin-bottom: 5px;
	font-size: 14px;
	color: #aaa;
}

.product-list .item-box .description {
	line-height: 24px;
}

.item-box .description a {
	display: block;
	overflow: hidden;
}

.item-box .prices {
	height: 34px;
	line-height: 1;
	overflow: hidden;
}

.item-box .old-price {
	margin-right: 7px;
	text-decoration: line-through;
	font-weight: bold;
	font-size: 16px;
	color: #aaa;
}

.item-box .actual-price {
	font-weight: bold;
	font-size: 18px;
	color: #57b568;
}

.item-box .base-price-pangv,
.item-box .tax-shipping-info {
	white-space: nowrap;
	font-size: 11px;
	color: #aaa;
}

.also-purchased-products-grid .item-box .old-price,
.related-products-grid .item-box .old-price {
	font-size: 15px;
}

.also-purchased-products-grid .item-box .actual-price,
.related-products-grid .item-box .actual-price {
	font-size: 16px;
}

.item-box .buttons-wrapper {
	display: none;
}

.item-box .buttons {
	display: inline-block;
	margin: 0;
	font-size: 0;
}

.product-list .item-box .buttons {
	direction: ltr;
	border-right: 4px solid #f6f6f6;
}

.product-list .item-box .buttons-wrapper .buttons button {
	border-bottom: 3px solid #57b568;
	height: 48px;
}

.item-box .buttons-wrapper button,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
	position: relative;
	padding: 0;
	border: 0;
	width: 47px;
	height: 45px;
	background: none;
	font-weight: normal;
	color: #57b568;
	font-size: 0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

	.item-box .buttons-wrapper button:after {
		position: absolute;
		top: 50%;
		left: 50%;
		font-family: prisma;
		font-size: 18px;
		color: #888;
		transition: all .3s;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 1;
	}

	.item-box .buttons-wrapper button:hover:after {
		color: #57b568;
	}

.item-box .add-to-compare-list-button:after {
	content: '\e91d';
}

.item-box .add-to-wishlist-button:after {
	content: '\e91e';
}

.product-list .item-box .product-box-add-to-cart-button:before,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before,
.item-type-2 .item-box .product-box-add-to-cart-button:before {
	content: '\e91c';
	display: inline-block;
	margin-right: 10px;
	font-family: prisma;
	font-weight: normal;
	font-size: 18px;
	vertical-align: middle;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before {
	margin: 0;
}

.item-type-2 .bestsellers .product-box-add-to-cart-button:after,
.item-type-1 .product-grid .product-box-add-to-cart-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #57b568;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
}

.item-type-2 .bestsellers .product-box-add-to-cart-button:hover:after,
.item-type-1 .product-box-add-to-cart-button:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.item-type-1 .item-box .buttons-wrapper .product-box-add-to-cart-button:hover:after {
	color: #fff;
}

.item-box .buttons button + button:before {
	content: '.';
	position: absolute;
	top: 3px;
	left: 0;
	height: 35px;
	width: 1px;
	background: #eee;
	text-indent: -9999px;
	font-size: 0;
}

.product-grid .buttons button:before,
.bestsellers .buttons button:before {
	background: #eee;
}

.item-type-2 .product-grid .buttons button:before {
	background: rgba(0,0,0,.15);
}

.product-grid .item-box .buttons-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
}

.item-type-1 .product-grid .buttons-wrapper .product-box-add-to-cart-button:after {
	content: '\e91c';
	color: #57b568;
}

.item-box .buttons-wrapper button:after {
	color: #888;
}

.product-grid .item-box .buttons-wrapper,
.bestsellers.product-grid .item-box .buttons-wrapper {
	top: 4px;
	border-bottom: 3px solid #57b568;
	background: #fff;
}

.item-type-2 .product-grid .buttons button:first-child:before {
	content: none;
}

.product-grid .buttons button:before,
.item-type-2 .bestsellers .buttons button:first-child:before,
.item-type-2 .product-grid .buttons button + button:before {
	content: '.';
	position: absolute;
	top: 3px;
	left: 0;
	height: 35px;
	width: 1px;
	text-indent: -9999px;
	font-size: 0;
}

.item-type-2 .product-grid .item-box .buttons-wrapper {
	top: -42px;
	padding-bottom: 45px;
	border-bottom: 0;
	background: none;
	z-index: 1;
}

.bestsellers.product-grid .item-box .buttons-wrapper {
	padding-bottom: 0;
	border-bottom: 0;
	background: #fff;
}

.item-type-2 .product-grid .item-box .product-box-add-to-cart-button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	height: 45px;
	width: 100%;
	transition: all .3s;
	z-index: 1;
}

	.item-type-2 .product-grid .item-box .product-box-add-to-cart-button:hover {
		background: #57b568;
		color: #fff;
	}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
	position: relative;
	width: 45px;
	font-size: 0;
}

	.bestsellers.product-grid .item-box .product-box-add-to-cart-button:hover {
		background: none;
	}

.item-type-2 .product-grid .item-box .buttons {
	border-top: 3px solid transparent;
	height: 45px;
	width: 100%;
	background: rgba(255,255,255,.9);
	text-align: center;
	-webkit-transform: translateY(45px);
	-ms-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.bestsellers.product-grid .item-box .buttons {
	display: inline-block;
	border: 0;
	width: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.item-type-2 .product-grid .item-box:hover .buttons {
	border-color: #57b568;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.bestsellers.product-grid .item-box:hover .buttons {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.product-grid,
.product-list {
	margin: 15px auto 0;
	width: 95%;
}

.category-page .product-grid {
	margin-top: 40px;
}

.product-grid .title {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	color: #444;
}

	.product-grid .title strong {
		font-weight: normal;
	}

.product-grid.featured-product-grid {
	padding-bottom: 0;
	margin-bottom: 0;
}

.cross-sells {
	margin-top: 100px;
	padding: 20px;
	background: #f6f6f6;
}

.pager {
	padding: 5px;
	border-top: 4px solid #fff;
	background: #f6f6f6;
}

	.pager ul {
		text-align: center;
		font-size: 0;
	}

	.pager li {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

		.pager li:last-child {
			margin: 0;
		}

	.pager li {
		position: relative;
		background: #fff;
	}

		.pager li a,
		.pager li span {
			position: relative;
			display: block;
			width: 35px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			font-size: 14px; /*reset zeroing*/
			color: #aaa;
			cursor: pointer;
		}

			.pager li a:hover,
			.pager li span:hover,
			.pager li.current-page span {
				color: #fff;
			}

		.pager li:before,
		.pager li.current-page:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: #57b568;
			-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
			transform: scaleY(0);
			-webkit-transform-origin: 50% 100%;
			-ms-transform-origin: 50% 100%;
			transform-origin: 50% 100%;
			-webkit-transition-property: transform;
			transition-property: transform;
			-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
			-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
		}

		.pager li.current-page:before,
		.pager li:hover:before {
			-webkit-transform: scaleY(1);
			-ms-transform: scaleY(1);
			transform: scaleY(1);
			-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
			transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		}

		.pager li.previous-page a,
		.pager li.next-page a,
		.pager li.first-page a,
		.pager li.last-page a {
			position: relative;
			font-size: 0;
		}

			.pager li.previous-page a:after,
			.pager li.next-page a:after,
			.pager li.first-page a:after,
			.pager li.last-page a:after {
				position: absolute;
				top: 50%;
				left: 50%;
				font-family: prisma;
				font-size: 10px;
				-webkit-transform: translate(-50%,-50%);
				-ms-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
			}

			.pager li.previous-page a:after {
				content: '\e921';
			}

			.pager li.next-page a:after {
				content: '\e922';
			}

			.pager li.first-page a:after {
				content: '\e924';
			}

			.pager li.last-page a:after {
				content: '\e925';
			}

.category-page .pager ~ div {
	padding-top: 20px;
	border-top: 4px solid #fff;
}

	.category-page .pager ~ div div {
		background: none;
	}

/*manufacturers , vendors*/

.manufacturer-grid,
.vendor-grid,
.recently-added-products-page .product-grid {
	padding: 5px;
	background: #f6f6f6;
}

.manufacturer-page .product-grid,
.vendor-page .produt-ct-grid {
	margin: 0 auto;
	padding: 10px;
	background: #f6f6f6;
}

.vendor-item .picture,
.manufacturer-item .picture {
	position: relative;
}

	.vendor-item .picture .hover,
	.manufacturer-item .picture .hover {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #57b568;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		opacity: 0;
	}

.vendor-item:hover .picture .hover,
.manufacturer-item:hover .picture .hover {
	opacity: .9;
}

.vendor-item .picture .hover span,
.manufacturer-item .picture .hover span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vendor-item .title,
.manufacturer-item .title {
	height: auto;
	text-align: center;
}

	.vendor-item .title a,
	.manufacturer-item .title a {
		margin: 0;
		padding: 15px 0;
		margin-top: 4px;
		background: #fff;
		text-transform: uppercase;
		font-size: 14px;
		color: #666;
	}

.vendor-item:hover .title a,
.manufacturer-item:hover .title a {
	color: #57b568;
}

/* home page */

.home-page .product-grid,
.home-page .bestsellers {
	position: relative;
	padding: 50px 0 0;
	border-bottom: 4px solid #fff;
	margin: 0 auto;
	background: #f6f6f6;
}

.home-page-product-grid:before,
.home-page-product-grid:after,
.bestsellers:before,
.bestsellers:after {
	content: '.';
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 50%;
	background: #f6f6f6;
	text-indent: -9999px;
	font-size: 0;
}

.home-page-product-grid:before,
.bestsellers:before {
	right: 100%;
}

.bestsellers:after,
.home-page-product-grid:after {
	left: 100%;
}

.home-page-category-grid,
.manufacturer-grid {
	margin: 0 0 0;
}

	.home-page-category-grid .item-grid {
		font-size: 0;
	}

	.home-page-category-grid .item-box {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

.two-colums-wrapper {
	padding: 50px 0;
	overflow: hidden;
}


/********** PRODUCT PAGE **********/


.product-essential {
	margin: 0 0 50px;
}

	.product-essential:after {
		content: "";
		display: block;
		clear: both;
	}

.product-name {
	margin-bottom: 20px;
	padding: 10px;
	overflow: hidden;
}

	.product-name h1 {
		text-align: center;
		font-size: 26px;
		color: #444;
	}

	.product-name .breadcrumb {
		margin-bottom: 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #eee;
	}

.product-content-wrappper {
	padding: 10px 0;
	background: #f6f6f6;
}

.gallery {
	margin: 0 0 20px;
}

	.gallery .picture {
		position: relative;
		width: 320px;
		max-width: 100%;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		font-size: 0;
	}

		.gallery .picture a {
			display: inline-block;
			max-width: 100%; /*Ie fix*/
			width: 100%;
		}

		.gallery .picture:before {
			content: '';
			display: block;
			padding-top: 100%;
		}

		.gallery .picture img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			max-width: 100%;
			max-height: 100%;
		}

	.gallery .picture-thumbs {
		margin: 10px 0 0;
		overflow: hidden;
		text-align: center;
		font-size: 0;
	}

	.gallery .thumb-item {
		display: inline-block;
		position: relative;
		width: 80px;
		margin: 0 5px 10px 0;
		overflow: hidden;
		cursor: pointer;
	}

		.gallery .thumb-item:last-child {
			margin-right: 0;
		}

		.gallery .thumb-item:before {
			content: '';
			display: block;
			padding-top: 100%;
		}

		.gallery .thumb-item img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			max-width: 100%;
			max-height: 100%;
		}

.overview,
.variant-overview {
	position: relative;
	margin: 0 0 20px;
}

.discontinued-product h4 {
	margin: 0 0 20px;
	font-size: 14px;
	color: #c00;
}
/*ATTR*/
.overview > div,
.variant-overview > div {
	padding: 15px;
	margin: 0;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-size: 14px;
	color: #666;
}

.overview .short-description,
.variant-overview .short-description {
	padding-bottom: 25px;
	line-height: 24px;
}

.overview .label,
.variant-overview .label {
	display: inline-block;
	width: 50%;
	color: #aaa;
	vertical-align: top;
}

.product-review-box {
	float: right;
	margin-top: 5px;
	width: 50%;
	text-align: left;
}

	.product-review-box .rating {
		width: 70px;
		height: 11px;
		background-image: url(/Themes/Prisma/Content/img/rating_gray.svg);
		background-repeat: repeat-x;
		background-color: #ccc;
	}

		.product-review-box .rating div {
			height: 11px;
			background-image: url(/Themes/Prisma/Content/img/rating_gray.svg);
			background-repeat: repeat-x;
			background-color: #57b568;
		}

.product-no-reviews a {
	color: #57b568;
}

.product-review-links {
	color: #aaa;
}

	.product-review-links span {
		display: none;
	}

	.product-review-links a:hover {
		color: #57b568;
	}

	.product-review-links span + a {
		display: block;
		font-size: 13px;
		color: #57b568;
	}

		.product-review-links span + a:before {
			content: '\e91a';
			display: inline-block;
			margin-right: 5px;
			font-family: prisma;
			font-size: 14px;
			color: #aaa;
		}

.overview .additional-details,
.variant-overview .additional-details {
	padding: 0;
}

.additional-details > div {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

	.additional-details > div:last-child {
		border: 0;
	}

.overview .quantity-container {
	border: 0;
}

.overview .value a,
.variant-overview .value a {
	color: #57b568;
}

.back-in-stock-subscription {
	margin-top: 10px;
	font-size: 0;
}

	.back-in-stock-subscription:before {
		content: '\e93f';
		display: inline-block;
		margin-right: 5px;
		font-family: prisma;
		font-size: 22px;
		color: #aaa;
		vertical-align: middle;
	}

.overview .back-in-stock-subscription .subscribe-button,
.variant-overview .back-in-stock-subscription .subscribe-button {
	border: none;
	padding: 0;
	background: none;
	font-size: 13px;
	color: #57b568;
	vertical-align: middle;
}

.free-shipping {
	color: #aaa;
}

	.free-shipping:after {
		content: '\e92a';
		float: right;
		width: 50%;
		text-align: left;
		font-family: prisma;
		font-size: 20px;
		color: #57b568;
	}

.overview .delivery,
.variant-overview .delivery {
	padding: 0;
}

	.overview .delivery > div,
	.variant-overview .delivery > div {
		padding: 15px;
	}

		.overview .delivery > div + div,
		.variant-overview .delivery > div + div {
			border-top: 1px solid #eee;
		}

.overview .delivery-date,
.variant-overview .delivery-date {
	margin: 5px 0;
}

.download-sample-button {
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	color: #57b568;
}

	.download-sample-button:before {
		content: '\e932';
		display: inline-block;
		margin-right: 5px;
		font-family: prisma;
		font-size: 14px;
		color: #aaa;
	}

.overview input[type=text],
.variant-overview input[type=text],
.attributes select {
	border: 0;
	width: 100%;
	max-width: 100%;
	text-align: left;
	font-size: 13px;
	color: #666;
}

.overview .attributes .variant-overview .attributes {
	padding: 0;
}

.overview .attributes,
.variant-overview .attributes {
	padding: 0;
}

.attributes > ul > li {
	border-bottom: 1px solid #eee;
}

	.attributes > ul > li:after {
		content: '';
		display: block;
		clear: both;
	}

	.attributes > ul > li:last-of-type {
		border: 0;
	}

.attributes div {
	padding: 10px 15px 10px;
	color: #aaa;
}

.attributes li ul li {
	margin: 0;
}

.attributes select {
	background-position: 96% center;
}

.qq-uploader .qq-upload-button {
	border: 0;
	width: auto;
	background: #fff;
	color: #57b568;
}

#product_attribute_22uploader,
.attributes div .qq-uploader {
	padding: 0;
}

.attributes div .qq-uploader {
	border-bottom: 4px solid #57b568;
}

.qq-uploader .qq-upload-button div {
	padding: 0;
	font-weight: bold;
	color: inherit;
}

.qq-uploader .qq-upload-list li.qq-upload-success {
	margin-top: 10px;
	padding-top: 13px;
	background: #57b568;
}

.qq-uploader .qq-upload-list li.qq-upload-fail {
	margin-top: 10px;
}

#product_attribute_22downloadurl,
#product_attribute_22downloadurl + div {
	display: inline-block;
	padding: 10px 0;
	width: 49%;
	text-align: center;
}
/*option list*/
.attributes .option-list {
	font-size: 0;
}

	.attributes .option-list li {
		display: inline-block;
		margin: 2px;
	}

	.attributes .option-list.radio-list label {
		display: block;
		padding: 0 10px;
		height: 35px;
		background: white;
		text-align: center;
		line-height: 35px;
		font-size: 14px;
		color: #888;
		-webkit-transition: all .3s;
		transition: all .3s;
		cursor: pointer;
		white-space: nowrap;
	}

	.attributes .option-list.checkbox-list li {
		display: block;
		margin: 0;
		text-align: left;
		padding-left: 10px;
		background: #fff;
	}

	.attributes .option-list.radio-list li:hover label,
	.attributes .option-list.radio-list input[type=radio]:checked + label {
		background: #57b568;
		color: #fff;
	}

	.attributes .option-list input[type=radio] + label:before,
	.attributes .option-list input[type=radio]:checked + label:after {
		content: none;
	}

/*attr squares*/
.attribute-squares {
	font-size: 0;
}

	.attribute-squares li {
		display: inline-block;
		margin: 0 5px 0 0;
		line-height: normal !important;
		text-align: center;
	}

		.attribute-squares.option-list li:hover label,
		.attribute-squares li.selected-value label {
			border-color: #ccc;
			background: #fff;
		}

	.attribute-squares label {
		display: block;
		padding: 3px;
		border: 1px solid transparent;
		margin: 0 !important;
		width: 38px;
		height: 38px;
		background: none;
		overflow: hidden;
	}

	.attribute-squares span {
		display: block;
	}

.attribute-square {
	border: 1px solid #ddd;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.attribute-squares .tooltip-container {
	display: none;
}

/*attr rent period*/
.rental-attributes .attribute-item > div {
	padding: 0;
}

.rental-attributes .attribute-label {
	margin-bottom: 10px;
	font-size: 14px;
	color: #aaa;
}

.attribute-item:last-of-type {
	margin-bottom: 0;
}

.attribute-data {
	position: relative;
	max-width: 100%;
}

	.attribute-data:after {
		content: '\e930';
		position: absolute;
		top: 10px;
		right: 10px;
		font-family: prisma;
		font-size: 16px;
		color: #ddd;
	}

.ui-datepicker {
	margin-top: 4px;
	width: 280px;
	background-color: #fff;
	text-align: center;
}

.ui-datepicker-header {
	position: relative;
	margin: 0 10px;
	border-bottom: 1px solid #eee;
	height: 50px;
	background-color: #fff;
}

	.ui-datepicker-header a {
		position: absolute;
		top: 10px;
		width: 30px;
		height: 30px;
		background: #f9f9f9;
		font-size: 0;
		z-index: 1;
	}

		.ui-datepicker-header a.ui-datepicker-prev {
			left: 0;
		}

		.ui-datepicker-header a.ui-datepicker-next {
			right: 0;
		}

		.ui-datepicker-header a:after {
			position: absolute;
			top: 50%;
			left: 50%;
			font-family: prisma;
			font-size: 10px;
			color: #bbb;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
		}

		.ui-datepicker-header a.ui-datepicker-prev:after {
			content: '\e924';
		}

		.ui-datepicker-header a.ui-datepicker-next:after {
			content: '\e925'
		}

.ui-datepicker-title {
	position: relative;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	z-index: 0;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
}

.ui-datepicker-calendar th {
	text-transform: uppercase;
	color: #888;
}

.ui-datepicker-calendar td {
	border: 1px solid #eee;
	font-size: 12px;
	color: #aaa;
}

	.ui-datepicker-calendar th span,
	.ui-datepicker-calendar td a {
		display: block;
		min-height: 32px;
		line-height: 32px;
	}

.ui-datepicker-week-end {
	background: #f9f9f9;
}

.ui-state-highlight {
	background: #57b568;
	color: #fff;
}
/*prices*/
.overview .prices,
.variant-overview .prices {
	overflow: hidden;
	text-align: center;
}

.tax-shipping-info {
	display: block;
	font-size: 13px;
	color: #aaa;
}

.overview .rental-price,
.variant-overview .rental-price {
	display: block;
	color: #aaa;
	vertical-align: text-bottom;
}

.overview .old-product-price,
.variant-overview .old-product-price {
	text-decoration: line-through;
	font-weight: bold;
	font-size: 16px;
	color: #aaa;
}

	.overview .old-product-price label,
	.variant-overview .old-product-price label,
	.overview .product-price label,
	.variant-overview .product-price label,
	.overview .non-discounted-price label,
	.variant-overview .non-discounted-price label {
		display: none;
	}

.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

.overview .product-price,
.variant-overview .product-price {
	font-weight: bold;
	font-size: 22px;
	color: #57b568;
}

.tier-prices {
	margin: 0 0 20px;
	clear: both;
}

	.tier-prices .title {
		margin-bottom: 10px;
	}

		.tier-prices .title strong {
			font-weight: normal;
			color: #aaa;
		}

	.tier-prices .prices-table {
		background: #fff;
	}

		.tier-prices .prices-table:after {
			content: '';
			display: block;
			clear: both;
		}

	.tier-prices .prices-row {
		float: left;
		width: 50%;
	}

		.tier-prices .prices-row > div {
			border-top: 1px solid #eee;
			border-right: 1px solid #eee;
			padding: 10px;
		}

		.tier-prices .prices-row.thead > div {
			border-right: 1px solid #eee;
			border-left: 1px solid #eee;
		}

		.tier-prices .prices-row > div:last-of-type {
			border-bottom: 1px solid #eee;
		}

	.tier-prices .field-header {
		color: #888;
	}

.overview .customer-entered-price,
.variant-overview .customer-entered-price {
	padding: 15px;
	overflow: hidden;
	background: #f6f6f6;
	text-align: center;
}

.customer-entered-price label {
	display: inline-block;
	margin-bottom: 5px;
	color: #aaa;
}

.customer-entered-price > div {
	display: inline-block;
}

.customer-entered-price .price-input input {
	padding: 5px;
	border: 0;
	width: 50%;
	text-align: right;
	color: #666;
}

.customer-entered-price .enter-price-input {
	width: 50px;
	text-align: center;
}

.customer-entered-price .price-range,
.base-price-pangv {
	display: block;
	margin-top: 5px;
	line-height: 1;
	font-size: 13px;
	color: #ccc;
}

	.customer-entered-price .price-range:before,
	.customer-entered-price .price-range:after,
	.base-price-pangv:before,
	.base-price-pangv:after {
		font-size: 13px;
		color: #ccc;
	}

	.customer-entered-price .price-range:before,
	.base-price-pangv:before {
		content: '(';
	}

	.customer-entered-price .price-range:after,
	.base-price-pangv:after {
		content: ')';
	}
/*giftcard form*/
.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
	clear: both;
	text-align: center;
}

	.giftcard div {
		margin: 0 0 10px;
	}

	.giftcard label {
		display: block;
		margin: 0 0 5px;
		text-align: center;
		font-size: 13px;
		color: #666;
	}

	.giftcard input[type=text],
	.giftcard textarea {
		display: block;
		margin: 0 auto;
		border: 0;
		width: 350px;
		max-width: 100%;
	}

	.giftcard textarea {
		height: 150px;
	}
/*QTY*/
.attributes .qty-box {
	margin: 10px 0 0 0;
	padding: 0;
}

	.attributes .qty-box input {
		width: 48px;
		height: 32px;
	}

.overview .qty-label,
.variant-overview .qty-label {
	font-size: 14px;
	color: #aaa;
}

.overview .qty-input[type=text],
.variant-overview .qty-input[type=text],
.overview .qty-dropdown[type=text],
.variant-overview .qty-dropdown[type=text] {
	margin: 0 4px;
	padding: 12px 5px;
	border: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	color: #444;
}

.overview .qty-wrapper,
.variant-overview .qty-wrapper {
	border: 0;
	text-align: center;
}

.qty-wrapper .qty-dropdown {
	width: 50px;
}

.qty-wrapper span {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #fff;
	vertical-align: middle;
	font-size: 0;
	cursor: pointer;
}

	.qty-wrapper span:after {
		position: absolute;
		top: 50%;
		left: 50%;
		line-height: 36px;
		text-align: center;
		font-family: prisma;
		font-size: 12px;
		color: #ddd;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: color .3s;
		transition: color .3s;
	}

	.qty-wrapper span:hover:after {
		color: #57b568;
	}

.qty-wrapper .decrease:after {
	content: '\e93d';
}

.qty-wrapper .increase:after {
	content: '\e944';
}
/*BNTS*/
.overview .overview-buttons,
.variant-overview .overview-buttons,
.download-sample {
	clear: both;
	padding: 0 15px;
	text-align: center;
	font-size: 0;
}

.overview .overview-buttons {
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.overview.grouped .overview-buttons {
	border: 0;
	padding-top: 0;
	border-bottom: 1px solid #eee;
}

.overview-buttons > div {
	display: inline-block;
}

.overview .add-to-cart,
.variant-overview .add-to-cart {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

.overview .compare-products,
.overview .email-a-friend {
	position: relative;
	display: inline-block;
	margin: 10px 2px 10px 0;
	width: 50px;
	height: 50px;
}

	.overview .compare-products input,
	.overview .email-a-friend input {
		position: absolute;
		top: 0;
		left: 0;
		width: 45px;
		height: 45px;
		-webkit-transition: all .3s;
		transition: all .3s;
		opacity: 0;
		z-index: 2;
	}

	.overview .compare-products:after,
	.overview .email-a-friend:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 45px;
		height: 45px;
		background: #fff;
		line-height: 45px;
		text-align: center;
		font-family: prisma;
		font-size: 17px;
		color: #bbb;
		-webkit-transition: all .3s;
		transition: all .3s;
		pointer-events: none;
	}

	.overview .compare-products:after {
		content: '\e91d';
	}

	.overview .email-a-friend:after {
		content: '\e933';
	}

	.overview .compare-products:hover:after,
	.overview .email-a-friend:hover:after,
	.overview .add-to-wishlist:hover:after,
	.overview .compare-products:hover input,
	.overview .email-a-friend:hover input,
	.overview .add-to-wishlist:hover input {
		color: #57b568;
	}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	display: inline-block;
	margin: 8px 10px;
	font-size: 13px;
	color: #aaa;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	position: relative;
	display: block;
}

.overview .add-to-wishlist,
.variant-overview .add-to-wishlist,
.overview .add-to-cart,
.variant-overview .add-to-cart {
	display: block;
	margin-bottom: 4px;
	width: 100%;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
	position: relative;
	padding: 15px 0;
	border: 0;
	width: 100%;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	color: #aaa;
}

	.overview .add-to-cart-button span,
	.variant-overview .add-to-cart-button span,
	.overview .add-to-wishlist-button span,
	.variant-overview .add-to-wishlist-button span {
		position: relative;
		z-index: 1;
	}

		.overview .add-to-cart-button span:before,
		.variant-overview .add-to-cart-button span:before,
		.overview-buttons .add-to-wishlist button span:before,
		.variant-overview .add-to-wishlist-button span:before {
			display: inline-block;
			margin: -4px 15px 0 0;
			font-weight: normal;
			font-family: prisma;
			font-size: 18px;
			color: #bbb;
			vertical-align: middle;
		}

		.overview-buttons .add-to-wishlist button span:before,
		.variant-overview .add-to-wishlist-button span:before {
			content: '\e91e';
		}

		.overview .add-to-cart-button span:before,
		.variant-overview .add-to-cart-button span:before {
			content: '\e91c';
			color: #fff;
		}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	background: #57b568;
	font-weight: bold;
	color: #fff;
	transition: all .3s;
}

/*.overview .add-to-cart-button:before,
	.variant-overview .add-to-cart-button:before,
	.overview-buttons .add-to-wishlist button:before,
	.variant-overview .add-to-wishlist-button:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		-webkit-transition: transform .3s ease-out;
		transition: transform .3s ease-out;
	}*/

/*.overview-buttons .add-to-wishlist button:before,
.variant-overview .add-to-wishlist-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}*/


/*.overview .add-to-cart-button:hover:before,
.variant-overview .add-to-cart-button:hover:before,
.overview-buttons .add-to-wishlist button:hover:before,
.variant-overview .add-to-wishlist-button:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}*/
.overview-buttons .add-to-wishlist button:hover:before,
.variant-overview .add-to-wishlist-button:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.overview .add-to-cart-button:hover span:before,
.variant-overview .add-to-cart-button:hover span:before {
	color: #57b568;
}

.overview-buttons .add-to-wishlist button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview-buttons .add-to-wishlist button:hover span:before,
.variant-overview .add-to-wishlist-button:hover span:before {
	color: #fff;
}

/*.overview-buttons .add-to-wishlist button:before,
.variant-overview .add-to-wishlist-button:before {
	background: #bbb;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}*/

/*.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before {
	background: #fff;
}*/

.variant-overview .overview-buttons {
	margin-top: 15px;
	border: 0;
}

.overview .product-options {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
	width: 100%;
}

.overview .product-share-wrapper {
	line-height: 30px;
	text-align: center;
}

.product-share-wrapper .label {
	width: auto;
}

.product-social-buttons {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}

	.product-social-buttons li {
		display: inline-block;
		margin: 0 1px;
	}

		.product-social-buttons li a {
			position: relative;
			display: block;
			font-size: 0;
			width: 30px;
			height: 30px;
		}

			.product-social-buttons li a:before {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				-webkit-transform: scaleY(0);
				-ms-transform: scaleY(0);
				transform: scaleY(0);
				-webkit-transform-origin: 50% 0;
				-ms-transform-origin: 50% 0;
				transform-origin: 50% 0;
				-webkit-transition: all .3s ease-out;
				transition: all .3s ease-out;
			}

		.product-social-buttons li.facebook {
			background: #4a65a2;
		}

		.product-social-buttons li.twitter {
			background: #3abafd;
		}

		.product-social-buttons li.google {
			background: #bd2d45;
		}

		.product-social-buttons li.pinterest {
			background: #e94949;
		}

		.product-social-buttons li.facebook a:before {
			background: #4a65a2;
		}

		.product-social-buttons li.twitter a:before {
			background: #3abafd;
		}

		.product-social-buttons li.google a:before {
			background: #bd2d45;
		}

		.product-social-buttons li.pinterest a:before {
			background: #e94949;
		}

		.product-social-buttons li a:after {
			position: absolute;
			top: 50%;
			left: 50%;
			font-family: prisma;
			color: #fff;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

		.product-social-buttons li.facebook a:after {
			content: '\e934';
			font-size: 14px;
		}

		.product-social-buttons li.twitter a:after {
			content: '\e915';
			font-size: 16px;
		}

		.product-social-buttons li.google a:after {
			content: '\e936';
			font-size: 16px;
		}

		.product-social-buttons li.pinterest a:after {
			content: '\e943';
			font-size: 14px;
		}
/**overview end*/
.full-description {
	clear: both;
	margin: 0 15px 20px;
	line-height: 24px;
	font-size: 13px;
	text-align: left;
	color: #888;
}

.product-collateral {
	margin: 50px 0;
}

	.product-collateral > div {
		margin: 0 0 50px;
	}

	.product-collateral .title {
		margin: 0 0 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eee;
		text-transform: uppercase;
		text-align: center;
		font-size: 24px;
		color: #444;
	}

	.product-collateral .table-wrapper {
		padding: 30px;
		background: #f9f9f9;
	}

	.product-collateral .title strong {
		font-weight: normal;
	}

.product-specs-box .data-table {
	border-color: #eee;
}

	.product-specs-box .data-table td {
		padding: 10px;
		font-size: 14px;
		color: #888;
	}

	.product-specs-box .data-table .spec-value {
		color: #444;
	}

.product-specs-box .attribute-square {
	margin: 0 auto;
	width: 20px;
	height: 20px;
}

.product-tags-list {
	text-align: center;
	font-size: 0;
}

	.product-tags-list li {
		display: inline-block;
		margin: 3px;
		padding: 8px 10px;
		background: #eee;
		font-size: 13px; /*reset zeroing*/
		color: #888;
	}

		.product-tags-list li:before {
			content: '\e914';
			display: inline-block;
			font-family: prisma;
			font-size: 15px;
			color: #ccc;
			vertical-align: middle;
			transition: all .3s;
		}

		.product-tags-list li:hover:before {
			-webkit-transform: rotate(15deg);
			-ms-transform: rotate(15deg);
			transform: rotate(15deg);
			transform-origin: top right;
		}

		.product-tags-list li.separator {
			display: none;
		}

	.product-tags-list a {
		display: inline-block;
		line-height: 24px;
	}

.product-variant-line {
	margin: 0 0 30px;
	padding: 20px 15px;
	background: #f6f6f6;
}

	.product-variant-line:after {
		content: "";
		display: block;
		clear: both;
	}

.variant-picture {
	position: relative;
	width: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}

.variant-overview {
	width: 100%;
}

.variant-name {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
}

.variant-overview .variant-description {
	padding: 15px;
	margin: 0;
	border-top: 1px solid #eee;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}

.variant-overview .add-to-wishlist-button {
	display: block;
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 13px 0;
}

.variant-overview button.add-to-wishlist-button span:before {
	margin: 0;
}

.related-products-grid,
.also-purchased-products-grid {
	position: relative;
	margin: 50px auto;
	border-bottom: 4px solid #fff;
	width: 100%;
}

	.related-products-grid .title,
	.also-purchased-products-grid .title {
		padding-bottom: 25px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eee;
		text-transform: uppercase;
		text-align: center;
		font-size: 24px;
		color: #444;
	}

	.related-products-grid .item-grid,
	.also-purchased-products-grid .item-grid {
		padding: 30px 30px 0;
		background: #f6f6f6;
	}

.ui-tabs {
	margin: 0 0 20px;
}

	.ui-tabs .ui-tabs-nav {
		margin-bottom: 4px;
		overflow: hidden;
		font-size: 0pt;
	}

		.ui-tabs .ui-tabs-nav li {
			position: relative;
			display: inline-block;
			margin-right: 4px;
			background: #f9f9f9;
		}

			.ui-tabs .ui-tabs-nav li a {
				position: relative;
				display: inline-block;
				padding: 15px 45px;
				text-transform: uppercase;
				font-size: 14px;
				color: #888;
				-webkit-transition: all .3s;
				transition: all .3s;
				z-index: 1;
			}

			.ui-tabs .ui-tabs-nav li:hover a,
			.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
			.ui-tabs .ui-state-active.ui-tabs-active a {
				color: #fff;
			}

			.ui-tabs .ui-tabs-nav li:before {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background: #57b568;
				-webkit-transform: scaleY(0);
				-ms-transform: scaleY(0);
				transform: scaleY(0);
				-webkit-transform-origin: 50% 100%;
				-ms-transform-origin: 50% 100%;
				transform-origin: 50% 100%;
				-webkit-transition: transform .3s ease-out;
				transition: transform .3s ease-out;
			}

			.ui-tabs .ui-tabs-nav li:hover:before,
			.ui-tabs .ui-tabs-nav li.ui-state-active:before {
				-webkit-transform: scaleY(1);
				-ms-transform: scaleY(1);
				transform: scaleY(1);
				-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
				transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
			}

	.ui-tabs .ui-tabs-panel {
		background: #f9f9f9;
		font-size: 13px;
		color: #888;
	}

		.ui-tabs .ui-tabs-panel .table-wrapper {
			padding: 10px;
		}

		.ui-tabs .ui-tabs-panel p {
			margin: 10px 0;
			line-height: 24px;
		}

	.ui-tabs .ui-tabs-hide {
		display: none;
	}

	.ui-tabs .ui-tabs-panel th,
	.ui-tabs .ui-tabs-panel td {
		padding: 15px;
		border: 1px solid #eee;
		background: #fff;
	}

		.ui-tabs .ui-tabs-panel td a {
			font-weight: normal;
		}

	.ui-tabs .ui-tabs-panel input {
		position: static;
		clip: auto;
		height: auto;
		width: auto;
	}


/********** PRODUCT REVIEWS **********/


.product-reviews-page h1 a {
	color: #57b568;
}

.product-reviews-page .title,
.new-comment .title,
.comment-list .title {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #444;
}

.write-review,
.new-comment {
	margin: 0 0 20px;
	padding: 20px;
	background: #f9f9f9;
}

	.write-review .fieldset {
		border-bottom: 1px solid #eee;
	}

	.write-review .form-fields {
		margin: 0 auto 20px;
		padding-bottom: 10px;
		max-width: 430px;
	}

	.write-review .inputs,
	.new-comment .inputs {
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
		margin-bottom: 10px;
	}

	.write-review .inputs {
		border: 0;
	}

		.write-review .inputs label {
			margin-bottom: 5px;
			text-align: left;
		}

	.write-review ::-webkit-input-placeholder {
		color: #bbb;
	}

	.write-review ::-moz-placeholder {
		color: #bbb;
	}

	.write-review :-ms-input-placeholder {
		color: #bbb;
	}

	.write-review :-moz-placeholder {
		color: #bbb;
	}

	.write-review .inputs label {
		margin-bottom: 5px;
		text-align: left;
	}

	.write-review .buttons {
		margin: 10px 0 0;
		padding-top: 20px;
		border-top: 1px solid #eee;
	}

	.write-review input[type=text],
	.write-review textarea,
	.new-comment input[type=text],
	.new-comment textarea {
		border: 1px solid #eee;
		height: 40px;
		width: 100%;
	}

	.write-review .required {
		margin-left: 5px;
	}

	.write-review .review-rating {
		padding: 12px;
		border: 1px solid #eee;
		background: #fff;
		text-align: left;
	}

		.write-review .review-rating label {
			margin: 0 0 5px;
			padding: 0;
			font-size: 13px;
			color: #666;
			vertical-align: middle;
		}

			.write-review .review-rating label:before {
				content: none;
			}

.review-rating ul {
	float: right;
	font-size: 0;
	vertical-align: middle;
}

.rating-options {
	overflow: hidden;
	width: 70px;
}

	.rating-options input {
		float: right;
		margin: 0 0 0 -12px;
		width: 12px;
		height: 12px;
		opacity: 0;
	}

.write-review .rating-options:hover label:hover,
.write-review .rating-options:hover label:hover ~ label,
.write-review .rating-options input:checked ~ label {
	background-color: #57b568;
}

	.write-review .rating-options input:checked ~ label:after {
		content: none;
	}

.write-review .rating-options label,
.write-review .rating-options:hover label {
	position: relative;
	float: right;
	display: block;
	width: 12px;
	height: 11px;
	background-color: #ccc;
	background-image: url(/Themes/Prisma/Content/img/rating.svg);
	background-position: 0 0;
	font-size: 0;
	cursor: pointer;
}

.write-review .review-rating li {
	display: inline-block;
	height: 17px;
	vertical-align: middle;
	cursor: default;
}

	.write-review .review-rating li.first {
		color: #c00;
	}

	.write-review .review-rating li:nth-child(2) {
		padding-top: 2px;
	}

		.write-review .review-rating li:nth-child(2) input {
			vertical-align: baseline;
		}

	.write-review .review-rating li.last {
		color: #690;
	}

.write-review .captcha-box {
	margin: 15px 0 0;
}

.product-reviews-page .message-error {
	margin: 0 0 20px;
}

.product-reviews-page .result {
	margin: 20px;
	font-size: 14px;
	color: #57b568;
}

.product-review-list {
	overflow: hidden;
	padding: 20px;
	background: #f9f9f9;
}

.product-review-item {
	margin: 0 0 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	overflow: hidden;
}

	.product-review-item:last-of-type {
		border-bottom: 0;
	}

	.product-review-item .review-item-head {
		margin: 0 0 20px;
		overflow: hidden;
	}

	.product-review-item .review-title {
		float: left;
		max-width: 80%;
		color: #444;
	}

	.product-review-item .product-review-box {
		float: right;
		margin: 0;
		width: auto;
	}

	.product-review-item .review-text {
		margin: 0 0 15px;
		line-height: 24px;
		text-align: left;
		color: #888;
	}

	.product-review-item .review-info {
		margin: 0 0 5px;
		text-align: left;
	}

		.product-review-item .review-info label {
			color: #aaa;
		}

		.product-review-item .review-info strong {
			font-weight: normal;
			color: #aaa;
		}

		.product-review-item .review-info a {
			font-weight: bold;
			color: #57b568;
		}

		.product-review-item .review-info span {
			color: #666;
		}

		.product-review-item .review-info .separator {
			color: #d8d8d8;
		}

.product-review-helpfulness {
	position: relative;
	text-align: left;
	padding-bottom: 15px;
}

	.product-review-helpfulness .question {
		margin: 0 5px 0 0;
		color: #aaa;
	}

		.product-review-helpfulness .question + span {
			display: inline-block;
			vertical-align: middle;
		}

	.product-review-helpfulness .result {
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 0;
		width: 100%;
		text-align: center;
		font-size: 12px;
	}

.product-review-item .reply {
	margin: 30px 0 0;
	padding: 15px;
	background: #f6f6f6;
}

.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}

.vote-stats {
	display: none;
}

.vote-options {
	display: inline-block;
}

.product-review-helpfulness .vote {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #fff;
	vertical-align: top;
	cursor: pointer;
	font-size: 0;
}

	.product-review-helpfulness .vote:after {
		content: '\e92a';
		position: absolute;
		top: 50%;
		left: 50%;
		font-family: prisma;
		font-size: 12px;
		color: #57b568;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.product-review-helpfulness .vote + .vote:after {
		content: '\e901';
		color: #e53850;
	}


/********** WISHLIST & COMPARE LIST **********/


.wishlist-content {
	margin: 0 0 4px;
}

	.wishlist-content .table-wrapper {
		margin-bottom: 4px;
	}

	.wishlist-content .cart .sku,
	.wishlist-content .cart col:nth-of-type(3) {
		display: none;
	}

	.wishlist-content .message-error {
		margin: 0 10px 10px;
	}

	.wishlist-content .tax-shipping-info {
		margin: 20px 0 20px;
		text-align: center;
	}

	.wishlist-content .buttons {
		padding: 15px;
		background: #f6f6f6;
		font-size: 0;
	}

	.wishlist-content button.button-2 {
		display: block;
		margin: 0 auto 5px;
		padding: 13px 25px;
		width: 250px;
		background: #fff;
		color: #57b568;
	}

	.wishlist-content .button-2 span {
		display: inline-block;
		vertical-align: middle;
	}

	.update-cart-button:before,
	.continue-shopping-button:before,
	.wishlist-content .button-2:before {
		display: inline-block;
		margin: -3px 8px 0 0;
		font-weight: normal;
		font-family: prisma;
		font-size: 16px;
		color: #ccc;
		vertical-align: middle;
	}

.update-cart-button:before,
.update-wishlist-button:before {
	content: '\e949';
}

.wishlist-add-to-cart-button:before {
	content: '\e91c';
}

.email-a-friend-wishlist-button:before {
	content: '\e933';
}

.wishlist-page .share-info {
	position: relative;
	padding: 30px;
	background: #f6f6f6;
	font-size: 13px;
	color: #aaa;
	text-align: center;
}

	.wishlist-page .share-info:before {
		content: '\e919';
		position: absolute;
		top: 50%;
		left: 50%;
		font-family: prisma;
		font-size: 60px;
		color: #e9e9e9;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 0;
	}

	.wishlist-page .share-info a {
		display: block;
		margin: 5px 0;
		font-weight: bold;
		color: #57b568;
	}

	.wishlist-page .share-info a,
	.wishlist-page .share-info span {
		position: relative;
		z-index: 1;
	}

	.wishlist-page .share-info span {
		color: #888;
	}

.compare-products-page {
	position: relative;
	overflow: hidden;
}

	.compare-products-page .clear-list {
		display: block;
		margin: 0 0 20px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		color: #57b568;
	}

		.compare-products-page .clear-list:before {
			content: '\e901';
			display: inline-block;
			margin-right: 5px;
			font-family: prisma;
			font-size: 10px;
			color: #bbb;
		}

	.compare-products-page .remove-button {
		padding: 8px 10px;
		border: 0;
		background: #eee;
		text-transform: uppercase;
		font-size: 11px;
		color: #aaa;
	}

		.compare-products-page .remove-button:before {
			content: '\e901';
			display: inline-block;
			margin-right: 5px;
			font-family: prisma;
			font-size: 8px;
			color: #bbb;
		}

.compare-products-table {
	display: none;
}

.compare-products-page img {
	max-width: 100%;
}

.compare-products-table td:first-child {
	background: #f6f6f6;
	text-align: right;
	font-size: 15px;
	color: #aaa;
}

.compare-products-table .full-description {
	display: none;
}

.compare-products-table-mobile img {
	max-width: 160px;
}


/*********** TOPICS ***********/


.home-page .topic-block {
	margin: 0 auto 20px;
	padding: 30px 0;
	text-align: center;
}

.topic-block-title {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}

	.topic-block-title h2 {
		font-size: 24px;
	}

.home-page .topic-block-title h2 {
	font-weight: normal;
	font-size: 24px;
	color: #444;
}

.topic-block-body {
	padding: 0 10px;
	line-height: 20px;
	font-size: 14px;
	color: #888;
}

.topic-block a,
.topic-page a {
	text-decoration: underline;
}

.topic-page .page-body {
	line-height: 20px;
	font-size: 14px;
	color: #888;
}

.popup-window .topic-page {
	padding: 15px;
}

.not-found-page p {
	margin: 30px 0;
}

.topic-password {
	margin: 50px 0 100px;
	padding: 20px;
	background: #f6f6f6;
	text-align: center;
}

	.topic-password .password-error {
		display: block;
	}

.enter-password-title {
	margin: 0 0 10px;
	font-size: 13px;
	color: #666;
}

.enter-password-form {
	display: inline-block;
	overflow: hidden;
}

	.enter-password-form input[type="password"] {
		width: 200px;
		height: 36px;
	}

	.enter-password-form input[type="submit"] {
		display: block;
		width: 150px;
		margin: 20px auto 0;
		padding: 10px 35px;
		border: none;
		height: 36px;
		background: #57b568;
		text-transform: uppercase;
		font-size: 14px;
		color: #fff;
	}

.password-error {
	margin: 0 0 10px;
}

.registration-page .accept-privacy-policy label {
	display: inline-block;
}


/*********** CONTACT & EMAIL A FRIEND ***********/


.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
	padding: 10px;
	text-align: center;
	background: #f6f6f6;
}

.contact-page .title,
.contact-page .topic-block-title,
.contact-page .topic-block-body,
.apply-vendor-page .title,
.apply-vendor-page .topic-block-title,
.apply-vendor-page .topic-block-body {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	max-width: 100%;
}

.apply-vendor-page .topic-block {
	margin-bottom: 0;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 0 15px;
}

.account-page .inputs,
.password-recovery-page .inputs,
.registration-page .inputs,
.contact-page .inputs,
.email-a-friend-page .inputs,
.apply-vendor-page .inputs {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.contact-page .result,
.email-a-friend-page .result {
	font-size: 14px;
	color: #57b568;
}

.account-page .inputs:last-child,
.registration-page .inputs:last-child {
	border: 0;
}

.account-page input[type=text],
.password-recovery-page input[type=text],
.registration-page input[type=text] {
	width: 350px;
}

.contact-page input[type=text],
.email-a-friend-page input[type=text],
.apply-vendor-page input[type=text],
.contact-page textarea,
.email-a-friend-page textarea,
.apply-vendor-page textarea {
	width: 400px;
}

.account-page label,
.password-recovery-page label,
.registration-page label,
.contact-page label,
.email-a-friend-page label,
.apply-vendor-page label {
	font-size: 13px;
	color: #666;
}

.account-page .message-error {
	margin: 10px 0;
}

.password-recovery-page .message-error,
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 10px 20px;
}

.email-a-friend-page .title h2 {
	padding: 15px 0;
	font-weight: normal;
	color: #57b568;
}

.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
	margin: 0;
}

.accept-privacy-policy .read {
	color: #57b568;
}

.customer-pages-body .side-2 {
	margin-bottom: 30px;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/


.account-page,
.registration-page .fieldset {
	margin-bottom: 4px;
	padding: 20px;
	min-height: auto;
	background: #f6f6f6;
}

	.account-page .title,
	.registration-page .title {
		margin-bottom: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
		text-transform: uppercase;
		font-size: 14px;
		color: #444;
	}

	.account-page .page-title {
		display: none;
	}

.customer-pages-body .center-2 {
	margin: 0 10px 50px;
	background: #f6f6f6;
}

.gender {
	display: inline-block;
}

	.gender span {
		display: inline-block;
		width: 105px;
		vertical-align: middle;
	}

.account-page .date-of-birth select,
.registration-page .date-of-birth select {
	width: 31%; /*birth-date selectors, always single line*/
	max-width: 110px;
	background-position: 90% center;
}

.date-of-birth select + select {
	margin: 0 0 0 10px;
}

.check-username-availability-button {
	margin: 10px 0 0;
	border: 0;
	background: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #57b568;
}

.btn-wrapper {
	margin: 0 auto;
	max-width: 350px;
	text-align: right;
}

.field-validation-valid, .username-available-status,
.username-not-available-status {
	float: left;
	margin-top: 8px;
}

#username-availabilty:empty {
	display: none;
}

.account-page select,
.registration-page select {
	border: 1px solid #eee;
	background-position: 97% center;
}

.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 13px; /*reset zeroing*/
	color: #aaa;
	white-space: normal;
}

	.vat-note em {
		font-style: normal;
	}

.accept-privacy-policy {
	margin: 0 0 10px;
	text-align: center;
}

	.accept-privacy-policy > * {
		display: inline-block;
		line-height: 32px;
		vertical-align: middle;
	}

	.accept-privacy-policy .read {
		font-weight: bold;
		cursor: pointer;
	}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
	padding: 14px 39px;
}

.registration-result-page .result {
	margin: 0 0 20px;
	text-align: center;
	font-size: 14px;
	color: #888;
}

.login-page .customer-blocks {
	margin: 0 0 20px;
}

	.login-page .customer-blocks:after {
		content: '';
		display: block;
		clear: both;
		overflow: hidden;
	}

	.login-page .customer-blocks > div {
		position: relative;
		padding: 0 30px 20px;
		background: #f6f6f6;
	}

		.login-page .customer-blocks > div .buttons {
			margin: 0;
		}

.login-page .title,
.login-page .topic-block-title h2 {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #444;
}

.login-page .text {
	margin: 30px 0 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	color: #666;
}

.login-page .returning-wrapper .inputs {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.login-page .inputs.reversed {
	margin: 5px 0 10px;
	padding: 0;
	font-size: 12px; /*reset zeroing*/
}

	.login-page .inputs.reversed label {
		float: left;
		width: auto;
	}

.forgot-password {
	float: right;
	margin: 11px 0;
	font-weight: bold;
	font-size: 12px;
	color: #57b568;
}

.external-authentication {
	background: #f6f6f6;
	text-align: center;
}

.facebook-login-block {
	margin-top: 20px;
}

	.facebook-login-block .buttons {
		margin: 0;
		padding-bottom: 20px;
	}

	.facebook-login-block .facebook-btn {
		width: 250px;
		height: 45px;
		background: url(/Themes/Prisma/Content/img/fb_custom_btn.jpg) no-repeat;
	}

		.facebook-login-block .facebook-btn:hover {
			background-position: 0 0;
		}

.login-page .topic-block {
	margin: 20px 0;
	padding: 20px;
	background: #f6f6f6;
	text-align: center;
}

.login-page .topic-block-title h2 {
	padding: 0;
	border: 0;
}

.login-page .topic-block-body {
	font-size: 13px;
	color: #666;
}

.password-recovery-page .page-body {
	padding: 20px;
	background: #f6f6f6;
}

.password-recovery-page .tooltip {
	margin: 0 0 20px;
	text-align: center;
	font-size: 13px;
	color: #666;
}

.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.checkout-as-guest-button {
	margin-bottom: 10px;
}

.checkout-as-guest-or-register-block .buttons input {
	min-width: 250px;
}

.block-account-navigation .title {
	text-align: left;
	font-size: 20px;
}

.block-account-navigation .listbox {
	display: none;
	padding: 10px;
}

.block-account-navigation li {
	position: relative;
	margin-bottom: 4px;
	background: #fff;
}

.block-account-navigation .list li a {
	position: relative;
	display: block;
	padding: 21px 10px 21px 49px;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	color: #bbb;
	z-index: 1;
}

	.block-account-navigation .list li a:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #57b568;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		-webkit-transition: transform .3s ease-out;
		transition: transform .3s ease-out;
		z-index: -1;
	}

	.block-account-navigation .list li a.active:after,
	.block-account-navigation .list li a:hover:after {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}

.block-account-navigation .list > li > a.active,
.block-account-navigation .list > li > a.active:hover,
.block-account-navigation .listbox .list > li > a:hover {
	color: #fff;
}

.block-account-navigation .listbox li a:before,
.block-account-navigation .listbox li a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	font-size: 27px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
}

.block-account-navigation .listbox li a.active:before,
.block-account-navigation .listbox li a:hover:before {
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.block-account-navigation li.customer-info a:before {
	content: '\e945';
}

.block-account-navigation li.customer-addresses a:before {
	content: '\e91f';
}

.block-account-navigation li.customer-orders a:before {
	content: '\e903';
}

.block-account-navigation li.return-requests a:before {
	content: '\e90d';
}

.block-account-navigation li.downloadable-products a:before {
	content: '\e932';
}

.block-account-navigation li.back-in-stock-subscriptions a:before {
	content: '\e927';
}

.block-account-navigation li.reward-points a:before {
	content: '\e90e';
}

.block-account-navigation li.change-password a:before {
	content: '\e940';
}

.block-account-navigation li.customer-avatar a:before {
	content: '\e945';
}

.block-account-navigation li.forum-subscriptions a:before {
	content: '\e935';
}

.block-account-navigation li.customer-reviews a:before {
	content: '\e92f';
}

.customer-pages-body .master-column-wrapper > .page-title {
	display: none;
}

.account-page .edit-address {
	margin: 0 0 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.change-password-page .buttons,
.customer-info-page .buttons {
	margin-bottom: 0;
	padding: 30px 0;
	background: #f6f6f6;
}

.change-password-page .buttons {
	border-top: 1px solid #eee;
}

.customer-pages-body .data-table {
	margin: 30px 0;
	border-color: #eee;
	color: #888;
}

	.return-request-page .data-table th,
	.customer-pages-body .data-table th {
		border: 1px solid #eee;
		background: #fff;
	}

	.return-request-page .data-table td,
	.customer-pages-body .data-table td {
		padding: 15px;
		border-color: #eee;
		text-align: center;
		font-size: 14px;
	}

		.customer-pages-body .data-table td.date {
			white-space: nowrap;
		}

		.customer-pages-body .data-table td.points {
			font-weight: bold;
			color: #666;
		}

		.customer-pages-body .data-table td.points-balance {
			font-weight: bold;
			color: #57b568;
		}

		.customer-pages-body .data-table td.message {
			color: #666;
		}

.account-page .description {
	margin: 0 0 20px;
	font-size: 13px;
}

.address-list .buttons .button-2,
.order-list .buttons .button-2 {
	position: relative;
	padding: 0;
	width: 30px;
	height: 30px;
	background: #f6f6f6;
	font-size: 0;
	transition: all .3s;
}

	.address-list .buttons .button-2:hover,
	.order-list .buttons .button-2:hover {
		background: #57b568;
	}

	.address-list .buttons .button-2:after,
	.order-list .buttons .button-2:after {
		position: absolute;
		top: 50%;
		left: 50%;
		font-family: prisma;
		font-size: 13px;
		color: #57b568;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		transition: all .3s;
	}

	.address-list .buttons .button-2:hover:after,
	.order-list .buttons .button-2:hover:after {
		color: #f6f6f6;
	}

.address-list .buttons .edit-address-button:after {
	content: '\e920';
}

.address-list .buttons .delete-address-button:after {
	content: '\e901';
	color: #e53850;
}

.order-list .buttons .order-details-button:after {
	content: '\e931';
}

.order-list .buttons .return-items-button:after {
	content: '\e92e';
	color: #e53850;
}

.add-more-external-records {
	padding: 20px 0;
	font-size: 13px;
	color: #666;
}

.email-to-revalidate,
.email-to-revalidate-note {
	display: inline-block;
	margin: 10px 5px;
	vertical-align: top;
	font-size: 12px; /*reset zeroing*/
	white-space: normal;
}

.request-item .title,
.address-list-page .title,
.order-list-page .title {
	padding: 19px 80px 10px 19px;
	border-bottom: 4px solid #f6f6f6;
	background: #fff;
}

.request-item .title {
	padding: 19px;
}

.address-list-page .info,
.order-list-page .info {
	margin: 0 0 10px;
	padding: 15px;
	background: #fff;
	line-height: 20px;
	font-size: 13px;
	color: #666;
}

.address-list .buttons,
.order-list .buttons {
	position: absolute;
	top: 7px;
	right: 7px;
}

.address-list-page .info .name {
	font-weight: bold;
}

.address-list-page .add-button {
	margin: 15px 0;
	text-align: center;
}

	.address-list-page .add-button input {
		padding: 13px 35px;
		border: 0;
		background: #57b568;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		color: #fff;
	}

.customer-pages-body .data-table .select-boxes {
	text-align: center;
}

.select-boxes input,
.use-reward-points input {
	margin: 0;
	padding: 0;
	clip: auto;
	height: auto;
	overflow: visible;
	position: static;
	width: auto;
}

.request-item .details {
	padding: 20px;
	background: #fff;
	text-align: left;
	line-height: 24px;
	font-size: 13px;
}

.request-item label {
	display: inline-block;
	width: 48%;
	color: #888;
}

	.request-item label + div {
		display: inline-block;
	}

	.request-item label + div,
	.request-item span {
		color: #444;
	}

.request-item a {
	color: #57b568;
}

	.request-item a + span {
		width: auto;
	}

.return-request-list-page a {
	font-weight: bold;
}

.return-request-page .page-body {
	padding: 20px;
	background: #f6f6f6;
}

.return-request-page .data-table td select {
	border: 1px solid #eee;
	width: 60px;
}

.return-request-page .data-table td.product {
	color: #888;
}

.return-request-page .data-table td.unit-price {
	font-weight: bold;
	color: #57b568;
}

.return-request-page .section {
	margin-bottom: 40px;
}

.return-request-page .inputs {
	margin-bottom: 10px;
}

.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	text-align: center;
}

.reward-points-overview {
	margin: 0 0 15px;
	display: inline-block;
}

.order-list-page .recurring-payments > .title {
	background: none;
	padding: 0;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}

.avatar-page .fieldset {
	margin: 0 auto 15px;
	max-width: 400px;
	background: #fff;
}

.avatar-page .image {
	margin: 0 auto 10px;
	max-width: 180px;
}

.file-upload {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	background: #fff;
	text-align: left;
	font-size: 0pt;
}

	.file-upload .fieldset {
		position: relative;
	}

	.file-upload label {
		display: inline-block;
		padding: 10px 19px;
		height: 40px;
		background: #fff;
		font-weight: bold;
		color: #57b568;
		cursor: pointer;
	}

	.file-upload .filename {
		border: 0;
		height: 40px;
		max-width: 289px;
	}

.avatar-page input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 110px;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
}

.avatar-page button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	width: 36px;
	height: 36px;
	background: #f0f0f0;
	font-size: 0;
}

	.avatar-page button::after {
		content: '\e901';
		position: absolute;
		top: 50%;
		left: 50%;
		font-family: prisma;
		font-size: 12px;
		color: #e53850;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

.avatar-page .info {
	margin: 20px 0;
	font-size: 13px;
	color: #888;
}

.vendorinfo-page .vendor-picture {
	margin: 10px 0 0;
	text-align: center;
}

	.vendorinfo-page .vendor-picture img {
		display: block;
		margin: 0 auto 10px;
	}


/********** SHOPPING CART **********/


.cart-title,
.checkout-page .page-title {
	margin: 0;
	padding: 20px 0 10px;
	background: #f6f6f6;
}

.order-progress {
	margin: 0 0 20px;
	padding: 10px 0 10px 0;
	text-align: center;
	background: #f6f6f6;
}

	.order-progress ul {
		text-align: center;
		font-size: 0;
	}

	.order-progress li {
		display: inline-block;
		width: 15%;
		width: -webkit-calc(100% /6 - 3px);
		width: calc(100% /6 - 3px);
		max-width: 130px;
		vertical-align: baseline;
	}

		.order-progress li + li {
			margin-left: 3px;
		}

	.order-progress a {
		position: relative;
		display: block;
		border-top: 4px solid transparent;
		height: 50px;
		background: #fff;
	}

		.order-progress a:before {
			position: absolute;
			top: 50%;
			left: 50%;
			font-family: prisma;
			font-weight: normal;
			font-size: 30px;
			color: #ccc;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

	.order-progress li:first-of-type a:before {
		content: '\e903';
	}

	.order-progress li:nth-of-type(2) a:before {
		content: '\e902';
	}

	.order-progress li:nth-of-type(3) a:before {
		content: '\e911';
		font-size: 35px;
	}

	.order-progress li:nth-of-type(4) a:before {
		content: '\e909';
		font-size: 32px;
	}

	.order-progress li:nth-of-type(5) a:before {
		content: '\e92d';
		font-size: 28px;
	}

	.order-progress li:nth-of-type(6) a:before {
		content: '\e92c';
		font-size: 26px;
	}

	.order-progress li.active-step.last a {
		border-top: 4px solid #57b568;
		cursor: pointer;
	}

		.order-progress li.active-step.last a:before {
			color: #57b568;
		}

	.order-progress li.inactive-step a {
		background: #fbfbfb;
		color: #777;
		cursor: default;
	}

.shopping-cart-page .selected-checkout-attributes {
	display: none;
}

.shopping-cart-page .button-1 {
	padding: 9px 15px;
}

.checkout-page .button-2,
.order-details-page .page-title a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.remove-discount-button,
.remove-gift-card-button {
	margin: 0 0 0 5px;
	border: 0;
	width: 20px;
	height: 20px;
	background: #fff url(/Themes/Prisma/Content/img/close.png) center no-repeat;
	cursor: pointer;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}

.cart-options {
	margin: 0 0 20px;
	text-align: center;
}

	.cart-options .common-buttons {
		margin-bottom: 4px;
		padding: 20px;
		background: #f6f6f6;
		font-size: 0;
	}

		.cart-options .common-buttons button {
			padding: 15px 25px;
			margin: 0 5px 5px;
			border: 0;
			width: 280px;
			min-width: 150px;
			background: #fff;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 14px;
			color: #57b568;
		}

.continue-shopping-button:before {
	content: '\e92e';
}

.cart-options .checkout-attributes {
	margin: 20px 0;
	padding: 20px;
	background: #f6f6f6;
}

	.cart-options .checkout-attributes dt {
		margin: 0 0 5px;
		font-weight: bold;
		font-size: 13px;
		color: #666;
	}

	.cart-options .checkout-attributes dd {
		margin: 0 0 15px;
	}

	.cart-options .checkout-attributes li {
		line-height: 24px;
	}

		.cart-options .checkout-attributes li * {
			vertical-align: middle;
		}

.cart-options .selected-checkout-attributes {
	margin: 20px 0;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}

.cart-footer .totals {
	margin: 10px auto 30px;
}

.cart-footer .total-info {
	margin: 0 0 10px;
}

.cart-total td {
	padding: 5px;
	border: 1px solid #ccc;
	width: 40%;
}

.cart-total .order-total {
	font-size: 16px;
	color: #c00;
}

.terms-of-service {
	margin: 10px 5px 20px;
	text-align: left;
}

	.terms-of-service label {
		cursor: pointer;
	}

	.terms-of-service input[type=checkbox] + label {
		display: inline;
	}

.font-comfortaa .terms-of-service input[type=checkbox] + label:before,
.font-comfortaa .terms-of-service input[type=checkbox] + label:after {
	top: 8px;
}

.terms-of-service input[type=checkbox] + label:before,
.terms-of-service input[type=checkbox] + label:after {
	top: 13px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.terms-of-service a {
	position: relative;
	margin: 0 0 0 3px;
	font-weight: bold;
	font-size: 13px;
	color: #57b568;
}

.addon-buttons {
	margin-top: 10px;
}

#checkout,
#checkout span,
.complete-button,
.complete-button span {
	position: relative;
}

	#checkout:before,
	.complete-button button:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		-webkit-transition: transform .3s ease-out;
		transition: transform .3s ease-out;
	}

	.complete-button button:hover:before,
	#checkout:hover:before {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}

	.complete-button span:before,
	#checkout span:before {
		content: '\e929';
		display: inline-block;
		margin-right: 5px;
		font-weight: normal;
		font-family: prisma;
		font-size: 30px;
		color: #fff;
		vertical-align: middle;
	}

	.complete-button:hover span,
	.complete-button:hover span:before,
	#checkout:hover span,
	#checkout:hover span:before {
		color: #57b568;
	}

.cart-collaterals {
	max-width: 100%;
}

	.cart-collaterals > .deals {
		background: #f6f6f6;
	}

	.cart-collaterals .title {
		margin: 0 0 5px;
		padding: 20px;
		border-bottom: 1px solid #eee;
		text-transform: uppercase;
		font-size: 14px;
		color: #444;
	}

	.cart-collaterals .coupon-box {
		border-bottom: 4px solid #fff;
	}

	.cart-collaterals .hint {
		margin: 10px 10px 5px;
		font-size: 13px;
		color: #bbb;
	}

	.cart-collaterals .deals > div,
	.estimate-shipping {
		padding-bottom: 15px;
		text-align: left;
	}

.estimate-shipping {
	background: #f6f6f6;
}

.cart-collaterals .coupon-code {
	padding: 5px 10px 10px;
	overflow: hidden;
	font-size: 0;
}

	.cart-collaterals .coupon-code input[type="text"] {
		float: left;
		margin: 0 -1px 0 0;
		width: 55%;
		height: 40px;
	}

	.cart-collaterals .coupon-code input[type="submit"] {
		float: left;
		border: 1px solid #eee;
		width: 45%;
		height: 40px;
		background: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		color: #666;
	}

.cart-collaterals .shipping-options {
	padding: 10px;
}

	.cart-collaterals .shipping-options label {
		text-align: left;
	}

	.cart-collaterals .shipping-options .inputs {
		margin-bottom: 10px;
	}

	.cart-collaterals .shipping-options .buttons {
		margin-bottom: 0;
	}

.cart-collaterals .buttons .estimate-shipping-button {
	padding: 11px 24px;
	border: 1px solid #eee;
	width: 100%;
	background: #fff;
	color: #666;
}

.cart-collaterals .shipping-options select {
	border: 1px solid #eee;
	background-position: 96% center;
}

.cart-collaterals .message-failure {
	margin: 0 10px;
	font-size: 13px;
	color: #d63150;
}

.cart-collaterals .message-success {
	margin: 0 20px;
	font-size: 13px;
	color: #57b568;
}

.cart-collaterals .current-code {
	margin: 5px 10px 0;
}

	.cart-collaterals .current-code span {
		text-transform: uppercase;
		font-weight: bold;
		color: #57b568;
	}

.cart-collaterals .shipping-results {
	margin: 22px 0 0;
	padding: 20px;
	background: #f6f6f6;
	color: #666;
}

	.cart-collaterals .shipping-results li {
		margin: 10px 0;
	}

.edit-item {
	margin-top: 5px;
	font-size: 13px;
	color: #57b568;
}


/********** CHECKOUT **********/


.checkout-page .billing-addresses .section,
.shipping-address-page .pickup-in-store,
.shipping-address-page .select-shipping-address,
.payment-info {
	margin: 0 0 20px;
	padding: 20px;
	background: #f6f6f6;
}

.shipping-address-page .new-shipping-address {
	padding: 20px 20px 0 20px;
	background: #f6f6f6;
}

.shipping-address-page .pickup-points {
	margin: 0 20px 20px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.shipping-address-page .pickup-in-store {
	margin-bottom: 0;
}

	.shipping-address-page .pickup-in-store .selector {
		padding: 0;
	}

.shipping-address-page .checkout-data > form {
	padding: 10px 0;
	background: #f6f6f6;
}

.new-billing-address .buttons,
.new-shipping-address .buttons {
	margin-bottom: 0;
}

.shipping-address-page .address-select {
	width: 100%;
	max-width: 350px;
	background-position: 96% center;
}

.checkout-page .section .title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: center;
}

.section.order-summary {
	margin-top: 50px;
}

.cart-total .order-total td.cart-total-left,
.cart-total .order-total td.cart-total-right {
	border-bottom: 0;
}

.ship-to-same-address > div,
.pickup-in-store > div {
	padding: 10px 0;
	background: #fff;
	text-align: center;
}

.pickup-in-store .description {
	padding: 0 0 15px;
	font-size: 13px;
	color: #aaa;
}

.checkout-page .address-grid {
	font-size: 0;
}

.checkout-page .address-item {
	margin: 0 0 20px;
	text-align: center;
}

	.checkout-page .address-item > div {
		padding: 20px;
		background: #fff;
	}

.checkout-page .address-box {
	margin: 0 0 4px;
	padding: 20px;
	background: #fff;
	font-size: 13px;
	color: #666;
}

.checkout-page .address-item input {
	padding: 15px 20px;
	border: 0;
	background: #57b568;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.checkout-page .address-item li {
	padding: 2px 0;
}

	.checkout-page .address-item li.name {
		font-weight: bold;
	}

.checkout-page .edit-address {
	margin: 0 0 20px;
}

.checkout-page .inputs {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

	.checkout-page .inputs select {
		background-position: 96% center;
	}

	.checkout-page .inputs label {
		margin: 8px 0 8px 0;
		white-space: pre-line;
	}

.checkout-page .pickup-points .title {
	display: none;
	margin: 0 0 40px;
}

.checkout-page .select-pickup-point {
	text-align: center;
}

	.checkout-page .select-pickup-point li {
		display: inline-block;
		font-size: 13px;
		color: #666;
	}

.checkout-page .select-address select {
	max-width: 100%;
}

.checkout-page .pickup-points-map {
	margin: 20px 0 0;
	height: 300px;
}

.order-summary-content th:first-child,
.order-summary-content th.sku,
.order-summary-content .cart-item-row td:first-child,
.order-summary-content .cart-item-row td.sku {
	display: none;
}

.order-summary-content .product-quantity {
	color: #666;
}

.shipping-method,
.payment-method {
	padding: 20px;
	background: #f6f6f6;
}

	.shipping-method .method-list,
	.payment-method .method-list {
		margin: 0 0 20px;
		text-align: center;
	}

		.shipping-method .method-list li,
		.payment-method .method-list li {
			position: relative;
			margin: 0 auto 4px;
			padding: 20px 30px;
			max-width: 500px;
			background: #fff;
			text-align: left;
		}

.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	max-width: 80%;
	vertical-align: top;
}

.shipping-method .method-list li label,
.payment-method .method-list li .payment-details label {
	position: static;
	padding: 0 0 5px;
	max-width: 100%;
	white-space: pre-line;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

	.shipping-method .method-list li label:before,
	.payment-method .method-list li .payment-details label:before {
		content: '.';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
		transform: none;
		background: none !important;
		font-size: 0;
		text-indent: -9999px;
		cursor: pointer;
	}

	.shipping-method .method-list li label:hover,
	.payment-method .method-list li label:hover {
		color: #57b568;
	}

	.shipping-method .method-list li label:after,
	.payment-method .method-list li label:after {
		top: 0;
		bottom: 0;
		left: 0;
		width: 2px;
		height: 100%;
		background: #57b568;
	}

.payment-method .method-name {
	white-space: nowrap;
}

.shipping-method .method-description,
.payment-method .payment-description {
	line-height: 20px;
	font-size: 13px;
	color: #888;
	white-space: normal;
}

.shipping-method .buttons,
.payment-method .buttons {
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.use-reward-points,
.multiple-locations {
	padding: 15px 0;
	text-align: center;
	font-size: 13px;
	color: #aaa;
}

.use-reward-points {
	margin: 0 0 10px;
}

.payment-info .info {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	color: #666;
}

	.payment-info .info td {
		display: block;
		padding: 5px;
		margin: 0 auto;
		max-width: 350px;
	}

		.payment-info .info td:first-of-type {
			display: block;
			text-align: center;
		}

		.payment-info .info td p {
			text-align: center;
		}

		.payment-info .info td label {
			line-height: 1.2;
		}

		.payment-info .info td select,
		.payment-info .info td input {
			border: 1px solid #eee;
			width: 100% !important;
			max-width: 350px;
			height: 46px;
		}

#ExpireMonth,
#ExpireYear {
	max-width: 47.8%;
}

.order-review-data {
	padding: 20px;
	background: #f6f6f6;
	text-align: center;
	font-size: 13px;
	color: #666;
}

	.order-review-data .billing-info,
	.order-review-data .shipping-info {
		margin-bottom: 50px;
	}

.confirm-order .terms-of-service {
	margin: 30px 0;
	text-align: center;
}

.confirm-order .buttons {
	margin: 30px 0 20px;
}

.confirm-order .button-1 {
	margin: 0 0 20px;
	font-size: 16px;
}

.confirm-order {
	padding: 10px 20px 5px;
	background: #f6f6f6;
}

.order-completed {
	padding: 20px;
	background: #f6f6f6;
	text-align: center;
}

	.order-completed .details {
		margin: 0 0 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
	}

	.order-completed .order-number strong {
		font-weight: normal;
		font-size: 14px;
		color: #888;
	}

	.order-completed .details a {
		display: inline-block;
		margin: 20px 0 0;
		padding: 11px 28px;
		border: 1px solid #eee;
		background: #fff;
		text-transform: uppercase;
		font-weight: bold;
		color: #666;
	}

	.order-completed .buttons {
		margin-bottom: 0;
	}

.opc li {
	margin-bottom: 10px;
}

.opc .step-title {
	overflow: hidden;
	padding: 20px;
	background: #f6f6f6;
	text-transform: uppercase;
	color: #444;
}

.opc .allow .step-title {
	cursor: pointer;
}

.opc .active .step-title {
	border-bottom: 1px solid #eee;
}

.opc .step-title * {
	float: left;
	font-size: 16px;
}

.opc .step-title span {
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #57b568;
}

.opc .step {
	padding: 20px;
	background: #f6f6f6;
}

.opc .section {
	margin: 0 0 15px;
}

	.opc .section > label {
		display: block;
		margin: 0 0 10px;
		font-size: 13px;
		color: #666;
	}

.opc input[type="text"],
.opc select {
	width: 350px;
	max-width: 100%;
	background-position: 96% center;
}

.opc .buttons {
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.opc .back-link {
	margin: 0 0 10px;
}

	.opc .back-link small {
		display: none;
	}

	.opc .back-link a {
		text-transform: uppercase;
		font-weight: bold;
		color: #666;
	}

		.opc .back-link a:before {
			content: '\e92e';
			display: inline-block;
			margin-right: 5px;
			font-family: prisma;
			font-size: 14px;
			color: #aaa;
			vertical-align: middle;
		}

.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}

.opc .section.confirm-order {
}

.opc .terms-of-service {
	padding-top: 20px;
	border-top: 1px solid #eee;
	text-align: center;
}

#opc-confirm_order .buttons {
	margin: 0;
	padding: 0;
	border: 0;
}


/*********** ORDER DETAILS & RETURN REQUEST ***********/


.order-review-data,
.order-details-area,
.shipment-details-area {
	margin: 0 0 20px;
	overflow: hidden;
}

	.order-review-data > div,
	.order-details-area > div {
		margin: 0 0 30px;
	}

	.order-review-data ul,
	.order-details-area ul,
	.shipment-details-area ul {
		margin: 0 0 10px;
	}

	.order-review-data li,
	.order-details-area li,
	.shipment-details-area li {
		padding: 2px 0;
	}

	.order-review-data .title,
	.order-details-area .title,
	.shipment-details-area .title {
		margin: 0 0 5px;
	}

.order-details-page .page-title {
	margin: 40px 0 20px;
	overflow: hidden;
}

	.order-details-page .page-title h1 {
		margin: 0 0 20px;
	}

.shipment-details-page .page-body,
.order-details-page .page-body {
	text-align: center;
	font-size: 13px;
	color: #666;
}

.order-details-page .btns-wrapper {
	padding: 30px;
	background: #f6f6f6;
	text-align: center;
	font-size: 0;
}

	.order-details-page .btns-wrapper > a {
		display: inline-block;
		padding: 10px 0;
		width: 49%;
		max-width: 200px;
		background: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		color: #57b568;
	}

		.order-details-page .btns-wrapper > a + a {
			margin-left: 2%;
		}

.order-details-page .order-number,
.order-details-page .title,
.shipping-info-wrap .title {
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
}

.order-details-page .billing-info,
.order-details-page .shipping-info {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.shipment-details-area .title,
.order-details-page .title {
	margin-bottom: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.shipment-details-page .info-list .name,
.order-details-page .info-list .name {
	font-weight: bold;
}

.order-info-wrap,
.billing-info-wrap,
.order-details-page .order-overview,
.shipping-info-wrap {
	padding: 0 30px 30px;
	border-bottom: 4px solid #fff;
	background: #f6f6f6;
	line-height: 20px;
	font-size: 14px;
}

.shipments .title,
.products .title {
	margin: 0;
	padding: 20px 0;
	border: 0;
}

.shipments .table-wrapper,
.products .table-wrapper {
	padding: 20px;
	background: #f6f6f6;
}

.shipments table td,
.products table td {
	border-width: 4px;
	text-align: center;
}

	.products table td.product {
		text-align: center;
	}

.shipments table em,
.products table em {
	font-style: normal;
}

	.shipments table em a,
	.products table em a {
		font-weight: normal;
		font-size: 15px;
	}

.products,
.section.options {
	margin-bottom: 4px;
}

	.products .product-unit-price {
		font-weight: bold;
	}

	.products .attributes {
		font-size: 13px;
		color: #aaa;
	}

	.products .product-subtotal {
		font-weight: bold;
		color: #57b568;
	}

.order-details-area {
	padding: 0 30px 30px;
	background: #f6f6f6;
}

.selected-checkout-attributes {
	padding: 20px;
	background: #f6f6f6;
	font-size: 13px;
	color: #888;
	line-height: 25px;
}

.order-details-page .tax-shipping-info {
	margin: 10px 20px 10px 0;
}

.order-details-page .actions {
	margin-top: 20px;
	overflow: hidden;
	font-size: 0;
}

	.order-details-page .actions input + input {
		margin-top: 10px;
		background: #fff;
		color: #57b568;
	}

.order-total strong {
	color: #57b568;
}

.totals .actions input,
.totals button {
	padding: 15px;
	border: 0;
	width: 100%;
	background: #57b568;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.giftcard-summary label + span {
	font-weight: bold;
	color: #57b568;
}

.giftcard-summary .giftcard-remaining {
	font-size: 12px;
}

.totals {
	float: right;
	padding: 20px;
	width: 100%;
	background: #f6f6f6;
	text-align: right;
}

.cart-total {
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
}

	.cart-total td {
		border: 0;
	}

		.cart-total td:first-child {
			width: 60%;
			text-align: left;
			color: #aaa;
		}

		.cart-total td:nth-child(2) {
			font-weight: bold;
			color: #888;
		}

	.cart-total .order-total td.cart-total-left,
	.cart-total .order-total td.cart-total-right {
		padding: 15px 10px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.cart-total .order-total td.cart-total-left {
		text-transform: uppercase;
		font-weight: bold;
	}

	.cart-total .order-total td.cart-total-right {
		color: #57b568;
	}

.return-request-file > div {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}

.return-request-page .qq-upload-button {
	padding: 8px;
	border: 0;
	width: 100%;
	height: 34px;
	background-color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	color: #57b568;
}

.return-request-page textarea {
	border: 0;
}

.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 13px;
	color: #666 !important;
}

.return-request-page .buttons {
	margin-bottom: 0;
}

.shipment-details-area {
	background: #f6f6f6;
	text-align: center;
}


/*********** SEARCH & SITEMAP ***********/


.search-input {
	padding: 0 20px 10px;
	background: #f6f6f6;
}

	.search-input .inputs {
		padding: 10px;
		border-bottom: 1px solid #eee;
	}

		.search-input .inputs.reversed label {
			float: none;
			width: 350px;
		}

.advanced-search {
	margin: 0 0 20px;
}

	.advanced-search .price-range {
		display: inline-block;
	}

	.advanced-search select {
		border: 1px solid #eee;
		background-position: 96% center;
	}

	.advanced-search .price-range {
		max-width: 350px;
	}

		.advanced-search .price-range input {
			width: 49%;
		}

			.advanced-search .price-range input + input {
				margin-left: 2%;
			}

.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0;
	font-weight: normal;
	color: #c00;
}

.search-results {
	padding: 30px 15px;
	background: #f6f6f6;
	font-size: 13px;
	color: #666;
}

.sitemap-page .description,
.sitemap-page .entity {
	margin: 0 0 4px;
	padding: 20px;
	background: #f6f6f6;
	text-align: center;
}

.sitemap-page .description {
	font-size: 13px;
	color: #aaa;
}

.sitemap-page .entity-title {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	color: #444;
}

	.sitemap-page .entity-title h2 {
		font-size: 14px;
	}

.sitemap-page .entity-body {
	margin-top: 20px;
	line-height: 24px;
}

.sitemap-page li {
	display: inline-block;
	margin: 5px 10px;
	font-weight: bold;
	font-size: 13px;
	color: #57b568;
}

.sitemap-page a {
	display: block;
}

	.sitemap-page a:empty {
		display: none;
	}


/********** BLOG & NEWS **********/


.year strong {
	display: block;
	cursor: default;
}

.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 4px;
	padding: 20px;
	background: #f6f6f6;
}

	.blog-page .post:after,
	.news-items .item:after {
		content: "";
		display: block;
		clear: both;
	}

.post-title,
.news-title {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #444;
}

	.post-title:hover,
	.news-title:hover {
		color: #57b568;
	}

.news-head {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.post-date,
.news-date {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #aaa;
}

	.post-date:before,
	.news-date:before {
		content: '\e930';
		display: inline-block;
		margin: -4px 10px 0 0;
		font-family: prisma;
		font-size: 16px;
		color: #ddd;
		vertical-align: middle;
	}

.post-body,
.news-body {
	clear: both;
	margin: 0 0 20px;
	line-height: 20px;
	font-size: 13px;
	color: #888;
}

.post-body {
	line-height: 24px;
}

.news-content {
	margin-bottom: 4px;
	padding: 20px;
	background: #f6f6f6;
}

.blog-page .tags,
.blogpost-page .tags {
	margin: 15px 0 15px;
	overflow: hidden;
	font-size: 0;
}

	.blog-page .tags label,
	.blogpost-page .tags label {
		display: none;
	}

	.blog-page .tags ul,
	.blogpost-page .tags ul {
		display: inline-block;
		font-size: 0;
	}

	.blog-page .tags li,
	.blogpost-page .tags li {
		display: inline-block;
		font-size: 13px;
		color: #888;
	}

		.blog-page .tags li.separator,
		.blogpost-page .tags li.separator {
			margin: 0 5px 0 3px;
		}

	.blog-page .tags a,
	.blogpost-page .tags a {
		display: inline-block;
		line-height: 24px;
	}

.blog-posts .read-more,
.news-items .read-more,
.news-list-homepage .view-all {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #57b568;
}

	.blog-posts .read-more:after,
	.news-items .read-more:after,
	.news-list-homepage .view-all:after {
		content: '\e925';
		display: inline-block;
		margin-left: 10px;
		font-family: prisma;
		font-size: 10px;
		color: #ccc;
		vertical-align: middle;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.blog-posts .read-more:hover:after,
	.news-items .read-more:hover:after,
	.news-list-homepage .view-all:hover:after {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}

.blog-posts .read-comments {
	margin-right: 20px;
	line-height: 1.4;
	font-size: 13px;
	color: #888;
}

.blog-details {
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

	.blog-details a:hover {
		color: #57b568;
	}

	.blog-details .buttons {
		margin: 0;
	}

.blog-page .tags:before,
.blogpost-page .tags:before,
.blog-posts .read-comments:before {
	display: inline-block;
	margin: 0 5px;
	font-family: prisma;
	font-size: 18px;
	color: #ccc;
	vertical-align: middle;
}

.blog-posts .read-comments:before {
	content: '\e92b';
}

.blog-page .tags:before,
.blogpost-page .tags:before {
	content: '\e914';
	-webkit-transition: all .3s;
	transition: all .3s;
}

.blog-page .tags:hover:before,
.blogpost-page .tags:hover:before {
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	-ms-transform-origin: top right;
	transform-origin: top right;
}

.blogpost-page .post-date,
.blogpost-page .post-body,
.blogpost-page .tags {
	margin: 0;
	padding: 20px;
	background: #f6f6f6;
}

.blogpost-page .post-body {
	padding-bottom: 1px;
	text-align: left;
}

.blogpost-page .post-date {
	padding-bottom: 0;
}

.blogpost-page .post-body ul {
	text-align: left;
}

.blogpost-page .tags {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.new-comment {
	clear: both;
	margin: 4px 0;
	background: #f6f6f6;
}

	.new-comment .title {
		margin: 0 0 10px;
	}

	.new-comment .notifications {
		margin: 0 0 10px;
		text-align: center;
	}

	.new-comment .result {
		font-size: 13px;
		color: #57b568;
	}

	.new-comment .form-fields {
		margin: 0 0 20px;
	}

	.new-comment .buttons {
		margin: 0;
	}

	.new-comment input[type=text], .new-comment textarea {
		width: 350px;
	}

.comment-list {
	padding: 20px;
	background: #f6f6f6;
}

	.comment-list .title {
		margin: 0 0 10px;
		font-weight: bold;
	}

.blog-comment,
.news-comment {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}

	.blog-comment:last-of-type,
	.news-comment:last-of-type {
		border: 0;
	}

	.blog-comment:after,
	.news-comment:after {
		content: "";
		display: block;
		clear: both;
	}

.comment-info {
	width: 150px;
	margin: 0 auto 20px;
}

	.comment-info .username {
		display: block;
		padding: 5px;
		font-weight: bold;
		font-size: 14px;
		color: #57b568;
	}

	.comment-info .avatar {
		position: relative;
		margin: 15px auto;
		width: 150px;
		height: 150px;
		overflow: hidden;
	}

		.comment-info .avatar img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			max-width: 100%;
			max-height: 100%;
		}

.comment-title {
	margin-bottom: 15px;
	padding: 5px 0 0;
	text-transform: uppercase;
	color: #444;
}

.comment-time {
	margin: 0 0 10px;
	color: #aaa;
}

.comment-body {
	line-height: 26px;
	color: #888;
}

.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	position: relative;
	padding: 50px 10px;
	background: #f6f6f6;
}

	.news-list-homepage:before,
	.news-list-homepage:after {
		content: '.';
		position: absolute;
		right: 100%;
		top: 0;
		bottom: 0;
		width: 50%;
		background: #f6f6f6;
		text-indent: -9999px;
		font-size: 0;
	}

	.news-list-homepage:before {
		right: 100%;
	}

	.news-list-homepage:after {
		left: 100%;
	}

	.news-list-homepage .title {
		margin: 0 0 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
		text-transform: uppercase;
		text-align: center;
		font-size: 24px;
		color: #444;
	}

	.news-list-homepage .news-item {
		padding-top: 25px;
		border: 1px solid #eee;
		background: #fff;
		text-align: center;
	}

		.news-list-homepage .news-item:only-child {
			display: block;
			margin: 0 auto;
		}

	.news-list-homepage .title strong {
		font-weight: normal;
	}

	.news-list-homepage .view-all {
		display: block;
		margin: 20px 0 0;
		text-align: center;
	}

	.news-list-homepage .post-body,
	.news-list-homepage .news-body {
		overflow: hidden;
		line-height: 24px;
		font-size: 14px;
	}

	.news-list-homepage .news-head {
		padding: 0;
		border: 0;
		margin-bottom: 20px;
	}

	.news-list-homepage .news-date {
		float: none;
	}

	.news-list-homepage .news-title {
		float: none;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
		transition: all .3s;
	}

		.news-list-homepage .news-title:hover {
			color: #57b568;
		}

	.news-list-homepage .news-items .buttons {
		margin-bottom: 20px;
		text-align: center;
	}


/********** FORUM & PROFILE **********/


.forum-breadcrumb.breadcrumb {
	float: right;
	margin-bottom: 10px;
}

.forums-main-page .topic-block-body {
	padding-top: 20px;
	margin: 0;
	max-width: none;
	background: #f6f6f6;
	font-size: 13px;
}

.forums-header {
	clear: right;
	margin: 0 0 20px;
	padding-bottom: 20px;
	background: #f6f6f6;
	text-align: center;
	font-size: 13px;
}

	.forums-header:after {
		content: "";
		display: block;
		clear: both;
	}

.current-time {
	padding: 20px 0;
	color: #444;
}

.forum-search-box {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 430px;
	text-align: center;
}

	.forum-search-box .basic {
		overflow: hidden;
		border: 1px solid #eee;
		background: #fff;
	}

	.forum-search-box .advanced {
		margin-top: 20px;
	}

		.forum-search-box .advanced a {
			text-transform: uppercase;
			font-weight: bold;
			color: #57b568;
		}

			.forum-search-box .advanced a:after {
				content: '\e925';
				display: inline-block;
				margin-left: 10px;
				font-family: prisma;
				font-size: 10px;
				color: #ccc;
				vertical-align: middle;
				-webkit-transition: all .3s;
				transition: all .3s;
			}

			.forum-search-box .advanced a:hover:after {
				-webkit-transform: translateX(5px);
				transform: translateX(5px);
				color: #57b568;
			}

	.forum-search-box .search-box-text {
		float: left;
	}

	.forum-search-box .search-box-button {
		float: left;
		border: none;
		width: 45px;
		height: 45px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFGNUZEREEyNDlFMDExRTdCOTcyQUNGRjZGMUQ0NkYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFGNUZEREEzNDlFMDExRTdCOTcyQUNGRjZGMUQ0NkYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUY1RkREQTA0OUUwMTFFN0I5NzJBQ0ZGNkYxRDQ2RjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUY1RkREQTE0OUUwMTFFN0I5NzJBQ0ZGNkYxRDQ2RjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5BcwI8AAAB90lEQVR42qyVyy9DQRTGb6vxTKyExE5tvNKwobH0CmXBirAlKrVg5y+wJIR4NXbERkiotB7dSVlIJcpKhI2NpcQrqO/Ed5NJ08tcOskvk5x75jtnZs4940gmk4bV6NsbSWeuAoOgA5TRdgPCIAiuVGenoT+ywRy4AOOgAuSQStrk2yLIsxtAxEMgAN7BPGgEhaSRNvk2DHa5RjvANGgB98ALRkEMPJIYbV76NIEp3QDVzOoVdIL4D75x+oivX9bqBJALzQLL4FzD/5z3IGsGdQK0c163URAb5lqdAG4lM91hHqPbTpkaNktaxptOgBvOtTYCVHO+0wkQ5jxgI4Dpe+joDfl/c67h+X+ABo27kJ2esopqdXaQAKs81wNQ94t4iL5LstYqgPSXTdAK8tl3ZBSBEzDDv7aAeGmTzEtBlL3JSHdEIr7N+n8C18ADjsElfzyrxD7BCsWfxeBKI75F8Tdm7+ExdbDvzIIh+rjpdysXynadUAVdKbW7RaEH0AwmQRcoB/XgiLsY0y0nlyK+rYg3MZMJ0Mb+HmCA717gW9AK4LTIPMGXK8rvEdD/l19adrAGfGyxrXyVTPFiiveAFzuZqzsI8sZzeHmmeAnYp/jzX5uSMyVDOeczRbz7P+LqixahmATJzUTm6R59cyc7nJ8y0be/BBgAfu551D9elCUAAAAASUVORK5CYII=) center no-repeat;
		font-size: 0;
	}

.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}

.forum-search-page .search-results {
	margin: 0 0 15px;
}

/* forum group */

.forums-table-section {
	margin: 0 0 30px;
	font-size: 13px;
	color: #888;
}

	.forums-table-section a {
		vertical-align: middle;
	}

.forums-table-section-title {
	margin: 0 0 4px;
	overflow: hidden;
	background: #f6f6f6;
	text-align: left;
}

forums-table-section td {
	padding: 20px;
}

.forums-table-section-title > a,
.forums-table-section-title strong {
	display: inline-block;
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #57b568;
}

.forum-table th:first-child,
.forum-table td:first-child {
	display: none;
}

.forums-table-section .view-all {
	position: absolute;
	top: 20px;
	right: 60px;
	text-transform: uppercase;
	font-weight: bold;
	color: #57b568;
}

.forums-table-section .image div {
	margin: auto;
	width: 100px;
	height: 100px;
	background: url(/Themes/Prisma/Content/img/folder1.png) center no-repeat;
}

.forums-table-section td {
	border: 4px solid #f6f6f6;
	min-width: 120px;
	text-align: center;
}

.forums-table-section .forum-details {
	width: 40%;
}

.topic-title,
.forums-table-section .forum-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #444;
}

	.topic-title:hover,
	.forums-table-section .forum-title:hover {
		color: #57b568;
	}

.forums-table-section .image div.sticky {
	background: url(/Themes/Prisma/Content/img/folder2.png) center no-repeat;
}

.forums-table-section .image div.announcement {
	background: url(/Themes/Prisma/Content/img/folder3.png) center no-repeat;
}

.forums-table-section .latest-post {
	white-space: nowrap;
}

	.forums-table-section .latest-post .date {
		color: #666;
	}

	.forums-table-section .latest-post .author a {
		color: #57b568;
	}

	.forums-table-section .latest-post .origin a {
		color: #57b568;
	}

.forums-table-section .table-wrapper,
.forums-table-section-body .table-wrapper {
	padding: 0 20px 20px;
	background: #f6f6f6;
}

.forums-table-section.active-discussions {
	position: relative;
}

	.forums-table-section.active-discussions strong {
		color: #444;
	}

.active-discussions .topic-details {
	padding: 20px;
	width: 70%;
}

.forums-table-section-title .link-rss {
	float: right;
	margin: 20px;
	padding: 0;
	font-size: 0;
}

/* forum-page, topic-page */

.forum-page .forum-info {
	margin: 0 0 20px;
}

.forum-page .forums-table-section {
	margin: 0;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
	margin: 0 0 20px 0;
	padding: 8px 15px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
}

.forum-page .forum-description {
	text-align: center;
	font-size: 13px;
	color: #aaa;
}

.forum-actions,
.topic-actions {
	margin: 0 0 4px;
	background: #f6f6f6;
	font-size: 0;
}

	.topic-actions .pager {
		border: 0;
		padding: 8px;
	}

	.forum-actions .actions,
	.topic-actions .actions {
		padding: 10px 0;
	}

		.forum-actions .actions a,
		.topic-actions .actions a,
		.topic-post .post-actions .edit-post-button,
		.topic-post .post-actions .delete-post-button,
		.topic-post .post-actions .quote-post a {
			display: inline-block;
			margin: 1px;
			padding: 5px 15px;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 13px;
			color: #57b568;
		}

	.forum-actions a:before,
	.topic-actions a:before,
	.post-actions .edit-post-button:before,
	.post-actions .delete-post-button:before {
		display: inline-block;
		margin-right: 5px;
		font-family: prisma;
		font-size: 14px;
		color: #ccc;
		vertical-align: middle;
	}

	.forum-actions .actions .new-topic:before {
		content: '\e944';
	}

	.forum-actions .actions .watch-forum:before,
	.topic-actions .actions .watch-forum:before {
		content: '\e918';
	}

	.forum-actions .pager.upper,
	.topic-actions .pager.upper {
		margin: 0;
	}

	.forum-actions .pager.upper {
		background: #fff;
	}

	.topic-actions .reply-topic-button:before {
		content: '\e92e';
	}

	.topic-actions .watch-topic-button:before {
		content: '\e918';
	}

	.topic-actions .move-topic-button:before {
		content: '\e925';
		font-size: 11px;
	}

	.post-actions .edit-post-button:before,
	.topic-actions .edit-topic-button:before {
		content: '\e94a';
	}

	.topic-post .post-actions .delete-post-button:before,
	.topic-actions .delete-topic-button:before {
		content: '\e901';
		font-size: 11px;
	}

	.topic-actions.lower .actions {
		display: none;
	}

.move-topic-page .page-body {
	padding: 20px;
	background: #f6f6f6;
}

.move-topic-page label {
	margin-bottom: 20px;
}

.move-topic-page select {
	display: block;
	margin: 0 auto;
	border: 1px solid #eee;
	width: 100%;
	max-width: 350px;
	background-position: 96% center;
}

.private-messages-page .buttons input + input,
.private-message-send-page .buttons input + input,
.forum-edit-page .buttons input + input,
.move-topic-page .buttons input + input {
	background: #fff;
	color: #57b568;
}

/* topic post */

.topic-post {
	margin: 0 0 4px;
	padding: 30px 30px 20px;
	background: #f6f6f6;
}

	.topic-post:after {
		content: "";
		display: block;
		clear: both;
	}

	.topic-post .post-info {
		margin: 30px 0;
	}

	.topic-post .user-info {
		border-bottom: 4px solid #f6f6f6;
		background: #fff;
	}

	.topic-post .username {
		display: block;
		padding: 10px 0;
		font-weight: bold;
		font-size: 14px;
		color: #57b568;
	}

	.topic-post .avatar,
	.profile-info-box .avatar {
		overflow: hidden;
		font-size: 0;
	}

		.topic-post .avatar a {
			display: block;
		}

		.topic-post .avatar img,
		.profile-info-box .avatar img {
			margin: 0 auto;
			width: 150px;
			max-width: 100%;
		}

	.topic-post .user-stats {
		margin: 0 0 4px;
		background: #fff;
		overflow: hidden;
	}

		.topic-post .user-stats li {
			margin: 5px 10px;
			font-size: 13px;
		}

			.topic-post .user-stats li label {
				color: #aaa;
			}

		.topic-post .user-stats span,
		.profile-info-box .profile-stats span {
			margin: 0 0 0 3px;
			color: #666;
		}

	.topic-post .pm-button,
	.profile-info-box .pm-button {
		display: inline-block;
		margin: 10px 0;
		text-transform: uppercase;
		font-weight: bold;
		color: #57b568;
	}

		.topic-post .pm-button:before,
		.profile-info-box .pm-button:before {
			content: '\e927';
			display: inline-block;
			margin-right: 5px;
			font-family: prisma;
			font-size: 14px;
			color: #ccc;
			vertical-align: middle;
		}

.post-head {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.topic-post .post-time {
	margin: 0 0 15px;
	padding: 10px 0;
	font-size: 13px;
	color: #aaa;
}

.topic-post .post-actions {
	margin: 0 0 15px;
	font-size: 0;
}

	.topic-post .post-actions > div {
		display: inline-block;
		vertical-align: middle;
	}

	.topic-post .post-actions a {
		display: inline-block;
		margin: 0 5px;
		font-size: 12px; /*reset zeroing*/
	}

.topic-post .post-body {
	position: relative; /*topic post-body also gets style from blog post-body*/
	text-align: justify;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
	max-width: 100%;
	height: auto;
}

.topic-post .quote,
.latest-posts .quote {
	position: relative;
	margin: 15px 0;
	padding: 20px 0 20px 40px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-style: italic;
	font-size: 13px;
	color: #aaa;
}

	.topic-post .quote:before,
	.latest-posts .quote:before {
		content: '\e947';
		position: absolute;
		top: 20px;
		left: 0;
		font-family: prisma;
		font-size: 18px;
		color: #ccc;
	}

.topic-post .post-vote {
	font-size: 0;
	vertical-align: middle;
}

	.topic-post .post-vote > span {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: #fff;
		cursor: pointer;
		vertical-align: middle;
	}

		.topic-post .post-vote > span:after {
			position: absolute;
			top: 50%;
			left: 50%;
			font-family: prisma;
			font-size: 10px;
			color: #ccc;
			vertical-align: middle;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

	.topic-post .post-vote > .vote.up:after {
		content: '\e944';
	}

	.topic-post .post-vote > .vote.down:after {
		content: '\e93d';
	}

	.topic-post .post-vote > div {
		display: inline-block;
		width: 20px;
		height: 20px;
		text-align: center;
		font-size: 13px;
		line-height: 20px;
		font-weight: bold;
		color: #57b568;
		vertical-align: middle;
	}

.topic-post .signature {
	padding: 20px 0;
	border-top: 1px solid #eee;
	font-style: italic;
	font-size: 13px;
	color: #aaa;
}
/* forum edit & send message */
.private-messages-box {
	padding: 20px;
}

.forum-edit-page .page-body,
.private-message-send-page .page-body {
	padding: 20px;
	background: #f6f6f6;
}

.private-message-send-page .message,
.forum-edit-page .inputs:nth-child(3) {
	margin: 10px 0;
	padding: 20px 0 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.forum-edit-page label,
.private-message-send-page label {
	margin: 5px 0;
}

.forum-edit-page strong,
.private-message-send-page a {
	font-size: 13px;
	color: #57b568;
	vertical-align: middle;
}

.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}

.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 20px 0 0;
	padding: 20px 0;
	border-top: 1px solid #eee;
}

	.private-message-send-page .buttons input,
	.private-messages-page .buttons input {
		margin-bottom: 4px;
		min-width: 203px;
	}

.forum-edit-page .inputs span {
	display: block;
	vertical-align: middle;
	margin-left: 0;
	font-size: 12px; /*reset zeroing*/
}

.forum-edit-page .inputs:first-child,
.private-message-send-page .inputs:first-child {
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.forum-edit-page input[type="text"],
.private-message-send-page input[type="text"],
.forum-edit-page textarea,
.private-message-send-page textarea {
	margin: 0 auto;
	width: 100%;
	max-width: 420px;
}

.forum-edit-page textarea {
	display: block;
	height: 300px;
}

.forum-edit-page select {
	width: 100%;
	max-width: 420px;
	background-position: 96% center;
}

.private-message-send-page .inputs.message label {
	display: none;
}

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-bottom: 10px;
	text-align: center;
}

.forum-edit-page .inputs.reversed {
	text-align: center;
}

	.forum-edit-page .inputs.reversed label {
		margin-left: 5px;
		padding-left: 0;
		width: auto;
		white-space: normal;
	}

		.forum-edit-page .inputs.reversed label:before,
		.forum-edit-page .inputs.reversed input:checked + input + label:after {
			content: none;
		}

	.forum-edit-page .inputs.reversed input {
		position: static;
		clip: auto;
		height: auto;
		width: auto;
		margin: 0;
	}

/* inbox & view message */
.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}

.private-messages-page .unread td {
	background: #f6f6f6;
}

	.private-messages-page .unread td a {
		font-weight: bold;
		color: #57b568;
	}

.private-message-view-page .page-body {
	padding-bottom: 20px;
	background: #f6f6f6;
}

.private-message-view-page .message-head {
	padding: 20px;
	border-bottom: 4px solid #fff;
	text-align: center;
	color: #888;
}

	.private-message-view-page .message-head li {
		display: inline-block;
		margin-right: 30px;
		font-size: 13px;
	}

	.private-message-view-page .message-head span {
		margin: 0 10px 0 0;
		color: #444;
		vertical-align: middle;
	}

.private-message-view-page .buttons {
	margin: 0 20px 0;
	padding: 20px 0;
	border-top: 1px solid #eee;
}

	.private-message-view-page .buttons .delete-pm-button {
		margin-left: 5px;
		background: #fff;
		color: #57b568;
	}

	.private-message-view-page .buttons input:last-child {
		margin-top: 20px;
		background: none;
		color: #57b568;
	}

.private-message-view-page .message-body {
	padding: 20px;
	font-size: 13px;
	color: #888;
}

.private-message-view-page .message {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}

.private-message-send-page .inputs {
	margin-bottom: 0;
	border: 0;
}

.private-message-send-page .message {
	text-align: center;
}

/* profile page  */

.profile-info-box {
	padding: 20px;
	overflow: hidden;
}

	.profile-info-box .avatar {
		margin: 0 auto 20px;
	}

	.profile-info-box .profile-stats {
		margin: 0 0 10px;
	}

	.profile-info-box .title {
		margin: 0 0 10px;
		font-size: 18px;
	}

.profile-page .topic {
	margin: 0 0 20px;
	padding: 20px;
	border-bottom: 4px solid #fff;
}

.profile-page .topic-title {
	margin: 0 0 10px;
	background: #f6f6f6;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	color: #888;
}

	.profile-page .topic-title a {
		vertical-align: middle;
		font-weight: bold;
	}

.profile-page .topic-data {
	color: #999;
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 1024px) {

    .admin-header-links {
        z-index: 1030;
        width: 100%;
    }


    /* RESPONSIVE MENU */


    .master-header-wrapper {
        position: relative;
    }
    .ps-container > .ps-scrollbar-y-rail {
        visibility: hidden !important;
    }
    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(221,221,221,0.6);
        z-index: 1010;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #eee;
        text-align: left;
        overflow: hidden;
        z-index: 1070;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;    
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }
    .header-menu.opened {    
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .navigation-wrapper {
        padding: 15px;
        border: 0;
        background: #57b568;
        cursor: pointer;
        overflow: hidden;
        font-size: 0;
    }
    .header-menu .close-menu,
    .header-menu ul .back-button {
        float: right;
    }
    .header-menu .close-menu span,
    .header-menu ul .back-button span {
        position: relative;
        display: inline-block;
        padding: 0;
        width: 28px;
        height: 28px;
        background: rgba(0,0,0,0.1);
        font-size: 0;
        color: #fff;
        line-height: 15px;
    }
    .header-menu .close-menu span:after,
    .header-menu ul .back-button span:after {
        content: '\e901';
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: prisma;
        font-size: 8px;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .header-menu ul .back-button {
        margin-right: 5px;
    }
    .header-menu ul .back-button span:after {
        content: '\e924';
    }
    .header-menu > ul li {
        border-bottom: 1px solid #eee;
        background: #f6f6f6;
    }
    .header-menu > ul li:after {
        content: "";
        display: block;
        clear: both;
    }
    .header-menu > ul li > a,
    .header-menu > ul li > span {
        position: relative;
        display: block;
        padding: 16px 18px;
        line-height: 17px;
        text-align: left;
        font-size: 15px;
        color: #666;
        z-index: 0;
    }
    .header-menu > ul li > a:hover,
    .header-menu > ul li > span:hover {
        color: #57b568;
    }
    .header-menu > ul li:last-child > a,
    .header-menu > ul li:last-child > span {
        border-bottom: 0;
    } 
    .header-menu > ul li > .with-subcategories {
        float: left;
    }
    .plus-button {
        position:relative;
        float: right;
        margin: 10px;
        width: 28px;
        height: 28px;
        background: #fff;
        cursor: pointer;
        z-index: 1;
    }
    .plus-button:after {
        content: '\e925';
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: prisma;
        font-size: 8px;
        color: #dcdde0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #eee;
        box-shadow: 1px 0 5px rgba(0,0,0,0.5);
        z-index: 2;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .header-menu .sublist-wrap {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }       
    .header-menu .sublist-wrap.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .flyout-cart {
        display: none;
    }


    /*********** FOOTER ***********/



    .footer-block .title {
        position: relative;
        padding: 19px 37px;
    }
    .footer-block .title:before,
    .footer-block .title:after {
        content: '\e923';
        position: absolute;
        top: 50%;
        width: 24px;
        height: 24px;
        background: #fff;
        line-height: 24px;
        font-family: prisma;
        font-size: 10px;
        color: #dcdde0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .footer-block .title.active:before,
    .footer-block .title.active:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
    .footer-block .title:before {
        left: 13px;
    }
    .footer-block .title:after {
        right: 13px;
    }
    .footer-middle > div:last-child {
        margin-top: 45px;
    }

    /* SEARCH BOX */

    .store-search-box {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #4ea35d;
        text-align: center;
        box-shadow: -1px 2px 1px rgba(0,0,0,0.3);
        z-index: 1010;
        font-size: 0;
    }
    .store-search-box.open {
        display: block;
    }
    .search-box.store-search-box input {
        border: 0;
        height: 40px;
        background: none;
        color: #fff;
    }
    .store-search-box input.search-box-button {
        width: 40px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFDOUQ4RUFCNDlERjExRTdCNUYyRjkyRTNCOTlGM0U0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFDOUQ4RUFDNDlERjExRTdCNUYyRjkyRTNCOTlGM0U0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUM5RDhFQTk0OURGMTFFN0I1RjJGOTJFM0I5OUYzRTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUM5RDhFQUE0OURGMTFFN0I1RjJGOTJFM0I5OUYzRTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5hSP3vAAABTUlEQVR42qyUTU4CMRiGqwuJEFwpd1BC2OABgBjZcxJdGxeQcAJ2HIHIghETPYQBjMaVa+NKB+VvQXlrXswXY6cd8EueNGnfPul02iqttfJkHzTAEExJH9Q49pP1FVbBu7bXBzPeUhNecPI1KIM0KbNPM1P1kR5wFaYuI3IXYsUZl7TGcODxRQGzDVewz2DRQ1pidrj1vQf2moIE2AMjFV1pEIL5tvq/Wq3OKX1mW/CQHrN9cUm7bM88pOdse67Nz4CQP6C1yZFKgCtwAlLgSdycgCchRYriKFkP/w64YeiL99zUIxhFXNPQdk2lcC4mDEBSPCgPHP8E96Bue1CMsEfJG8iBrlhxKcZrpmxC058FM/Z34krbnGjexzwHDsEr+2/BblzpKRhT0ARHmwjlnhrxhKKxECbjCn///YoQ360r/OucVniY1xYalgIMAD6xnqly4zudAAAAAElFTkSuQmCC) no-repeat center center;
    }
    .store-search-box input.search-box-text {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .header .store-search-box ::-webkit-input-placeholder { 
        color: rgba(255,255,255,.4);
    }
    .header .store-search-box ::-moz-placeholder {
        color: rgba(255,255,255,.4);
    }
    .header .store-search-box :-ms-input-placeholder {
        color: rgba(255,255,255,.4);
    }
    .header .store-search-box :-moz-placeholder {
        color: rgba(255,255,255,.4);
    }


    /* MISCELLANEOUS */


    .html-account-page .block {
        float: none;
        width: auto;
        text-align: center;
    }
    .product-selectors,
    .filter-options {
        display: none;
    }
    .category-page-body .footer {
        padding-bottom: 30px;
    }
    .category-page-body .filter-options {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 15px rgba(0,0,0,.2);
        font-size: 0;
        z-index: 1000;
    }
    .filter-options > .filters-button {
        display: none;
    }
    .filter-options > div {
        position: relative;
        display: inline-block;
        padding: 20px 10px;
        width: 50%;
        background: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 13px;
        color: #888;
        cursor: pointer;
    }
    .filter-options > div:before {
        display: inline-block;
        margin-right: 5px;
        font-family: prisma;
        font-size: 20px;
        color: #57b568;
        vertical-align: middle;
        cursor: pointer;
    }
    .filters-button:before { 
        content: '\e907';
    }
    .product-sorting-mobile:before {
        content: '\e90c';
    }
    .product-display-mobile:before {
        content: '\e906';
    }
    .filter-options li:after {
        content: '.';
        position: absolute;
        top: 10px;
        right: 0;
        height: 40px;
        width: 1px;
        background: #eee;
        text-indent: -9999px;
        font-size: 0;
    }
    .filter-options li:last-of-type:after {
        content: none;
    }
    .filter-options > div > div span {
        display: none;
    }
    .product-sorting-mobile,
    .product-display-mobile {
        position: relative;
    }
    .product-sorting-mobile select,
    .product-display-mobile select {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }


    /* WISHLIST & CART */
    

    .cart thead {
        display: none;
    }
    .cart col {
        float: left;
    }
    .cart tr {
        float: left;
        padding-bottom: 15px;
        margin-right: 6px;
        width: 32.7%;
        width: -webkit-calc(100%/3 - 2px);
        width: calc(100%/3 - 5px);
        overflow: hidden;
        border-bottom: 10px solid #f6f6f6;
        background: #fff;
    }
    .cart tr:nth-of-type(3n) {
        margin-right: 0;
    }
    .cart tr:nth-of-type(3n+1) {
        clear: left;
    }
    .cart td {
        display: block;
        border: 0;
        border-bottom: 4px solid #f6f6f6;
    }
    .order-summary-content tr,
    .shopping-cart-page tr {
        margin-bottom: 4px;
        padding: 4px 10px 0;
        background: #f6f6f6;
    }
    .shopping-cart-page .cart-item-row td:first-child, 
    .shopping-cart-page .cart-item-row td.sku {
        display: none;
    }
    .order-summary-content td,
    .shopping-cart-page td {
        padding: 5px 10px;
        border-bottom: none;
        background: none;
        text-align: left;
    }
    .order-summary-content .cart .remove-from-cart,
    .shopping-cart-page .cart .remove-from-cart {
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        width: 100%;
        text-align: right;
    }
    .order-summary-content td.product,
    .shopping-cart-page td.product {
        text-align: left;
    }
    .order-summary-content .cart .product-name,
    .shopping-cart-page .cart .product-name {
        font-size: 13px;
    }
    .order-summary-content .cart label,
    .shopping-cart-page .cart label {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 11px;
        color: #aaa;
    }
    .order-summary-content td.quantity,
    .shopping-cart-page td.quantity {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .order-summary-content td.subtotal,
    .shopping-cart-page td.subtotal {
        padding-bottom: 0;
        font-size: 14px;
    }
    .order-summary-content .cart td,
    .shopping-cart-page .cart td {
        float: right;
        padding-left: 0;
        width: 58%;
    }
    .order-summary-content .cart .product-picture,
    .shopping-cart-page .cart .product-picture {
        float: left;
        width: 40%;
    }
    .wishlist-content .table-wrapper {
        padding: 10px;
        background: #f6f6f6;
    }
    .wishlist-content .cart tbody {
        font-size: 0;
        background: #f6f6f6;
    }
    .wishlist-content .cart label,
    .wishlist-content .cart td {
        font-size: 14px;
        color: #666;
    }
    .wishlist-content .cart .product-picture,
    .wishlist-content .cart .product,
    .wishlist-content .cart .unit-price {
        border: 0;  
    }
    .wishlist-content .cart .remove-from-cart,
    .wishlist-content .cart .add-to-cart {
        width: 50%;
        height: 48px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wishlist-content .cart .product-picture {
        float: left;
        width: 30%;
        padding-right: 0;
    }
    .wishlist-content .cart .product-picture ~ td {
        margin: 0 0 0 40%;
        text-align: left;
        padding: 10px;
    }
    .wishlist-content .cart .quantity {
        float: left;
        clear: left;
        width: 40%;
    }
    .wishlist-content .cart .subtotal {
        float: right;
        padding-left: 0;
        width: 60%;
        text-align: left;
    }
    .wishlist-content .cart tr td.quantity,
    .wishlist-content .cart tr td.subtotal {
        margin: 0;
        border:0;
        border-top: 4px solid #f6f6f6;
        max-width: none;
    }
    .wishlist-content .cart .qty-dropdown {
        padding-right: 15px;
        min-width: auto;
        width: 48px;
    }


    /*COMPARE MOBILE*/


    .compare-products-mobile {
        padding: 10px;
        background: #f6f6f6;
    }
    .compare-section {
        margin-bottom: 30px;
    }
    .compare-section:last-child {
        margin-bottom: 0;
    }
    .compare-section .title {
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        color: #444;
    }
    .compare-section ul {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 500px;
        background: #fff;
    }
    .compare-section ul li {
        padding: 15px 0;
        font-size: 13px;
        color: #666;
    }
    .compare-section ul li + li {
        border-top: 1px solid #eee;
    }
    .compare-section.product .title {
        font-size: 0;
    }
    .compare-section.product ul {
        padding: 0;
        background: none;
    }
    .compare-section.product li {
        padding: 0;
        border: 0;
        margin-bottom: 10px;
    }
    .compare-section.product li:after {
        content: '';
        display: block;
        clear: both;
    }
    .compare-section.product .picture {
        float: left;
        margin-right: 4px;
        width: 25%;
        background: #fff;
        text-align: center;
    }
    .compare-section.product .product-name {
        text-align: left;
        font-size: 13px;
        color: #666;
    }
    .compare-section.product .details {
        position: relative;
        padding: 20px 10px 10px;
        background: #fff;
        overflow: hidden;
    }
    .compare-section .remove-button {
        position: absolute;
        bottom: 10px;
        left: 50%;
        width: 100%;
        max-width: 136px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .compare-section.price li {
        font-weight: bold;
        color: #57b568;
    }

}

@media all and (max-width: 768px) {
    .cart tr {
        width: 49.7%;
    }    
    .cart tr:nth-of-type(2n) {
        margin-right: 0;
    }
    .cart tr:nth-of-type(2n+1) {
        clear: left;
        margin-right: .6%;
    }
    .cart tr:nth-of-type(3n+1) {
        clear: none;
    }
    .cart tr:nth-of-type(3n) {
        clear: none;
    }
    .compare-section.product .picture {
        width: 45%;
    }
    .shipments thead,
    .products thead,
    .return-request-page thead,
    .recurring-payments thead,
    .reward-points-history thead,
    .downloadable-products-page thead {
        display: none;
    }
    .shipments tr,
    .products tr,
    .return-request-page tr,
    .recurring-payments tr,
    .reward-points-history tr,
    .downloadable-products-page tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #eee;
        background: #fff;
    }
    .shipments td,
    .products td,
    .return-request-page td,
    .recurring-payments td,
    .reward-points-history td,
    .downloadable-products-page td {
        display: block;
        padding: 10px;
        border:0;
        text-align: center;
    }
    .shipments td:first-of-type,
    .products td:first-of-type,
    .return-request-page td:first-of-type,
    .recurring-payments td:first-of-type,
    .reward-points-history td:first-of-type,
    .downloadable-products-page td:first-of-type {
        display: none;
    }
    .return-request-page td.product {
        text-align: center;
    }
    .shipments td label,
    .products td label,
    .return-request-page td label,
    .recurring-payments td label,
    .reward-points-history td label,
    .downloadable-products-page td label {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 11px;
        color: #bbb;
    }
}
@media all and (max-width: 480px) {
    .cart tr {
        width: 100%;
    }
    .cart tr:nth-of-type(2n) {
        margin-right: 0;
    }
    .cart tr:nth-of-type(2n+1) {
        clear: none;
    }
    .cart tr:nth-of-type(3n+1) {
        clear: none;
        margin: 0;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
    /* GLOBAL STYLES */

    .side-2:after {
	    content: "";
	    display: block;
	    clear: both;
    }

    /* GLOBAL FORMS */
    .captcha-box > div {
        margin-left: 0;
    }
    /* NOTIFICATIONS & POPUPS */

    .eu-cookie-bar-notification {
        width: 450px;
        max-width: 95%;
        margin-left: -225px;
    }

    /* HEADER */
    .responsive-nav-wrapper{
        margin: 10px 0;
    }
    .header-links-wrapper {
        width: 215px;
    }
    .personal-button {
        position: relative;
    }
    /* HEADER MENU */
    /* FOOTER */

    /* LEFT/RIGHT COLUMN */

    .block {
	    float: left;
	    width: 48%;
        border-bottom: 0;
	    margin: 0 1% 2%;
	    text-align: left;
    }
    .block:nth-of-type(2n+1) {
	    clear: both;
    }
    .block-account-navigation {
        width: 100%;
    }
    .block .poll-options li,
    .block .poll-results li {
	    display: block;
    }
    .block .poll .buttons,
    .block .poll-total-votes {
	    text-align: left;
    }

    /* CATEGORY PAGE & GRIDS */


    .category-grid .item-box,
    .item-box {
	    width: 49%; /*two per row*/
	    margin-left: 2%;
    }
    .item-box:nth-child(2n+1) {
	    clear: both;
	    margin-left: 0;
    }
    .category-grid .item-box:nth-child(2n) {
        margin-left: 2%;
    }
    .two-per-row .product-grid .item-box {
        width: 49%;
    }
    .two-per-row .product-grid .item-box:nth-of-type(2n) {
        margin-left: 2%;
    }
    /* PRODUCT PAGE */

    .product-review-links span + a {
        display: inline-block;
        margin-left: 2%;
    }
    .attribute-item:after {
        content: '';
        display: block;
        clear: both;
    }
    .attribute-label,
    .attributes .attr-label {
        float: left;
    } 
    .attribute-data,
    .attributes .attr-value {
        float: right;
    }
    .attribute-data,
    .rental-attributes .datepicker {
        border: 0;
	    width: 50%;
        max-width: 50%;
        text-align: left;
    }
    .attributes .attr-label {
        padding:  19px 0 15px 15px;
        width: 50%;
    }
    .attributes .attr-label label {
	    line-height: 32px;
    }
    .attributes .attr-value {
	    display: inline-block;    
        padding: 15px 0;
        border: 0;
        width: 50%;
    }
    .attributes .qty-box {
        margin-top: 0;
    }
    .overview-buttons .add-to-wishlist,
    .overview-buttons .add-to-cart {
        display: inline-block;
        width: 49.8%;
        width: -webkit-calc(100%/2 - 2px);
        width: calc(100%/2 - 2px);
        vertical-align: top;
    }
    .overview-buttons .add-to-cart {
        margin-left: 4px;
    }
    /* REVIEW PAGE */
    /* WISHLIST & COMPARE LIST */
    /* TOPICS */

    .enter-password-form input[type="password"] {
	    width: 300px !important;
    }

    /* CONTACT PAGE & EMAILaFRIEND */
    /* REGISTRATION, LOGIN, MY ACCOUNT */


    .request-item .title,
    .address-list-page .title,
    .order-list-page .title {
        padding: 19px;
    }

    .request-item .details label {
        width: auto;
        min-width: 170px;
    }
    .request-item .details span,
    .request-item .details a,
    .request-item .details div {
        width: auto;
    }
    .address-list .buttons, .order-list .buttons {
        top: 12px; 
        right: 12px;
    }
    /* SHOPPING CART & CHECKOUT */

    .order-progress a {
        height: auto;
        text-transform: uppercase;
        font-weight: bold;
	    font-size: 13px; /*reset zeroing*/
        color: #444;
    }
    .order-progress a:before {
        position: static;
        display: block;
        margin: 5px 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .shipment-details-area,
    .order-review-data,
    .order-details-area {
	    display: table;
	    width: 100%;
	    margin: 0 0 30px;
    }
    .cart-collaterals .buttons .estimate-shipping-button {
        width: auto;
    }
    .shipment-details-area > div,
    .order-review-data > div,
    .order-details-area > div {
	    display: table-cell;
	    width: 50%;
        border: 0;
    }

    /* SEARCH PAGE & SITEMAP */
    /* BLOG & NEWS */
    /* FORUM & PROFILE */

    .forum-search-box-text,
    .forum-search-text {
	    width: 350px;
    }
 
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

    /* GLOBAL STYLES */

    .page {
	    clear: both;
	    text-align: left;
    }
    .link-rss {
	    display: block;
	    float: right;
	    margin: 10px 0 0;
    }

    .message-error,
    .field-validation-error,
    .poll-vote-error, .password-error {
        display: inline-block;
        margin: 4px;
    }
    /* GLOBAL FORMS */

    .inputs {
	    text-align: left;
    }
    /* NOTIFICATIONS & POPUPS */
    /* HEADER */

    .responsive-nav-wrapper > div span.cart-qty,
    .responsive-nav-wrapper > div span.wishlist-qty {
        width: 16px;
        height: 16px;
        font-size: 10px;
        line-height: 17px;
    }
    /* HEADER MENU */
    /* FOOTER */
    .newsletter {
        min-height: auto;
    }

    /* LEFT/RIGHT COLUMN */

    .block {
	    width: 31.3333%;
	    margin: 0 1% 1%;
    }
    .block-account-navigation {
        width: 100%;
    }
    .block:nth-of-type(2n+1) {
	    clear: none;
    }
    .block:nth-of-type(3n+1) {
	    clear: both;
    }

    /* CATEGORY PAGE & GRIDS */

    .page-title,

    .checkout-page .page-title {
        margin: 0 0 20px 0;
        border-bottom: 1px solid #eee;
        text-align: center;
        overflow: hidden;
        background: none;
    }
    .order-progress {
        padding-bottom: 0;
    }
    .html-recently-added-products-page .master-wrapper-content,
    .vendor-page .master-wrapper-content,
    .manufacturer-page .master-wrapper-content,
    .category-page-body .master-wrapper-content {
        width: 98%;
    }

    .category-page-body .product-grid {
        padding: 15px 15px 0;
    }
    .product-selectors {
	    text-align: left;
    }
    .product-selectors > div {
	    float: left;
	    margin: 3px 10px 0 0;
    }
    .product-selectors .product-viewmode {
	    display: inline-block;
	    float: right;
	    margin: 0;
    }


    .item-box,
    .category-grid .item-box {
	    width: 32%; /*three per row*/
    }
    .item-box:nth-child(2n+1),
    .category-grid .item-box:nth-child(2n+1) {
	    clear: none; /*revert the second item*/
	    margin-left: 2%; /*revert the second item*/
    }
    .two-per-row .product-grid .item-box:nth-child(2n+1),
    .two-per-row .product-grid .category-grid .item-box:nth-child(2n+1) {
        margin-left: 0;
    }
    .two-per-row .product-grid  .item-box:nth-of-type(2n) {
        clear: none;
    }
    .item-box:nth-child(3n+1),
    .category-grid .item-box:nth-child(3n+1) {
	    clear: both;
	    margin-left: 0;
    }
    .item-box .buttons {
	    text-align: left;
    }
    .product-grid, 
    .product-list {
        width: auto;
    }
    .product-list {
        margin: 15px;
    }
    .product-list .item-box {
        float: none;
        margin: 0;
        padding: 15px;
        width: auto;
    }
    .product-list .item-box .picture {
	    float: left;
	    width: 34%;
	    margin: 0;
    }
    .product-list .buttons-wrapper {
        display: inline-block;
        background: #fff;
    }

    .product-list .item-box .product-item:after {
        content: "";
        display: block;
        clear: both;
    }
    .product-list .item-box .details {
        padding: 20px 0 0 0;
        background: #fff;
    }
    .product-list .item-box .picture + .details,
    .product-list .item-box .ribbon-wrapper + .details {
        position: relative;
        padding-bottom: 51px;
	    margin: 0 0 0 36%;
    }
    .product-list .item-box .product-title {
        margin: 0 10px 15px;
        height: auto;
    }
    .product-list .item-box .product-rating-box,
    .product-list .item-box .description {
        display: block;
        margin: 0 10px 15px;
    }
    .product-list .add-info {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        border-top: 3px solid #f6f6f6;
        font-size: 0;
    }
    .product-list .item-box .prices {
        display: inline-block;
        margin: 0;
        border-right: 3px solid #f6f6f6;
        padding: 11px 10px 10px;
        height: 48px;
        width: 50%;
        line-height: 26px;
        vertical-align: middle;
    }
    .product-list .item-box .tax-shipping-info {
        display: inline-block;
        margin-left: 5px;
    }
    .product-list .buttons-wrapper {
        float: right;
        direction: rtl;
        -webkit-display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;  
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 50%;
        max-width: 50%;
    }
    .product-list .buttons-wrapper * {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .product-list .item-box .buttons-wrapper .buttons button {
        width: 33.3%;
        min-width: 36px;
    }
    .product-list .item-box .product-box-add-to-cart-button {
        direction: ltr;
        -ms-flex-positive: 1;    
        flex-grow: 1;
        height: 48px;
        background: #57b568;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
    }
    .manufacturer-page .product-grid, .vendor-page .product-grid {
        padding: 20px;
    }

    /* PRODUCT PAGE */

    /*ATTR*/
    .overview .qty-label,
    .variant-overview .qty-label {
	    position: static;
	    left: 0;
	    margin: 0 10px 0 0;
    }
    .attributes .qty-box {
        margin-top: 10px;
    }
    .variant-picture {
	    float: left;
    }
    .variant-picture + .variant-overview {
	    width: auto;
	    margin: 0 0 0 235px;
    }
    .variant-overview .qty-wrapper,
    .variant-overview .prices {
        text-align: left;
    }
    .attribute-item:last-child {
        margin-bottom: 0;
    }
    .attribute-item:after {
        content: '';
        display: block;
        clear: both;
    }
    .attr-item:after {
        content: none;
    }
    .attribute-label {
        width: 50%;
    }
    .attribute-data {
        float: none;
        display: inline-block;
    }
    .tier-prices .prices-table {
	    display: table;
	    width: 100%;
	    border: none;
	    border-collapse: collapse;
    }
    .tier-prices .prices-row {
	    display: table-row;
	    float: none;
	    width: auto;
    }
    .tier-prices .prices-row > div {
	    display: table-cell;
	    border: 1px solid #eee !important;
    }
    .tier-prices .field-header {
	    min-width: 100px;
    }
    .overview-buttons {
	    text-align: left;
    }
    .variant-overview .attributes dd .attribute-squares {
        padding: 0;
        text-align: left;
    }

    .variant-overview .add-to-wishlist,
    .variant-overview .add-to-cart {
        display: inline-block;
        width: 49%;
        width: -webkit-calc(100%/2 - 2px);
        width: calc(100%/2 - 2px);
        vertical-align: top;
    }
    .variant-overview .add-to-cart {
        margin-left: 4px;
    }
    .product-share-wrapper {
        text-align: left;
    }

    .giftcard > div {
        position: relative;
        text-align: center;
    }
    .giftcard label {
	    float: left;
	    margin: 5px 0 5px 0;
        width: 20%;
	    width: -webkit-calc((100% - 350px)/2);
	    width: calc((100% - 350px)/2);
        text-align: left;
    }
    .product-specs-box .attribute-square {
        margin: 0;
    }
    /* REVIEW PAGE */
    .review-content:after {
        content: '';
        display: block;
        clear: both;
    }
    .review-info {
        float: left;
    }
    .product-review-helpfulness {
        float: right;
        padding-bottom: 30px;
    }
    .product-review-helpfulness .result {
        text-align: right;
    }
    /* WISHLIST & COMPARE LIST */

    .wishlist-content .buttons {
        margin: 0;
    }
    .wishlist-content button.button-2 {
	    margin: 0 10px 0 0;
        display: inline-block;
        width: auto;
    }
    .compare-products-table {
	    display: table;
    }
    .compare-products-mobile {
	    display: none;
    }
    .compare-products-page .clear-list {
	    position: absolute;
	    top: 15px;
	    right: 0;
    }

    .compare-products-page .table-wrapper {
        padding: 10px;
        background: #f6f6f6;
    }
    .compare-products-table td {
        position: relative;
        padding: 15px;
        border: 0;
        max-width: 50%;
        font-size: 14px;
        color: #666;

    }
    .compare-products-table tr + tr + tr td + td:before {
        content:'.';
        position: absolute;
        left: 15px;
        right: 15px;
        top: 0;
        height: 1px;
        background: #eee;
        text-indent: -9999px;
        font-size: 0;
    }
    .compare-products-table td:first-child {
        border: 0;
        font-size: 15px;
        color: #aaa;
    }
    .compare-products-table td + td + td {
        border-left: 8px solid #f6f6f6;
    }
    .product-picture td {
        position: relative;
        border-bottom: 8px solid #f6f6f6;
    }
    .product-picture td .remove-button {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .compare-products-table a.picture {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .compare-products-table a.picture:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
    .compare-products-table a img {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .product-price td + td {
        font-weight: bold;
        color: #57b568;
    }
    /* TOPICS */
    .topic-block-body {
        line-height: 28px;
    }
    /* CONTACT PAGE & EMAILaFRIEND */

    .registration-page .page-body,
    .contact-page .page-body,
    .email-a-friend-page .page-body,
    .apply-vendor-page .page-body {
        padding: 15px 30px 25px 30px;
    }
    .account-page .inputs > label,
    .password-recovery-page label,
    .registration-page .inputs > label,
    .contact-page label,
    .email-a-friend-page label,
    .apply-vendor-page label,
    .return-request-page label {
	    float: left;
	    margin: 8px 0 8px 0;
        width: 31%;
	    width: -webkit-calc((100% - 350px)/2);
	    width: calc((100% - 350px)/2);
        text-align: left;
        white-space: pre-line;
    }
    .contact-page label,
    .email-a-friend-page label,
    .apply-vendor-page label {
        width: 34%;
	    width: -webkit-calc((100% - 400px)/2);
	    width: calc((100% - 400px)/2);
    }
    .account-page input[type=text],
    .password-recovery-page input[type=text],
    .registration-page input[type=text],
    .contact-page input[type=text],
    .email-a-friend-page input[type=text],
    .apply-vendor-page input[type=text],
    .contact-page textarea,
    .email-a-friend-page textarea,
    .apply-vendor-page textarea,
    .return-request-page textarea,
    .return-request-page input {
        display: inline;
        margin: 0 auto;
    }

    /* REGISTRATION, LOGIN, MY ACCOUNT */

    .avatar-page .fieldset {
	    float: left;
        margin-right: 40px;
    }
    .avatar-page .fieldset:empty {
        margin: 0;
    }
    .avatar-page .buttons {
	    text-align: left;
        overflow: hidden;
    }
    .btn-wrapper {
        margin: 0 auto;
    }
    .login-page .returning-wrapper .inputs label {
        float: left;
        margin: 10px 0;
        width: auto;
    }
    .login-page .returning-wrapper .inputs input {
        float: right;   
    }
    .order-list-page .info span {
        float: right;
        display: inline-block;
        width: 80%;
    }
    .return-request-page .data-table td,
    .customer-pages-body .data-table th, 
    .customer-pages-body .data-table td {
        text-align: left;
    }

    /* SHOPPING CART & CHECKOUT */

    .totals {
	    float: right;
        padding: 20px;
        width: 50%;
    }
    .order-progress li {
        width: 15%;
        width: -webkit-calc(100% /6 - 10px);
        width: calc(100% /6 - 10px);
    }
    .order-progress li + li {
        margin-left: 10px;
    }
    .order-progress a {
        padding-bottom: 15px;
    }
    .order-progress a:before {
        margin: 20px 0 15px;
    }
    .cart-options {
	    text-align: right;
    }
    .cart-options .common-buttons input {
	    margin: 0 0 0 10px;
    }
    .cart-options .checkout-attributes li {
	    display: inline-block;
	    margin: 0 0 0 10px;
    }
    .cart-options .attribute-squares {
	    text-align: right;
    }
    .cart-collaterals {
	    float: left;
        width: 49%;
    }
    .cart-footer .totals {
        margin-top: 0;
    }
    .cart-options .common-buttons button {
        width: auto;
    }
    .checkout-page .address-item {
	    display: inline-block;
        width: 49%;
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .checkout-page .address-item:nth-child(2n) {    
	    margin: 0 0 0 20px;
    }
    .checkout-page .inputs label,
    .search-input label,
    .payment-info .info td:first-child {
        float: left;
        margin-top: 7px;
        width: 35%;
        width: -webkit-calc((100% - 350px)/2);
        width: calc((100% - 350px)/2);
        text-align: left;
    }
    .payment-info .info td:only-child {
        width: 100%;
        max-width: 100%;
    }
    .search-input label {
        width: 31%; 
        width: -webkit-calc((100% - 350px)/2);
        width: calc((100% - 350px)/2);
    }
    .order-details-page .page-title a {
	    float: right;
	    margin: 3px;
    }
    .order-details-page .options,
    .order-details-page .tax-shipping-info {
	    text-align: right;
    }
    .order-details-page .total-info {
	    overflow: hidden;
    }
    .order-details-page .cart-total {
	    float: right;
    }
    .order-details-page .actions {
	    text-align: right;
    }
    .order-details-page .actions input {
	    min-width: 0;
    }
    .order-details-page label,
    .account-page .table-wrapper td label,
    .return-request-page label {
        display: none;
    }
    .order-details-page .cart-total label {
        display: block;
    }
    .return-request-page .fieldset,
    .return-request-page .fieldset .inputs {
        text-align: center;
    }
    .return-request-page .fieldset select {
        background-position: 96% center;
    }
    /* SEARCH & SITEMAP */
    /* BLOG & NEWS */

    .news-list-page .page-title,
    .news-item-page .page-title,
    .blogpost-page .page-title  {
        text-align: left;
    }
    .post-head ~ *,
    .news-head ~ * {
	    display: block;
    }
    .post-title,
    .news-title {
        float: left;
    }
    .post-date,
    .news-date {
        float: right;
        margin: 0;
    }

    .blog-posts .buttons,
    .news-items .buttons {
        margin-bottom: 0;
        text-align: left;
    }
    .blog-page .tags {
	    float: left;
        margin: 0;
    }
    .blog-page .tags label,
    .blogpost-page .tags label {
	    margin: 0 10px 0 0;
	    line-height: 24px;
    }
    .blogpost-page .post-date {
        float: none;
        text-align: left;
    }
    .blog-posts .buttons {
	    padding: 20px 0 0;
    }

    .blog-posts .read-comments {
        float: left;
    }
    .new-comment .title,
    .comment-list .title {
        text-align: left;
    }
    .comment-info {
	    float: left;
	    margin: 0 30px 0 0;
    }
    .new-comment .inputs label {
        float: left;
        width: 31%;
        width: -webkit-calc((100% - 350px)/2);
        width: calc((100% - 350px)/2);
        text-align: left;
    }
    /* FORUM & PROFILE */


    .forums-table-section .view-all {
	    text-align: center;
    }

    .forum-actions,
    .topic-actions {
	    overflow: hidden;
    }
    .forum-actions .actions,
    .topic-actions .actions {
	    float: left;
	    margin: 0;
    }
    .forum-actions .pager,
    .topic-actions .pager {
	    float: right;
	    max-width: 450px;
    }
    .forum-search-page .search-input label {
        width: 35%;
        width: -webkit-calc((100% - 350px)/2);
        width: calc((100% - 350px)/2);
    }
    .forum-actions .pager.upper {
	    display: block;
        background: #f6f6f6;
    }
    .topic-actions .actions,
    .topic-actions.lower .actions {
	    display: block;
        padding: 10px 0;
    }
    .search-results {
        padding: 15px;
    }
    .search-results .forums-table-section {
        margin-bottom: 0;
    }
    .search-results .pager {
        overflow: hidden;
    }
    .search-results .pager.upper {
        border-top: 0;
        border-bottom: 4px solid #fff;
    }
    .search-results ul {
        float: right;
    }

    .topic-post {
	    overflow: hidden;
    }
    .topic-post .post-info {
	    float: left;
	    width: 20%;
	    margin: 0;
    }
    .topic-post .user-info {
	    width: auto;
    }
    .topic-post .username {
        padding: 0;
    }
    .topic-post .user-stats {
        padding: 10px 15px;
    }
    .topic-post .user-stats li {
	    display: block;
	    margin: 5px 0;
    }
    .topic-post .post-content {
	    float: right;
        width: 78%;
    }
    .topic-post .post-head {
	    overflow: hidden;
    }
    .topic-post .post-time {
	    float: left;
	    margin: 0;
	    background: none;
    }
    .topic-post .post-actions {
	    float: right;
	    margin: 0;
    }
    .topic-post .post-actions a {
	    margin: 0;
	    line-height: 20px;
    }
    .topic-post .post-vote,
    .topic-post .post-head .post-actions > div a {
        padding: 11px 15px;
    }

    .topic-post .post-actions .quote-post a {
	    min-width: 70px;
    }
    .topic-post .post-actions a.post-link-button {
	    margin: 0 0 0 10px;
	    text-align: center;
    }


    .forum-edit-page .inputs label,
    .private-message-send-page .inputs label {
        display: inline-block;
        width: 35%;
        width: -webkit-calc((100% - 420px)/2);
        width: calc((100% - 420px)/2);
        text-align: left;
    }
    .private-message-send-page .inputs:nth-child(2) {
        margin-bottom: 10px;
    }
    .private-message-view-page .buttons input:last-child {
        position: absolute;
        right: 0;
        margin: 0;
        background: url(/Themes/Prisma/Content/img/back_icon.png) no-repeat 0 17px;
    }
    .pager.lower {
	    margin: 0;
    }
    .forum-topic-page .topic-options {
	    float: left;
    }
    .profile-info-box .avatar {
	    float: left;
	    margin: 0 20px 0 0;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

    /* GLOBAL STYLES */

    .master-wrapper-content,
    .home-page-body .page-body > div {
        width: 980px;
    }
    .master-wrapper-content {
        margin: 70px auto;
    }
    .home-page-body .master-wrapper-content {
        width: 100%;
    }
    .home-page-body .page-body > div {
        margin-right: auto;
        margin-left: auto;
    }
    .center-1 {
        margin-bottom: 200px;
    }
    .home-page-body .center-1 {
        margin-bottom: 100px;
    }
    .center-2 {
        float: right;
        margin-bottom: 200px;
        width: 73%;
    }
    .side-2 {
        float: left;
        margin-bottom: 200px;
        width: 25%;
    }
    /* GLOBAL FORMS */
    /* NOTIFICATIONS & POPUPS */
    /* HEADER */
    .master-header-wrapper,
    .home-page-body .master-header-wrapper {
        margin: 0;
    }
    .header-wrapper {
        margin: 0 auto;
        padding: 15px 25px;
        width: 980px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .stick .header-wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    /*.stick .header-menu > ul > li > a,
    .stick .header-menu > ul > li > span {
        padding-top: 20px;
        padding-bottom: 20px;
    }*/
    .header {
        position: relative;
        z-index: 1020;
        width:  86%;
        width: -webkit-calc(100% - 165px);
        width: calc(100% - 165px);
    }
    .header .search-box {
        display: inline-block;
        margin: 13px auto 10px;
        width: 510px;
        height: 45px;
        background: #fff;
        font-size: 0;    
    }
    .header-logo {
        float: left;
        margin: 7px 0 0;
    }
    .header-links-wrapper {
        float: right;
    }
    .responsive-nav-wrapper-parent {
        margin: 12px 0;
        width: auto;
    }
    .responsive-nav-wrapper {
        margin: 0;
    }
    .shopping-cart-link > .cart-qty {
        display: none;
    }
    .product-name .breadcrumb {
        margin-bottom: 20px;
        padding: 40px 0 20px;
    }
    /*flyout cart*/
    /*.flyout-cart .mini-shopping-cart {
        opacity: 0;
        position: absolute;
        top: 100%;
        right: 0;
        width: 380px;
        background: #fff;
        box-shadow: 0 7px 15px rgba(0,0,0,.15);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: transform .3s , opacity .3s;
        transition: transform .3s , opacity .3s;
        pointer-events: none;
        z-index: 1020;
    }*/
    .flyout-cart.opened .mini-shopping-cart {    
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }
    .flyout-cart .count {
        padding: 20px;
        font-size: 14px;
        color: #666;
    }
    .flyout-cart .items {
        position: relative;
        padding: 0 20px;
        max-height: 240px;
        max-height: -webkit-calc(100vh - 360px);
        max-height: calc(100vh - 360px);
        background: #f6f6f6;
        text-align: left;
        overflow: hidden;
    }
    .flyout-cart .item {
        position: relative;
        margin: 20px 0;
        font-size: 14px;
        color: #666;
        overflow: hidden;
    }
    .flyout-cart .item:last-child {
        margin-bottom: 0;
    }
    .flyout-cart .item .picture {
        float: left;
        margin-right: 20px;
        width: 100px;
        text-align: center;
    }
    .flyout-cart .item .product {
        padding-right: 20px;
        overflow: hidden;
    }
    .flyout-cart .item .name {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .flyout-cart .item .quantity {
        margin-bottom: 5px;
        color: #aaa;
    }
    .flyout-cart .item .price {
        font-size: 0;
    }
    .flyout-cart .item .attributes {
        margin: 0;
        line-height: 1.5;
        font-size: 13px;
        color: #aaa;
    }
    .flyout-cart .item .price span {
        font-size: 16px;
        font-weight: bold;
        color: #57b568;
    }
    .flyout-cart .totals {
        padding: 20px;
        margin: 0;
        width: 100%;
        background: none;
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        color: #666;
    }
    .flyout-cart .totals strong {
        float: right;
        font-size: 18px;
        color: #57b568;
    }
    .flyout-cart .buttons {    
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;  
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .flyout-cart .buttons button {
        position: relative;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        padding: 18px 10px;
        border: 0;
        width: 100%;
        background: #57b568;
        text-transform: uppercase;
        color: #fff;  
    }

    .flyout-cart .buttons button span {
        position: relative;
    }
    .flyout-cart .buttons button:first-child span:before {
        content: '\e91c';
        display: inline-block;
        margin: -5px 10px 0 15px;
        font-weight: normal;
        font-family: prisma;
        font-size: 19px;
        color: #fff;
        vertical-align: middle;
    }
    .flyout-cart .buttons button:hover span:before {
        color: #57b568;
    }
    .flyout-cart .buttons button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        background: #f3f3f3;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .flyout-cart .buttons button:hover:before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }
    .flyout-cart .buttons button:hover {
        color: #57b568;
    }
    .flyout-cart .buttons button + button {
        margin-left: 1%;
        background: #fff;
        color: #57b568;
    }
    .flyout-cart .buttons button + button:hover {
        color: #fff;
    }
    .flyout-cart .buttons button + button:hover:before {
        background: #57b568;
    }
    .responsive-nav-wrapper .flyout-cart a.remove-item {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        background: #fff;
        font-size: 0;
    }
    .responsive-nav-wrapper .flyout-cart a.remove-item:after {
        content: '\e901';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        font-family: prisma;
        font-size: 8px;
        color: #bbb;
    }
    .ui-autocomplete {
        z-index: 1015; /*should be lower than header but equal or higher than header-menu*/
    }


    /* HEADER MENU */


    .responsive-nav-wrapper .menu-title, .close-menu,
    .header-menu .back-button {
        display: none;
    }
    .overlayOffCanvas {
        display: none !important;
    }
    .header-links .ico-wishlist {
        display: none;
    }
    .header-menu {
        position: relative;
        background: #fff;
        text-align: center;
        box-shadow: 0 3px 5px rgba(0,0,0,0.1);
        z-index: 1010;
    }
    .header-menu > ul {
        margin: 0 auto;
        /*width: 980px;*/
        font-size: 0;
    }
    .header-menu > ul > li {
        display: inline-block;
        vertical-align: middle;
    }
    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
        display: block;
        padding: 25px;
        text-transform: uppercase;
        font-size: 14px;
        color: #666;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .header-menu > ul > li:hover > a,
    .header-menu > ul > li:hover > span { 
        background: #4ea35d;
        color: white;
    }
    .header-menu .sublist-wrap {
        opacity: 0;
        position: absolute;
        min-width: 220px;
        background: #4ea35d;
        text-align: left;
        box-shadow: 0 2px 3px rgba(0,0,0,.2);
        -webkit-transition: transform .3s , opacity .3s;
        transition: transform .3s , opacity .3s;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
        pointer-events: none;
    }
    .header-menu .hover + .sublist-wrap {
        opacity: 0;
    }
    .header-menu > ul > li > .sublist-wrap {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    .header-menu li:hover  > .with-subcategories + div + .sublist-wrap,
    .header-menu li > .with-subcategories.hover + div + .sublist-wrap {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: auto;
    }
    .header-menu .sublist-wrap.active {
        display: block;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: auto;
    }
    .top-menu {
        display: block;
    }
    .header-menu .sublist li {
        position: relative;
        border-top: 1px solid rgba(0,0,0,.1);
    }
    .header-menu .sublist .back-button {
        display: none;
    }
    .header-menu .sublist li a {
        display: block;
        padding: 11px 20px 10px;
        font-size: 13px;
        color: #fff;
        -webkit-transition: background .3s;
        transition: background .3s;
    }
    .header-menu .sublist li a:before {
        content: '\e925';
        display: inline-block;
        margin-right: 10px;
        font-family: prisma;
        font-size: 10px;
        color: rgba(0,0,0,.1);
    }
    .header-menu .sublist li:hover > a {
        background: #57b568;
    }
    .header-menu .sublist-wrap .sublist-wrap {
        top: -1px;
        left: 100%;
    }
    .responsive-nav-wrapper > div span:after,
    .responsive-nav-wrapper > div a:after {
        font-size: 28px;
    }
    .responsive-nav-wrapper .personal-button > span:after {
        font-size: 25px;
    }
    .responsive-nav-wrapper .wishlist-button {
        display: inline-block;
    }
    .responsive-nav-wrapper .wishlist-button a:after {
        content: '\e919';
    }


    /* FOOTER */


    .footer-upper {
        min-height: 210px;
    }
    .footer-middle {
        margin: 0 auto;
        padding: 80px 50px 60px;
        width: 980px;
        font-size: 0;
    }
    .footer-middle > div {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        text-align: left;
    }
    .footer-middle > div .title {
        padding: 0;
        margin-bottom: 10px;
    }
    .footer-lower-wrapper {
        margin: 0 auto;
        width: 980px;
    }
    .footer-block .list {
        display: block;
    }
    .footer-block .list > li {
        padding: 8px 0 8px 0;
        transition: all .3s;
    }
    .footer-block .list > li:hover {
        color: #57b568;
    }
    .footer-block .list > li:before {
        content: '\e925';
        display: inline-block;
        margin-right: 10px;
        font-family: 'prisma';
        font-size: 10px;
        color: #d6d6d6;
        transition: all .3s;
    }
    .footer-block .list > li:hover:before {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
    .footer-disclaimer,
    .footer-tax-shipping {
        float: left;
        clear: left;
    }
    .footer-powered-by,
    .footer-designed-by {
        float: right;
        clear: right;
    }
    .footer-powered-by {
        margin-top: -17px;
    }
    .theme-selector {
        margin: 0 auto;
    }


    /* LEFT/RIGHT COLUMN */


    .block {
        float: none;
        width: auto;
        margin: 0;
    }
    .block .listbox {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .block:last-of-type .listbox {
        border-bottom: 0;
    }
    .block .title {
        border-bottom: 1px solid #eee;
    }
    .block .title:after {
        content: none;
    }
    .block .product-picture {
        display: inline-block;
        vertical-align: middle;
    }
    .block .list .product-picture {
        display: block;
        max-width: 100%;
    }
    .block .product-name {
        display: inline-block;
        width: 72%;
        vertical-align: middle;
    }
    .block-recently-viewed-products .listbox {
        padding: 5px;
        font-size: 0;
    }
    .block-recently-viewed-products .listbox li {
        display: inline-block;
        width: 33%;
        text-align: center;
    }
    .block-recently-viewed-products .listbox .product-name {
        display: none;
    }


    /* CATEGORY PAGE & GRIDS */


    .breadcrumb {
        display: table-cell;
        text-align: right;
        line-height: 20px;
    }
    .breadcrumb a:hover {
        color: #888;
    }
    .category-page .page-title {
        display: table;
        width: 100%;
    }
    .category-page .page-title h1 {
        display: table-cell;
        margin-bottom: 0;
        text-align: left;
    }
    /* grids */

    .product-grid .item-box .details {
        position: relative;
        padding-top: 62px;
    }
    .product-grid .item-box .buttons-wrapper {
        display: block;
    }
    .home-page .topic-block {
        padding: 50px 0;
    }
    .home-page .product-grid,
    .home-page .bestsellers {
        padding: 90px 0 50px;
    }
    .home-page-polls {
        padding: 70px 0;
    }
    .bestsellers .item-box {
        margin-left: 0;
        width: 49%;
    }
    .bestsellers .item-box .product-item {
        display: table;
        width: 100%;
    }
    .bestsellers .item-box:nth-child(2n) {
        clear: none;
        margin-left: 2%;
    }
    .bestsellers .item-box .picture {
        display: table-cell;
        width: 45%;
        margin-right: 10px;
        vertical-align: top;
    }
    .bestsellers .item-box .details {
        display: table-cell;
        padding: 15px 15px 46px 15px;
        overflow: hidden;
    }
    .bestsellers.product-grid .item-box .buttons-wrapper {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 15px;
        right: 0;
        width: 86%;
    }
    .bestsellers .item-box .prices {
        height: 40px;
    }
    .bestsellers .item-box .product-title {
        margin-bottom: 5px;
    }
    .cross-sells .item-box,
    .also-purchased-products-grid .item-box,
    .related-products-grid .item-box {
        width: 23.5%;
    }
    .cross-sells .item-box button,
    .also-purchased-products-grid .item-box button,
    .related-products-grid .item-box button {
        width: 44px;
    }
    .cross-sells .item-box:nth-child(3n+1),
    .also-purchased-products-grid .item-box:nth-child(3n+1),
    .related-products-grid .item-box:nth-child(3n+1) {
        margin-left: 2%;
        clear: none;
    }
    .cross-sells .item-box:nth-child(4n+1),
    .also-purchased-products-grid .item-box:nth-child(4n+1),
    .related-products-grid .item-box:nth-child(4n+1) {
        margin-left: 0;
    }
    .cross-sells .item-box:nth-child(4n),
    .also-purchased-products-grid .item-box:nth-child(4n),
    .related-products-grid .item-box:nth-child(4n) {
        margin-left: 2%;
    }


    /* PRODUCT PAGE */


    .product-essential {
        margin: 0 0 100px;
    }
    .product-essential .product-name {
        display: table;
        direction: rtl;
        padding: 10px 15px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    .product-essential .product-name h1 {
        display: table-cell;
        direction: ltr;
        margin: 0;
        text-align: left;
    }
    .product-name .breadcrumb {
        direction: ltr;
        padding: 0;
        border: 0;
    }
    .product-content-wrappper {
        padding: 20px;
    }
    .product-content-wrappper:after {
        content: '';
        display:block;
        clear: both;
    }
    .gallery {
        float: left;
        margin-bottom: 20px;
        width: 46%;
    }
    .gallery .picture {
        width: auto;
    }
    .gallery .thumb-item {
        width: 24%;
    }
    .gallery .thumb-item:nth-of-type(4n) {
        margin-right: 0;
    }
    .overview {
        float: right;
        width: 52%;
    }
    .attribute-label {
        width: auto;
    }
    .attribute-data, .rental-attributes .datepicker {
        float: right;
    }
    .overview .quantity-container {
        float: left;
        padding: 20px 15px;
    }
    /*attr*/
    .overview > div,
    .additional-details > div {
        font-size: 0pt;
    }
    .attributes .attr-value {
        text-align: right;
    }
    .product-review-box {
        width: auto;
    }
    .attr-item:after {
        content: '';
    }
    .free-shipping:after {
        width: auto;
    }
    .overview .short-description,
    .variant-overview .short-description,
    .product-review-links,
    .product-no-reviews,
    .overview .label,
    .overview .value,
    .variant-overview .label,
    .variant-overview .value,
    .free-shipping,
    .attributes > ul > li div {
        font-size: 14px;
    }
    .overview .label + .value {
        display: inline-block;
        text-align: right;
        width: 50%;
    }

    .overview .qty-wrapper {
        float: left;
    }
    /*prices*/
    .overview .prices {
        float: right;
        border: 0;
        font-size: 14px;
        text-align: right;
    }
    .overview .tier-prices {
        font-size: 14px;
    }
    .product-review-box,
    .attribute-squares,
    .overview .customer-entered-price {
        text-align: right;
    }
    .overview .customer-entered-price {
        font-size: 14px;
    }
    .customer-entered-price > div {
        display: block;
    }
    .overview .customer-entered-price label {
        float: left;
        text-align: left;
    }
    /*btns*/
    .overview-buttons {
        overflow: hidden;
    }
    .overview .compare-products,
    .overview .email-a-friend {
        float: left;
        margin-right: 20px;
        width: auto;
    }
    .overview .compare-products input,
    .overview .email-a-friend input {
        position: static;
        padding: 0 15px 0 45px;
        border: 0;
        width: auto;
        background: #fff;
        font-size: 14px;
        color: #aaa;
        opacity: 1;
    }
    .overview .product-share-wrapper {
        text-align: left;
    }
    .overview .product-share-wrapper:after {
        content: '';
        display: block;
        clear: both;
    }
    .product-social-buttons {
        float: right;
    }
    /*variants*/
    .product-variant-list {
        font-size: 0pt;
    }
    .product-variant-line {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    .product-variant-line:nth-of-type(2n) {
        margin-left: 2%;
    }
    .variant-picture {
        width: 200px;
    }
    .variant-picture + .variant-overview {
        margin-left: 210px;
    }
    .variant-overview .attribute-squares {
        text-align: left;
    }
    .variant-overview .attributes dt {
        padding: 0 15px;
    }
    .variant-overview .add-to-wishlist {
        width: 50px;
    }
    .variant-overview .add-to-wishlist span {
        font-size: 0;
    }
    .variant-overview .overview-buttons .add-to-cart {
        width:  84%;
        width: calc(100% - 54px);
    }
    .variant-overview .overview-buttons .add-to-wishlist-button:before {
        margin: 0;
    }
    .variant-overview .value {
        display: block;
        margin-top: 5px;
    }
    .variant-overview .attributes dd {
        display: block;
        clear: left;
        width: 100%;
        text-align: left;
    }
    .product-collateral > div {
        margin-bottom: 100px;
    }
    .product-collateral,
    .related-products-grid, .also-purchased-products-grid {
        margin: 100px auto;
    }
    .manufacturer-list-page .page-title h1,
    .vendor-list-page .page-title h1 {
        text-align: left;
    }
    .manufacturer-grid,
    .vendor-grid,
    .recently-added-products-page .product-grid {
        padding: 20px;
    }
    .vendor-page .product-grid {
        padding: 20px;
    }


    /* REVIEW PAGE */


    .product-reviews-page .page-body:after {
        content: '';
        display: block;
        clear: both;
    }


    /* WISHLIST & COMPARE LIST */


    .order-summary-content .table-wrapper,
    .wishlist-content .table-wrapper {
        padding: 0 10px;
        background: #f6f6f6;
    }
    .cart .remove-from-cart label,
    .cart .add-to-cart label {
        padding: 0;
        font-size: 0;
        width: 20px;
    }

    .section.order-summary {
        margin-top: 70px;
    }


    /* TOPICS */


    .topic-block-body {
        margin: 0 auto;
        max-width: 90%;
    }


    /* CONTACT PAGE & EMAILaFRIEND */
    /* REGISTRATION, LOGIN, MY ACCOUNT */


    .account-page .fieldset, 
    .account-page .section {
        margin-bottom: 35px;
    }
    .account-page ,
    .registration-page .fieldset {
        padding: 20px 30px 10px 30px;
    }
    .account-page .message-error {
        margin: 20px 20px 0;
    }
    #check-availability-button {
        margin: 10px auto;
    }
    .login-page .inputs.reversed > * {
        width: auto;
        vertical-align: middle;
    }
    .login-page .customer-blocks > div {
        float: left;
        padding-bottom: 60px;
        margin-bottom: 0;
        width: 49.2%;
    }
    .login-page .customer-blocks > div + div {
        margin-left: 1.5%;
    }
    .external-authentication {
        clear: both;
    }
    .html-my-product-reviews-list-page  .center-2,
    .customer-pages-body .center-2 {
        margin: 0 0 50px;
        width: 75%;
    }
    .html-my-product-reviews-list-page  .side-2,
    .customer-pages-body .side-2 {
        border-right: 4px solid #fff;
        width: 25%;
    }
    .login-page .customer-blocks .buttons {
        position: absolute;
        bottom: 15px;
        margin-bottom: 0;
        width: 87%;
        text-align: center;
    }
    .login-page .customer-blocks .buttons input {
        margin: 0;
        min-width: 0;
    }
    .block-account-navigation .listbox {
        padding: 10px 0 10px 10px;
    }
    .block-account-navigation .title {
        display: none;
    }
    .account-page.customer-info-page {
        padding: 0;
    }
    .customer-pages-body .master-column-wrapper > .page-title {
        display: block;
    }
    .customer-info-page .fieldset {
        margin: 0;
        border-bottom: 4px solid #fff;
        padding: 30px 30px 10px 30px;
    }
    .request-item .title, 
    .address-list-page .title, 
    .order-list-page .title {
        padding: 19px 25px;
    }
    .address-list-page .info, 
    .order-list-page .info {
        padding: 15px 25px;
    }
    .current-balance {
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        font-size:14px;
        color: #444;
    }
    .current-balance:before {
        content: '\e90e';
        display: inline-block;
        margin-right: 10px;
        font-family: prisma;
        font-size: 29px;
        color: #ccc;
        vertical-align: middle;
    }
    .account-page .description {
        font-size: 14px;
        color: #666;
    }


    /* SHOPPING CART & CHECKOUT */


    .shopping-cart-page .totals {
        margin: 0;
        width: 32%;
    }
    .cart-title,
    .checkout-page .page-title {
        margin-top: 40px;
    }
    .cart td {
        min-width: 150px;
    }
    .cart-collaterals {
        margin-right: 4px;
        width: 67.8%;
        width: -webkit-calc(68% - 4px);
        width: calc(68% - 4px);
        margin: 0;
    }
    .cart-collaterals .deals {
        float: left;
        margin-right: 4px;
        width: 49.8%;
        width: -webkit-calc(50% - 2px);
        width: calc(50% - 2px);
        margin: 0;
        min-height: 100%;
    }
    .cart-collaterals .deals > div {
        height: 49.8%;
        height: -webkit-calc(50% - 2px);
        height: calc(50% - 2px);
    }
    .cart-collaterals .shipping {
        float: right;
        width: 49.8%;
        width: -webkit-calc(50% - 2px);
        width: calc(50% - 2px);
        margin: 0;
        height: 100%;
    }
    .estimate-shipping {
        margin: 0;
        height: 100%;
    }
    .cart-collaterals .coupon-code input[type="submit"],
    .cart-collaterals .buttons .estimate-shipping-button {
        transition: all .3s;
    }
    .cart-collaterals .coupon-code input[type="submit"]:hover,
    .cart-collaterals .buttons .estimate-shipping-button:hover {
        color: #57b568;
    }
    .cart-collaterals .shipping .buttons {
        text-align: right;
    }
    .checkout-page .opc .edit-address label {
        width: 295px;
    }
    .checkout-page .totals {
        float: right;
        width: 32%;
    }


    /* ORDER DETAILS */


    .order-details-page .totals {
        width: 32%;
    }


    /* SEARCH & SITEMAP */


    .basic-search input[type="text"] {
        width: 350px;
    }
    .advanced-search .price-range input {
        height: auto;
    }
    .search-box .search-box-button {
        background: #57b568 url(/Themes/Prisma/Content/img/search.png) no-repeat center;
    }


    /* BLOG & NEWS */


    .blogpost-page .page-title,
    .blog-page .page-title {
        padding-left: 0;
    }
    .blogpost-page .page-title h1,
    .blog-page .page-title h1,
    .product-tag-page .page-title h1 {
        text-align: left;
    }
    .news-list-page .page-title {
        padding-left: 0;
    }
    .news-item-page .inputs:first-child label {
        display: inline-block;
    }
    .news-list-homepage {
        padding: 100px 0;
        font-size: 0;
    }
    .news-list-homepage .news-item {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    .news-list-homepage .news-item:nth-child(2n) {
        margin-left: 2%;
    }


    /* FORUM & PROFILE */


    .forums-main-page {
        margin-top: 50px;
        text-align: center;
    }
    .topic-post .post-info {
        text-align: center;
    }
    .topic-post .pm-button, .profile-info-box .pm-button {
        margin: 7px 0 6px;
    }
    .downloadable-products-page .download a:hover {
        color: #57b568;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

    /* GLOBAL STYLES */

    .html-recently-added-products-page .master-wrapper-content,
    .home-page-body .page-body > div,
    .master-wrapper-content,
    .category-page-body .master-wrapper-content {
        width: 1250px;
    }
    .center-2 {
        width: 78%;
    }
    .side-2 {
        width: 20%;
    }
    .flyout-cart .items {
        max-height: 400px;
        max-height: -webkit-calc(100vh - 360px);
        max-height: calc(100vh - 360px);
    }


    /* GLOBAL FORMS */
    /* NOTIFICATIONS & POPUPS */
    /* HEADER */


    .header-wrapper {
        padding: 15px;
        width: 1280px;
    }
    .header .search-box {
        width: 680px;
    }


    /* HEADER-MENU */


    /*.header-menu > ul {
        width: 1200px;
    }*/


    /* FOOTER */


    .footer-middle {
        padding: 80px 0 60px;
        width: 1200px;
    }
    .footer-lower-wrapper {
        padding: 30px 0;
        width: 1200px;
    }


    /* LEFT/RIGHT COLUMN */
    /* CATEGORY PAGE & GRIDS */


    .home-page-product-grid .item-box,
    .four-per-row .product-grid .item-box,
    .category-grid .item-box {
        width: 23.5%; /*four per row*/
    }
    .home-page-category-grid .item-box {
        width: 32%;
    }
    .product-grid div.item-box:first-child {
        margin-left: 0;
    }
    .home-page-product-grid .item-box:nth-child(3n+1),
    .four-per-row .product-grid .item-box:nth-child(3n+1),
    .category-grid .item-box:nth-child(3n+1),
    .home-page-category-grid .item-grid .item-box:nth-child(4n+1) {
        clear: none; /*revert the third item*/
        margin-left: 2%; /*revert the third item*/
    }
    .home-page-product-grid .item-box:nth-child(4n+1),
    .four-per-row .product-grid .item-box:nth-child(4n+1),
    .category-grid .item-box:nth-child(4n+1),
    .home-page-category-grid .item-grid .item-box:nth-child(3n+1) {
        clear: both;
        margin-left: 0;
    }
    .product-list .item-box .picture {
        width: 23.5%;
    }
    .vendor-grid .item-box,
    .manufacturer-grid .item-box {
        width: 23.5%;
    }
    .vendor-grid .item-box:nth-child(3n+1),
    .manufacturer-grid .item-box:nth-child(3n+1) {
        clear: none;
        margin-left: 2%;
    }
    .vendor-grid .item-box:nth-child(4n+1),
    .manufacturer-grid .item-box:nth-child(4n+1) {
        clear: both;
        margin-left: 0;
    }
    .product-list .item-box .picture + .details,
    .product-list .item-box .ribbon-wrapper + .details {
        margin: 0 0 0 25%;
    }
    .product-grid.bestsellers .item-box {
        width: 32%;
    }

    .product-grid.bestsellers .item-box:nth-child(2n),
    .product-grid.bestsellers .item-box:nth-child(2n+1) {
        clear: none;
        margin-left: 2%;
    }
    .product-grid.bestsellers .item-box:nth-child(3n+1) {
        margin-left: 0;
    }
    .product-list .item-box .buttons-wrapper .buttons button {
        min-width: 45px;
    }
    .cross-sells .item-box,
    .also-purchased-products-grid .item-box,
    .related-products-grid .item-box {
        width: 15%;
    }
    .cross-sells .item-box:nth-child(4n+1),
    .also-purchased-products-grid .item-box:nth-child(4n+1),
    .related-products-grid .item-box:nth-child(4n+1) {
        margin-left: 2%;
        clear: none;
    }
    .cross-sells .item-box:nth-child(6n+1),
    .also-purchased-products-grid .item-box:nth-child(6n+1),
    .related-products-grid .item-box:nth-child(6n+1) {
        margin-left: 0;
    }
    .cross-sells .item-box:nth-child(4n),
    .also-purchased-products-grid .item-box:nth-child(4n),
    .related-products-grid .item-box:nth-child(4n) {
        margin-left: 2%;
    }


    /* PRODUCT PAGE */


    .product-content-wrappper {
        padding-right: 50px;
    }
    .ui-tabs .inputs label {
        width: 290px;
    }
    .variant-overview .attributes dt {
        padding: 10px 15px;
    }
    .variant-overview .attributes dd {
        display: inline-block;
        padding: 15px 0;
        width: 50%;
    }
    .variant-overview .value {
        display: inline-block;
        margin: 0;
    }


    /* REVIEW PAGE */
    /* WISHLIST & COMPARE LIST */


    .compare-products-page .table-wrapper {
        padding: 20px;
    }


    /* TOPICS */
    /* CONTACT PAGE & EMAILaFRIEND */
    /* REGISTRATION, LOGIN, MY ACCOUNT */


    .html-my-product-reviews-list-page .center-2,
    .customer-pages-body .center-2 {
        width: 78%;
    }
    .html-my-product-reviews-list-page .side-2,
    .customer-pages-body .side-2 {
        width: 22%;
    }


    /* SHOPPING CART & CHECKOUT */


    .cart-collaterals .current-code {
        margin: 5px 20px 0;
    }
    .cart-collaterals .message-failure {
        margin: 0 20px;
    }
    .cart-collaterals .coupon-code {
        padding: 5px 20px 10px;
    }
    .cart-collaterals .shipping-options {
        padding: 20px 20px 10px 20px;
    }
    .cart-collaterals .hint {
        margin: 10px 20px 5px;
    }
    .cart-collaterals .shipping .inputs {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .cart-collaterals .shipping label {
        display: inline-block;
        width: 33%;
        margin: 0;
        text-align: left;
    }
    .cart-collaterals .shipping label + * {
        width: 67%;
    }
    .checkout-page .opc .edit-address label {
        width: 430px;
    }

    /* SEARCH & SITEMAP */
    /* BLOG & NEWS */
    /* FORUM & PROFILE */

}


/*General*/
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 1em;
}
/* comfortaa-300 - greek_latin */
@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 300;
	src: url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-300.eot); /* IE9 Compat Modes */
	src: local('Comfortaa Light'), local('Comfortaa-Light'), url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-300.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-300.woff2) format('woff2'), /* Super Modern Browsers */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-300.woff) format('woff'), /* Modern Browsers */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-300.ttf) format('truetype'), /* Safari, Android, iOS */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-300.svg#Comfortaa) format('svg'); /* Legacy iOS */
}
/* comfortaa-700 - greek_latin */
@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 700;
	src: url(/Themes/Prisma/Content/fonts/comfortaa-v12-greek_latin-700.eot); /* IE9 Compat Modes */
	src: local('Comfortaa Bold'), local('Comfortaa-Bold'), url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-700.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-700.woff2) format('woff2'), /* Super Modern Browsers */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-700.woff) format('woff'), /* Modern Browsers */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-700.ttf) format('truetype'), /* Safari, Android, iOS */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-700.svg#Comfortaa) format('svg'); /* Legacy iOS */
}
/* comfortaa-regular - greek_latin */
@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 400;
	src: url(/Themes/Prisma/Content/fonts/comfortaa-v12-greek_latin-regular.eot); /* IE9 Compat Modes */
	src: local('Comfortaa Regular'), local('Comfortaa-Regular'), url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-regular.woff) format('woff'), /* Modern Browsers */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
	url(/Themes/Prisma/Content/font/comfortaa-v12-greek_latin-regular.svg#Comfortaa) format('svg'); /* Legacy iOS */
}

.bank-logo:last-child img {
	width: 75px;
}

.popup-container .button-close {
	position: absolute;
	right: -10px !important;
	top: -9px !important;
	z-index: 2;
	width: 25px;
	height: 25px;
	background-image: url(/Themes/Prisma/Content/img/close-icon-gallery.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px;
	background-color: #FFF;
	border-radius: 100%;
}

.datatable-explain {
	display: none;
}

	.datatable-explain span {
		display: block;
		text-align: center;
		padding: 0 0 5px 0;
	}

.scroll-back-button {
	border-radius: 10px 0 0 10px;
}

.topic-page iframe {
	width: 100% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Comfortaa', 'Roboto';
}

.master-wrapper-page {
	max-width: 100%;
	overflow-x: hidden;
}

button.button-2.product-box-add-to-cart-button {
	background-color: transparent;
	border: 0;
}

a.clear-list {
	text-transform: none;
}

.call-btn {
	width: 120px;
	height: 30px;
	background-image: url(/Themes/Prisma/Content/img/call-btn.png);
	margin: 0 auto;
}

.filter-options.hide {
	display: none;
}

html, body, ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	max-height: 100%;
	vertical-align: baseline;
	max-width: 100%;
}

.quickView .k-loading-image {
	border: 0 !important;
	background-image: url(/Themes/Prisma/Content/img/Spinner_star_organizer.png) !important;
	width: 51px !important;
	height: 51px !important;
	background-repeat: no-repeat;
	background-position: center;
}

.ajax-loading-block-window {
	border: 0 !important;
	background-image: url(/Themes/Prisma/Content/img/Spinner_star_organizer.png) !important;
	width: 51px !important;
	height: 51px !important;
	background-repeat: no-repeat;
	background-position: center;
}

.ps-container.ps-active-y > .ps-scrollbar-y-rail {
	display: none;
}
/* width */
.ui-dialog *::-webkit-scrollbar {
	background: transparent;
	opacity: 0;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
	width: 8px;
}

	.ui-dialog *::-webkit-scrollbar:hover {
		background: transparent;
		opacity: 1;
		-webkit-transition: background-color .2s linear;
		-o-transition: background-color .2s linear;
		transition: background-color .2s linear;
		width: 8px;
	}
/* Track */
.ui-dialog *::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
.ui-dialog *::-webkit-scrollbar-thumb {
	border-radius: 4px;
	opacity: 0;
	-ms-filter: "alpha(Opacity=0)";
	background-color: #aaa;
	border-radius: 4px;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
	width: 8px;
	height: 50%;
}

	/* Handle on hover */
	.ui-dialog *::-webkit-scrollbar-thumb:hover {
		border-radius: 4px;
		opacity: 1;
		-ms-filter: "alpha(Opacity=0)";
		background-color: #aaa;
		border-radius: 4px;
		-webkit-transition: background-color .2s linear;
		-o-transition: background-color .2s linear;
		transition: background-color .2s linear;
		width: 8px;
		height: 50%;
	}

.loading-overlay span {
	border: 0 !important;
	background-image: url(/Themes/Prisma/Content/img/Spinner_star_organizer.png) !important;
	width: 51px !important;
	height: 51px !important;
	background-repeat: no-repeat;
	background-position: center;
}

.productPanelAjaxBusy::after {
	border: 0 !important;
	background-image: url(/Themes/Prisma/Content/img/Spinner_star_organizer.png) !important;
	width: 51px !important;
	height: 51px !important;
	background-repeat: no-repeat;
	background-position: center;
}

.nopAjaxCartPanelAjaxBusy::after {
	border: 0 !important;
	background-image: url(/Themes/Prisma/Content/img/Spinner_star_organizer.png) !important;
	width: 51px !important;
	height: 51px !important;
	background-repeat: no-repeat;
	background-position: center;
}

.cloudzoom-ajax-loader:after {
	border: 0 !important;
	background-image: url(/Themes/Prisma/Content/img/Spinner_star_organizer.png) !important;
	width: 51px !important;
	height: 51px !important;
	background-repeat: no-repeat;
	background-position: center;
}

.header-links-wrapper {
	width: 220px;
}

.filter-block .title a:after {
	background: #efefef !important;
	color: #bbb !important;
	border-radius: 5px;
}

.responstable .prices {
	text-align: right;
	min-width: 100%;
}

.specs-content {
	display: none;
}

.responstable .prices .old-product-price {
	text-align: right;
	padding: 0 0 8px 0;
}

.responstable .old-product-price span {
	font-size: 13px;
}

.responstable .old-product-price label {
	font-size: 12px;
}

.responstable span.withold-first-part-product {
	font-size: 18px;
}

.responstable span.profit {
	font-size: 12px;
}

.quickView span[itemprop="price"] {
	display: block;
	width: 100%;
	text-align: right;
}

.quickView {
	top: 5% !important;
}
/*Checkout*/
.label-wrapper {
	display: inline;
}

table.payment-eurobank-table tr:nth-child(2) {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}

	table.payment-eurobank-table tr:nth-child(2) > * {
		width: 44% !important;
		display: block;
		float: left;
		margin: 20px 10px !important;
		height: 60px;
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}



/*Header Menu*/
.header-menu > ul > li.offer-megamenu span {
	color: #f54c35;
}

.header-menu li.offer-megamenu .sublist > li:not(.has-sublist) a span {
	color: #444;
}
/*QuickView*/
.quickView .ui-accordion-header span:after {
	top: 9px !important;
	left: 9px !important;
}

.quickView .ui-accordion-header span {
	background: #efefef !important;
}

.quickView .product-content, .quickView .related-products-grid {
	background: #fbfbfb !important;
}

.quickView span.with-old-price {
	font-size: 20px;
}
/*Ajax Filters*/
.colorOptions li {
	display: block !important;
}

.colorOptions .checkbox-list label {
	display: block;
	width: 100% !important;
}

.colorOptions .color {
	display: none !important;
}

.colorOptions .checkbox-list label {
	height: auto !important;
	background: transparent !important;
	padding: 10px 0 10px 29px !important;
}

.colorOptions .checkbox-list .checkbox-item input[type=radio]:checked + label:after {
	content: '\e92a' !important;
	position: absolute !important;
	text-align: center !important;
	font-family: prisma !important;
	color: #fff !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-transform: translateY(-65%) !important;
	-ms-transform: translateY(-65%) !important;
	transform: translateY(-65%) !important;
	left: 0 !important;
	top: 55% !important;
	width: 25px !important;
	height: 24px !important;
	background: #ffc426 !important;
	line-height: 22px !important;
	font-size: 12px !important;
	border-radius: 5px !important;
	width: 25px !important;
	height: 25px !important;
}

.colorOptions .checkbox-list .checked label:after {
	content: '\e92a' !important;
	opacity: 1 !important;
	width: 20px !important;
	height: 20px !important;
}

.colorOptions .checkbox-list label:after {
	content: '\e92a' !important;
}

.colorOptions .checkbox-list .checkbox-item input[type=checkbox] + label:before {
	width: 20px !important;
	height: 20px !important;
	border: solid 1px #cacaca !important;
	border-radius: 5px !important;
	content: '.' !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	background: #fff !important;
	-webkit-transform: translateY(-65%) !important;
	-ms-transform: translateY(-65%) !important;
	transform: translateY(-65%) !important;
	text-indent: -9999px !important;
	font-size: 0 !important;
}

.colorOptions .checkbox-list label:before {
	content: '.' !important;
	opacity: 1 !important;
}

.colorOptions .checkbox-list .checked {
	border: 0 !important;
	background: transparent !important;
}

.product-set-details-page .icon img {
	position: relative;
	bottom: 8px;
}

.product-set-details-page .product-collateral .add-to-cart-button span {
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-collateral .responstable .add-to-cart-button span {
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.cart-cell img {
	position: relative;
	bottom: 3px;
}

.product-collateral .responstable .add-to-cart-button span {
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
}
.product-collateral .cart-cell .stock.available {
	display: none;
}
.required {
	color: #f44336;
}

.breadcrumb li:last-child {
	display: none;
}

.scroll-to-collateral:hover span {
	color: #fff !important;
}

.scroll-to-collateral span {
	color: #fff !important;
}

.overview-buttons.scroll-to-collateral-overview {
	text-align: right;
	padding-bottom: 15px;
}

.scroll-to-collateral {
	padding: 15px 0 !important;
}

.breadcrumb li:first-child {
	display: inline-block;
}

.breadcrumb li:nth-last-child(2) .delimiter {
	display: none;
}

.breadcrumb li {
	font-size: 11px;
}

.background-overlay {
	/*background-size: cover;*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.homepage-slider {
	margin-bottom: 4em;
}

.swiper-wrapper {
	max-height: 550px !important;
}

th, td {
	display: table-cell;
	font-size: 14px;
	border: 1px solid;
	padding: 1em;
}

.phone-header {
	display: none !important;
}

.header-selectors-wrapper {
	padding: 3px;
	background: #eaeaea;
	font-size: 0;
}

.responsive-nav-wrapper > div span.cart-qty, .responsive-nav-wrapper > div span.wishlist-qty {
	position: absolute;
	bottom: 8px;
	right: 65px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	line-height: 16px;
	background: #f44336;
	font-size: 9px;
	color: #fff;
	z-index: 1;
	pointer-events: none;
}

.header-links ul {
	padding: 3px 0;
	font-size: 0;
}

.header-links a:before {
	display: inline-block;
	margin-right: 10px;
	font-family: prisma;
	font-size: 18px;
	color: #ffc426;
	vertical-align: middle;
}

.header-links a.ico-compare:before {
	content: "\f0ec";
	font-family: FontAwesome;
}

.search-box input {
	font-size: 11px;
	height: 44px;
}

.shipping-method .method-list li label:after, .payment-method .method-list li label:after {
	width: 5px;
}

.payment-method .method-list li label:after {
	width: 0px;
	height: 0;
	border-top: 45px solid transparent;
	border-left: 25px solid #ffc426;
	border-bottom: 45px solid transparent;
	background-color: #ffffff00;
}

.payment-info .info td:first-child {
	text-align: center;
}

.order-completed .title strong {
	border-bottom: solid 5px #4cb050;
	padding-bottom: 10px;
	font-size: 18px;
}

.order-completed .title {
	border-bottom: 0 !important;
}

a.button-1.new-address-next-step-button {
	background: #eee;
	display: inline-block;
	margin-bottom: 0;
	color: #444;
}

.order-confirm-page a.button-1.new-address-next-step-button {
	background: #eee;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 0;
	color: #444;
	height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.billing-address-page .edit-address, .shipping-address-page .edit-address {
	margin: 30px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.quick-view-set .attributes {
	display: none;
}

.quickView .gallery .picture a:before {
	padding-top: 0;
}

.billing-address-page .inputs, .shipping-address-page .inputs {
	padding: 10px 0;
	border-bottom: 0;
	-ms-flex-preferred-size: 46%;
	flex-basis: 46%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shipping-method, .payment-method {
	padding: 30px;
	background: #fbfbfb;
}

.selected-checkout-attributes {
	background: #fbfbfb;
}

.cart-options .checkout-attributes {
	background: #fbfbfb;
	margin: 0;
	padding-top: 5px;
}

	.cart-options .checkout-attributes dt#checkout_attribute_label_1 {
		border: 1px solid #ffc426;
		border-radius: 6px;
		padding: 8px 5px;
	}

.payment-info .info {
	border-bottom: none;
}

span.field-validation-error {
	position: absolute;
	right: 0;
	left: 160px;
	bottom: -7px;
	margin: 0 auto;
	display: block;
	text-align: left;
}

.registration-page span.field-validation-error, .contact-page span.field-validation-error {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -7px;
	margin: 0 auto;
	display: block;
	text-align: left;
	text-align: center;
}

.checkout-page span.field-validation-error {
	left: 188px;
}

.validation-error {
	text-align: center;
	margin-top: 30px;
	color: #ff5874;
}
/*body {
	font-family: 'Comfortaa', 'Roboto';
}*/

body * {
	-webkit-text-size-adjust: none;
	outline: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	display: block;
	height: 0;
	clear: both;
}

.container-wrapper {
	padding: 3em 0;
}

a, a:link, a:visited, a:active, a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

	a:active, a:hover {
		outline: 0;
	}

h1, h2, h3, h4, h5 {
	color: #343434;
}

.html-recently-added-products-page .master-wrapper-content, .home-page-body .page-body > div, .master-wrapper-content, .category-page-body .master-wrapper-content {
	width: 100%;
}

.topic-block-body {
	margin: 0 auto;
	max-width: 100%;
}

.home-page-body .page-body .container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 1em;
}

.flyout-cart .totals {
	text-transform: none;
}

.product-selectors .product-viewmode a.selected {
	opacity: 1;
	border-radius: 5px;
}
/*Header*/
.header-logo a img {
	max-width: 190px;
}

.header-links a {
	font-size: 13px;
}
/*Homepage*/
.two-colums-wrapper {
	padding: 0;
	overflow: hidden;
}

.stick .header-menu > ul > li > a {
	cursor: default;
}

.four-banners-home {
	padding: 0 0 6em;
}

.swiper-container-product .button-wrapper button.button-2.product-box-add-to-cart-button {
	-o-transition: all .3s .05s;
	transition: all .3s .05s;
	-webkit-transition: all .3s .05s;
	background: #343434;
	color: #fff;
	border: 0;
	display: block;
	font-size: 11px;
	font-weight: 600;
}

.swiper-button-prev:after, .swiper-button-next:after {
	border: 5px #cacaca solid;
}

.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
	border: 5px #ffc426 solid;
}

.swiper-button-prev:before, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-next:after {
	border: 5px #cacaca solid;
}

.swiper-button-prev {
	background: url(/Themes/Prisma/Content/img/icon-9.png) 0 0 rgba(255, 255, 255, 0.3);
	background-size: 120px 60px !important;
}

.swiper-button-next {
	background: url(/Themes/Prisma/Content/img/icon-10.png) -60px 0 rgba(255, 255, 255, 0.3);
	background-size: 120px 60px !important;
}

.swiper-pagination-bullet-active {
	border: 2px #ffc426 solid;
}

.product-shortcode .button-wrapper {
	min-width: 161px;
}
/*Ajax Cart*/
.ajaxCart {
	background-color: #fbfbfb;
}

.productAddedToCartWindow, .miniProductDetailsView {
	background: #fbfbfb;
}

.responsive-nav-wrapper .shopping-cart-link > a:after {
	content: '\e913';
	font-size: 30px;
}

.responsive-nav-wrapper .personal-button > span:after {
	font-size: 30px;
}

.responsive-nav-wrapper > div span:after, .responsive-nav-wrapper > div a:after {
	color: #444444;
}

/*Contact Us*/
.contact-page input[type="text"], .contact-page textarea {
	display: inline;
	border: 1px solid #cacaca;
	border-radius: 15px;
	margin: 0 auto;
}

.contact-us-button span {
	color: #444;
}

.contact-page .form-fields {
	max-width: 675px;
	margin: 0 auto;
}

.contact-us-button {
	background-color: #ffc426 !important;
}

svg#Capa_1 {
	fill: #ffc426;
}

li.envelope-contact svg {
	max-width: 25px;
	vertical-align: middle;
	margin-right: 10px;
}
/*li.envelope-contact:before {
	content: url(/Themes/Prisma/Content/img/envelope-footer.svg);
	width: 24px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}*/
/*Homepage parallax newsletter*/
.newsletter-parallax {
	min-height: 400px;
	background-image: url(/Content/Images/uploaded/footer/footer-newsletter-bg.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.newsletter-bg-text {
	padding: 30px 150px;
	background-color: #fff0;
	text-align: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-preferred-size: 950px;
	flex-basis: 950px;
	background-color: rgba(255, 255, 255, 0.5);
}

.newsletter-bg-text h2 {
	font-size: 20px;
	font-weight: 100;
	font-family: 'Comfortaa', 'Roboto';
	color: #444;
	line-height: 30px;
	margin-bottom: 20px;
}

.newsletter-bg-text h3 {
	font-size: 26px;
	color: #444;
	font-family: 'Comfortaa', 'Roboto';
	font-weight: 600;
	margin-bottom: 15px;
}

	.newsletter-bg-text h3 span {
		color: #ff4a3c;
	}

.newsletter-bg-text p {
	color: #6a6a6a;
	font-size: 13px;
	margin-bottom: 25px;
}

.newsletter-bg-text .newsletter-email .newsletter-subscribe-text {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-right: 0;
	padding-left: 20px;
	position: relative;
	color: #444;
}

	.newsletter-bg-text .newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder {
		color: #444;
		position: relative;
		top: 0px;
	}

	.newsletter-bg-text .newsletter-email .newsletter-subscribe-text:-ms-input-placeholder {
		color: #444;
		position: relative;
		top: 0px;
	}

	.newsletter-bg-text .newsletter-email .newsletter-subscribe-text::-ms-input-placeholder {
		color: #444;
		position: relative;
		top: 0px;
	}

	.newsletter-bg-text .newsletter-email .newsletter-subscribe-text::placeholder {
		color: #444;
		position: relative;
		top: 0px;
	}

.newsletter-bg-text .newsletter-email {
	background: #fff;
}

	.newsletter-bg-text .newsletter-email .newsletter-subscribe-button {
		float: none;
		background-color: #ff4a3c;
		width: 300px !important;
		padding: 0 10px;
		border-radius: 25px;
		font-size: 13px;
		background-image: none;
		color: #fff;
		position: relative;
		left: 0;
		text-transform: none;
		max-width: unset;
	}

#newsletter-subscribe-button-2 {
	float: none;
	background-color: #ff4a3c;
	width: 220px !important;
	padding: 0 10px;
	border-radius: 25px;
	font-size: 15px;
	background-image: none;
	color: #fff;
	position: relative;
	left: 0;
	max-width: unset;
	height: 42px;
	border: none;
	-webkit-appearance: none;
	text-transform: none;
}

	#newsletter-subscribe-button-2 .text {
		padding: 0;
		font-size: 15px;
		text-transform: none;
	}

#newsletter-subscribe-button .text {
	padding: 0;
	color: #444;
	font-size: 15px;
	text-transform: none;
}

.newsletter-home .container:before {
	display: none;
}

.newsletter-home .container {
	width: 100% !important;
	max-width: 1400px;
}

.newsletter-bg-text .newsletter {
	margin-left: 0;
}

.newsletter-bg-text i.fa.fa-tags {
	color: #ff4a3c;
	font-size: 24px;
	position: relative;
	bottom: 2px;
}

.content-margins .swiper-button-next:not(.style-1), .container .swiper-button-next:not(.style-1) {
	right: -30px;
}
/*Newsletter Bounce Box*/
.newsletterbounce-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.newsletterbounce-topic img {
	max-width: 100%;
	display: inline-block;
	height: auto;
}

#newsletterbounce-email {
	width: 50%;
}

#newsletterbounce-subscribe-button {
	border: 0;
	font-size: 17px;
	padding: .5em;
	color: #fff;
	background-color: #1999ff;
	width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	height: 40px;
}

.newsletterbounce-email input[type="text"] {
	width: 50%;
}

.newsletterbounce-topic {
	text-align: center;
	padding: 2em 1em;
}

.ui-dialog {
	position: absolute !important;
	width: 500px !important;
	max-width: 95%;
	background: #fff;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.3);
	box-shadow: 0 1px 15px rgba(0,0,0,0.3);
	z-index: 999999;
}

.ui-widget-overlay.ui-front {
	position: fixed;
	width: 100%;
	min-height: 100%;
	z-index: 9999;
	background-color: #00000036;
	top: 0;
}
/*Recently Viewed Products Bottom*/
.recently-viewed-button-container {
	position: absolute;
	bottom: 100%;
	left: 50px;
	color: #585454;
	background-color: #ffc426;
}

.recently-viewed-button {
	padding: .5em 1em;
	cursor: pointer;
}

	.recently-viewed-button i.fa.fa-eye {
		margin-right: 5px;
	}

.block-recently-viewed-products {
	position: fixed;
	bottom: -258px;
	left: 0;
	display: block;
	width: 100%;
	height: 258px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #eaeaea;
	z-index: 1;
	-webkit-transition: bottom .2s ease-in-out;
	-o-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}

	.block-recently-viewed-products.hidden-recently {
		bottom: 0;
	}

.recently-viewed-container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 2em;
}

.recently-title {
	margin: 20px 0 30px;
	font-size: 22px;
}

	.recently-title i.fa.fa-eye {
		color: #ffc426;
		font-size: 27px;
	}

.close-recently {
	float: right;
	margin-top: 0;
	margin-right: 0;
	padding: 6px 10px;
	position: relative;
	top: 10px;
	right: 41px;
	cursor: pointer;
}

#register-button {
	background-color: #ffc426;
	color: #444;
}

.recently-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 1em;
}

	.recently-grid > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1em;
		background-color: #fff;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		margin: 0 5px;
	}

	.recently-grid .last {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1em;
		background-color: #fff;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}

	.recently-grid .product-name {
		margin-bottom: 10px;
		padding: 0;
		overflow: hidden;
		display: inline-block;
	}

	.recently-grid .details-recently {
		padding: .5em;
	}

/*Homepage Offer Counters*/
.flex-container-count a.button.size-2.style-2 {
	background-color: #ff4a3c;
	position: relative;
	top: 30px;
}

.flex-container-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

	.flex-container-count .count-item {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}

.banner-shortcode.style-3 .valign-middle-cell {
	height: 480px;
	padding: 30px 50px;
	display: table-cell;
	width: 10000px;
	vertical-align: middle;
}

.banner-shortcode.style-3 {
	background-size: cover;
	background-position: right top;
	position: relative;
}

.rounded-image {
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.text-center {
	text-align: center;
}

.banner-shortcode.style-3 .valign-middle-content {
	max-width: 390px;
}

.banner-shortcode.text-center .valign-middle-content {
	margin: 0 auto;
}

.simple-article.size-5 {
	font-size: 18px;
	line-height: 24px;
}

.rich-blog-homepage .title {
	margin: 0 0 50px;
	padding: 12px 0 13px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	color: #444;
	min-height: 42px;
	background-color: #fbfbfb;
	padding: 15px 0 10px;
	border: solid 1px #eee;
	color: #343434;
	font-weight: 900;
	font-family: 'Comfortaa', 'Roboto';
	text-transform: none !important;
	font-size: 40px;
	line-height: 46px;
}

.rich-blog-homepage .post-title {
	text-transform: none !important;
}

.rich-blog-homepage .post-date {
	display: none;
}

.rich-blog-homepage .post-description {
	color: #444;
}

.cart-footer .cart-total td span.selected-shipping-method {
	color: #444;
	margin: 0 2px;
	font-size: 10px;
	display: block;
}

.cart-footer .cart-total .shipping-cost td span {
	margin: 0;
}

.flyout-cart .buttons button:hover span, .flyout-cart .buttons button:hover span:before {
	color: #fff !important;
}

.countdown.light .ClassyCountdown-wrapper .ClassyCountdown-value span, .countdown.light-green .ClassyCountdown-wrapper .ClassyCountdown-value span {
	color: rgba(255,255,255,.8) !important;
}

.ClassyCountdown-wrapper .ClassyCountdown-value span {
	display: block;
}

.counters-home {
	padding: 2em 0 6em;
}


.ClassyCountdown-wrapper > div {
	display: inline-block;
	position: relative;
	width: 25%;
	padding: 0 5px;
	margin: 0;
}

.ClassyCountdown-wrapper {
	margin: 0 -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*Account Pages*/
.account-page select {
	display: inline;
	border: 1px solid #cacaca;
	border-radius: 15px;
	margin: 0 auto;
}
/*Search Page*/
.basic-search input[type="text"] {
	border: 1px solid #cacaca;
	border-radius: 15px;
}

.search-input {
	padding: 0 20px 10px;
	background: #fbfbfb;
}

	.search-input .search-button {
		color: #444 !important;
	}

.advanced-search select {
	border: 1px solid #cacaca;
	border-radius: 15px;
}

.advanced-search .price-range input {
	border: 1px solid #cacaca;
	border-radius: 15px;
}

.language-selector {
	display: none;
}
/*Homepage triple banner with slider*/
.triple-banner-home {
	padding: 1em 0 7rem;
}

.banner-shortcode.style-5 {
	background-size: cover;
	background-position: center top;
	position: relative;
}

.simple-article.color, .color {
	color: #b8cd06;
}

.banner-shortcode.style-5 .valign-middle {
	min-height: 225px;
	padding: 30px 50px;
}

.triple-banner-inner .flex-item {
	-ms-flex-preferred-size: 48.5%;
	flex-basis: 48.5%;
}

.triple-banner-inner .flex-item-column {
	-ms-flex-preferred-size: 48.5%;
	flex-basis: 48.5%;
	width: 48.5%;
}

.triple-banner-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.button.style-1 {
	background: #fff;
	color: #555;
}

.simple-article h1 a:hover, .h1 a:hover, .simple-article h2 a:hover, .h2 a:hover, .simple-article h3 a:hover, .h3 a:hover, .simple-article h4 a:hover, .h4 a:hover, .simple-article h5 a:hover, .h5 a:hover, .simple-article h6 a:hover, .h6 a:hover {
	color: #ffc426;
}

.simple-article h1 a, .h1 a, .simple-article h2 a, .h2 a, .simple-article h3 a, .h3 a, .simple-article h4 a, .h4 a, .simple-article h5 a, .h5 a, .simple-article h6 a, .h6 a {
	-o-transition: all .15s;
	transition: all .15s;
	-webkit-transition: all .15s;
}

.banner-shortcode.style-5 .valign-middle-content {
	max-width: 260px;
}

.content-margins .swiper-button-prev:not(.style-1), .container .swiper-button-prev:not(.style-1) {
	left: -30px;
}

.slider-wrapper.side-borders:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #f7f7f7;
	border-right: 1px #fff solid;
	content: "";
	z-index: 2;
}

.col-xs-b5 {
	margin-bottom: 5px;
}

.empty-space:after {
	content: "";
	display: block;
	clear: both;
}

/*Category Pages*/
.category-container {
	max-width: 1300px;
	margin: 2em auto 0;
	padding: 0 1em;
}

.category-page-body .page-body {
	background: #fbfbfb;
}

.category-page .product-grid {
	margin-top: 0;
}

.filter-block a.toggleControl {
	text-transform: none;
	color: #555;
	font-weight: 100;
}

.ui-slider-handle:after {
	font-size: 9px !important;
}

.filtersGroupPanel .checkbox-list label {
	text-transform: none;
	font-size: 12px;
}

.ui-slider-handle {
	margin-left: -12px;
	width: 25px;
	height: 25px;
	background-color: #fed566;
	border-radius: 5px;
}

.ui-slider-range {
	background-color: #fed566 !important;
}

.priceRangeCurrentPricesPanel span {
	color: #efad00 !important;
	padding: 5px 0;
}

.priceRangeMinMaxPanel {
	margin: 10px 0 20px;
	color: #888;
}

.product-selectors {
	background: #fbfbfb;
	font-size: 12px;
}

	.product-selectors select {
		color: #888;
		border-radius: 15px;
	}

	.product-selectors .product-sorting select {
		width: 230px;
	}

	.product-selectors .product-page-size select {
		width: 55px;
	}

input[type="text"], input[type="password"], textarea, select {
	font-size: 12px;
}

.product-set-details-page .qty-wrapper input[type="text"] {
	max-width: 50px;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-align: center;
}


.quickView .add-to-cart-panel .qty-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 5px 4px !important;
}


.block-category-navigation .title strong:after {
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.block-category-navigation .ui-state-active.title strong:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 15px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.block-category-navigation .list > li > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.category-container .block-category-navigation .title strong:after {
	right: -15px !important;
}

.block-category-navigation .title strong {
	width: 88%;
}

.block-category-navigation .listbox {
	display: none;
	padding: 0 10px;
	font-size: 13px;
}
/*.ui-accordion-content-active {
	display: block !important;
}*/

.quickView .overview .add-to-cart-button:hover span {
	color: #fff !important;
}

.page-title h1 {
	text-transform: none;
}

.anywhere-sliders-nivo-slider {
	margin-bottom: 1em;
}

.product-shortcode .icons .quick-view-button a {
	width: 40px;
	height: 40px;
	font-size: 0 !important;
	border: 1px #cacaca solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	line-height: 28px;
	color: #979797;
	-o-transition: all .15s;
	transition: all .15s;
	-webkit-transition: all .15s;
	font-size: 16px;
	margin: 0px 5px 5px 0;
	background-color: #fff;
}

	.product-shortcode .icons .quick-view-button a:hover {
		background: #ffc426;
		border-color: #eee;
		color: #fff;
		-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
		box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	}

.newsletter-result {
	position: absolute;
	bottom: -25px;
	width: 100%;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	line-height: 20px;
	font-size: 13px;
	font-weight: 100;
	padding: 5px;
	background-color: rgba(255, 196, 38, 0.88);
	border: 1px solid #fff;
	border-radius: 8px;
	display: none;
}
/*Sub-Categories*/
.sub-category-grid .item-box ul.sub-categories-list {
	display: none;
}
/*Category Navigation*/


/*Account Pages*/
.block-account-navigation .list > li > a.active, .block-account-navigation .list > li > a.active:hover, .block-account-navigation .listbox .list > li > a:hover {
	color: #444;
}

.block-account-navigation .list li a {
	color: #444;
}

.block-account-navigation .listbox li a:before {
	color: #888;
}

.change-password-page input[type="password"], .account-page input[type=text] {
	display: inline;
	border: 1px solid #cacaca;
	border-radius: 15px;
	margin: 0 auto;
}

.address-list .buttons .button-2 {
	background: #444;
}

.order-list .buttons .order-details-button {
	background: #444;
}

.address-list-page .title {
	padding: 19px 25px;
	border-bottom: 2px solid #ffc426;
}

.wishlist-page {
	padding-top: 4em;
}

.wishlist-content button.button-2 {
	color: #777 !important;
	border: 1px solid #dadada;
}

.block-account-navigation .list li a {
	text-transform: none;
}

.account-container {
	padding: 3em 0;
}

.order-details-page .page-title {
	margin: 0 0 20px;
	overflow: hidden;
}

.order-details-page .order-number, .order-details-page .title, .shipping-info-wrap .title {
	text-transform: none;
}

.shipments table td, .products table td {
	min-width: 100px;
}

.header-links a {
	text-transform: none;
}
/*Category Pages Product Box*/

.product-shortcode.style-1 {
	border: 1px #f7f7f7 solid;
	padding: 25px 30px 5px 30px;
	background: #fff;
	overflow: hidden;
}

.slider-wrapper.hidden-pixel-x .product-shortcode {
	border-top: none;
	border-bottom: none;
}

.product-shortcode.style-1.big {
	padding: 60px 50px 30px 50px;
	border-color: #f7f7f7;
}

.product-shortcode.style-1 .preview {
	position: relative;
	margin-bottom: 20px;
}

.product-shortcode.style-1.big .preview {
	margin-bottom: 60px;
}

.product-shortcode.style-1 .preview img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.cross-sells .item-box button, .also-purchased-products-grid .item-box button, .related-products-grid .item-box button {
	width: auto;
	background: transparent;
	border: 0;
}

.product-shortcode.style-1 .preview-buttons, .product-shortcode.style-7 .preview-buttons {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 0;
	width: 200px;
	height: 100%;
	text-align: center;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
	background: rgba(255,255,255,.9);
	opacity: 0;
}

	.product-shortcode.style-1 .preview-buttons .button, .product-shortcode.style-7 .preview-buttons .button {
		min-width: 135px;
		margin-bottom: 10px;
		-webkit-transition: opacity .3s, left 0s .3s;
		-o-transition: opacity .3s, left 0s .3s;
		transition: opacity .3s, left 0s .3s;
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-o-transition: all .3s;
		transition: all .3s;
		-webkit-transition: all .3s;
	}

	.product-shortcode.style-1 .preview-buttons .button, .product-shortcode.style-7 .preview-buttons .button {
		min-width: 135px;
		margin-bottom: 10px;
		-webkit-transition: opacity .3s, left 0s .3s;
		-o-transition: opacity .3s, left 0s .3s;
		transition: opacity .3s, left 0s .3s;
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-o-transition: all .3s;
		transition: all .3s;
		-webkit-transition: all .3s;
	}

		.product-shortcode.style-1 .preview-buttons .button:nth-child(2), .product-shortcode.style-7 .preview-buttons .button:nth-child(2) {
			-ms-transform: translateY(30px);
			transform: translateY(30px);
			-webkit-transform: translateY(30px);
		}

.product-shortcode.style-1:hover .preview-buttons, .product-shortcode.style-7:hover .preview-buttons {
	opacity: 0;
	display: none;
}

	.product-shortcode.style-1:hover .preview-buttons .button, .product-shortcode.style-7:hover .preview-buttons .button {
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

.product-shortcode.style-1 .title {
	height: 60px;
	margin-bottom: 10px;
	border: 0;
}

.also-purchased-products-grid .product-shortcode.style-1 .title {
	height: 63px;
}

.simple-article.color, .color {
	color: #ff4a3c;
	text-transform: none;
}

.product-shortcode.style-1 {
	border: 1px #f7f7f7 solid;
	padding: 25px 30px 5px 30px;
	background: #fff;
	overflow: hidden;
	min-height: 460px;
}

.product-shortcode .add-info {
	min-height: 48px;
}


.four-per-row .product-grid .item-box {
	width: 25%;
	margin: 0 0 25px;
	margin-left: 0;
}

	.home-page-product-grid .item-box:nth-child(3n+1), .four-per-row .product-grid .item-box:nth-child(3n+1), .home-page-category-grid .item-grid .item-box:nth-child(4n+1) {
		clear: none;
		margin-left: 0;
	}

.item-box .description {
	display: block;
}

.product-shortcode.style-1 .description .text {
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.product-shortcode.style-1 .description {
	height: 60px;
	overflow: hidden;
	position: relative;
	font-size: 13px;
}

	.product-shortcode.style-1 .description .icons {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
		opacity: 0;
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
		-o-transition: all .3s;
		transition: all .3s;
		-webkit-transition: all .3s;
		text-align: center;
	}

.product-shortcode.style-1:hover .description .icons {
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	text-align: center;
}

.product-shortcode.style-1:hover .description .text, .product-shortcode.style-7:hover .description .text {
	opacity: 0;
}

.item-box .add-to-compare-list-button:after {
	display: none;
}

.category-page .product-shortcode.style-1 .simple-article.text.size-2 {
	font-size: 12px;
}

.item-type-1 .product-grid .quick-view-button a:before, .bestsellers.product-grid .item-box .quick-view-button a:before {
	display: none;
}

.item-box .quick-view-button a:after {
	content: "\f06e";
	position: absolute;
	top: 50%;
	left: 50%;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	color: #888;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.item-box.product-shortcode.style-5 .button.style-3 .quick-view-button a:after {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(35%, -90%);
}

.quick-view-button .entry {
	font-size: 0 !important;
}

.quick-view-button:hover .entry:after {
	color: #ffffff;
}

.quick-view-button {
	display: inline-block;
	width: 35px;
	/* vertical-align: middle; */
	padding: 0 32px;
	margin-left: -25px;
}

.category-page .quick-view-button {
	display: inline-block;
	width: auto;
	/* vertical-align: middle; */
	margin-left: 0px;
	padding: 0;
	margin-right: 5px;
}

.category-page .product-list .quick-view-button {
	padding: 0;
}

.product-list .simple-article.size-4 {
	text-align: left;
	margin: 0;
}

.products-wrapper .product-shortcode.style-1 {
	border-bottom: none;
	border-top: none;
	margin-bottom: 60px;
	padding-top: 0;
	padding-bottom: 0;
}

.category-description, .manufacturer-description, .vendor-description {
	padding: 30px 15px;
	line-height: 24px;
	font-size: 13px;
	color: #888;
}

	.category-description p, .manufacturer-description p, .vendor-description p, .full-description p, .topic-html-content p, .topic-page p, .news-body p, .custom-tab p {
		margin: 10px 0;
		color: #444444;
		font-size: 14px;
	}

	.category-description p {
		text-align: left;
	}

.product-selectors > div {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
}

.category-page .item-box .title {
	padding: 10px;
	font-size: 14px;
	text-transform: none;
}

.category-page .sub-category-grid .item-box .title {
	text-transform: none;
	line-height: 20px;
	padding: 10px;
	font-size: 13px;
}

.icon .ajax-cart-button-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	/*background-image: url(/Themes/Prisma/Content/img/icon-3.png);*/
}

.icon button.button-2.product-box-add-to-cart-button.nopAjaxCartProductListAddToCartButton {
	width: 100%;
	height: 30px;
	background-color: transparent;
	border: 0;
	background-image: url(/Themes/Prisma/Content/img/icon-3.png);
}

.item-type-2 .bestsellers .icon .product-box-add-to-cart-button:after, .item-type-1 .product-grid .icon .product-box-add-to-cart-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #57b568;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: inherit;
	-ms-transform-origin: inherit;
	transform-origin: inherit;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
	width: 40px;
	height: 40px;
	background-image: url(/Themes/Prisma/Content/img/icon-3.png);
}

#new-shipping-address input[type=checkbox] + label:before, #Newsletter + input + label:before, #new-shipping-address .inputs.reversed input + input + label:before, #new-shipping-address .selector input + input + label:before, #new-shipping-address input[type=radio] + label:before {
	left: 0;
	top: 55%;
	width: 20px;
	height: 20px;
	background: #fbfbfb;
	border: solid 1px #cacaca;
	border-radius: 5px;
	width: 25px;
	height: 25px;
	background: #fbfbfb;
	border: solid 1px #cacaca;
	border-radius: 5px;
}

#new-shipping-address input[type=radio]:checked + label:after {
	content: '';
	position: absolute;
	top: 39%;
	left: 5px;
	border-radius: 5px;
	width: 5px;
	height: 5px;
	background: #fff;
	content: '\e92a';
	position: absolute;
	text-align: center;
	font-family: prisma;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	transform: translateY(-65%);
	left: 0;
	top: 55%;
	width: 25px;
	height: 24px;
	background: #ffc426;
	line-height: 22px;
	font-size: 12px;
	border-radius: 5px;
}

.checkbox-wrapper {
	margin: 0 0 0 10px;
}

.checkout-page .inputs .checkbox-wrapper label {
	padding: 10px 0 10px 30px;
	width: initial !important;
	float: none !important;
	min-width: unset;
}

.cart-title, .checkout-page .page-title {
	margin: 0;
	padding: 20px 0 10px;
	background: #fbfbfb;
}

.checkout-page button.button.style-2.button-1 {
	background: #ffc426;
	color: #444;
	border-radius: 15px;
	padding: 13px 20px;
	max-width: 100%;
	font-size: 15px;
	display: inline-block;
	border: 0;
}

.registration-result-page button.button.style-2.button-1 {
	background: #ffc426;
	color: #444;
	border-radius: 15px;
	padding: 15px 20px;
	max-width: 100%;
	font-size: 12px;
	border: 0;
}

.registration-page #Newsletter + input + label, .order-confirm-page #Newsletter + input + label {
	border-bottom: 3px solid #1999ff;
}

.registration-page #Newsletter + input + label {
	padding: 10px 0 10px 35px;
}

	.registration-page #Newsletter + input + label:before {
		left: 0;
		top: 58%;
		width: 25px;
		height: 25px;
		background: #fbfbfb;
		border: solid 3px #ffc426;
		border-radius: 5px;
	}

.registration-page #Newsletter:checked + input + label:after {
	width: 25px;
	height: 22px;
}

@media (min-width:769px) {
	.order-confirm-page #Newsletter + input + label {
		min-width: 555px !important;
	}
}

.checkout-page .select-shipping-address-button span {
	padding: 2px;
}

.checkout-page .select-shipping-address-button {
	padding: 13px 15px !important;
	font-size: 11px !important;
}
/*Filters*/
input[type=checkbox] + label:before, #Newsletter + input + label:before, .inputs.reversed input + input + label:before, .selector input + input + label:before, input[type=radio] + label:before {
	left: 0;
	top: 55%;
	width: 20px;
	height: 20px;
	background: #fbfbfb;
	border: solid 1px #cacaca;
	border-radius: 5px;
}

#newsletterbounce-subscribe-button3 {
	border: 0;
	font-size: 17px;
	padding: .5em;
	color: #fff;
	background-color: #1999ff;
	width: 100%;
}

#Newsletter:checked + input + label:after, .inputs.reversed input:checked + input + label:after, .selector input:checked + input + label:after, input[type=checkbox]:checked + label:after {
	left: 0;
	top: 55%;
	width: 20px;
	height: 20px;
	background: #ffc426;
	line-height: 22px;
	font-size: 12px;
	border-radius: 5px;
}

.pager {
	padding: 15px;
	border-top: 0px solid #fbfbfb;
	background: #fbfbfb;
}

	.pager li {
		background: #fff;
		border: solid 1px #cacaca;
		border-radius: 8px;
	}

	.pager li {
		margin-right: 8px;
	}

		.pager li:before, .pager li.current-page:before {
			right: 0;
			border-radius: 8px;
		}

		.pager li a:hover, .pager li span:hover, .pager li.current-page span {
			font-weight: bold;
			line-height: 37px;
		}

/*Search Page*/
.search-page .product-shortcode.style-1 {
	padding: 25px 15px 5px 15px;
}


.instant-search-item {
	overflow: hidden;
	padding: 6px;
	height: 92px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}



.k-item.k-state-hover .instant-search-item, .k-item.k-state-focused .instant-search-item {
	background: #ececec;
	border-bottom: solid 1px #ffc426;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.instant-search-item .detail .price {
	color: #444444;
}
/*Cart & Add to Cart*/
.cart .subtotal span {
	color: #444444;
}

.order-total strong {
	color: #444444;
}

.products .product-subtotal {
	color: #444444;
}

.cart td.unit-price {
	font-weight: 100;
	width: 10%;
}

.productAddedToCartWindowSummary div {
	background: #ffc426 !important;
	border-radius: 15px;
}

	.productAddedToCartWindowSummary a:before, .productAddedToCartWindowSummary div:before {
		background: #4cb050;
		border-radius: 15px;
	}

.productAddedToCartWindowSummary .button-1 {
	color: #444;
}

.ajax-cart-button-wrapper input[type="button"], .productAddedToCartWindowDescription .price {
	color: #444;
}

.productAddedToCartWindowDescription .quantity {
	color: #888;
}

.productAddedToCartWindowSummary div:hover .button-1 {
	color: #fff;
}

a.continueShoppingLink {
	border-radius: 15px;
}

.order-progress {
	background: #fbfbfb;
}

.cart, .forums-table-section table {
	margin: 12px 0 5px;
}

.order-progress li.active-step.last a {
	border-top: 6px solid #ffc426;
	cursor: pointer;
}

.cart th, .data-table th, .forums-table-section th {
	background: #fbfbfb;
	color: #cacaca;
	border-radius: 5px;
}

.cart td, .data-table td, .compare-products-table td, .forums-table-section td {
	border: 1px solid #f1f1f1;
}

.cart .qty-input, .cart .qty-dropdown {
	border-radius: 5px;
	width: 70px;
}

.shopping-cart-page input[type=checkbox] + label:before, .shopping-cart-page #Newsletter + input + label:before, .shopping-cart-page .inputs.reversed input + input + label:before, .shopping-cart-page .selector input + input + label:before, .shopping-cart-page input[type=radio] + label:before {
	width: 25px;
	height: 25px;
	background: #fbfbfb;
	border: solid 1px #cacaca;
	border-radius: 5px;
}

.shopping-cart-page #Newsletter:checked + input + label:after, .shopping-cart-page .inputs.reversed input:checked + input + label:after, .shopping-cart-page .selector input:checked + input + label:after, .shopping-cart-page input[type=checkbox]:checked + label:after {
	width: 25px;
	height: 25px;
	background: #ffc426;
	line-height: 25px;
	font-size: 13px;
}

.ship-to-same-address > div, .pickup-in-store > div {
	padding: 10px 0;
	background: #ddf0ff;
	text-align: center;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #7cc5ff;
	border-radius: 8px;
}

.cart-options .common-buttons {
	background: #fbfbfb;
	margin-bottom: 20px;
}

	.cart-options .common-buttons button {
		border: solid 1px #cacaca;
		color: #777;
		border-radius: 15px;
		position: relative;
	}

.update-cart-button:before, .continue-shopping-button:before, .wishlist-content .button-2:before {
	color: #ffc426;
}

.cart-footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fbfbfb;
}

.cart-footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fbfbfb;
	padding: 30px 25px 0;
}

.cart-collaterals {
	display: none;
}

.cart-options {
	margin-bottom: -4px !important;
}

.cart-footer-wrap > div {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.cart-footer .totals {
	background: #fbfbfb;
	border: solid 1px #ffc426;
	border-radius: 15px;
	width: 70%;
}

/*.cart-footer .totals tr.shipping-cost {
		display: none;
	}*/

.cart-footer .cart-total td {
	padding: 10px 0;
}

.cart-footer .cart-total .order-total td.cart-total-left {
	padding: 20px 0;
}

.product-grid .title {
	text-transform: none;
	font-size: 22px;
	border-bottom: 2px solid #ffc426;
}

.product-grid.cross-sells > .title {
	border-bottom: 2px solid #ffc426;
	font-size: 21px;
}

.registration-page .message-error {
	text-align: center;
	width: 100%;
}

.registration-page .inputs {
	border-bottom: none;
}

.registration-page .fieldset {
	padding: 30px 30px 10px 30px;
	background: #fbfbfb;
}

.account-page .title, .registration-page .title {
	margin-bottom: 10px;
	text-align: center;
}

.registration-page input[type=text], .registration-page input[type=password], .registration-page select, .registration-page textarea {
	border: 1px solid #cacaca;
	border-radius: 15px;
}

.registration-page .inputs > label {
	margin: 8px 10px 8px 0;
	text-align: right;
}

.registration-page .newsletter-fieldset .inputs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.font-comfortaa .terms-of-service input[type=checkbox] + label:before, .font-comfortaa .terms-of-service input[type=checkbox] + label:after {
	top: 4px;
	left: -4px;
}
.terms-of-service {
	margin: 10px 5px 20px;
	text-align: right;
}
.totals .actions input, .totals button {
	background: #ffc426;
	font-size: 15px;
	color: #444;
}

#checkout:before, .complete-button button:before {
	background: #4cb050;
	border-radius: 15px;
}

label[for="NewAddress_IsBranch"] {
	width: 100% !important;
	max-width: 373px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.complete-button:hover span, .complete-button:hover span:before, #checkout:hover span, #checkout:hover span:before {
	color: #ffffff !important;
}

.checkout-page.billing-address-page button.button.style-2.button-1 {
	font-size: 12px;
}
/*Login Page // Guest Page*/
.login-page .customer-blocks > div {
	background: #fbfbfb;
}

.login-page .inputs label {
	font-size: 15px;
	color: #444;
}

.login-page input[type="text"], .login-page input[type="password"], .login-page textarea, .login-page select {
	font-size: 15px;
	color: #444;
	border-radius: 15px;
}

.login-page .inputs input[type="text"], .login-page .inputs input[type="password"], .login-page .inputs select, .login-page .inputs textarea {
	width: 450px;
	max-width: 100%;
	vertical-align: middle;
	border: 1px solid #cacaca;
}


.login-page input[type=checkbox] + label:before, .login-page #Newsletter + input + label:before, .login-page .inputs.reversed input + input + label:before, .login-page .selector input + input + label:before, .login-page input[type=radio] + label:before {
	top: 55%;
	width: 20px;
	height: 20px;
	background: #fbfbfb;
	border: solid 1px #cacaca;
	border-radius: 5px;
}

.login-page #Newsletter:checked + input + label:after, .login-page .inputs.reversed input:checked + input + label:after, .login-page .selector input:checked + input + label:after, .login-page input[type=checkbox]:checked + label:after {
	content: '\e92a';
	position: absolute;
	left: 0;
	top: 55%;
	width: 20px;
	height: 20px;
	background: #ffc426;
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
	font-family: prisma;
	font-size: 11px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	transform: translateY(-65%);
}

.forgot-password {
	float: right;
	margin: 20px 0;
	font-weight: bold;
	font-size: 13px;
	color: #F44336;
}

.buttons .button-1, .buttons .button-2, .notify-me-button {
	font-size: 15px;
	color: #444;
	border-radius: 15px;
}

.login-page .buttons .button-1 {
	font-size: 14px;
	color: #444;
	border-radius: 15px;
}

.login-page .topic-block {
	border: solid 1px #dcdcdc;
	border-radius: 5px;
}

input.button-1.checkout-as-guest-button {
	margin-bottom: .5em !important;
	background-color: #ddd;
}

.login-page .button-1 {
	padding: 14px 20px;
}

.login-page .text {
	border-bottom: 0;
}

/*Product Set*/
.product-set-details-page .overview .quantity-container {
	display: none;
}

.product-set-details-page .overview .prices {
	float: none;
	width: 100%;
}

.product-set-details-page .overview .add-to-cart {
	display: block;
	margin-bottom: 0;
	width: 100%;
	border-bottom: 0;
	padding-bottom: 10px;
}

input.qty-input-mock {
	margin: 0 4px;
}
/*Homepage Item Box*/
.item-box .prices {
	line-height: 1.2;
}
/*Product Page*/
.overview-specifications-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 49.8%;
	width: calc(100%/2 - 5px);
	vertical-align: top;
	text-align: center;
	margin: 10px 0 4px 0;
}

	.overview-specifications-button .anchor-specifications-btn {
		position: relative;
		padding: 15px 0;
		width: 100%;
		background: #fff;
		text-transform: uppercase;
		font-size: 14px;
		color: #888;
		border: solid 1px #eee;
		border-radius: 15px;
	}


.anchor-specifications-btn:before {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: inherit !important;
	-webkit-border-radius: inherit !important;
	background: inherit !important;
	content: "" !important;
	opacity: .3 !important;
}

.anchor-specifications-btn:hover:before {
	-ms-transform: scale(1.5) !important;
	transform: scale(1.5) !important;
	-webkit-transform: scale(1.5) !important;
	opacity: 0 !important;
	visibility: hidden !important;
	-webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s !important;
	transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s !important;
	-o-transition: transform .5s, opacity .5s, visibility 0s .5s !important;
	transition: transform .5s, opacity .5s, visibility 0s .5s !important;
	transition: transform .5s, opacity .5s, visibility 0s .5s, -webkit-transform .5s !important;
	-webkit-transition: transform .5s, opacity .5s, visibility 0s .5s !important;
	background-color: #c4b8b8 !important;
}

.slick-dots .slick-active button {
	background: #ffc426;
}

.product-name h1 {
	font-size: 22px;
}

.overview .add-to-cart-button:hover span, .overview .add-to-cart-button:hover span:before {
	color: #444;
}

.overview .add-to-cart-button {
	border-radius: 15px;
	background-color: #4caf50;
}

.product-content-wrappper {
	background: #fbfbfb;
}

.qty-wrapper span {
	border: solid 1px #ddd;
	border-radius: 8px;
}

	.qty-wrapper span:after {
		color: #999;
	}

	.qty-wrapper span:hover:after {
		color: #ffc426;
	}

.overview .compare-products:hover:after, .overview .email-a-friend:hover:after, .overview .add-to-wishlist:hover:after, .overview .compare-products:hover input, .overview .email-a-friend:hover input, .overview .add-to-wishlist:hover input {
	color: #ffc426;
}

.product-share-wrapper .label {
	padding-right: 15px;
}

.ui-tabs .ui-tabs-nav li:hover:before, .ui-tabs .ui-tabs-nav li.ui-state-active:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	border-radius: 15px 15px 0 0;
}

.ui-tabs .ui-tabs-nav li {
	border-radius: 15px 15px 0 0 !important;
}

.ui-tabs .ui-tabs-panel input {
	border-radius: 15px;
}

.ui-tabs .ui-tabs-nav li a {
	position: relative;
	display: block;
	color: #888;
	border-bottom: 1px solid #ffc426;
}

.write-review input[type=text], .write-review textarea, .new-comment input[type=text], .new-comment textarea {
	border-radius: 15px;
}

.write-review .review-rating {
	border-radius: 15px;
}

.overview .product-price, .variant-overview .product-price {
	color: #444;
}

.overview > div, .variant-overview > div {
	color: #444;
}

.overview .label, .variant-overview .label {
	width: 24%;
	color: #888;
}

.overview .product-share-wrapper .label {
	min-width: 150px;
}

.overview .qty-label, .variant-overview .qty-label {
	color: #888;
}

.container-product {
	max-width: 1270px;
	margin: 0 auto;
	padding: 3em 1em 0;
}

.overview-buttons > div {
	display: block;
}

.anchor-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 49.8%;
	width: calc(100%/2 - 5px);
	vertical-align: top;
	text-align: center;
}

.product-details-simple-page .anchor-button {
	margin: 10px 0 4px 10px;
}

a.anchor-button-link {
	position: relative;
	padding: 15px 0;
	width: 100%;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	color: #888;
	border: solid 1px #eee;
	border-radius: 15px;
}

.anchor-button-link:before {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: inherit !important;
	-webkit-border-radius: inherit !important;
	background: inherit !important;
	content: "" !important;
	opacity: .3 !important;
}


.overview .add-to-wishlist-button {
	position: relative;
	padding: 15px 0;
	border: 0;
	width: 100%;
	background: #fff;
	text-transform: none;
	font-size: 14px;
	color: #aaa;
	color: #888;
	border: solid 1px #eee;
	border-radius: 15px;
}

.product-details-simple-page .overview .add-to-wishlist-button {
	padding: 15px;
	width: auto;
	text-transform: none;
	height: 45px;
}

.product-details-simple-page .overview-buttons .add-to-wishlist {
	margin: 10px 5px 10px 0;
	width: auto;
}

	.product-details-simple-page .overview-buttons .add-to-wishlist button:before, .variant-overview .add-to-wishlist-button:before {
		display: none;
	}

.order-list-page .title {
	border-bottom: 2px solid #ffc426;
}
/*.overview-buttons .add-to-wishlist button:before {
	background: #ccc;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	border-radius: 15px;
}*/

.anchor-button-link:hover:before {
	-ms-transform: scale(1.5) !important;
	transform: scale(1.5) !important;
	-webkit-transform: scale(1.5) !important;
	opacity: 0 !important;
	visibility: hidden !important;
	-webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s !important;
	transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s !important;
	-o-transition: transform .5s, opacity .5s, visibility 0s .5s !important;
	transition: transform .5s, opacity .5s, visibility 0s .5s !important;
	transition: transform .5s, opacity .5s, visibility 0s .5s, -webkit-transform .5s !important;
	-webkit-transition: transform .5s, opacity .5s, visibility 0s .5s !important;
	background-color: #c4b8b8 !important;
}

.anchor-button-link:hover span {
	color: #444;
}

	.anchor-button-link:hover span:before {
		color: #444;
	}

.anchor-button-link span {
	position: relative;
	z-index: 1;
}

.anchor-button-link:hover span {
	color: #444;
}

.overview-bottom-buttons .add-to-wishlist {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-details-simple-page .overview-bottom-buttons .add-to-wishlist {
	margin: 10px 0 4px;
}


.overview-bottom-buttons .add-to-wishlist-button {
	-ms-flex-preferred-size: 98%;
	flex-basis: 98%;
}

.product-details-simple-page .overview .add-to-cart-panel > div {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-bottom: 7px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-details-simple-page .overview .email-a-friend {
	margin-right: 5px;
}

.product-details-simple-page .overview .compare-products {
	margin-right: 0;
}

.product-details-simple-page .overview .add-to-cart-panel {
	max-width: 412px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.quickView .overview .add-to-cart {
	margin: 0 0 20px !important;
}

.product-set-details-page .overview .add-to-cart-panel > * {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: right;
}

.product-set-details-page .overview .add-to-cart-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0;
}

.product-set-details-page .overview .product-share-wrapper {
	padding-right: 0;
}

.product-set-details-page .overview .overview-buttons {
	padding-top: 15px;
	border-top: 1px solid #eee;
	padding-right: 0;
	text-align: right;
}

.product-set-details-page .overview .icon img {
	position: relative;
	bottom: 0;
}

.product-set-details-page .overview .qty-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width:481px) {
	.product-details-simple-page .overview-buttons .add-to-cart {
		margin-left: 0;
		width: 100%;
	}
}

.related-products-grid .product-shortcode.style-1, .cross-sells .product-shortcode.style-1 {
	padding: 10px;
}

.swiper-pagination.relative-pagination {
	position: relative;
	bottom: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.product-collateral .product-specs-box {
	display: none;
}

.swiper-pagination.relative-pagination {
	position: relative;
	bottom: 5px;
	margin-top: 60px;
	margin-bottom: 30px;
}

@media (min-width:1000px) {
	.related-products-grid .item-box, .cross-sells .item-box {
		margin: 20px 0 !important;
		width: 16.6%;
	}
}

#full-description, #extra-description {
	padding: 30px;
}

.product-specs-box .title {
	padding: 10px;
	font-size: 20px;
}

/*Product Set Page*/
.product-set-details-page .product-collateral .responstable .qty-input {
	max-width: 70px;
	border-radius: 10px;
	border: 1px solid #ddd;
	min-height: 45px;
	padding: 1em .5em 1em .5em;
	text-align: center;
}
/*Shopping Cart Page*/
.shopping-cart-page .button-1 {
	border-radius: 15px;
}

.shopping-cart-page {
	margin-bottom: 4em;
}
/*Newsletter Product*/
.newsletter-product {
	background-image: url(/Themes/Prisma/Content/img/electronics_pattern.png);
	padding: 55px 10px;
	overflow: hidden;
	min-height: 240px;
	background-color: #ffc426;
	background-repeat: repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.newsletter-title h2 {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 20px;
}

.newsletter-product .newsletter-email {
	background-color: #fff;
	border-radius: 0;
}

	.newsletter-product .newsletter-email .newsletter-subscribe-text {
		border-radius: 0;
		background-color: #fff;
	}

		.newsletter-product .newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder {
			color: #666;
		}

		.newsletter-product .newsletter-email .newsletter-subscribe-text:-ms-input-placeholder {
			color: #666;
		}

		.newsletter-product .newsletter-email .newsletter-subscribe-text::-ms-input-placeholder {
			color: #666;
		}

		.newsletter-product .newsletter-email .newsletter-subscribe-text::placeholder {
			color: #666;
		}

	.newsletter-product .newsletter-email .newsletter-subscribe-button {
		position: relative;
		float: left;
		width: 42px;
		height: 42px;
		border: none;
		font-size: 0;
		background-image: url(/Themes/Prisma/Content/img/newsletter-icon.png);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #ffc426;
		border-radius: 0;
	}

.center-1-product {
	margin: 0;
}

.master-wrapper-content {
	margin: 0;
}
/*Rich Blog*/
.rich-blog-image {
	background: #fbfbfb;
}

.blogpost-page .post-date, .blogpost-page .post-body, .blogpost-page .tags {
	background: #fbfbfb;
}
/*Bank Logos Footer*/
.flex-bank-logos {
	background-color: transparent;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 575px;
	margin: 0 auto;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blogpost-page .post-footer {
	background: #fbfbfb;
}

.blog-search-box .search-box-button {
	position: absolute;
	right: 0;
}

.block-blog-archive .title strong {
	text-transform: none;
}

.new-comment {
	clear: both;
	margin: 4px 0;
	background: #fbfbfb;
}

.blog-post-add-comment-button {
	color: #444;
}

.new-comment .title, .comment-list .title {
	text-transform: none;
}

.comment-list {
	padding: 20px;
	background: #fbfbfb;
}

.rich-blog-homepage {
	margin: 5rem auto;
}

	.rich-blog-homepage .blog-post a.read-more {
		text-transform: none;
	}

.blog-search-box {
	background-color: #fbfbfb;
}

.block-blog-archive {
	background-color: #fbfbfb;
}

.post-navigation a {
	background-color: #fbfbfb;
	border: 2px solid;
	border-radius: 5px;
}

.share-post a {
	border: 1px solid #aaa;
	border-radius: 5px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.share-post a:hover {
		opacity: 0.9;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

.master-header-wrapper.stick.gallery-open {
	z-index: -1;
	display: none;
}

body.gallery-open {
	max-width: 100%;
	overflow-x: hidden;
	overflow: hidden;
}

@media (min-width:769px) {
	.blogpost-page .post-footer {
		background: #fbfbfb;
	}
}
/*Category menu*/
.side-2 .listbox {
	background-color: #fbfbfb;
}

.block-category-navigation .title а, .block-category-navigation .title strong {
	text-transform: none;
}

.side-2 {
	background: transparent;
}

.categories-menu {
	position: relative;
	z-index: 7777;
}

	.categories-menu ul {
		clear: both;
	}

	.categories-menu li {
		position: relative;
	}

.block .categories-menu li a {
	font-size: 11px;
	line-height: 16px;
	padding: 15px 20px 15px 20px;
	font-weight: 400;
	color: #444;
	text-transform: none;
	border-bottom: 1px #efefef solid;
	background: #fbfbfb;
	display: block;
	float: left;
	width: 100%;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/*border: solid 1px #efefef;*/
}

.category-container .block .title а:after, .category-container .block .title strong:after {
	right: 15px;
	width: 28px;
	height: 28px;
	background: rgba(255, 196, 38, 0.7);
	line-height: 28px;
	color: #fbfbfb;
	border-radius: 5px;
}

.block .title а:after, .block .title strong:after {
	right: 15px;
	width: 22px;
	height: 22px;
	background: rgba(255, 196, 38, 0.7);
	line-height: 22px;
	color: #fbfbfb;
}

ul, ol {
	list-style: none;
}

.categories-menu.transparent > li > a {
	background: transparent;
	padding-left: 0;
}

.categories-menu.transparent > li > a {
	background: #fbfbfb;
}

.categories-menu .toggle {
	width: 46px;
	height: 46px;
	float: left;
	margin-left: -46px;
	cursor: pointer;
	background: url(/Themes/Prisma/Content/img/icon-12.png) center center no-repeat;
	position: relative;
}

.block .listbox .categories-menu li a:before {
	display: none;
}

.categories-menu.transparent > li > a + .toggle {
	background-position: right 10px center;
}

.categories-menu li ul a {
	color: rgba(255, 255, 255, .5);
	background: #343434;
	border-color: #3f3f3f;
}


/*Order Details Page*/
.order-details-page .btns-wrapper {
	background: #fbfbfb;
}

.order-details-page .order-overview {
	background: #fbfbfb;
}

.order-details-page .btns-wrapper > a {
	background: #444;
	border: solid 1px #cacaca;
	border-radius: 15px;
}

.order-details-area {
	background: #fbfbfb;
}

.shipments .table-wrapper, .products .table-wrapper {
	background: #fbfbfb;
}

.totals .actions input, .totals button {
	border-radius: 15px;
}
/*Category Page*/
.item-box .picture img {
	max-width: 75%;
	border-radius: 8px;
}

.category-grid .item-box .content-wrapper {
	width: 80%;
	background: #fbfbfb;
	border: 1px solid #ffc426;
	border-radius: 8px;
}

.category-page .item-box .content-wrapper {
	margin: -20px auto 0;
}

@media (min-width:1921px) {
	.background-overlay {
		background-size: cover;
	}
}

@media (min-width: 1000px) {
	.categories-menu ul {
		position: absolute;
		left: -1000%;
		top: 0;
		width: 100%;
		-ms-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform-origin: 0 50%;
		transform: perspective(1000px) rotateY(45deg);
		-webkit-transform: perspective(1000px) rotateY(45deg);
		opacity: 0;
		-webkit-transition: opacity .3s, left 0s .3s, -webkit-transform .3s;
		transition: opacity .3s, left 0s .3s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .3s, left 0s .3s;
		transition: transform .3s, opacity .3s, left 0s .3s;
		transition: transform .3s, opacity .3s, left 0s .3s, -webkit-transform .3s;
		-webkit-transition: transform .3s, opacity .3s, left 0s .3s;
	}

	.categories-menu li:hover > ul {
		transform: perspective(1000px) rotateY(0deg);
		-webkit-transform: perspective(1000px) rotateY(0deg);
		opacity: 1;
		left: 100%;
		-webkit-transition: opacity .3s, left 0s, -webkit-transform .3s;
		transition: opacity .3s, left 0s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .3s, left 0s;
		transition: transform .3s, opacity .3s, left 0s;
		transition: transform .3s, opacity .3s, left 0s, -webkit-transform .3s;
		-webkit-transition: transform .3s, opacity .3s, left 0s;
		padding: 0;
	}

	.categories-menu li:after {
		display: block;
		content: "";
		clear: both;
	}

	.categories-menu ul {
		display: block !important;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-3 {
		width: 25%;
	}

	.empty-space.col-sm-b50 {
		height: 50px;
		margin-bottom: 0;
	}

	.empty-space:after {
		content: "";
		display: block;
		clear: both;
	}
}


/*SPC*/
.slider-wrapper {
	cursor: url(/Themes/Prisma/Content//img/drag.png) 16 9, ew-resize;
}

.spc-body .simple-article {
	color: #444;
}

.swiper-slide {
	cursor: url(/Themes/Prisma/Content//img/drag.png) 16 9, ew-resize;
}

.slider-wrapper.anywhere-sliders-nivo-slider {
	cursor: initial;
}

.owl-carousel.owl-drag .owl-item {
	cursor: url(/Themes/Prisma/Content//img/drag.png) 16 9, ew-resize;
}

	.owl-carousel.owl-drag .owl-item .item-box .picture a {
		overflow: hidden;
		cursor: pointer;
	}

.spc-header li:before, .spc-categories .category-title {
	background-color: #ffc426;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	background-color: #b8cd06;
	color: #fff;
}

.spc .button.size-2 .text {
	padding: 17px 0px 15px 0px;
}

.spc-header li:before {
	position: static;
}

.spc-header li.active {
	background-color: #ffc426;
	color: #fff;
	padding: 0 20px;
	border-left: 1px #eee solid;
	display: inline-block;
	margin-bottom: 5px;
}


.spc-products .spc-header li {
	padding: 0 20px;
	border-left: 1px #eee solid;
	display: inline-block;
	margin-bottom: 5px;
}

.spc-header li.active span {
	color: #444;
}

.spc-header li span {
	position: relative;
	top: 1.5px;
}


.spc-products .spc-header li:not(.active):hover {
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	background: #fff;
	color: #888;
}

.product-set-details-page .overview-bottom-buttons {
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0;
}

.product-group-details-page .overview-bottom-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.product-group-details-page .overview-bottom-buttons .add-to-wishlist, .product-set-details-page .overview-bottom-buttons .add-to-wishlist {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 49.8%;
		width: calc(100%/2 - 2px);
		vertical-align: top;
		text-align: center;
		margin: 0;
	}


.overview-bottom-buttons.align-flex-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.spc-products .button.style-3 {
	color: #444;
}

.spc-products .style-3 .quick-view-button {
	margin-left: 0;
	width: 100%;
	height: 51px;
	top: 12px;
	position: relative;
	padding: 0;
}

.spc-products .spc-header li {
	font-size: 11px;
	line-height: 16px;
	padding: 8px 20px;
	color: #444;
	text-transform: lowercase;
	font-family: 'Comfortaa', 'Roboto';
	font-weight: 700;
	display: inline-block;
	position: relative;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-transition: all .15s;
	transition: all .15s;
	-webkit-transition: all .15s;
	text-align: center;
}

.spc-header h2.title {
	color: #343434;
	font-weight: 900;
	font-family: 'Comfortaa', 'Roboto';
	text-transform: uppercase;
	font-size: 40px;
	line-height: 46px;
}

.spc-products .spc-header ul {
	margin: 2rem 0px 0;
}

.spc-header {
	margin-bottom: 3em !important;
}

.spc-products .item-box .picture, .spc-products .item-box .details {
	padding: 0;
}

.swiper-container.rounded {
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.content-margins {
	position: relative;
	border-left: 50px transparent solid;
	border-right: 50px transparent solid;
}

	.content-margins.grey {
		border-color: #fff;
	}

.owl-carousel .item-box .description {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #888;
}

.owl-carousel .item-box .picture img {
	max-width: 200px;
	max-height: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: static;
}

.owl-carousel .item-box {
	padding-top: 50px;
	padding-bottom: 25px;
	border: 1px #eee solid;
}

.owl-nav > * {
	font-size: 0;
}

.owl-next {
	background: url(/Themes/Prisma/Content/img/icon-10.png) -60px 0 #fff;
	background-size: 120px 60px;
	right: -30px;
	left: auto;
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	z-index: 3;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.owl-carousel .owl-next:hover, .owl-carousel .owl-prev:hover {
	background-position: 0 0;
}

.owl-nav.disabled {
	display: block !important;
}

.owl-carousel .picture {
	margin-bottom: 30px;
}

.swiper-slide {
	background-size: cover;
	background-position: center center;
}

.triple-banner-home .valign-middle {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.owl-prev:before, .owl-next:before, .owl-prev:after, .owl-next:after {
	position: absolute;
	border: 5px #f7f7f7 solid;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: inherit;
	-webkit-border-radius: inherit;
}

.owl-prev {
	background: url(/Themes/Prisma/Content/img/icon-9.png) 0 0 #fff;
	background-size: 120px 60px;
	left: -30px;
	right: auto;
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	z-index: 3;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.nested-image {
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 450px;
	max-width: 100%;
}




.hidden {
	display: none !important;
}


/*Homepage Groups Swiper*/
.owl-carousel .item-box {
	width: 100%;
}

.owl-carousel .item-box {
	width: 100%;
}

.product-shortcode.style-5 {
	text-align: center;
	background: #fff;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
}

.swiper-slide:not(:first-child) .product-shortcode {
	border-left: none !important;
}

.product-shortcode.style-5.small {
	padding-top: 50px;
	padding-bottom: 25px;
	border: 1px #eee solid;
}

.product-shortcode.style-5 .preview-buttons {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 15px;
	margin-bottom: -25px;
}

	.product-shortcode.style-5 .preview-buttons .button {
		opacity: 0;
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
		-webkit-transform: translateX(-30px);
		-o-transition: all .3s;
		transition: all .3s;
		-webkit-transition: all .3s;
	}

		.product-shortcode.style-5 .preview-buttons .button:nth-child(2) {
			-ms-transform: translateX(30px);
			transform: translateX(30px);
			-webkit-transform: translateX(30px);
		}

.product-grid .product-shortcode.style-5 .title {
	margin: 0;
	padding-bottom: 0;
	height: initial;
}

.product-shortcode.style-5 .price {
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.product-shortcode.style-5.small:hover .price {
	opacity: 0;
}

.simple-article.dark, .dark {
	color: #444;
	font-size: 14px;
	font-weight: 600;
}

	.dark.with-oldprice-dark {
		color: #f44336;
	}

.product-shortcode.style-5 .preview {
	position: relative;
	margin-bottom: 50px;
}

.product-shortcode.style-5.small .preview {
	margin-bottom: 30px;
}

.product-shortcode.style-5:hover .preview-buttons .button {
	opacity: 1;
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.product-shortcode.style-5 .title {
	margin-bottom: 10px;
	text-transform: uppercase;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
	border: 0;
}

.product-shortcode.style-5.small:hover .title {
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
}

.product-shortcode.style-5.small .preview-buttons .button {
	float: left;
	width: 50%;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	min-height: 50px;
}

.owl-carousel .owl-item .button-cart img {
	width: initial;
	display: inline-block;
}

.button-cart button {
	width: initial !important;
	height: initial !important;
}

	.button-cart button.button-2:before, .button-cart button.button-2:after {
		display: none;
	}

.buttons-wrapper .button {
	margin: 0 5px 10px 5px;
}

.button.size-2 {
	font-size: 11px;
	line-height: 18px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}

.button.style-2 {
	background: #343434;
	color: #fff;
}

.simple-article h6, .h6 {
	font-size: 13px;
	line-height: 17px;
}

.swiper-slide:not(:first-child) .product-shortcode {
	border-left: none !important;
}

.product-shortcode .animate-to-green, .product-shortcode .animate-to-fulltransparent {
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
	min-height: 36px;
}

.product-shortcode.style-5 .h6 a:hover {
	color: #ffc426;
}

.product-shortcode:hover .animate-to-green {
	color: #ffc426;
}

.product-shortcode.style-5 .h6 a:hover {
	color: #ffc426;
}

.simple-article.size-2 {
	font-size: 13px;
	line-height: 20px;
}

.simple-article {
	color: #888;
}


.product-shortcode.style-5 .icons {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 10px;
	opacity: 0;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 3;
}

.product-shortcode.style-5.small .icons {
	top: auto;
	bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 10px;
}

.product-shortcode.style-5.small:hover .icons {
	bottom: 55px;
	opacity: 1;
}

.product-shortcode.style-5.small .quick-view-button {
	display: inline-block;
	width: auto;
	/* vertical-align: middle; */
	padding: 0;
	margin-left: -25px;
}

.product-shortcode .icons .entry:last-child {
	margin-right: 0;
}

.owl-carousel span.price.actual-price {
	font-size: 16px;
	color: #343434;
	line-height: 24px;
}

.owl-carousel .with-oldprice-dark span.price.actual-price {
	color: #f44336;
}

.owl-carousel .button span.icon {
	display: inline-block !important;
	padding: 0 !important;
}

.item-grid .product-shortcode .style-3.button span.icon {
	top: 14px;
}

.item-grid .product-shortcode .style-3.button:hover span.icon {
	display: block !important;
	padding: 0 !important;
	width: 100%;
	height: 104%;
	top: 14px;
	left: 15px;
}

.item-grid .product-shortcode .style-3 .icon button.button-2 {
	width: 100% !important;
	height: 57px !important;
	background-color: transparent;
	border: 0;
	background-repeat: no-repeat;
	top: 0;
	display: inline-block;
	background-position: center;
}

.item-grid .product-shortcode .style-3 .icon .ajax-cart-button-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	/* background-image: url(/Themes/Prisma/Content/img/icon-3.png); */
}

.owl-carousel .button-cart.button span.icon {
	top: -6px !important;
}

.owl-carousel .button-cart.button:hover span.icon {
	display: block !important;
	padding: 0 !important;
	width: 100%;
	height: 100%;
	top: -6px !important;
	left: 15px;
}

.owl-carousel .icon button.button-2.product-box-add-to-cart-button.nopAjaxCartProductListAddToCartButton {
	width: 100% !important;
	height: 100px !important;
	background-color: transparent;
	border: 0;
	background-image: none;
	top: 0;
	display: inline-block;
}

.style-3 .quick-view-button {
	margin-left: 0;
	width: 100%;
	height: 51px;
	top: 0;
	position: relative;
	padding: 0;
}

.product-set-details-page .button span {
	display: block;
	padding: 4px;
}

.product-details-simple-page .overview .button span.text {
	color: #fff;
	position: relative;
	top: 0px;
}

.product-details-simple-page .button span {
	display: block;
	padding: 4px;
}

.style-3 .quick-view-button a {
	width: 100%;
	height: 100%;
}

.item-box .style-3 .quick-view-button a:after {
	content: url(/Themes/Prisma/Content/img/icon-3.png);
}

.owl-carousel .owl-item .button-cart img {
	width: initial;
	display: inline-block;
	visibility: hidden;
}

.item-box .style-3 img {
	width: initial;
	display: inline-block;
	visibility: hidden;
}

.product-grid .owl-carousel .item-box .buttons-wrapper {
	border-bottom: 0;
}

.product-grid .buttons button:before, .bestsellers .buttons button:before {
	background-color: #fff;
}

.product-grid .buttons button:before, .bestsellers .buttons button:before {
	background: #fff;
}

.product-shortcode.item-box .add-to-compare-list-button:after {
	display: none;
}

.product-shortcode .icons .entry {
	width: 40px;
	height: 40px;
	border: 1px #cacaca solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	line-height: 28px;
	color: #979797;
	-o-transition: all .15s;
	transition: all .15s;
	-webkit-transition: all .15s;
	font-size: 16px;
	margin: 0 5px 5px 0;
	background-color: #fff;
}

	.product-shortcode .icons .entry:hover {
		background: #ffc426;
		border-color: #eee;
		color: #fff;
		-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
		box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	}

	.product-shortcode .icons .entry .fa {
		display: block;
		line-height: inherit;
	}

.item-box .add-to-wishlist-button:after {
	display: none;
}

.product-shortcode.style-5 .description {
	height: 60px;
	overflow: hidden;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
}

/*.product-shortcode.style-5.small:hover .description {
	opacity: 0;
}*/
.product-shortcode:hover .description .simple-article.text.size-2 {
	opacity: 0;
}

.product-shortcode.style-5 .description {
	height: 60px;
	overflow: hidden;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
	padding: 0 30px;
}

.simple-article.size-2 {
	font-size: 13px;
	line-height: 20px;
}

.item-type-1 .spc-products .product-grid .buttons-wrapper {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	z-index: 1;
}

.product-grid .item-box.product-shortcode.style-5.small .buttons-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	bottom: 0;
}

.product-grid .owl-carousel .item-box.product-shortcode.style-5.small .buttons-wrapper {
	position: static;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.cross-sells {
	margin-top: 50px;
	background: #fbfbfb;
}

/*Grouped Product Page*/
.product-collateral .responstable tbody tr:nth-child(odd) td {
	background-color: #f6f6f6;
}

.product-collateral .responstable tbody td.cart-cell {
	min-width: 395px;
}

.product-collateral .product-variant-list {
	padding: 10px;
	/*border: 1px solid #ffc426;
	border-radius: 20px;*/
}

.product-collateral .responstable th {
	border: 3px solid #fff;
	background-color: #ffc426;
	text-align: center;
	color: #494949;
	box-sizing: border-box;
}

.product-collateral .responstable tbody tr td {
	border: 3px solid #fff;
	-webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
	box-shadow: inset 0 0 0 1px #f0f0f0;
	text-align: center;
	padding: 0.6em 1em;
	color: #494949;
}

table.dataTable {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=number]::-webkit-inner-spin-button {
	opacity: 1;
	background-color: transparent;
}

.product-collateral .responstable .add-to-cart-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-collateral .responstable th {
	border: 3px solid #fff;
	background-color: #ffc426;
	text-align: center;
	color: #494949;
}

.product-collateral .responstable .qty-input {
	max-width: 60px;
	border-radius: 10px;
	border: 1px solid #ddd;
	text-align: center;
}

.product-collateral .responstable .add-to-cart-button {
	background-color: #4caf50;
	color: #fff;
	border: 0;
	width: 120px;
	height: 38px;
	border-radius: 15px;
	margin: 0 5px;
}

.product-collateral .responstable .qty-wrapper {
	position: relative;
	margin-right: 5px;
}

/*.product-collateral .responstable .qty-wrapper .increase {
		position: absolute;
		right: 11px;
		top: 6px;
		width: 10px;
		height: 10px;
	}

	.product-collateral .responstable .qty-wrapper .decrease {
		position: absolute;
		right: 11px;
		bottom: 8px;
		width: 10px;
		height: 10px;
	}

		.product-collateral .responstable .qty-wrapper .decrease:after {
			content: "\f0d7";
			font: normal normal normal 20px/1 FontAwesome;
			color: #888;
		}

	.product-collateral .responstable .qty-wrapper .increase:after {
		content: "\f0d8";
		font: normal normal normal 20px/1 FontAwesome;
		color: #888;
	}*/
span.oldprice-first-part-product {
	font-size: 16px;
}


.product-set-details-page .product-collateral .responstable .qty-wrapper .increase {
	right: 24px;
	top: 16px;
}

.product-set-details-page .product-collateral .responstable .qty-wrapper .decrease {
	right: 24px;
	bottom: 17px;
}

.product-set-details-page .product-collateral .add-to-cart .qty-wrapper {
	margin: 15px 0;
}

.product-set-details-page .product-collateral .prices span {
	font-size: 25px;
}

.product-set-details-page .product-collateral .add-to-cart-button {
	height: 45px;
	font-size: 17px;
	color: #fff;
	width: 155px;
	border-radius: 15px;
	border: 0;
	background-color: #4caf50;
}


/*Password Recovery Page*/
.password-recovery-page .page-body {
	background: #fbfbfb;
}

.password-recovery-page .inputs label {
	color: #444;
	text-align: right;
	margin-right: 10px;
}

.password-recovery-page input[type=text] {
	border: 1px solid #cacaca;
	border-radius: 15px;
}

.password-recovery-page .inputs {
	border-bottom: none;
}

.password-recovery-page span.field-validation-error {
	left: 0;
	text-align: center;
}

.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #269fff;
}

/*Checkout page*/
.login-page .customer-blocks {
	margin: 0 0 100px;
}


.ui-dialog-titlebar {
	background-color: #f44336;
}

.ui-dialog-content {
	height: auto !important;
	padding: 20px;
	font-size: 14px;
	color: #444;
	line-height: 20px;
	max-height: 600px !important;
	overflow: auto;
}

.checkout-page .billing-addresses .section, .shipping-address-page .pickup-in-store, .shipping-address-page .select-shipping-address, .payment-info {
	background: #fbfbfb;
}

.complete-button span:before, #checkout span:before {
	color: #444;
}

.checkout-register label {
	max-width: 359px;
}

.checkout-register .inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.checkout-page .inputs label {
	margin: 8px 10px 8px 0;
	min-width: 175px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.guest-note h2 {
	margin: 2em 0;
	text-align: center;
	color: #F44336;
}

.option-list input[type=radio]:checked + label:after {
	content: '\e92a';
	position: absolute;
	text-align: center;
	font-family: prisma;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	transform: translateY(-65%);
	left: 0;
	top: 55%;
	width: 25px;
	height: 24px;
	background: #ffc426;
	line-height: 22px;
	font-size: 12px;
	border-radius: 5px;
}

.option-list input[type=checkbox] + label, .option-list input[type=radio] + label, .option-list #Newsletter + input + label, .option-list .inputs.reversed input + input + label, .option-list .selector input + input + label {
	padding: 10px 0 10px 30px;
}


.checkout-attributes input[type="text"], .checkout-attributes input[type="password"], .checkout-attributes textarea, .checkout-attributes select {
	font-size: 12px;
	width: 100%;
	max-width: 320px;
	border-radius: 15px;
}

.pickup-in-store .selector input[type=checkbox] + input + label:before, .ship-to-same-address .selector input[type=checkbox] + input + label:before {
	left: -10px;
	top: 55%;
	width: 25px;
	height: 25px;
	background: #fbfbfb;
	border: solid 1px #cacaca;
	border-radius: 5px;
}

.pickup-in-store .selector input[type=checkbox]:checked + input + label:after, .ship-to-same-address .selector input[type=checkbox]:checked + input + label:after {
	left: -10px;
	top: 55%;
	width: 25px;
	height: 25px;
	background: #ffc426;
	line-height: 25px;
	font-size: 14px;
	border-radius: 5px;
}

.checkout-attributes textarea {
	width: 100%;
	max-width: 320px;
	font-size: 13px;
	width: 100%;
	max-width: 350px;
	min-height: 75px;
	border: solid 1px #eee;
	border-radius: 15px;
}

.shopping-cart-page .checkout-attributes textarea, .shopping-cart-page .checkout-attributes input[type="text"] {
	border: solid 1px #cacaca;
	max-width: 350px;
}

.login-page .title, .login-page .topic-block-title h2 {
	text-transform: none;
}

.buttons .button-1, .buttons .button-2, .notify-me-button {
	text-transform: none;
}

.checkout-page .address-item input {
	background: #ffc426;
	color: #444;
	border-radius: 15px;
}

.fieldset .title strong, .section .title strong {
	font-size: 16px;
	color: #444;
}

.checkout-page .address-box {
	margin: 0 0 4px;
	padding: 20px;
	font-size: 13px;
	color: #444;
	border: solid 1px #eee;
	border-radius: 15px;
	min-height: 215px;
}

.checkout-page .address-item > div {
	padding: 10px;
	background: #fbfbfb;
}

.checkout-page .inputs input[type="text"], .checkout-page .inputs input[type="password"], .checkout-page .inputs select, .checkout-page .inputs textarea {
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
	border-radius: 15px;
	border-color: #cacaca;
	border: 1px solid #cacaca;
}

.inputs label {
	color: #444;
}

.shipping-address-page .checkout-data > form {
	background: #fbfbfb;
}


.shipping-address-page .pickup-in-store .selector {
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #7cc5ff;
	border-radius: 8px;
}

.pickup-in-store .description {
	display: none;
}

.checkout-page .billing-addresses .section, .shipping-address-page .pickup-in-store, .shipping-address-page .select-shipping-address, .payment-info {
	background: #fbfbfb;
}

.checkout-page .select-pickup-point li {
	font-size: 16px;
	color: #f44336;
}

.fieldset .title strong, .section .title strong {
	font-size: 18px;
}

.order-list-page .section .title strong {
	margin-bottom: 0;
	padding-bottom: 20px;
	font-size: 14px;
	color: #444;
}

.order-list-page .info span {
	float: right;
	display: inline-block;
	width: 70%;
}
/*.order-list-page.order-list-all-page .info span {
	float: none;
	display: inline-block;
	width: auto;
}
span.order-label {
	min-width: 185px;
	margin-right: 10px;
}*/
.checkout-page .address-item input {
	color: #444;
	border-radius: 15px;
	max-width: 100%;
	font-size: 12px;
}

.shipping-method .method-list li label, .payment-method .method-list li .payment-details label {
	text-transform: none;
}

.payment-method .method-list li .payment-details label {
	padding: 6px 0 5px;
	font-size: 15px;
	color: #555;
}

.shipping-method .method-description, .payment-method .payment-description {
	font-size: 12px;
}

#new-billing-address h3, #new-shipping-address h3 {
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 10px 0;
	position: relative;
}

	#new-billing-address h3:after, #new-shipping-address h3:after {
		background-repeat: no-repeat;
		background-position-x: 100%;
		background-image: url(/Themes/Prisma/Content/img/accordion-down.png);
		background-size: 25px;
		background-position-y: 6px;
		content: '';
		width: 30px;
		height: 30px;
		position: absolute;
		cursor: pointer;
		right: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		right: 15px;
	}

	#new-billing-address h3.ui-state-active:after, #new-shipping-address h3.ui-state-active:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

.shipping-address-page .new-shipping-address {
	padding: 0px 20px 50px 20px;
	background: #fbfbfb;
}

.billing-addresses h3.title strong {
	border: solid 2px #ffc426;
	border-radius: 15px;
	padding: 15px;
	font-size: 14px;
}

.new-shipping-address h3.title strong {
	border: solid 2px #ffc426;
	border-radius: 15px;
	padding: 15px;
	font-size: 14px;
}

.payment-info .info {
	color: #444;
}

	.payment-info .info td {
		border-color: #cacaca;
		border-radius: 15px;
	}

.new-address-next-step-button {
	border: solid 1px #ffc426;
	border-radius: 15px;
	padding: 15px;
	font-size: 14px;
}

.confirm-order {
	background: #fbfbfb;
}

.order-review-data {
	background: #fbfbfb;
}

.order-info-wrap, .billing-info-wrap, .order-details-page .order-overview, .shipping-info-wrap {
	background: #fbfbfb;
}

.order-completed {
	background: #fbfbfb;
}

.checkout-page .section .title {
	padding-top: 20px;
	border-bottom: 1px solid #dadada;
}

.order-completed .title {
	border-bottom: solid 5px #4cb050;
	padding-bottom: 10px;
	font-size: 20px;
}

.order-completed .details {
	margin: 30px 0 20px;
	padding-bottom: 70px;
	border-bottom: none;
}

.order-completed .order-number strong {
	font-size: 16px;
}

.order-completed .details a {
	margin: 30px 0 0;
	border: 1px solid #ffc426;
	border-radius: 15px;
	font-weight: 100;
	color: #444;
}
/*Homepage 4 item section*/
.button-wrapper {
	display: block;
	overflow: hidden;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	position: relative;
}

.button {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	font-family: 'Comfortaa', 'Roboto';
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	cursor: pointer;
}



.banner-shortcode.style-4 {
	background-size: cover;
	background-position: center top;
	position: relative;
}

.rounded-image {
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.banner-shortcode.style-4 .valign-middle-cell {
	height: 650px;
	padding: 30px 15px;
	display: table-cell;
	vertical-align: middle;
	width: 10000px;
}

.banner-shortcode.style-4 .valign-middle-content {
	max-width: 390px;
	margin: 0 auto;
}

.valign-middle-content {
	width: 100%;
	position: relative;
	margin-top: 35px;
}

.product-list .valign-middle-content {
	margin-top: 25px;
}

.col-md-b0 {
	margin-bottom: 0px;
}

.simple-article h1, .h1, .simple-article h2, .h2, .simple-article h3, .h3, .simple-article h4, .h4, .simple-article h5, .h5, .simple-article h6, .h6 {
	font-weight: 900;
	font-family: 'Comfortaa', 'Roboto';
	text-transform: uppercase;
}

.simple-article.size-3 {
	font-size: 14px;
	line-height: 22px;
}

.simple-article.light {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.uppercase {
	text-transform: uppercase;
}

.title-underline {
	padding: 20px 0;
	color: #ffc426;
	height: 21px;
}

	.title-underline.light {
		color: #fff;
	}

	.title-underline span {
		width: 55px;
		height: 1px;
		background: currentColor;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

		.title-underline span:before, .title-underline span:after {
			width: 4px;
			height: 1px;
			background: inherit;
			position: absolute;
			content: "";
			top: 0;
			left: -9px;
		}

		.title-underline span:before, .title-underline span:after {
			width: 4px;
			height: 1px;
			background: inherit;
			position: absolute;
			content: "";
			top: 0;
			left: -9px;
		}

		.title-underline span:after {
			left: auto;
			right: -9px;
		}

.container-flex > .flex-item {
	-ms-flex-preferred-size: 24%;
	flex-basis: 24%;
}

.container-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.simple-article.light h1, .simple-article.light .h1, .h1.light, .simple-article.light h2, .simple-article.light .h2, .h2.light, .simple-article.light h3, .simple-article.light .h3, .h3.light, .simple-article.light h4, .simple-article.light .h4, .h4.light, .simple-article.light h5, .simple-article.light .h5, .h5.light, .simple-article.light h6, .simple-article.light .h6, .h6.light {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.simple-article h3, .h3 {
	font-size: 30px;
	line-height: 34px;
}

.button.style-2 {
	background: #343434;
	color: #fff;
}

.button.size-2 {
	font-size: 11px;
	line-height: 18px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

.button:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	background: inherit;
	content: "";
	opacity: .3;
}

a.button:hover:before {
	background-color: #a6a6a6;
}

.confirm-order .button-1 {
	margin: 0;
}

.order-confirm-page button.button.style-2.button-1 {
	font-size: 15px;
	padding: 10px 20px;
}

	.order-confirm-page button.button.style-2.button-1 span {
		padding: 2px 0;
	}

.overview .add-to-cart-button {
	background-color: #4caf50;
	height: 45px;
	padding: 13px 0 !important;
	max-width: 190px;
	margin-left: 15px;
}

.order-completed-continue-button {
	font-size: 14px !important;
}

.overview .button span.text {
	color: #fff;
	position: relative;
	top: -3px;
}

.button span {
	display: block;
	position: relative;
	left: 0;
}

.overview .add-to-cart-button span.button-wrapper:before {
	display: none;
}

.overview .add-to-cart-button:hover span.icon:before {
	display: none;
}

.overview .add-to-cart-button span:before {
	color: #fff;
}

.overview .add-to-cart-button:hover span:before {
	color: #fff;
}

.overview .button span {
	height: 100%;
}

.overview .add-to-cart-button span.icon:before {
	display: none;
}

.overview .add-to-cart-button:hover span.icon:before {
	display: none;
}

.button .icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
	color: #b8cd06;
}

.button span.icon {
	-o-transition: all .15s;
	transition: all .15s;
	-webkit-transition: all .15s;
}

.button span {
	display: block;
	padding: 2px;
}

.button.size-2 .text {
	padding: 17px 30px 15px 30px;
}

.button span.text {
	-o-transition: all .3s .05s;
	transition: all .3s .05s;
	-webkit-transition: all .3s .05s;
}

.totals .re-order-button, .change-password-page .change-password-button, .address-edit-page .save-address-button, .customer-info-page .save-customer-info-button, .search-input .search-button {
	background-color: #ffc426;
	font-size: 15px;
}
/*.totals .re-order-button, .change-password-page .change-password-button, .address-edit-page .save-address-button, .customer-info-page .save-customer-info-button, .search-input .search-button {
	background-color: #ffc426;
	font-size: 15px;
	padding: 0;
	height: 45px;
	border-radius: 15px;
	color: #444;
}

	.totals .re-order-button span, .change-password-page .change-password-button span, .address-edit-page .save-address-button span, .customer-info-page .save-customer-info-button span, .search-input .search-button span {
		display: block;
		height: 45px;
	}*/



.color-squares.attribute-squares span {
	display: inline-block;
}

span.attribute-square-color-name {
	display: inline-block;
	font-size: 14px;
	color: #444;
	margin: 0 0 0 10px;
}

.color-squares span.attribute-square-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order-details-page .btns-wrapper img {
	max-height: 100%;
}

.banner-shortcode.style-4 .valign-middle-cell {
	height: 480px;
	padding: 30px 15px;
	display: table-cell;
	vertical-align: middle;
	width: 10000px;
	text-align: center;
}

.countdown-wrapper a.button.size-2.style-3 {
	background: #343434;
}

.countdown-wrapper .button.button-cart.size-2.style-2 {
	background: #4cb050;
}

.countdown-wrapper .simple-article h3, .countdown-wrapper .h3 {
	font-size: 26px;
	line-height: 34px;
}

.countdown-wrapper .swiper-pagination.relative-pagination {
	margin-top: 20px;
	margin-bottom: 20px;
}

.button {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	font-family: 'Comfortaa', 'Roboto';
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	cursor: pointer;
}

	.button:hover:before {
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
		transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
		-o-transition: transform .5s, opacity .5s, visibility 0s .5s;
		transition: transform .5s, opacity .5s, visibility 0s .5s;
		transition: transform .5s, opacity .5s, visibility 0s .5s, -webkit-transform .5s;
		-webkit-transition: transform .5s, opacity .5s, visibility 0s .5s;
	}

	.button:hover .text {
		left: 100%;
	}

	.button:hover .icon {
		left: 50%;
	}

.banner-shortcode.style-4 .valign-middle-content {
	max-width: 390px;
	margin: 0 auto;
}

.simple-article.light.transparent, .light.transparent {
	color: rgba(255,255,255,.8);
}

.simple-article.size-3 {
	font-size: 14px;
	line-height: 22px;
}

.simple-article.light {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.simple-article {
	color: #444;
}

.uppercase {
	text-transform: uppercase;
}

.simple-article.size-4 {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 15px;
	min-height: 26px;
}

.simple-article.light {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.homepage-slider .simple-article.size-4 {
	text-align: left;
}

.spc-products .spc-header {
	margin: 0;
}

	.spc-products .spc-header .title {
		min-height: 42px;
		background-color: #fbfbfb;
		padding: 15px 0 10px;
		border: solid 1px #eee;
	}



/*Product Set Table Checkout*/
.cart .product-set th {
	display: table-cell !important;
}


.cart .product-set .product-name {
	font-weight: 600;
	font-size: 14px;
	color: #dc6c6c;
}

.cart .product-set td:first-child {
	display: table-cell;
	text-align: center;
	min-width: unset;
	width: auto;
}

.overview .email-a-friend {
	margin-right: 0;
}


/*Homepage Newsletter*/
.home-page-body .page-body .newsletter-home {
	width: 100%;
	background-color: #ff4a3c;
	min-height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-newsletter-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.newsletter-text {
	text-align: center;
	-ms-flex-preferred-size: 70%;
	flex-basis: 55%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.newsletter-input {
	text-align: center;
	-ms-flex-preferred-size: 30%;
	flex-basis: 45%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



.newsletter-text span {
	font-size: 24px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}


.newsletter {
	width: 100%;
	padding: 0;
}

.newsletter-email {
	margin: 0 auto;
	padding: 0;
	max-width: 615px;
	background: #ff4a3c;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 0;
	border-radius: 25px;
}

	.newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder {
		color: #ffffff70;
		padding: 1em;
		position: relative;
		top: 0px;
		font-size: 10px;
	}

	.newsletter-email .newsletter-subscribe-text:-ms-input-placeholder {
		color: #ffffff70;
		padding: 1em;
		position: relative;
		top: 0px;
		font-size: 10px;
	}

	.newsletter-email .newsletter-subscribe-text::-ms-input-placeholder {
		color: #ffffff70;
		padding: 1em;
		position: relative;
		top: 0px;
		font-size: 10px;
	}

	.newsletter-email .newsletter-subscribe-text::placeholder {
		color: #ffffff70;
		padding: 1em;
		position: relative;
		top: 0px;
		font-size: 10px;
	}

	.newsletter-email .newsletter-subscribe-text {
		float: none;
		background-color: #ff4a3c;
		border: 0;
		width: 91%;
		width: calc(100% - 0px);
		height: 42px;
		border: 1px solid #fff;
		border-radius: 25px;
		margin-right: -34px;
		color: #fff;
		border: 1px solid #FFF;
	}

input#newsletter-email {
	position: relative;
}

.newsletter-email .newsletter-subscribe-button {
	float: none;
	background-color: #fff;
	width: 250px;
	border-radius: 25px;
	font-size: 17px;
}

#newsletter-subscribe-button {
	float: none;
	background-color: #fff;
	color: #444;
	width: 280px;
	border-radius: 25px;
	font-size: 13px;
	height: 42px;
	border: none;
	-webkit-appearance: none;
	text-transform: none;
	font-weight: 400;
	padding: 0px;
}


.newsletter .button-1:hover:before {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
	transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .5s, visibility 0s .5s;
	transition: transform .5s, opacity .5s, visibility 0s .5s;
	transition: transform .5s, opacity .5s, visibility 0s .5s, -webkit-transform .5s;
	-webkit-transition: transform .5s, opacity .5s, visibility 0s .5s;
}

.newsletter .button-1:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	background: inherit;
	content: "";
	opacity: .3;
}

.login-page .buttons .button-1 {
	font-size: 14px;
	color: #444;
	border-radius: 15px;
	background-color: #ffc426;
	height: 45px;
	padding: 10px 20px;
	margin: 0;
}

.login-page .customer-blocks .button span.text {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 15px;
}

.login-page .buttons .checkout-as-guest-button {
	background-color: #ededed;
	margin-right: 5px;
	padding: 10px;
}

.cart-options .common-buttons button:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	background: inherit;
	content: "";
	opacity: .3;
}

.cart-options .common-buttons button:hover:after {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
	transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .5s, visibility 0s .5s;
	transition: transform .5s, opacity .5s, visibility 0s .5s;
	transition: transform .5s, opacity .5s, visibility 0s .5s, -webkit-transform .5s;
	-webkit-transition: transform .5s, opacity .5s, visibility 0s .5s;
	background-color: #c4b8b8;
}

.overview-buttons .add-to-wishlist button:before, .variant-overview .add-to-wishlist-button:before {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: inherit !important;
	-webkit-border-radius: inherit !important;
	background: inherit !important;
	content: "" !important;
	opacity: .3 !important;
}

.overview-buttons .add-to-wishlist button:hover:before, .variant-overview .add-to-wishlist-button:hover:before {
	-ms-transform: scale(1.5) !important;
	transform: scale(1.5) !important;
	-webkit-transform: scale(1.5) !important;
	opacity: 0 !important;
	visibility: hidden !important;
	-webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s !important;
	transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s !important;
	-o-transition: transform .5s, opacity .5s, visibility 0s .5s !important;
	transition: transform .5s, opacity .5s, visibility 0s .5s !important;
	transition: transform .5s, opacity .5s, visibility 0s .5s, -webkit-transform .5s !important;
	-webkit-transition: transform .5s, opacity .5s, visibility 0s .5s !important;
	background-color: #c4b8b8 !important;
}

.cart-footer .cart-total td span {
	color: #444;
	margin: 0 2px;
}

.cart-total .order-total td.cart-total-left, .cart-total .order-total td.cart-total-right {
	padding: 15px 0px;
}

.cart-footer .cart-total td span.cart-first-part-product {
	margin-right: 0;
}

.overview .old-product-price, .variant-overview .old-product-price {
	padding-bottom: 15px;
	font-size: 13px;
	text-align: right;
}

span.profit {
	display: inline-block;
	padding: 8px 10px;
	border-radius: 0px;
	background-color: #ffd668;
	font-size: 14px;
	color: #f44336;
	margin-right: 25px;
}

.quickView span.profit {
	margin-right: 15px;
}

.overview .product-price {
	color: #444444;
	font-size: 24px;
}

span.with-old-price {
	color: #f44336;
	font-size: 25px;
}

.overview .qty-input[type=text], .variant-overview .qty-input[type=text], .overview .qty-dropdown[type=text], .variant-overview .qty-dropdown[type=text] {
	border: solid 1px #dddddd;
	border-radius: 8px;
}

.ui-tabs .ui-tabs-panel {
	background: #fbfbfb;
}

.item-box .old-price {
	margin-right: 7px;
	text-decoration: line-through;
	font-weight: 100;
	font-size: 13px;
	color: #aaa;
	width: 100%;
	display: block;
	text-align: center;
}

.ui-tabs .ui-state-active.ui-tabs-active a {
	color: #444;
}

span.withold-last-part-product {
	font-size: 12px;
	color: #f44336;
}

#collateral-anchor {
	position: relative;
	top: -280px;
	width: 100%;
	height: 1px;
	z-index: -9999;
}

span.cart-last-part-product, span.flyout-last-part-product, span.last-part-grid, span.last-part-product, span.oldprice-last-part-product {
	font-size: 11px !important;
}

span.old-last-part-product {
	font-size: 11px;
}

span.dark.red {
	color: #f44336;
}

span.countdown-last-part-product {
	font-size: 11px !important;
}

.overview .add-to-wishlist .add-to-wishlist-button:hover span {
	color: #444;
}

	.overview .add-to-wishlist .add-to-wishlist-button:hover span:before {
		color: #444;
	}

.product-details-simple-page .overview .add-to-wishlist .add-to-wishlist-button span {
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.product-details-simple-page .overview .add-to-wishlist .add-to-wishlist-button span:before {
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

.product-details-simple-page .overview .add-to-wishlist .add-to-wishlist-button:hover span {
	color: #ffc426;
}

	.product-details-simple-page .overview .add-to-wishlist .add-to-wishlist-button:hover span:before {
		color: #ffc426;
	}

.product-details-simple-page .overview-buttons .add-to-wishlist button:before {
	display: none;
}
/*Quickview*/
.k-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.quickView .gallery .picture img {
	position: static;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}

	.popup-wrapper.active {
		left: 0;
		transition-delay: 0s;
		-webkit-transition-delay: 0s;
	}

	.popup-wrapper .bg-layer {
		position: absolute;
		left: 0;
		top: -100px;
		right: 0;
		bottom: -100px;
		background: rgba(0,0,0,.8);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		opacity: 0;
	}

	.popup-wrapper.active .bg-layer {
		opacity: 1;
	}

.popup-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 0;
	text-align: center;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 0;
	visibility: hidden;
	padding: 15px;
}

	.popup-content.active {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
		visibility: visible;
	}

body.mobile .popup-content {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
	display: none;
}

	body.mobile .popup-content.active {
		display: block;
	}

.popup-content:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: "";
}

.popup-container {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
	text-align: left;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 4px 20px rgba(0,0,0,.2);
	box-shadow: 3px 4px 20px rgba(0,0,0,.2);
}

	.popup-container.size-1 {
		max-width: 570px;
	}

	.popup-container.size-2 {
		max-width: 1170px;
	}

	.popup-container.size-3 {
		max-width: 970px;
	}

	.popup-container.size-4 {
		background: #000;
		max-width: 80%;
		padding: 50px 5px 5px 5px;
		background: #fff;
	}

.popup-content .layer-close {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 10000px;
}

.popup-align {
	padding: 80px 100px;
	overflow: hidden;
}

.simple-link {
	font-size: 11px;
	line-height: 18px;
	color: #555;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .15s;
	-webkit-transition: all .15s;
}

	.simple-link:hover {
		color: #b8cd06;
	}

.popup-container .button-close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
}

.popup-or {
	height: 140px;
	position: relative;
}

	.popup-or:before {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		background: #eee;
		content: "";
		height: 1px;
	}

	.popup-or span {
		width: 60px;
		height: 60px;
		border: 5px #eee solid;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		text-align: center;
		line-height: 50px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -30px 0 0 -30px;
		background: #fff;
		font-size: 11px;
		color: #888;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Raleway', sans-serif;
	}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.popup-container.size-2 .popup-align {
		padding: 40px 15px 40px 15px;
	}
}

/*Phones (<768px)*/
@media (max-width: 767px) {
	.popup-container.size-1 .popup-align {
		padding: 40px 30px;
	}

	.popup-container.size-4 {
		max-width: 100%;
	}
}

.gallery-big-preview-entry {
	padding-bottom: 61%;
	background-size: cover;
	background-position: center center;
}

/*.swiper-slide .gallery-big-preview-entry {
	visibility: hidden;
}

.swiper-slide-active .gallery-big-preview-entry {
	visibility: visible;
}*/
.gallery-small-preview-entry {
	max-height: 128px;
	overflow: hidden;
	margin: 10px 0;
}

.swiper-container-catbig {
	overflow: hidden;
}

.category-gallery-item {
	-ms-flex-preferred-size: 24%;
	flex-basis: 24%;
	max-height: 151px;
	overflow: hidden;
	cursor: pointer;
}

.category-gallery-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*Footer*/
.footer {
	background: #888;
}

.footer-middle .title {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	color: #ffc426;
}

.footer-middle > div li {
	padding: 5px 0;
	font-size: 13px;
	color: #eaeaea;
}

.footer-lower {
	overflow: hidden;
	margin: 0 9px;
	border-top: 1px solid rgba(0,0,0,0.05);
	font-size: 13px;
	color: #ffc426;
}
/*Footer*/
.social-sharing a {
	border-radius: 15px 0;
}

.social-sharing li a:before {
	border-radius: 15px 0;
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " ";
}

a,
a:link,
a:visited,
a:active,
a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

	a:active,
	a:hover {
		outline: 0;
	}

.container {
	width: 1170px;
}

.button.style-3 {
	background: #ffc426;
	color: #fff;
}

.col-sm-b80 {
	margin-bottom: 80px;
}

.title-underline.left {
	margin-left: 9px;
}

.empty-space.col-sm-b0 {
	height: 0px;
	margin-bottom: 0;
}

.empty-space {
	position: relative;
}

.col-xs-b5 {
	margin-bottom: 5px;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " ";
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left;
}

.cell-view.page-height {
	vertical-align: middle;
	position: relative;
	z-index: 1;
	display: table-cell;
	padding: 0 0;
}

.cell-view {
	display: table-cell;
	vertical-align: middle;
	width: 10000px;
}

.page-height {
	min-height: 500px;
}

.owl-item .item-box .picture a:before {
	padding-top: 0;
}

.slider-product-preview {
	position: absolute;
	width: 40%;
	right: 15px;
	top: 40px;
	bottom: 40px;
}

	.slider-product-preview.align-left {
		left: 15px;
		right: auto;
	}

.row {
	margin-right: -15px;
	margin-left: -15px;
}
/*Media*/
@media (min-width:1481px) {
	.header-menu > ul > li > a, .header-menu > ul > li > span {
		font-size: 10px;
	}
}

@media (max-width:600px) {
	table.payment-eurobank-table td.eurobank-cell {
		float: none !important;
		width: 100% !important;
		max-width: 350px;
		text-align: center !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	table.payment-eurobank-table tr:nth-child(2) > * {
		margin: 20px auto !important;
	}
}

@media (min-width:240px) and (max-width:1024px) {
	.order-summary-content .cart td, .shopping-cart-page .cart td {
		float: none;
		padding-left: 0;
		width: 100%;
		text-align: center;
		color: #666;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.cart .product-set thead {
		display: inherit;
	}

	.cart .product-set th {
		display: block !important;
		white-space: initial;
	}

	.newsletter-home .home-newsletter-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 1em;
	}

	.cart-options .checkout-attributes {
		background: #fbfbfb;
		margin: 0;
		padding-top: 5px;
		text-align: center;
	}

	.newsletter-home .newsletter-email .newsletter-subscribe-text {
		float: none;
		background-color: #ff4a3c;
		border: 0;
		width: 91%;
		width: calc(100% - 0px);
		height: 42px;
		border: 1px solid #fff;
		border-radius: 25px;
		margin-right: 0;
		color: #fff;
		border: 1px solid #FFF;
		max-width: 280px;
		margin: 10px;
	}

	.newsletter-home .newsletter-email {
		margin: 0 auto;
		padding: 0;
		max-width: 615px;
		background: #ff4a3c;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border: 0;
		border-radius: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*Item Box*/
	.item-box .product-item .product-shortcode a.button.size-2.style-3 {
		display: none;
	}

	/*****************/
	span.large-text {
		display: block;
	}

	.checkout-page .inputs label {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.payment-info .info td {
		border-color: #cacaca;
		border-radius: 15px;
		width: auto;
		max-width: 500px !important;
		margin: 0 auto !important;
		float: none !important;
	}

	span.small-text {
		display: none;
	}

	.box span.large-text, .sublist-wrap span.large-text {
		display: block;
	}
	/*Countdown Categories*/
	.flex-container-count {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.flex-container-count .count-item {
			-ms-flex-preferred-size: 48%;
			flex-basis: 48%;
			margin-bottom: 20px;
		}

	.countdown-wrapper .simple-article.size-3 {
		white-space: pre-line;
	}

	.nested-image {
		display: none;
	}
	/*Homepage triple banner*/
	.banner-shortcode.style-3 .valign-middle-cell {
		width: 100%;
		display: block;
		min-height: 370px;
	}

	.triple-banner-inner .flex-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 1em 0 0;
	}

	.banner-shortcode.style-5 {
		background-size: cover;
		background-position: center;
		position: relative;
		background-repeat: no-repeat;
		border-radius: 15px;
	}

	.triple-banner-inner .flex-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 20px auto;
	}

	.banner-shortcode.style-5 .valign-middle {
		min-height: 225px;
		margin-bottom: 40px;
		padding: 30px 50px;
	}
}

@media (min-width:992px) and (max-width:1024px) {
	.countdown-wrapper .col-md-4 {
		width: 33.33333333%;
		width: 40%;
		margin-left: 0;
	}
}

@media (min-width:481px) and (max-width:1024px) {
	/*Newsletter*/
	.flex-container {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
	}

	.newsletter-bg-text {
		padding: 1em;
	}

	/*Triple Banner*/
	.triple-banner-inner {
		max-width: 570px;
		margin: 0 auto;
	}

	.banner-shortcode.style-3 .valign-middle-cell {
		min-height: 300px;
	}

	.banner-shortcode.style-5 .valign-middle {
		min-height: 200px;
	}
}





@media (min-width:1025px) and (max-width:1479px) {
	span.large-text {
		display: none;
	}

	.box span.large-text, .sublist-wrap span.large-text {
		display: block;
	}

	.mega-menu .box li a {
		font-size: 11px;
	}

	.header-menu > ul > li > a, .header-menu > ul > li > span {
		padding: 13px 8px;
	}

	.spc .product-shortcode .button-wrapper {
		min-width: 50%;
	}
}

@media (min-width:1480px) {
	span.large-text {
		display: block;
	}

	span.small-text {
		display: none;
	}

	.box span.large-text, .sublist-wrap span.large-text {
		display: block;
	}
}


@media (min-width:1025px) and (max-width:1380px) {
	.four-banners-home .simple-article.size-4 {
		font-size: 14px;
	}
}

@media (min-width:1025px) and (max-width:1325px) {
	.login-page .checkout-as-guest-or-register-block .buttons .button-1 {
		padding: 7px;
		font-size: 11px;
	}
}

@media (min-width:1025px) and (max-width:1280px) {
	.header-wrapper {
		width: 1080px;
	}

	.mega-menu .box li a {
		font-size: 11px !important;
		line-height: 1.1;
	}

	.mega-menu .title {
		font-size: 12px !important;
	}

	.cell-view.page-height {
		padding: 0 30px;
	}

	.anchor-button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 49.8%;
		width: calc(81%/2 - 2px);
		vertical-align: top;
	}

	a.anchor-button-link {
		font-size: 12px;
	}

	.overview .add-to-wishlist-button {
		font-size: 12px;
	}

	.overview-buttons .add-to-wishlist, .overview-buttons .add-to-cart {
		width: calc(115%/2 - 2px);
	}


	.product-set-details-page .overview-buttons .add-to-wishlist, .overview-buttons .add-to-cart {
		width: calc(106%/2 - 2px);
	}

	.product-set-details-page .overview .add-to-wishlist-button {
		font-size: 11px;
	}

	.product-set-details-page .overview .email-a-friend {
		max-width: 157px;
	}

		.product-set-details-page .overview .email-a-friend input {
			font-size: 11px;
		}

	.product-set-details-page .overview .add-to-cart-button {
		margin-left: 10px;
	}
	/*Four Banners Homepage / Four Blocks Homepage*/
	.container-flex > .flex-item {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
		margin-bottom: 20px;
	}

	.container-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/*Login Page*/
	.login-page .inputs input[type="text"], .login-page .inputs input[type="password"], .login-page .inputs select, .login-page .inputs textarea {
		width: 350px;
		max-width: 100%;
		vertical-align: middle;
	}


	/*Checkout Pages*/
	.checkout-page .address-item input {
		font-size: 10px;
	}

	.checkout-page .address-item {
		margin: 0;
		text-align: center;
		-ms-flex-preferred-size: 24%;
		flex-basis: 24%;
		width: 24% !important;
		min-width: 245px !important;
	}


	/*Countdown wrapper*/
	.banner-shortcode.style-3 .valign-middle-cell {
		padding: 30px 25px;
	}
}

@media (min-width:1025px) and (max-width:1190px) {
	.header-menu > ul > li > a, .header-menu > ul > li > span {
		font-size: 9.5px !important;
	}
}

@media (min-width:1025px) and (max-width:1190px) {
	.product-details-simple-page .overview .add-to-cart-panel > div {
		margin: 0 2px;
	}

	.overview .overview-buttons {
		padding: 15px 0 0;
	}
}

@media (min-width: 1025px) {
	/*General*/
	.category-page .breadcrumb {
		display: table-header-group;
		text-align: left;
		line-height: 50px;
	}
	.breadcrumb ul li span a {
		background-color: #FFC426;
		color: #000;
	}

	.breadcrumb li:nth-last-child(2) {
		margin-right: 10px;
	}

	.scroll-table {
		display: none;
	}

	.store-search-box .search-box-select {
		font-size: 11px;
	}

	.registration-page .fieldset {
		padding: 30px 30px 10px 30px;
		background: #fbfbfb;
	}

	.cross-sells .item-box button, .also-purchased-products-grid .item-box button, .related-products-grid .item-box button {
		width: auto;
		background: transparent;
		border: 0;
	}

	.mega-menu .box {
		padding: 10px 10px 10px;
	}

	/*.mega-menu .boxes-4 .row:first-child .box:first-child {
		min-height: 282px;
	}

	.mega-menu .boxes-4 .row:first-child .box:nth-child(2) {
		min-height: 282px;
	}
	.mega-menu .boxes-4 .row:first-child .box:first-child {
		min-height: 220px;
	}
	.mega-menu  .boxes-4 .row:first-child .box:nth-child(2) {
		min-height: 220px;
	}*/


	/*Homepage Blog*/
	.rich-blog-homepage .blog-post {
		width: 32% !important;
	}

	/*Recently Bottom*/
	.recently-picture {
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
	}
	/*Product Page*/
	.overview .email-a-friend {
		margin-right: 0;
	}

	.product-details-simple-page .overview .email-a-friend {
		margin-right: 5px;
	}

	.product-details-simple-page .overview-buttons > div {
		display: block;
		text-align: right;
	}

	.product-details-simple-page .overview .compare-products {
		margin-right: 0;
	}

	.product-essential {
		margin: 0 0 20px;
	}

	.product-collateral {
		margin: 0px auto;
	}

		.product-collateral > div {
			margin-bottom: 50px;
		}

	.overview .compare-products, .overview .email-a-friend {
		float: right;
	}
	/*Cart & Add to Cart*/
	.order-summary-content .table-wrapper, .wishlist-content .table-wrapper {
		padding: 10px 10px;
		background: #fbfbfb;
	}

	.cart-title, .checkout-page .page-title {
		margin-top: 0;
	}

	.flyout-cart .item .product {
		min-width: 350px;
		max-width: 350px;
	}

	.cart td {
		min-width: 120px;
	}

	.flyout-cart .totals {
		text-transform: none;
	}
	/*Mega Menu*/
	/*.header-menu .sublist-wrap .sublist-wrap {
		top: -1px;
		left: 5%;
		position: relative;
		transform: translateX(0);
		opacity: 1;
		box-shadow: unset;
	}*/

	.header-menu .sublist li a {
		display: block;
		padding: 10px 0 10px;
		font-size: 13px;
		color: #444;
		-webkit-transition: background .3s;
		-o-transition: background .3s;
		transition: background .3s;
	}

	.with-dropdown-in-grid .sublist-wrap {
		width: 50% !important;
	}

	/*Compare Products*/
	.compare-products-page .page-title {
		margin: 50px 0 20px 0;
		border-bottom: 1px solid #ffc426;
	}

	.compare-products-page .clear-list {
		margin: 30px 0 20px;
	}

	.compare-products-page .table-wrapper {
		background: #fbfbfb;
	}

	.compare-products-table td:first-child {
		background: #fbfbfb;
	}

	.compare-products-page .remove-button:before {
		font-size: 9px;
		color: #ffbfbf;
	}

	.compare-products-page .clear-list:before {
		font-size: 11px;
		color: #ff8880;
	}

	/*Checkout*/

	.checkout-page .address-item:nth-child(2n) {
		margin: 0 10px 20px 10px;
	}

	.checkout-page .address-item {
		margin: 0;
		text-align: center;
		-ms-flex-preferred-size: 24%;
		flex-basis: 24%;
		width: 24% !important;
	}

	.checkout-page .address-grid {
		font-size: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}


	/*Header*/
	.mobile {
		display: none;
	}

	.header-menu > ul > li > a, .header-menu > ul > li > span {
		display: block;
		padding: 12px 5px 5px;
		text-transform: uppercase;
		font-size: 11.5px;
		color: #222;
		cursor: default;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		border-radius: 15px 15px 0 0;
		margin: 10px 4px 15px;
		font-weight: 600;
		border-bottom: 2px solid #ffc426;
	}

	.responsive-nav-wrapper {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

		.responsive-nav-wrapper > div {
			width: 55px;
		}

	.phone-header {
		font-size: 14px;
		width: 140px !important;
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #444;
		margin-left: 5px;
		font-weight: bold;
	}

		.phone-header img {
			max-width: 30px;
			margin-right: 3px;
		}

	.header {
		position: relative;
		z-index: 1020;
		width: 86%;
		width: calc(100% - 260px);
	}

	i.fa.fa-phone {
		font-size: 30px;
		margin-right: 5px;
	}

	.header-links .ico-wishlist {
		display: block;
	}

	.responsive-nav-wrapper .wishlist-button {
		display: none;
	}

	.header-links li:first-child {
		border-bottom: 5px solid #eaeaea;
		display: none;
	}

	.header-links li:nth-child(2) {
		border-bottom: 5px solid #eaeaea;
	}

	.personal-button:hover .header-links-wrapper {
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
		right: 0;
		-webkit-transition: opacity .3s, right 0s, -webkit-transform .3s;
		transition: opacity .3s, right 0s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .3s, right 0s;
		transition: transform .3s, opacity .3s, right 0s;
		transition: transform .3s, opacity .3s, right 0s, -webkit-transform .3s;
		-webkit-transition: transform .3s, opacity .3s, right 0s;
	}

	.personal-button .header-links-wrapper {
		-ms-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform: scale(.8);
		opacity: 0;
		right: -10000px;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform-origin: 100% 0;
		-webkit-transition: opacity .3s, right 0s .3s, -webkit-transform .3s;
		transition: opacity .3s, right 0s .3s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .3s, right 0s .3s;
		transition: transform .3s, opacity .3s, right 0s .3s;
		transition: transform .3s, opacity .3s, right 0s .3s, -webkit-transform .3s;
		-webkit-transition: transform .3s, opacity .3s, right 0s .3s;
		border-top: 5px #ffc426 solid;
		z-index: 9999;
	}

	.header-menu > ul > li:hover > a, .header-menu > ul > li:hover > span, .header-menu .sublist-wrap {
		background-color: #ffc426;
		color: #444;
	}

	.master-wrapper-content {
		margin: 0 auto 0px;
	}

	.home-page-body .center-1 {
		margin-bottom: 0;
	}

	/*Category Page*/
	.block .title {
		background-color: #fbfbfb;
	}

	button.button-2.product-box-add-to-cart-button {
		background-color: transparent;
		border: 0;
	}

	.filtersGroupPanel {
		background-color: #fbfbfb;
	}
	/*Product Page*/
	.overview .label + .value {
		text-align: left;
		color: #888;
	}

	.availability .available .value {
		color: #4caf50;
		font-weight: 600;
	}

	.availability .soon-available .value {
		color: #f44336;
		font-weight: 600;
	}

	.availability .not-available .value {
		color: #f44336;
		font-weight: 600;
	}

	.overview .compare-products input, .overview .email-a-friend input {
		border: 1px solid #eee;
		color: #888;
		border-radius: 15px;
	}

	.overview .compare-products:after, .overview .email-a-friend:after {
		top: 5px;
		left: 5px;
		width: 40px;
		height: 20px;
		line-height: 33px;
	}

	.overview .product-share-wrapper {
		text-align: right;
	}

	.product-details-simple-page .overview-buttons .add-to-wishlist {
		min-width: 270px;
	}
	/*Cart Popup*/
	.responsive-nav-wrapper .flyout-cart a.remove-item {
		right: -20px;
		font-size: 0;
		display: inline-block;
		vertical-align: middle;
		background: url(/Themes/Prisma/Content/img/icon-5.png) 50% 50% no-repeat;
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: relative;
	}


	.flyout-cart .items {
		padding: 0 10px;
		background: #f9f9f9;
	}

	.flyout-cart .item {
		position: relative;
		margin: 10px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 14px;
		color: #666;
		overflow: hidden;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

		.flyout-cart .item .picture {
			margin-right: 5px;
		}

		.flyout-cart .item .name {
			margin-bottom: 5px;
			font-size: 12px;
		}

		.flyout-cart .item .quantity {
			color: #888;
			font-size: 11px;
		}

	.responsive-nav-wrapper .flyout-cart a.remove-item:after {
		display: none;
	}
}

@media (min-width:1480px) and (max-width:1680px) {
	.header-menu > ul > li > a, .header-menu > ul > li > span {
		padding: 13px 4px 5px;
		font-size: 10px;
	}
}

@media (min-width:1025px) and (max-width:1479px) {
	.header-menu > ul > li > a, .header-menu > ul > li > span {
		padding: 13px 5px;
	}
}

@media (min-width:1366px) {
	.mega-menu .dropdown.active {
		left: -14px;
	}

	.mega-menu .dropdown {
		width: 88%;
	}
}

.responsive-nav-wrapper .flyout-cart a.remove-item:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform: scale(0);
	pointer-events: none;
	background: #000;
	opacity: .7;
}

.flyout-cart .totals strong {
	font-size: 20px;
	line-height: 17px;
	margin-left: 20px;
	color: #888;
	font-weight: 400;
}

.flyout-cart .buttons button, .flyout-cart .buttons button + button:hover:before, .header-menu .sublist li:hover > a {
	border-radius: 20px;
}

	.flyout-cart .buttons button, .flyout-cart .buttons button + button:hover:before, .header-menu .sublist li:hover > a {
		background-color: #ffc426;
		border-radius: 15px;
	}

		.flyout-cart .buttons button:before {
			border-radius: 15px;
			background: #4cb050;
		}

		.flyout-cart .buttons button:hover span:before, .flyout-cart .buttons button:hover, .flyout-cart .buttons button + button, .footer-block .list > li:hover, .downloadable-products-page .download a:hover {
			color: #ffffff;
		}

		.flyout-cart .buttons button span {
			position: relative;
			color: #444;
		}

		.flyout-cart .buttons button:first-child span:before {
			color: #444;
		}

.flyout-cart .totals {
	text-align: right;
	color: #888;
	font-weight: bold;
}

.responsive-nav-wrapper .flyout-cart a.remove-item:hover:before {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	opacity: 0;
	-webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
	transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .5s, visibility 0s .5s;
	transition: transform .5s, opacity .5s, visibility 0s .5s;
	transition: transform .5s, opacity .5s, visibility 0s .5s, -webkit-transform .5s;
	-webkit-transition: transform .5s, opacity .5s, visibility 0s .5s;
}

/*Homepage*/
.home-page .topic-block {
	padding: 0;
}
/*Product Set */
.product-set-details-page .product-collateral > div {
	margin-bottom: 0;
}

.product-set-details-page .product-collateral > div {
	margin-bottom: 0;
	text-align: right;
}

.product-set-details-page .overview .email-a-friend {
	float: none;
	margin-right: 0;
	width: auto;
	margin-left: 20px;
	margin: 0 0 0 20px;
}

@media (min-width: 1281px) {
	.header-wrapper {
		padding: 11px 15px;
		width: 1280px;
	}

	.header-menu > ul {
		width: 100%;
	}

	/*Footer*/
	.footer-middle {
		padding: 50px 0 0px;
		width: 1200px;
	}
}


.item-box .quick-view-button a:hover:after {
	color: #fff;
}

.product-list .quick-view-button + button:before {
	display: none;
}

.product-list .item-box .product-box-add-to-cart-button:before, .bestsellers.product-grid .item-box .product-box-add-to-cart-button:before, .item-type-2 .item-box .product-box-add-to-cart-button:before {
	display: none;
}

.category-page .button.style-3 {
	background: #ffc426;
	color: #444;
}

/*Nivo Slider*/
/*.nivo-directionNav a.nivo-prevNav {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	z-index: 3;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
}

	.nivo-directionNav a.nivo-prevNav:hover, .nivo-directionNav a.nivo-nextNav:hover {
		background-position: -60px 0;
	}

.nivo-directionNav a.nivo-prevNav {
	background: url(/Themes/Prisma/Content/img/icon-9.png) 0 0 #fff;
	background-size: 120px 60px;
	left: 50px;
	right: auto;
}

	.nivo-directionNav a.nivo-prevNav:before, .nivo-directionNav a.nivo-nextNav:before, .nivo-directionNav a.nivo-prevNav:after, .nivo-directionNav a.nivo-nextNav:after {
		position: absolute;
		border: 5px #f7f7f7 solid;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		content: "";
		border-radius: inherit;
		-webkit-border-radius: inherit;
	}

	.nivo-directionNav a.nivo-prevNav:after, .nivo-directionNav a.nivo-nextNav:after {
		border: 5px #b8cd06 solid;
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transition: all .3s;
		-webkit-transition: all .3s;
	}

	.nivo-directionNav a.nivo-prevNav:after, .nivo-directionNav a.nivo-nextNav:after {
		border: 5px #ffc426 solid;
	}*/
.category-slider {
	position: relative;
}

@media (min-width: 768px) {

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-6 {
		width: 50%;
		padding: 0 15px;
	}

	.product-list .product-shortcode.style-1 {
		padding: 0 0 0 269px;
		margin-bottom: 0;
		border-bottom: 1px #eee solid;
		min-height: 201px;
		margin-top: 0;
		position: relative;
	}

		.product-list .product-shortcode.style-1 .title {
			height: auto;
			padding-left: 0;
			padding-bottom: 0;
		}

		.product-list .product-shortcode.style-1 .preview {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			max-width: 200px;
		}

		.product-list .product-shortcode.style-1 .price {
			height: auto;
			margin-bottom: 15px;
		}

		.product-list .product-shortcode.style-1 .description {
			height: auto;
			margin-left: 0;
		}

			.product-list .product-shortcode.style-1 .description .icons {
				opacity: 1;
				-ms-transform: none;
				transform: none;
				-webkit-transform: none;
				position: relative;
				-o-transition: none;
				transition: none;
				-webkit-transition: none;
				margin-top: 10px;
			}

		.product-list .product-shortcode.style-1:hover .description .text {
			opacity: 1;
		}

	.product-list .valign-middle-content {
		width: 200px;
		position: relative;
		height: 160px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product-list .quick-view-button {
		border-bottom: 0;
		display: inline-block;
		width: initial;
	}

	.product-list .product-shortcode.style-1 .preview {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		max-width: 200px;
	}

	.product-list .add-info {
		position: static;
		border-top: 0;
	}

	.product-list .item-box .product-rating-box {
		display: none;
	}
}

.html-recently-added-products-page .master-wrapper-content,
.home-page-body .page-body > div,
.master-wrapper-content,
.category-page-body .master-wrapper-content {
	width: 100%;
}

.simple-article h1,
.h1 {
	font-size: 70px;
	line-height: 70px;
}

.slider-product-preview > img {
	max-width: 100%;
	max-height: 100%;
}

.slider-product-preview > img {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	max-width: 100%;
	max-height: 100%;
}

.container {
	max-width: 100%;
	position: relative;
}

.empty-space.col-xs-b20 {
	height: 20px;
	margin-bottom: 0;
}

.homepage-slider .empty-space.col-xs-b30 {
	height: 0px;
	margin-bottom: 0;
}

.empty-space.col-xs-b30 {
	height: 30px;
	margin-bottom: 0;
}

/*Account Pages*/
.change-password-page .change-password-button, .customer-info-page .save-customer-info-button {
	color: #343434;
}
/*Side Button*/
.store-selector-title {
	margin-bottom: 1em;
	font-size: 1.5em;
}

.uptown-theme-roller.opened {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-box-shadow: 2px 0 10px rgba(0,0,0,.15);
	box-shadow: 2px 0 10px rgba(0,0,0,.15);
}

.store-item-wrapper {
	margin: 0 0 1.5em;
}

.uptown-theme-roller {
	position: fixed;
	top: 35px;
	left: 0;
	background: #f8f8f8;
	width: 330px;
	-webkit-box-shadow: 0px 0px 15px rgba(150, 150, 150,0.3);
	box-shadow: 0px 0px 15px rgba(150, 150, 150,0.3);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translate(-330px);
	-ms-transform: translate(-330px);
	transform: translate(-330px);
	z-index: 9999;
	padding: 2em 0;
	z-index: 999999;
	min-height: 400px;
	display: none;
}

	.uptown-theme-roller .open-button {
		position: absolute;
		top: 0;
		right: -50px;
		width: 50px;
		height: 50px;
		background: #6d6d6d;
		border: 0;
		text-indent: -9999px;
		z-index: 999999;
		cursor: pointer;
	}

		.uptown-theme-roller .open-button:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			border-radius: 50%;
			background: url(/Themes/Prisma/Content/img/icon-open-button.png) no-repeat center;
			-webkit-transform-origin: 50% 50%;
			-webkit-animation-name: rotate;
			-webkit-animation-duration: 20s;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-timing-function: linear;
			-moz-transform-origin: 50% 50%;
			-moz-animation-name: rotate;
			-moz-animation-duration: 20s;
			-moz-animation-iteration-count: infinite;
			-moz-animation-timing-function: linear;
			-ms-transform-origin: 50% 50%;
			-ms-animation-name: rotate;
			-ms-animation-duration: 20s;
			-ms-animation-iteration-count: infinite;
			-ms-animation-timing-function: linear;
			-o-transform-origin: 50% 50%;
			-o-animation-name: rotate;
			-o-animation-duration: 20s;
			-o-animation-iteration-count: infinite;
			-o-animation-timing-function: linear;
		}

/* rotation animation */
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.simplebar, [data-simplebar-direction] {
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.simplebar, [data-simplebar-direction] {
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.uptown-theme-roller .style-section:first-child {
	padding-top: 40px;
}

.uptown-theme-roller .style-section {
	position: relative;
	padding: 0 40px;
}

.uptown-theme-roller .style-title.first {
	z-index: 1;
}

.uptown-theme-roller .style-title {
	padding: 0;
	color: #454545;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: normal;
}

.uptown-theme-roller .presets-list {
	padding: 20px 0;
}

.presets-list.colors li:nth-child(3n+1) {
	margin-left: 4px;
	clear: both;
}

.presets-list.colors li {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 4px 4px 13px 13px;
	position: relative;
	z-index: 2;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/*Product Slider*/
.aligned-middle-image-shortcode img {
	max-height: 100%;
	width: auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.col-xs-b15 {
	margin-bottom: 15px;
}

.block-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.simple-article h3, .h3 {
	font-size: 30px;
	line-height: 34px;
}

.simple-article.size-3 {
	font-size: 14px;
	line-height: 22px;
}

.countdown-wrapper .simple-article.size-3.col-xs-b30 {
	max-height: 175px;
	overflow: hidden;
	display: none;
}

.col-xs-b30 {
	margin-bottom: 30px;
}

.col-xs-b20 {
	margin-bottom: 20px;
}

.aligned-middle-image-shortcode {
	position: absolute;
	left: 50%;
	width: 100%;
	top: 0;
	height: 100%;
}

.row.vertical-aligned-columns {
	font-size: 0;
	white-space: nowrap;
}

.col-md-4 {
	width: 33.33333333%;
}

.col-md-4 {
	width: 33.33333333%;
}

.buttons-wrapper .button {
	margin: 0 5px 10px 5px;
}

/*Quick View*/
/*Mega Menu*/
@media (min-width:1025px) {
	.mega-menu .dropdown {
		-ms-transform: scale(.7);
		transform: scale(.7);
		-webkit-transform: scale(.7);
		opacity: 0;
		left: -10000px;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		-webkit-transition: opacity .3s, left 0s .3s, -webkit-transform .3s;
		transition: opacity .3s, left 0s .3s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .3s, left 0s .3s;
		transition: transform .3s, opacity .3s, left 0s .3s;
		transition: transform .3s, opacity .3s, left 0s .3s, -webkit-transform .3s;
		-webkit-transition: transform .3s, opacity .3s, left 0s .3s;
		border-top: 5px #b8cd06 solid;
	}

	.header-menu > ul > li:not(.with-dropdown-in-grid) > .sublist-wrap.active {
		left: 4px;
	}

	.mega-menu .dropdown {
		opacity: 0;
		left: 40%;
		pointer-events: none;
		position: absolute;
		width: 92%;
		margin-right: 15px;
		top: 100%;
		height: 570px;
		background: #fbfbfb;
		-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
		box-shadow: 0 5px 5px rgba(0,0,0,.1);
		margin-top: -5px;
		z-index: -1;
		border-top: 5px #ffc426 solid;
		border-bottom: 5px solid #ffc426;
		padding: 5px 5px;
		display: block !important;
	}

	.mega-menu .boxes-4 .box {
		width: 100%;
	}

	.mega-menu .boxes-5 .box {
		width: 100%;
	}

	.mega-menu .boxes-6 .box {
		width: 100%;
	}

	.mega-menu .dropdown .row-wrapper {
		padding: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.mega-menu .box li a {
		color: #555;
	}

	.mega-menu .title {
		margin-bottom: 0;
		padding: 0px 0;
		background: #fbfbfb;
		text-transform: none;
		text-align: left;
		font-weight: bold;
		font-size: 14px;
		color: #444;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

		.mega-menu .title:hover, .mega-menu .box li a:hover {
			color: #bb8900;
		}

	.mega-menu .row {
		overflow: hidden;
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
		margin: 0;
	}

		.mega-menu .row:first-child {
			-ms-flex-preferred-size: 32%;
			flex-basis: 32%;
		}

	.mega-menu .box ul {
		margin-top: 5px;
		padding: 0 5px;
		text-align: left;
	}

	.mega-menu .box li {
		margin-top: 15px;
		text-align: left;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 100%;
		line-height: 1;
	}

	/*.mega-menu li:nth-child(8) .boxes-4 .box {
		min-height: 569px;
	}*/

	.header-menu > ul > li > .sublist-wrap {
		-ms-transform: scale(.7);
		transform: scale(.7);
		-webkit-transform: scale(.7);
		opacity: 0;
		left: -10000px;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		-webkit-transition: opacity .3s, left 0s .3s, -webkit-transform .3s;
		transition: opacity .3s, left 0s .3s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .3s, left 0s .3s;
		transition: transform .3s, opacity .3s, left 0s .3s;
		transition: transform .3s, opacity .3s, left 0s .3s, -webkit-transform .3s;
		-webkit-transition: transform .3s, opacity .3s, left 0s .3s;
		border-top: 5px #b8cd06 solid;
	}

	.header-menu > ul > li:not(.with-dropdown-in-grid) {
		position: relative;
	}

		.header-menu > ul > li:not(.with-dropdown-in-grid) > .sublist-wrap.active {
			-ms-transform: scale(1);
			transform: scale(1);
			-webkit-transform: scale(1);
			opacity: 1;
			-webkit-transition: opacity .3s, left 0s, -webkit-transform .3s;
			transition: opacity .3s, left 0s, -webkit-transform .3s;
			-o-transition: transform .3s, opacity .3s, left 0s;
			transition: transform .3s, opacity .3s, left 0s;
			transition: transform .3s, opacity .3s, left 0s, -webkit-transform .3s;
			-webkit-transition: transform .3s, opacity .3s, left 0s;
		}

		.header-menu > ul > li:not(.with-dropdown-in-grid) > .sublist-wrap {
			opacity: 0;
			pointer-events: none;
			position: absolute;
			left: 4px;
			width: auto;
			min-width: 320px;
			margin-right: 15px;
			top: 100%;
			background: #fbfbfb;
			-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
			box-shadow: 0 5px 5px rgba(0,0,0,.1);
			margin-top: -5px;
			z-index: -1;
			border-top: 5px #ffc426 solid;
			border-bottom: 5px solid #ffc426;
			padding: 15px 20px;
			display: block;
		}

	ul.sublist {
		margin: 0;
	}

	.header-menu .sublist li a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.header-menu .sublist > li:not(.has-sublist) a {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px 0;
		background: #fbfbfb;
		text-transform: none;
		text-align: left;
		font-weight: bold;
		font-size: 14px;
		color: #444;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

		.header-menu .sublist > li:not(.has-sublist) a:before {
			display: none;
		}

	.header-menu .sublist li.has-sublist ul li a {
		font-weight: 400;
	}

		.header-menu .sublist li.has-sublist ul li a:before {
			display: block;
		}

	.header-menu .sublist li.has-sublist:hover ul li a {
		pointer-events: initial;
	}

	.header-menu .sublist li:hover > a {
		background-color: transparent;
		color: #bb8900;
	}

	.header-menu > ul > li:not(.with-dropdown-in-grid):last-child > .sublist-wrap {
		left: unset;
		right: 4px;
		margin-right: 0px;
	}

	.header-menu > ul > li:not(.with-dropdown-in-grid):nth-last-child(2) > .sublist-wrap {
		left: unset;
		right: 4px;
		margin-right: 0px;
	}
	/*.header-menu > ul > li:not(.with-dropdown-in-grid) > .sublist-wrap .sublist-wrap {
		top: 2px;
		left: unset;
		right: 88%;
		opacity: 1;
		pointer-events: none;
		position: static;
		width: auto;
		min-width: 320px;
		margin-right: 15px;
		background: #fff;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		margin-top: -1px;
		z-index: 1;
		border-top: 0;
		border-bottom: 0;
		padding: 0px 15px;
		display: block !important;
	}*/

	/*.header-menu > ul > li:not(.with-dropdown-in-grid):last-child > .sublist-wrap .sublist-wrap {
		top: 2px;
		left: unset;
		right: 88%;
		opacity: 1;
		pointer-events: none;
		position: static;
		width: auto;
		min-width: 320px;
		margin-right: 15px;
		background: #fff;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		margin-top: -1px;
		z-index: -1;
		border-top: 0;
		border-bottom: 0;
		padding: 0px 15px;
		display: block !important;
	}

	.header-menu > ul > li:not(.with-dropdown-in-grid):last-child > .sublist-wrap li.has-sublist:hover .sublist-wrap {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
		transition: transform .3s, opacity .3s, left 0s;
		-webkit-transition: transform .3s, opacity .3s, left 0s;
	}*/

	.header-menu .sublist-wrap .sublist-wrap {
		opacity: 1;
		pointer-events: none;
		position: static;
		left: 100%;
		width: auto;
		min-width: 350px;
		margin-right: 15px;
		top: -5px;
		background: #fbfbfb;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		margin-top: -1px;
		z-index: 999999;
		border-top: 0;
		border-bottom: 0;
		padding: 0px 15px;
		display: block !important;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.sublist-wrap .header-menu li:hover > .with-subcategories + div + .sublist-wrap {
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
		-webkit-transition: opacity .3s, left 0s, -webkit-transform .3s;
		transition: opacity .3s, left 0s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .3s, left 0s;
		transition: transform .3s, opacity .3s, left 0s;
		transition: transform .3s, opacity .3s, left 0s, -webkit-transform .3s;
		-webkit-transition: transform .3s, opacity .3s, left 0s;
	}

	.header-menu .sublist li {
		position: relative;
		border-top: 0;
	}

	.sublist-wrap li.has-sublist > a {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px 0;
		background: #fbfbfb;
		text-transform: none;
		text-align: left;
		font-weight: bold;
		font-size: 14px;
		color: #444;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.header-menu .sublist li.has-sublist > a:before {
		display: none;
	}
}

@media (min-width:1025px) and (max-width:1280px) {
	.mega-menu .box li {
		margin-top: 5px;
	}

	.mega-menu .row {
		min-height: 500px;
	}

	.mega-menu .box li {
		line-height: 1.5;
	}

		.mega-menu .box li a {
			font-size: 10px !important;
		}

	.header-menu .sublist > li:not(.has-sublist) a {
		font-size: 12px;
	}

	.mega-menu .dropdown.active {
		left: 10px;
	}

	.mega-menu .dropdown {
		width: 99%;
	}
}

@media (max-width: 1280px) and (min-width: 1025px) and (max-height: 700px) {
	.mega-menu .box li a {
		font-size: 10px !important;
	}

	/*.mega-menu .box li a {
		line-height: 1.1 !important;
	}*/

	.mega-menu .dropdown .row-wrapper {
		padding: 0 10px;
	}

	.mega-menu .title {
		font-size: 12px !important;
	}

	/*.mega-menu .box {
		float: left;
		padding: 10px 10px 0px;
	}*/
	.mega-menu .dropdown.active {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
		left: 10px;
		transition: transform .3s, opacity .3s, left 0s;
		-webkit-transition: transform .3s, opacity .3s, left 0s;
		pointer-events: auto;
		overflow: auto;
		max-height: 510px;
	}
}

@media (min-width:1025px) and (max-width:1280px) and (max-height: 800px) {
	.mega-menu .box li {
		margin-top: 5px;
	}

	.mega-menu .row {
		min-height: 500px;
	}

	.mega-menu .title {
		font-size: 11px;
	}

	.mega-menu .box li a {
		font-size: 10px;
	}

	.mega-menu .box li:before {
		content: '\e925';
		display: inline-block;
		margin-right: 10px;
		font-family: 'prisma';
		font-size: 10px;
		color: #dcdde0;
		transition: all .3s;
		position: relative;
		top: -3px;
	}
}

@media (min-width:1025px) and (max-width:1280px) and (aspect-ratio: 16/10) {
	.mega-menu .box li {
		margin-top: 5px;
	}

	.mega-menu .row {
		min-height: 500px;
	}

	.mega-menu .title {
		font-size: 11px;
	}

	.mega-menu .box li a {
		font-size: 10px;
	}
}

@media (min-width:1025px) and (max-width:1090px) {
	.phone-header {
		font-size: 12px;
		width: 140px !important;
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #444;
		margin-left: 5px;
		position: relative;
		font-weight: bold;
		left: -20px;
	}
}
/*Media*/
@media (min-width:481px) {
	.attributes .attr-value {
		display: block;
		width: 100%;
	}

	.header-links-wrapper {
		width: 220px;
	}
}

@media (min-width: 992px) {
	.row.vertical-aligned-columns > div[class*="col"] {
		float: none;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		white-space: normal;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}
}

@media (min-width: 768px) {
	.col-sm-b0 {
		margin-bottom: 0px;
	}
}

@media (min-width:769px) {
	.compare-products-table td {
		max-width: 30%;
	}

	.checkout-page .address-item:nth-child(2n) {
		margin: 0 10px 20px 10px;
	}

	/*Category Page*/
	.product-selectors .product-viewmode {
		margin: 7px 0 0 0;
	}
	/*Registration*/
	.registration-page .inputs > label {
		margin: 8px 10px 8px 0;
		text-align: right;
	}

	/*Contact Us*/
	.contact-page .page-body {
		max-width: 1240px;
		margin: 0 auto;
		padding: 15px 30px 25px 30px;
	}
}



@media (min-width:1001px) {
	.shopping-cart-link {
		position: relative;
	}

	.datatable-explain {
		display: block;
	}
	/*.ui-accordion-content {
		height: auto !important;
	}*/

	.responsive-nav-wrapper > div span.cart-qty {
		bottom: 0;
		right: -25px;
		left: 0;
		margin: 0 auto;
	}

	.cart-toggle {
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 2;
		padding: 30px 30px 40px 30px;
		width: 670px;
		background: #fff;
		border-radius: 0 0 5px 5px;
		-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
		box-shadow: 0 5px 5px rgba(0,0,0,.1);
		text-align: left;
		cursor: auto;
		margin-top: -1px;
	}

	.cart-toggle {
		-ms-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform: scale(.8);
		opacity: 0;
		right: -10000px;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform-origin: 100% 0;
		-webkit-transition: opacity .3s, right 0s .3s, -webkit-transform .3s;
		transition: opacity .3s, right 0s .3s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .3s, right 0s .3s;
		transition: transform .3s, opacity .3s, right 0s .3s;
		transition: transform .3s, opacity .3s, right 0s .3s, -webkit-transform .3s;
		-webkit-transition: transform .3s, opacity .3s, right 0s .3s;
		border-top: 5px #ffc426 solid;
		z-index: 9999;
	}

	.shopping-cart-link:hover .cart-toggle {
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
		right: 0;
		-webkit-transition: opacity .3s, right 0s, -webkit-transform .3s;
		transition: opacity .3s, right 0s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .3s, right 0s;
		transition: transform .3s, opacity .3s, right 0s;
		transition: transform .3s, opacity .3s, right 0s, -webkit-transform .3s;
		-webkit-transition: transform .3s, opacity .3s, right 0s;
	}

	.cart-entry {
		background: #ffffff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 10px;
		margin-bottom: 1px;
	}

	.cart-color {
		width: 12px;
		height: 12px;
		display: inline-block;
	}

	.cart-entry-thumbnail {
		float: left;
		-o-transition: all .15s;
		transition: all .15s;
		-webkit-transition: all .15s;
	}

		.cart-entry-thumbnail img {
			display: block;
		}

		.cart-entry-thumbnail:hover {
			opacity: .8;
		}

	.cart-entry-description {
		margin-left: 105px;
		padding-top: 22px;
	}

	.cart-entry table {
		width: 100%;
	}

		.cart-entry table td {
			vertical-align: middle;
			padding: 0 30px;
			border-left: 1px #fff solid;
		}

			.cart-entry table td:first-child {
				text-align: left;
				padding-left: 0;
				border: none;
			}

			.cart-entry table td:last-child {
				padding-right: 0;
			}

			.cart-entry table td:nth-child(1) {
				width: 145px;
			}

			.cart-entry table td:nth-child(2) {
				width: 140px;
			}

			.cart-entry table td:nth-child(3) {
				width: 70px;
			}
}

@media (max-width:991px) {
	.flex-container-count {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

		.flex-container-count .count-item {
			margin-bottom: 2em;
		}
}

@media (max-width:768px) {
	.registration-page .inputs > label {
		text-align: center;
	}

	.registration-page .title {
		text-align: center;
	}

	.checkout-page span.field-validation-error {
		left: 0;
	}

	.payment-info .info td {
		max-width: 500px;
	}
	/*Login Page*/
	.login-page .returning-wrapper .inputs label {
		margin: 10px 0;
		width: auto;
	}

	/*Checkout Page*/
	.billing-address-page .inputs, .shipping-address-page .inputs {
		padding: 10px 0;
		border-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 350px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

		.billing-address-page .inputs .required, .shipping-address-page .inputs .required {
			margin-left: 4px;
			font-size: 15px;
			vertical-align: top;
			color: #888;
			position: absolute;
			right: -10px;
			top: 40px;
		}


		.billing-address-page .inputs input[type="text"], .billing-address-page .inputs input[type="password"], .billing-address-page .inputs select, .billing-address-page .inputs textarea, .shipping-address-page .inputs input[type="text"], .shipping-address-page .inputs input[type="password"], .shipping-address-page .inputs select, .shipping-address-page .inputs textarea {
			width: 100%;
			max-width: 350px;
		}
	/*Topic Pages*/
	.topic-page p, .topic-page li {
		text-align: justify;
	}
}

@media (max-width: 767px) {
	/*.slider-product-preview > img {
		position: absolute;
		left: 50%;
		top: 50%;
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		max-width: 100%;
		max-height: 100%;
	}*/
	/*Homepage Countdown*/

	.countdown-wrapper .simple-article.size-3 {
		display: none;
	}

	.countdown-wrapper .simple-article h3, .countdown-wrapper .h3 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	.countdown-wrapper .simple-article.size-5 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.countdown-wrapper .buttons-wrapper {
		margin-top: 20px;
	}
	/*Cart*/
	#new-billing-address h3:after, #new-shipping-address h3:after {
		display: none;
	}

	.cart-entry {
		text-align: center;
	}

	.cart-entry-thumbnail {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.cart-entry-description {
		margin-left: 0;
	}

		.cart-entry-description table, .cart-entry-description table tbody, .cart-entry-description table tr, .cart-entry-description table td {
			display: block;
		}

			.cart-entry-description table td {
				text-align: center !important;
				padding: 0 0 10px 0;
				border: none;
				width: auto !important;
			}

				.cart-entry-description table td:last-child {
					padding-bottom: 0;
				}
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}

	.popup-wrapper.active {
		left: 0;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-delay: 0s;
	}

	.popup-wrapper .bg-layer {
		position: absolute;
		left: 0;
		top: -100px;
		right: 0;
		bottom: -100px;
		background: rgba(0,0,0,.8);
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		opacity: 0;
	}

	.popup-wrapper.active .bg-layer {
		opacity: 1;
	}

.popup-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 0;
	text-align: center;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 0;
	visibility: hidden;
	padding: 15px;
}

	.popup-content.active {
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
		visibility: visible;
		z-index: 9999999;
		overflow: hidden;
	}

	.popup-content:after {
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		content: "";
	}

.popup-container {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
	text-align: left;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 3px 4px 20px rgba(0,0,0,.2);
	box-shadow: 3px 4px 20px rgba(0,0,0,.2);
}

	.popup-container.size-1 {
		max-width: 570px;
	}

	.popup-container.size-2 {
		max-width: 1170px;
	}

	.popup-container.size-3 {
		max-width: 970px;
		top: 10%;
	}

	.popup-container.size-4 {
		background: #000;
		max-width: 80%;
		padding: 50px 5px 5px 5px;
		background: #fff;
	}

.popup-content .layer-close {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 10000px;
}

.popup-align {
	padding: 80px 100px;
	overflow: hidden;
}

.simple-link {
	font-size: 11px;
	line-height: 18px;
	color: #555;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-o-transition: all .15s;
	transition: all .15s;
	-webkit-transition: all .15s;
}

	.simple-link:hover {
		color: #b8cd06;
	}

.popup-container .button-close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
}

.social-sharing.active {
	position: relative;
	z-index: -1;
}

.popup-or {
	height: 140px;
	position: relative;
}

	.popup-or:before {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		background: #eee;
		content: "";
		height: 1px;
	}

	.popup-or span {
		width: 60px;
		height: 60px;
		border: 5px #eee solid;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		text-align: center;
		line-height: 50px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -30px 0 0 -30px;
		background: #fff;
		font-size: 11px;
		color: #888;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Raleway', sans-serif;
	}

@media (max-width:1024px) {
	.product-shortcode.style-1:hover .description .icons {
		display: none;
	}

	.product-shortcode:hover .description .simple-article.text.size-2 {
		opacity: 1;
	}

	.product-shortcode.style-1 .preview-buttons, .product-shortcode.style-7 .preview-buttons {
		display: none;
	}
	/*Shopping Cart*/
	.order-summary-content td, .shopping-cart-page td {
		text-align: right;
	}

	/*Breadcrumb*/
	.category-page .breadcrumb {
		margin-top: 0;
		text-align: center;
		margin-bottom: 20px;
	}

	

	.category-page .page-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

		.category-page .page-title .breadcrumb {
			-webkit-box-ordinal-group: 0;
			-ms-flex-order: -1;
			order: -1;
		}

	/*QuickTabs*/

	#quickTab-specifications {
		display: none !important;
	}

	.ui-tabs .ui-tabs-nav li[aria-controls="quickTab-specifications"] {
		display: none !important;
	}

	/************************************/
	.responstable .prices .old-product-price {
		text-align: right;
		padding: 0 0 8px 0;
		font-size: 12px;
	}

	.nopAjaxFilters7Spikes .close-btn {
		background: rgba(0,0,0,0.3) !important;
	}

		.nopAjaxFilters7Spikes .close-btn:after {
			color: #ffffff !important;
		}

	.responstable span.with-old-price {
		color: #f44336;
		font-size: 18px;
	}

	.responstable span.profit {
		margin: 10px 0 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.responstable span[itemprop="price"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/*Product Simple*/
	.product-details-simple-page span.profit {
		margin: 10px 0 0;
		font-size: 13px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.product-details-simple-page .overview .old-product-price {
		text-align: center;
		font-size: 12px;
	}

	.product-details-simple-page span[itemprop="price"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product-shortcode.style-1:hover .preview-buttons .button.style-3 {
		display: none;
	}
	/*General*/
	.container-product {
		padding: 0;
	}

	.scroll-table {
		font-size: 14px;
		color: #229dff;
		font-weight: bold;
		display: block;
		text-align: center;
	}

	.availability .available .value {
		color: #4caf50;
		font-weight: 600;
	}

	.availability .soon-available .value {
		color: #f44336;
		font-weight: 600;
	}

	.availability .not-available .value {
		color: #f44336;
		font-weight: 600;
	}

	/*Header*/
	.header-menu > ul li > a, .header-menu > ul li > span {
		position: relative;
		display: block;
		padding: 16px 18px;
		line-height: 17px;
		text-align: left;
		font-size: 15px;
		color: #666;
		max-width: 80%;
		z-index: 0;
		float: left;
	}

	.header-wrapper {
		padding: 8px 5px 0;
	}

	.header-logo a img {
		max-height: 50px;
	}

	.flyout-cart .buttons button, .flyout-cart .buttons button + button:hover:before, .header-menu .sublist li:hover > a {
		background-color: transparent;
		border-radius: 15px;
	}

	.plus-button {
		/*position: absolute;*/
		position: relative;
		right: 0;
		top: 0;
		border: 1px solid #eee;
		border-radius: 5px;
	}

		/*.header-menu .sublist li > a {
		float: left;
	}*/

		.plus-button:after {
			color: #ffc426;
		}

	*:before, *:after {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.header-menu > ul li {
		border-bottom: 1px solid #ddd;
		background: #fbfbfb;
		/*position: relative;*/
	}

	.header-menu ul .back-button {
		float: right;
		position: absolute;
		top: 3px;
		right: 40px;
		z-index: 9;
		border-bottom: none;
	}

	.store-search-box {
		background-color: #d19900;
	}

		.store-search-box .search-box-select {
			background-color: #d19900;
		}

	.responsive-nav-wrapper > div span:after, .responsive-nav-wrapper > div a:after {
		color: #222;
	}

	.overlayOffCanvas {
		background: rgba(0, 0, 0, 0.7);
	}

	.header-menu .close-menu span, .header-menu ul .back-button span {
		padding: 0 15px;
		background: rgba(0,0,0,0.3);
	}

	/*Recently Viewed*/
	.block-recently-viewed-products.hidden-recently {
		display: none;
	}
	/*Countdown Homepage*/
	.countdown.max-width {
		max-width: 400px;
	}

	.ClassyCountdown-wrapper > div {
		display: inline-block;
		position: relative;
		width: 25%;
		padding: 0 5px;
		margin: 0;
		max-width: 75px !important;
		max-height: 75px !important;
	}

	.countdown-wrapper .countdown.max-width {
		margin: 0 auto;
	}

	.block-recently-viewed-products {
		display: none;
	}

	#collateral-anchor {
		top: -83px;
	}
	/*Cart*/
	.order-summary-content tr td tr, .shopping-cart-page tr td tr {
		width: 100%;
	}

	.order-summary-content tr, .shopping-cart-page tr {
		margin-bottom: 4px;
		padding: 5px 5px 0;
		background: #fbfbfb;
	}

	.cart tr {
		overflow: auto !important;
		border-bottom: 10px solid #fbfbfb;
		height: 350px !important;
	}

		.cart tr tr {
			height: 215px !important;
		}

			.cart tr tr:last-child {
				height: auto !important;
			}

	.order-summary-content .cart .product-name, .shopping-cart-page .cart .product-name {
		min-height: 30px !important;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cart td {
		border: none;
	}

	.order-summary-content .cart label, .shopping-cart-page .cart label {
		color: #444;
	}
	/*Wishlist*/
	button.button-2.email-a-friend-wishlist-button {
		margin-top: 5px;
	}
	/*Compare Section*/
	.compare-section .title {
		text-transform: none;
	}
	/*Triple Banner Home*/
	.triple-banner-home {
		padding: 1em 0 0rem;
	}
	/*Four blocks homepage*/
	.four-banners-home .button {
		margin: 20px 0 0;
	}

	.four-banners-home .container-flex > .flex-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 15px;
	}

	.container-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/*Ajax Filters*/
	.nopAjaxFilters7Spikes {
		z-index: 9999999;
	}
	/*Checkout Page*/
	.checkout-page .address-grid {
		font-size: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*Grid Category Page*/
	.block.block-category-navigation {
		display: none;
	}
	/*Product Set Page*/
	.overview .add-to-wishlist-button {
		width: 45px;
		height: 45px;
		background: #fff;
		font-size: 0;
		border: 0;
		border-radius: 0;
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
	}

	.overview .label {
		width: 33%;
		max-width: 160px;
	}

	.overview-buttons .add-to-wishlist button span:before {
		content: '\e91e';
		margin: 0;
	}

	.responstable img {
		min-width: 85px;
	}

	.responstable .button-wrapper img {
		min-width: unset;
	}

	.product-collateral {
		margin: 0px 0 50px;
	}

	.product-set-details-page .product-collateral > div {
		margin-bottom: 0;
		text-align: right;
		max-width: 100%;
		overflow: auto;
	}

	.product-group-details-page .product-collateral > div {
		margin-bottom: 0;
		text-align: right;
		max-width: 100%;
		overflow: auto;
	}

	.overview .add-to-cart-button {
		width: 220px;
	}

	.overview > div {
		text-align: center;
	}

	.product-details-simple-page .overview .add-to-cart-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.overview-bottom-buttons {
		max-width: 400px;
		margin: 0 auto;
	}


	.product-details-simple-page .overview .add-to-cart-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 450px;
		margin: 0 auto;
	}

	.overview .quantity-container {
		border: 0;
		padding: 0;
	}

	.overview .overview-buttons {
		border-top: 0;
		padding: 15px 0 0;
	}

	.product-set-details-page .overview .add-to-wishlist {
		width: 45px;
		display: inline-block;
		margin: 0 20px 0 -30px;
	}

	.product-set-details-page .overview .email-a-friend {
		margin: 0;
	}

	.overview .overview-buttons {
		border-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px 0;
		padding-top: 15px !important;
	}

	.product-set-details-page .overview .add-to-cart-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 500px;
		margin: 0 auto;
		padding: 15px 10px;
	}

	.product-group-details-page .overview-buttons .add-to-cart {
		display: block;
		width: 100%;
	}

	.product-details-simple-page .overview .overview-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-details-simple-page .overview-bottom-buttons {
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
	}

	.product-details-simple-page .anchor-button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 49.8%;
		width: calc(100% - 70px);
		vertical-align: top;
		margin-right: 7px;
	}

	.overview-specifications-button {
		display: none;
	}

	.product-details-simple-page .overview-bottom-buttons .add-to-wishlist {
		width: 45px;
	}

	.product-details-simple-page .overview .add-to-cart-button {
		width: 220px;
		margin: 10px auto;
	}


	/*Account Pages*/
	.block-account-navigation .title strong {
		position: relative;
		display: block;
		padding: 15px 20px;
		text-transform: none;
		font-size: 14px;
		color: #444;
		cursor: pointer;
		border: 1px solid #888;
		border-radius: 15px;
	}
	/*Recently Viewed */
	.recently-grid .last {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1em;
		background-color: #fff;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 500px;
	}

	.recently-grid > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1em;
		background-color: #fff;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0 5px;
	}
	/*Cart*/
	.cart-footer-wrap > div {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.cart-footer-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cart-footer .totals {
		width: 100%;
		max-width: 620px;
		text-align: center;
		float: none;
	}

	.order-summary-content .cart td, .shopping-cart-page .cart td {
		float: none;
		padding-left: 0;
		width: 100%;
		text-align: center;
		color: #666;
	}

	.order-summary-content td.quantity, .shopping-cart-page td.quantity {
		padding-bottom: 10px;
		border-bottom: none;
	}

	.order-summary-content td.subtotal, .shopping-cart-page td.subtotal {
		padding-bottom: 0;
		font-size: 14px;
		border: 1px solid #cacaca;
		border-radius: 5px;
	}

	.order-summary-content .cart .product-picture, .shopping-cart-page .cart .product-picture {
		float: none;
		width: 100%;
		text-align: center;
	}

	.order-summary-content .cart .remove-from-cart, .shopping-cart-page .cart .remove-from-cart {
		display: block;
		padding-bottom: 10px;
		border-bottom: 2px solid #ffbfbf;
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}

	.table-wrapper .cart td img {
		max-width: 85px;
		margin: 0 auto;
		display: block;
	}

	.cart .product-set td:first-child {
		display: block;
		text-align: center;
		min-width: unset;
		width: auto;
	}

	.cart .remove-from-cart label {
		padding: 0 0 0 35px;
	}
	/*Footer*/
	.footer-middle .title {
		max-width: 280px;
		margin: 0 auto 10px;
	}

	.footer-block .title:before, .footer-block .title:after {
		background: #969696;
		color: #bbbbbb;
	}
}

@media (max-width:1000px) {
	/*Header*/
	.responsive-nav-wrapper > div span.cart-qty, .responsive-nav-wrapper > div span.wishlist-qty {
		right: 0;
	}

	/*Grid Category Page*/
	.four-per-row .product-grid .item-box {
		width: 33%;
		clear: none;
	}

	.newsletter-bg-text .newsletter-email .newsletter-subscribe-button {
		font-size: 12px;
	}
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.popup-container.size-2 .popup-align {
		padding: 40px 15px 40px 15px;
	}

	.col-xs-b40 {
		margin-bottom: 40px;
	}

	.col-md-4 {
		width: 100%;
	}

	.col-xs-b15 {
		margin-bottom: 15px;
	}

	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: none;
	}

	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.center-1 {
		margin: 0;
	}
	/*Homepage*/
	.simple-article h1, .h1 {
		font-size: 46px;
		line-height: 46px;
	}

	.simple-article h3, .h3 {
		font-size: 25px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		white-space: normal;
	}

	.cell-view.page-height {
		height: 500px !important;
	}

	.banner-shortcode.style-3 .valign-middle-cell {
		height: auto;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		display: block;
	}

	.flex-container-count .count-item {
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
		position: relative;
		width: auto;
		max-width: 100%;
	}

	.empty-space.col-xs-b30 {
		height: 0;
	}
	/*Four blocks homepage*/
	.banner-shortcode.style-4 .valign-middle-cell {
		height: 0;
	}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.popup-container.size-1 .popup-align {
		padding: 40px 30px;
	}

	.homepage-slider .buttons-wrapper .button {
		margin: 0 auto 10px;
		width: 100%;
		display: inline-block;
	}

	.swiper-wrapper {
		max-height: none !important;
	}

	.page-height {
		min-height: unset;
	}

	.homepage-slider .swiper-pagination-bullets {
		bottom: 10px;
		left: 0;
		width: 100%;
	}

	.simple-article.size-4 {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 0px;
	}

	.popup-container.size-4 {
		max-width: 100%;
	}

	.content-margins {
		border-left: 15px transparent solid;
		border-right: 15px transparent solid;
	}

	.uptown-theme-roller {
		top: 185px;
	}

	/*Checkout Pages*/
	.ship-to-same-address > div, .pickup-in-store > div {
		padding: 15px;
	}
	/*Cart*/
	.order-progress a {
		font-size: 0;
	}

	.cart-footer .totals {
		margin: 0 auto;
		float: none;
	}
	/*Header*/
	.store-search-box.with-caregory-search-enabled span.search-box-text {
		margin-left: 0 !important;
	}

	.with-caregory-search-enabled span.search-box-text {
		width: calc(100% - 40px) !important;
	}

	.store-search-box .search-box-select {
		display: none;
	}
	/*Homepage*/
	.simple-article h1, .h1 {
		font-size: 34px;
		line-height: 40px;
	}

	.simple-article.light.transparent, .light.transparent {
		text-align: center;
	}

	.slider-product-preview, .slider-product-preview.align-left {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		height: 300px;
		margin: 0 auto;
		width: auto;
	}

	.cell-view.page-height {
		height: auto !important;
		padding: 2%;
		display: block;
		max-width: 100%;
	}
	/*Four blocks homepage*/
	.container-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

		.container-flex > .flex-item {
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			margin-bottom: 15px;
		}

	.banner-shortcode.style-4 .valign-middle-cell {
		height: auto;
	}

	.nested-image {
		display: none;
	}
	/*Newsletter*/
	.home-page-body .page-body .newsletter-home {
		padding: 3em 0;
	}

	.home-page-body .page-body .newsletter-text {
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 1em 0;
	}

	.home-newsletter-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.newsletter-home .newsletter {
		width: 100%;
		padding: 0;
		min-height: unset;
	}

	.newsletter-bg-text h3 {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.newsletter-bg-text {
		padding: 1em;
		background-color: #fff0;
		text-align: center;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	/*Grid Category Page*/
	.four-per-row .product-grid .item-box {
		width: 50%;
	}

	.product-shortcode.style-1 {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	/*Product Set Page*/
	.product-set-details-page .overview .add-to-cart-panel {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.overview .add-to-cart-button {
		width: 220px;
		margin: 10px 0;
	}

	.overview .qty-label, .variant-overview .qty-label {
		margin-right: 7px;
	}

	.overview .label {
		width: 33%;
		min-width: 137px;
	}

	.product-collateral .add-to-cart-panel {
		text-align: center;
	}

	.product-collateral .product-price {
		text-align: center;
	}
	/*Product Simple Page*/
	.anchor-button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 49.8%;
		width: calc(100% - 70px);
		vertical-align: top;
		margin: 0 10px 0 0;
	}

	.overview-bottom-buttons .add-to-wishlist {
		width: 45px;
		height: 45px;
	}

	.product-collateral .responstable tbody td {
		min-width: 120px;
	}
}

@media (min-width:481px) and (max-width:767px) {

	.flex-container {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
	}

	#Newsletter + input + label {
		width: auto;
		max-width: 248px;
		white-space: pre-line;
	}
	/*Quickview*/
	.quickView {
		position: absolute;
		left: 0 !important;
		right: 0 !important;
		padding-top: 0 !important;
		margin: 0 auto 0 auto;
		min-width: unset !important;
		width: 480px;
		background-color: #fff;
		box-shadow: 0 0 20px rgba(0,0,0,.2);
		z-index: 1070;
	}

		.quickView .gallery {
			display: block;
			float: none !important;
			margin: 0;
			padding: 20px 10px 20px 20px;
			width: 100% !important;
		}

		.quickView .overview {
			float: none !important;
			margin: 0;
			padding: 20px 20px 20px 10px;
			width: 100% !important;
		}

		.quickView span[itemprop="price"] {
			text-align: center;
		}
}

@media (max-width:632px) {
	.login-page .buttons .checkout-as-guest-button {
		margin-bottom: 10px;
	}

	.checkout-page .order-completed .title {
		border-bottom: solid 5px #4cb050 !important;
	}

	.order-completed .title strong {
		border-bottom: 0;
	}

	/*Checkout Pages*/
	#new-billing-address h3:after, #new-shipping-address h3:after {
		background-repeat: no-repeat;
		background-position-x: 100%;
		background-image: url(/Themes/Prisma/Content/img/accordion-down.png);
		background-size: 25px;
		background-position-y: 6px;
		content: '';
		width: 30px;
		height: 30px;
		position: absolute;
		cursor: pointer;
		right: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		right: -11px;
		top: 23px;
	}

	/*.checkout-page .ui-accordion-content {
		height: auto !important;
	}*/

	.new-shipping-address h3.title strong {
		border-radius: 15px;
		padding: 15px;
		font-size: 14px;
		text-align: center;
		display: inline-block;
	}
}

@media (max-width:480px) {
	.product-set tbody {
		display: block;
	}

		.product-set tbody tr {
			display: none;
		}

			.product-set tbody tr.product-picture-row {
				display: block;
			}

	.table-wrapper .cart tr.product-picture-row td img {
		max-width: 135px;
		margin: 0 auto;
		display: block;
	}

	.cart .product-set thead {
		display: inherit;
		margin: 0 auto;
	}

	.content-margins {
		border-left: 10px transparent solid;
		border-right: 10px transparent solid;
	}

	.billing-addresses h3.title strong {
		font-size: 11px;
	}

	.newsletter-bg-text {
		padding: 1em;
		background-color: #fff0;
		text-align: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

		.newsletter-bg-text .newsletter-email {
			background: transparent;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}

			.newsletter-bg-text .newsletter-email > * {
				margin: 10px auto;
				max-width: 300px;
			}

	/*QuickView*/
	.quickView {
		position: absolute;
		left: 0 !important;
		right: 0 !important;
		padding-top: 0 !important;
		margin: 0 auto 0 auto;
		min-width: unset !important;
		width: 320px;
		background-color: #fff;
		box-shadow: 0 0 20px rgba(0,0,0,.2);
		z-index: 1070;
	}

		.quickView .overview {
			float: none !important;
			margin: 0;
			padding: 20px 20px 20px 10px;
			width: 100% !important;
		}

		.quickView .gallery {
			display: block;
			float: none !important;
			margin: 0;
			padding: 20px 10px 20px 20px;
			width: 100% !important;
		}
	/*Checkout Pages*/
	.payment-logo, .payment-details {
		max-width: 67%;
	}

	.shipping-address-page .new-shipping-address {
		padding: 0px 10px 50px 10px;
		background: #fbfbfb;
	}

	.shipping-method .buttons > *, .payment-method .buttons > * {
		margin-bottom: 10px !important;
	}

	/*Product Page Simple*/
	.product-details-simple-page .overview-buttons .add-to-wishlist {
		margin: 10px 5px 10px 0;
		width: 50px;
		height: 50px;
		display: inline-block;
	}

	.product-details-simple-page .overview .product-options {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #eee;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/*Login Page*/
	.login-page .inputs.reversed {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/*Account Pages*/
	.order-details-page .btns-wrapper > a {
		width: 100%;
		margin: 0 0 10px;
	}

	.totals .re-order-button, .change-password-page .change-password-button, .address-edit-page .save-address-button, .customer-info-page .save-customer-info-button, .search-input .search-button {
		background-color: #ffc426;
		font-size: 12px;
		padding: 20px 8px;
	}

	.page-title h1 {
		font-size: 22px;
	}
	/*Header*/
	.header-logo a img {
		max-width: 190px;
		max-height: 50px;
	}
	/*Homepage*/
	.homepage-slider .simple-article h1, .h1 {
		font-size: 19px;
		line-height: 25px;
	}

	.homepage-slider .simple-article.size-4 div {
		line-height: 24px !important;
		font-size: 18px !important;
		padding-bottom: 0 !important;
	}

	.cell-view.page-height {
		padding: 0 2%;
	}

	.title-underline.left {
		margin-left: 9px;
		padding: 5px 0;
	}

	.homepage-slider .swiper-container-autoheight, .homepage-slider .swiper-container-autoheight .swiper-slide {
		height: auto;
		padding-bottom: 1em;
	}

	.homepage-slider .slider-product-preview, .homepage-slider .slider-product-preview.align-left {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		height: 195px;
		margin: 0 auto;
		width: auto;
	}

	.homepage-slider .swiper-pagination-bullets {
		bottom: 25px;
	}

	.banner-shortcode.style-5 {
		margin: 1em auto;
		max-width: none;
	}

		.banner-shortcode.style-5 .valign-middle {
			height: auto;
			padding: 30px 50px;
			min-height: 140px;
		}

	.banner-shortcode.style-3 .valign-middle-cell {
		min-height: 250px;
	}

	.banner-shortcode.style-5 {
		background-size: cover;
		background-position: center;
		position: relative;
		background-repeat: no-repeat;
	}

	.simple-article.size-3 {
		white-space: normal;
		text-align: left;
	}

	.swiper-button-next, .swiper-button-prev {
		display: none;
	}

	.triple-banner-inner .flex-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 1em 0 0;
	}

	.triple-banner-inner .flex-item-column {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}

	.banner-shortcode.style-5 {
		margin: 1em 0;
		border-radius: 15px;
	}

	.banner-shortcode.style-3 {
		margin-bottom: 20px;
	}

	.banner-shortcode.style-5 {
		margin: 1em 0;
		max-width: none;
	}

	/*Homepage Newsletter*/
	.newsletter-parallax .newsletter {
		width: 100%;
		padding: 0;
		min-height: unset;
		margin-left: 0;
	}

	.newsletter-bg-text {
		padding: 1em;
		background-color: #fff0;
		text-align: center;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

		.newsletter-bg-text p {
			margin-bottom: 25px;
		}

		.newsletter-bg-text .newsletter-email .newsletter-subscribe-button {
			left: 0;
		}
	/*Category Pages*/
	.four-per-row .product-grid .item-box {
		width: 100%;
	}


	/*Product Page*/
	.overview .stock {
		text-align: center;
	}

	.overview .label {
		width: 100%;
		max-width: unset;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.overview .value {
		width: 100%;
		text-align: center;
		display: block;
	}

	.overview .overview-buttons {
		border-top: 0;
	}

	.overview .quantity-container {
		padding: 0;
	}

	.overview .add-to-cart > .add-to-cart-panel {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}


	/*Account pages*/

	#Newsletter + input + label {
		width: auto;
		max-width: 248px;
		white-space: pre-line;
	}

	.account-page .title {
		margin-bottom: 10px;
		text-align: left;
	}


	/*Cross sells*/
	.cross-sells .item-box {
		width: 100%;
	}
}

@media (max-width:420px) {
	.store-search-box input.search-box-text::-webkit-input-placeholder {
		font-size: 10px;
		max-width: 320px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.store-search-box input.search-box-text:-ms-input-placeholder {
		font-size: 10px;
		max-width: 320px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.store-search-box input.search-box-text::-ms-input-placeholder {
		font-size: 10px;
		max-width: 320px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.store-search-box input.search-box-text::placeholder {
		font-size: 10px;
		max-width: 320px;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
}

@media (max-width:411px) {
	.checkout-page button.button.style-2.button-1 {
		margin: 10px 0;
	}
}

@media (max-width:360px) {
	.content-margins {
		border-left: 5px transparent solid;
		border-right: 5px transparent solid;
	}
	/*Shopping Cart*/
	.cart-footer .cart-total td span {
		font-size: 11px;
	}
	/*Checkout Pages*/
	.billing-addresses h3.title strong {
		font-size: 11px;
	}

	.new-shipping-address h3.title strong {
		font-size: 11px;
	}
}

@media (max-width:340px) {
	.header-logo a img {
		max-width: 170px;
	}
}

.overflow-hidden {
	overflow: hidden;
}

@-moz-document url-prefix() {

	.category-page .style-3.button .icon {
		top: 37%;
	}

	.triple-banner-inner .flex-item {
		float: left !important;
		width: 48.5% !important;
		margin-left: 15px !important;
	}

	.triple-banner-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: block !important;
	}
}

/*@media (min-width:1025px) {
	.header-menu li > .with-subcategories.hover + div + .sublist-wrap {
		opacity: 0;
	}
}*/


.select2-container--default .select2-selection--single {
	background-color: #fff;
	background-image: url(/Themes/Prisma/Content/img/general.png);
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
	border-radius: 15px;
	border-color: #cacaca;
	border: 1px solid #cacaca;
	height: 40px;
	background-position: 96%;
	background-repeat: no-repeat;
}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #666;
		line-height: 40px;
		font-size: 12px;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		display: none;
	}



/*Customer Payments Page*/
.customer-payment-page {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 15px 0;
	background: #f6f6f6;
}

	.customer-payment-page .fieldset {
		margin: 0;
		border-bottom: 4px solid #fff;
		padding: 30px 30px 10px 30px;
	}


	.customer-payment-page .page-title {
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
		text-transform: uppercase;
		color: #444;
	}

.company-message, .customerpayment-message {
	font-size: 15px;
	font-weight: 300;
	color: #444;
	margin: 0 0 20px;
	line-height: 20px;
}

.customer-payment-page .fieldset .title {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	color: #444;
	text-align: center;
	margin: 0 0 10px;
}

.customer-payment-page input[type=text] {
	display: inline;
	border: 1px solid #cacaca;
	border-radius: 15px;
	margin: 0 auto;
}

.customer-payment-page .buttons {
	margin-bottom: 0;
	padding: 30px 0;
	background: #f6f6f6;
}

.customer-payment-page .button {
	background: #ffc426;
	color: #444;
}

	.customer-payment-page .button span {
		font-size: 18px;
		color: #444;
	}

.customer-payment-page .inputs label {
	float: left;
	margin: 8px 0 8px 0;
	width: 31%;
	width: -webkit-calc((100% - 350px)/2);
	width: calc((100% - 350px)/2);
	text-align: left;
	white-space: pre-line;
}

.customer-payment-page .inputs {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}


@media (max-width:767px) {
	.customer-payment-page .inputs label {
		float: none;
		width: 100%;
		text-align: center;
	}
}

.customer-payment-page .inputs textarea {
	border: 1px solid #cacaca;
	border-radius: 15px;
	margin: 0 auto;
}

.product-shortcode .icons .go-to-product-page-button {
	display: none;
	position: relative;
}

.go-to-product-page-button i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	color: #888;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.go-to-product-page-button:hover i:before {
	color: #FFF;
}

.product-shortcode .product_template_master_set .icons .go-to-product-page-button {
	display: inline-block;
}

.product_template_master_set .quick-view-button {
	display: none;
}

.quickView .thumbnails {
	max-height: 90px;
	overflow: auto;
}

.product_template_master_set_wrapper .valign-middle-content {
	display: none;
}

.product-shortcode.style-1.product_template_master_set_wrapper:hover .preview-buttons {
	opacity: 0;
}

/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* GLOBAL */

.filter-options > .filters-button {
    display: inline-block;
}
.filter-options > div {
    width: 33.3%;
}
.nopAjaxFilters7Spikes {
    background: #f6f6f6;
}
.filtersTitlePanel {
    display: none;
}
.clearFilterOptionsAll {
    float: right;
    cursor: pointer;
}
.filtersPanel:after {
    content: "";
    display: block;
    clear: both;
}
.filter-block {
    position: relative;
    float: none;
    display: block;
    border:0;
    width: auto;
}
.filter-block .title {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    background: #f6f6f6;
}
.filter-block .title a:after {
    content: '\e923';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 28px;
    height: 28px;
    background: #fff;
    text-align: center;
    line-height: 28px;
    font-family: prisma;
    font-size: 9px;
    color: #dcdde0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.filter-block a.toggleControl {
    display: block;
    padding: 15px 45px 15px 20px;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}
.filter-block a.toggleControl.closed:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 28px;
    height: 28px;
    background: #fff;
    text-transform: lowercase;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer;
}
.filter-block a.clearFilterOptions:after,
.filter-block a.clearPriceRangeFilter:after {
    content: '\e901';
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 28px;
    font-family: prisma;
    font-size: 10px;
    color: #bbb;
}
.filtersGroupPanel {
    border-bottom: 1px solid #eee;
    padding: 5px 10px 20px;
    color: #000;
}
.filtersGroupPanel ul:after {
    content: "";
    display: block;
    clear: both;
}

/* SEARCH CRITERIA */

.selected-options-list > li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 13px;
    color: #888;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.selected-options-list > li label{
    display: block;
    margin-bottom: 5px;
}
.selected-options-list > li:last-child {
    border-bottom: none;
}
.selected-options-list > li span {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 20px 5px 5px;
    background: #fff;
    color: #57b568;
    cursor: pointer;
}
.selected-options-list > li span:after {
    content: '\e901';
    position: absolute;
    top: 50%;
    right: 5px;
    text-align: center;
    line-height: 28px;
    font-family: prisma;
    font-size: 10px;
    color: #bbb;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.selected-options-list > li span:hover{
    text-decoration: underline;
}

/* PRICE RANGE SLIDER */

.priceRangeMinMaxPanel {
    overflow: hidden;
    margin: 0 0 12px;
    font-size: 13px;
    color: #bbb;
}
.priceRangeMinPanel {
    float: left;
}
.priceRangeMaxPanel {
    float: right;
}

.ui-slider {
    position: relative;
    margin: 0 4px 18px;
    width: auto;
    height: 8px;
    background: #e9e9e9;
}
.ui-slider:before {
    content: '.';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: #fff;
    font-size: 0;
    text-indent: -9999px;
    z-index: -1;
}
.ui-slider-range {
    position: absolute;
    height: 8px;
    background: #4ea35d;
}
.ui-slider-handle {
    position: absolute;
    top: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: #57b568;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ui-slider-handle:after {
    content: '\e923';
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 28px;
    font-family: prisma;
    font-size: 6px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.priceRangeCurrentPricesPanel {
    overflow: hidden;
}
.priceRangeCurrentPricesPanel span {
    padding: 5px;
    background: #fff;
    font-weight: bold;
    font-size: 13px;
    color: #57b568;
}
.priceRangeCurrentPricesPanel .currentMinPrice {
    float: left;
}
.priceRangeCurrentPricesPanel .currentMaxPrice {
    float: right;
}

/* CHECKBOX MODE */

.filtersGroupPanel .checkbox-list input {
    position: absolute;
    opacity: 0;
}
.filtersGroupPanel .checkbox-list label {
    position: relative;
    display: block;
    padding: 12px 10px 12px 32px;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: left;
    font-size: 12px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.filtersGroupPanel .checkbox-list li.disabled label { 
    color: #999;
    opacity: 0.4;
    cursor: default;       
}

/* COLOR SQUARES */

.colorOptions li {
    position: relative;
    display: inline-block;
    margin: 2px;
    width: auto;
}
.colorOptions .checkbox-list label {
    margin: 0;
    padding: 3px;
    border: 1px solid transparent;
    width: 38px;
    height: 38px;
    background: none;
    overflow: hidden;
    font-size: 0;
    z-index: 10;
}
.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before {
    content: none;
}
.colorOptions .checkbox-list .checked {
    border: 1px solid #eee;
    background: #fff;
}
.colorOptions .color {
    position: absolute;
    top: 4px;
    right: 4px;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    border: 1px solid #c9c9c9;
    font-size: 0;
    z-index: 1;
    cursor: pointer;
}
.colorOptions li.disabled .color {
    opacity: .4;
}
.colorOptions .defaultColor {
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #000000), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
    background: -ms-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* IE10+ */
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}

/* DROPDOWN MODE */

.filtersDropDownPanel select {
    width: 100%;
    background-position: 94% center;
}
.filtersDropDownPanel .select-wrap {
    position: relative;
}
.filtersDropDownPanel .select-wrap .select-box {
    display: none;
}
.filtersDropDownPanel.disabled .select-wrap .select-box {
    color: #999;
    opacity: 0.4;
    cursor: default;
}

/* AJAX LOADER */

.productPanelAjaxBusy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: 2;
}
.productPanelAjaxBusy::after {
    content: '.';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #57b568;
    width: 0;
    height: 0;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    font-size: 0;
    text-indent: -9999px;
}
.infinite-scroll-loader {
    display: none;
    height: 100px;
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/ajaxLoader.gif) no-repeat 50% 50%;
    font-size: 0;
    filter: Alpha(opacity = 70);
    opacity: 0.7;
    z-index: 2;
    clear: both;
}

/* NO RESULTS POPUP */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1080;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.ajaxFilters.k-window {
    position: absolute;
    padding: 0 !important;
    height: auto !important;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    z-index: 1090;
}
.ajaxFilters .k-window-titlebar {
    margin: 0 !important;
    padding: 10px;
    background: #57b568;
}
.ajaxFilters .k-window-titlebar span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.ajaxFilters .k-window-actions a {
    display: block;
}
.ajaxFilters .k-window-actions .k-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    border: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: none;
    font-size: 0;
    opacity: 0.7;
}
.ajaxFilters .k-window-actions .k-icon:after {
    content: '\e901';
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: prisma;
    font-size: 10px;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ajaxFilters .k-window-actions .k-icon:hover {
    opacity: 0.9;
}
.ajaxFilters .k-window-content {
    padding: 15px;
    min-height: inherit !important;
    min-width: inherit !important;
    color: #666;
}
.number-of-returned-products {
    margin: 20px 15px 10px;
    font-size: 13px;
    color: #888;
}
.close-btn {
    display: none;
}

@media all and (max-width: 1024px) {

    .filtersPanel {
        clear: both;
    }
    .filters-button {
        display: inline-block !important;
    }
    .close-btn {
        position: relative;
        display: block;
        float: right;
        margin: 15px;
        width: 28px;
        height: 28px;
        background: #fff;
        font-size: 0;
    }
    .close-btn:after {
        content: '\e901';
        position: absolute;
        top: 9px;
        left: 9px;
        font-family: prisma;
        font-size: 10px;
        color: #bbb;
    }
    .nopAjaxFilters7Spikes {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1070;
        width: 320px;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .nopAjaxFilters7Spikes{
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }
    .nopAjaxFilters7Spikes.opened {
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }
    .nopAjaxFilters7Spikes.opened {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .nopAjaxFilters7Spikes .close-filters {
        border-bottom: 1px solid #bbb;
        background: #ccc;
        cursor: pointer;
    }
    .nopAjaxFilters7Spikes .close-filters span {
        display: block;
        padding: 15px 10px;
        font-size: 17px;
        color: #fff;
        text-transform: uppercase;
        line-height: 15px;
        text-align: right;
    }
    .nopAjaxFilters7Spikes .filter-block {
        margin: 0;
    }

}


@media all and (min-width: 1025px) {

    .filters-button,
    .close-filters {
        display: none;
    }
    .filter-block a.toggleControl {
        font-weight: bold;
        font-size: 14px;
        color: #444;
    }
    .filtersGroupPanel {
        position: relative;
        display: block;
        z-index: 2;
    }
    .filtersGroupPanel li > a {
        padding: 10px 10px 10px 38px;
    }
    .filtersGroupPanel li > a:hover {
        background-color: #f6f6f6;
    }
    .filtersGroupPanel li:last-child > a {
        border: 0;
    }

    
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


.store-search-box span.search-box-text {
    display: inline-block;
    width: 86%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}
.store-search-box.with-caregory-search-enabled span.search-box-text {
    margin-left: 37%;
}
.store-search-box .search-box-select {
    position:absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #57b568;
    width: 37%;
    height: 40px;
    padding: 8px;
    background: #4ea35d url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI0RTlFMjZCN0I4MDExRTc4OEU2RjMxQjA4NTZBRkMyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI0RTlFMjZDN0I4MDExRTc4OEU2RjMxQjA4NTZBRkMyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjRFOUUyNjk3QjgwMTFFNzg4RTZGMzFCMDg1NkFGQzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjRFOUUyNkE3QjgwMTFFNzg4RTZGMzFCMDg1NkFGQzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5AL9VCAAAAjElEQVR42mL4//8/AxCLQ2lsGCwHYqQB8XsgDsaiKBgqlwbiLP2PANOAmAOKpyGJL4XpzAHi71DBi1D8HyoGkmNEdocBEN9AMuUGVAzsRiYGBoY0IL4BxMpAbALEC4F4EZStDJUDu3EJKW7MJuBGBuSgALnnOhY3guUZwaoRgAeIp0DZOUD8BSYBEGAAlQAeI5zWBs0AAAAASUVORK5CYII=) no-repeat 90% center;
    color: #fff;
}
.with-caregory-search-enabled span.search-box-text {
    width: 50%;
    width: -webkit-calc(100% - 37% - 40px);
    width: calc(100% - 37% - 40px);
}


/* AUTOCOMPLETE */


.instantSearch {
    width: 100% !important;
    height: auto !important;
}
.instantSearch.resize {
    left: 0 !important;
    width: 100% !important;
}
.instantSearch .k-list-container {
    position: static !important;
    width: 100% !important;
    background: #fff;
    box-shadow:  0 3px 5px rgba(0,0,0,0.1);
}
.instantSearch .k-list {
    height: 100%;
    overflow: auto;
}
.instantSearch .k-item {
    border-top: 1px solid #eee;
    cursor: pointer;
}
.instant-search-item {
    overflow: hidden;
    padding: 6px;
    height: 92px;
}
.instant-search-item .img-block {
    position: relative;
    float: left;
    border: 1px solid #eee;
    overflow: hidden;
    width: 80px;
    height: 80px;
    background-color: #fff;
    text-align: center;
}
.instant-search-item .img-block img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.instant-search-item .detail {
    margin: 10px 0 0 90px;
    min-height: 42px;
    text-align: left;
}
.instant-search-item .detail .title {
    margin-bottom: 10px;
    font-size: 14px;
}
.instant-search-item .detail .sku {
    margin-bottom: 5px;
    font-size: 14px;
}
.instant-search-item .detail .price {
    font-weight: bold;
    font-size: 14px;
    color: #57b568;
}
.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item  {
    background: #f9f9f9;
}

@media all and (min-width: 1025px) {

    .store-search-box .search-box-select {
        border-right: 1px solid #eee;
        height: 45px;
        width: 200px;
        background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFRjIwODYzNENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFRjIwODY0NENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEVGMjA4NjE0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEVGMjA4NjI0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz685BkCAAAAsElEQVR42nzQMQrCMBTG8VQyOLp5gO5Obg49RAcLOhd11lMITrad7VTQG2QVXDuqFxB3B53qP/ICRUIf/EKS9wgfCYwxihriqfz16/VYUlwRe4Zi6aV2MMIAJ+Toi1zubC/SLDNcsMUSE3lthDc2yLRcHnFGJQO2bkjwQNPOGGKMA0rZhy6j/stYYCEv7iSKchnnHRk/WLuMDfaejHdMUduDbv1ZLbkyBFjh5ZpfAQYAKPQox6WTAhgAAAAASUVORK5CYII=) no-repeat 93% center;
        color: #888;
    }
    .store-search-box.with-caregory-search-enabled span.search-box-text {
        margin-left: 39%;
    }
    .store-search-box span.search-box-text {
        width: 91%;
        width: -webkit-calc(100% - 45px);
        width: calc(100% - 45px);
    }
    .with-caregory-search-enabled span.search-box-text {
        display: inline-block;
        width: 63%;
        width: -webkit-calc(100% - 245px);
        width: calc(100% - 245px);
    }
}
@media all and (min-width: 1281px) {
    .store-search-box.with-caregory-search-enabled span.search-box-text {
        margin-left: 29%;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.mega-menu, .menu-title,
.mega-menu .dropdown {
	display: none;
}

@media all and (min-width: 1025px) {

	.menu-title,
	.close-menu {
		display: none;
	}

	.mega-menu {
		display: block;
		position: relative;
	}

	.mega-menu-responsive {
		display: none !important;
	}
	/*.mega-menu .dropdown {
        opacity: 0;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -490px;
        border-top: 1px solid #eee;
        width: 980px;
        max-height: 400px;
        max-height: -webkit-calc(100vh - 250px);
        max-height: calc(100vh - 250px);
        box-shadow: 0 3px 5px rgba(0,0,0,0.1);
        overflow: hidden;
        background: #f6f6f6;
        -webkit-transition: transform .3s , opacity .3s;
        transition: transform .3s , opacity .3s;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        pointer-events: none;
    }*/
	.mega-menu .dropdown.active {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
		left: 0;
		transition: transform .3s, opacity .3s, left 0s;
		-webkit-transition: transform .3s, opacity .3s, left 0s;
		pointer-events: auto;
	}

	.mega-menu .dropdown .row-wrapper {
		padding: 10px;
	}

	.mega-menu[data-enableclickfordropdown='true'] .dropdown,
	.mega-menu[data-enableclickfordropdown='true'] .sublist-wrap {
		display: none;
		opacity: 1;
		transform: none;
	}

		.mega-menu[data-enableclickfordropdown='true'] .dropdown.active,
		.mega-menu[data-enableclickfordropdown='true'] .sublist-wrap.active {
			display: block;
		}

	.mega-menu .row {
		overflow: hidden;
	}

	.mega-menu .box {
		float: left;
		padding: 10px 10px 20px;
	}

	.mega-menu .boxes-4 .box {
		width: 25%;
	}

	.mega-menu .boxes-5 .box {
		width: 20%;
	}

	.mega-menu .boxes-6 .box {
		width: 16.66666%;
	}

	.mega-menu .boxes-7 .box {
		width: 14.28%;
	}

	.mega-menu .boxes-8 .box {
		width: 12.5%;
	}

	.mega-menu .title {
		margin-bottom: 4px;
		padding: 15px 0;
		background: #fff;
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
		font-size: 15px;
		color: #444;
		transition: all .3s;
	}

		.mega-menu .title:hover {
			color: #57b568;
		}

	.mega-menu .picture a {
		display: block;
		background: #fff;
	}

	.mega-menu .picture img {
		width: 100%;
		max-width: 100%;
	}

	.mega-menu .box ul {
		margin-top: 5px;
	}

	.mega-menu .box li {
		margin-top: 15px;
		text-align: left;
	}

		.mega-menu .box li a {
			font-size: 13px;
			color: #888;
			transition: all .3s;
		}

		.mega-menu .box li:before {
			content: '\e925';
			display: inline-block;
			margin-right: 10px;
			font-family: 'prisma';
			font-size: 10px;
			color: #dcdde0;
			transition: all .3s;
		}

		.mega-menu .box li:hover:before {
			-webkit-transform: translateX(5px);
			-ms-transform: translateX(5px);
			transform: translateX(5px);
		}

		.mega-menu .box li a:hover {
			color: #57b568;
		}

	.mega-menu li a.view-all {
		font-weight: bold;
		background: none;
	}
}

@media all and (min-width: 1281px) {

	.mega-menu .dropdown {
		margin-left: 5%;
		width: 1250px;
	}
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-list .ribbon-wrapper,
.product-grid .item-box .ribbon-wrapper {
	overflow: hidden;
	background: #fff;
	z-index: 1;
}
.product-list .ribbon-wrapper .picture,
.product-grid .item-box .ribbon-wrapper .picture {
    float: none;
    display: block;
    margin: 0;
    width: auto;
}
.product-ribbon .ribbon-text {
    white-space: nowrap;
}
.gallery .ribbon-wrapper {
    position: relative;
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    text-align: center;
    font-size: 0;
}
.gallery .ribbon-position div {
    border-width: 100px;
}
.gallery .ribbon-position label {
    font-size: 17px;
}
.gallery .ribbon-position.top-right label,
.gallery .ribbon-position.top-left label {
    top: 20px;
}
.gallery .ribbon-position.bottom-right label,
.gallery .ribbon-position.bottom-left label {
    bottom: 20px;
}

@media all and (min-width: 769px) {
    .product-list .ribbon-wrapper {
        float: left;
        width: 34%; 
   }
}
@media all and (min-width: 1025px) {

    .bestsellers .item-box .ribbon-wrapper {
        display: table-cell;
        width: 45%;
        margin-right: 10px;
        vertical-align: top;
    }
    
    .gallery .ribbon-wrapper {
        width: auto;
    }
}
@media (min-width: 1281px) {
    .product-list .item-box .ribbon-wrapper {
        width: 23.5%;
    }
}
/*IMPORTANT: breakpoints range depends on where "view products in list" is available and where is not */
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.quickViewData {
	display: none;
}


/* TRIGGER BUTTON */


.quick-view-button {
	display: inline-block;
	width: 46px;
	vertical-align: middle;
}

.product-list .quick-view-button {
	border-bottom: 3px solid #57b568;
	width: 33.3%;
	min-width: 36px;
	vertical-align: bottom;
}

	.product-list .quick-view-button + button:before {
		content: '.';
		position: absolute;
		top: 3px;
		left: 0;
		height: 35px;
		width: 1px;
		background: #eee;
		text-indent: -9999px;
		font-size: 0;
	}

.quick-view-button a {
	display: block;
	position: relative;
	padding: 0;
	border: 0;
	width: 48px;
	height: 45px;
	background: none;
	font-weight: normal;
	color: #57b568;
	font-size: 0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.item-type-1 .product-grid .quick-view-button a:before,
.bestsellers.product-grid .item-box .quick-view-button a:before {
	content: '.';
	position: absolute;
	top: 3px;
	left: 0;
	height: 35px;
	width: 1px;
	background: #eee;
	text-indent: -9999px;
	font-size: 0;
}

.item-type-2 .bestsellers.product-grid .item-box .quick-view-button a:before {
	background: rgba(0,0,0,.15);
}

.item-box .quick-view-button a:after {
	content: '\e946';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 18px;
	color: #888;
	transition: all .3s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.item-box .buttons-wrapper a:hover:after {
	color: #57b568;
}


/* DATA LOADER */


.k-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	z-index: 1060;
}

.quickView .k-loading-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.quickView .k-loading-image {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #57b568;
	width: 0;
	height: 0;
	-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	font-size: 0;
	text-indent: -9999px;
}


/* MAIN WINDOW & HEADERS */


.quickView {
	position: absolute;
	left: 50% !important;
	padding-top: 0 !important;
	margin: 0 0 0 -400px;
	width: 800px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	z-index: 1070;
}

	.quickView .k-window-titlebar {
		position: relative;
		margin-top: 0 !important;
		height: 0;
		font-size: 0;
	}

		.quickView .k-window-titlebar .k-window-title {
			display: none;
		}

		.quickView .k-window-titlebar .k-window-actions {
			position: absolute;
			top: 15px;
			right: 15px;
			z-index: 1;
		}

			.quickView .k-window-titlebar .k-window-actions a:after {
				content: '\e901';
				position: absolute;
				top: 10px;
				left: 10px;
				font-family: prisma;
				font-size: 10px;
				color: #bbb;
			}

			.quickView .k-window-titlebar .k-window-actions a {
				position: relative;
				display: block;
				width: 28px;
				height: 28px;
				background: #f9f9f9;
				font-size: 0;
			}

	.quickView .product-essential {
		float: none;
		width: auto;
		margin: 0;
	}

	.quickView .popup-header h1 {
		display: block;
		direction: ltr;
		margin: 0;
		padding: 15px 20px;
		border: 0;
		max-width: 90%;
		text-overflow: ellipsis;
		font-weight: bold;
		font-size: 22px;
		color: #444;
		overflow: hidden;
		white-space: nowrap;
	}

	.quickView .product-content,
	.quickView .related-products-grid {
		background: #f9f9f9;
	}

	.quickView .related-products-grid {
		padding: 10px;
	}


	/* PRODUCT GALLERY */


	.quickView .gallery {
		display: block; /*Cloud Zoom css override*/
		float: left;
		margin: 0;
		padding: 20px 10px 20px 20px;
		width: 40%;
	}

		.quickView .gallery .picture {
			text-align: center;
			font-size: 0;
		}

			.quickView .gallery .picture a {
				display: inline-block;
				max-width: 100%;
				overflow: hidden;
			}

				.quickView .gallery .picture a:before {
					content: "";
					display: block;
					padding-top: 100%;
				}

			.quickView .gallery .picture:before {
				display: none; /*theme specific, change if necessary*/
			}

	.quickView .thumbnails {
		margin: 10px 0 0;
		overflow: hidden;
		text-align: center;
	}

		.quickView .thumbnails a {
			position: relative;
			float: left;
			margin: 0 0 2% 2%;
			overflow: hidden;
			width: 32%;
		}

			.quickView .thumbnails a:nth-child(3n+1) {
				clear: both;
				margin-left: 0;
			}

			.quickView .thumbnails a:before {
				content: "";
				display: block;
				padding-top: 100%; /*square thumb, change if necessary*/
			}

			.quickView .thumbnails a img {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto;
				max-width: 100%;
				max-height: 100%;
			}

	.quickView .links-panel {
		float: right;
		clear: both;
		margin: 0 20px 15px 20px;
	}

		.quickView .links-panel a {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 14px;
			color: #57b568;
		}

			.quickView .links-panel a:after {
				content: '\e925';
				display: inline-block;
				margin-left: 10px;
				font-family: prisma;
				font-size: 10px;
				color: #ccc;
				vertical-align: middle;
				-webkit-transition: all .3s;
				transition: all .3s;
			}

			.quickView .links-panel a:hover:after {
				-webkit-transform: translateX(5px);
				transform: translateX(5px);
			}


	/* PRODUCT OVERVIEW */


	.quickView .overview {
		float: right;
		margin: 0;
		padding: 20px 20px 20px 10px;
		width: 60%;
	}

	.quickView .ui-accordion {
		padding: 0;
		border: 0;
	}

	.quickView .ui-accordion-header {
		position: relative;
		padding: 15px 10px;
		border-bottom: 1px solid #eee;
		text-transform: uppercase;
		text-align: left;
		font-weight: bold;
		font-size: 14px;
		color: #444;
		cursor: pointer;
	}

		.quickView .ui-accordion-header:first-child,
		.quickView .ui-accordion-content-active + .ui-accordion-header {
			border-top: 1px solid #eee;
		}

		.quickView .ui-accordion-header span {
			position: absolute;
			top: 50%;
			right: 10px;
			margin: -14px 0 0;
			width: 28px;
			height: 28px;
			background: #fff;
			cursor: pointer;
		}

			.quickView .ui-accordion-header span:after {
				content: '\e923';
				position: absolute;
				top: 10px;
				left: 10px;
				font-family: prisma;
				font-size: 10px;
				color: #bbb;
				-webkit-transition: transform .3s;
				transition: transform .3s;
			}

	.quickView .ui-icon-circle-arrow-s:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.quickView .ui-accordion-content {
		position: relative;
		overflow: hidden;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box; /* no scrolls fix*/
	}

	.quickView .giftcard {
		margin: 20px 0;
	}

	.quickView .overview .left {
		text-align: left;
	}

		.quickView .overview .left > div > div,
		.quickView .overview .left .manufacturers {
			padding: 15px;
		}

	.quickView > div > .back-in-stock-subscription {
		padding: 0;
	}

	.quickView .overview .left > div {
		border-bottom: 1px solid #eee;
	}

	.quickView .overview .left .label + .value {
		text-align: left;
	}

	.quickView .overview .left > div {
		margin: 5px 0;
	}

	.quickView .attributes dt {
		float: left;
		padding: 10px 0 10px 10px;
		width: 50%;
		font-size: 14px;
		color: #aaa;
	}

	.quickView .attributes dd {
		float: left;
		padding: 10px 0;
		width: 50%;
	}

	.quickView .rental-attributes {
		overflow: hidden;
		border-bottom: 1px solid #eee;
	}

	.quickView .tier-prices {
		padding-top: 15px;
		border: 0;
	}

	.quickView .overview .add-to-wishlist,
	.quickView .overview .compare-products {
		display: inline-block;
		margin: 6px 4px 6px 0;
		width: auto;
		vertical-align: middle;
	}

	.quickView .overview .add-to-wishlist-button,
	.quickView .overview .add-to-compare-list-button {
		padding: 0 10px 0 50px;
		height: 45px;
		background: #fff;
		text-transform: none;
	}

	.quickView .overview .add-to-wishlist {
		position: relative;
	}

		.quickView .overview .add-to-wishlist:after {
			content: '\e91e';
			position: absolute;
			top: 0;
			left: 0;
			width: 45px;
			height: 45px;
			background: #fff;
			line-height: 45px;
			text-align: center;
			font-family: prisma;
			font-size: 17px;
			color: #bbb;
			pointer-events: none;
		}

		.quickView .overview .add-to-wishlist:hover:after {
			color: #57b568;
		}

	.quickView .short-description,
	.quickView .product-specs-box {
		padding: 20px 5px;
	}

	.quickView .free-shipping:after {
		width: 50%;
	}

	.quickView .overview .right ~ div { /*use ~ instead of + because of inbetween <script> tag*/
		clear: both;
	}

	.quickView .overview .attributes select {
		max-width: 350px; /*depending on window width*/
	}

	.quickView .attributes .option-list {
		text-align: left;
	}

	.quickView .giftcard input[type="text"],
	.quickView .giftcard textarea {
		min-width: 0;
		width: 250px;
		resize: none;
	}

	.quickView .overview .purchase-area:after {
		content: ' ';
		display: block;
		clear: both;
	}

	.quickView .overview .purchase-area .prices {
		float: none;
		padding: 10px;
		border-bottom: 1px solid #eee;
		text-align: left;
	}

	.quickView .add-to-cart-panel {
		padding: 10px 0;
		border-top: 1px solid #eee;
		clear: both;
	}

		.quickView .add-to-cart-panel .qty-wrapper {
			float: left;
			margin: 5px 15px;
		}

	.quickView .overview .add-to-cart {
		margin: 0;
	}

	.quickView .overview .title {
		display: none;
	}

	.quickView .ajax-cart-button-wrapper {
		width: 46%;
	}

	.quickView .overview .label, .quickView .variant-overview .label {
		width: 36%;
		color: #888;
	}
	/* PRODUCT GRIDS */


	.quickView .product-content {
		overflow: hidden; /*remove if you need to move related products grid in the right column*/
	}

	.quickView .product-grid {
		margin: 0;
	}

		.quickView .product-grid + .product-grid {
			background: #f9f9f9;
		}

		.quickView .product-grid .title {
			margin: 0;
			padding: 20px 0;
			text-align: center;
			font-size: 16px;
			color: #444;
		}

			.quickView .product-grid .title strong {
				font-weight: bold;
			}

		.quickView .product-grid .item-grid {
			padding: 10px;
			background: transparent;
		}

	.quickView .item-box {
		margin-top: 5px;
		margin-bottom: 5px;
		width: 18%; /*5 items per row, styled for full width grid, restyle if moving the grid to the right column*/
		overflow: hidden;
		background: #fff;
	}

	.quickView .related-products-grid,
	.quickView .also-purchased-products-grid {
		border-top: 10px solid #fff;
		border-bottom: 0;
		background: #f9f9f9;
	}

		.quickView .related-products-grid .details,
		.quickView .also-purchased-products-grid .details {
			padding: 0;
			font-size: 13px;
		}

		.quickView .related-products-grid .add-info,
		.quickView .also-purchased-products-grid .add-info {
			display: none;
		}

	.quickView .item-box .details .product-title {
		padding: 3px;
		height: 38px;
		overflow: hidden;
		font-weight: normal;
		font-size: 14px;
	}

.font-playfair-display .quickView .item-box .details .product-title,
.font-fira-sans .quickView .item-box .details .product-title {
	line-height: 1.3;
}

.quickView .item-box:nth-child(3n+1),
.quickView .item-box:nth-child(4n+1) {
	clear: none; /*override theme css*/
}

.quickView .item-box .product-title {
	overflow: hidden;
	height: 35px;
	font-size: 14px;
	font-weight: normal;
}

.quickView .item-box .product-rating-box,
.quickView .item-box .tax-shipping-info,
.quickView .item-box .description,
.quickView .item-box .old-price,
.quickView .item-box .buttons {
	display: none; /*only product-name and actual-price are visible, change if necessary*/
}

.quickView .item-box .details .prices {
	height: auto;
	margin: 0;
}


/* PRODUCT VARIANTS */


.quickView .product-variant-list {
	margin: 15px 0;
}

.quickView .product-variant {
	position: relative;
	float: left;
	width: 32%; /*3 items per row*/
	margin: 0 0 0 2%;
	overflow: hidden;
	text-align: center;
}

	.quickView .product-variant:first-child {
		margin-left: 0; /*change to nth-child if the "item-row" model is removed*/
	}

.quickView .variant-picture {
	float: none;
	width: 100%;
	height: 100%;
	margin: 0;
}

	.quickView .variant-picture a {
		position: relative;
		display: block;
		overflow: hidden;
	}

		.quickView .variant-picture a:before {
			content: "";
			display: block;
			padding-top: 100%;
		}

	.quickView .variant-picture img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
	}

.quickView .moreInfoHover {
	display: none;
}

.quickView .variant-info {
	padding: 10px;
	text-align: center;
	font-size: 11px;
	color: #57b568;
	transition: all 0.5s ease;
}

.quickView .product-variant:hover .moreInfoHover {
	left: 101%;
}

.quickView .product-variant:hover .variant-info {
	left: 0;
}

.quickView .variant-info .variant-name {
	margin: 0 0 5px;
	overflow: hidden;
	max-height: 30px;
	font-size: 12px;
}

	.quickView .variant-info .variant-name a {
		display: block;
		font-weight: 500;
		text-align: left;
	}

.quickView .variant-info .prices {
	display: none;
}

	.quickView .variant-info .prices > * {
		float: none;
		color: #fff;
	}

	.quickView .variant-info .prices label {
		display: none;
	}

.quickView .variant-info .product-price {
	text-align: center;
	font-size: 14px;
	color: #57b568;
}

.quickView .variant-info .tax-shipping-info {
	display: none;
}

.variant-grid-info {
	padding: 10px;
}

.quickView .variant-grid-info .compare-products {
	display: none;
}


@media all and (min-width: 1025px) {
	.quickView .also-purchased-products-grid .item-box,
	.quickView .related-products-grid .item-box {
		width: 15%;
		background: none;
	}

		.quickView .cross-sells .item-box:nth-of-type(6) + .item-box,
		.quickView .also-purchased-products-grid .item-box:nth-of-type(6) + .item-box,
		.quickView .related-products-grid .item-box:nth-of-type(6) + .item-box,
		.quickView .related-products-grid .item-box:nth-child(1n+7) {
			display: none;
		}
}
/*EXZO*/
/*.quickView {
	position: absolute;
	left: 0 !important;
	top: 5% !important;
	right: 0;
	bottom: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 0;
	text-align: center;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 0;
	visibility: hidden;
	padding: 0;*/
/*display: initial !important;*/
/*z-index: 999999 !important;
	max-width: 1170px;
	margin: 0 auto;
	background-color #fff;*/
/*-webkit-box-shadow: 3px 4px 20px rgba(0,0,0,.2);
	box-shadow: 3px 4px 20px rgba(0,0,0,.2);*/
/*border-radius: 5px;
}*/

/*.layer-close {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 10000px;
}*/

.quickView.active {
	/*transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;*/
	/*display: initial !important;*/
}

.quickView .k-header {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
	text-align: left;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 4px 20px rgba(0,0,0,.2);
	box-shadow: 3px 4px 20px rgba(0,0,0,.2);
}

.popup-container.size-2 {
	max-width: 1170px;
}

.popup-align {
	padding: 80px 100px;
	overflow: hidden;
}

.button-close {
	display: inline-block;
	vertical-align: middle;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Prisma/img/icon-5.png) 50% 50% no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
}

.popup-container .button-close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
}

.quickView .k-window-titlebar .k-window-actions a {
	display: inline-block;
	vertical-align: middle;
	background: url(/Themes/Prisma/Content/img/icon-5.png) 50% 50% no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
}

.quickView .k-window-titlebar .k-window-actions a {
	position: absolute;
	right: 0;
	top: -15px;
	z-index: 2;
}

	.quickView .k-window-titlebar .k-window-actions a:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: "";
		border-radius: 50%;
		-webkit-border-radius: 50%;
		transform: scale(0);
		-webkit-transform: scale(0);
		pointer-events: none;
		background: #000;
		opacity: .5;
	}

	.quickView .k-window-titlebar .k-window-actions a:hover:before {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
		transition: transform .5s, opacity .5s, visibility 0s .5s;
		-webkit-transition: transform .5s, opacity .5s, visibility 0s .5s;
	}

	.quickView .k-window-titlebar .k-window-actions a:after {
		display: none;
	}

.quickView .k-window-actions a {
	display: inline-block;
	vertical-align: middle;
	background: url(/Themes/Prisma/Content/img/icon-5.png) 50% 50% no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
}

.quickView .product-essential .k-window-actions a {
	position: absolute;
	right: 10px;
	top: 4px;
	z-index: 2;
	font-size: 0;
}

.quickView .k-window-actions a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transform: scale(0);
	-webkit-transform: scale(0);
	pointer-events: none;
	background: #000;
	opacity: .5;
}

.quickView .product-essential .overview {
	padding: 20px 20px 0px 10px;
}

.quickView .links-panel {
	border: 0;
}

.quickView .k-window-actions a:hover:before {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	opacity: 0;
	transition: transform .5s, opacity .5s, visibility 0s .5s;
	-webkit-transition: transform .5s, opacity .5s, visibility 0s .5s;
}

.quickView .k-window-actions a:after {
	display: none;
}
span.k-icon.k-i-close {
	width: 40px;
	height: 40px;
	display: block;
}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/blank.png);
}

.quickView .cloudzoom-zoom-inside {
	z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.quickView .cloudzoom-ajax-loader {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */
/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

::selection {
  background-color: #ffc426;
  /* WebKit/Blink Browsers */

}
::-moz-selection {
  background-color: #ffc426;
  /* Gecko Browsers */

}
.master-header-wrapper,
.navigation-wrapper,
.ui-dialog-titlebar,
.scroll-back-button,
.language-list a:hover,
.ui-autocomplete a.ui-state-focus,
.footer-upper,
.newsletter-email .newsletter-subscribe-button,
.social-sharing a,
.product-viewmode a.selected,
.item-type-2 .bestsellers .product-box-add-to-cart-button:after,
.item-type-1 .product-grid .product-box-add-to-cart-button:before,
.item-type-2 .product-grid .item-box .product-box-add-to-cart-button:hover,
.pager li:before,
.pager li.current-page:before,
.ui-state-highlight,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.ui-tabs .ui-tabs-nav li:before,
.block-account-navigation .list li a:after,
.product-list .item-box .product-box-add-to-cart-button,
input[type=radio]:checked + label:before,
#Newsletter:checked + input + label:after,
.inputs.reversed input:checked + input + label:after,
.selector input:checked + input + label:after,
input[type=checkbox]:checked + label:after,
.field-validation-valid,
.username-available-status,
.poll .buttons input,
.qq-uploader .qq-upload-list li.qq-upload-success,
.attributes .option-list.radio-list li:hover label,
.attributes .option-list.radio-list input[type=radio]:checked + label,
.enter-password-form input[type="submit"],
.address-list-page .add-button input,
.checkout-page .address-item input,
.shipping-method .method-list li label:after,
.payment-method .method-list li label:after,
.totals .actions input,
.totals button,
.buttons .button-1,
.buttons .button-2,
.notify-me-button,
.search-box .search-box-button,
.blog-search-box .search-box-button,
.eu-cookie-bar-notification button,
.vendor-item .picture .hover,
.manufacturer-item .picture .hover,
.productAddedToCartWindowSummary div,
.product-review-box .rating div,
.write-review .rating-options:hover label:hover,
.write-review .rating-options:hover label:hover ~ label,
.write-review .rating-options input:checked ~ label,
.item-box .rating div,
.miniProductDetailsView .add-to-cart .add-btn-hover span,
.address-list .buttons .button-2:hover,
.order-list .buttons .button-2:hover {
  background-color: #ffc426;
}
/* dark */

.store-search-box {
  background-color: #f2b000;
}
/* text color */

.cart .product-name:hover,
.cart .subtotal span,
.header-links a:hover,
.footer-middle li.address:before,
.footer-middle li.phone:before,
.social-sharing a:hover:after,
.block .list > li > a:hover,
.block .sublist > li > a:hover,
.block .sublist > li.active > a,
.block .view-all a,
.block .view-all a:hover:after,
.category-grid .item-box .sub-categories-list li a:hover,
.item-box .actual-price,
.item-box .buttons-wrapper button,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button,
.item-box .buttons-wrapper button:hover:after,
.item-type-1 .product-grid .buttons-wrapper .product-box-add-to-cart-button:after,
.vendor-item:hover .title a,
.manufacturer-item:hover .title a,
.product-no-reviews a,
.product-review-links a:hover,
.product-review-links span + a,
.overview .value a,
.variant-overview .value a,
.overview .back-in-stock-subscription .subscribe-button,
.variant-overview .back-in-stock-subscription .subscribe-button,
.free-shipping:after,
.download-sample-button,
.qq-uploader .qq-upload-button,
.overview .product-price,
.variant-overview .product-price,
.qty-wrapper span:hover:after,
.overview .compare-products:hover:after,
.overview .email-a-friend:hover:after,
.overview .compare-products:hover input,
.overview .email-a-friend:hover input,
.overview .add-to-cart-button:hover span:before,
.variant-overview .add-to-cart-button:hover span:before,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.product-reviews-page h1 a,
.product-review-item .review-info a,
.wishlist-content button.button-2,
.compare-products-page .clear-list,
.accept-privacy-policy .read,
.check-username-availability-button,
.forgot-password,
.customer-pages-body .data-table td.points-balance,
.address-list .buttons .button-2:after,
.order-list .buttons .button-2:after,
.request-item a,
.return-request-page .data-table td.unit-price,
.file-upload label,
.order-progress li.active-step.last a:before,
.cart-options .common-buttons button,
.terms-of-service a,
.complete-button:hover span,
.complete-button:hover span:before,
#checkout:hover span,
#checkout:hover span:before,
.shipping-method .method-list li label:hover,
.payment-method .method-list li label:hover,
.opc .step-title span,
.order-details-page .btns-wrapper > a,
.products .product-subtotal,
.order-details-page .actions input + input,
.order-total strong,
.cart-total .order-total td.cart-total-right,
.return-request-page .qq-upload-button,
.sitemap-page li,
.blog-posts .read-more,
.news-items .read-more,
.news-list-homepage .view-all,
.blog-details a:hover,
.new-comment .result,
.comment-info .username,
.news-list-homepage .news-title:hover,
.forum-search-box .advanced a,
.forum-search-box .advanced a:hover:after,
.forums-table-section-title > a,
.forums-table-section-title strong,
.forums-table-section .view-all,
.topic-title:hover,
.forums-table-section .forum-title:hover,
.forums-table-section .latest-post .author a,
.forums-table-section .latest-post .origin a,
.forum-actions .actions a,
.topic-actions .actions a,
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button,
.topic-post .post-actions .quote-post a,
.private-messages-page .buttons input + input,
.private-message-send-page .buttons input + input,
.forum-edit-page .buttons input + input,
.move-topic-page .buttons input + input,
.topic-post .username,
.topic-post .pm-button,
.profile-info-box .pm-button,
.topic-post .post-vote > div,
.forum-edit-page strong,
.private-message-send-page a,
.private-messages-page .unread td a,
.private-message-view-page .buttons .delete-pm-button,
.private-message-view-page .buttons input:last-child,
.product-price td + td,
.wishlist-page .share-info a,
.eu-cookie-bar-notification button:hover,
.giftcard-summary label + span,
.cart-collaterals .current-code span,
.footer-powered-by a:hover,
.footer-designed-by a:hover,
.email-a-friend-page .title h2,
.post-navigation a,
.post-title:hover,
.news-title:hover,
.miniProductDetailsView .add-to-cart .add-btn-hover span:hover input,
.cart-collaterals .coupon-code input[type="submit"]:hover,
.cart-collaterals .buttons .estimate-shipping-button:hover,
.edit-item,
.filter-options > div:before {
  color: #ffc426;
}
/* border color */

.ajax-loading-block-window,
.product-list .item-box .buttons-wrapper .buttons button,
.product-grid .item-box .buttons-wrapper,
.bestsellers.product-grid .item-box .buttons-wrapper,
.attributes div .qq-uploader {
  border-bottom-color: #ffc426;
}
.poll-options li label:hover,
.poll-options li input:checked + label {
  border-left-color: #ffc426;
}
.order-progress li.active-step.last a {
  border-top-color: #ffc426;
}
.item-type-2 .product-grid .item-box:hover .buttons {
  border-color: #ffc426;
}
/*mobile*/

@media screen and (max-width: 1024px) {
  .navigation-wrapper {
    background-color: #ffc426;
  }
  /*instant search*/
  
  .store-search-box .search-box-select {
    border-right-color: #ffc426;
  }
  .store-search-box .search-box-select {
    background-color: #f2b000;
  }
  .header-menu > ul li > a:hover,
  .header-menu > ul li > span:hover {
    color: #ffc426;
  }
}
/*1024*/

@media screen and (min-width: 1025px) {
  .filter-options > div:before,
  .compare-section.price li {
    color: #ffc426;
  }
  .flyout-cart .buttons button,
  .flyout-cart .buttons button + button:hover:before,
  .header-menu .sublist li:hover > a {
    background-color: #ffc426;
  }
  .flyout-cart .item .price span,
  .flyout-cart .totals strong,
  .flyout-cart .buttons button:hover span:before,
  .flyout-cart .buttons button:hover,
  .flyout-cart .buttons button + button,
  .footer-block .list > li:hover,
  .downloadable-products-page .download a:hover {
    color: #ffc426;
  }
  .header-menu > ul > li:hover > a,
  .header-menu > ul > li:hover > span,
  .header-menu .sublist-wrap {
    background-color: #f2b000;
  }
}
/*ajaxCart*/

.ajax-cart-button-wrapper input[type="button"],
.productAddedToCartWindowDescription .price {
  color: #ffc426;
}
.productAddedToCartWindowSummary div:hover .button-1 {
  color: #ffc426;
}
.nopAjaxCartPanelAjaxBusy::after {
  border-bottom-color: #ffc426;
}
/*ajaxFilters*/

.selected-options-list > li span,
.priceRangeCurrentPricesPanel span {
  color: #ffc426;
}
.ui-slider-range {
  background-color: #f2b000;
}
.ui-slider-handle,
.ajaxFilters .k-window-titlebar {
  background-color: #ffc426;
}
.productPanelAjaxBusy::after {
  border-bottom-color: #ffc426;
}
/**sliders */

.nivo-controlNav a.active {
  background-color: #ffc426;
}
/*cloud zoom*/

.cloudzoom-ajax-loader:after {
  border-bottom-color: #ffc426;
}
/*instant search*/

.instant-search-item .detail .price {
  color: #ffc426;
}
/*jCarousel*/

.nop-jcarousel.category-grid .item-box .title:hover a {
  color: #ffc426;
}
.full-width-carousel .home-page-product-grid,
.nop-jcarousel .slick-prev:hover,
.nop-jcarousel .slick-next:hover,
.nop-jcarousel .slick-dots .slick-active button,
.nop-jcarousel .slick-dots button:hover,
.carousel-cover,
.nop-jcarousel.vendor-grid .item-box .title a:before,
.nop-jcarousel.manufacturer-grid .item-box .title a:before {
  background-color: #ffc426;
}
.full-width-carousel .home-page-product-grid .slick-prev:hover,
.full-width-carousel .home-page-product-grid .slick-next:hover,
.full-width-carousel .home-page-product-grid .slick-prev,
.full-width-carousel .home-page-product-grid .slick-next {
  background: #f2b000;
}
/*mega menu*/

.mega-menu .title:hover,
.mega-menu .box li a:hover {
  color: #ffc426;
}
/*quickView*/

.product-list .quick-view-button,
.quickView .k-loading-image {
  border-bottom-color: #ffc426;
}
.quick-view-button a,
.item-box .buttons-wrapper a:hover:after,
.quickView .links-panel a,
.quickView .variant-info,
.overview .add-to-wishlist:hover input,
.quickView .overview .add-to-wishlist:hover:after {
  color: #ffc426;
}
/*ropc*/

.ship-to-same-address,
.estimate-shipping button,
.complete-button button {
  background-color: #ffc426;
}
.ship-to-same-address input[type=checkbox]:checked + label::after {
  color: #ffc426;
}
/*rich blog*/

.rich-blog-homepage .post-title {
  border-top-color: #ffc426;
}
.rich-blog-homepage .view-all,
.blog-instant-search .k-item,
.search-term-highlighter {
  color: #ffc426;
}
/*spc*/

.spc-header li:before,
.spc-categories .category-title {
  background-color: #ffc426;
}
.spc-body .loading-overlay span,
.spc-categories > .loading-overlay span {
  border-bottom-color: #ffc426;
}
.product-ribbon {
  border-top-color: #ffc426 !important;
}

