/* input(10926,37): run-time error CSS1046: Expect comma, found '0'
input(10926,41): run-time error CSS1046: Expect comma, found '/'
input(13854,23): run-time error CSS1035: Expected colon, found '.'
input(13921,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(13945,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(14035,24): run-time error CSS1038: Expected hex color, found '#0002'
input(19381,29): run-time error CSS1038: Expected hex color, found '#0005' */
/*! 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}
/* 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;
}

.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.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}/*.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}*/.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.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;touch-action:manipulation;-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;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:pan-y;touch-action:pan-y;-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 .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.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(../lib/OwlCarousel/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%}
*,
*::before,
*::after {
    box-sizing: border-box;
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    20%,
    80% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    40%,
    60% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@-moz-keyframes shake {
    10%,
    90% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    20%,
    80% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    40%,
    60% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    20%,
    80% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    40%,
    60% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@-webkit-keyframes swiping {
    30%,
    70% {
        -webkit-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        transform: rotate(-70deg);
    }
    60%,
    100% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@-moz-keyframes swiping {
    30%,
    70% {
        -webkit-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        transform: rotate(-70deg);
    }
    60%,
    100% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@keyframes swiping {
    30%,
    70% {
        -webkit-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        transform: rotate(-70deg);
    }
    60%,
    100% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@-webkit-keyframes widthplay {
    30% {
        width: 55%;
        opacity: 0.2;
    }
    65% {
        width: 50%;
        opacity: 0.6;
    }
    100% {
        width: 100%;
        opacity: 0.4;
    }
}

@-moz-keyframes widthplay {
    30% {
        width: 55%;
        opacity: 0.2;
    }
    65% {
        width: 50%;
        opacity: 0.6;
    }
    100% {
        width: 100%;
        opacity: 0.4;
    }
}

@keyframes widthplay {
    30% {
        width: 55%;
        opacity: 0.2;
    }
    65% {
        width: 50%;
        opacity: 0.6;
    }
    100% {
        width: 100%;
        opacity: 0.4;
    }
}

@-webkit-keyframes updating {
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes updating {
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes updating {
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes emailing {
    0% {
        -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes emailing {
    0% {
        -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes emailing {
    0% {
        -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes stars {
    0% {
        -webkit-transform: scale(0.8) rotate(-15deg);
        -ms-transform: scale(0.8) rotate(-15deg);
        transform: scale(0.8) rotate(-15deg);
    }
    25% {
        -webkit-transform: scale(0.8) rotate(15deg);
        -ms-transform: scale(0.8) rotate(15deg);
        transform: scale(0.8) rotate(15deg);
    }
    40% {
        -webkit-transform: scale(1.2) rotate(0deg);
        -ms-transform: scale(1.2) rotate(0deg);
        transform: scale(1.2) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}

@-moz-keyframes stars {
    0% {
        -webkit-transform: scale(0.8) rotate(-15deg);
        -ms-transform: scale(0.8) rotate(-15deg);
        transform: scale(0.8) rotate(-15deg);
    }
    25% {
        -webkit-transform: scale(0.8) rotate(15deg);
        -ms-transform: scale(0.8) rotate(15deg);
        transform: scale(0.8) rotate(15deg);
    }
    40% {
        -webkit-transform: scale(1.2) rotate(0deg);
        -ms-transform: scale(1.2) rotate(0deg);
        transform: scale(1.2) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}

@keyframes stars {
    0% {
        -webkit-transform: scale(0.8) rotate(-15deg);
        -ms-transform: scale(0.8) rotate(-15deg);
        transform: scale(0.8) rotate(-15deg);
    }
    25% {
        -webkit-transform: scale(0.8) rotate(15deg);
        -ms-transform: scale(0.8) rotate(15deg);
        transform: scale(0.8) rotate(15deg);
    }
    40% {
        -webkit-transform: scale(1.2) rotate(0deg);
        -ms-transform: scale(1.2) rotate(0deg);
        transform: scale(1.2) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}

@-webkit-keyframes loader {
    0% {
        border-width: 3px;
    }
    15% {
        opacity: 1;
    }
    100% {
        border-width: 3px;
        opacity: 0;
        width: 50px;
        height: 50px;
    }
}

@-moz-keyframes loader {
    0% {
        border-width: 3px;
    }
    15% {
        opacity: 1;
    }
    100% {
        border-width: 3px;
        opacity: 0;
        width: 50px;
        height: 50px;
    }
}

@keyframes loader {
    0% {
        border-width: 3px;
    }
    15% {
        opacity: 1;
    }
    100% {
        border-width: 3px;
        opacity: 0;
        width: 50px;
        height: 50px;
    }
}


/*********** CSS RESET **********/

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

*:before,
*:after {
    font-family: "emporium-icons";
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

ol,
ul {
    list-style: none;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

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"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    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 **********/

body {
    max-width: 100%;
    overflow-x: hidden;
    /* responsive navigation & filters scroll bug fix*/
    background-color: #fff;
    line-height: normal !important;
    color: #000;
}

table {
    width: 100%;
    border-collapse: collapse;
}

p {
    line-height: 20px;
}

a {
    color: inherit;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

a img {
    opacity: 0.99;
    /*firefox scale bug fix*/
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    height: 48px;
    border: 1px solid #969696;
    border-radius: 2px;
    padding: 0 0;
    vertical-align: middle;
    font-size: 15px;
    color: #444;
    font-family: 'Roboto';
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    /* Chrome/Opera/Safari */
    color: #8c8c8c !important;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8c8c8c;
}

input[type="text"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder,
input[type="email"]::-moz-input-placeholder,
input[type="tel"]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
    /* Firefox 19+ */
    color: #8c8c8c;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* IE 10+ */
    color: #8c8c8c;
}

input[type="text"]::input-placeholder,
input[type="password"]::input-placeholder,
input[type="email"]::input-placeholder,
input[type="tel"]::input-placeholder,
textarea::input-placeholder {
    /* Firefox 18- */
    color: #8c8c8c;
}

textarea {
    min-height: 130px;
    padding: 15px 20px;
    width: 100%;
}

select {
    min-width: 50px;
    padding: 0 6px;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]+*,
input[type="radio"]+* {
    vertical-align: middle;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    font-weight: 400;
    color: #000;
    user-select: none;
    cursor: pointer;
}

input[type="radio"]+label:before,
input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #949494;
    vertical-align: text-top;
    background-color: #fff;
}

input[type="checkbox"]+label:before {
    border-radius: 0;
}

input[type="radio"]:checked+label:before,
input[type="checkbox"]:checked+label:before {
    margin-left: 1px;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 1px #6f6f6f;
    border: 3px solid #fff;
    background-color: #97c300;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

label,
label+* {
    vertical-align: middle;
}

.product-grid,
.category-grid,
.topic-block,
.news-list-homepage {
    position: relative;
    z-index: 0;
    /* giving priority to header and header-menu */
    margin: 0 auto 50px;
}

.product-grid:last-child,
.category-grid:last-child,
.topic-block:last-child,
.news-list-homepage:last-child {
    margin-bottom: 0;
}

.master-wrapper-content {
    overflow: hidden;
}

.master-wrapper-content select,
.k-window select {
    height: 48px;
    width: auto;
    max-width: 100%;
    padding: 0 35px 0 20px;
    border: 1px solid #9e9999;
    border-radius: 0;
    background: #fff url('../Themes/Emporium/Content/img/select-arrow-dark.svg') no-repeat right 15px center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.master-wrapper-content select::ms-expand,
.k-window select::ms-expand {
    display: none;
}

.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.center-2 .product-grid,
.center-2 .category-grid,
.center-2 .topic-block {
    width: 100%;
}

.center-2,
.side-2 {
    margin: 0 0 50px;
}

.side-2:last-child {
    margin-bottom: 0;
}

.page {
    min-height: 200px;
    text-align: center;
}

.page-title {
    padding: 0 10px;
    margin: 0 0 25px;
    text-align: center;
}

.page-title h1 {
    font-size: 26px;
    color: #444444;
}

.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}

.buttons {
    text-align: center;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    font-size: 0 !important;
}

.link-rss:before {
    content: "\73";
    display: block;
    font-size: 24px;
    color: #8c8c8c;
    text-transform: none;
    font-weight: normal;
    transition: color 0.2s ease;
}

.link-rss:hover:before {
    color: #97c300;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
    margin: 15px;
    padding: 0;
    list-style: disc;
    text-align: left;
    line-height: 1.5;
    font-size: 17px;
    color: #000 !important;
    font-weight: 400 !important;
}

.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;
    text-align: left;
    line-height: 1.5;
    font-size: 17px;
    color: #000 !important;
    font-weight: 400 !important;
}

.category-description p,
.manufacturer-description,
.vendor-description,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p,
.ui-dialog-content p {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 17px;
    color: #000 !important;
    font-weight: 400 !important;
}


/*********** 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-weight: 300;
    font-size: 16px;
    color: #444;
}

.form-fields {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}

.form-fields>a {
    color: #8c8c8c;
    text-decoration: underline;
}

.inputs {
    position: relative;
    margin: 20px 0 0;
    text-align: center;
    white-space: nowrap;
    /*fix for 'required' elements*/
    font-size: 0;
}

.inputs:first-child {
    margin-top: 0;
}

.inputs:after {
    content: "";
    display: block;
    clear: both;
}

.inputs>label {
    display: inline-block;
    max-width: calc(100% - 10px);
    width: auto;
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: bold;
    color: #444444;
    text-align: left;
    white-space: normal;
}

.inputs>.required {
    position: absolute;
    top: 0;
    right: 0;
}

.inputs>* {
    float: left;
    clear: both;
}

.inputs.reversed>* {
    float: none;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea {
    height: 48px;
    color: #8c8c8c;
    border-radius: 3px;
    width: 100%;
    vertical-align: middle;
    padding: 0 16px;
}

.inputs select:only-of-type {
    width: 100%;
}

.inputs .option-list {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.inputs .option-list li {
    float: left;
    margin: 0 10px 15px 0;
}

.inputs .option-list label {
    display: inline;
    width: auto;
    margin: 0 3px;
}

.login-form-in-header .inputs.reversed {
    text-align: center;
}

.required {
    margin: 0 0 0 5px;
    /*siblings offset*/
    font-size: 15px;
    color: #444;
    font-weight: 700;
}

.message-error,
.field-validation-error,
.field-validation-error *,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    margin: 2px 0 0;
    font-size: 13px;
    color: #ff4f60;
    font-weight: 700;
    text-align: left;
    white-space: normal;
}

.page-body>.message-error,
.enter-address>.message-error,
.payment-info form>.message-error {
    line-height: 1.5;
    margin-bottom: 15px;
}

.input-validation-error {
    border-bottom: 2px solid #ff4f60 !important;
}

.field-validation-valid,
.username-available-status {
    display: block;
    line-height: 17px;
    font-size: 13px;
    color: #97c300;
    font-weight: 700;
}

.captcha-box {
    margin: 25px 0 0;
    text-align: center;
    line-height: 0;
    /*firefox line-height bug fix*/
}

.captcha-box>div {
    display: inline-block;
}

.captcha-box input {
    height: auto;
}


/*********** GLOBAL TABLES ***********/

@font-face {
    font-family: 'emporium-icons';
    src: url('../Themes/Emporium/Content/icons/emporium-icons.eot?xwq28l');
    src: url('../Themes/Emporium/Content/icons/emporium-icons.eot?xwq28l#iefix') format('embedded-opentype'), url('../Themes/Emporium/Content/icons/emporium-icons.ttf?xwq28l') format('truetype'), url('../Themes/Emporium/Content/icons/emporium-icons.woff?xwq28l') format('woff'), url('../Themes/Emporium/Content/icons/emporium-icons.svg?xwq28l#emporium-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../Themes/Emporium/Content/fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../Themes/Emporium/Content/fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.table-wrapper {
    overflow-x: auto;
}

.cart,
.data-table,
.compare-products-table,
.forums-table-section table {
    margin: 0 0 20px;
    border-collapse: initial;
    border-spacing: 0px;
}

.cart th,
.data-table th,
.forums-table-section th {
    border-top: 1px solid #eee;
    background-color: #95c539;
    padding: 16px;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.cart td,
.data-table td,
.forums-table-section td {
    min-width: 50px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

td.product-picture {
    font-size: 0 !important;
}

td.product-picture a {
    display: inline-block;
    width: 80px;
}

.data-table td {
    font-size: 14px;
}

.cart th:first-child,
.data-table th:first-child,
.forums-table-section th:first-child,
.cart td:first-child,
.data-table td:first-child,
.forums-table-section td:first-child {
    border-left: 1px solid #eee;
}

.cart th:last-child,
.data-table th:last-child,
.forums-table-section th:last-child,
.cart td:last-child,
.data-table td:last-child,
.forums-table-section td:last-child {
    border-right: 1px solid #eee;
}

.cart tr:first-child th:first-child,
.data-table tr:first-child th:first-child,
.forums-table-section table tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.cart tr:first-child th:last-child,
.data-table tr:first-child th:last-child,
.forums-table-section table tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.cart tr:last-child td:first-child,
.data-table tr:last-child td:first-child,
.forums-table-section table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.cart tr:last-child td:last-child,
.data-table tr:last-child td:last-child,
.forums-table-section table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

td .attributes {
    padding: 20px 0;
    margin: 0;
}

.cart a,
.data-table a,
.compare-products-table a,
.forums-table-section a {
    color: #97c300;
}

.cart .product a,
.data-table .product a,
.compare-products-table .product a,
.forums-table-section .product a {
    color: #444;
    transition: all 0.2s ease;
}

.cart .product a:hover,
.data-table .product a:hover,
.compare-products-table .product a:hover,
.forums-table-section .product a:hover {
    color: #97c300;
}

.cart .edit-item a,
.data-table .edit-item a,
.compare-products-table .edit-item a,
.forums-table-section .edit-item a {
    color: #97c300;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.cart .attributes,
.data-table .attributes,
.compare-products-table .attributes,
.forums-table-section table .attributes {
    font-size: 14px;
    color: #000;
    max-width: none;
    line-height: 1.5;
}

.cart td.date,
.data-table td.date,
.compare-products-table td.date,
.forums-table-section td.date {
    white-space: nowrap;
}

td.product-picture {
    font-size: 0;
}

.select,
.select-boxes {
    position: relative;
    overflow: hidden;
}

.select input[type="checkbox"],
.select-boxes input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.select label,
.select-boxes label {
    display: block !important;
    width: 17px;
    height: 17px;
    border-radius: 0;
    border: 1px solid #eeeeee;
    vertical-align: text-top;
    background-color: #fff;
    cursor: pointer;
}

.select input[type="checkbox"]:checked+label,
.select-boxes input[type="checkbox"]:checked+label {
    margin-left: 1px;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 1px #e7e7e7;
    border: 3px solid #fff;
    background-color: #97c300;
}

.select label:before,
.select-boxes label:before {
    content: none !important;
    display: none !important;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.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 .unit-price {
    white-space: nowrap;
    font-weight: 700;
}

.cart .qty-input,
.cart .qty-dropdown {
    margin: -5px 0;
    padding: 0 7px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #444;
    text-align: center;
    background-position: right 10px center;
}

.cart .qty-dropdown {
    text-align: left;
    padding: 0 20px 0 5px;
}

.cart .subtotal span {
    display: inline-block;
    color: #000;
    white-space: nowrap;
    font-weight: 700;
}

.cart .subtotal .discount,
.cart .subtotal .discount+div {
    white-space: nowrap;
    /*remove this if you have no space enough for discounted products price*/
    display: none;
    /* hidden due to designer request */
}

.td-title {
    font-weight: 300;
    color: #8c8c8c;
}

.td-title+span {
    display: inline-block;
    vertical-align: middle;
}

.button-1 {
    border: none;
    height: 45px;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #eebe00;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s ease;
}

.button-1:hover {
    background-color: #e8af00;
}

.product-price-wrap .prices {
    padding-top: 2px;
}


/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    padding: 20px 6%;
    min-height: 60px;
    color: #fff;
    overflow: hidden;
}

.bar-notification.success {
    background-color: rgba(151, 195, 0, 0.8);
}

.bar-notification.warning {
    background-color: rgba(255, 79, 96, 0.8);
}

.bar-notification.error {
    background-color: rgba(255, 79, 96, 0.8);
}

.bar-notification .content {
    float: left;
    max-width: calc(100% - 50px);
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin: 0 10px 0 0;
}

.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}

.bar-notification .close {
    float: right;
    cursor: pointer;
    opacity: 0.7;
    font-size: 0;
}

.bar-notification .close:before {
    content: "\7a";
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: none;
    font-weight: normal;
}

.bar-notification .close:hover {
    opacity: 1;
}

.noscript {
    background-color: #ff9;
    padding: 10px;
    text-align: center;
}

.ajax-loading-block-window {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.7);
}

.ajax-loading-block-window:before,
.ajax-loading-block-window:after {
    content: "";
    position: fixed;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 0px solid #97c300;
    border-radius: 50%;
    -webkit-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
    -moz-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
    animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
}

.ajax-loading-block-window:after {
    animation-delay: 0.8s;
}

.ui-dialog {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 30px;
    width: 600px !important;
    max-width: 95%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    z-index: 1050;
}

.ui-dialog-titlebar {
    display: block;
    padding: 25px 0;
    margin: 0 auto;
    width: calc(100% - 100px);
    font-size: 22px;
    text-transform: none;
    font-weight: 700;
    color: #444;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-dialog-titlebar .ui-dialog-title {
    font-size: 22px;
    font-weight: 700;
    color: #444;
}

.ui-dialog-titlebar button {
    position: absolute;
    top: 25px;
    right: 25px;
    border: none;
    background: transparent;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    opacity: 0.5;
}

.ui-dialog-titlebar button:before {
    content: "\7a";
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

.ui-dialog-titlebar button:hover {
    opacity: 0.9;
}

.ui-dialog-content {
    padding: 0 30px;
    height: auto !important;
    overflow: auto;
}

.ui-dialog-content .page {
    min-height: 0;
    text-align: center;
}

.ui-dialog-content .page-title {
    margin: 0 0 12px;
    padding: 0;
}

.ui-dialog-content .page-title h1 {
    font-size: 15px;
    text-transform: uppercase;
    color: #8c8c8c;
}

.ui-dialog-content .tooltip {
    margin: 5px 0;
    line-height: 20px;
}

.ui-dialog-content button {
    margin-top: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 90%;
    max-width: 600px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 15px;
    color: #8c8c8c;
}

.eu-cookie-bar-notification button {
    height: 45px;
    margin: 10px 0 20px;
    border: none;
    background-color: #eebe00;
    border-radius: 3px;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.1s ease;
}

.eu-cookie-bar-notification button:hover {
    background-color: #e8af00;
}

.eu-cookie-bar-notification a {
    display: block;
    font-size: 13px;
    color: #8c8c8c;
    font-weight: 700;
    text-transform: uppercase;
}

.scroll-back-button {
    display: none !important;
    position: fixed;
    bottom: 20px;
    right: 6vw;
    width: 50px;
    height: 50px;
    border: 1px solid #97c300;
    border-radius: 3px;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.scroll-back-button:before {
    content: '\77';
    display: inline-block;
    position: absolute;
    color: #97c300;
    font-size: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}


/*********** HEADER ***********/

.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #fff;
}

.admin-header-links .impersonate {
    display: inline-block;
}

.admin-header-links a,
.admin-header-links span {
    display: inline-block;
    margin: 0 10px;
    line-height: 35px;
    font-weight: bold;
    color: #000;
}

.header {
    margin: 0 auto;
    text-align: center;
}

.header:after {
    content: "";
    display: block;
    clear: both;
}

.header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    /*firefox line-height bug fix*/
}

.header-logo a img {
    max-width: 100%;
    max-height: 45px;
}

.header-links-wrapper {
    position: relative;
    margin: 0 0 20px;
}

.personal-button {
    position: relative;
}

.profile-menu-box {
    position: absolute;
    top: 100%;
    left: 92%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 25px;
    width: 150px;
    padding: 10px 0;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    pointer-events: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    z-index: 1020;
    transition: all 0.2s ease;
}

.profile-menu-box:after {
    content: " ";
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}

.profile-menu-box.open {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.profile-menu-box>a,
.header-form-holder>a {
    display: block !important;
    padding: 10px 17px;
    color: #444444;
}

.profile-menu-box span:before,
.profile-menu-box a:before {
    display: inline-block !important;
    color: #8e8e8e;
    font-size: 17px;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 20px;
    font-weight: normal;
    text-transform: none;
}

.close-side-menu {
    display: none;
}


/*********** FLYOUT CART MOBILE ***********/

a.ico-cart {
    display: inline-block;
    font-size: 13px;
    color: #8c8c8c;
    transition: color 0.2s ease;
}

a.ico-cart:before {
    display: block;
    margin-bottom: 4px;
    font-size: 26px;
    color: #8e8e8e;
    transition: color 0.2s ease;
}

.mini-shopping-cart .close-side-menu {
    display: none;
}

.mini-shopping-cart .flyout-cart-scroll-area {
    position: relative;
    width: 100%;
    padding: 20px 0 0;
    background-color: #fff;
}

.flyout-lower {
    background-color: #f6f6f6;
    border-radius: 0 0 3px 3px;
}

.mini-shopping-cart:after {
    content: "";
    display: block;
    clear: both;
}

.mini-shopping-cart .count {
    float: left;
    padding: 20px 0 20px 15px;
}

.mini-shopping-cart .count a {
    font-size: 14px;
    color: #8c8c8c;
}

.mini-shopping-cart .count a:hover {
    color: #97c300;
    text-decoration: none;
}

.mini-shopping-cart .count a:before {
    content: "\64";
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px 0 0;
    font-size: 20px;
}

.flyout-cart-scroll-area>p {
    padding: 0 20px 20px;
    font-size: 14px;
    color: #8c8c8c;
    text-align: center;
}

.flyout-cart .items {
    position: relative;
    padding: 0 10px;
    margin-bottom: 15px;
    border-radius: 3px 3px 0 0;
    background: #fff;
    text-align: left;
    overflow: hidden;
}

.mini-shopping-cart .item {
    overflow: hidden;
    margin: 15px 0 0;
}

.mini-shopping-cart .item.first {
    margin-top: 0;
}

.mini-shopping-cart .picture {
    float: left;
    width: 78px;
    height: auto;
    border: 1px solid #eee;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.mini-shopping-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
}

.mini-shopping-cart .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
    margin: 0;
}

.mini-shopping-cart .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.mini-shopping-cart .product {
    position: relative;
    margin: 0 30px 0 90px;
    text-align: left;
}

.mini-shopping-cart .product:after {
    content: "";
    display: block;
    clear: both;
}

.mini-shopping-cart .product .remove-item {
    position: absolute;
    top: 0;
    right: -30px;
    left: auto;
    font-size: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 2px;
    background-color: #f1f1f1;
    text-decoration: none;
    transition: all 0.1s ease;
}

.mini-shopping-cart .product .remove-item:after {
    content: "\7a";
    display: block;
    font-size: 8px;
    line-height: 18px;
    color: #8e8e8e;
    transition: all 0.1s ease;
}

.mini-shopping-cart .product .remove-item:hover {
    background-color: #e9e9e9;
    text-decoration: none;
}

.mini-shopping-cart .product .remove-item:hover::after {
    text-decoration: none;
}

.mini-shopping-cart .name a {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    color: #444444;
}

.mini-shopping-cart .attributes {
    padding: 0;
    margin: 0 0 5px;
    font-size: 14px;
    color: #8c8c8c;
}

.mini-shopping-cart .right {
    display: inline-block;
}

.mini-shopping-cart .quantity {
    margin: 0 4px 0 0;
    font-size: 0;
    color: #8c8c8c;
    float: left;
}

.mini-shopping-cart .quantity span {
    font-weight: bold;
    font-size: 16px;
}

.mini-shopping-cart .quantity:after {
    content: "x";
    display: inline-block;
    margin-left: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #8c8c8c;
    text-transform: none;
    font-family: "Roboto";
}

.mini-shopping-cart .price {
    font-size: 16px;
    font-weight: bold;
    color: #97c300;
    float: right;
}

.mini-shopping-cart .totals {
    float: right;
    padding: 20px 15px 20px 0;
    font-size: 15px;
    text-align: right;
    color: #8c8c8c;
}

.mini-shopping-cart .totals strong {
    color: #97c300;
    font-size: 18px;
}

.mini-shopping-cart .buttons {
    padding: 0 15px 15px;
    margin-bottom: 0;
    text-align: right;
    clear: both;
}

.mini-shopping-cart input[type="button"] {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

.mini-shopping-cart input+input {
    margin-top: 10px;
    background-color: #ddd;
    color: #8c8c8c;
}

.mini-shopping-cart input[type="button"]:hover {
    background-color: #e8af00;
}

.mini-shopping-cart input+input:hover {
    background-color: #d1d1d1 !important;
}


/******** LOGIN FORM IN HEADER ********/

.profile-menu-box.login-form-in-header {
    padding: 20px 0 0;
    width: 255px;
}

.login-form-in-header .fieldset {
    margin: 0;
}

.login-form-in-header .returning-wrapper .form-fields {
    padding: 0;
    min-height: 0;
}

.login-form-in-header .form-fields {
    font-size: 0;
}

.login-form-in-header .external-authentication>* {
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 0 0 3px 3px;
}

.login-form-in-header form {
    padding: 0 20px;
}

.login-form-in-header .external-authentication {
    margin: 0;
}

.login-form-in-header .in-header-register {
    text-align: center;
}

.login-form-in-header .in-header-register .register-button {
    display: inline-block;
    background-color: transparent;
    border: none;
    padding: 15px 0 15px 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #8c8c8c;
    font-weight: bold;
    background: url('../Themes/Emporium/Content/img/register-icon.png') left center no-repeat;
    transition: all 0.2s ease;
}

.login-form-in-header .in-header-register .register-button:hover {
    color: #97c300;
}

.login-form-in-header .title {
    display: none;
}

.login-form-in-header .inputs {
    margin: 6px 0 0;
}

.login-form-in-header .inputs:first-child {
    margin-top: 0;
}

.login-form-in-header .inputs label {
    display: none;
}

.login-form-in-header .forgot-password {
    width: 100%;
}

.login-form-in-header .inputs.reversed {
    margin: 0 0 15px;
}

.login-form-in-header .inputs.reversed label {
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
    height: 17px;
    color: #8c8c8c;
    text-align: left;
    cursor: pointer;
    user-select: none;
}

.login-form-in-header .inputs.reversed label:before {
    vertical-align: text-bottom;
}

.inputs.reversed input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.inputs.reversed input[type="checkbox"]+label {
    cursor: pointer;
}

.login-form-in-header .inputs input[type="text"],
.login-form-in-header .inputs input[type="email"],
.login-form-in-header .inputs input[type="password"] {
    height: 45px;
    padding: 0 35px 0 15px;
    line-height: 45px;
    border-radius: 3px;
}

.login-form-in-header .inputs input:focus+.inputs-icons {
    color: #97c300;
}

input+.inputs-icons {
    position: absolute;
    top: 0;
    right: 15px;
    left: auto;
}

.inputs-icons {
    display: none;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 45px;
    font-family: "emporium-icons";
}

.button-1.checkout-as-guest-button {
    margin: 0 10px 10px 0;
    background-color: #f1f1f1;
    color: #8c8c8c;
}

.button-1.checkout-as-guest-button:hover {
    background-color: #eaeaea;
}

.login-form-in-header .inputs-icons {
    display: inline-block;
    text-transform: lowercase;
}

.login-form-in-header .login-button {
    display: block;
    width: 100%;
    border: none;
    height: 45px;
    border-radius: 3px;
    background-color: #eebe00;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.login-form-in-header .login-button:hover {
    background-color: #e8af00;
}

.login-form-in-header a.facebook-btn {
    display: block;
    width: 100%;
    height: 35px;
    border-radius: 3px;
    line-height: 35px;
    background-color: #3270ab;
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    background-image: none !important;
}

.login-form-in-header a.facebook-btn:hover {
    background-color: #4065a3;
}

.login-form-in-header a.facebook-btn:before {
    content: "\6e";
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    color: #fff !important;
    text-transform: none;
}

.login-form-in-header a.facebook-btn:after {
    content: "log in with facebook";
    display: inline-block;
    font-family: "Roboto";
}

.login-form-in-header .forgot-password {
    display: block;
    margin-bottom: 15px;
}

.login-form-in-header .forgot-password a {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
    padding: 5px 10px;
    font-size: 11px;
    color: #8c8c8c;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


/******** END OF LOGIN FORM IN HEADER ********/

.header-links ul {
    display: inline-block;
    font-size: 0;
}

.ico-wishlist:before {
    content: "\63";
}

.ico-cart:before {
    content: "\64";
}

.personal-button>span:before,
.ico-account:before {
    content: "\61";
}

.profile-menu-box .ico-inbox {
    font-size: 0;
}

.ico-inbox span {
    font-size: 14px;
    vertical-align: middle;
}

.ico-inbox:before {
    content: "\41";
}

.ico-compare:before {
    content: "\62";
}

.ico-logout:before {
    content: "\42";
}

.ico-login:before {
    content: "\78";
}

.ico-register:before {
    content: "\79";
}

.search-box {
    position: relative;
}

.search-box form {
    position: relative;
}

.search-box form:after {
    content: "";
    display: block;
    clear: both;
}

.search-box input.search-box-text {
    float: left;
    height: 45px;
    border: 1px solid #eeeeee;
    border-right: 0;
    font-size: 14px;
    color: #959595;
    border-radius: 3px 0 0 3px;
    padding: 0 14px;
}

.search-box input.search-box-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #959595;
}

.search-box input.search-box-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
}

.search-box input.search-box-text:-ms-input-placeholder {
    /* IE 10+ */
    color: #959595;
}

.search-box input.search-box-text:-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
}

.search-box .search-box-button {
    float: left;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    background: #ccc url('../Themes/Emporium/Content/img/search-button.png') center no-repeat;
    font-size: 0;
    border: 1px solid #eeeeee;
    border-left: 0;
    border-radius: 0 3px 3px 0;
}

.search-box .search-box-button:hover {
    background-color: #e8af00;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    position: absolute;
    padding: 5px 0;
    max-width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    z-index: 1070;
}

.ui-autocomplete li:first-child {
    border-top: none;
}

.ui-autocomplete a {
    display: block;
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
    color: #444444;
}

.ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6;
}

.ui-autocomplete img {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    vertical-align: middle;
}

.ui-autocomplete span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 60px);
}

.header-selectors-wrapper {
    font-size: 0;
}

.header-selectors-wrapper>div {
    display: inline-block;
    margin: 0 5px 10px;
    vertical-align: middle;
}

.language-list {
    max-width: 100%;
    font-size: 0;
}

.language-list li {
    display: inline-block;
    margin: 0 1px;
}

.language-list a {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 0;
}

.language-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.slider-wrapper.theme-custom {
    margin: 0 auto 30px;
    /*overrides default slider*/
}


/*********** SMALL PRODUCT CAROUSELS ***********/

.small-products .nop-jcarousel.product-grid .slick-carousel {
    margin: 0 !important;
}

.small-products .nop-jcarousel .slick-slide {
    padding: 0 !important;
}

.small-products .item-box {
    border-radius: 3px !important;
    overflow: hidden;
    max-height: 120px;
}

.small-products .item-box .product-item {
    font-size: 0;
}

.small-products .item-box .product-item>div {
    display: inline-block;
    vertical-align: top;
}

.small-products .item-box .prices .actual-price {
    display: block;
    margin: 0;
}

.small-products .item-box .product-item>div:first-child {
    width: 120px;
}

.small-products .item-box .picture {
    margin: 0;
    border-radius: 0;
}

.small-products .item-box .picture>a:before {
    padding-top: 100%;
}

.small-products .item-box .details {
    width: calc(100% - 120px);
    padding: 13px;
    text-align: left;
}

.small-products .item-box .prices {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.small-products .item-box .buttons,
.small-products .item-box .btn-wrapper {
    display: none;
}

.small-products .item-box .product-title,
.small-products .item-box .title {
    padding: 0;
    height: auto;
    max-height: 39px;
}

.small-products .item-box .prices>*:last-child:not(:empty) {
    margin: 0;
}

.two-row-carousels {
    padding: 0 20px;
}

.two-row-carousels .product-grid .title {
    font-size: 24px;
}

.two-row-carousels:after {
    content: "";
    display: block;
    clear: both;
}

.two-row-carousels .slick-slide {
    min-height: 241px;
}

.two-row-carousels .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 101px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    transition: all 0.2s ease;
    z-index: 1;
}

.two-row-carousels .slick-arrow:before {
    display: block;
    color: #d0d0d0;
    font-size: 12px;
    line-height: 40px;
    transition: all 0.2s ease;
    text-transform: none;
}

.two-row-carousels .slick-arrow:hover {
    background-color: #97c300;
    border: 1px solid #97c300;
}

.two-row-carousels .slick-arrow:hover:before {
    color: #fff;
}

.two-row-carousels .slick-prev:before {
    content: "\6b";
}

.two-row-carousels .slick-prev {
    left: 0;
    margin-left: -20px;
}

.two-row-carousels .slick-next:before {
    content: "\6a";
}

.two-row-carousels .slick-next {
    right: 0;
    margin-right: -20px;
}

.two-row-carousels .slick-list {
    border: 1px solid #eee;
    border-radius: 3px;
}

.two-row-carousels .slick-slide>div {
    font-size: 0;
}

.two-row-carousels .slick-slide>div:first-child {
    border-bottom: 1px solid #eee;
}

.two-row-carousels .item-box {
    float: none !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}


/*********** LEFT/RIGHT COLUMN ***********/

.block {
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 0 0 10px;
    text-align: center;
}

.block .title {
    position: relative;
    padding: 14px 20px 14px 50px;
    font-size: 17px;
    color: #000;
    background-color: #f6f6f6;
    cursor: pointer;
    text-align: left;
}

.filter-block .toggleControl {
    font-weight: 500 !important;
}

.block .title strong {
    font-weight: 500;
    display: block;
}

.block .title:before {
    content: "\77";
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    font-size: 10px;
    color: #97c300;
    text-transform: none;
    transition: all 0.4s ease;
}

.block .title.open:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.block .listbox {
    display: none;
    padding: 18px;
    text-align: left;
}

.block .listbox:after {
    content: "";
    display: block;
    clear: both;
}

.block .poll {
    padding: 10px 0;
}

.block .list li.active>a {
    color: #97c300;
    font-weight: bold;
}

.block .list a {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    transition: all 0.2s ease;
    width: 100%;
}

.block-category-navigation .listbox>ul>li.inactive>a:before {
    content: '';
    background: url(../Themes/Emporium/Content/img/left-arrow.png) no-repeat center;
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    /*margin-right: 5px;*/
    margin-right: 0;
    float: right;
    transform: rotate( 180deg);
}

.block-category-navigation .listbox>ul>li.active>a:before {
    content: '';
    background: url(../Themes/Emporium/Content/img/down-arrow.png) no-repeat center;
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
    float: right;
}


/*.block-category-navigation .listbox > ul > li.active.last a {
    background-color: #e6f9c2;
    display: block;
    padding: 6px 6px;
    font-weight: 600 !important;
    color: #000 !important;
}*/

.block-recently-viewed-products a.product-picture {
    padding: 0;
}

.block .list a:hover {
    color: #97c300;
}

.block .list .product-picture {
    display: none;
}

.block .sublist {
    padding: 0 15px;
}

.block .view-all {
    margin: 7px 0;
}

.block .view-all a {
    display: block;
    margin: 15px 0 0;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #97c300;
    transition: all 0.2s ease;
}

.block .view-all a:hover {
    color: #5c7600;
}

.block .tags {
    margin: 0 0 10px;
}

.block .tags ul {
    font-size: 0;
}

.block .tags li,
.product-tags-all-page li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    font-size: 16px !important;
    /*setting base size*/
}

.block .tags li a,
.product-tags-all-page li a {
    float: left;
    line-height: 30px;
    color: #000;
    transition: all 0.2s ease;
}

.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #97c300;
}

.block.block-category-navigation .listbox li {
    border-bottom: #cbcbcb solid 1px;
}

.poll>strong {
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
    color: #97c300;
}

.poll-options,
.poll-results {
    margin: 0 0 15px;
    overflow: hidden;
}

.home-page-polls .poll-options li {
    margin-bottom: 5px;
    text-align: left;
}

.home-page-polls .poll .buttons {
    margin-top: 30px;
}

.home-page-polls .poll-total-votes {
    margin-top: 0;
}

.home-page-polls .answer label {
    display: block;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    cursor: pointer;
    transition: all 0.2s ease;
}

.home-page-polls .answer input[type="radio"]:checked+label:before {
    border: 4px solid #fff;
    background-color: #97c300;
}

.home-page-polls .answer:hover label {
    background-color: #f6f6f6;
}

.home-page-polls .poll {
    max-width: 500px;
    margin: 0 auto;
}

.poll .buttons,
.poll-total-votes {
    margin-top: 15px;
}

.home-page-polls .poll .buttons input {
    color: #fff;
    background-color: #eebe00;
    padding: 15px 30px;
    border-radius: 3px;
}

.poll .buttons input:hover {
    background-color: #e8af00;
    color: #fff;
}

.poll .buttons input {
    padding: 10px 20px;
    border: none;
    background-color: #f1f1f1;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #8c8c8c;
    transition: all 0.2s ease;
}

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
    text-align: right;
    font-size: 13px;
    text-transform: uppercase;
    color: #8c8c8c;
}

.block .poll .buttons {
    text-align: left;
}

.block .poll-options li,
.poll-results li {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    color: #8c8c8c;
    text-align: left;
}

.block .poll-options li:last-child {
    margin-bottom: 0;
}

.block .poll-results li:last-child {
    margin-bottom: 10px;
}

.home-page-polls {
    text-align: center;
    margin: 0 10px 50px;
}

.home-page-polls .title {
    margin: 0 0 20px;
    font-size: 28px;
    color: #444444;
}

.home-page-polls .title strong {
    font-weight: bold;
}

.answer {
    position: relative;
    overflow: hidden;
}

.answer input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.answer label {
    display: block;
    padding: 7px 0;
    font-size: 15px;
    color: #8c8c8c;
    cursor: pointer;
    transition: all 0.2s ease;
}

.block .answer label:hover {
    color: #97c300;
}

.block .answer:after {
    content: "";
    display: block;
    clear: both;
}

.answer span:last-child {
    float: right;
    font-size: 13px;
}

.answer span strong {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 15px;
    color: #444444;
}

.answer label:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    vertical-align: bottom;
    background-color: #fff;
}

.answer input[type="radio"]:checked+label:before {
    margin-left: 1px;
    width: 17px;
    height: 17px;
    margin-right: 9px;
    box-shadow: 0 0 0 1px #e7e7e7;
    border: 3px solid #fff;
    background-color: #97c300;
}


/********** CATEGORY PAGE **********/


/*.breadcrumb {
    margin: 0 20px 5px;
    text-align: center;
}

.center-1 .breadcrumb {
    margin-bottom: 20px;
}

.breadcrumb ul {
    font-size: 0;
}

.breadcrumb li {
    display: inline-block;
    font-size: 14px; 
    line-height: 1.5;
    color: #a9a9a9;
}

    .breadcrumb li:last-child span {
        display: none;
    }

    .breadcrumb li > a,
    .breadcrumb li > span,
    .breadcrumb li > strong {
        margin: 0 3px;
        transition: color .2s ease;
    }

.breadcrumb strong {
    font-weight: normal;
}

.breadcrumb a:hover,
.breadcrumb a:hover span {
    color: #97c300;
}

.breadcrumb .delimiter {
    display: inline-block;
    margin-right: 5px;
    font-size: 0;
}

    .breadcrumb .delimiter:before {
        content: "\6a";
        display: block;
        font-size: 7px;
    }*/

.product-grid.featured-product-grid {
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
}

.manufacturer-description h2 {
    color: #000;
    font-weight: 600;
}

.breadcrumb {
    margin: 0 0 20px;
    text-align: left;
    background-color: #ececec;
    padding: 6px 0;
}

.breadcrumb ul {
    position: relative;
    text-align: left;
    font-size: 0;
}

.breadcrumb ul {
    border: none;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li>* {
    display: inline-block;
    height: 35px;
    padding: 10px 5px;
    vertical-align: middle;
    font-size: 11px;
    /*reset zeroing*/
    text-transform: uppercase;
    color: #1b5005;
    line-height: normal;
}

.breadcrumb li span.delimiter {
    width: 24px;
    background: url('../Themes/Emporium/Content/img/breadcrumb-arrow.png') no-repeat center;
    font-size: 0;
    height: 10px;
}

.next-prev-wrapper .breadcrumb li strong.current-item {
    color: #84d02c;
}

.breadcrumb strong {
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    text-overflow: ellipsis;
}

.breadcrumb a:hover {
    color: #cc8a97;
}

.category-description,
.manufacturer-description,
.vendor-description,
.contact-vendor {
    margin: 0 0 40px;
}

.contact-vendor-button {
    border: none;
    padding: 0 25px;
    height: 45px;
    background-color: #eebe00;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.1s ease;
}

.contact-vendor-button:hover {
    background-color: #e8af00;
}

.filters-button-wrapper {
    display: none !important;
}

.product-filters {
    display: none;
}

.product-selectors {
    margin: 0 0 20px;
    text-align: center;
    font-size: 0;
    border-top: 1px solid #ddd;
    padding-top: 16px
}

.product-selectors:after {
    content: "";
    display: block;
    clear: both;
}

.product-selectors .product-sorting,
.product-selectors .product-page-size {
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
}

.product-selectors .product-page-size {
    margin-left: 8px;
}

.product-selectors select {
    display: block;
    padding: 0 40px 0 20px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #f1f1f1;
    background-image: url('../Themes/Emporium/Content/img/select-arrow-dark.svg');
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8c8c8c;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#products-pagesize-desktop {
    display: none;
}

.product-selectors .product-viewmode {
    display: none;
}

.product-selectors .product-viewmode span {
    vertical-align: middle;
}

.product-selectors .product-viewmode span {
    font-size: 14px;
    padding-right: 14px;
}

.product-selectors .product-viewmode a {
    display: inline-block;
    width: 30px;
    height: 45px;
    margin: 0 8px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 0;
    opacity: 0.5;
}

.product-selectors .product-viewmode a:last-child {
    margin: 0;
}

.product-selectors .product-viewmode a.grid {
    background-image: url('../Themes/Emporium/Content/img/view-grid.png');
}

.product-selectors .product-viewmode a.list {
    background-image: url('../Themes/Emporium/Content/img/view-list.png');
}

.product-selectors .product-viewmode a.selected {
    opacity: 1;
}

.item-grid:after {
    content: "";
    display: block;
    clear: both;
}

.item-box {
    position: relative;
    border: 1px solid #d0cdcd;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.item-box .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 5px;
    border-radius: 2px 2px 0 0;
    display: flex;
    height: 260px;
    justify-content: center;
    align-items: center;
}

.item-box .picture img {
    max-width: 100%;
    /*height: 260px !important;*/
    display: inline-block;
}

.owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
    width: auto !important;
    height: auto;
}

.item-box .picture>a {
    display: block;
    position: relative;
    overflow: hidden;
}


/*.item-box .picture > a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-box .picture > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}
.item-box .manufacturer-item .picture > a img,
.item-box .vendor-item .picture > a img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  max-width: 100%;
  height: auto;
}*/

.manufacturer-item {
    border: 0px solid #969696;
    padding: 10px;
}

.manufacturer-item .picture,
.item-box .manufacturer-item .picture {
    height: auto;
}

.manufacturer-item .picture img {
    max-width: 100%;
    height: auto;
}

.item-box .details {
    padding: 24px;
    text-align: center;
}

.item-box .product-title,
.item-box .title {
    height: 39px;
    margin: 0 0 0;
    overflow: hidden;
    font-size: 15px;
    font-weight: normal;
    color: #444444;
}

.item-box .product-title a,
.item-box .title a {
    display: block;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.item-box .sku {
    display: none;
    /*remove if you want to show sku*/
    font-size: 13px;
    color: #8c8c8c;
    margin-bottom: 5px;
}

.item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 8px;
}

.item-box .rating {
    background: url('../Themes/Emporium/Content/img/rating1.gif') repeat-x;
    width: 65px;
    height: 12px;
}

.item-box .rating div {
    background: url('../Themes/Emporium/Content/img/rating2.gif') repeat-x;
    height: 12px;
}

.item-box .description {
    display: none;
    /*hidden by design*/
    height: 30px;
    margin: 0 0 10px;
    overflow: hidden;
}

.item-box .description a {
    display: block;
    overflow: hidden;
}

.item-box .prices {
    overflow: hidden;
    height: 55px;
}

.productbox-buttons .quick-view-button a {
    background-color: transparent;
}

.productbox-buttons .quick-view-button a:hover,
.item-box .productbox-buttons .btn-wrapper .button-2:hover {
    background-color: transparent;
    color: #95c539;
}

.item-box .btn-wrapper button:hover:before {
    color: #95c539 !important
}

.quick-view-button a:hover:before {
    color: #95c539 !important
}

.productbox-buttons .quick-view-button a:focus,
.item-box .productbox-buttons .btn-wrapper .button-2:focus {
    background-color: transparent;
    color: red;
}

.item-box .btn-wrapper button:focus:before {
    color: red !important
}

.quick-view-button a:focus:before {
    color: red !important
}

.item-box .productbox-buttons .btn-wrapper .button-2 {
    background-color: transparent;
}

.item-box .prices *:empty {
    display: none;
}

.item-box .prices * {
    display: inline-block;
}

.item-box .old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    display: none;
}

.old-product-price {
    display: none;
}

.item-box .actual-price {
    font-size: 16px;
    color: #97c300;
    font-weight: bold;
}

.item-box .old-price+.actual-price,
.item-box .actual-price+.tax-shipping-info {
    margin-left: 5px;
}

.item-box .tax-shipping-info {
    color: #000;
}

.item-box .tax-shipping-info a {
    color: #97c300;
}

.item-box .base-price-pangv {
    color: #000;
}

.item-box .buttons {
    /*display: none;*/
    font-size: 0;
}

.item-box input[type="button"] {
    height: 40px;
    padding: 0 5%;
    vertical-align: middle;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
}

select.productQuantityDropdown,
input.productQuantityTextBox {
    border-radius: 0px;
}

.item-box .button-2 {
    width: 100%;
    background-color: #95c539;
    border-radius: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease;
    letter-spacing: 0;
}

.item-box .buttons .button-2:hover {
    background-color: #eebe00;
    color: #fff;
}

.item-box .product-rating-box {
    margin-bottom: 10px;
}

.item-box .btn-wrapper {
    /*display: none;*/
    font-size: 0;
}

.product-list .item-box .btn-wrapper {
    margin-top: 16px;
}

.item-box .btn-wrapper .button-2 {
    margin-left: 4px;
    width: 32px;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    background-color: #f1f1f1;
    border: 0;
    font-size: 0;
    backface-visibility: hidden;
    transition: all 0.1s ease;
}

.item-box .btn-wrapper button:before {
    transition: all 0.1s ease;
    text-transform: none;
    font-weight: normal;
    font-size: 18px;
    color: #8e8e8e;
}

.item-box .btn-wrapper .add-to-wishlist-button:before {
    content: "\63";
}

.item-box .btn-wrapper .add-to-compare-list-button:before {
    content: "\62";
}

.item-box .btn-wrapper button:hover {
    background-color: #97c300;
}

.item-box .btn-wrapper button:hover:before {
    color: #fff;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid {
    margin: 0 auto 45px;
}

.home-page-category-grid .item-box {
    background-color: #f6f6f6;
}

.category-grid .item-box {
    border: none;
}

.category-grid .item-box .picture {
    border: none;
    background: transparent;
    margin: 0;
}

.category-grid .item-box .picture a:before {
    padding-top: 73.33%;
}

.vendor-item .picture,
.manufacturer-item .picture {
    margin-bottom: 0;
}

.vendor-item .title,
.manufacturer-item .title,
.category-grid .item-box .title {
    margin-bottom: 0;
    height: auto;
}

.vendor-item .title a,
.manufacturer-item .title a,
.category-grid .item-box .title a {
    display: block;
    padding: 16px 15px;
    font-size: 13px;
    color: #444444;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: color 0.2s ease;
}

.sub-category-grid .item-box .title a {
    white-space: normal;
    text-overflow: initial;
}

.vendor-item:hover .title a,
.manufacturer-item:hover .title a,
.category-grid .item-box:hover .title a {
    color: #97c300;
}

.home-page-advantages {
    margin-bottom: 45px;
    overflow: hidden;
}

.advantages-item {
    padding: 10px 15px;
    margin-bottom: 5px;
    background-color: #f6f6f6;
    overflow: hidden;
    text-align: left;
}

.advantages-item>div {
    display: inline-block;
    vertical-align: middle;
}

.advantages-item .description {
    display: none;
}

.advantages-item .picture {
    width: 40px;
    height: 40px;
}

.advantages-item .picture img {
    max-height: 100%;
    max-width: 100%;
}

.advantages-item .info {
    width: calc(100% - 55px);
    padding-left: 10px;
}

.advantages-item .title {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.advantages-item .title a {
    transition: all 0.2s ease;
}

.advantages-item .title a:hover {
    color: #97c300;
}

.product-grid .title {
    margin: 0 0 25px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.pager {
    margin: 0 0 20px;
}

.pager:last-child {
    margin-bottom: 0;
}

.pager ul {
    text-align: center;
    font-size: 0;
}

.pager li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.pager li a,
.pager li span {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 37px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    /*reset zeroing*/
    cursor: pointer;
    color: #8c8c8c;
    transition: all 0.3s ease;
}

.pager li a:hover,
.pager li span {
    color: #fff;
    background-color: #97c300;
    border-color: #97c300 !important;
}

.pager li a:hover::before {
    color: #fff;
}

.pager li a:before {
    display: block;
    font-size: 12px;
    color: #d0d0d0;
    line-height: 37px;
    transition: all 0.3s ease;
}

.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
    font-size: 0;
    background-color: #fff;
}

.pager li.previous-page a:hover,
.pager li.next-page a:hover,
.pager li.first-page a:hover,
.pager li.last-page a:hover {
    background-color: #97c300;
}

.previous-page a,
.next-page a,
.first-page a,
.last-page a {
    border: 1px solid #e4e4e4;
}

.previous-page a:before,
.next-page a:before {
    content: "\6b";
}

.next-page a:before {
    content: "\6a";
}

.first-page a:before {
    content: "\56";
}

.last-page a:before {
    content: "\57";
}


/********** PRODUCT PAGE **********/

.product-details-page .product-grid {
    width: 100%;
}

.mobile-name-holder {
    margin-bottom: 30px;
}

.mobile-name-holder .breadcrumb {
    margin: 0 0 20px;
}

.product-essential {
    margin: 0 0 20px;
}

.product-essential:after {
    content: "";
    display: block;
    clear: both;
}

.gallery {
    margin: 0 auto 40px;
    max-width: 500px;
}

.gallery .picture {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    font-size: 0;
}

.gallery .picture:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.gallery .picture img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    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: 10px 5px 0px;
    border-radius: 3px;
    border: 2px solid #ccc;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
}

.gallery .thumb-item.cloudzoom-gallery-active {
    border: #95c539 solid 2px;
}

.gallery .thumb-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.gallery .thumb-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.overview {
    position: relative;
    margin: 0 0 20px;
}

.product-name .manufacturers,
.overview .manufacturers {
    font-size: 15px;
    color: #444444;
    float: left;
}

.product-name .manufacturers .value,
.overview .manufacturers .value {
    color: #97c300;
}

.product-name .manufacturers .value:hover,
.overview .manufacturers .value:hover {
    color: #7c9a16;
}

.discontinued-product {
    margin: 0 0 20px;
    color: #ff4f60;
}

.overview .product-name {
    margin: 0 0 25px;
}

.product-name h1 {
    margin-bottom: 10px;
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

.overview .short-description {
    margin: 0 0 30px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.product-reviews-overview {
    margin: 0 0 20px;
    /*not present in variant-overview*/
}

.product-review-box {
    display: inline-block;
    margin: 0 0 5px;
}

.product-review-box .rating {
    width: 65px;
    height: 12px;
    background: url('../Themes/Emporium/Content/img/rating1.gif') repeat-x;
    display: inline-block;
}

.product-review-box .rating div {
    height: 12px;
    background: url('../Themes/Emporium/Content/img/rating2.gif') repeat-x;
}

.product-no-reviews a {
    font-size: 14px;
    color: #8c8c8c;
    transition: color 0.2s ease;
}

.product-review-links a:hover,
.product-no-reviews a:hover {
    color: #97c300;
}

.product-review-links {
    font-size: 14px;
    color: #8c8c8c;
}

.product-review-links .separator {
    margin: 0 5px;
}

.product-review-links a {
    transition: color 0.2s ease;
}

.overview .compare-products {
    margin-bottom: 40px;
}

.compare-products .add-to-compare-list-button {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #8c8c8c;
    text-transform: uppercase;
    border: none;
    /*background: transparent;*/
    transition: all 0.2s ease;
}

.compare-products .add-to-compare-list-button:before {
    content: "\62";
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
    font-size: 18px;
    color: #8c8c8c;
    text-transform: none;
    font-weight: normal;
    transition: all 0.2s ease;
}

.compare-products .add-to-compare-list-button:hover,
.compare-products .add-to-compare-list-button:hover:before {
    color: #97c300;
}

.compare-products .add-to-compare-list-button:hover:before {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    -ms-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
}

.overview .stock,
.variant-overview .stock {
    display: inline-block;
    padding: 0px 0px;
    margin: 0 0 0px;
    font-weight: bold;
    font-size: 13px;
    color: #008000;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0px;
}

.overview .stock .label,
.variant-overview .stock .label {
    display: none;
}

.back-in-stock-subscription {
    margin: 0 0 15px;
    font-size: 0;
    backface-visibility: hidden;
}

.back-in-stock-subscription:before {
    content: "\45";
    display: inline-block;
    margin-right: 7px;
    vertical-align: bottom;
    color: #8c8c8c;
    font-size: 17px;
    transition: color 0.2s ease;
}

.back-in-stock-subscription:hover:before {
    color: #97c300;
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -moz-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.back-in-stock-subscription input {
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: #8c8c8c;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.overview .additional-details,
.variant-overview .additional-details {
    margin-bottom: 15px;
}

.overview .additional-details div,
.variant-overview .additional-details div {
    margin: 0 0 5px;
    font-size: 15px;
    color: #000;
}

.overview .additional-details div .value,
.variant-overview .additional-details div .value {
    color: #444444;
}

.overview .additional-details div .value a,
.variant-overview .additional-details div .value a {
    color: #97c300;
    text-decoration: none;
}

.overview .additional-details div .value a:hover,
.variant-overview .additional-details div .value a:hover {
    color: #7c9a16;
}

.overview .delivery-date,
.variant-overview .delivery-date {
    margin: 0 0 5px;
    font-size: 14px;
    color: #000;
}

.free-shipping {
    display: block;
    margin: 10px auto 15px;
    color: #6c6b6b;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 14px 0;
    background-color: #dedede;
}

.download-sample {
    font-size: 0;
    margin: 30px 0;
}

.download-sample a {
    font-size: 13px;
    color: #97c300;
    font-weight: bold;
    text-transform: uppercase;
}

.download-sample a:before {
    content: "\4a";
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
    vertical-align: text-bottom;
}

.overview-buttons div {
    display: inline-block;
    margin: 0 5px 10px;
}

.attributes {
    padding: 10px;
    font-size: 15px;
    text-align: left;
    margin: 0 auto 20px;
}

.attributes:only-child {
    margin-bottom: 0;
}

.attributes-wrapper>div {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.attributes-wrapper>div.product-prices-box {
    max-width: none;
}

.attributes dl {
    overflow: hidden;
}

.attributes dt,
.attributes .attribute-label,
.giftcard label {
    display: block;
    font-size: 15px;
    margin: 0 0 5px;
    white-space: nowrap;
    font-weight: bold;
    color: #444444;
}

.attributes dt,
.attributes dd {
    text-align: center;
}

.attributes dd li {
    text-align: left;
}

.attributes .required {
    color: #444444;
}

.attributes dd {
    margin: 0 0 20px;
}

.attributes dd:last-child {
    margin-bottom: 0;
}

.attributes li {
    margin: 8px 0 10px;
}

.attributes dd select,
.product-details-page .attributes dd select:only-child {
    max-width: 100%;
}

.product-details-page .attributes dd select {
    max-width: calc(100% - 60px);
}

.attributes select+.qty-box {
    margin-top: 10px;
}

.attributes dd input[type="text"],
.attributes dd input[type="password"],
.attributes dd input[type="tel"],
.attributes dd input[type="email"],
.attributes dd select:only-child {
    width: 100%;
    line-height: 45px;
}

.attributes.rental-attributes {
    font-size: 0;
}

.attributes.rental-attributes>div {
    display: inline-block;
    width: 49%;
}

.attributes.rental-attributes>div:nth-child(2n) {
    margin-left: 2%;
}

.attributes.rental-attributes>div:only-child {
    width: 100%;
    margin-left: 0;
}

.attributes.rental-attributes input {
    height: 45px;
    padding: 0 20px;
    border-radius: 3px;
    text-align: left;
}

.product-social-buttons {
    margin-bottom: 10px;
    margin-top: 0px;
    float: right;
}

.product-social-label {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #444444;
}

.product-social-sharing li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.product-social-sharing li a {
    display: block;
    font-size: 0;
    backface-visibility: hidden;
}

.product-social-sharing li a:before,
.email-a-friend:before {
    display: block;
    font-size: 22px;
    color: #8e8e8e;
    transition: all 0.5s ease;
}

.product-social-sharing li a:hover:before,
.product-social-sharing .email-a-friend:hover:before {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    -ms-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
}

.product-social-sharing a.twitter:before {
    content: "\6f";
}

.product-social-sharing a.youtube:before {
    content: "\72";
}

.product-social-sharing a.facebook:before {
    content: "\6e";
}

.product-social-sharing a.pinterest:before {
    content: "\44";
}

.product-social-sharing a.google:before {
    content: "\70";
}

.product-social-sharing a.instagram:before {
    content: "\74";
}

.product-social-sharing .email-a-friend:before {
    content: "\6d";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.product-social-sharing .email-a-friend {
    position: relative;
}

.product-social-sharing .email-a-friend input {
    width: 22px;
    height: 22px;
    border: none;
    background: transparent;
    font-size: 0;
}

.product-social-sharing li a:hover:before,
.email-a-friend:hover:before {
    color: #97c300;
}

.attributes .qty-box {
    margin: 0 0 0 5px;
}

.attributes .qty-box label {
    display: none;
}

.attributes .qty-box input[type="text"] {
    width: 50px;
    height: 45px;
    text-align: center;
    border-radius: 3px;
}

.gender label,
.option-list li label,
.inputs.accept-consent label,
td.remove-from-cart label,
td.add-to-cart label,
.terms-of-service label,
.terms-of-agreement label,
.selector label,
.use-reward-points label {
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.attributes .datepicker {
    width: 100%;
    text-align: center;
}

.ui-datepicker {
    width: 280px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
}

.ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: #97c300;
    color: #fff;
    overflow: hidden;
}

.ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    transition: all 0.2s ease;
}

.ui-datepicker-header a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.ui-datepicker-header a:before {
    display: block;
    font-size: 10px;
    color: #fff;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
}

.ui-datepicker-header a.ui-datepicker-prev:before {
    content: "\6b";
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
}

.ui-datepicker-header a.ui-datepicker-next:before {
    content: "\6a";
}

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.ui-datepicker-calendar th {
    background-color: #f6f6f6;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
    display: block;
    font-size: 14px;
    color: #8c8c8c;
    min-height: 32px;
    line-height: 32px;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.ui-datepicker-calendar th span {
    font-size: 13px;
}

.ui-datepicker-calendar td a:hover {
    background-color: #f1f1f1;
}

.ui-datepicker-calendar a.ui-state-active:hover,
.ui-datepicker-calendar a.ui-state-active {
    background-color: #97c300;
    color: #fff;
}

.attribute-squares {
    font-size: 0;
}

.attribute-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    line-height: normal !important;
    text-align: center;
}

.attribute-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
}

.attribute-squares input[type="radio"] {
    position: absolute;
    left: auto;
    z-index: -1;
    opacity: 0;
    margin-top: -25px;
}

.attribute-squares span {
    display: block;
    user-select: none;
}

.attribute-square {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    border: 2px solid #e7e7e7;
    border-radius: 3px;
    cursor: pointer;
}

.selected-value .attribute-square {
    border-color: #868686;
}

.attribute-squares .tooltip-container {
    display: none;
}

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}

.giftcard div {
    margin: 0 0 20px;
}

.giftcard label {
    display: block;
    margin: 0 0 5px;
}

.giftcard input,
.giftcard textarea {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
}

.giftcard textarea {
    height: 150px;
    line-height: 1.5;
}

.overview .prices,
.variant-overview .prices {
    margin: 10px 0;
    overflow: hidden;
    font-size: 14px;
    color: #8c8c8c;
}

.overview .prices>div,
.variant-overview .prices>div {
    margin: 0 0 5px;
}

.overview .old-product-price,
.variant-overview .old-product-price {
    color: #8c8c8c;
    text-decoration: line-through;
    font-size: 0;
}

.overview .old-product-price span,
.overview .old-product-price label,
.variant-overview .old-product-price span,
.variant-overview .old-product-price label {
    font-size: 17px;
}

.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    font-size: 14px;
    color: #8c8c8c;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 25px;
    color: #97c300;
    font-weight: bold;
}

.grouped-product-box {
    overflow: hidden;
    padding-top: 30px;
}

.grouped-product-box label {
    display: none;
    margin: 0 0 15px;
    color: #787878;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.grouped-btn {
    display: block;
    /* max-width: 320px;*/
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 3px;
    font-size: 14px;
    color: #8c8c8c;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-bottom: 16px;
}

.grouped-btn:before {
    content: "\4b";
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    font-size: 12px;
    color: #8e8e8e;
    text-transform: none;
    transition: all 0.2s ease;
}

.grouped-btn:hover {
    background-color: #eebe00;
    color: #fff;
}

.grouped-btn:hover:before {
    color: #fff;
}

.grouped-btn span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.grouped-btn strong {
    display: inline-block;
    vertical-align: top;
}

.tier-prices {
    margin: 20px 0 30px;
    font-size: 15px;
    color: #8c8c8c;
}

.tier-prices .title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #444444;
}

.tier-prices .prices-table {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 3px;
}

.tier-prices .prices-row {
    float: left;
    width: 50%;
}

.tier-prices .prices-row>div {
    padding: 10px;
}

.tier-prices .item-price {
    color: #97c300;
}

.tier-prices .tbody {
    border-left: 1px solid #e7e7e7;
}

.customer-entered-price {
    margin: 30px 0;
    overflow: hidden;
    padding: 10px;
}

.customer-entered-price .price-input {
    margin-bottom: 5px;
}

.customer-entered-price .price-input label {
    display: block;
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: bold;
    color: #444444;
}

.customer-entered-price .enter-price-input {
    border-radius: 3px;
    height: 45px;
    width: 150px;
    text-align: center;
}

.customer-entered-price .price-range {
    color: #8c8c8c;
}

.overview .add-to-cart {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
    /*  width: calc(100% - 55px);*/
    max-width: 330px;
}


/*.variant-overview .add-to-cart {
  display: inline-block;
}*/

.variant-overview .add-to-wishlist {
    display: block;
    vertical-align: top;
    font-size: 0;
    margin-left: 0;
    width: 100%;
}

.variant-overview .add-to-wishlist button {
    width: 100%;
    font-size: 15px;
    color: #fff;
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    background-color: #95c539;
}

.variant-overview .add-to-wishlist button span {
    margin-left: 15px;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    margin: 0 0 10px;
    font-size: 14px;
    color: #8c8c8c;
}

.overview .add-to-cart-panel {
    position: relative;
    font-size: 0;
    display: inline-block;
    width: 44%;
}

.variant-overview .add-to-cart-panel {
    position: relative;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.overview .qty-label,
.variant-overview .qty-label {
    position: absolute;
    left: -25px;
    line-height: 36px;
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    border-radius: 2px;
    height: 45px;
    padding: 12px;
    text-align: center;
    color: #444444;
    font-size: 14px;
    vertical-align: top;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    margin-right: 10px;
    width: 73px;
    padding: 0 33px 0 17px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background: url(../Themes/Emporium/Content/img/select-arrow-dark.svg) no-repeat right 15px center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.variant-overview .qty-dropdown,
.variant-overview .add-to-cart-qty-wrapper {
    margin-right: 5px;
}

.overview .qty-input,
.variant-overview .qty-input {
    padding-right: 50px;
    padding-left: 3px;
    width: 80px;
}

.variant-buttons-wrapper {
    font-size: 0;
}

.overview .qty-dropdown+.add-to-cart-button {
    width: calc(100% - 85px);
    max-width: 250px;
}

.overview .add-to-cart-qty-wrapper+.add-to-cart-button {
    padding: 0;
    padding: 0;
    width: 100%;
    border-radius: 2px;
    margin-top: 14px;
    /* width: calc(100% - 90px);
  max-width: 250px;*/
}

.add-to-cart-qty-wrapper {
    position: relative;
    vertical-align: top;
    margin-right: 10px;
}

.add-to-cart-qty-wrapper .plus,
.add-to-cart-qty-wrapper .minus {
    position: absolute;
    width: 15px;
    height: 18px;
    text-align: center;
    font-family: "emporium-icons";
    font-size: 11px;
    line-height: 18px;
    color: #8e8e8e;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.html-product-details-page .add-to-cart-qty-wrapper {
    margin-right: 0;
    float: left;
    width: 100px;
}

.product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper .plus {
    left: 0;
    top: 50%;
    transform: translate(10px, -50%);
}

.product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper .minus {
    right: 0;
    top: 50%;
    transform: translate(-10px, -50%);
}

.add-to-cart-qty-wrapper .plus:hover,
.add-to-cart-qty-wrapper .minus:hover {
    background-color: #eaeaea;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    padding: 0 15px;
    font-size: 15px;
    vertical-align: top;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.variant-overview .add-to-cart-button {
    padding: 0 14px;
    width: 140px;
}

.overview .add-to-wishlist {
    display: inline-block;
    margin-left: 5px;
}

.overview .add-to-wishlist button {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
    font-size: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: #95c539;
    transition: all 0.1s ease;
}

.overview .add-to-wishlist button:hover {
    background-color: #7da530;
    color: #fff;
}

.overview .add-to-wishlist button:before {
    content: "\63";
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    font-size: 17px;
    text-transform: none;
    font-weight: normal;
}

.pre-order-availability-date {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #8c8c8c;
}

.pre-order-availability-date label {
    vertical-align: top;
}

.full-description,
.product-specs-box {
    margin: 0 -10px;
    padding: 0 10px;
    background-color: #f6f6f6;
    clear: both;
}

.full-description {
    padding: 20px;
    line-height: 1.5;
    font-size: 15px;
    color: #8c8c8c;
    font-weight: 400;
}

.product-specs-box {
    padding: 10px 10px 30px;
}

.product-details-page .related-products-grid,
.product-details-page .also-purchased-products-grid {
    margin-top: 70px;
}

.product-collateral .title {
    margin: 0 0 10px;
    letter-spacing: 2px;
    font-size: 15px;
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
}

.product-tags-box .title,
.product-details-page .product-grid .title {
    font-size: 24px;
    color: #444444;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
}

.product-specs-box .data-table {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    text-align: left;
    margin: 0;
}

.product-specs-box .data-table td {
    padding: 8px 10px;
    border: none;
}

.data-table td .color-squares {
    margin: -5px 0;
}

.product-specs-box .data-table td.spec-value {
    font-size: 16px;
    color: #444444;
    border-left: 1px solid #eeeeee;
}

.product-specs-box .data-table td.spec-name {
    font-size: 17px;
    color: #8c8c8c;
    font-weight: 300;
}

.attributes-wrapper {
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 10px;
}

.product-variant-line .attributes-wrapper {
    border: none;
}

.product-tags-list {
    font-size: 0;
}

.product-tags-box {
    margin: 50px 0 85px;
}

.product-tags-box:last-child {
    margin-bottom: 0;
}

.product-tags-box .title {
    margin-bottom: 20px;
}

.product-tags-list li {
    display: inline-block;
    color: #8c8c8c;
    font-size: 16px;
    /*reset zeroing*/
}

.product-tags-list li.separator {
    margin: 0 5px 0 3px;
}

.product-tags-list a {
    display: inline-block;
    line-height: 24px;
    color: #97c300;
    transition: color 0.2s ease;
}

.product-tags-list a:hover {
    color: #7c9a16;
}

.product-collateral>div.product-variant-list {
    margin: 50px 0;
}

.product-variant-line {
    margin: 0 0 15px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 30px;
}

.product-variant-line:after {
    content: "";
    display: block;
    clear: both;
}

.variant-picture {
    position: relative;
    width: 100%;
    max-width: 330px;
    max-height: 330px;
    margin: 0 auto 15px;
    border-radius: 3px;
    overflow: hidden;
}

.variant-picture img {
    max-width: 100%;
}

.variant-overview {
    width: 100%;
}

.variant-overview .variant-name {
    margin: 0 0 10px;
    font-size: 22px;
    color: #444444;
    font-weight: bold;
}

.variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 1.5;
    font-size: 15px;
    color: #8c8c8c;
}

.variant-overview .add-to-wishlist-button {
    display: block;
    float: none;
    clear: both;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    font-size: 0;
    border: none;
    background-color: #f2f2f2;
    border-radius: 3px;
    transition: all 0.1s ease;
}

.variant-overview .add-to-wishlist-button:before {
    transition: all 0.2s ease;
    content: "\63";
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    font-size: 17px;
    text-transform: none;
    font-weight: normal;
}

.variant-overview .add-to-wishlist-button:hover {
    background-color: #eaeaea;
}

.ui-tabs {
    margin: 0 0 20px;
}

.ui-tabs .ui-tabs-nav {
    overflow: hidden;
    text-align: center;
}

.ui-tabs .ui-tabs-nav li {
    display: inline-block;
    margin: 0 15px;
}

.ui-tabs .ui-tabs-nav li a {
    display: inline-block;
    padding: 15px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000;
    border: 1px solid #8c8c8c;
    text-transform: uppercase;
    transition: all 0.1s ease;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 0px;
}

.ui-tabs .ui-tabs-nav li a:hover {
    color: #97c300;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
    color: #97c300;
    /*border-bottom: 2px solid #97c300;*/
}

.ui-tabs .ui-tabs-panel {
    background-color: #f6f6f6;
    padding: 40px 20px;
    margin: 0 -10px;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}


/********** PRODUCT REVIEWS **********/

.product-reviews-page h1 a {
    font-style: italic;
    transition: all 0.1s ease;
}

.product-reviews-page h1 a:hover {
    color: #8c8c8c;
}

.write-review .title,
.comment-form-btn {
    position: relative;
    height: 45px;
    margin: 0 0 45px;
}

.write-review .title strong,
.comment-form-btn strong {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 25px;
    height: 45px;
    max-width: 100%;
    border-radius: 3px;
    font-size: 14px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #eebe00;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.write-review .title strong span,
.comment-form-btn strong span {
    transition: all 0.1s ease;
}

.product-reviews-page .title strong:before,
.comment-form-btn strong:before,
.close-comment-form:before {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    transition: all 0.1s ease;
}

.product-reviews-page .title .close-review-form,
.comment-form-btn .close-comment-form {
    background-color: #e5e5e5;
    color: #8c8c8c;
    width: 0;
    max-width: 0;
    padding: 0;
    opacity: 0.4;
}

.product-reviews-page .title .close-review-form:before,
.comment-form-btn .close-comment-form:before {
    content: "\76";
    color: #8c8c8c;
    font-size: 12px;
}

.product-reviews-page .title .write-review-title:before {
    content: "\79";
    color: #fff;
    opacity: 0.6;
}

.product-reviews-page .title .close-review-form:hover {
    background-color: #eaeaea;
}

.product-reviews-page .title .write-review-title:hover {
    background-color: #e8af00;
}

.comment-form-btn .open-comment-form,
.product-reviews-page .title .write-review-title {
    transition: width 0.3s ease 0.3s, max-width 0.3s ease 0.3s, padding 0.3s ease 0.3s, opacity 0.3s ease 0.3s, background-color 0.2s ease 0s;
    opacity: 1;
}

.comment-form-btn.open .open-comment-form,
.product-reviews-page .title.open .write-review-title {
    width: 0;
    max-width: 0;
    padding: 0;
    opacity: 0.4;
    transition-delay: 0s;
}

.comment-form-btn .open-comment-form span,
.comment-form-btn .open-comment-form:before,
.product-reviews-page .title .write-review-title span,
.product-reviews-page .title .write-review-title:before {
    opacity: 1;
}

.comment-form-btn.open .open-comment-form span,
.comment-form-btn.open .open-comment-form:before,
.product-reviews-page .title.open .write-review-title span,
.product-reviews-page .title.open .write-review-title:before {
    opacity: 0;
}

.comment-form-btn.open .close-comment-form,
.product-reviews-page .title.open .close-review-form {
    width: auto;
    max-width: 280px;
    padding: 0 25px;
    opacity: 1;
    transition: width 0.3s ease 0.3s, max-width 0.3s ease 0.3s, padding 0.3s ease 0.3s, opacity 0.3s ease 0.3s, background-color 0.2s ease 0s;
}

.comment-form-btn .close-comment-form:before,
.comment-form-btn .close-comment-form span,
.product-reviews-page .title .close-review-form span,
.product-reviews-page .title .close-review-title:before {
    opacity: 0;
}

.comment-form-btn.open .close-comment-form:before,
.comment-form-btn.open .close-comment-form span,
.product-reviews-page .title.open .close-review-form span,
.product-reviews-page .title.open .close-review-title:before {
    opacity: 1;
}

.write-review {
    margin: 0 0 50px;
    text-align: center;
}

.write-review-collapse {
    display: none;
    padding: 20px;
    max-width: 740px;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    background-color: #fff;
}

.write-review .form-fields {
    margin: 0 0 15px;
}

.write-review .review-rating {
    text-align: center;
    margin-top: 20px;
}

.write-review .review-rating>label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
}

.review-rating .tooltip {
    position: relative;
}

.review-rating .tooltip:hover .tooltiptext {
    opacity: 1;
}

.review-rating .tooltiptext {
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    background: #e5e5e5;
    left: 50%;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: normal;
    color: #444;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}

.review-rating .tooltiptext:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #e5e5e5;
    border-width: 8px;
    margin-left: -8px;
}

.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}

.rating-options {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.write-review .rating-options * {
    float: left;
}

.write-review .rating-options input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.write-review .rating-options label {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: 0 0;
    background-size: contain;
    font-size: 0;
    cursor: pointer;
}

.write-review .rating-options label:before,
.write-review .rating-options input[type="radio"]:checked+label:before {
    display: inline-block;
    content: "\e900";
    color: #ffcd46;
    font-size: 25px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    width: 25px;
    height: 25px;
    line-height: 1;
    transition: all 0.2s ease;
}

.write-review .rating-options:hover label:before {
    color: #ffcd46 !important;
}

.write-review .rating-options:hover label:hover:before,
.write-review .rating-options:hover input:checked~label:before,
.write-review .rating-options input:checked~label:hover:before {
    color: #ffcd46;
}

.write-review .rating-options label:hover~label:before {
    color: #e0e0e0 !important;
}

.write-review .rating-options:hover input:checked~label:hover~label:before,
.write-review .rating-options input:checked~label:hover~label:before,
.write-review .rating-options input:checked~label~label:before {
    color: #e0e0e0;
}

.write-review .rating-options input:checked+label:before {
    -webkit-animation: stars 0.7s linear;
    -moz-animation: stars 0.7s linear;
    animation: stars 0.7s linear;
}

.write-review .review-rating li.first {
    color: #ff4f60;
}

.write-review .product-review-links,
.write-review .product-review-box {
    margin: 0 0 15px;
}

.write-review .product-review-links a {
    font-size: 16px;
    color: #8c8c8c;
    font-weight: 700;
    transition: all 0.1s ease;
}

.write-review .product-review-links a:hover {
    color: #444;
}

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    display: block;
    border: none;
    padding: 0 25px;
    height: 45px;
    width: 100%;
    border-radius: 3px;
    background-color: #eebe00;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s ease;
}

.write-review .button-1:hover {
    background-color: #e8af00;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    border-radius: 3px;
}

.product-review-list:last-child {
    margin-bottom: 0;
}

.product-review-item {
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
}

.product-review-item:last-child {
    border-bottom: 0;
}

.product-review-item .product-review-box {
    display: block;
    margin-bottom: 12px;
    margin: 0 0 5px;
}

.product-review-item .product-review-box .rating {
    margin: 0 auto;
}

.product-review-item .review-item-head {
    margin: 0 0 15px;
    text-align: center;
}

.product-review-item .review-title {
    font-size: 15px;
    font-weight: 400;
    color: #444;
}

.product-review-item .review-text {
    margin: 0 0 25px;
    font-size: 15px;
    color: #8c8c8c;
}

.product-review-item .review-type-rating-ext {
    overflow: hidden;
}

.product-review-item .review-type-rating-ext .review-title {
    float: left;
}

.product-review-item .review-type-rating-ext .product-review-box {
    float: right;
    margin: 4px 0;
}

.product-review-item .review-text:last-child {
    margin-bottom: 0;
}

.product-review-item .review-info {
    margin: 0 0 10px;
}

.product-review-item .review-info a,
.product-review-item .review-info span span {
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    line-height: 18px;
    color: #8c8c8c;
    transition: all 0.1s ease;
}

.product-review-item .review-info .user,
.product-review-item .review-info .user a {
    font-size: 17px;
    color: #8c8c8c;
}

.product-review-helpfulness {
    margin-top: 30px;
}

.product-review-item .review-info a:hover {
    color: #444;
}

.product-review-item .review-info span span {
    font-size: 14px;
}

.product-review-item .review-info span {
    display: block;
    vertical-align: middle;
    line-height: 18px;
}

.product-review-item .review-info .separator {
    margin: 0 5px;
    font-size: 18px;
    font-weight: 300;
}

.product-review-item .review-info span label {
    display: none;
}

.product-review-helpfulness>span {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #8c8c8c;
}

.product-review-helpfulness>span:first-child {
    margin-top: 0;
}

.vote-stats>span {
    display: inline-block;
    margin: 0 3px;
}

.product-review-helpfulness .vote {
    display: inline-block;
    padding: 5px 5px 0 5px;
    font-size: 0;
    cursor: pointer;
}

.product-review-helpfulness .vote:before {
    display: block;
    font-size: 20px;
    color: #8c8c8c;
    transition: all 0.2s ease;
}

.product-review-helpfulness .vote:hover:before {
    color: #97c300;
}

.product-review-helpfulness .vote:first-child:before {
    content: "\46";
}

.product-review-helpfulness .vote:last-child:before {
    content: "\47";
}

.product-review-helpfulness .vote:first-child:hover:before {
    content: "\e902";
}

.product-review-helpfulness .vote:last-child:hover:before {
    content: "\e901";
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}

.product-review-item .reply {
    margin: 30px 0 0;
    padding: 15px;
    border-radius: 3px;
    background-color: #f6f6f6;
}

.product-review-item .reply-header {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 15px;
    color: #444;
}

.product-review-item .reply-text {
    font-size: 14px;
}


/********** WISHLIST & COMPARE LIST **********/

.wishlist-content {
    margin: 0 0 20px;
}

td.add-to-cart {
    white-space: nowrap;
}

td.remove-from-cart {
    white-space: nowrap;
}

.heart-break svg {
    width: 32px;
    height: 32px;
}

.wishlist-content>.message-error {
    margin: 0 0 20px !important;
    text-align: center;
}

.wishlist-content .tax-shipping-info {
    margin: 0 0 30px;
    font-size: 15px;
    color: #444;
}

.wishlist-content .cart {
    margin-bottom: 30px;
}

.wishlist-content .buttons {
    font-size: 0;
}

.wishlist-content .button-2 {
    position: relative;
    display: block;
    border: none;
    height: 45px;
    width: 255px;
    line-height: 45px;
    padding: 0 20px;
    margin: 0 auto 7px;
    background: #95c539 !important;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease;
}

.wishlist-content .button-2:hover {
    background: #7da530 !important;
}

.wishlist-content .wishlist-add-to-cart-button:before {
    content: "\64";
}

.update-wishlist-button,
.email-a-friend-wishlist-button {
    position: relative;
    overflow: hidden;
}

.update-wishlist-button span,
.email-a-friend-wishlist-button span {
    position: relative;
    z-index: 1;
}

.update-wishlist-button:before {
    content: "\59";
}

.update-wishlist-button:hover:before {
    -webkit-animation: updating 1s linear infinite;
    -moz-animation: updating 1s linear infinite;
    animation: updating 1s linear infinite;
}

.update-wishlist-button:hover::after {
    height: 100%;
    opacity: 0.6;
    transition: all 0.5s ease-in;
}

.email-a-friend-wishlist-button:before {
    content: "\6d";
}

.email-a-friend-wishlist-button:hover:before {
    -webkit-animation: emailing 0.2s linear;
    -moz-animation: emailing 0.2s linear;
    animation: emailing 0.2s linear;
}

.wishlist-page .share-info {
    margin: 70px -10px 50px;
    background-color: #f9f9f9;
    padding: 30px 20px;
}

.wishlist-page .share-label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #8c8c8c;
}

.wishlist-page .share-info a {
    display: block;
    font-size: 15px;
    color: #97c300;
}

.compare-products-page .page-body {
    text-align: center;
}

.compare-products-page .clear-list {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    margin: 0 0 8px;
    font-weight: 700;
    border-radius: 3px;
    color: #8c8c8c;
    background-color: #f6f6f6;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.2s ease;
}

.compare-products-page .clear-list span {
    position: relative;
    z-index: 1;
}

.compare-products-page .clear-list:before {
    content: "\5a";
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    font-size: 20px;
    color: #8c8c8c;
    text-transform: none;
    font-weight: normal;
    transition: all 0.2s ease !important;
    z-index: 1;
}

.compare-products-page .clear-list:hover:before {
    -webkit-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
    -moz-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
    animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
}

.compare-products-table {
    display: none;
}

.compare-products-mobile {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 -10px;
}

.compare-products-mobile .compare-section>ul {
    padding: 17px 10px;
    text-align: left;
    overflow: hidden;
}

.compare-products-mobile .product {
    overflow: hidden;
}

.compare-products-mobile .product .item {
    position: relative;
}

.compare-products-mobile .product-name {
    padding-right: 40px;
    font-size: 15px;
    color: #444;
    font-weight: 700;
}

.compare-products-mobile .item {
    padding: 3px 10px;
}

.compare-products-mobile .item .picture,
.compare-products-mobile .item img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 50px;
}

.compare-products-mobile .item .details,
.compare-products-mobile .item>span,
.compare-products-mobile .item>p {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 63px);
    font-size: 15px;
    font-weight: 400;
    color: #8c8c8c;
}

.compare-products-mobile .item p {
    vertical-align: top;
    margin-bottom: 20px;
}

.compare-products-mobile .title {
    padding: 15px 20px;
    font-size: 17px;
    color: #8c8c8c;
    font-weight: 300;
    background-color: #f6f6f6;
}

.compare-section.product .title {
    display: none;
}

.compare-products-page .remove-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 0;
    border: none;
    transition: all 0.1s ease;
}

.compare-products-page .remove-button:hover {
    background-color: #e9e9e9;
}

.compare-products-page .remove-button:before {
    content: "\4d";
    display: block;
    color: #8c8c8c;
    font-size: 16px;
}

.compare-products-mobile .remove-button {
    position: absolute;
    top: 8px;
    right: 5px;
    left: auto;
}

.compare-products-mobile .price .item span {
    font-size: 17px;
    font-weight: 700;
    color: #97c300;
}

.compare-products-page .attribute-square {
    margin: 0 auto;
}


/*********** TOPICS ***********/

.topic-block {
    margin: 0 auto 30px;
    padding: 0 10px;
    text-align: center;
    max-width: 1000px;
}

.home-page .topic-block {
    margin: 0 0 30px;
}

.topic-block-title {
    margin: 0 0 20px;
}

.topic-block-title h1 {
    font-weight: 700;
    color: #444;
}

.topic-block-title h2 {
    font-weight: 700;
    color: #8c8c8c;
}

.topic-block-body p {
    line-height: 1.5;
    font-size: 16px;
    color: #8c8c8c;
    font-weight: 400;
}

.topic-block-body li {
    font-size: 15px;
    color: #8c8c8c;
    line-height: 2;
}

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-page .page-body {
    max-width: 1000px;
    margin: 0 auto;
}

.topic-page ul,
.topic-page ol {
    font-size: 15px;
    line-height: 1.5;
    color: #8c8c8c;
}

.home-page .topic-block {
    margin: 0 auto;
    text-align: center;
}

.home-page .topic-block-title h2 {
    font-size: 35px;
    color: #000;
}

.home-intro .topic-block {
    margin-bottom: 0;
}

.home-page .topic-block-body {
    padding: 0 10px;
}

.home-intro {
    background-color: #f0f0f0;
    padding: 40px 0;
}

.home-intro .topic-block-body p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 32px;
}

.home-intro .topic-block-body h2 {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 46px;
}

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 0;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 20px;
    color: #8c8c8c;
    font-size: 15px;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

.enter-password-form input[type="password"] {
    float: left;
    width: calc(100% - 100px);
    height: 36px;
    border-radius: 3px 0 0 3px;
}

.enter-password-form input[type="submit"] {
    float: left;
    width: 100px;
    height: 36px;
    border: none;
    border-radius: 0 3px 3px 0;
    padding: 0 20px;
}

.password-error {
    margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-picture {
    text-align: center;
}

.contact-picture img {
    width: 500px;
    height: 500px;
}

.opening-hours h2,
.SalesSupport h2 {
    display: inline-block;
    border-bottom: 3px solid #576750;
    padding-bottom: 8px;
    margin-bottom: 15px;
    color: #000;
    padding-top: 30px;
}

.contact-left .topic-block .topic-block-body h2 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.opening-hours p {
    color: #000;
}

.contact-left .topic-block .topic-block-body p {
    color: #000;
}

.contact-map {
    margin-top: 62px;
    border-top: 1px solid #cccaca;
    padding-top: 30px;
}

.contact-map-header h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding-bottom: 16px;
}

.contact-map-header p {
    font-size: 14px;
}

.contact-right textarea {
    height: 300px;
    padding-top: 16px;
}

.contact-right .buttons input {
    display: block;
    width: auto !important;
    padding: 0 68px;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
    margin: 0 0 15px;
}

.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
    margin: 0 0 10px;
}

.contact-page .topic-block {
    margin-bottom: 40px;
}

.email-a-friend-page .title {
    margin: 0 0 30px;
    font-size: 16px;
}

.email-a-friend-page .title h2 {
    font-size: 16px;
    font-weight: 300;
}

.email-a-friend-page .title a {
    color: #97c300;
}

.apply-vendor-page .terms-of-service {
    margin: 30px 0;
}

.bb-code-editor-wrapper {
    margin-bottom: 5px;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.login-page .title strong,
.registration-page .title strong {
    font-weight: 300;
    color: #8c8c8c;
}

.registration-page .page-title+.message-error {
    margin-bottom: 30px;
}

.gender {
    font-size: 0;
}

.gender span:first-child {
    display: inline-block;
    margin-right: 40px;
}

.gender label {
    display: inline-block;
    padding: 8px 0;
    width: auto !important;
    cursor: pointer;
    font-weight: 300;
}

.gender input:checked+label {
    color: #444;
}

.date-picker-wrapper {
    width: 100%;
}

.date-of-birth .date-picker-wrapper select {
    border-radius: 0;
    padding: 0 25px 0 10px;
    width: 46%;
    background: #fff url(../Themes/Emporium/Content/img/select-arrow-dark.svg) no-repeat right 10px center;
}

.date-of-birth .date-picker-wrapper select:first-child {
    border-radius: 3px 0 0 3px;
    width: 27%;
}

.date-of-birth .date-picker-wrapper select:last-child {
    border-radius: 0 3px 3px 0;
    width: 27%;
}

.date-of-birth select+select {
    margin: 0 0 0 -1px;
}

#check-availability-button {
    display: block;
    border: none;
    border-radius: 3px;
    vertical-align: top;
    background-color: #f1f1f1;
    color: #8c8c8c;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 10px auto 0;
    height: 45px;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.1s ease;
}

#check-availability-button:hover {
    background-color: #eaeaea;
}

#username-availabilty {
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 13px;
}

#username-availabilty:empty {
    display: none;
}

.login-page .forgot-password {
    font-size: 13px !important;
    font-weight: 700 !important;
}

.vat-status,
.vat-note {
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 12px;
    /*reset zeroing*/
    white-space: normal;
}

.inputs.accept-consent {
    margin: 0 0 20px;
    text-align: center;
}

.inputs.accept-consent .read {
    margin-left: 5px;
    font-size: 15px;
    color: #97c300;
    cursor: pointer;
    clear: none;
    transition: all 0.1s ease;
}

.center-2 .product-list .item-box .buttons .button-2:hover {
    background-color: #e8af00;
}

.email-a-friend-page .button-1:only-child,
.contact-page .buttons .button-1:only-child,
.forum-edit-page .button-1:only-child,
.registration-page .button-1:only-child,
.apply-vendor-page .button-1:only-child {
    width: 100%;
}

.forum-edit-page .buttons,
.private-message-send-page .buttons,
.move-topic-page .buttons {
    font-size: 0;
}

.forum-edit-page .buttons input,
.private-message-send-page .buttons input,
.move-topic-page .buttons input {
    width: 49%;
    margin: 0 0 0 2%;
}

.forum-edit-page .buttons input:nth-child(2n+1),
.private-message-send-page .buttons input:nth-child(2n+1),
.move-topic-page .buttons input:nth-child(2n+1) {
    margin-left: 0;
}

.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
    width: auto;
    min-width: 125px;
}

.account-page .save-customer-info-button {
    min-width: 100px !important;
}

.registration-result-page .result {
    margin: 0 0 30px;
    color: #8c8c8c;
}

.login-page .in-header-register {
    display: none;
}

.page.login-page {
    text-align: center;
}

.login-page .page-title,
.registration-page .page-title {
    text-align: center;
}

.login-page .customer-blocks {
    margin: 0 0 50px;
}

.login-page .customer-blocks:after {
    content: "";
    display: block;
    clear: both;
}

.login-page .customer-blocks+.topic-block {
    margin-bottom: 50px;
}

.login-page .new-wrapper,
.login-page .returning-wrapper form,
.registration-page .page-body,
.email-a-friend-page .page-body form,
.password-recovery-page .page-body,
.private-message-send-page .page-body,
.apply-vendor-page .page-body form,
.forum-edit-page .page-body,
.form-style,
.move-topic-page .page-body {
    max-width: 600px;
    margin: 0 auto 30px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.registration-page .page-body,
.email-a-friend-page .page-body form,
.contact-page .page-body form,
.apply-vendor-page .page-body form,
.forum-edit-page .page-body,
.password-recovery-page .page-body,
.private-message-send-page .page-body,
.move-topic-page .page-body {
    max-width: none;
    margin-bottom: 0;
}

.registration-page,
.email-a-friend-page,
.apply-vendor-page,
.forum-edit-page,
.password-recovery-page,
.private-message-send-page,
.move-topic-page {
    max-width: 800px;
    margin: 0 auto;
}

.email-a-friend-page .page-body form,
.contact-page .page-body form,
.apply-vendor-page .page-body form,
.forum-edit-page .page-body,
.form-style,
.password-recovery-page .page-body,
.private-message-send-page .page-body,
.move-topic-page .page-body {
    padding: 40px 20px;
}

.login-page .title,
.registration-page .title {
    margin: 0;
    padding: 18px;
    font-size: 18px;
    color: #8c8c8c;
    background-color: #f9f9f9;
    border-radius: 3px 3px 0 0;
    text-align: center;
}

.login-page .topic-block-title h2 {
    color: #444;
}

.title+.message-error {
    margin: 20px 20px 0;
}

.login-page .title strong {
    font-weight: 300;
}

.login-page .text {
    padding: 30px 20px 20px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #8c8c8c;
}

.new-wrapper .text:before {
    content: "\79";
    display: block;
    margin-bottom: 15px;
    font-size: 55px;
    line-height: initial;
    color: #c6c6c6;
}

.returning-wrapper .form-fields,
.registration-page .form-fields {
    padding: 30px 20px 20px;
}

label[for="Newsletter"],
.inputs.accept-consent label {
    color: #444 !important;
    clear: none;
}

.login-page .buttons,
.registration-page .buttons {
    padding: 10px 20px 20px;
}

.login-page .inputs.reversed label,
.login-page .inputs.reversed span {
    margin: 0;
    width: auto;
    font-size: 13px;
    /*reset zeroing*/
    color: #8c8c8c;
    font-weight: 400;
}

.login-page .inputs.reversed label {
    float: left;
    clear: none;
}

.login-page .inputs.reversed span {
    float: right;
    clear: none;
}

.login-page .inputs.reversed a:hover {
    color: #444;
}

.login-page .inputs.reversed input[type="checkbox"]+label:before {
    vertical-align: bottom;
}

.login-page .returning-wrapper .external-authentication {
    clear: both;
}

.login-page .external-authentication>* {
    margin: 30px -10px 0;
    padding: 30px 0;
    width: calc(100% + 20px);
    background-color: #f9f9f9;
    text-align: center;
}

.login-page .external-authentication .buttons {
    margin: 0;
    padding: 0;
}

.external-authentication .title {
    display: none;
}

.password-recovery-page .tooltip {
    margin: 0 0 20px;
    font-size: 15px;
    color: #8c8c8c;
    line-height: 1.5;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
}

.select-navigation {
    padding: 20px;
    background-color: #f6f6f6;
    text-align: center;
}

.select-navigation select {
    background-color: #fff;
    width: 300px;
}

.html-account-page .side-2 {
    margin-bottom: 3px;
}

.html-account-page .master-wrapper-content {
    padding: 40px 0 0;
}

.account-page {
    padding: 40px 10px;
    background-color: #f6f6f6;
}

.account-page .data-table {
    text-align: center;
}

.account-page .fieldset {
    margin-bottom: 16px;
}

.registration-page .fieldset {
    margin-bottom: 16px;
}

.account-page .section>.title,
.reward-points-overview,
.forum-subscriptions-page .description {
    text-align: left;
}

.account-page .title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #8c8c8c;
    text-align: left;
}

.account-page .title strong {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-bottom: 16px;
    display: inline-block;
}

.customer-info-page .page-body,
.change-password-page .page-body,
.check-gift-card-balance-page .page-body,
.avatar-page .page-body,
.address-edit-page .page-body,
.vendorinfo-page .page-body {
    padding: 20px;
    max-width: 740px;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    background-color: #fff;
}

.account-page .inputs {
    text-align: left;
    margin-bottom: 16px;
}

.account-page .button-2 {
    border: none;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    vertical-align: top;
    background-color: #f1f1f1;
    font-size: 13px;
    color: #8c8c8c;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.1s ease;
}

.account-page .button-2:hover {
    background-color: #eaeaea;
}

.account-page .button-2.return-items-button {
    display: block;
    width: auto;
    height: auto;
    margin: 20px auto 0;
    padding: 0;
    background-color: transparent;
    transition: all 0.2s ease;
}

.account-page .button-2.return-items-button:before {
    content: "\4f";
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    font-size: 14px;
    color: #8c8c8c;
    text-transform: none;
    font-weight: normal;
    transition: all 0.2s ease;
}

.account-page .button-2.return-items-button:hover,
.account-page .button-2.return-items-button:hover:before {
    color: #97c300;
}

.account-page .edit-address {
    margin: 0 0 20px;
}

.account-page .description,
.reward-points-overview,
.result {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.result {
    text-align: center;
}

.address-item,
.add-button,
.order-item,
.request-item {
    padding: 40px 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    vertical-align: top;
}

.new-address-content:before {
    display: block;
    margin-bottom: 40px;
    content: "\55";
    font-size: 50px;
    color: #000;
}

.add-button.address-item {
    position: relative;
}

.new-address-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.new-address-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.address-item .title,
.order-item .title,
.request-item .title {
    margin-bottom: 12px;
    color: #444;
}

.address-item .title strong,
.order-item .title strong,
.request-item .title strong {
    font-weight: 700;
    color: #444;
    font-size: 18px;
}

.email-to-revalidate,
.email-to-revalidate-note {
    display: inline-block;
    margin: 10px 5px;
    vertical-align: top;
    font-size: 12px;
    /*reset zeroing*/
    white-space: normal;
}

.address-item .info,
.order-item .info {
    margin: 0 0 30px;
}

.address-item li,
.order-item li,
.request-item li {
    margin-bottom: 3px;
    font-size: 14px;
    color: #000;
    line-height: 1.3;
}

.address-list-page .info li>label,
.order-list-page .info li>label {
    display: none;
}

.address-item .name,
.address-item .email {
    font-weight: 700;
    font-size: 16px;
    color: #444;
}

.address-item .email {
    margin-bottom: 10px;
}

.button-2.edit-address-button,
.button-2.delete-address-button {
    border: none;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    background-color: #f1f1f1;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}

.button-2.edit-address-button {
    background-image: url('../Themes/Emporium/Content/img/edit-icon.png');
}

.button-2.delete-address-button {
    background-image: url('../Themes/Emporium/Content/img/delete-icon.png');
}

.return-request-list-page a {
    font-weight: bold;
    color: #444;
}

.return-request-list-page .comments {
    margin: 15px 0 0;
}

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    text-align: center;
}

.reward-points-overview {
    margin: 0 0 15px;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .fieldset {
    margin: 0 auto 30px;
    text-align: center;
}

.avatar-page .image {
    margin: 0 0 10px;
}

.account-page .button-1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 50px;
}

.avatar-page .info {
    margin: 0 0 30px;
    font-size: 15px;
    color: #959595;
    text-align: center;
}

.account-page.avatar-page .buttons {
    text-align: center;
}

.avatar-page .upload-image {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.avatar-page .upload-image+label {
    display: inline-block;
    cursor: pointer;
}

.avatar-page .upload-image.valid+label {
    background-color: #97c300;
    color: #fff;
}

.avatar-page .upload-image.valid+label:hover {
    background-color: #5c7600;
}

.avatar-page .upload-image.valid+label:before {
    content: "\30";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
    text-transform: lowercase;
    font-size: 13px;
}

.avatar-page .upload-image:focus+label,
.avatar-page .upload-image+label:hover {
    background-color: #eaeaea;
}

.vendorinfo-page .vendor-picture {
    margin: 10px 0 0;
    text-align: center;
}

.vendorinfo-page .vendor-picture img {
    display: block;
    margin: 0 auto 10px;
}

.reward-points-history {
    margin-bottom: 0;
}

.gdpr-tools-page .form-fields+.buttons {
    margin-top: 30px;
}

.check-gift-card-balance-page .captcha-box {
    margin-bottom: 25px;
}


/********** SHOPPING CART **********/

.order-progress {
    margin: 0 0 40px;
    text-align: center;
}

.order-progress ul {
    font-size: 0;
}

.order-progress li {
    display: inline-block;
}

.order-progress a {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0;
    /*reset zeroing*/
}

.order-progress a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: #eee;
    border-radius: 50%;
    border: 0;
    color: #fff;
    box-shadow: none;
    z-index: 1;
    transition: all 0.5s ease 0s, color 0.4s ease 0.4s;
}

.order-progress .active-step.last a:before {
    content: "\64";
    font-size: 20px;
    text-indent: -2px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    color: #8e8e8e;
    line-height: 43px;
    text-align: center;
    font-weight: normal;
    text-transform: none;
    border: 3px solid #97c300;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.order-progress a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: #eee;
    z-index: 0;
}

.order-progress li:first-child a:after,
.order-progress li:last-child a:after {
    width: 50%;
}

.order-progress li:first-child a:after {
    right: 0;
    left: auto;
}

.order-progress .active-step a {
    cursor: pointer;
}

.order-progress .active-step:not(.last) a:hover:before {
    background-color: #97c300;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.order-progress li.inactive-step a {
    cursor: default;
}

.checkout-buttons .button-1 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.no-data {
    text-align: center;
    font-size: 15px;
    color: #8c8c8c;
}

.no-data p {
    font-size: 18px;
    color: #000;
    padding-top: 18px;
}

.shopping-cart-page .common-buttons button,
.shopping-cart-page .cart-collaterals .button-2,
.checkout-page .button-2,
.order-details-page .page-title a,
.order-details-page .repost .button-2,
.button-2.submit-ticket {
    display: inline-block;
    border: none;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    margin: 0 2px;
    background-color: #95c539;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease;
}

.shopping-cart-page .common-buttons button:hover,
.shopping-cart-page .cart-collaterals .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title a:hover,
.order-details-page .repost .button-2:hover {
    background-color: #7da530;
}

.shopping-cart-page .common-buttons {
    margin-bottom: 50px;
    font-size: 0;
}

.shopping-cart-page .common-buttons button {
    position: relative;
    display: block;
    margin: 0 auto 7px;
    padding: 0 20px;
    width: 255px;
}

.shopping-cart-page .common-buttons button:before,
.wishlist-content .button-2:before {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    transition: all 0.2s ease !important;
    z-index: 1;
}

.shopping-cart-page .common-buttons .continue-shopping-button:before {
    content: "\64";
}

.shopping-cart-page .product-grid {
    clear: both;
    float: left;
    width: 100%;
    margin: 70px 0 0;
}

.update-cart-button:before {
    content: "\59";
}

.clear-cart-button:before {
    content: "\5a";
}

.clear-cart-button:hover:before {
    -webkit-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
    -moz-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
    animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
}

.clear-cart-button span,
.update-cart-button span {
    position: relative;
    z-index: 1;
}

.update-cart-button:hover:before {
    -webkit-animation: updating 1s linear infinite;
    -moz-animation: updating 1s linear infinite;
    animation: updating 1s linear infinite;
}

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    border: none;
    background: #f1f1f1 url('../Themes/Emporium/Content/img/close.png') center no-repeat;
    cursor: pointer;
}

.remove-discount-button:hover,
.remove-gift-card-button:hover {
    background-color: #e9e9e9;
}

.shopping-cart-page .message-error {
    margin: 0 0 20px !important;
    font-size: 13px;
}

.shopping-cart-page .order-summary-content>.message-error {
    text-align: center;
}

.cart-options {
    margin: 0;
    text-align: center;
}

.cart-options>*:last-child {
    margin-bottom: 2px;
}

.cart-options .common-buttons {
    font-size: 0;
}

.cart-options .common-buttons input {
    min-width: 150px;
    margin: 0 5px 5px;
}

.cart-options .checkout-attributes {
    text-align: left;
}

.cart-options .checkout-attributes dl {
    max-width: 400px;
    margin: 0 auto;
}

.cart-options .checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: bold;
}

.cart-options .checkout-attributes dd {
    margin: 0 0 15px;
}

.cart-options .checkout-attributes li {
    line-height: 24px;
}

.section.options {
    margin-bottom: 3px;
}

.checkout-attributes,
.selected-checkout-attributes {
    padding: 30px 20px;
    margin: 20px 0 0;
    border-radius: 3px;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #444;
}

.cart-footer:after {
    content: "";
    display: block;
    clear: both;
}

.cart-footer .total-info {
    margin: 0 0 30px;
}

.cart-footer .total-info:only-child {
    margin: 0;
}

.totals {
    border-radius: 3px;
    padding: 30px 20px;
    background-color: #f6f6f6;
}

.totals>div {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.cart-total td {
    width: 50%;
    padding: 7px 5px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.cart-total td label {
    font-size: 16px;
    color: #444;
    font-weight: 400;
}

.order-total td label,
.order-total td span {
    font-size: 14px;
    color: #97c300;
    font-weight: 700;
}

.cart-total-left {
    text-align: left;
}

.cart-total-right {
    text-align: right;
}

.cart-total .order-total {
    font-size: 16px;
    color: #97c300;
}

.terms-of-service {
    margin: 0 0 30px;
    text-align: center;
}

.terms-of-service input[type="checkbox"]+label {
    display: inline;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
}

.terms-of-service input[type="checkbox"]+label:before {
    vertical-align: middle;
}

.terms-of-service .read {
    margin: 0 0 0 3px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    color: #97c300;
}

.terms-of-service .read:hover {
    color: #7c9a16;
}

.cart-footer .addon-buttons>img:first-child,
.cart-footer .addon-buttons>p:first-child {
    margin: 20px 0 0;
}

.cart-collaterals {
    max-width: 100%;
    margin: 0 auto 30px;
}

.cart-collaterals>div {
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 0 0 10px;
    overflow: hidden;
}

td.cart-total-left label {
    font-weight: 700;
    color: #000;
}

td.cart-total-right span {
    font-weight: 400;
    color: #000;
}

.cart-collaterals>div>.title {
    position: relative;
    display: block;
    height: 60px;
    padding: 0 20px 0 40px;
    margin: 0;
    line-height: 60px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.1s ease;
    text-align: left;
}

.cart-collaterals>div>.title:hover {
    color: #97c300;
}

.cart-collaterals>div>.title:before {
    content: "\57";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 20px;
    font-size: 10px;
    color: #97c300;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: none;
    transition: all 0.3s ease;
}

.cart-collaterals>div>.title.open:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    color: #95c639;
}

.cart-collaterals>div>.list {
    display: none;
    padding: 30px 20px;
}

.cart-collaterals .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
}

.cart-collaterals .hint {
    margin: 0 0 20px;
    font-size: 15px;
    color: #8c8c8c;
}

.cart-collaterals .coupon-code {
    overflow: hidden;
    font-size: 0;
}

.cart-collaterals .coupon-code input[type="text"],
.cart-collaterals .coupon-code input[type="email"],
.cart-collaterals .coupon-code input[type="tel"] {
    float: left;
    width: calc(100% - 105px);
}

.cart-collaterals .coupon-code input[type="submit"] {
    float: left;
    width: 100px;
    padding: 0 15px;
    height: 48px;
    margin: 0 0 0 5px;
    border-radius: 3px;
    background-color: #576750;
    color: #fff;
}

.cart-collaterals .coupon-code input[type="submit"] {
    background-color: #95c539;
    color: #fff;
}

.cart-collaterals .message-failure {
    margin: 5px 0 0;
    color: #ff4f60;
    font-size: 13px;
    font-weight: 700;
}

.cart-collaterals .message-success {
    margin: 5px 0 0;
    color: #97c300;
    font-size: 13px;
    font-weight: 700;
}

.cart-collaterals .current-code {
    margin: 7px 0 0;
    color: #444;
    font-size: 14px;
}

.coupon-code+.current-code {
    margin-top: 10px;
}

.cart-collaterals .shipping-results {
    margin: 30px 0 0;
}

.cart-collaterals .shipping-results li {
    margin: 10px 0 0;
    font-size: 14px;
    color: #8c8c8c;
}

.cart-collaterals .shipping-results li strong {
    color: #444;
}

.cart-collaterals .shipping-results li:first-child {
    margin-top: 0;
}

.cart-collaterals .shipping-results .option-description {
    font-weight: 400;
}

.coupon-box+.giftcard-box,
.shipping-options .buttons {
    margin-top: 30px;
}

.estimate-shipping-result {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #ff4f60;
}


/********** CHECKOUT **********/

.checkout-page .section {
    margin: 0 0 0;
}

.checkout-page .section .title {
    margin: 0 0 0;
    text-align: center;
}

.checkout-page .add-button:before {
    content: none;
    display: none;
}

.checkout-page .select-billing-address>.title {
    display: none;
}

.checkout-page .order-summary>.title strong {
    font-size: 24px;
    font-weight: 700;
}

.ship-to-same-address,
.pickup-in-store {
    margin-top: 40px !important;
    text-align: center;
}

.ship-to-same-address input[type="checkbox"]+label,
.pickup-in-store input[type="checkbox"]+label {
    font-weight: 700;
    color: #444;
}

.pickup-in-store .description {
    margin: 10px 0 0;
    font-size: 15px;
    color: #8c8c8c;
    font-weight: 400;
}

.pickup-points .message-error {
    text-align: center;
    margin: 20px 0 !important;
}

.checkout-page .address-grid {
    overflow: hidden;
    font-size: 0;
}

.address-grid>div {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.checkout-page .message-error {
    text-align: center;
    margin-top: 25px;
}

.checkout-page .multiple-locations {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    color: #97c300;
}

.checkout-page .add-button .btn-holder:before {
    display: block;
    margin-bottom: 40px;
    content: "\55";
    font-size: 100px;
    color: #8e8e8e;
    transition: all 0.3s ease;
}

.checkout-page .add-button .btn-holder.open:before {
    color: #97c300;
}

.checkout-page .add-button .enter-address {
    display: none;
}

.checkout-page .btn-holder {
    position: relative;
    padding-bottom: 45px;
}

.checkout-page .btn-holder label {
    position: absolute;
    display: inline-block;
    top: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 45px;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-button .btn-holder .open-address-form {
    transition: width 0.3s ease 0.3s, max-width 0.3s ease 0.3s, padding 0.3s ease 0.3s, opacity 0.3s ease 0.3s, background-color 0.2s ease 0s;
    opacity: 1;
}

.add-button .btn-holder.open .open-address-form {
    max-width: 0;
    padding: 0;
    opacity: 0.4;
    transition-delay: 0s;
}

.checkout-page .btn-holder .close-address-form {
    max-width: 0;
    padding: 0;
    opacity: 0.4;
}

.add-button .btn-holder.open .close-address-form {
    max-width: 280px;
    padding: 0 25px;
    opacity: 1;
    transition: width 0.3s ease 0.3s, max-width 0.3s ease 0.3s, padding 0.3s ease 0.3s, opacity 0.3s ease 0.3s, background-color 0.2s ease 0s;
}

.checkout-page .edit-address {
    padding-top: 40px;
    margin: 0 0 30px;
}

.checkout-page .address-box {
    margin: 0 0 25px;
}

.checkout-page .address-item li {
    padding: 2px 0;
}

.checkout-page .address-item li.name {
    margin: 0;
}

.checkout-page .address-item li.country {
    margin: 5px 0 0;
    font-size: 16px;
}

.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;
    margin: 0 5px;
    font-size: 15px;
    color: #444;
    font-weight: 700;
}

.checkout-page .select-address select {
    max-width: 100%;
}

.checkout-page .pickup-points-map {
    height: 300px;
    margin: 20px 0 0;
}

.payment-logo {
    margin-bottom: 10px;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 30px;
}

.shipping-method .method-list li,
.payment-method .method-list li {
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    padding: 22px 22px 22px 70px;
    /*  max-width: 560px;*/
    text-align: left;
    margin: 0 auto 10px;
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
    display: block;
    width: 100%;
    font-weight: 700;
    color: #444;
    font-size: 18px;
}

.shipping-method .method-list input[type="radio"]+label:before,
.payment-method .method-list input[type="radio"]+label:before {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shipping-method .method-description,
.payment-method .payment-description {
    margin: 5px 0 0;
    font-size: 16px;
    color: #8c8c8c;
    font-weight: 400;
    word-break: break-all;
}

.use-reward-points {
    margin: 0 0 30px;
    text-align: center;
}

.payment-info .info {
    margin: 0 0 30px;
}

.payment-info .info table {
    max-width: 800px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    margin: 0 auto;
}

.payment-info .info td {
    padding: 5px;
}

.payment-info .info tr:first-child td {
    padding-top: 30px;
}

.payment-info .info tr:last-child td {
    padding-bottom: 30px;
}

.payment-info .info td label {
    font-size: 14px;
}

.payment-info .info td:first-child {
    text-align: right;
}

.payment-info .info td:only-child {
    text-align: center;
}

.payment-info .info td+td {
    text-align: left;
}

.payment-info .info td select:only-of-type,
.payment-info .info td input:only-of-type {
    width: 100% !important;
    max-width: 250px;
    border: 1px solid #7d7d7d;
}

.payment-info .info td p {
    margin: 10px 0;
    font-size: 16px;
    color: #444;
}

.message-error.validation-summary-errors {
    text-align: center;
}

.order-confirm-page .order-review-data .billing-info .title,
.order-confirm-page .order-review-data .shipping-info .title,
.opc .order-review-data .billing-info .title,
.opc .order-review-data .shipping-info .title {
    margin: -45px -20px 30px;
    height: 60px;
    line-height: 60px;
    background-color: #f9f9f9;
    border-radius: 3px 3px 0 0;
}

.order-review-data>div .info-list .name,
.order-review-data>div .title {
    margin-bottom: 10px;
}

.order-review-data>div .info-list .name,
.order-review-data>div .title strong {
    font-weight: 700;
    font-size: 16px;
    color: #444;
}

.confirm-order .terms-of-service {
    text-align: center;
}

.order-completed .details {
    max-width: 800px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 30px;
    margin: 0 auto 30px;
    text-align: center;
}

.order-completed .details a {
    display: inline-block;
    margin: 20px 0 0;
    padding: 0 20px;
    max-width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #eee;
    color: #8c8c8c;
    border-radius: 3px;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    text-transform: uppercase;
}

.order-completed .order-number {
    font-size: 18px;
    font-weight: 700;
    color: #97c300;
}

.opc {
    max-width: 1000px;
    margin: 0 auto;
}

.opc>li {
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}

.opc>li:last-child {
    margin-bottom: 0;
}

.opc .step-title {
    position: relative;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f6f6f6;
    padding: 0 40px;
    text-align: center;
}

.opc>li.allow:not(.active) .step-title:after {
    content: "\30";
    position: absolute;
    display: inline-block;
    top: 0;
    right: 20px;
    left: auto;
    color: #97c300;
    font-size: 20px;
    line-height: 60px;
}

.opc input[type="checkbox"]~label:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    border: 1px solid #eeeeee;
    vertical-align: text-top;
    background-color: #fff;
}

.opc input[type="checkbox"]:checked~label:before {
    margin-left: 1px;
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 1px #e7e7e7;
    border: 3px solid #fff;
    background-color: #97c300;
}

.opc input[type="checkbox"]~label {
    font-weight: 700;
    color: #444;
}

.opc .ship-to-same-address,
.opc .pickup-in-store {
    margin-top: 0 !important;
}

.opc .section.new-billing-address,
.opc .section.new-shipping-address {
    max-width: 600px;
    margin: 0 auto;
}

.opc .allow .step-title,
.opc .allow .step-title .number,
.opc .allow .step-title .title {
    cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
    display: inline-block;
    font-size: 18px;
    color: #444;
    font-weight: 300;
}

.opc>li.active .step-title .number,
.opc>li.active .step-title .title {
    font-weight: 700;
    color: #97c300;
}

.opc .step {
    padding: 40px 20px;
    overflow: hidden;
}

.opc .section {
    margin: 0 0 15px;
    text-align: center;
}

.opc .section>label,
.opc .select-pickup-points>label {
    display: block;
    font-weight: 700;
    color: #444;
    font-size: 15px;
    margin: 0 0 10px;
}

.opc .payment-info .info {
    margin: 0;
}

.opc .payment-info .info table {
    border: none;
}

.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc input[type="password"],
.opc select:only-of-type {
    max-width: 100%;
}

.opc select {
    padding: 0 27px 0 20px;
    background: #fff url(../Themes/Emporium/Content/img/select-arrow-dark.svg) no-repeat right 10px center;
}

.opc .buttons {
    margin-bottom: 0;
    font-size: 0;
}

.opc #opc-confirm_order .buttons,
.opc .checkout-data>div:not(.section) {
    float: left;
    clear: both;
    width: 100%;
    margin: 30px 0 0;
}

.opc .back-link {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.opc .back-link small {
    display: none;
}

.opc .back-link a {
    display: block;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #eee;
    height: 45px;
    min-width: 95px;
    line-height: 45px;
    color: #959595;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.opc .back-link,
.opc .back-link+.button-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}

.opc .terms-of-service {
    text-align: center;
}


/*********** ORDER DETAILS & RETURN REQUEST ***********/

.order-review-data,
.order-details-area,
.shipment-details-area {
    margin: 0 0 50px;
    overflow: hidden;
}

.order-details-page,
.order-overview {
    text-align: center;
}

.order-review-data>div,
.order-details-area>div,
.shipment-details-area>div {
    padding: 45px 20px;
    margin: 0 0 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    text-align: center;
}

.order-review-data>div>div,
.order-details-area>div>div,
.shipment-details-area>div>div {
    margin-bottom: 0;
}

.order-review-data>div>div:last-child,
.order-details-area>div>div:last-child,
.shipment-details-area>div>div:last-child {
    margin-bottom: 0;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 2px 0;
    font-size: 16px;
    color: #000;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    margin: 0 0 15px;
    font-size: 18px;
    color: #444;
}

.order-details-page .page-title {
    margin: 0 0 40px;
    overflow: hidden;
}

.order-details-page .page-title h1 {
    margin: 0 0 30px;
}

.order-details-page .order-overview {
    margin: 0 0 40px;
    line-height: 20px;
}

.order-details-page .order-overview .order-number {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #97c300;
}

.order-overview-content li {
    font-size: 16px;
    color: #8c8c8c;
    line-height: 1.5;
    font-weight: 300;
}

.order-overview-content li strong {
    color: #444;
}

.order-details-page .tax-shipping-info {
    margin: 0 0 10px;
    font-size: 15px;
    color: #444;
}

.order-details-page .actions {
    margin: 20px 0 0;
    overflow: hidden;
    font-size: 0;
}

.order-details-page .actions input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 5px 0 0;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.order-details-page .actions input:first-child {
    margin-top: 0;
}

.order-details-page .actions .button-2 {
    background-color: #e7e7e7;
    color: #8c8c8c;
}

.section.shipments {
    margin-bottom: 50px;
}

td.view-details a,
td.download a {
    display: inline-block;
    padding: 10px 20px;
    margin: -7px 0;
    border-radius: 3px;
    background-color: #f1f1f1;
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

td.view-details a:hover,
td.download a:hover {
    background-color: #eaeaea;
}

.downloadable-products-page td.order a {
    color: #444;
}

.return-request-file>div {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 13px;
    overflow: hidden;
}

.qq-uploader .qq-upload-drop-area,
.qq-uploader .qq-upload-list {
    float: left;
    width: calc(100% - 45px);
    height: 45px;
    line-height: 45px;
    border: 1px solid #e7e7e7;
    border-right: none;
    border-radius: 3px;
    background-color: #fff;
    padding: 0 0 0 20px;
    text-align: left;
    font-size: 13px;
    color: #000;
}

.qq-uploader .qq-upload-button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    display: inline-block;
    float: right;
    border: none;
    border-radius: 0 3px 3px 0;
    background-color: #eebe00;
    font-size: 0;
    transition: all 0.2s ease;
}

.qq-uploader .qq-upload-button:before {
    content: "\e903";
    font-size: 16px;
    color: #fff;
}

.qq-uploader .qq-upload-button:hover {
    background-color: #e8af00;
}

.return-request-page .qq-upload-list li {
    background-color: transparent !important;
    font-size: 13px;
    color: #444 !important;
    padding: 0 !important;
    line-height: 45px;
}

.qq-uploader .qq-upload-drop-area,
.qq-uploader .qq-upload-extra-drop-area {
    width: calc(100% - 45px);
    height: 100%;
    min-height: 45px;
    background: #fff9e0;
    text-align: left;
}

.qq-uploader .qq-upload-drop-area span {
    top: 0;
    left: 0;
    margin: 0;
}


/*********** SEARCH & SITEMAP ***********/

.search-page .search-input .fieldset {
    margin: 0;
}

.search-page .search-input form {
    background-color: #f6f6f6;
    margin: 0 -10px 40px;
    padding: 30px 0;
}

.search-input input+label {
    display: inline;
    margin: 0 0 0 2px;
}

.basic-search {
    padding: 0 20px 30px;
}

.advanced-search {
    padding: 30px 20px;
    border-top: 2px solid #fff;
}

.basic-search>.inputs,
.advanced-search>.inputs {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.search-page .search-input form .buttons {
    padding: 0 20px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.search-page .search-input form .buttons input {
    width: 100%;
}

.advanced-search .price-range {
    display: block;
    width: 100%;
    font-size: 0;
}

.advanced-search .price-range input {
    width: calc(50% - 5px);
    font-size: 13px;
}

.advanced-search .price-range input:nth-child(2) {
    margin-left: 10px;
}

.search-input .warning,
.search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #ff4f60;
}

.search-results {
    margin: 30px 0 0;
}

.sitemap-page .description {
    margin: 0 auto 30px;
    max-width: 1000px;
    font-size: 15px;
    color: #8c8c8c;
    text-align: center;
}

.sitemap-page .entity {
    border: 1px solid #eee;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    padding: 30px 20px;
    text-align: center;
}

.sitemap-page .entity+.entity {
    border-radius: 0;
}

.sitemap-page .entity:last-child {
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #eee;
}

.sitemap-page .entity-title {
    margin: 0 0 20px;
}

.sitemap-page .entity-title h2 {
    font-size: 17px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sitemap-page .entity-body {
    line-height: 24px;
}

.sitemap-page li {
    display: inline-block;
    margin: 0 5px;
}

.sitemap-page a {
    display: block;
    padding: 5px;
    color: #97c300;
    font-size: 15px;
    transition: all 0.2s ease;
}

.sitemap-page a:hover {
    color: #7c9a16;
}

.sitemap-page a:empty {
    display: none;
}


/********** BLOG & NEWS **********/

.block-blog-archive .year {
    margin-top: 10px;
}

.year strong {
    display: block;
    cursor: default;
}

.blog-page .post,
.news-items .news-item {
    position: relative;
    margin: 0 0 20px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    overflow: hidden;
}

.blog-page .post-details,
.news-items .news-item {
    padding: 30px 15px;
}

.center-2 .blog-page .post,
.center-2 .news-items .news-item {
    text-align: left;
}

.blog-page .post:after,
.news-items .item:after {
    content: "";
    display: block;
    clear: both;
}

.post-title,
.news-title {
    display: block;
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 300;
    color: #444444;
}

.post-date,
.news-date {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #97c300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.post-date+.read-comments {
    margin-left: 15px;
}

.post-body,
.news-body {
    line-height: 1.5;
    font-size: 16px;
    color: #8c8c8c;
    font-weight: 400;
}

.post-body+.buttons,
.news-body+.buttons {
    margin-top: 25px;
}

.post-body p:first-child,
.news-body p:first-child {
    margin-top: 0;
}

.back-to-all-button {
    display: inline-block;
    margin: 0 auto 20px;
    width: auto;
    text-align: center;
    font-size: 13px;
    color: #959595;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s ease;
}

.back-to-all-button:before {
    content: "\6b";
    display: inline-block;
    margin-right: 7px;
    color: #959595;
    text-transform: none;
    font-weight: normal;
    font-size: 10px;
    transition: all 0.2s ease;
}

.back-to-all-button:hover,
.back-to-all-button:hover:before {
    color: #97c300;
}

.blogpost-page .page-title,
.news-item-page .page-title {
    margin-bottom: 15px;
}

.blogpost-page .post-date,
.news-item-page .news-date {
    display: block;
    margin-bottom: 25px;
}

.blogpost-page .post-body,
.news-item-page .news-body {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 900px;
    text-align: justify;
}

.blogpost-page .post-body {
    border-bottom: 1px solid #eee;
    padding: 0 30px;
    margin: 0 -10px 20px;
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 0 0 5px;
    overflow: hidden;
}

.blog-page .tags label,
.blogpost-page .tags label {
    display: inline-block;
    font-size: 0;
}

.blog-page .tags label:before,
.blogpost-page .tags label:before {
    content: "\58";
    display: inline-block;
    margin-right: 7px;
    font-size: 16px;
    color: #8c8c8c;
}

.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;
    text-transform: uppercase;
    font-weight: 700;
}

.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;
    color: #97c300;
    line-height: 24px;
    transition: all 0.2s ease;
}

.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
    color: #7c9a16;
}

.blog-posts .buttons,
.news-items .buttons {
    text-align: left;
}

.blog-posts .read-more,
.news-items .read-more {
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #eebe00;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.blog-posts .read-more:hover,
.news-items .read-more:hover {
    background-color: #e8af00;
}

.read-comments {
    font-size: 13px;
    color: #8c8c8c;
    font-weight: 700;
    transition: all 0.2s ease;
}

.read-comments:before {
    content: "\52";
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    font-weight: normal;
    text-transform: none;
    color: #8c8c8c;
    font-size: 16px;
    transition: all 0.2s ease;
}

.read-comments:hover,
.read-comments:hover:before {
    color: #97c300;
}

.new-comment {
    padding: 40px 20px;
}

.comment-list {
    padding: 0 10px 40px;
}

.new-comment,
.comment-list {
    margin: 70px -10px 0;
    background-color: #f6f6f6;
}

.new-comment>*,
.comment {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.new-comment+.comment-list {
    margin-top: 0;
}

.new-comment .title {
    margin: 0 auto 20px;
}

.new-comment .title strong {
    font-weight: 700;
    font-size: 26px;
    color: #444;
}

.new-comment form {
    display: none;
}

.comment-form-btn strong:before {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}

.open-comment-form:hover {
    background-color: #e8af00;
}

.open-comment-form:before {
    content: "\52";
    color: #fff;
}

.new-comment .notifications {
    font-size: 15px;
    color: #8c8c8c;
}

.new-comment .result {
    margin: 20px 0 0;
    color: #97c300;
}

.comment-list .comment {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    padding: 30px 20px;
    text-align: left;
}

.comment-list .comment:first-child {
    border-top: 1px solid #eee;
    border-radius: 3px 3px 0 0;
}

.comment-list .comment:last-child {
    border-radius: 0 0 3px 3px;
}

.new-comment .form-fields {
    padding-top: 30px;
    margin: 0 auto 15px;
    max-width: 500px;
}

.new-comment textarea {
    width: 100%;
}

.comment-list .title {
    margin: 0 0 10px;
    font-weight: bold;
}

.blog-comment:after,
.news-comment:after {
    content: "";
    display: block;
    clear: both;
}

.comment-info {
    margin: 0 0 15px;
    font-size: 0;
    overflow: hidden;
}

.comment-info .username {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 17px;
    color: #444;
    font-weight: 700;
}

.comment-info .avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.comment-info .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.name-and-time {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: calc(100% - 80px);
    text-align: left;
}

.comment-time {
    font-size: 14px;
    color: #aaa;
}

.comment-body,
.comment-text {
    font-size: 15px;
    color: #8c8c8c;
    line-height: 1.5;
}

.news-item-page .inputs:first-child label {
    display: block;
}

.news-list-homepage {
    margin: 0 auto 50px;
    text-align: center;
}

.news-list-homepage .title {
    margin: 0 0 7px;
    font-size: 28px;
    color: #444444;
}

.news-list-homepage .title strong {
    font-weight: bold;
}

.news-list-homepage .view-all {
    margin-bottom: 15px;
}

.news-list-homepage .view-all a {
    display: inline-block;
    line-height: 32px;
    color: #97c300;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.2s ease;
}

.news-list-homepage .view-all a:after {
    content: "\57";
    display: inline-block;
    margin-left: 7px;
    font-size: 8px;
    color: #97c300;
    vertical-align: bottom;
    text-transform: none;
    transition: all 0.2s ease;
}

.news-list-homepage .view-all a:hover,
.news-list-homepage .view-all a:hover:after {
    color: #7c9a16;
}

.post-details,
.news-item {
    padding: 30px 15px;
}


/********** FORUM & PROFILE **********/

.forums-main-page .topic-block {
    margin-bottom: 0;
}

.forums-main-page .topic-block-title h2 {
    color: #444;
    font-size: 28px;
}

.forums-header {
    margin: 0 0 30px;
    text-align: center;
}

.forums-header:after {
    content: "";
    display: block;
    clear: both;
}

.current-time {
    margin: 27px 0 30px;
    color: #97c300;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.forum-search-box {
    margin: 0 0 45px;
    text-align: center;
}

.forum-search-box {
    display: block;
    padding: 0 !important;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 600px;
}

.forum-search-box form {
    padding: 0 !important;
}

.forum-search-box .basic {
    overflow: hidden;
    margin: 0 0 15px;
}

.forum-search-box.search-box input.search-box-text {
    padding: 0 5px 0 15px;
    width: calc(100% - 45px);
    height: 45px;
}

.forum-search-box.search-box .search-box-button {
    float: left;
    width: 45px;
    height: 45px;
    border: none;
    background: #ccc url('../Themes/Emporium/Content/img/search-button.png') center no-repeat;
    font-size: 0;
    border: 1px solid #eeeeee;
    border-left: 0;
    border-radius: 0 3px 3px 0;
}

.forum-search-box.search-box .search-box-button:hover {
    background-color: #97c300;
}

.forum-search-box .advanced>a {
    font-size: 15px;
    color: #8c8c8c;
    transition: color 0.2s ease;
}

.forum-search-box .advanced>a:hover {
    color: #97c300;
}

.forum-search-page .basic-search .forum-search-text {
    text-align: center;
    font-size: 15px;
}

.forum-search-page .basic-search .forum-search-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa;
}

.forum-search-page .basic-search .forum-search-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
}

.forum-search-page .basic-search .forum-search-text:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa;
}

.forum-search-page .basic-search .forum-search-text:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
}

.forum-search-page .inputs.reversed {
    text-align: center;
}

.forum-search-page .advanced-search {
    margin: 0 -10px 30px;
    padding: 30px;
    max-width: 800px;
    background-color: #f6f6f6;
}

.forum-search-page .search-error {
    padding: 15px;
    margin: 30px 0 0;
    font-size: 13px;
    color: #ff4f60;
    font-weight: 700;
    text-align: center;
}

.forum-search-page .fieldset {
    margin: 0;
}

.forum-search-page .search-results {
    margin: 40px 0 0;
}

.no-result {
    font-size: 15px;
    color: #8c8c8c;
    text-align: center;
}


/* forum group */

.forums-table-section {
    margin: 0 0 50px;
}

.forums-table-section a {
    vertical-align: middle;
}

.forums-table-section-title {
    margin: 0 0 25px;
    overflow: hidden;
    text-align: center;
}

.forums-table-section-title>a,
.forums-table-section-title strong {
    font-size: 24px;
    font-weight: 700;
    color: #444;
}

.forums-table-section .view-all a {
    display: inline-block;
    margin-top: 10px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #eebe00;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.2s ease;
}

.forums-table-section .view-all a:hover {
    background-color: #e8af00;
}

.forums-table-section .image div {
    font-size: 0;
    width: 24px;
    height: 24px;
    margin: auto;
}

.forums-table-section .image div:before {
    content: "\32";
    display: block;
    color: #8e8e8e;
    font-size: 24px;
    font-weight: normal;
    text-transform: none;
}

.forums-table-section .image div.sticky:before {
    color: #ffa20f;
}

.forums-table-section .image div.announcement:before {
    color: #e5323f;
}

.forums-table-section .latest-post {
    white-space: nowrap;
}


/* forum-page, topic-page */

.forum-page .forum-info,
.forum-topic-page .topic-name,
.forum-page .forum-name {
    margin: 0 0 30px;
    text-align: center;
}

.forum-page .forums-table-section {
    margin: 0;
}

.forum-page .forum-description {
    margin-top: -5px;
}

.forum-page .forum-description p {
    font-size: 15px;
    color: #8c8c8c;
}

.forum-actions,
.topic-actions {
    margin: 0 0 25px;
    font-size: 0;
    text-align: center;
}

.forum-actions .actions a,
.topic-actions .actions a {
    display: inline-block;
    padding: 0 10px;
    margin: 0 0 6px 6px;
    width: calc(50% - 3px);
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    color: #8c8c8c;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f1f1f1;
    border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.2s ease;
}

.topic-actions .actions a:nth-child(2n),
.forum-actions .actions a:nth-child(2n+1) {
    margin-left: 0;
}

.topic-actions .pager {
    margin-top: 50px;
}

.pager.upper {
    display: none;
}

.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
    background-color: #eaeaea;
}

.forum-actions .actions a:before,
.topic-actions .actions a:before,
.topic-post .post-actions a:before {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    color: #8c8c8c;
    font-size: 17px;
    text-transform: none;
    font-weight: normal;
}

.forum-actions .actions a.edit-topic-button,
.topic-actions .actions a.edit-topic-button {
    width: 100%;
    margin: 0 0 6px;
}

.forum-actions .actions .new-topic:before {
    content: "\52";
}

.forum-actions .actions .watch-forum:before,
.topic-actions .actions .watch-forum:before,
.topic-actions .watch-topic-button:before {
    content: "\31";
}

.topic-actions .reply-topic-button:before {
    content: "\4f";
}

.topic-actions .move-topic-button:before {
    content: "\33";
}

.topic-actions .edit-topic-button:before {
    content: "\4c";
}

.topic-actions .delete-topic-button:before {
    content: "\4d";
}

.topic-actions.lower .actions {
    display: none;
}

.forum-table a {
    color: #444;
    font-weight: 700;
    transition: color 0.2s ease;
}

.forum-table a:hover {
    color: #97c300;
}

.forum-details .forum-title a,
.topic-details .topic-title a {
    font-size: 18px;
}

.forum-description,
.topic-details .topic-pager,
.topic-details .topic-starter,
.topic-details .topic-starter,
td.latest-post {
    font-size: 16px;
    color: #8c8c8c;
}

.forum-page .pager {
    margin-top: 30px;
}

td.topics,
td.posts,
td.views,
td.replies,
td.votes {
    font-weight: 700;
}


/* topic post */

.topic-post {
    margin: 0 0 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
}

.topic-post:after {
    content: "";
    display: block;
    clear: both;
}

.topic-post .post-head {
    padding: 0 17px;
    background-color: #f6f6f6;
    text-align: left;
    height: 45px;
}

.topic-post .post-time {
    display: inline-block;
}

.topic-post .post-time span,
.topic-post .post-time label {
    display: inline-block;
    color: #aaa;
    font-size: 14px;
    line-height: 43px;
}

.topic-post .post-link-button {
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 43px;
    color: #8c8c8c;
}

.topic-post .post-info {
    padding: 15px 10px;
    text-align: left;
    font-size: 0;
}

.topic-post .user-info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 105px;
    padding-left: 120px;
}

.topic-post .username {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    color: #444;
    font-weight: 700;
}

.topic-post .avatar {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    vertical-align: top;
    width: 105px;
    overflow: hidden;
    font-size: 0;
}

.topic-post .avatar a {
    display: block;
}

.topic-post .avatar img {
    max-width: 100%;
}

.topic-post .user-stats {
    margin: 0 0 15px;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 1.1;
}

.topic-post .user-stats span {
    margin: 0 0 0 3px;
}

.topic-post .pm-button {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: auto;
    background-color: transparent;
    font-size: 13px;
    line-height: 16px;
}

.topic-post .pm-button:before {
    position: static;
    margin-right: 10px;
    vertical-align: bottom;
    color: #97c300;
}

.topic-post .post-actions {
    font-size: 0;
    text-align: right;
    overflow: hidden;
}

.topic-post .post-actions>div {
    display: inline-block;
    float: right;
    vertical-align: top;
}

.topic-post .post-actions a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    font-size: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #f1f1f1;
    border-radius: 3px;
    text-align: center;
    transition: all 0.2s ease;
}

.topic-post .post-actions a:hover {
    background-color: #eaeaea;
}

.topic-post .post-actions a:before {
    margin: 0;
}

.topic-post .post-actions .edit-post-button:before {
    content: "\4c";
}

.topic-post .post-actions .delete-post-button:before {
    content: "\4d";
}

.topic-post .post-actions .quote-post-button {
    width: auto;
    padding: 0 25px;
    background-color: #eebe00;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.topic-post .post-actions .quote-post-button:hover {
    background-color: #e8af00;
}

.topic-post .post-content {
    padding: 20px;
}

.topic-post .post-body {
    position: relative;
    text-align: left;
    font-size: 15px;
    margin-bottom: 40px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}

.topic-post .quote,
.latest-posts .quote {
    margin: 10px 0;
    background-color: #f6f6f6;
    border-radius: 3px;
    padding: 15px 10px;
}

.topic-post .post-actions>div.post-vote {
    float: left;
}

.topic-post .post-vote>span {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.topic-post .post-vote>span:before {
    display: block;
    font-size: 20px;
    color: #8c8c8c;
    text-align: center;
}

.topic-post .post-vote>.vote.up:before {
    content: "\46";
}

.topic-post .post-vote>.vote.down:before {
    content: "\47";
}

.topic-post .post-vote>.vote.up:hover:before {
    content: "\e902";
    color: #97c300;
}

.topic-post .post-vote>.vote.down:hover:before {
    content: "\e901";
    color: #97c300;
}

.topic-post .post-vote>div {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    color: #8c8c8c;
}

.topic-post .signature {
    border-top: 1px dashed #eee;
    padding: 20px 0 0;
    margin-bottom: 30px;
    font-size: 15px;
    color: #aaa;
    text-align: left;
}


/* forum edit & send message */

.forum-edit-page strong,
.private-message-send-page a {
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}

.forum-edit-page .buttons,
.private-message-send-page .buttons {
    margin: 15px 0 0;
    text-align: center;
}

.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
    min-width: 115px;
    border: none;
    padding: 0 25px;
    height: 45px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease;
}

.forum-edit-page input.button-2,
.move-topic-page input.button-2,
.private-messages input.button-2 {
    color: #8c8c8c;
    background-color: #f1f1f1;
}

.forum-edit-page input.button-2:hover,
.move-topic-page input.button-2:hover,
.private-messages input.button-2:hover {
    background-color: #dfdfdf;
}

.forum-edit-page .inputs span {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 12px;
    /*reset zeroing*/
}

.private-message-send-page .message label {
    display: none;
}


/* inbox & view message */

.private-message-view-page .buttons .button-2 {
    background-color: #f1f1f1;
}

.private-messages .page-title {
    text-align: center;
}

.private-messages-page td.date {
    white-space: normal;
}

.private-messages-page .td-title {
    display: none;
}

.private-messages .data-table a,
.private-messages .data-table td {
    color: #8c8c8c;
    font-weight: 400;
}

.private-messages-page td,
.private-messages-page th {
    text-align: left;
}

.private-messages-page .data-table .pm-unread {
    color: #444;
    font-weight: 700;
}

.private-messages-page .buttons input {
    width: 80%;
    max-width: 200px;
    margin: 0 5px;
}

.private-messages-page .buttons input+input {
    margin-top: 15px;
}

.private-message-view-page .view-message {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 30px 20px;
    margin: 0 auto 30px;
    max-width: 800px;
}

.private-message-view-page .message-head li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #8c8c8c;
}

.private-message-view-page .message-head label {
    font-weight: 300;
}

.private-message-view-page .message-head {
    margin-bottom: 30px;
}

.private-message-view-page .message-head span {
    font-weight: 700;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.private-message-view-page .message-body {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #8c8c8c;
}

.private-message-view-page .message {
    display: block !important;
    margin: 15px 0;
    border: 1px solid #ccc;
    padding: 15px;
}

.private-message-view-page .buttons {
    font-size: 0;
}

.private-message-view-page .reply-pm-button,
.private-message-view-page .delete-pm-button {
    display: inline-block;
    width: calc(40% - 5px);
    margin-bottom: 10px;
    max-width: 150px;
}

.private-message-view-page .reply-pm-button {
    margin-right: 10px;
}

.private-message-view-page .back-pm-button {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 310px;
}


/* profile page  */

.profile-info-box {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 30px 20px;
    max-width: 650px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

.profile-info-box .avatar {
    margin: 0 auto 20px;
    font-size: 0;
}

.profile-info-box .profile-stats {
    margin: 0 0 10px;
}

.profile-info-box .title {
    margin: 0 0 13px;
    font-size: 16px;
    color: #444;
}

.profile-info-box .avatar {
    max-width: 180px;
    border-radius: 3px;
    overflow: hidden;
}

.profile-info-box .stats {
    font-size: 15px;
    color: #8c8c8c;
    font-weight: 300;
}

.profile-info-box .stats li {
    margin-bottom: 6px;
}

.profile-info-box .stats span {
    font-weight: 700;
}

.profile-page .ui-tabs-nav,
.private-messages-page .ui-tabs-nav {
    font-size: 0;
}

.profile-page .ui-tabs-nav li,
.private-messages-page .ui-tabs-nav li {
    max-width: calc(50% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 5px;
}

.profile-page .topic {
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
}

.profile-page .topic:first-child {
    border-top: 1px solid #eee;
    border-radius: 3px 3px 0 0;
}

.profile-page .topic:last-child {
    border-radius: 0 0 3px 3px;
}

.profile-page .topic:only-child {
    border-radius: 3px;
}

.profile-page .topic-title {
    margin: 0 0 7px;
    font-size: 16px;
}

.profile-page .topic-title label {
    font-weight: 300;
    color: #8c8c8c;
}

.profile-page .topic-title a {
    font-weight: 700;
    color: #444;
}

.profile-page .topic-data {
    color: #8c8c8c;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 300;
}

.profile-page .topic-body {
    font-size: 15px;
    font-weight: 400;
    color: #8c8c8c;
    line-height: 1.5;
}

.pm-button {
    position: relative;
    display: inline-block;
    border: none;
    height: 45px;
    line-height: 45px;
    max-width: 80%;
    padding: 0 25px 0 55px;
    margin: 15px auto 0;
    background-color: #f1f1f1;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8c8c8c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.1s ease, padding 0.3s ease;
}

.pm-button:before {
    content: "\6d";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 25px;
    font-size: 20px;
    color: #8c8c8c;
    text-transform: none;
    transition: all 0.3s linear !important;
    font-weight: normal;
}

.pm-button:hover::before {
    -webkit-animation: emailing 0.2s linear;
    -moz-animation: emailing 0.2s linear;
    animation: emailing 0.2s linear;
}

.csharpcode {
    margin: 10px 0;
    padding: 10px 15px;
    color: #444;
    white-space: normal;
    text-align: left;
    border: 1px dotted #cacaca;
    border-radius: 3px;
}


/*07-10*/


/*.searchbox a {
    position:relative;
}
*/

.header-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.home-intro .topic-block {
    max-width: 1354px;
}

.home-page .topic-block {
    width: 88%;
}

.html-account-page .master-wrapper-content,
.html-category-page .master-column-wrapper,
.html-product-details-page .master-column-wrapper .product-details-page {
    padding: 24px 0vw;
    width: 88%;
    margin: 0 auto;
    max-width: 1354px;
}

.home-intro-container {
    background: #fff;
}

.home-intro-left-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.home-intro-right-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.intro-text1 {
    margin-top: 130px;
    padding: 0 70px;
    text-align: left;
    display: block;
}

.intro-text2 {
    margin-top: 90px;
    padding: 0 60px;
    text-align: left;
}

.home-intro-container h1 {
    font-size: 48px;
    color: #231f20;
    font-family: 'Roboto';
    font-weight: 700;
}

.home-intro-container p {
    margin-bottom: 20px;
    font-size: 24px;
    color: #231f20;
}

.home-intro-container img {
    height: 100%;
}

.best-feature-section .bestseller-featured-content {
    background: #f2f4ef !important;
    padding-bottom: 70px !important;
    padding-top: 70px !important;
}

.spc-header .title {
    text-transform: none !important;
}

.home-special-product {
    max-width: 1354px;
    margin: 0 auto;
}

.home-special-product .item-box {
    border: 0px solid #d0cdcd;
}

.blog-container {
    max-width: 1354px;
    margin: 0 auto;
}

.item-box span.tax-shipping-info {
    display: block;
    width: 100%;
    text-align: center;
}

.mega-menu .sublist li>a:hover,
.mega-menu .sublist li>a.with-subcategories.hover,
.mega-menu.desk-view .sublist li a:hover {
    color: #95c639 !important;
}

.add-to-cart-qty-wrapper span.plus {
    position: absolute;
    top: 50% !important;
    transform: translate(0px, -50%) !important;
    left: auto !important;
    right: 29px;
    /* opacity: 0; */
    color: #95c639;
    font-size: 18px;
    border-left: 1px solid #9b9b9b;
    width: 30px;
    height: 100% !important;
    line-height: 43px !important;
    text-align: center;
}

.add-to-cart-qty-wrapper span.plus:hover,
.add-to-cart-qty-wrapper span.minus:hover {
    background: transparent;
}

.add-to-cart-qty-wrapper input,
.productbox-buttons input.productQuantityTextBox {
    padding-right: 60px;
    padding-left: 3px;
    color: #000 !important;
    font-weight: bold !important;
    font-size: 20px !important;
    height: 40px;
}

.add-to-cart-qty-wrapper .qty-input {
    width: 100%;
}

.add-to-cart-qty-wrapper,
.product-grid .item-box .productQuantityTextBox {
    height: 40px !important;
}

.add-to-cart-qty-wrapper span.minus {
    position: absolute;
    top: 50%;
    left: auto !important;
    right: 0px !important;
    transform: translate(0px, -50%) !important;
    /* opacity: 0; */
    color: red;
    width: 30px;
    font-size: 18px;
    border-left: 1px solid #9b9b9b;
    height: 100% !important;
    line-height: 43px !important;
}

p.description.or-cst {
    position: relative;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    background: #fff;
}

p.description.or-cst:before {
    position: absolute;
    content: "";
    width: 44%;
    left: 0;
    height: 1px;
    background: #95c639;
    top: 50%;
    transform: translateY(-50%);
}

p.description.or-cst:after {
    position: absolute;
    content: "";
    width: 44%;
    right: 0;
    height: 1px;
    background: #95c639;
    top: 50%;
    transform: translateY(-50%);
}

.home-page .home-page-advantages {
    margin: 0 0 !important;
}

.home-page .home-page-advantages .picture {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.home-page .home-page-advantages .advantages-item {
    margin-bottom: 0
}

span.i-icon {
    color: #fff;
    background: #95c539;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 20px;
}

.tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: 6px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    padding: 5px;
    max-width: 120px;
    background-color: #586752;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -4px;
    left: 24px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.edit-address .required-label {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

@media(max-width:767px) {
    p.description.or-cst,
    h3.delvry {
        font-size: 20px;
    }
    .home-page .home-page-advantages .info {
        width: 100%;
    }
    .home-page .home-page-advantages .title {
        font-size: 13px;
        letter-spacing: 2px;
    }
}

.compare-products-table .product-name {
    float: none;
}

.product-list .item-box .productbox-buttons .add-to-cart-qty-wrapper input.productQuantityTextBox {
    width: 100% !important;
}

.product-list .item-box .ajax-cart-button-wrapper .product-box-add-to-cart-button {
    width: 100%;
    margin-top: 10px;
}

.sub-category-grid .item-grid .sub-category-item .title {
    text-align: center;
    height: auto !important;
    max-height: 100% !important;
}

.attributes-wrapper {
    clear: both;
}

.product-details-page .overview .product-name {
    margin-bottom: 5px;
}

div#afterpay-product-widget {
	color: #000;	
}

@media(max-width:991px) {
    .item-box .ajax-cart-button-wrapper .product-box-add-to-cart-button {
        width: 100%;
        margin-top: 0px;
        margin-left: 10px;
    }
}

@media all and (max-width: 480px) {
    .private-messages-page thead {
        display: none;
    }
    .private-messages-page .data-table,
    .private-messages-page tbody,
    .private-messages-page tr,
    .private-messages-page td {
        display: block;
    }
    .private-messages-page tr {
        margin: 0 0 20px;
        border: 1px solid #eee !important;
        border-radius: 3px;
    }
    .private-messages-page tr:last-child {
        margin: 0;
    }
    .private-messages-page td {
        border-left: none !important;
        border-right: none !important;
        background-color: #fff;
        text-align: center;
    }
    .private-messages-page td:first-child {
        border-radius: 3px 3px 0 0 !important;
        border-top: 0 !important;
    }
    .private-messages-page td:last-child {
        border-radius: 0 0 3px 3px !important;
        border-bottom: 0;
    }
    .private-messages-page .select label {
        margin: 0 auto;
    }
    .private-messages-page .select input[type="checkbox"]:checked+label {
        margin-left: auto;
        margin-bottom: 1px;
    }
    .private-messages-page .td-title {
        display: inline-block;
    }
}

@media all and (max-width: 1024px) {
    /*.order-details-page .data-table .attributes,
	.shipment-details-page .data-table .sku,*/
    .order-details-page .shipments thead,
    .order-details-page .products thead,
    .order-list-page .recurring-payments thead,
    .return-request-page .data-table thead,
    .shipment-details-page .data-table thead,
    .downloadable-products-page .data-table thead,
    .reward-points-history .data-table thead,
    .wishlist-page thead,
    .cart thead {
        display: none;
    }
    .order-details-page .shipments .data-table,
    .order-details-page .shipments tbody,
    .order-details-page .shipments tr,
    .order-details-page .shipments td,
    .order-details-page .products .data-table,
    .order-details-page .products tbody,
    .order-details-page .products tr,
    .order-details-page .products td,
    .order-list-page .recurring-payments td,
    .order-list-page .recurring-payments tr,
    .return-request-page .data-table tbody,
    .return-request-page .data-table tr,
    .return-request-page .data-table td,
    .shipment-details-page .data-table,
    .shipment-details-page .data-table tbody,
    .shipment-details-page .data-table tr,
    .shipment-details-page .data-table td,
    .reward-points-history .data-table tr,
    .reward-points-history .data-table td,
    .downloadable-products-page .data-table tr,
    .downloadable-products-page .data-table td,
    .wishlist-page tbody,
    .wishlist-page tr,
    .wishlist-page td,
    .cart tbody,
    .cart tr,
    .cart td {
        display: block;
    }
    .order-details-page .shipments tr,
    .order-details-page .products tr,
    .return-request-page .data-table tr,
    .shipment-details-page .data-table tr,
    .order-list-page .recurring-payments tr,
    .reward-points-history .data-table tr,
    .downloadable-products-page .data-table tr,
    .wishlist-page tr,
    .cart tr {
        margin: 0 0 20px;
        border: 1px solid #eee !important;
        border-radius: 3px;
    }
    .downloadable-products-page .data-table td.product,
    .reward-points-history .data-table td.message {
        text-align: center;
    }
    .order-details-page .products tr,
    .cart tr,
    .wishlist-page tr {
        position: relative;
        background-color: #fff;
        overflow: hidden;
        padding-bottom: 70px;
    }
    .order-details-page .shipments tr:last-child,
    .order-details-page .products tr:last-child,
    .shipment-details-page .data-table tr:last-child,
    .return-request-page .data-table tr:last-child,
    .order-list-page .recurring-payments tr:last-child,
    .reward-points-history .data-table tr:last-child,
    .downloadable-products-page .data-table tr:last-child .wishlist-page tr:last-child,
    .cart tr:last-child {
        margin-bottom: 0;
    }
    .order-details-page .shipments td,
    .shipment-details-page .data-table td,
    .order-details-page .products td,
    .return-request-page .data-table td,
    .order-list-page .recurring-payments td,
    .reward-points-history .data-table td,
    .downloadable-products-page .data-table td,
    .wishlist-page td,
    .cart td {
        border-left: none !important;
        border-right: none !important;
        background-color: #fff;
        text-align: center;
    }
    .order-details-page .shipments td:first-child,
    .order-details-page .products td:first-child,
    .return-request-page .data-table td:first-child,
    .shipment-details-page .data-table td:first-child,
    .order-list-page .recurring-payments td:first-child,
    .reward-points-history .data-table td:first-child,
    .downloadable-products-page .data-table td:first-child,
    .wishlist-page td:first-child,
    .cart td:first-child {
        border-radius: 3px 3px 0 0 !important;
        border-top: 0 !important;
    }
    .order-details-page .shipments td:last-child,
    .order-details-page .products td:last-child,
    .shipment-details-page .data-table td:last-child,
    .return-request-page .data-table td:last-child,
    .order-list-page .recurring-payments td:last-child,
    .reward-points-history .data-table td:last-child,
    .downloadable-products-page .data-table td:last-child,
    .wishlist-page td:last-child,
    .cart td:last-child {
        border-radius: 0 0 3px 3px !important;
        border-bottom: 0;
    }
    .order-details-page .products td.unit-price,
    .cart td.unit-price,
    .wishlist-page td.unit-price {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 35px;
        right: 0;
        float: right;
        background-color: #f6f6f6 !important;
        padding: 9px 20px 2px 10px;
        width: 67%;
        height: 35px;
        border-top: 1px solid #eee !important;
        border-bottom: 0 !important;
        text-align: right;
        overflow: hidden;
    }
    .order-details-page .products td.unit-price *,
    .cart td.unit-price *,
    .wishlist-page td.unit-price * {
        color: #8c8c8c !important;
        font-weight: 700 !important;
        font-size: 15px !important;
    }
    .order-details-page .products td.total,
    .order-details-page .products td.subtotal,
    .cart td.total,
    .cart td.subtotal,
    .wishlist-page td.total,
    .wishlist-page td.subtotal {
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
        background-color: #f6f6f6 !important;
        width: 67%;
        height: 35px;
        border: none !important;
        padding: 0px 20px 9px 0px;
        text-align: right;
        overflow: hidden;
    }
    .order-details-page .products td.total *,
    .order-details-page .products td.subtotal *,
    .cart td.total *,
    .cart td.subtotal *,
    .wishlist-page td.total *,
    .wishlist-page td.subtotal * {
        font-weight: 700 !important;
        color: #444 !important;
    }
    .order-details-page .products td.quantity,
    .cart td.quantity,
    .wishlist-page td.quantity {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        width: 33%;
        height: 70px;
        padding: 20px 5px 20px 20px;
        overflow: hidden;
        border-top: 1px solid #eee !important;
        border-bottom: 0 !important;
        background-color: #f6f6f6 !important;
        text-align: left;
    }
    .order-details-page .products td.quantity,
    .cart td.quantity,
    .wishlist-page td.quantity {
        color: #8c8c8c !important;
    }
    .order-details-page .products td.quantity span,
    .cart td.quantity span,
    .wishlist-page td.quantity span {
        line-height: 30px;
    }
    td.shipment-id {
        background-color: #f6f6f6 !important;
    }
    td.quantity label.td-title {
        display: inline-block;
        max-width: calc(100% - 45px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    td label {
        color: #8c8c8c;
        font-weight: 300;
    }
    td .attributes {
        padding: 7px 0;
        margin: 0;
    }
    td.remove-from-cart,
    td.add-to-cart {
        padding: 10px;
        font-size: 0;
    }
    td.remove-from-cart input[type="checkbox"]+label,
    td.add-to-cart input[type="checkbox"]+label {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        user-select: none;
    }
    td.remove-from-cart input[type="checkbox"]+label:before,
    td.add-to-cart input[type="checkbox"]+label:before {
        vertical-align: bottom;
    }
    td.product-picture {
        padding: 4px !important;
        float: left;
        width: 90px;
        border: none !important;
    }
    td.product {
        border: none !important;
        padding: 15px;
    }
    td.product-picture+td.product {
        margin-left: 90px;
        text-align: left;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .order-details-page .products tr,
    .shipment-details-page .data-table tr,
    .return-request-page .data-table tr,
    .reward-points-history .data-table tr,
    .downloadable-products-page .data-table tr,
    .wishlist-page tr,
    .cart tr {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 10px);
        margin-left: 20px;
    }
    .order-details-page .products tr:nth-child(2n+1),
    .return-request-page .data-table tr:nth-child(2n+1),
    .shipment-details-page .data-table tr:nth-child(2n+1),
    .reward-points-history .data-table tr:nth-child(2n+1),
    .downloadable-products-page .data-table tr:nth-child(2n+1),
    .wishlist-page tr:nth-child(2n+1),
    .cart tr:nth-child(2n+1) {
        margin-left: 0;
    }
    .shipment-details-page .data-table,
    .return-request-page .data-table,
    .order-details-page .products .data-table,
    .account-page .cart,
    .account-page .data-table,
    .account-page .compare-products-table,
    .account-page .forums-table-section table,
    .wishlist-page .cart,
    .cart {
        text-align: left;
        font-size: 0;
    }
    .cart td.product,
    .data-table td.product,
    .data-table td.message,
    .data-table td.info,
    .data-table td.name,
    .forum-table td.forum-details,
    .forum-table td.topic-details {
        text-align: left;
    }
}

@media all and (min-width: 769px) and (max-width: 1600px) {
    .account-page .recurring-payments .data-table td label {
        display: inline-block;
    }
    .account-page .recurring-payments .data-table thead {
        display: none;
    }
    .account-page .recurring-payments .data-table tbody,
    .account-page .recurring-payments .data-table tr,
    .account-page .recurring-payments .data-table td {
        display: block;
    }
    .order-list-page .recurring-payments tr {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 12.5px);
        margin-left: 25px;
    }
    .order-list-page .recurring-payments tr:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media all and (min-width: 1025px) and (max-width: 1600px) {
    .order-list-page .recurring-payments td {
        border-left: none !important;
        border-right: none !important;
    }
    .order-list-page .recurring-payments td:first-child {
        border-radius: 3px 3px 0 0 !important;
        border-top: 1px solid #eee;
    }
    .compare-products-table td {
        vertical-align: top;
    }
    .cart td,
    .compare-products-table td,
    .forums-table-section td {
        font-size: 16px;
    }
}
@media all and (max-width: 1024px) {
    .header-upper .header-selectors-wrapper {
        /* display: none; */
    }
    .search-box-select {
        top: 86px !important;
    }
    .desktop {
        display: none !important;
    }
    .category-navigation-title,
    .category-navigation-list-wrapper {
        display: none !important;
    }
    .admin-header-links {
        position: fixed;
        top: 0;
        z-index: 1030;
        width: 100%;
    }
    .responsive-nav-wrapper-parent {
        position: fixed;
        top: 0;
        z-index: 1020;
        width: 100%;
        background-color: #fff;
        border-bottom: 3px solid #eeeeee;
    }
    .admin-header-links~.responsive-nav-wrapper-parent {
        top: 35px;
    }
    .admin-header-links~.responsive-nav-wrapper-parent~.header {
        margin-top: 100px;
    }
    .header {
        margin-top: 65px;
    }
    .mobile-selector {
        overflow: hidden;
    }
    .header-selectors-wrapper>div {
        margin: 0;
        display: block;
        position: relative;
    }
    .profile-menu-box>a,
    .selector-title {
        display: block;
        padding: 15px 20px;
        line-height: 18px;
        font-size: 13px;
        color: #8c8c8c;
        font-weight: 700;
        background-color: #f6f6f6;
        border-top: 3px solid #fff;
        cursor: pointer;
        text-transform: uppercase;
    }
    .selector-title:after {
        content: "\6a";
        display: inline-block;
        float: right;
        font-size: 9px;
        font-family: "emporium-icons";
        transform: rotate(90deg);
        text-transform: none;
        color: #8c8c8c;
        transition: all .3s ease;
    }
    .selector-title.open:after {
        transform: rotate(-90deg);
    }
    .mobile-collapse {
        display: none;
        background-color: #efefef;
        padding: 10px 0;
    }
    .header-selectors-wrapper>div input[type="radio"] {
        display: none;
    }
    .header-selectors-wrapper>div label {
        display: block;
        padding: 10px 38px;
        line-height: 18px;
        font-size: 14px;
        font-weight: 400;
    }
    .header-selectors-wrapper>div input[type="radio"]:checked+label {
        color: #97c300;
    }
    .header-selectors-wrapper>div input[type="radio"]+label:before {
        content: none;
        display: none;
    }
    /* RESPONSIVE NAV WRAPPER */
    .responsive-nav-wrapper {
        position: relative;
        padding: 11px 0;
        background-color: #fff;
        text-align: center;
        font-size: 0;
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .header-logo {
        display: none;
    }
    .mobile-logo {
        position: relative;
        display: inline-block;
        text-align: center;
        max-width: calc(100% - 180px);
    }
    .mobile-logo .logo {
        position: relative;
        display: block;
        max-width: 100%;
        height: 40px;
        width: 200px;
        margin: 0 auto;
    }
    .mobile-logo img {
        position: absolute;
        display: inline-block;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .responsive-nav-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }
    .responsive-nav-wrapper>div {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }
    .responsive-nav-wrapper>div>span,
    .responsive-nav-wrapper>div>a {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 0;
        cursor: pointer;
    }
    .responsive-nav-wrapper>div>span:before,
    .responsive-nav-wrapper>div>a:before {
        display: inline-block;
        font-family: "emporium-icons";
        font-size: 18px;
        color: #8e8e8e;
    }
    .responsive-nav-wrapper .menu-title span:before {
        content: "\67";
    }
    .responsive-nav-wrapper .search-wrap span:before {
        content: "\65";
    }
    .shopping-cart-link>a {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 0;
    }
    .shopping-cart-link>a:before {
        content: "\64";
        display: inline-block;
        font-family: "emporium-icons";
        font-size: 24px;
    }
    .shopping-cart-link .cart-qty {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #97c300;
        font-size: 10px;
        height: auto;
        padding: 0 1px;
        width: auto;
        min-width: 15px;
        display: inline-block;
        min-height: 15px;
        line-height: 15px;
        border-radius: 50%;
        color: #fff;
    }
    .responsive-nav-wrapper .menu-title,
    .responsive-nav-wrapper .search-wrap {
        float: left;
    }
    .responsive-nav-wrapper .shopping-cart-link,
    .responsive-nav-wrapper .personal-button {
        float: right;
    }
    /* RESPONSIVE MENU */
    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1060;
        background-color: rgba(0, 0, 0, 0);
        transition: background 0.3s ease;
    }
    .overlayOffCanvas.show {
        background-color: rgba(0, 0, 0, 0.4);
    }
    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .header-menu.ps-container .ps-scrollbar-y-rail {
        visibility: hidden !important;
        /*scroll is active, but invisible*/
    }
    .header-menu,
    .profile-menu-box,
    .store-search-box {
        position: fixed;
        top: 0;
        left: -100%;
        width: 320px;
        max-width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
        text-align: left;
        margin-top: 0 !important;
        opacity: 1;
        padding: 0;
        border-radius: 0;
        pointer-events: auto;
        transition: all 0.3s ease;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        box-shadow: none;
        z-index: 1070 !important;
    }
    .store-search-box {
        width: 400px;
    }
    .header-menu.open,
    .profile-menu-box.open,
    .store-search-box.open {
        left: 0;
    }
    .header-menu .close-menu,
    .close-side-menu,
    .mobile-flyout-wrapper .close-side-menu {
        display: block;
        padding: 15px 20px;
        background-color: #97c300;
        color: #fff;
    }
    .close-menu span,
    .close-side-menu span {
        display: inline-block;
        line-height: 17px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }
    .close-menu .close-menu-text,
    .close-side-menu .close-side-menu-text {
        font-weight: 700;
        letter-spacing: 1px;
    }
    .close-menu .close-menu-btn,
    .close-side-menu-btn {
        float: right;
        font-size: 0 !important;
    }
    .close-menu-text:before,
    .close-side-menu-text:before {
        content: "\67";
        display: inline-block;
        margin-right: 15px;
        font-family: "emporium-icons";
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0;
        color: #fff !important;
        text-transform: none;
        vertical-align: bottom;
    }
    .profile-menu-box .close-side-menu-text:before {
        content: "\61";
    }
    .store-search-box .close-side-menu-text:before {
        content: "\65";
    }
    .close-menu-btn:before,
    .close-side-menu-btn:before {
        content: "\7a";
        display: inline-block;
        margin: 0 !important;
        font-family: "emporium-icons";
        text-transform: none;
        font-size: 16px;
        color: #fff !important;
        vertical-align: bottom;
    }
    .header-menu .all-categories,
    .header-menu .all-categories li {
        background-color: #f6f6f6;
    }
    .header-menu>ul li:after {
        content: "";
        display: block;
        clear: both;
    }
    .header-menu>ul li>a,
    .header-menu>ul li>span,
    .profile-menu-box>a,
    .header-form-holder>a {
        display: block;
        position: relative;
        z-index: 0;
        padding: 16px 18px !important;
        font-size: 13px;
        line-height: 17px;
        color: #8c8c8c;
        font-weight: 700;
        text-transform: uppercase;
    }
    .header-menu>ul li {
        border-bottom: 3px solid #fff;
    }
    .header-menu .top-menu>li {
        border-bottom: 0;
    }
    .header-menu>ul li:last-child,
    .header-menu>ul li:last-child,
    .header-menu>ul li.back-button {
        border-bottom: 0;
    }
    .header-menu>ul li>.with-subcategories {
        float: left;
        width: calc(100% - 50px);
    }
    .header-menu .all-categories>span {
        float: left;
        width: calc(100% - 50px);
        cursor: default;
    }
    .header-menu .all-categories>span:before {
        content: "\66";
        display: inline-block;
        margin-right: 10px;
        font-size: 17px;
        vertical-align: bottom;
        font-family: "emporium-icons";
        color: #8c8c8c;
        font-weight: normal;
        text-transform: none;
        transition: all .2s ease;
    }
    .plus-button {
        position: relative;
        z-index: 1;
        float: right;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    .plus-button:before {
        content: "\6a";
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: "emporium-icons";
        font-size: 10px;
        color: #8c8c8c;
    }
    .ico-compare,
    .ico-wishlist {
        display: block;
        padding: 15px 20px;
        line-height: 18px;
        font-size: 13px;
        font-weight: 700;
        color: #8c8c8c;
        background-color: #f6f6f6;
        border-top: 3px solid #fff;
        cursor: pointer;
        text-transform: uppercase;
    }
    .ico-compare:before,
    .ico-wishlist:before {
        display: inline-block;
        font-family: "emporium-icons";
        margin-right: 10px;
        font-size: 17px;
        color: #8e8e8e;
        font-weight: normal;
        text-transform: none;
        vertical-align: bottom;
    }
    /* NEW ACCOUNT STYLING */
    .personal-button {
        position: static !important;
    }
    /* END ACCOUNT STYLING */
    .wishlist-qty {
        display: none;
    }
    .header-menu {
        overflow-y: auto;
    }
    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 320px;
        height: 100%;
        box-shadow: 1px 0 5px rgb(0 0 0 / 50%);
        overflow: hidden;
        background-color: #fff !important;
        transition: all 0.3s ease;
    }
    .header-menu .sublist-wrap {
        left: -100%;
    }
    .header-menu .sublist-wrap.active {
        left: 0;
    }
    .header-menu ul li.back-button {
        background-color: #97c300;
    }
    .header-menu .back-button span {
        padding: 15px 20px !important;
        text-align: right;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }
    .header-menu .back-button span:before {
        content: "\6b";
        display: inline-block;
        margin-right: 10px;
        font-family: "emporium-icons";
        font-size: 10px;
        text-transform: none;
    }
    /*********** MOBILE FLYOUT CART ************/
    .mobile-flyout-wrapper .close-side-menu-text:before {
        content: "\64";
    }
    .mobile-flyout-wrapper .flyout-cart-scroll-area {
        max-height: calc(100vh - 97px);
        overflow-y: scroll;
    }
    .mobile-flyout-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 400px;
        max-width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
        text-align: left;
        margin-top: 0 !important;
        opacity: 1;
        padding: 0;
        border-radius: 0;
        pointer-events: auto;
        transition: all 0.3s ease;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        box-shadow: none;
        z-index: 1070 !important;
    }
    .mobile-flyout-wrapper.open {
        left: 0;
    }
    .mobile-flyout-wrapper .close-side-menu {
        display: block;
    }
    /******** LOGIN FORM IN HEADER ********/
    .profile-menu-box.login-form-in-header {
        padding: 0;
        width: 320px;
    }
    .login-form-in-header form {
        padding: 20px 20px 0;
    }
    /* SEARCH BOX */
    .search-box form {
        padding: 20px;
    }
    .search-box input.search-box-text {
        width: calc(100% - 45px);
        padding: 0 5px 0 15px;
    }
    .ui-autocomplete {
        width: calc(100% - 40px) !important;
    }
    /* HEADER LINKS */
    #topcartlink {
        display: none;
    }
    .header-links-wrapper .header-links>ul {
        display: none;
    }
    .header-links-wrapper.open {
        display: block;
    }
    /* ACCOUNT PAGES */
    .html-account-page .block {
        float: none;
        width: auto;
        text-align: center;
    }
    .html-account-page .block .listbox {
        display: block !important;
    }
}

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
    /* GLOBAL STYLES */
    .side-2:after {
        content: "";
        display: block;
        clear: both;
    }
    /* FOOTER */
    /*.footer-middle {
		text-align: center;
		font-size: 0;
	}
	
	.footer-block {
		display: inline-block;
		border-bottom: 0;
		width: 31.33%;
		margin: 0 1%;
		vertical-align: top;
	}*/
    .footer-block ul {
        display: block;
        background-color: transparent;
    }
    .footer-block .title:before,
    .footer-block .title:after {
        display: none;
    }
    .social-icons {
        padding-top: 35px;
        border-top: 1px solid #eeeeee;
    }
    .newsletter-email {
        max-width: 355px;
    }
    /* LEFT/RIGHT COLUMN */
    .block {
        float: left;
        width: 48%;
        margin: 0 1% 2%;
        text-align: left;
    }
    .block:nth-of-type(2n+1) {
        clear: left;
    }
    .block .tags li,
    .product-tags-all-page li {
        margin: 0 5px;
    }
    /* CATEGORY PAGE & GRIDS */
    /* PRODUCT PAGE */
    .attributes-wrapper {
        max-width: 560px;
        margin: 0 auto 30px;
    }
    .product-additional {
        margin: 0 -10px 60px;
    }
    .attributes select+.qty-box {
        margin-top: 0;
        vertical-align: top;
    }
    /* REVIEW PAGE */
    /* WISHLIST & COMPARE LIST */
    /* TOPICS */
    .enter-password-form input[type="password"] {
        width: 300px !important;
    }
    /* CONTACT PAGE & EMAILaFRIEND */
    /* REGISTRATION, LOGIN, MY ACCOUNT */
    .login-page .title strong,
    .registration-page .title strong {
        font-size: 18px;
    }
    .date-of-birth .date-picker-wrapper select {
        padding: 0 35px 0 20px;
        background: #fff url(../Themes/Emporium/Content/img/select-arrow-dark.svg) no-repeat right 15px center;
    }
    .account-page {
        padding: 40px 20px;
    }
    .customer-info-page .page-body,
    .change-password-page .page-body,
    .check-gift-card-balance-page .page-body,
    .avatar-page .page-body,
    .address-edit-page .page-body,
    .vendorinfo-page .page-body {
        padding: 50px;
    }
    .date-of-birth .date-picker-wrapper select,
    .date-of-birth .date-picker-wrapper select:first-child,
    .date-of-birth .date-picker-wrapper select:last-child {
        width: 33.33%;
    }
    .address-item .title,
    .order-item .title,
    .request-item .title {
        text-align: center;
    }
    .address-item:first-child,
    .add-button:first-child,
    .order-item:first-child,
    .request-item:first-child {
        margin-top: 0;
    }
    /* SHOPPING CART & CHECKOUT */
    .cart-collaterals>div>.list {
        padding: 30px;
    }
    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        font-size: 0;
        margin: 0 0 30px;
        text-align: center;
    }
    .order-review-data>div,
    .order-details-area>div,
    .shipment-details-area>div {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        /*width: calc(50% - 12.5px);
		margin-left: 25px;
		max-width: 590px;*/
    }
    .order-review-data>div:nth-child(2n + 1),
    .order-details-area>div:nth-child(2n + 1),
    .shipment-details-area>div:nth-child(2n + 1) {
        margin-left: 0;
    }
    .checkout-page .edit-address {
        padding: 0;
    }
    .payment-logo {
        display: inline-block;
        margin: 0 15px 0 0;
        vertical-align: middle;
    }
    .payment-logo+.payment-details {
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 90px);
    }
    .shipping-method .method-list li,
    .payment-method .method-list li {
        padding: 22px 22px 22px 85px;
    }
    .shipping-method .method-list input[type="radio"]+label:before,
    .shipping-method .method-list input[type="checkbox"]+label:before,
    .payment-method .method-list input[type="radio"]+label:before,
    .payment-method .method-list input[type="checkbox"]+label:before {
        left: 35px;
    }
    /* SEARCH PAGE & SITEMAP */
    /* BLOG & NEWS */
    /* FORUM & PROFILE */
    .forum-actions .actions a,
    .forum-actions .actions a:nth-child(2n+1) {
        padding: 0 20px;
        margin: 0 3px;
        width: auto;
    }
    .topic-post .post-info {
        padding: 30px 30px 25px;
    }
    .topic-post .avatar {
        width: 160px;
    }
    .topic-post .user-info {
        padding-left: 175px;
        min-height: 160px;
    }
    .topic-post .username {
        margin: 5px 0;
    }
    .topic-post .post-content {
        padding: 0 30px 30px;
    }
    .topic-post .post-vote>span {
        width: 30px;
    }
}
@media all and (min-width: 768px) {
    .page {
        clear: both;
        text-align: left
    }
    .link-rss {
        display: block;
        float: right;
        margin: 5px 0 0
    }
    .eu-cookie-bar-notification {
        padding: 50px
    }
    .bar-notification {
        padding: 14px 20px 14px 40px
    }
    .bar-notification .content {
        font-size: 17px;
        line-height: 32px
    }
    .center-2 {
        margin: 0 0 50px
    }
    .block {
        width: 31.3333%;
        margin: 0 1% 2%
    }
    .block:nth-of-type(2n+1) {
        clear: none
    }
    .block:nth-of-type(3n+1) {
        clear: left
    }
    .two-row-carousels {
        padding: 0 10px
    }
    .home-page .topic-block-body {
        padding: 0 20px
    }
    .vendor-item .title a,
    .manufacturer-item .title a,
    .category-grid .item-box .title a {
        padding: 19px 15px
    }
    .home-page .topic-block-title h2,
    .product-grid .title,
    .news-list-homepage .title,
    .home-page-polls .title {
        font-size: 30px
    }
    .shopping-cart-page .product-grid .title {
        font-size: 26px
    }
    .item-box .product-title,
    .item-box .title {
        padding: 0 10px
    }
    .home-page-advantages {
        font-size: 0
    }
    .advantages-item {
        display: inline-block;
        width: calc(50% - 2.5px);
        margin: 0 0 5px 5px
    }
    .advantages-item:nth-child(2n+1) {
        margin-left: 0
    }
    .advantages-item:only-child {
        width: 100%;
        margin: 0
    }
    .news-list-homepage:after {
        content: "";
        display: block;
        clear: both
    }
    .news-list-homepage .news-item {
        float: left;
        padding: 30px;
        width: 49.3%;
        margin-left: 1.4%
    }
    .news-list-homepage .news-item:nth-child(2n+1) {
        margin-left: 0;
        clear: left
    }
    .breadcrumb {
        margin: 0 0 5px
    }
    .page-title,
    .category-description,
    .manufacturer-description,
    .vendor-description {
        text-align: center
    }
    .item-box .picture {
        position: relative;
        backface-visibility: hidden
    }
    .item-box .btn-wrapper {
        display: inline-block;
        transition: opacity .2s ease;
        z-index: 10;
        margin-right: 0;
        margin-left: 0;
    }
    .item-box:hover .btn-wrapper {
        opacity: 1;
        pointer-events: auto
    }
    .item-box .buttons {
        display: block
    }
    .item-box .product-rating-box {
        margin-bottom: 12px
    }
    .item-box .prices>*:last-child:not(:empty) {
        margin-bottom: 19px
    }
    .pager li {
        margin: 0 2px
    }
    .product-details-page {
        text-align: center
    }
    .full-description,
    .product-specs-box {
        margin: 0 -20px;
        padding: 40px 30px
    }
    .full-description+.product-collateral .product-specs-box {
        padding-top: 0;
        padding-bottom: 40px
    }
    .product-tags-box {
        margin-top: 60px
    }
    .attributes-wrapper>div.product-prices-box,
    .attributes-wrapper>div.tier-prices {
        padding: 0
    }
    .overview-buttons {
        text-align: left
    }
    .overview-buttons div {
        margin: 0 10px 10px 0
    }
    .overview .qty-label,
    .variant-overview .qty-label {
        position: static;
        left: 0;
        margin: 0 5px 0 0
    }
    .variant-picture {
        float: left
    }
    .variant-picture+.variant-overview {
        width: auto;
        text-align: left;
        margin: 0 0 0 350px
    }
    .variant-overview .tax-shipping-info {
        text-align: left
    }
    .product-variant-line .attributes-wrapper,
    .product-variant-line .attributes {
        padding: 0
    }
    .product-variant-line .attributes dt,
    .product-variant-line .attributes dd {
        text-align: left
    }
    .product-variant-line .attributes-wrapper>div {
        margin-left: 0
    }
    .tier-prices .table-wrapper {
        border: 1px solid #e7e7e7;
        border-radius: 3px
    }
    .tier-prices .prices-table {
        display: table;
        width: 100%;
        border: none;
        border-collapse: collapse
    }
    .tier-prices .prices-row {
        display: table-row;
        border-top: 1px solid #e7e7e7;
        float: none;
        width: auto
    }
    .tier-prices .prices-row:first-child {
        border-top: 0
    }
    .tier-prices .tbody {
        border-left: none
    }
    .tier-prices .prices-row>div {
        display: table-cell
    }
    .tier-prices .field-header {
        min-width: 100px
    }
    .rental-attributes dt {
        min-width: 75px
    }
    .attribute-squares {
        text-align: center
    }
    .attribute-squares li {
        margin: 0 10px 10px 0
    }
    .attributes-wrapper>div.tier-prices {
        max-width: none
    }
    .write-review-collapse {
        padding: 40px 60px
    }
    .share-info,
    .tax-shipping-info,
    .wishlist-content .buttons {
        text-align: center
    }
    .wishlist-content .button-2 {
        display: inline-block;
        margin: 0 3.5px 7px
    }
    .wishlist-content .wishlist-add-to-cart-button {
        display: block;
        width: 517px;
        margin: 0 auto
    }
    .wishlist-content .button-2,
    .wishlist-content .wishlist-add-to-cart-button {
        display: inline-block;
        min-width: 200px;
        width: auto;
        margin: 0 3.5px;
        font-weight: 700
    }
    .wishlist-page .share-info {
        margin: 70px -20px 50px
    }
    .compare-products-page img {
        width: 100%;
        max-width: 280px
    }
    .compare-products-mobile {
        margin: 0 -20px
    }
    .compare-products-table td {
        padding: 20px 10px;
        font-size: 15px;
        color: #8c8c8c;
        font-weight: 400;
        text-align: center
    }
    .compare-products-table .remove-product td {
        padding: 0
    }
    .compare-products-table .product-price td {
        color: #97c300;
        font-size: 17px;
        font-weight: 700
    }
    .compare-products-table .product-name td {
        font-size: 16px;
        font-weight: 700
    }
    .compare-products-table .product-picture td {
        padding: 10px
    }
    .compare-products-table .remove-product td {
        position: relative;
        text-align: right
    }
    .compare-products-table .remove-product td button {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 1
    }
    .compare-products-table .product-name td a {
        color: #444
    }
    .compare-products-table tr td:first-child {
        padding: 20px;
        min-width: 170px;
        max-width: 170px;
        color: #8c8c8c;
        font-size: 17px;
        background-color: #f6f6f6;
        text-align: right;
        font-weight: 300
    }
    .compare-products-table tr td.empty:first-child {
        padding: 0;
        font-size: 0
    }
    .compare-products-table .full-description {
        display: none
    }
    .compare-products-table-mobile img {
        max-width: 160px
    }
    .registration-page,
    .private-messages,
    .email-a-friend-page,
    .contact-page,
    .apply-vendor-page,
    .forum-edit-page,
    .registration-page .page-title,
    .private-messages .page-title,
    .email-a-friend-page .page-title,
    .contact-page .page-title,
    .apply-vendor-page .page-title,
    .forum-edit-page .page-title {
        text-align: center
    }
    .private-messages-page button+button {
        margin-top: 0
    }
    .ui-tabs .ui-tabs-panel {
        margin: 0 -20px;
        padding: 50px 6vw
    }
    .private-messages-page td.date,
    .private-messages-page th.date {
        white-space: nowrap;
        width: 20%
    }
    .customer-info-page .page-body,
    .change-password-page .page-body,
    .check-gift-card-balance-page .page-body,
    .avatar-page .page-body,
    .address-edit-page .page-body,
    .vendorinfo-page .page-body,
    .form-style {
        padding: 50px 65px
    }
    .login-page .external-authentication>* {
        margin: 30px -20px 0;
        width: calc(100% + 40px)
    }
    .account-page #Username,
    .registration-page #Username {
        max-width: calc(100% - 200px)
    }
    #check-availability-button {
        position: absolute;
        top: 30px;
        right: 0;
        left: auto;
        width: 190px;
        margin: 0;
        float: none;
        clear: none
    }
    .address-list,
    .order-list,
    .return-request-list-page .page-body {
        font-size: 0
    }
    .address-item,
    .add-button,
    .order-item,
    .request-item,
    .address-grid>div {
        display: inline-block;
        width: calc(50% - 12.5px);
        margin: 25px 0 0 25px;
        text-align: center
    }
    .address-item:nth-child(2),
    .order-item:nth-child(2),
    .request-item:nth-child(2),
    .address-grid>div:nth-child(2) {
        margin-top: 0
    }
    .address-item:nth-child(2n+1),
    .order-item:nth-child(2n+1),
    .request-item:nth-child(2n+1),
    .address-grid>div:nth-child(2n+1) {
        margin-left: 0
    }
    .checkout-page .address-grid .add-button:only-child {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto;
        float: none
    }
    .cart-collaterals:after {
        content: "";
        display: block;
        clear: both
    }
    .cart-collaterals>div {
        float: left;
        width: calc(50% - 5px);
        margin: 0 0 10px 10px
    }
    .cart-collaterals>div:nth-child(2n+1) {
        margin-left: 0
    }
    .shopping-cart-page .common-buttons {
        text-align: center
    }
    .shopping-cart-page .common-buttons button {
        display: inline-block;
        margin: 0 3.5px 7px
    }
    .cart-options {
        text-align: right
    }
    .cart-options .common-buttons button {
        margin: 0 0 0 10px
    }
    .cart-options .checkout-attributes {
        padding: 20px
    }
    .cart-options .attribute-squares {
        text-align: left
    }
    .cart-options dd:last-child {
        margin-bottom: 0
    }
    .order-details-page .options,
    .order-details-page .tax-shipping-info {
        text-align: center
    }
    .order-details-page .total-info {
        overflow: hidden
    }
    .order-details-page .actions {
        text-align: center
    }
    .order-details-page .actions button {
        min-width: 0
    }
    .order-progress {
        overflow: hidden;
        padding-top: 10px;
        margin: -40px 0 50px
    }
    .order-progress a {
        padding: 0 5px;
        margin-bottom: 40px;
        width: 120px;
        height: 70px
    }
    .order-progress a span {
        position: absolute;
        display: block;
        top: 80px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 13px;
        color: #8c8c8c;
        font-weight: 700;
        text-transform: uppercase
    }
    .order-progress .inactive-step span {
        color: #b7b7b7
    }
    .order-progress .active-step.last a span {
        color: #97c300
    }
    .order-progress .active-step.last a:before {
        font-size: 22px;
        width: 65px;
        height: 65px;
        line-height: 57px
    }
    .search-page .search-input form {
        margin: 0 -20px 40px;
        padding: 45px 0
    }
    .center-2 .news-items:after,
    .center-2 .blog-page:after {
        content: "";
        display: block;
        clear: both
    }
    .center-2 .blog-page .post,
    .center-2 .news-items .news-item {
        float: left;
        width: calc(50% - 15px);
        margin: 0 0 30px 30px
    }
    .center-2 .blog-page .post-details,
    .center-2 .news-items .news-item {
        padding: 40px
    }
    .center-2 .blog-page .post:nth-child(2n+1),
    .center-2 .news-items .news-item:nth-child(2n+1) {
        margin-left: 0;
        clear: left
    }
    .blogpost-page .post-body,
    .news-item-page .news-body {
        padding: 0 0 20px;
        margin: 0 auto 20px
    }
    .blogpost-page .post-body p {
        padding: 0 20px
    }
    .blog-page .tags,
    .blogpost-page .tags {
        text-align: center
    }
    .blogpost-page,
    .news-item-page {
        text-align: center
    }
    .post-date,
    .news-date {
        text-align: center
    }
    .new-comment,
    .comment-list {
        margin-left: -20px;
        margin-right: -20px
    }
    .comment-list {
        padding: 0 20px 50px
    }
    .new-comment {
        text-align: center
    }
    .new-comment textarea {
        width: 500px
    }
    .comment-list .comment {
        position: relative;
        padding: 35px
    }
    .comment-info {
        float: left;
        margin: 0
    }
    .comment-info .avatar {
        width: 125px;
        height: 125px
    }
    .name-and-time {
        position: absolute;
        top: 35px;
        left: 180px;
        width: auto;
        margin-left: 0
    }
    .comment-info+.comment-content {
        margin: 55px 0 0 145px
    }
    .forum-name h1 {
        margin: 0 40px
    }
    .forums-main-page .topic-block-title h2 {
        font-size: 30px
    }
    .forums-table-section-title .link-rss {
        float: right;
        margin: 0
    }
    .forums-table-section .view-all {
        text-align: center
    }
    .forum-actions .pager.upper {
        display: block
    }
    .topic-actions .actions a,
    .topic-actions .actions a.edit-topic-button {
        display: inline-block;
        width: auto;
        padding: 0 18px;
        margin: 0 2.5px
    }
    .topic-actions .actions a:nth-child(2n) {
        margin-left: 3px
    }
    .forum-topic-page .topic-options {
        float: left
    }
    .topic-post .quote,
    .latest-posts .quote {
        padding: 15px 25px
    }
    .forum-search-page .advanced-search {
        margin: 0 auto 30px;
        padding: 35px 30px 40px
    }
    .private-message-view-page .message-head li {
        display: inline-block;
        margin-right: 20px
    }
    .private-message-view-page .message-head span:after {
        content: "|";
        margin: 0 0 0 25px
    }
    .private-message-view-page .message-head li:last-child span:after {
        content: none
    }
    .private-message-view-page .buttons button {
        display: inline-block;
        margin: 0 5px;
        width: auto;
        width: 25%;
        max-width: 220px
    }
    .profile-info-box {
        padding: 40px
    }
    .profile-page .topic {
        padding: 33px 50px;
        overflow: hidden
    }
    .profile-page .topic-title,
    .profile-page .topic-data {
        float: left;
        width: 22%;
        clear: both
    }
    .profile-page .topic-body {
        margin-left: 24%
    }
}
@media all and (min-width:1025px) {
    .home-page .topic-block {
        width: 88%;
        max-width: 1354px
    }
    .full-width.hero .in {
        width: 88%
    }
    .home-n-business-content {
        width: 88%
    }
    .blog-container {
        width: 88%
    }
    .full-width.hpc .in {
        width: 88%
    }
    .footer .foot-container {
        width: 88%
    }
    .mobile {
        display: none !important
    }
    .product-grid,
    .category-grid,
    .topic-block,
    .news-list-homepage {
        margin: 0 auto 50px
    }
    .product-grid:last-child,
    .category-grid:last-child,
    .topic-block:last-child,
    .news-list-homepage:last-child {
        margin-bottom: 0
    }
    .center-2 .category-grid {
        margin: 0 0 30px
    }
    .center-2 .product-grid,
    .center-2 .category-grid,
    .center-2 .topic-block {
        width: 100%
    }
    .category-description,
    .manufacturer-description,
    .vendor-description {
        margin: 0 0 30px
    }
    .center-2 {
        margin: 0 0 50px 0;
        float: right;
        width: 70%
    }
    .side-2 {
        float: left;
        width: 27%
    }
    .side-2 .block-wrapper {
        border: 1px solid #d5d5d5;
        margin-top: 15px
    }
    .inputs {
        text-align: left
    }
    .header {
        position: relative;
        z-index: 1020;
        margin: 0 auto;
        text-align: left;
        box-shadow: 0 0 10px #ddd
    }
    .header-selectors-wrapper select {
        padding: 0 35px 0 20px;
        border: none;
        color: #ababab;
        height: 47px;
        font-size: 13px;
        min-width: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        left: 19%
    }
    .currency-selector.desktop,
    .language-selector.desktop .select-wrap,
    .tax-display-type-selector {
        position: relative
    }
    .currency-selector.desktop:before,
    .language-selector.desktop .select-wrap:before,
    .tax-display-type-selector:before {
        content: "k";
        position: absolute;
        top: 50%;
        left: auto;
        right: 0;
        transform: translateY(-50%) rotate(-90deg);
        display: inline-block;
        font-family: "emporium-icons";
        font-size: 7px;
        color: #ababab;
        pointer-events: none
    }
    .header-selectors-wrapper,
    .header-upper {
        width: calc(100% - 110px);
        margin: 0 auto
    }
    .header-menu {
        padding: 0 55px
    }
    .all-categories {
        display: none !important
    }
    .header-menu:after {
        content: "";
        display: block;
        clear: both
    }
    .header-menu>ul {
        float: right
    }
    .header-menu-parent {
        font-size: 0
    }
    .category-navigation-list-wrapper {
        display: inline-block;
        position: relative;
        border-right: 3px solid #fff;
        overflow: hidden
    }
    .category-navigation-list-wrapper * {
        font-size: 0
    }
    .category-navigation-list {
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 10px;
        padding: 10px 0;
        border: 1px solid #eee;
        opacity: 0;
        pointer-events: none;
        width: 380px;
        background-color: #fff;
        transition: all .3s ease;
        z-index: 1099;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1)
    }
    .category-navigation-list>li>.sublist-wrap {
        margin-top: -16px
    }
    .category-navigation-list>li>.sublist-wrap .sublist-wrap {
        margin-left: -1px
    }
    .category-navigation-list-wrapper .sublist-wrap {
        position: absolute;
        font-size: 0;
        top: 0;
        margin: 0;
        width: 0 !important;
        left: 100%;
        border: none;
        padding: 15px 0;
        background: url(../Themes/Emporium/Content/img/shadow-top.png) top left repeat-x, url(../Themes/Emporium/Content/img/shadow-bottom.png) bottom left repeat-x;
        pointer-events: none;
        overflow: hidden;
        transition: all .3s ease
    }
    .category-navigation-list-wrapper .sublist-wrap .sublist {
        border: 1px solid #eee;
        border-width: 1px 0;
        padding: 10px 0;
        background-color: #fff
    }
    .category-navigation-list .plus-button {
        display: none
    }
    .header-menu>ul>li:hover>a,
    .header-menu>ul>li:hover>span {
        color: #95c539 !important
    }
    .category-navigation-list-wrapper .sublist>li {
        opacity: 0
    }
    .category-navigation-list-wrapper .sublist .subParentImage {
        text-align: center
    }
    .category-navigation-list-wrapper ul li a,
    .category-navigation-list-wrapper ul li>span {
        position: relative;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 35px 0 20px;
        height: 40px;
        line-height: 40px;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        transition: all .2s ease
    }
    .category-navigation-list-wrapper ul li span {
        font-size: 15px
    }
    .category-navigation-list-wrapper ul li:hover>.sublist-wrap {
        opacity: 1;
        pointer-events: auto;
        overflow: visible;
        width: 100% !important
    }
    .category-navigation-list-wrapper ul li:hover>.sublist-wrap>.sublist {
        border-width: 1px
    }
    .category-navigation-list-wrapper ul li:hover>.sublist-wrap>.sublist>li {
        opacity: 1;
        transition: all .1s ease-in .3s
    }
    .category-navigation-list-wrapper ul li:hover>a,
    .category-navigation-list-wrapper ul li:hover>span {
        background-color: #f6f6f6;
        color: #97c300
    }
    .category-navigation-list-wrapper ul li:hover>a:after {
        color: #97c300
    }
    .category-navigation-title {
        position: relative;
        z-index: 1100;
        display: block;
        width: 190px;
        padding: 0 15px;
        line-height: 50px;
        height: 50px;
        font-size: 14px;
        cursor: pointer;
        text-transform: uppercase;
        color: #444;
        font-weight: bold;
        transition: all .2s ease
    }
    .category-navigation-title:before {
        content: "f";
        display: inline-block;
        margin-right: 10px;
        font-size: 17px;
        vertical-align: bottom;
        font-family: "emporium-icons";
        color: #95c639;
        font-weight: normal;
        text-transform: none;
        transition: all .2s ease
    }
    .category-navigation-list-wrapper:hover {
        overflow: visible
    }
    .category-navigation-title:hover {
        background-color: transparent !important
    }
    .category-navigation-list-wrapper:hover .category-navigation-title {
        background-color: #eebe00;
        color: #95c539
    }
    .category-navigation-list-wrapper:hover .category-navigation-title:before {
        color: #95c539
    }
    .category-navigation-list-wrapper:hover .category-navigation-list {
        margin-top: 0;
        opacity: 1;
        pointer-events: auto
    }
    .category-navigation-list-wrapper .with-subcategories:after {
        content: "W";
        position: absolute;
        top: 50%;
        right: 20px;
        left: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "emporium-icons";
        font-size: 8px;
        color: #8bc34a
    }
    .category-navigation-list-wrapper ul li:hover>a:after {
        color: #8bc34a !important;
        transform: rotate(90deg) translateX(-20px)
    }
    .header-lower {
        padding: 0 0 0;
        text-align: center;
        font-size: 0
    }
    .header-lower:after {
        content: '';
        display: block;
        clear: both
    }
    .header-logo {
        float: left;
        width: 20%;
        text-align: left;
        padding-right: 10px
    }
    /*.header-links-wrapper {
        float: right;
        margin-bottom: 0;
        text-align: right
    }*/
    .header-links {
        display: table;
        /* width: 100%; */
        padding: 18px 0 18px 0
    }
    .header-links ul {
        font-size: 0;
        padding-left: 10px;
        display: inline-table
    }
    .header-links ul.myaccount {
        margin-left: 20px
    }
    .header-links li {
        position: relative;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        color: #fff;
        font-size: 12px
    }
    .header-links li span {
        display: inline-block;
        vertical-align: top;
        padding: 10px 10px 0 0
    }
    .header-links li+li {
        padding-left: 10px
    }
    .header-links a {
        display: inline-block;
        font-size: 13px;
        color: #000;
        transition: color .2s ease
    }
    .header-links a:focus:before {
        color: #95c639 !important
    }
    .header-links .profile-menu-box .ico-inbox {
        font-size: 0
    }
    .header-links .profile-menu-box span:before,
    .header-links .profile-menu-box a:before {
        font-size: 17px;
        margin: 0 7px 0 0;
        color: #95c539
    }
    .header-links span:before,
    .header-links a:before {
        display: block;
        margin-bottom: 4px;
        font-family: "emporium-icons";
        font-size: 26px;
        color: #fff;
        transition: color .2s ease
    }
    a.ico-wishlist::before {
        display: inherit
    }
    .header-links a.ico-cart:before {
        font-size: 26px
    }
    .header-links a:hover {
        color: #fff
    }
    .header-links a:hover:before {
        color: #95c539 !important
    }
    .ico-wishlist .wishlist-qty,
    .ico-cart .cart-qty {
        position: absolute;
        display: inline-block;
        top: -5px;
        left: 30%;
        -webkit-transform: translateX(-50%) translateX(25px);
        -ms-transform: translateX(-50%) translateX(25px);
        transform: translateX(-50%) translateX(25px);
        background-color: #97c300 !important;
        font-size: 10px;
        height: auto;
        padding: 0 3px;
        width: auto;
        min-width: 15px;
        min-height: 15px;
        line-height: 15px;
        border-radius: 20px;
        color: #fff;
        text-align: center
    }
    .ico-cart .cart-qty {
        left: 0
    }
    .ico-cart .cart-label {
        font-weight: bold;
        display: inline-block;
        height: 15px;
        white-space: nowrap;
        color: #000
    }
    .search-box {
        display: inline-block;
        font-size: 0;
        background: #fff;
        border-radius: 4px;
        width: 530px
    }
    #DivSearch {
        position: absolute;
        z-index: 999999;
        background: #fff;
        width: 88%;
        max-width: 1354px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 25px;
        transition: all .8s ease
    }
    .header-lower .search-box {
        width: 100%
    }
    .searchbox {
        display: inline-block;
        width: 18px;
        float: left;
        margin-left: 20px;
        vertical-align: top;
        position: relative;
        z-index: 999999999
    }
    .header-lower .search-box {
        float: left;
        width: 100%
    }
    .search-box .search-box-button {
        width: 47px;
        height: 47px;
        border: none;
        background: #eebe00 url(../Themes/Emporium/Content/img/search-button-desktop.png) center no-repeat;
        transition: background-color .1s ease
    }
    .search-box form {
        display: block
    }
    .search-box input.search-box-text {
        height: 47px;
        color: #8c8c8c;
        width: calc(100% - 47px)
    }
    .mobile-flyout-wrapper {
        position: relative;
        display: inline-block;
        width: 24px;
        vertical-align: top;
        text-align: center;
        padding-left: 0;
        /*  z-index: 1200; */
        margin-left: 10px
    }
    .mini-shopping-cart {
        display: none;
        position: absolute;
        top: 98%;
        right: 0;
        padding-top: 8px;
        z-index: 1030
    }
    .mobile-flyout-wrapper:hover .mini-shopping-cart {
        display: block
    }
    .mini-shopping-cart>div:before {
        content: " ";
        position: absolute;
        bottom: 100%;
        left: auto;
        right: 17px;
        border: solid transparent;
        height: 0;
        width: 0;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px
    }
    .mini-shopping-cart .flyout-cart-scroll-area {
        border-radius: 3px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
        width: 430px
    }
    .flyout-cart .items {
        padding: 0 20px;
        max-height: calc(100vh - 320px);
        overflow: hidden
    }
    .mini-shopping-cart .right {
        float: right;
        clear: right;
        max-width: 80px;
        text-align: right
    }
    .mini-shopping-cart .left {
        width: calc(100% - 90px);
        float: left
    }
    .mini-shopping-cart .name a {
        margin: 0 0 10px
    }
    .mini-shopping-cart .attributes {
        margin-bottom: 10px
    }
    .mini-shopping-cart .quantity {
        font-size: 16px;
        float: none;
        margin: 0
    }
    .mini-shopping-cart .quantity:after {
        content: none
    }
    .mini-shopping-cart .price {
        float: none
    }
    .ui-autocomplete {
        width: calc(100% - 47px) !important;
        z-index: 1015
    }
    .ui-autocomplete {
        padding: 8px 0
    }
    .ui-autocomplete a {
        padding: 5px 15px
    }
    .ui-autocomplete img {
        width: 77px
    }
    .ui-autocomplete span {
        max-width: calc(100% - 90px)
    }
    .header-selectors-wrapper>div {
        margin: 0 10px
    }
    .responsive-nav-wrapper-parent {
        display: none
    }
    .menu-title,
    .close-menu,
    .header-menu .back-button {
        display: none
    }
    .overlayOffCanvas {
        display: none !important
    }
    .header-menu {
        text-align: left;
        position: relative;
        z-index: 1010;
        margin: 0 0 3px;
        background-color: #f6f6f6
    }
    .header-menu>ul {
        margin: 0 auto;
        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: 0 15px;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        cursor: pointer;
        text-transform: uppercase;
        color: #8c8c8c;
        font-weight: bold;
        transition: color .2s ease
    }
    .header-menu>ul>li:hover>a,
    .header-menu>ul>li:hover>span {
        color: #444
    }
    .top-menu {
        display: block
    }
    .header-menu .sublist .back-button {
        display: none
    }
    .footer:after {
        content: "";
        display: block;
        clear: both
    }
    .footer-upper {
        width: 28%;
        float: left;
        clear: left;
        text-align: left;
        padding-left: 3%
    }
    .footer-lower {
        clear: both
    }
    .footer-logo {
        margin-top: 0
    }
    .product-selectors {
        margin: 0 0 20px
    }
    .block {
        float: none;
        width: auto;
        margin: 0 0 3px
    }
    .block .title {
        cursor: default;
        padding: 14px 8px
    }
    .block .title:before {
        content: none;
        display: none
    }
    .block.block-recently-viewed-products .title {
        padding: 15px 20px
    }
    .block.block-recently-viewed-products .title:before {
        display: none
    }
    .block.block-recently-viewed-products .listbox {
        padding: 0
    }
    .block.block-recently-viewed-products .listbox li {
        padding: 10px;
        border-top: 1px solid #eee;
        display: flex;
        align-items: center
    }
    .block.block-recently-viewed-products .listbox li:first-child {
        border-top: 0
    }
    .block.block-recently-viewed-products .list a {
        color: #444
    }
    .block.block-recently-viewed-products .list a:hover {
        color: #97c300
    }
    .block.block-recently-viewed-products .product-picture {
        display: inline-block;
        margin-right: 16px;
        width: 84px;
        vertical-align: middle
    }
    .block .product-picture img {
        display: block;
        max-width: 100%
    }
    .block .product-name {
        display: inline-block;
        width: calc(100% - 103px);
        vertical-align: middle
    }
    .vendor-item .title a,
    .manufacturer-item .title a,
    .category-grid .item-box .title a {
        font-size: 14px
    }
    .home-page .topic-block,
    .home-page-category-grid,
    .sub-category-grid,
    .manufacturer-grid,
    .product-grid,
    .category-grid,
    .topic-block,
    .news-list-homepage,
    .home-page-polls {
        margin-bottom: 0
    }
    .center-2 .product-grid {
        margin-bottom: 50px
    }
    .home-page-advantages {
        padding: 35px 20px;
        margin: -60px -20px 70px;
        background-color: #f6f6f6;
        text-align: center
    }
    .advantages-item {
        padding: 0 1%;
        width: 25%;
        margin: 0;
        background-color: transparent;
        text-align: center;
        vertical-align: top
    }
    .advantages-item>div {
        display: block
    }
    .advantages-item .picture {
        margin-bottom: 15px;
        width: 100%;
        height: auto
    }
    .advantages-item .info {
        width: 100%
    }
    .advantages-item .description {
        display: block;
        margin-top: 10px;
        color: #8c8c8c;
        font-size: 15px
    }
    .advantages-item .description p {
        line-height: 1.7
    }
    .center-2 .page-title,
    .category-description,
    .manufacturer-description,
    .vendor-description,
    .center-2 .product-grid .title {
        text-align: left
    }
    .block {
        border: none
    }
    .block .listbox {
        display: block
    }
    .center-1 .breadcrumb {
        text-align: center
    }
    .breadcrumb {
        text-align: left;
        margin: 0 0 15px 0
    }
    .mobile-name-holder .breadcrumb {
        text-align: center
    }
    .breadcrumb li * {
        line-height: normal
    }
    #products-pagesize-mobile {
        display: none !important
    }
    #products-pagesize-desktop {
        display: inline-block
    }
    .product-selectors>div>span {
        display: inline-block;
        vertical-align: middle
    }
    .product-selectors .product-page-size {
        margin-left: 0;
        width: auto
    }
    .product-selectors {
        font-size: 13px;
        text-align: left;
        color: #8c8c8c;
        font-weight: bold;
        text-transform: uppercase
    }
    .product-selectors select {
        display: inline-block;
        margin: 0 10px;
        width: auto;
        height: 45px;
        background-color: #fff;
        border: 1px solid #e7e7e7;
        border-radius: 2px;
        font-weight: normal;
        text-transform: none;
        background-image: url('../Themes/Emporium/Content/img/select-arrow-dark.svg')
    }
    .product-selectors .product-sorting {
        display: inline-block;
        float: right;
        margin: 0;
        width: auto
    }
    .product-selectors .product-viewmode {
        display: inline-block;
        float: right;
        margin: 0;
        font-size: 0
    }
    a.ico-compare,
    .ico-account {
        word-break: break-all
    }
    .carousel-wrapper .item-box .picture>a:after,
    .two-row-carousels .item-box .picture>a:after {
        content: none;
        display: none
    }
    .product-list .item-box .product-item {
        display: flex;
        justify-content: flex-start;
        align-items: stretch
    }
    .center-2 .product-list .item-box .details {
        margin: 0;
        width: calc(100% - 260px);
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        padding-right: 30px;
        align-items: flex-start;
        padding-left: 0;
        padding-top: 0;
        text-align: left
    }
    .center-2 .product-list .item-box .details .details-ltr {
        width: calc(100% - 210px);
        padding-right: 30px
    }
    .center-2 .product-list .item-box .details .details-rtl {
        width: 210px;
        padding: 0 0;
        text-align: center
    }
    .center-2 .product-list .item-box .product-title,
    .item-box .title {
        max-height: 100%
    }
    .product-list .item-box .btn-wrapper {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        padding-left: 0
    }
    .product-list {
        margin-bottom: 30px
    }
    .product-list .add-to-cart-qty-wrapper .plus,
    .product-list .add-to-cart-qty-wrapper .minus {
        height: 16px;
        line-height: 16px
    }
    .product-list .item-box .productQuantityTextBox {
        width: 100%;
        height: 40px;
        padding-left: 8px !important;
        padding-right: 70px;
        color: #000 !important;
        font-weight: bold !important;
        font-size: 20px !important
    }
    .center-2 .product-list .product-item:after {
        content: "";
        display: block;
        clear: both
    }
    .center-2 .product-list .item-box .buttons .button-2 {
        padding: 0 30px;
        width: 100% !important;
        max-width: 100%;
        margin-top: 12px
    }
    .center-2 .product-list .item-box {
        position: relative;
        width: 100%;
        margin: 0 0 15px !important;
        text-align: left
    }
    .center-2 .product-list .item-box .picture {
        width: 260px;
        margin-bottom: 0;
        padding: 30px;
        overflow: visible;
        height: auto
    }
    .center-2 .product-list .item-box .picture img {
        border-radius: 3px 0 0 3px
    }
    .product-list .prices>span {
        display: block;
        text-align: center
    }
    .product-list .item-box .old-price {
        font-size: 16px;
        color: #444
    }
    .product-list .item-box .actual-price {
        font-size: 20px;
        margin: 4px 0;
        text-align: center
    }
    .product-list .item-box .buttons .ajax-cart-button-wrapper {
        display: block
    }
    .center-2 .product-list .item-box .buttons .button-2 {
        width: auto;
        background-color: #eebe00;
        color: #fff;
        height: 40px;
        padding: 0 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
    .center-2 .product-list .item-box .btn-wrapper button:before {
        font-size: 19px
    }
    .center-2 .product-list .item-box .btn-wrapper button:hover:before {
        color: #8c8c8c
    }
    .product-list .item-box .product-title,
    .product-list .item-box .title {
        height: auto;
        font-size: 18px;
        font-weight: bold;
        padding: 0
    }
    .product-list .item-box .product-rating-box {
        margin-bottom: 15px
    }
    .product-list .item-box .description {
        display: block;
        height: auto;
        max-height: 81px;
        margin: 0;
        line-height: 20px;
        font-size: 15px;
        color: #8c8c8c
    }
    .product-list .item-box input,
    .product-list .item-box .btn-wrapper .button-2 {
        width: 45px;
        height: 45px
    }
    .product-list .item-box input[type="button"]:hover {
        background-color: #eaeaea
    }
    .page-title h1 {
        font-size: 30px
    }
    .topic-block-title h2 {
        font-size: 25px
    }
    .center-2 .page-title {
        padding: 0 !important;
    }
    .news-list-homepage .news-item {
        width: 32.4%
    }
    .news-list-homepage .news-item:nth-child(2n+1) {
        margin-right: 1.4%
    }
    .news-list-homepage .news-item:nth-child(3n+1) {
        margin-right: 0
    }
    .gallery .picture {
        width: auto
    }
    .attribute-squares {
        text-align: left
    }
    .product-tags-box .title,
    .product-details-page .product-grid .title,
    .shopping-cart-page .product-grid .title {
        font-size: 26px
    }
    .product-variant-line .attributes-wrapper {
        margin-left: 0
    }
    .product-reviews-page .page-title {
        text-align: center
    }
    .product-review-item {
        text-align: left
    }
    .product-review-item .review-content {
        overflow: hidden
    }
    .product-review-item .product-review-box {
        padding: 2px 0 0
    }
    .product-review-item .product-review-box .rating {
        margin: 0
    }
    .product-review-item .review-item-head {
        text-align: left
    }
    .product-review-item .review-info {
        float: left;
        padding: 0 20px 0 0;
        width: 13%;
        margin: 0
    }
    .product-review-helpfulness {
        float: right;
        width: 20%;
        margin: 0;
        text-align: center;
        padding-left: 20px
    }
    .review-body {
        width: 67%;
        float: left
    }
    .product-review-item .review-info .separator {
        display: none
    }
    .product-review-item .product-review-box,
    .review-info .user {
        margin-bottom: 10px
    }
    .data-table td label,
    .td-title {
        display: none
    }
    td.remove-from-cart label,
    td.add-to-cart label {
        font-size: 0
    }
    .compare-products-page .page-body {
        position: relative;
        margin: 0 -20px
    }
    .compare-products-page .clear-list {
        position: absolute;
        top: 0;
        left: 0;
        width: 170px;
        text-align: center;
        border-bottom: 1px solid #eee;
        z-index: 1
    }
    .compare-products-table {
        display: table;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee
    }
    .compare-products-table td {
        border-right: 1px solid #eee
    }
    .compare-products-mobile {
        display: none
    }
    .login-page .new-wrapper {
        position: relative;
        float: right;
        width: 49%;
        max-width: none;
        min-height: 440px;
        z-index: 1
    }
    .login-page .returning-wrapper form {
        float: left;
        width: 49%;
        max-width: none;
        min-height: 440px
    }
    .login-page .customer-blocks+.topic-block {
        margin-bottom: 0
    }
    .returning-wrapper .form-fields,
    .login-page .text,
    .registration-page .form-fields {
        padding: 45px 13% 20px
    }
    .login-page .text {
        min-height: 255px
    }
    .new-wrapper .text:before {
        margin: 20px 0
    }
    .login-page .buttons,
    .registration-page .buttons,
    .registration-page .buttons {
        padding: 10px 13% 45px
    }
    .login-page .inputs.reversed label,
    .login-page .inputs.reversed span {
        font-size: 15px;
        line-height: 17px
    }
    .login-page .external-authentication>* {
        padding: 45px 0;
        margin: 30px 0 0;
        width: 100%
    }
    .email-a-friend-page .page-body form,
    .apply-vendor-page .page-body form,
    .forum-edit-page .page-body,
    .password-recovery-page .page-body,
    .private-message-send-page .page-body,
    .move-topic-page .page-body {
        padding: 45px 13%
    }
    .html-account-page .center-2 {
        width: 73%
    }
    .account-page {
        padding: 40px
    }
    .account-page .buttons {
        text-align: left
    }
    .html-account-page .page-title {
        text-align: center;
        padding: 0 0 0 27%
    }
    .html-account-page .side-2 {
        border: none
    }
    .block-account-navigation.block .title {
        display: none
    }
    .block-account-navigation.block .listbox {
        padding: 0;
        text-align: right
    }
    .block-account-navigation.block .list a {
        position: relative;
        display: block;
        padding: 15px 65px 15px 0;
        max-width: 100%;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: #b7b7b7;
        transition: all .2s ease
    }
    .block-account-navigation.block .list a:hover,
    .block-account-navigation.block .list a:hover:after {
        color: #97c300
    }
    .block-account-navigation.block .list .active a {
        border-right: 2px solid #97c300;
        color: #97c300
    }
    .block-account-navigation.block .list a:after {
        position: absolute;
        top: 50%;
        left: auto;
        right: 23px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        vertical-align: middle;
        margin-left: 23px;
        font-family: "emporium-icons";
        font-size: 20px;
        font-weight: normal;
        text-transform: none;
        color: #b7b7b7;
        transition: all .2s ease
    }
    .account-page .title {
        margin-bottom: 0
    }
    .block-account-navigation.block .list .active a:after {
        color: #97c300
    }
    .block-account-navigation .customer-info a:after,
    .block-account-navigation .customer-vendor-info a:after {
        content: "a"
    }
    .block-account-navigation .customer-addresses a:after {
        content: "N"
    }
    .block-account-navigation .customer-orders a:after {
        content: "d"
    }
    .block-account-navigation .return-requests a:after {
        content: "O"
    }
    .block-account-navigation .downloadable-products a:after {
        content: "J"
    }
    .block-account-navigation .back-in-stock-subscriptions a:after {
        content: "E"
    }
    .block-account-navigation .reward-points a:after {
        content: "P"
    }
    .block-account-navigation .change-password a:after {
        content: "x"
    }
    .block-account-navigation .customer-check-gift-card-balance a:after {
        content: ""
    }
    .block-account-navigation .customer-avatar a:after {
        content: "Q"
    }
    .block-account-navigation .forum-subscriptions a:after {
        content: "R"
    }
    .block-account-navigation .customer-reviews a:after {
        content: "S"
    }
    .block-account-navigation .customer-gdpr a:after {
        content: ""
    }
    .block-account-navigation .vendor-info a:after {
        content: "T"
    }
    .address-item .info {
        margin-bottom: 0;
        text-align: left
    }
    .address-item .buttons {
        position: absolute;
        top: 10px;
        right: 10px
    }
    .order-item .buttons {
        text-align: center
    }
    .account-page .product-review-item .review-info {
        width: 210px
    }
    .account-page .product-review-item .review-body {
        width: calc(100% - 210px)
    }
    .order-details-page .page-body {
        overflow: hidden
    }
    .order-details-page .section.products,
    .order-summary-content .table-wrapper {
        float: left;
        width: 70%
    }
    .order-details-page .options,
    .order-details-page .totals,
    .order-summary-content .cart-footer {
        float: right;
        width: calc(30% - 20px)
    }
    .shopping-cart-page .cart-footer,
    .shopping-cart-page .table-wrapper {
        float: none;
        width: 100%
    }
    .selected-checkout-attributes {
        margin-top: 0
    }
    .check-gift-card-balance-page .captcha-box {
        text-align: left
    }
    .shopping-cart-page .common-buttons {
        text-align: left
    }
    .shopping-cart-page .common-buttons button {
        margin: 0 7px 0 0;
        padding: 0 25px;
        width: auto
    }
    .shopping-cart-page .continue-shopping-button {
        margin: 0 !important;
        float: right
    }
    .address-grid>div {
        max-width: none
    }
    .search-page .page-title {
        text-align: center
    }
    .search-page .search-input form {
        margin: 0 0 40px
    }
    .search-page .search-input form .inputs {
        text-align: center
    }
    .news-item-page .inputs:first-child label {
        display: inline-block
    }
    .new-comment textarea {
        display: block;
        margin: auto
    }
    .topic-block {
        padding: 0
    }
    .forums-main-page .forums-table-section td:first-child,
    .forum-page .forums-table-section td:first-child {
        padding-left: 40px !important
    }
    .forums-main-page .forums-table-section td:last-child,
    .forum-page .forums-table-section td:last-child {
        padding-right: 40px !important
    }
    .forums-table-section .image div {
        width: 40px;
        height: 40px
    }
    .forums-table-section .image div:before {
        font-size: 40px
    }
    .topic-post .post-info {
        width: 190px;
        float: left;
        padding: 30px 0 30px 30px
    }
    .topic-post .user-info {
        padding: 0
    }
    .topic-post .username {
        margin: 0 0 10px
    }
    .topic-post .avatar {
        position: static;
        margin-bottom: 10px
    }
    .topic-post .post-content {
        position: relative;
        float: right;
        width: calc(100% - 190px);
        padding: 55px 30px 30px
    }
    .topic-post .post-actions {
        position: absolute;
        top: 10px;
        right: 10px
    }
    .topic-post .post-actions>div.post-vote {
        float: right;
        clear: both
    }
    .topic-post .post-vote>div,
    .topic-post .post-vote>span {
        height: 50px;
        line-height: 50px
    }
    .topic-post .post-body {
        width: 70%;
        max-width: 1000px
    }
    .productTabs.ui-tabs .ui-tabs-panel {
        margin: 0 !important;
        padding: 40px 40px !important
    }
    .product-specs-box .data-table td.spec-name {
        font-size: 17px;
        color: #000;
        font-weight: 500
    }
    .product-specs-box .data-table td.spec-value {
        color: #000;
        border-left: 1px solid #828282
    }
    .mega-menu .sublist li a.with-subcategories:before {
        position: absolute;
        right: 5px;
        top: 19px;
        content: "W";
        width: 20px;
        height: 20px;
        font-size: 10px;
        color: #000
    }
    .foot-col.account {
        padding-left: 40px
    }
    .foot-col.service {
        border-right: #fff solid 1px
    }
    .footer .upper-footer .foot-col {
        text-align: center
    }
    .footer .upper-footer .foot-col.account {
        text-align: left
    }
    .footer .upper-footer .foot-col.service {
        text-align: right;
        padding-right: 40px
    }
    .header-links ul li:first-child span:before {
        position: absolute;
        width: 109%;
        /* border: 2px solid #95c639; */
        content: "";
        height: 38px;
        top: 46%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
    .header-links ul li:first-child a {
        position: relative
    }
    .checkout-pages-body .order-summary-content .table-wrapper,
    .checkout-pages-body .order-summary-content .cart-footer {
        float: none;
        width: 100%
    }
}

@media all and (min-width: 1281px) {
    .home-page .topic-block {
        width: 88%;
        max-width: 1354px
    }
    .full-width.hero .in {
        width: 88%
    }
    .home-n-business-content {
        width: 88%
    }
    .blog-container {
        width: 88%
    }
    .full-width.hpc .in {
        width: 88%
    }
    .footer .foot-container {
        width: 88%
    }
    .header-selectors-wrapper,
    .header-upper {
        width: 88%;
        max-width: 1354px
    }
    .header-menu {
        margin: 0 auto !important;
        padding: 0 !important;
        color: #fff;
        background-color: transparent;
        max-width: 1354px !important
    }
    .header-logo {
        padding-right: 20px
    }
    .header-links li+li {
        padding-left: 20px
    }
    .footer-upper {
        padding-left: 6vw
    }
    .footer-middle {
        padding: 0 6vw 0 4.5vw
    }
    .footer-lower .theme-selector {
        margin-top: 0
    }
    .footer-lower>div:before {
        margin-right: 15px
    }
    .footer-lower>div,
    .footer-lower>div.theme-selector {
        margin-left: 15px
    }
    .newsletter-email {
        margin: 0
    }
    .theme-selector {
        margin-top: 0
    }
    .center-1 .home-page .nop-jcarousel.manufacturer-grid {
        max-width: 1354px !important;
        margin: 0 auto !important
    }
    .small-products {
        margin: 70px 0 0 !important;
        padding: 0
    }
    .small-products .item-box {
        max-height: 150px
    }
    .small-products .item-box .product-item>div:first-child {
        width: 150px
    }
    .small-products .item-box .details {
        padding: 27px 5%;
        width: calc(100% - 150px)
    }
    .two-row-carousels .product-grid .title {
        font-size: 26px
    }
    .two-row-carousels>div {
        float: left;
        width: 47%
    }
    .two-row-carousels>div:nth-child(2) {
        margin-left: 6%
    }
    .two-row-carousels>div:only-child {
        width: 100%
    }
    .two-row-carousels .slick-slide {
        min-height: 301px
    }
    .two-row-carousels .slick-next,
    .two-row-carousels .slick-prev {
        bottom: 132px
    }
    .side-2 {
        width: 24%
    }
    .center-2 {
        width: 73%
    }
    .html-account-page .side-2 {
        width: 280px
    }
    .html-account-page .page-title {
        padding: 0 0 0 280px
    }
    .news-list-homepage .news-item {
        padding: 40px
    }
    .html-account-page .center-2 {
        width: calc(100% - 280px);
    }
    .home-page-advantages {
        padding: 35px 7%;
        margin: -70px -6vw 70px
    }
    .advantages-item {
        padding: 0 2%
    }
    .product-list .item-box .btn-wrapper .button-2 {
        width: 32px;
        height: 48px;
        border-radius: 2px
    }
    .center-2 .product-list .item-box .add-info {
        width: 100%
    }
    .block .listbox {
        padding: 12px 10px
    }
    .product-details-page .breadcrumb {
        text-align: left
    }
    .full-description,
    .product-specs-box {
        margin: 0 0;
        padding: 40px 6vw
    }
    .mobile-name-holder {
        display: none
    }
    .gallery {
        float: left;
        width: 30%;
        max-width: none
    }
    .gallery .picture {
        max-width: 500px
    }
    .gallery .thumb-item {
        max-width: 22%
    }
    .product-name h1 {
        font-size: 28px
    }
    .overview {
        position: relative;
        float: right;
        width: 68%;
        padding-right: 0;
        margin-left: 0;
        text-align: left
    }
    .overview .delivery {
        margin-bottom: 15px
    }
    .product-details-page .overview .submit-ticket {
        display: inline-block;
        margin-left: 5px;
        margin-left: 0;
        width: auto;
        float: left
    }
    .next-prev-wrapper .next-prev-container {
        width: 88%
    }
    .overview .submit-ticket button {
        font-size: 15px;
        width: 100%;
        height: 48px;
        padding: 1px 25px 5px 25px !important
    }
    .overview .short-description {
        padding: 0
    }
    .overview .breadcrumb {
        margin-bottom: 25px
    }
    .overview .prices {
        margin: 50px 0 25px
    }
    .overview .add-to-cart {
        display: block;
        margin: 0 auto;
        max-width: none
    }
    .overview .add-to-wishlist {
        display: block;
        width: 100%;
        margin-left: 0
    }
    .overview .add-to-wishlist button {
        width: 100%;
        font-size: 13px
    }
    .overview .add-to-wishlist button:before {
        margin-right: 10px
    }
    .grouped-product-box label {
        display: block
    }
    .product-variant-line {
        font-size: 0;
        text-align: left
    }
    .variant-picture {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-bottom: 0
    }
    .variant-picture+.variant-overview {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-bottom: 0;
        width: calc(100% - 350px);
        margin-left: 20px;
        text-align: left
    }
    .variant-info>div:last-child {
        margin-bottom: 0
    }
    .variant-info {
        display: inline-block;
        margin-right: 20px;
        width: calc(100% - 320px);
        vertical-align: middle
    }
    .variant-overview .tax-shipping-info {
        text-align: center
    }
    .product-variant-box {
        display: inline-block;
        vertical-align: middle;
        width: 300px;
        text-align: center
    }
    .product-prices-box>div:first-child {
        border: 0 solid #eee;
        border-radius: 0;
        padding: 0 0 0 0;
        box-shadow: 0 0 0 0 #eee
    }
    .attributes-wrapper {
        border: none;
        padding: 0;
        max-width: none
    }
    .attributes-wrapper>div {
        padding: 0;
        margin-left: 0
    }
    .attributes {
        max-width: 320px
    }
    .attributes dt,
    .attributes dd {
        text-align: left
    }
    .overview .stock {
        display: block;
        border-radius: 0 0 0 0;
        margin: 0;
        background-color: #fff;
        color: #008000
    }
    .breadcrumb li>a,
    .breadcrumb li>span,
    .breadcrumb li>strong {
        margin: 0 6px 0 0
    }
    .breadcrumb .delimiter {
        margin-right: 0
    }
    .overview .product-name {
        display: block;
        width: 100%
    }
    .product-reviews-overview {
        margin-bottom: 15px
    }
    .overview .reviews-and-compare {
        float: right;
        text-align: right;
        width: 40%;
        margin: 0
    }
    .overview .compare-products {
        margin: 0
    }
    .product-review-box {
        margin: 2px 0 5px 0
    }
    .ui-tabs .inputs label {
        margin-bottom: 10px;
    }
    .product-social-label {
        margin: 0 10px 0 0
    }
    .product-social-sharing {
        display: inline-block
    }
    .product-review-item {
        padding: 40px 3%
    }
    .wishlist-page .share-info {
        margin: 70px 0 50px
    }
    .compare-products-page .page-body {
        margin: 0
    }
    .compare-products-table td {
        padding: 8px
    }
    .compare-products-table tr td:first-child {
        min-width: 200px;
        max-width: 200px
    }
    .compare-products-page .clear-list {
        width: 200px
    }
    .order-progress a {
        width: 180px
    }
    .cart-collaterals>div {
        float: none;
        width: 100%;
        margin: 0 0 10px
    }
    .shopping-cart-page form {
        overflow: hidden
    }
    .shopping-cart-page form:after {
        content: "";
        display: block;
        clear: both
    }
    .shopping-cart-page .product-grid {
        clear: both;
        margin-bottom: 45px
    }
    .shopping-cart-page .table-wrapper {
        float: left;
        clear: left;
        width: 70%
    }
    .shopping-cart-page .cart-footer {
        float: right;
        clear: right;
        width: calc(30% - 30px)
    }
    .cart-footer>div,
    .cart-footer>div>div {
        display: block;
        width: 100%
    }
    .new-comment,
    .comment-list {
        margin-left: -6vw;
        margin-right: -6vw
    }
    .ui-tabs .ui-tabs-panel {
        margin: 0 -6vw;
        padding: 50px 7%
    }
    .profile-page .topic-title,
    .profile-page .topic-data {
        width: 18%
    }
    .profile-page .topic-body {
        margin-left: 20%
    }
    .spc-header .title {
        font-size: 48px !important
    }
    .search-box {
        display: inline-block;
        font-size: 0;
        background: none !important;
        border-radius: 4px;
        width: 80% !important
    }
    #small-search-box-form label {
        left: 0;
        font-size: 16px;
        color: #95c639;
        font-weight: bold;
        float: left;
        top: 13px;
        position: absolute
    }
    /*.store-search-box span.search-box-text.narrow {
        width: calc(82% - 247px) !important;
        margin: 0 0 0 40% !important
    }*/
    .store-search-box .instantSearch {
        width: calc(100% - 250px) !important;
        margin: 0 0 0 250px !important
    }
    #small-search-box-form span.search-box-text .k-input {
        width: 100% !important
    }
    .search-box-select {
        width: 20% !important;
        border-radius: 3px 3px 3px 3px !important
    }
    .search-box .search-box-button {
        position: absolute;
        right: 0
    }
}

/*=====================================================
    
    HD SCREENS

=====================================================*/

@media all and (min-width:1601px) {
    /*HEADER*/
    .header-lower .search-box {
        width: 100%;
    }
    .header-links-wrapper {
        width: 100%;
    }
    .header-logo {
        width: 20%;
    }
    /* CATEGORY PAGE */
    .center-2 {
        width: 74%;
    }
    .side-2 {
        width: 24%;
    }
    /*.item-box:nth-child(5n+1) {
		margin-left: 1%;
		clear: none;
	}
	.item-box:nth-child(6n+1) {
		margin-left: 0;
		clear: both;
	}
*/
    /*.center-2 .item-box:nth-child(4n+1),
	.center-2 .item-box:nth-child(6n+1) {
		margin-left: 1%;
		clear: none;
	}*/
    /*.center-2 .item-box:nth-child(5n+1) {
		margin-left: 0;
		clear: both;
	}*/
    .center-2 .product-list .item-box .buttons .button-2 {
        padding: 0 30px;
    }
    /*FEATURED PRODUCTS ON CATALOG PAGE*/
    /*
	.category-page .featured-product-grid {
		background-color: #f6f6f6;
		padding: 45px;
	}

	.category-page .featured-product-grid > .title {
		display: none;
	}

	.category-page .featured-product-grid .item-box {
		width: calc(50% - 7px);
		margin: 14px 0 0 14px;
		background-color: #fff;
	}

	.category-page .featured-product-grid .product-item {
		font-size: 0;
	}

	.category-page .featured-product-grid .product-item > div {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		margin: 0;
		clear: none;
	}

	.category-page .featured-product-grid .item-box:nth-child(1),
	.category-page .featured-product-grid .item-box:nth-child(2) {
		margin-top: 0;
	}

	.category-page .featured-product-grid .item-box:nth-child(2n+1) {
		margin-left: 0;
	}

	.category-page .featured-product-grid .item-box .details {
		padding: 20px;
	}

	.category-page .featured-product-grid .item-box .product-title {
		font-size: 18px;
		height: auto;
	}

	.category-page .featured-product-grid .item-box .actual-price {
		font-size: 22px;
	}

	.category-page .featured-product-grid .item-box .product-rating-box {
		margin-bottom: 30px;
	}
	.category-page .featured-product-grid .item-box .buttons {
		margin-top: 10px;
	}

	.category-page .featured-product-grid .item-box .buttons input[type="button"] {
		width: auto;
		background-color: #f3cb2d;
		color: #fff;
	}

	.category-page .featured-product-grid .item-box .buttons input[type="button"]:hover {
		background-color: #e8af00;
	}*/
    /*PRODUCT PAGE*/
    .overview {
        width: 62%;
        padding-right: 0px;
    }
    .product-prices-box {
        width: 100%;
    }
    .gallery {
        width: 36%;
    }
    .gallery:after {
        content: '';
        display: block;
        clear: both;
    }
    .gallery>div:first-child {
        float: right;
        /*width: calc(100% - 95px);*/
        width: 100%;
    }
    .gallery .picture {
        max-width: none;
    }
    .gallery .picture-thumbs {
        float: left;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .gallery .thumb-item {
        display: inline-block;
        margin: 10px 5px 0px !important;
        width: 80px !important;
        max-width: none;
    }
    .overview .reviews-and-compare {
        width: 33%;
    }
    .overview .product-name {
        width: 64%;
    }
    .product-details-page .overview .product-name {
        width: 100%;
    }
    /***** CHECKOUT *****/
    .address-grid>div {
        width: calc(33.33% - 16.66px);
    }
    .address-grid>div:nth-child(2n+1) {
        margin-left: 25px;
    }
    .address-grid>div:nth-child(3n+1) {
        margin-left: 0;
    }
    .address-grid>div:nth-child(3) {
        margin-top: 0;
    }
    /* TABLES */
}
/* Grouped product items fixes */ 

.product-variant-list .product-variant-line {
  .product-price-wrap .variant-buttons-wrapper {
    display: flex;

    @media (max-width: 1024px) {
      flex-direction: column;
    }
    .add-to-cart-panel {
      display: flex;
      width: min-content;
    }

    .add-to-cart-qty-wrapper {
      min-width: 150px;
    }

    .add-to-cart-button {
      height: 40px;

      @media (max-width: 1280px) {
        height: 45px;
      }
    }
  }
  .delivery-date {
    color: gray;
  }
  .afterpay-paragraph {
    font-size: 0.5em;
  }

}


.product-variant-list .variant-buttons-wrapper .add-to-cart-panel {
  display: flex;
}

/* Make blog images taller */ 
.blog-page .page-body .rich-blog-image img {
  max-height: 300px;
}


/* Fix width of address finder in create new address page of checkout */ 
.edit-address .inputs-group .inputs {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}


/* Fix headers in spec page */ 
.spec-header .spec-group-name {
  background: rgb(152, 198, 63) ;
  font-size: 1.4em ;
  font-weight: 600 ;
  color: white;
}


/* Fix wide products on blog pages */ 
.related-products-grid {
  max-width: 900px;
}
.related-products-grid .item-grid {
  display: grid;
  grid-template-columns: 1fr;
 @media(min-width: 761px) {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
  }
}

/* Hide after pay in product grids */ 
.product-item #afterpay-product-widget {
  display: none;
}

/* Hack blog posts to override layout script */
.blog-page .post {
  height: unset !important;
  width: unset !important;
}

.blog-posts {
  display: grid;
  align-content: stretch;
  justify-content: stretch;

  grid-template-columns: 1fr;

  @media(max-width: 1024px) {
    padding-left: 15px;
    padding-right: 15px;
  }

  @media(min-width: 761px) {
    grid-template-columns: 1fr 1fr;
  }
}

.blog-posts .post {
  display: flex;
  flex-direction: column;
}

.blog-posts .post .post-details {
  flex: 1; 
  display: flex;
  flex-direction: column; 
}

.blog-posts .post .post-details .post-footer {
  flex: 1;
  align-content: end;
}

/* Remove uneeded headers from product page */ 
.product-price-heading {
}

/* Hack checkout */
#checkout-step-confirm-order .terms-of-service a,
.terms-of-service input[type="checkbox"]+label {
  font-size: 24px;
  font-weight: 600;
}

.terms-of-service input[type="checkbox"]+label:before,
.terms-of-service input[type="checkbox"]+label:after {
	display: none !important;
}
.terms-of-service input#termsofservice {
	left: unset !important;
	zoom: 1.5; 
}

div.terms-of-service {
  display: flex;
  align-items: center;
  justify-self: center;
  padding: 2em;
}
div.terms-of-service label {
  margin-bottom: 0px;
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
div.terms-of-service input {
  padding-right: 1em !important;
}

.next-prev-container .previous-product-label, 
.next-prev-container .next-product-label {
    display: inline;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/* Hide title of home-intro block on the main home page */
.home-page .topic-block-title {
  display: none;
}
.home-page .intro-text1 {
  margin-top: 0px;
  padding: 50px;
}

.home-page .home-intro-container {
  background: none;
}

/* Stop news section on home page taking the full width */
.news-list-homepage {
  max-width: 1354px;
  width: 88%;
}

.header {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px #0002;
  padding: 14px 0px;
}
.header-lower {
  background-color: #ffffff;
}
.header-links a::before {
  color: #000000 !important;
}

.header-links-wrapper {
  display: grid !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 25px;
  padding-top: 14px;
  grid-template-columns: 1fr max-content;
}
.header-lower .search-box form {
  display: grid;
  grid-template-columns: 250px 1fr;
}
.header-lower .search-box .search-box-button {
  height: 100%;
}

.header-lower .search-box-text {
  width: 100% !important;
  margin: 0px !important;
  display: block;
  grid-column: 2;
  grid-row: 1;
  border-radius: 0px !important;
  border: 2px solid #95c539;
  border-right: none;
  color: #333333;
}
.header-lower .search-box-select {
  grid-row: 1;
  grid-column: 1;
  width: 100% !important;
  margin: 0px !important;
  height: 100%;
  position: relative;
  left: 0px;
  border: 2px solid #95c539;
  border-right: none;
  border-radius: 3px 0 0 3px !important;
  color: #333333;
}
.header-lower .search-box-text > input {
  color: #333333;
}

/*.header-upper select,
.header-lower input {
	background: #222222 !important;
	color: #ffffff !important;
	border: 1px solid #888888 !important;
}*/

.footer-upper {
  background-color: #222222;
}
.footer-lower {
  background-color: #111111 !important;
  color: #aaaaaa;
}
.lower-footer {
  background-color: #222222;
  padding: 25px 0px !important;
}

.lower-footer > .foot-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}
@media all and (max-width: 768px) {
  .lower-footer > .foot-container {
    grid-template-columns: 1fr 1fr;
  }
  .lower-footer > .foot-container > * {
    grid-row: 2;
    padding: 12px 0px;
  }
  .lower-footer > .foot-container > .contact-col {
    grid-row: 1;
  }
}
@media all and (max-width: 480px) {
  .lower-footer > .foot-container {
    display: flex;
    flex-direction: column;

  }
  .lower-footer > .foot-container > * {
    grid-row: 2;
    padding: 24px 0px;
    width: 100%;
  }
  .lower-footer > .foot-container > .contact-col {
    grid-row: 1;
  }
}

.brand-col > img {
  margin-top: 15px;
  max-width: 85%;
}

.contact-col {
  font-size: 22px;
  color: #d9d9d9;
  display: flex;
  flex-direction: column;
}
.contact-col > h3 {
  font-size: 28px;
  color: #8bc34a;
}
.contact-col > strong > a {
  text-decoration: none;
}
.nz-col > a > img {
  width: 85%;
}

.follow {
  grid-column: 1;
  grid-row: 2;
}
.service {
  grid-column: 1;
  grid-row: 1;
}
.account {
  grid-column: 2;
  grid-row: 1;
}
.payment {
  grid-column: 2;
  grid-row: 2;
}
.footer-social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 48px;
  grid-column-gap: 48px;
  padding: 0px 48px;
}
.footer-social-grid > * {
  width: 48px;
  height: 48px;
}
.footer-social-grid img {
  filter: brightness(0.85);
}

.upper-footer > .foot-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

@media all and (max-width: 768px) {
  .upper-footer > .foot-container > .account,
  .upper-footer > .foot-container > .service {
    width: 50%;
  }
}
@media all and (min-width: 1281px) {
  .upper-footer > .foot-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .follow {
    grid-column: 1;
    grid-row: 1;
  }
  .service {
    grid-column: 2;
    grid-row: 1;
  }
  .account {
    grid-column: 3;
    grid-row: 1;
  }
  .payment {
    grid-column: 4;
    grid-row: 1;
  }
}

@media all and (max-width: 768px) {
  .upper-footer > .foot-container {
    display: block;
  }
}

.foot-container > .brand-col,
.foot-container > .contact-col,
.foot-container > .nz-col {
  width: 100% !important;
  padding-left: unset !important;
}
.foot-container > .about-col {
  display: flex;
  flex-direction: column;
  justify-items: center;
}
.foot-container > .nz-col {
  text-align: unset !important;
}
.nz-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nz-col img {
  width: 80%;
}
.nz-col p {
  font-size: 11px;
}

.foot-container > .brand-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* input(4,41): run-time error CSS1031: Expected selector, found '/'
input(4,41): run-time error CSS1025: Expected comma or open brace, found '/' */

/* input(1,41): run-time error CSS1031: Expected selector, found '/'
input(1,41): run-time error CSS1025: Expected comma or open brace, found '/' */

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.visible-print {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

/*@font-face {
  font-family: 'helvetica';
  src: url('../Themes/Emporium/Content/css/HelveticaNeueLTPro-Lt.woff2') format('woff2'), url('../Themes/Emporium/Content/css/HelveticaNeueLTPro-Lt.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica';
  src: url('../Themes/Emporium/Content/css/HelveticaNeueLTPro-Bd.woff2') format('woff2'), url('../Themes/Emporium/Content/css/HelveticaNeueLTPro-Bd.woff') format('woff');
  font-weight: 400;
  }*/

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.html-checkout-page body {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
}

/* * * * * * * * * * * * * *\
|       General styles      |
\* * * * * * * * * * * * * */

.required {
  color: #f00;
  float: none !important;
  left: 0px;
  margin-top: -10px !important;
  display: inline-block;
  margin-left: 0;
  position: relative !important;
}

.inputs > .required {
  right: auto;
}

/* * * * * * * * * * * * * *\
|      Checkbox styles      |
\* * * * * * * * * * * * * */

input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input[type="checkbox"]:checked + label:before {
  top: 0 !important;
  left: 1px !important;
  width: 12px !important;
  height: 18px !important;
  border-top: 2px solid transparent !important;
  border-left: 2px solid transparent !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  -webkit-transform: rotateZ(37deg) !important;
  transform: rotateZ(37deg) !important;
  -webkit-transform-origin: 100% 100% !important;
  transform-origin: 100% 100% !important;
}

input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a !important;
  border-radius: 1px;
  margin-top: 2px;
  transition: 0.2s;
}

input[type="checkbox"]:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #038b49;
  background-color: #038b49;
  z-index: 0;
}

input[type="checkbox"] + label:before,
[type="checkbox"] + label:after {
  content: "";
  left: 0;
  position: absolute;
  z-index: 1;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: inherit;
  line-height: 25px;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"]:checked + label:before {
  margin-left: 0px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  box-shadow: none !important;
  border: 3px solid #fff;
  background-color: transparent !important;
}

input[type="checkbox"]:checked ~ label:before {
  top: 0px !important;
  left: 1px !important;
  width: 8px !important;
  height: 13px !important;
  border-top: 2px solid transparent !important;
  border-left: 2px solid transparent !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  -webkit-transform: rotateZ(37deg) !important;
  transform: rotateZ(37deg) !important;
  -webkit-transform-origin: 100% 100% !important;
  transform-origin: 100% 100% !important;
}

input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a !important;
  border-radius: 1px;
  margin-top: 2px;
  transition: 0.2s;
}

input[type="checkbox"]:checked ~ label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #038b49;
  background-color: #038b49;
  z-index: 0;
}

input[type="checkbox"] ~ label:before,
[type="checkbox"] ~ label:after {
  content: "";
  left: 0;
  position: absolute;
  z-index: 1;
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: inherit;
  line-height: 25px;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #000;
  font-weight: 400;
}

input[type="checkbox"]:checked ~ label:before {
  margin-left: 0px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  box-shadow: none !important;
  border: 3px solid #fff;
  background-color: transparent !important;
}

.bg-green {
  background-color: #95c539;
  color: white;
}

.block.filter-block
  .checkbox-list
  .checkbox-item
  input[type="checkbox"]:checked
  ~ label:before {
  top: 10px !important;
}

.block.filter-block
  .checkbox-list
  .checkbox-item
  input[type="checkbox"]
  ~ label:before {
  top: 10px;
}

.block.filter-block
  .checkbox-list
  .checkbox-item
  input[type="checkbox"]:checked
  ~ label:after {
  top: 10px;
}

/* Nav and header menu styles*/

#billing-buttons-container,
#shipping-buttons-container,
#shipping-method-buttons-container,
#payment-method-buttons-container,
#payment-info-buttons-container,
#confirm-order-buttons-container {
  align-items: center;
  justify-content: space-between;
}

#billing-buttons-container .please-wait-button,
#shipping-buttons-container .please-wait-button,
#shipping-method-buttons-container .please-wait-button,
#payment-method-buttons-container .please-wait-button,
#payment-info-buttons-container .please-wait-button,
#confirm-order-buttons-container .please-wait-button {
  align-items: center;
  justify-content: center;
  margin: 0;
}

#billing-buttons-container .please-wait-button span,
#shipping-buttons-container .please-wait-button span,
#shipping-method-buttons-container .please-wait-button span,
#payment-method-buttons-container .please-wait-button span,
#payment-info-buttons-container .please-wait-button span,
#confirm-order-buttons-container .please-wait-button span {
  flex-grow: 1;
}

#billing-buttons-container .please-wait-button .please-wait-spinner,
#shipping-buttons-container .please-wait-button .please-wait-spinner,
#shipping-method-buttons-container .please-wait-button .please-wait-spinner,
#payment-method-buttons-container .please-wait-button .please-wait-spinner,
#payment-info-buttons-container .please-wait-button .please-wait-spinner,
#confirm-order-buttons-container .please-wait-button .please-wait-spinner {
  flex-grow: 0;
  margin-right: 10px;
}

/*#co-shipping-form {
  min-height: 220px;
  }*/

#checkout-steps .buttons ::before,
#checkout-steps .buttons ::after {
  font-family: inherit;
}

#eway-payment-info-container {
  max-width: 70%;
  margin: 0 auto;
}

#eway-payment-info-container .sp-flex .inner {
  flex: 0 0 50%;
}

#eway-payment-info-container .container-fluid .row {
  margin-bottom: 15px;
}

#eway-payment-info-container select,
#eway-payment-info-container option,
#eway-payment-info-container input {
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
}

.newsletter-subscribe-block .options {
  margin-top: 10px;
}

.inputs {
  font-size: 15px;
}

#instructions {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
}

#char-limit-display {
  font-size: 12px;
}

.page.order-details-page {
  padding-top: 50px;
}

/* Homepage */

.slick-track {
  margin: 0 auto;
}

.sub-category-item > .item-box .picture > a img {
  height: auto !important;
  width: 190% !important;
}

.product-grid > .item-box .picture > a img {
  height: auto !important;
  width: 100% !important;
}

.page-title {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.page-title h1 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.user-testimonials-demo-2 .two-boxes {
  background: #f4f4f4;
  box-shadow: 2px 2px 7px 4px rgba(0, 0, 0, 0.03);
  padding: 10px;
}

.user-testimonials-demo-2 .testimonial .testimonial-name .name {
  background: #f4f4f4;
}

.product-review-box {
  display: block;
}

.button-2 {
  background-color: #95c539;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.item-box .btn-wrapper button::before {
  /* Fix icons not properly aligning in catalog when product is hovered on*/
  padding-left: 0;
}

/*Home page style migration from 4.0*/

/*todo: clear unnecessary styling*/

.center-1 .nop-jcarousel.manufacturer-grid {
  margin: 0 !important;
}

.home-special-product.markasnew h2:after {
  display: none;
}

.markasnew-wrapper
  .home-special-product.markasnew
  .spc-header
  ul
  li.tab.loaded.active {
  background-color: transparent;
  color: #000;
  font-size: 32px;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.header-links a {
  text-decoration: none !important;
}

/* Product pages*/

.category-description p,
.manufacturer-description,
.vendor-description,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p,
.ui-dialog-content p {
  font-weight: 600;
  color: #000;
}

/*Home page style migration from 4.0*/

/*todo: clear unnecessary styling*/

/*Home page image*/

.button {
  display: inline-block;
  background: #e41327;
  padding: 16px 50px;
  border-radius: 80px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  /* letter-spacing: 2px; */
  margin: 15px 15px 15px 0px !important;
  width: auto;
  text-align: left;
}

.button:hover {
  background: #bb091a;
}

.cck p {
  display: block;
}

.hero .cck h1 {
  text-align: left;
  font-size: 96px;
  color: #fff;
  font-weight: 900;
  text-transform: none;
  max-width: 1000px;
}

.hero .cck h4 {
  font-size: 33px;
  color: #fff;
  font-weight: 500;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}

.hero > * {
  z-index: 100 !important;
  position: relative;
}

.hero .in {
  display: table;
  vertical-align: middle;
  max-width: 1354px;
  width: 100%;
  height: 100%;
}

.hero .cck {
  display: table-cell;
  vertical-align: middle;
}

.hero .half {
  margin: 0 auto;
}

.hero .cck p {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0px;
  margin-bottom: 40px;
}

.cck:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.half {
  width: 50%;
  float: left;
  padding: 10px;
}

h1 {
  color: #444;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.txtc {
  text-align: center;
  margin: 0 auto;
}

.txtc h2,
.txtc p {
  text-align: center;
  margin: 0 auto;
}

.grey-section {
  background-color: #eaeaea;
  text-align: center;
}

/***HOME PAGE DOMESTIC & CORPORATE ***/

.cck-left {
  background-color: #fff;
  /*background-image: url(/images/domestic-bg.jpg);*/
  background-position: center center;
  background-size: cover;
  position: relative;
  flex: 1;
}

.cck-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.cck-left img.category-icon {
  border: #44b8af solid 1px;
  border-radius: 100%;
}

.cck-right img.category-icon {
  border: #afd862 solid 1px;
  border-radius: 100%;
}

.cck-right {
  background-color: #f9f9f7;
  /*background-image: url(/images/commercial-bg.jpg);*/
  background-position: center center;
  background-size: cover;
  position: relative;
  flex: 1;
}

.cck-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #f9f9f7;
}

.home-n-business-content .cck-inner {
  position: relative;
  padding: 42px 0;
}

.home-n-business-content .cck-inner h2 {
  font-size: 35px;
  color: #197f8b;
  font-weight: 900;
  text-transform: none;
  padding-bottom: 32px;
}

.home-n-business-content .cck-right .cck-inner h2 {
  font-size: 35px;
  color: #9fc352;
  font-weight: 900;
  text-transform: none;
  padding-bottom: 32px;
}

.home-n-business-content .cck-inner .overview-business {
  font-size: 20px;
  color: #030303;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.home-n-business-content .cck-inner .small-desc {
  font-size: 16px;
  font-weight: 400;
  color: #030303;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.wctnz-home-description {
  padding-bottom: 32px;
}

.home-n-business-content .toilet-options {
  padding: 0;
  margin: 0;
}

.home-n-business-content .toilet-options li {
  display: block;
  width: 100%;
  /*background-image: url(/images/arrow-02.svg);*/
  background-position: center right;
  background-repeat: no-repeat;
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
}

.home-n-business-content .toilet-options li:not(:last-child) {
  border-bottom: 1px solid #ffffff38;
}

.home-n-business-content .toilet-options li a .option-right h3 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.home-n-business-content .toilet-options li a .option-right span {
  font-size: 16px;
  color: #030303;
}

ul.toilet-options li:hover {
  background: rgba(255, 255, 255, 0.2);
  /*background-image: url(/images/arrow-02.svg);*/
  background-position: center right;
  background-repeat: no-repeat;
  color: #fff;
  transition: 0.4s;
}

ul.toilet-options li a {
  max-width: 450px;
  display: block;
}

.category-icon {
  width: 80px;
  height: 80px;
}

img.category-icon {
  max-width: 80px;
  margin-left: 0;
}

.toilet-options span {
  display: block;
}

/*** SIGNATURE MANUFACTURER ***/

.signature-product-grid .sign-item .sp-description h4 {
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
}

.signature-product-grid .sign-item {
  border: 1px solid #dcdcdc;
  padding: 24px;
  text-align: center;
}

.signature-product-content .signature-products h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 32px;
  text-align: center;
  padding-bottom: 48px;
}

.signature-product-content .signature-products h2:after,
.markasnew-wrapper
  .home-special-product.markasnew
  .spc-header
  ul
  li.tab.loaded.active:after {
  content: "";
  height: 5px;
  background-color: #95c539;
  display: block;
  width: 75px;
  margin: 0 auto;
  margin-top: 10px;
}

.overlay {
  position: absolute;
  bottom: 0;
  background-color: #47b7b2;
  background-image: url(/images/arrow-02.svg);
  background-repeat: no-repeat;
  background-position: 0px -60px;
  overflow: hidden;
  width: 0;
  height: 100%;
  opacity: 0;
  background-blend-mode: screen;
  transition: 0.3s ease;
  z-index: 0;
}

.overlay-text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.one-third:hover {
  cursor: pointer;
}

.cck h2 {
  margin: 0 0 25px;
  text-align: center;
  font-size: 32px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.cck p {
  display: block;
}

.cck:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.two-thirds {
  float: left;
}

h2 {
  font-size: 1.5em;
  line-height: 1.7em;
}

h2 {
  color: #000;
  font-weight: 600;
}

h3 {
  font-size: 1.2em;
  line-height: 1.5em;
}

h3 {
  color: #000;
  font-weight: 600;
  margin-top: 15px;
}

.sp-image img {
  max-width: 100%;
  height: auto;
}

.sp-description {
  padding: 0px;
}

.sp-description h4 {
  color: #1b4e5d;
  font-weight: 400;
  margin-bottom: 12px;
}

.sp-description p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.21px;
}

/*** TESTIMONIALS HOME PAGE ***/

.btn {
  margin: 0 auto;
  text-align: center;
  min-width: 100%;
  max-width: 100%;
  display: table;
  min-width: 250px;
  color: #fff;
}

.testimonial {
  display: table;
  box-shadow: 1px 1px 1px #ccc;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.03);
}

.testimonials {
  background-color: #95c539;
  padding: 60px 0px;
}

.testimonial-wrapper p {
  color: #000;
  font-size: 16px !important;
  line-height: 1.5em;
  letter-spacing: 0.22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.testimonial-wrapper {
  text-align: center;
  margin: 0 auto;
  max-width: 909px;
}

.testimonial-wrapper {
  max-width: 1060px;
  padding-top: 20px;
}

.testimonial-wrapper img {
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.user-testimonials-demo-2 {
  margin: 30px auto;
}

.user-testimonials-demo-2 .testimonial {
  position: relative;
  border-bottom: 1px solid #d3d2d2;
  margin-bottom: 60px;
  margin-top: 20px;
}

.user-testimonials-demo-2 .two-boxes {
  float: left;
  margin-right: 3%;
  width: 46.5%;
  height: 207px;
}

.user-testimonials-demo-2 .testimonial .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0;
}

.user-testimonials-demo-2 .testimonial .thumbnail img {
  width: 94px;
  height: 94px;
  padding: 11px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  top: 2px;
}

.user-testimonials-demo-2 .testimonial .testimonial-text {
  margin-left: 136px;
  min-height: 130px;
}

.user-testimonials-demo-2 .testimonial .testimonial-text p {
  margin: 6px 0 0;
}

.user-testimonials-demo-2 .testimonial .testimonial-name {
  float: right;
  height: 20px;
  text-align: right;
}

.user-testimonials-demo-2 .testimonial .testimonial-name .name {
  font-family: "Shadows Into Light Two", sans-serif !important;
  background: #fff;
  padding-left: 10px;
  font-size: 1.4em;
  float: right;
  margin: 0;
}

.user-testimonials-demo-2 .testimonials-show-all-button {
  clear: both;
}

.user-testimonials-demo-2 .testimonials-show-all-button a {
  border: 2px solid;
  padding: 10px 40px;
  font-size: 20px;
  width: 100%;
}

.hpc-wrapper {
  text-align: left;
}

.hpc {
  padding: 60px 0px;
  background-size: cover;
}

.hpc > * {
  z-index: 100 !important;
  position: relative;
}

.hpc h4 {
  color: #fff;
  max-width: 750px;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 19px;
  text-transform: none;
}

.hpc p {
  color: #fff;
  max-width: 620px;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 24px;
  line-height: normal;
}

.hpc .tellus {
  font-size: 18px;
  max-width: 360px;
  margin-top: 25px;
}

.hpc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 1;
}

.html-home-page h3 {
  line-height: 28px;
  margin-bottom: 8px;
}

.full-width {
  padding-top: 62px;
  padding-bottom: 62px;
}

.full-width .in {
  margin: 0 auto;
}

.full-width .in {
  box-sizing: content-box;
}

.fw {
  width: 100%;
  display: table;
}

.full-width .in {
  padding-top: 0;
  padding-bottom: 40px !important;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.no-padding {
  padding: 0px !important;
}

.no-padding .in {
  padding: 0px !important;
}

.full-width .in,
.full-width .cck {
  margin: 0 auto;
}

.full-width .in {
  box-sizing: content-box;
}

/*.jCarouselMainWrapper .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  height: auto;
  width: 40px;
  margin: auto;
  color: #576750 !important;
  font-size: 40px !important;
  }*/

.center-1 .jCarouselMainWrapper .slick-next,
.center-1 .jCarouselMainWrapper .slick-prev {
  background: none !important;
  border: none !important;
  background-color: inherit;
}

/*.jCarouselMainWrapper .slick-prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0 !important;
  left: 0px;
  height: auto;
  width: 40px;
  margin: auto;
  color: #576750 !important;
  font-size: 40px !important;
  }*/

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #95c539 !important;
}

.nop-jcarousel.manufacturer-grid .item-box .picture img,
.nop-jcarousel.vendor-grid .item-box .picture img {
  opacity: 1 !important;
}

/*.jCarouselMainWrapper .slick-prev {
  left: 20px !important;
}
.jCarouselMainWrapper .slick-next {
  right: 20px !important;
  }*/

.overview .prices {
  margin: 0;
  padding: 14px 0;
}

.compare-products .add-to-compare-list-button:before {
  display: none;
}

.dropdown categories fullWidth boxes-5 {
  text-align: left;
}

.overview .add-to-wishlist {
  margin-left: 0px;
  width: 100%;
}

.overview .add-to-wishlist button {
  font-size: 15px;
  width: 100%;
}

.compare-products .add-to-compare-list-button {
  margin-bottom: 5px;
  background-color: #f1f1f1;
  padding: 0 15px;
  font-size: 15px;
  width: 100%;
  float: left;
  height: 45px;
}

.compare-products .add-to-compare-list-button:hover {
  background-color: #eaeaea;
  color: #8c8c8c !important;
}

.compare-products .add-to-compare-list-button:before {
  content: "\59";
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 20px;
  color: #8c8c8c;
  font-weight: normal;
  text-transform: none;
  transition: all 0.2s ease !important;
  z-index: 1;
}

.attributes-wrapper > div {
  max-width: inherit;
}

.width-twenty {
  width: 20% !important;
  text-align: left !important;
}

.overview .add-to-wishlist button {
  font-size: 15px;
  width: 100%;
}

.compare-products .add-to-compare-list-button {
  margin-bottom: 8px;
  background-color: #dedede;
  padding: 12px 20px 12px 20px;
  font-size: 14px;
  width: 100%;
  float: left;
  height: 48px;
}

.compare-products .add-to-compare-list-button:hover {
  background-color: #bcf058;
  color: #fff !important;
}

.fns-rfq-block .discount {
  border-radius: 3px;
  margin-top: 0;
}

.compare-products .add-to-compare-list-button:before {
  content: "\59";
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  transition: all 0.2s ease !important;
  z-index: 1;
}

.attributes-wrapper > div {
  max-width: inherit;
}

.item-box .product-title,
.item-box .title {
  max-height: 55px;
  height: 55px;
}

.full-width.hero {
  background-repeat: no-repeat;
  background-size: cover;
}

.overview .prices > div,
.variant-overview .prices > div {
  padding: 0;
}

.tax-shipping-info a {
  color: #000000 !important;
  display: inline-block;
  margin-top: 5px;
}

.tax-shipping-info a:hover {
  color: #576750;
  text-decoration: underline;
}

/*.product-review-box .rating {
  float: right;
  }*/

.product-name h1 {
  margin-top: 0px;
}

.attributes dt,
.attributes .attribute-label,
.giftcard label {
  white-space: normal;
}

.attribute-description {
  font-weight: 400;
  color: #000;
}

.types-available-button {
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
}

/*div#payment-info-buttons-container {
  float: right;
  text-align: right;
  }*/

#newsletter-subscribe-block .newsletter-email > * {
  margin-top: 10px;
}

.newsletter-email .options label {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.product-prices-box-content {
  margin-bottom: 16px;
}

.ui-tabs .ui-state-active.ui-tabs-active a {
  border-color: transparent !important;
  background-color: #98c63f;
  color: #fff !important;
}

.full-description h2 {
  /*font-size: 14px;*/
  font-weight: 600;
  color: #000;
  text-align: left;
}

.productTabs-body .full-description h2 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: left;
}

.half {
  width: 50%;
  float: left;
  padding: 10px;
}

/*** _PRODUCTBOX ***/

.ajax-cart-button-wrapper .product-box-add-to-cart-button {
  width: 64%;
}

.product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper {
  width: 36%;
}

.productbox-buttons .buttons {
  min-height: 50px;
}

/*** MAIN FOOTER ***/

.top-footer {
  background: #95c539;
  padding: 16px 0;
}

.top-footer .footer-row {
  align-items: flex-start;
}

.top-footer .footer-row .footer-block:first-child span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding-bottom: 16px;
}

.top-footer .footer-row .footer-block:first-child img {
  height: 55px;
  width: 200px;
}

.top-footer .footer-row .footer-block:nth-child(2) span.talktous {
  font-size: 14px;
  display: block;
  margin-bottom: 14px;
}

.top-footer .footer-row .footer-block:nth-child(2) span {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.top-footer .footer-row .footer-block:nth-child(2) p {
  font-size: 14px;
  font-weight: 600;
  padding: 0 14%;
  margin-bottom: 16px;
}

.top-footer .footer-row .footer-block:last-child span {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.main-footer {
  background: #576750;
  width: 100%;
  padding: 32px 0;
}

.main-footer .footer-item .title {
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}

.main-footer .footer-item ul li {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}

.html-checkout-page .main-footer .footer-item ul li a {
  color: #fff;
  text-decoration: none;
}

.html-checkout-page .main-footer .footer-item ul li:hover a {
  text-decoration: none;
  color: #47b7b2;
}

.socials-and-payments.footer-item .title {
  text-align: center;
}

.follow-us.footer-item .title {
  text-align: center;
}

.follow > .newsletter-subscribe-button,
.follow > .newsletter-subscribe-text {
  height: 32px;
  max-width: 380px;
}
.follow > p {
  font-size: 12px;
}


.footer-block a:hover {
  color: #cc8a97;
}

.main-footer .newsletter {
  text-align: center;
}

.main-footer .social-sharing {
  text-align: center;
}

.footer-lower {
  background-color: #fff;
  padding: 25px 20px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.footer-disclaimer,
.footer-tax-shipping {
  display: inline-block;
}

.footer-block a:hover {
  color: #47b7b2;
}

.required-label label {
  margin-bottom: 10px !important;
  margin-right: 0px !important;
}

.newsletter .title strong {
  font-weight: normal;
}

.newsletter-email {
  display: block;
  overflow: hidden;
  max-width: 100%;
}

.newsletter-email .newsletter-subscribe-text {
  width: calc(100% - 47px);
  height: 47px;
  border-radius: 3px 0 0 3px;
  border-right: 0;
  padding: 0 16px;
}

.newsletter-email .newsletter-subscribe-text:focus {
  border-color: #e7e7e7;
}

.newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder {
  color: #959595;
}

.newsletter-email .newsletter-subscribe-text::-moz-placeholder {
  color: #959595;
}

.newsletter-email .newsletter-subscribe-text:-ms-input-placeholder {
  color: #959595;
}

.newsletter-email .newsletter-subscribe-text:-moz-placeholder {
  color: #959595;
}

.newsletter-email .newsletter-subscribe-button {
  width: calc(100% - 47px);
  margin: auto;
  border: none;
  background: #cc8a97 url(/Themes/Emporium/Content/img/subscribe-button.png)
    center center no-repeat;
  background-position-x: 30%;
  padding-left: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.newsletter-email .newsletter-subscribe-button:hover {
  background-color: #e8af00;
}

.newsletter-validation,
.newsletter-result {
  margin: 10px 0;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
}

.newsletter-validation .please-wait {
  display: none !important;
}

.footer-middle .social-icons,
.footer-middle .pay-options {
  margin-top: 40px;
}

.footer-social-grid img {
    transition: scale 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-social-grid img:hover {
    scale: 1.25;   
    filter: brightness(0%) invert(69%) sepia(58%) saturate(497%) hue-rotate(36deg) brightness(94%) contrast(87%);
}

.pay-options img {
  margin: 0 2px;
}

.social-sharing li {
  display: inline-block;
  margin: 0 3px;
}

.social-sharing a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.social-sharing a:before {
  display: block;
  font-size: 22px;
  color: #fff;
  transition: color 0.2s ease;
}

.social-sharing a:hover:before {
  color: #fff !important;
}

.social-sharing .facebook:before {
  content: "n";
}

.social-sharing .twitter:before {
  content: "o";
}

.social-sharing .youtube:before {
  content: "r";
}

.social-sharing .rss:before {
  content: "s";
}

.field-validation-valid,
.footer-block a:hover,
.social-sharing a:hover:before,
.footer-block .title:before,
.footer-block .title:after,
.manufacturer-item:hover .title a {
  color: #97c300;
}

.button-1,
.newsletter-email .newsletter-subscribe-button {
  background-color: #eebe00;
}

.button-1:hover,
.newsletter-email .newsletter-subscribe-button:hover {
  background-color: #c59d00;
}

.footer-powered-by a,
.footer-designed-by a {
  color: #cc8a97;
}

.footer-powered-by a:hover {
  text-decoration: underline;
}

.footer-lower > div > div.footer-store-theme {
  display: block;
  margin: 15px 0 0;
}

.footer-powered-by a,
.footer-designed-by a {
  color: #47b7b2;
}

.opc {
  margin: 20px auto;
}

/*** QUICK VIEW ***/

.quickViewWindow .add-to-cart-qty-wrapper {
  margin-right: 0;
  margin-bottom: 16px;
}

.add-to-cart-qty-wrapper span.plus {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: auto;
  right: 29px;
  /* opacity: 0; */
  color: #95c639;
  font-size: 18px;
  border-left: 1px solid #9b9b9b;
  width: 30px;
  height: 100% !important;
  line-height: 43px !important;
  text-align: center;
}

.add-to-cart-qty-wrapper span.plus:hover,
.add-to-cart-qty-wrapper span.minus:hover {
  background: transparent;
}

.overview .qty-input,
.variant-overview .qty-input {
  padding-right: 60px;
  padding-left: 3px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.add-to-cart-qty-wrapper .qty-input {
  width: 100%;
  height: 40px;
}

.add-to-cart-qty-wrapper span.minus {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  /* opacity: 0; */
  color: red;
  width: 30px;
  font-size: 18px;
  border-left: 1px solid #9b9b9b;
  height: 100% !important;
  line-height: 43px !important;
}

/*.item-box input[type="button"] {
    background-image: url(../Themes/Emporium/Content/img/cart-ico.png);
 
    background-repeat: no-repeat;
    background-position: 8px center;
    }*/

/*** PRODUCT DETAILS PAGE   ***/

.html-product-details-page .master-column-wrapper {
  padding-top: 0;
}

.next-prev-wrapper {
  width: 100%;
}

.prev-next-holder {
  box-shadow: none;
}

.next-prev-wrapper {
  width: 100%;
  background-color: #ececec;
  padding: 16px 15px;
}

.previous-product a,
.next-product a {
  background-color: transparent;
}

.previous-product a,
.next-product a {
  padding: 10px 5px;
  background-color: transparent !important;
}

.next-prev-wrapper .breadcrumb li > * {
  height: auto;
  padding: 0;
}

.next-prev-wrapper .previous-product a,
.next-prev-wrapper .next-product a {
  height: auto;
  padding: 0;
  line-height: normal;
}

.next-prev-wrapper .previous-product a:before {
  position: static;
}
.next-product a:before 
{display: none !important;}
.next-prev-wrapper .next-prev-container {
  display: block;
  justify-content: inherit;
  max-width: 1354px;
  margin: 0 auto;
}

.next-prev-wrapper .next-prev-container .previous-product {
  order: 1;
}

.next-prev-wrapper .breadcrumb {
  padding: 0;
  order: 2;
}

.next-prev-wrapper .next-prev-container .next-product {
  order: 3;
}

.next-prev-wrapper .next-product a {
  padding-right: 0;
}

.next-prev-wrapper .next-product a:after {
  content: "\57";
  font-size: 10px;
}

.acc {
  margin: 0 auto;
  max-width: 100%;
}

.acc__card {
  margin: 0;
  position: relative;
}

.acc__title {
  background: #fff;
  box-shadow: 0 0 0px #00000059;
  color: #212121;
  cursor: pointer;
  display: block;
  padding: 1em 0em;
  position: relative;
  text-align: left;
  font-weight: 600;
  border-bottom: #ccc solid 1px;
}

.acc__title::after {
  width: 12px;
  height: 12px;
  border-right: 1px solid #95c539;
  border-bottom: 1px solid #95c539;
  position: absolute;
  right: 10px;
  content: " ";
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acc__title.active {
  border: none;
}

.acc__panel {
  background: #f1f1f1;
  color: #212121;
  display: none;
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  border: 0px solid #c7c7c7;
  border-top: 0;
  border-bottom: 0;
}

.overview .reviews-and-compare {
  width: auto;
  text-align: left;
  float: left;
}

.product-reviews-overview {
  margin-bottom: 0px;
  text-align: left;
  float: left;
  margin-right: 10px;
}

.product-price-wrap {
  padding: 0 0px;
}

.html-product-details-page .jCarouselMainWrapper {
  margin-bottom: 45px;
}

/*.related-products-grid .item-box {
    margin-left: -1px;
    }*/

/*---*/

.bg-color {
  background-color: #333;
}

.signup-step-container {
  padding: 150px 0px;
  padding-bottom: 60px;
}

.wizard {
  width: 80%;
  margin: 0 auto;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
  position: relative;
  text-align: center;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 24px;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 48px;
  height: 48px;
  line-height: 45px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  text-align: center;
  font-size: 22px;
  color: #0e214b;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 22px;
  color: #0e214b;
  font-weight: 600;
  border: 1px solid #ddd;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #9cc744;
  color: #000;
  border-color: #679012;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

.wizard .nav-tabs > li.active > a i {
  color: #9cc744;
}

.wizard .nav-tabs > li {
  width: 14.28%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
  /*  width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
      top: 0;
      */
  position: relative;
  text-decoration: none;
}

/*.wizard .nav-tabs > li a i{
	position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
    }*/

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .nav-tabs > li a i {
  margin-top: 55px;
  display: inline-flex;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  font-style: normal;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 20px;
}

.wizard h3 {
  margin-top: 0;
}

.prev-step,
.next-step {
  font-size: 13px;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  margin-top: 30px;
}

.next-step {
  background-color: #0db02b;
}

.skip-btn {
  background-color: #cec12d;
}

.step-head {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.term-check {
  font-size: 14px;
  font-weight: 400;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 38px;
  padding: 0.375rem 0.75rem;
  line-height: 2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.footer-link {
  margin-top: 30px;
}

.all-info-container {
}

.list-content {
  margin-bottom: 10px;
}

.list-content a {
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
  position: relative;
  color: #565656;
  font-weight: 400;
  border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.list-content a i {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fdfdfd;
}

.list-box {
  padding: 10px;
}

.signup-logo-header .logo_area {
  width: 200px;
}

.signup-logo-header .nav > li {
  padding: 0;
}

.signup-logo-header .header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-inline li {
  display: inline-block;
}

.pull-right {
  float: right;
}

/*-----------custom-checkbox-----------*/

/*----------Custom-Checkbox---------*/

input[type="checkbox"] {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
  position: absolute;
  content: "";
  display: inline-block;
}

input[type="checkbox"]::before {
  height: 16px;
  width: 16px;
  border: 1px solid #999;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border-radius: 2px;
}

input[type="checkbox"]::after {
  height: 5px;
  width: 9px;
  left: 4px;
  top: 4px;
}

input[type="checkbox"]:checked::after {
  content: "";
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

input[type="checkbox"]:checked::before {
  background-color: #18ba60;
  border-color: #18ba60;
}

.contact-page .contact-wrapper,
.contact-map {
  width: 100%;
}

.html-category-page .master-wrapper-content,
.html-product-details-page .master-wrapper-content {
  padding: 0;
}

.sub-category-grid .item-grid .sub-category-item .title {
  text-align: center;
}

.html-product-details-page .master-column-wrapper .product-details-page {
  padding-top: 0 !important;
}

.checkout-page .page-title {
  border: 0;
  text-align: center;
}

.checkout-page .page-title h1 {
  text-align: center;
}

.checkout-page .select-billing-address label {
  display: block;
  width: 100%;
}

.checkout-page .select-billing-address select,
.checkout-page .shipping-addresses select {
  width: 100%;
  border: 1px solid #bfbfbf;
  height: 48px;
}

.checkout-page .select-billing-address,
.checkout-page .select-shipping-address {
  border: 1px solid #d4d4d4;
  padding: 24px;
}

.checkout-page .new-billing-address,
.checkout-page .new-shipping-address {
  border: 1px solid #d4d4d4;
  /*border-top: 0;*/
  padding: 24px;
}

.shipping-instructions {
  padding: 24px;
  border: 1px solid #d8d8d8;
}

.shipping-instructions h3 {
  font-size: 18px;
  font-weight: 600;
}

p.back-link a {
  background: #f44336;
  color: #fff;
  height: 45px;
  padding: 0 25px;
  display: inline-block;
  line-height: 42px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
}

p.back-link a small {
  font-size: 20px;
}

/*#co-payment-method-form {
    border: 1px solid #d63e3ea8;
    background-color: #fdeaea;
    padding: 15px;
    text-align: center;
    color: #d61616;
    font-weight: 600;
    font-size: 16px;
    }*/

.new-billing-address .inputs select {
  height: 48px;
  border: 1px solid #969696;
}

.inputs.custom-attributes {
  margin: 0;
  margin-bottom: 10px;
}

#billing-buttons-container {
  margin-bottom: 32px;
  margin-top: 32px;
}

.shipping-method .method-description,
.payment-method .payment-description {
  color: #000;
}

#checkout-step-confirm-order .checkout-data {
  width: 100%;
}

.billing-info {
  text-align: left;
}

.billing-info-wrap {
  padding: 0 !important;
  margin: 0 !important;
  width: 48%;
}

.billing-info .title {
  padding: 16px 24px;
  border-bottom: 1px solid #ddd;
  text-align: left !important;
}

.billing-info .info-list {
  padding: 24px;
}

.next-btn-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 16px 0;
}

#CardCode {
  width: 60px !important;
}

.shipping-info-wrap {
  padding: 0 !important;
  width: 48%;
}

.shipping-info-wrap .shipping-info .title {
  border-bottom: 1px solid #ddd;
  padding: 16px 24px;
  text-align: left;
}

.payment-method-info {
  text-align: left;
  padding: 24px;
}

.payment-method-info .title {
  text-align: left !important;
}

.shipping-method-info {
  text-align: left;
  padding: 24px;
}

.shipping-method-info .title {
  text-align: left !important;
}

.shipping-info ul.info-list {
  text-align: left;
  padding: 24px;
}

#checkout-step-confirm-order .buttons.next-btn-wrapper {
  width: 100%;
}

#checkout-step-confirm-order .terms-of-service {
  margin: 10px 0 0 !important;
  clear: left;
  position: relative;
}

.product-list .item-box .prices {
  height: auto;
}

.variant-overview .attributes-wrapper .attributes .acc {
  margin: 0;
}

.product-list .item-box .description {
  border-top: #000 solid 1px;
  padding-top: 20px;
}

.testimonial-content {
  padding: 20px 20px;
}

.testimonial-content img {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  width: 270px;
  max-width: 300px;
}

.home-cat-list .container {
  max-width: 1310px;
  margin: 40px auto;
}

.home-cat-list .container .slick-initialized .slick-slide {
  margin: 10px;
}

/* Slider */

.home-cat-list .container .slick-loading .slick-list {
  background: #fff url("../Themes/Emporium/Content/css/ajax-loader.gif") center center no-repeat;
}

/* Arrows */

.home-cat-list .container .slick-prev,
.home-cat-list .container .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;
}

.home-cat-list .container .slick-prev:hover,
.home-cat-list .container .slick-prev:focus,
.home-cat-list .container .slick-next:hover,
.home-cat-list .container .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.home-cat-list .container .slick-prev:hover:before,
.home-cat-list .container .slick-prev:focus:before,
.home-cat-list .container .slick-next:hover:before,
.home-cat-list .container .slick-next:focus:before {
  opacity: 1;
}

.home-cat-list .container .slick-prev.slick-disabled:before,
.home-cat-list .container .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.home-cat-list .container .slick-prev:before,
.home-cat-list .container .slick-next:before {
  font-family: "slick";
  font-size: 28px;
  line-height: 1;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-cat-list .container .slick-prev {
  left: -25px;
}

.home-cat-list .container [dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.home-cat-list .container .slick-prev:before {
  content: "←";
}

.home-cat-list .container [dir="rtl"] .slick-prev:before {
  content: "→";
}

.home-cat-list .container .slick-next {
  right: -25px;
}

.home-cat-list .container [dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.home-cat-list .container .slick-next:before {
  content: "→";
}

.home-cat-list .container [dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.home-cat-list .container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.home-cat-list .container .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.home-cat-list .container .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.home-cat-list .container .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;
}

.home-cat-list .container .slick-dots li button:hover,
.home-cat-list .container .slick-dots li button:focus {
  outline: none;
}

.home-cat-list .container .slick-dots li button:hover:before,
.home-cat-list .container .slick-dots li button:focus:before {
  opacity: 1;
}

.home-cat-list .container .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: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-cat-list .container .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.priceRangeMaxPanel {
  color: #576750;
  font-weight: 700;
}

span.priceRangeMinPanel {
  color: #576750;
  font-weight: 700;
}

.account-page .section > .title,
.reward-points-overview,
.forum-subscriptions-page .description {
  text-align: center;
}

.shopping-cart-page .cart-collaterals .button-2 {
  width: 100%;
  overflow: visible;
  text-overflow: unset !important;
}

@media (max-width: 767px) {
  .shopping-cart-page .product-grid {
    padding: 0 15px;
  }
  .variant-overview .compare-products .add-to-compare-list-button {
    margin-bottom: 16px;
  }
  .product-details-page
    .add-to-cart-qty-wrapper
    + .ajax-cart-button-wrapper
    input {
    height: 45px !important;
  }
  .category-page .item-box .prices {
    height: 60px;
  }
  .category-page .item-box .btn-wrapper {
    margin-top: 0 !important;
  }
  .breadcrumb ul {
    line-height: 22px !important;
  }
  .registration-page .inputs .option-list label {
    display: flex;
    align-items: center;
    margin-top: 3px !important;
  }
  .login-page .customer-blocks {
    margin: 0 0 0;
  }
  .tax-shipping-info {
    text-align: center !important;
  }
  .checkout-page .edit-address {
    padding-top: 0 !important;
  }
  .sign-content h3 {
    font-size: 40px;
  }
  .html-product-details-page .add-to-cart-qty-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .overview .add-to-cart-panel {
    width: 100%;
  }
  .overview .compare-products {
    padding-left: 0px;
  }
  /*.wizard .nav-tabs > li a i{
		display: none;
   }*/
  .signup-logo-header .navbar-toggle {
    margin: 0;
    margin-top: 8px;
  }
  .signup-logo-header .logo_area {
    margin-top: 0;
  }
  .signup-logo-header .header-flex {
    display: block;
  }
  .nop-jcarousel {
    padding: 0 30px;
  }
}

@media all and (min-width: 360px) {
  .html-home-page .nop-jcarousel .carousel-title {
    padding: 0;
    display: none !important;
  }
  .html-home-page .nop-jcarousel {
    margin: 0;
  }
  .html-home-page .jCarouselMainWrapper .slick-prev,
  .html-home-page .jCarouselMainWrapper .slick-next {
    top: 40%;
    transform: translateY(-40%);
    border: none;
  }
  .html-home-page .manufacturer-grid .title {
    display: none !important;
  }
  .html-home-page .manufacturer-grid .picture {
    border: none;
  }
}

@media all and (min-width: 481px) {
  .cart-collaterals > div > .list {
    padding: 20px !important;
  }
  .home-n-business-content .toilet-options li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .home-n-business-content .toilet-options li a .option-left {
    padding-right: 16px;
  }
  .center-2 .product-grid .item-grid,
  .sub-category-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  /* .center-2 .product-grid .item-grid, .sub-category-grid .item-grid, .related-products-grid .item-grid, .shopping-cart-page .product-grid .item-grid {
        width: 100%;
        position: relative;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        }*/
  .html-category-page .breadcrumb ul {
    padding: 0 2vw;
  }
}

@media all and (min-width: 769px) {
  #eway-payment-info-container {
    max-width: 50%;
  }
  .html-home-page .master-wrapper-content,
  .html-account-page .master-wrapper-content {
    padding: 0px 0 !important;
  }
  .sp-flex.responsive {
    display: none !important;
  }
  .footer-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .top-footer .footer-row .footer-block:first-child {
    width: 20%;
    text-align: center;
  }
  .top-footer .footer-row .footer-block:nth-child(2) {
    width: 60%;
    text-align: center;
  }
  .top-footer .footer-row .footer-block:last-child {
    width: 20%;
    text-align: center;
  }
  .home-n-business-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1354px;
    margin: 0 auto;
  }
  .signature-product-content .signature-products {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
  }
  .signature-product-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .center-2 .product-grid .item-grid,
  .sub-category-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  /*.center-2 .product-grid .item-grid, .sub-category-grid .item-grid, .related-products-grid .item-grid {
        width: 100%;
        position: relative;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        }*/
  .category-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .shopping-cart-page .product-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .contact-page .page-body .contact-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .featured-product-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .order-review-data {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }
  .checkout-data {
    width: 800px;
    margin: 0 auto;
  }
  .wizard > div.wizard-inner {
    margin-bottom: 50px;
  }
  .next-btn-wrapper {
    width: 800px;
  }
}

@media all and (min-width: 1025px) {
  .inputs-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .variant-overview .group-btn .add-to-cart-qty-wrapper {
    width: 17%;
  }
  .login-page .inputs.reversed span {
    font-size: 15px !important;
  }
  .login-page input[type="checkbox"] ~ label:before {
    top: -2px;
  }
  .page.login-page {
    margin-bottom: 20px;
  }
  .p-10 {
    padding: 0 11% !important;
  }
  .inputs-group .inputs {
    width: 48%;
    margin: 0;
  }
  .master-column-wrapper {
    padding-top: 35px;
  }
  .html-manufacturer-page .master-column-wrapper,
  .html-topic-page .master-column-wrapper,
  .html-login-page .master-column-wrapper,
  .html-contact-page .master-column-wrapper {
    max-width: 1354px;
    margin: 0 auto;
    width: 88%;
  }
  .home-page-body .master-column-wrapper {
    padding-top: 0;
  }
  .page.topic-page,
  .page.contact-page {
    padding-bottom: 50px;
  }
  .topic-page .page-body {
    line-height: normal;
  }
  .header-menu-parent {
    background-color: transparent;
    width: 80%;
  }
  .desktop {
    display: block;
  }
  .spc-products {
    width: 0 auto;
    width: 100%;
  }
  /* Header */
  .admin-header-links {
    background-color: #fff;
    text-align: center;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .header-logo a img {
    max-height: 100px;
  }
  .header-upper {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .header-menu {
    margin: 0;
    padding: 0 6vw;
    color: #fff;
    background-color: transparent;
    float: left;
    width: 100%;
  }
  .header-menu a {
    color: #fff;
  }
  .header-menu a:hover {
    text-decoration: none;
  }
  .header-menu > ul {
    background-color: transparent;
    margin: 0 auto;
  }
  .header-menu > ul > li > a,
  .header-menu > ul > li > span {
    display: block;
    padding: 0 10px;
    height: auto;
    /* line-height: 45px;*/
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    color: #586752;
    font-family: "Roboto", sans-serif;
    letter-spacing: normal;
    border-top: 2px transparent solid;
    font-weight: 700;
  }
  .header-menu > ul > li > a:hover,
  .header-menu > ul > li > span:hover {
    color: #95c539;
    background: none;
  }
  .header-menu .category-navigation-list-wrapper {
    height: auto;
    border-right: none;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .home-page .topic-block-title h2 {
    font-size: 35px;
    font-weight: 400;
  }
  .category-navigation-title {
    color: #586752;
    font-size: 16px;
    font-weight: 700;
    line-height: 55px;
  }
  .category-navigation-title ::before {
    color: #000;
    font-size: 16px;
  }
  .category-navigation-list-wrapper {
    color: #000;
    float: right;
  }
  .category-navigation-list-wrapper:hover {
    /*background-color: #95c539;*/
    /* border-bottom: 1px solid #95c539;*/
  }
  .cck-inner .top-part {
    height: 150px;
  }
  .spc.spc-products .tab {
    background-color: transparent;
    color: #000;
    padding: 10px 0px;
    border-radius: 0px;
    font-size: 28px;
    font-weight: 300;
    border-bottom: transparent solid 1px;
  }
  .spc-products .spc-header li {
    letter-spacing: 0px !important;
    text-transform: none;
    margin-left: 30px !important;
  }
  .spc.spc-products .tab.active,
  .spc.spc-products .tab.active:hover {
    background-color: transparent;
    color: #000;
    border-bottom: #95c539 solid 1px;
  }
  /* Shopping Cart */
  #shopping-cart-form .shipping-collaterals + .title:hover {
    background-color: #95c539;
    color: #fff;
  }
  #shopping-cart-form .deals + .title:hover {
    background-color: #95c539;
    color: #fff;
  }
  #shopping-cart-form .option-name,
  #shopping-cart-form .option-description {
    display: block;
  }
  /* Login Page */
  .login-page .customer-blocks {
    max-width: 75%;
    margin: 50px auto;
  }
  .login-page .topic-block {
    width: 90%;
  }
  .login-page .topic-block table {
    text-align: left;
  }
  .center-1 .jCarouselMainWrapper .slick-next,
  .center-1 .jCarouselMainWrapper .slick-prev {
    background: none;
  }
  .section-four {
    padding-bottom: 30px !important;
    height: 800px;
  }
  /*** CONTAINER SECTION ***/
  .master-wrapper-content {
    padding: 0px 3vw;
  }
  .main-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .footer-block.Information.footer-item {
    padding-right: 60px;
  }
  .home-n-business-content .cck-left {
    padding-left: 3vw;
    padding-right: 0;
  }
  .home-n-business-content .cck-right {
    padding-right: 3vw;
    padding-left: 0;
  }
  .nop-jcarousel.manufacturer-grid,
  .hpc-wrapper {
    padding: 32px 3vw;
  }
  .html-category-page .breadcrumb ul {
    padding: 0 3vw;
  }
  .bestseller-featured-content .slick-track {
    width: 100% !important;
  }
  .bestseller-featured-content .slick-track .slick-slide {
    width: 25% !important;
  }
  .signature-product-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }
  .ajax-cart-button-wrapper .product-box-add-to-cart-button {
    width: 60%;
  }
  .search-box-select {
    top: 85px;
  }
  .product-grid .buttons .ajax-cart-button-wrapper {
    display: inline-block;
  }
  .product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper {
    width: 100%;
    display: inline-block;
  }
  .product-list .item-box input,
  .product-list .item-box .btn-wrapper .button-2 {
    width: 45px;
    height: 45px;
  }
  .contact-left {
    text-align: left;
    flex: 1;
  }
  .contact-right {
    flex: 1;
    padding: 0 30px;
  }
  .home-n-business-content .cck-inner {
    padding: 42px 20px;
  }
  .markasnew-wrapper,
  .best-feature-section .bestseller-featured-content {
    padding: 0 3vw;
  }
  .category-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .product-selectors {
    margin: 0 0 20px;
    text-align: center;
    font-size: 0;
    border-top: 0;
    padding-top: 16px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

@media all and (min-width: 1281px) {
  .master-wrapper-content {
    padding: 0px 6vw;
  }
  .html-blog-page .master-wrapper-content {
    padding: 0px 0vw;
    max-width: 1354px;
    margin: 0 auto;
    width: 88%;
  }
  .html-category-page .breadcrumb ul,
  .html-product-details-page .breadcrumb ul {
    padding: 0 0vw;
  }
  .html-account-page .master-wrapper-content,
  .html-category-page .master-column-wrapper,
  .html-product-details-page .master-column-wrapper .product-details-page {
    padding: 24px 0vw;
    width: 88%;
    margin: 0 auto;
    max-width: 1354px;
  }
  .page.checkout-page {
    width: 88%;
    margin: 0 auto;
    max-width: 1354px;
  }
  .overview-business {
    white-space: nowrap;
  }
  .nop-jcarousel.manufacturer-grid,
  .hpc-wrapper {
    padding: 140px 0px !important;
  }
  .hpc-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bestseller-featured-content .slick-track {
    width: 100% !important;
  }
  .bestseller-featured-content .slick-track .slick-slide {
    width: 25% !important;
  }
  .bestseller-featured-content .spc-products .slick-slide {
    padding-right: 30px;
  }
  .bestseller-featured-content .item-box .details-rtl .buttons {
    height: 48px;
  }
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .topic-page .page-body {
    max-width: 100%;
  }
  .home-n-business-content .cck-left {
    padding-left: 0vw;
    padding-right: 42px;
  }
  .home-n-business-content .cck-right {
    padding-right: 0vw;
    padding-left: 42px;
  }
  .newsletter-email {
    margin: 0;
  }
  .best-feature-section .bestseller-featured-content,
  .footer-container,
  .markasnew-wrapper {
    padding: 0px 6vw;
  }
  .signature-product-content .signature-products {
    width: 100%;
    max-width: 1672px;
    margin: 0 auto;
    padding: 0 10%;
  }
  .signature-product-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }
  .sale-of-the-day-offer .item-gallery .ribbon-position.top-left {
    top: 5px;
    left: 106px;
  }
  .shopping-cart-page .product-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .featured-product-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  /*.productbox-buttons {
        display: inline-block;
        align-items: center;
        justify-content: center;
        }*/
  .buttons .ajax-cart-button-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper,
  .product-grid .item-box .productQuantityDropdown {
    margin-right: 10px !important;
  }
  .productbox-buttons .buttons {
    order: 2;
  }
  .product-list .productbox-buttons {
    display: block;
  }
  .home-n-business-content .cck-inner {
    position: relative;
    padding: 42px 0;
  }
  .wctnz-home-description {
    min-height: 120px;
  }
  .item-box .details {
    padding: 7px;
  }
  .wctnz-home-description {
    min-height: 120px;
  }
  .overview .add-to-cart-qty-wrapper + .add-to-cart-button {
    margin-bottom: 14px;
  }
  .owl-theme .owl-nav button.owl-prev {
    left: -48px;
    position: absolute;
    top: 50%;
    margin: 0;
    height: 48px;
    display: block;
    width: 48px;
    padding: 0;
    line-height: 48px;
  }
  .owl-theme .owl-nav button.owl-next {
    right: -48px;
    position: absolute;
    top: 50%;
    font-size: 50px;
    background-color: transparent;
    margin: 0;
    height: 48px;
    display: block;
    width: 48px;
    padding: 0;
    line-height: 48px;
  }
  .owl-theme .owl-nav button.owl-prev span,
  .owl-theme .owl-nav button.owl-next span {
    font-size: 0;
  }
  .owl-theme .owl-nav button.owl-next:before {
    font-family: "emporium-icons";
    display: block;
    color: #000;
    font-size: 28px;
    transition: all 0.2s ease;
    text-transform: none;
    content: "\6a";
    width: 48px;
    line-height: 48px;
  }
  .owl-theme .owl-nav button.owl-prev:before {
    font-family: "emporium-icons";
    display: block;
    color: #000;
    font-size: 28px;
    line-height: 0;
    transition: all 0.2s ease;
    text-transform: none;
    content: "\6b";
    height: 48px;
    line-height: 48px;
  }
  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
  }
}

@media all and (min-width: 1366px) {
  .ajax-cart-button-wrapper .product-box-add-to-cart-button {
    width: 60% !important;
  }
  .product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper {
    width: 40% !important;
  }
  .productbox-buttons .ajax-cart-button-wrapper select {
    width: 40%;
    height: 48px !important;
  }
}

@media all and (min-width: 1601px) {
  .center-2 .product-grid .item-grid,
  .sub-category-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  /*   .center-2 .product-grid .item-grid, .sub-category-grid .item-grid, .related-products-grid .item-grid {
        width: 100%;
        position: relative;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        }*/
  .shopping-cart-page .product-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .item-box .details {
    padding: 24px;
  }
}

@media all and (max-width: 1280px) {
  .variant-overview .compare-products .add-to-compare-list-button {
    display: block;
    width: 100%;
    background-color: #95c539 !important;
    color: #fff !important;
    border-radius: 4px;
    font-weight: bold !important;
    font-size: 15px;
  }
  .product-details-page-body .no-shipping-options {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .product-details-page-body .choose-shipping-title {
    margin-top: 15px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .product-details-page-body .estimate-shipping-row.row-items {
    margin-top: 13px;
  }
  .product-details-page-body .row-items .estimate-shipping-row-item {
    float: left;
    width: 30%;
    font-size: 14px;
  }
  .product-details-page-body
    .shipping-options-body
    .estimate-shipping-row-item {
    float: left;
    width: 30%;
  }
  .product-details-page-body .estimate-shipping-row-item-radio {
    float: left;
    width: 10%;
  }
  .product-details-page-body .shipping-options-body .estimate-shipping-row {
    margin-top: 10px;
    float: left;
    width: 100%;
  }
  .product-details-page-body .estimate-shipping-row-item input {
    padding-left: 10px;
  }
  .product-details-page-body .estimate-shipping-row-item {
    margin-bottom: 10px;
    float: left;
    width: 31%;
  }
  .product-details-page-body .estimate-shipping-row-item select,
  .product-details-page-body .estimate-shipping-row-item input {
    width: 94%;
  }
  .product-details-page-body .ship-to-title {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .product-details-page-body .estimate-shipping-popup {
    background: #fff;
    padding: 45px;
    float: left;
    width: 100%;
  }
  .product-details-page-body .estimate-shipping-row.shipping-address {
    width: 100%;
    float: left;
  }
  .product-details-page-body .shipping-address .estimate-shipping-row-item {
    margin-right: 15px;
  }
  .product-details-page-body .shipping-options {
    float: left;
    margin-bottom: 15px;
    width: 100%;
  }
  .product-details-page-body .button-2.apply-shipping-button {
    background-color: #95c539 !important;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    height: 40px;
    width: 145px;
    margin: 0 auto;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    border-radius: 2px;
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
  }
  .overview .prices,
  .variant-overview .prices {
    overflow: visible !important;
  }
  .variant-overview .attributes-wrapper {
    padding: 0;
    display: block !important;
  }
  .variant-overview .product-estimate-shipping {
    margin-top: 10px;
    display: block;
    float: left;
  }
  .variant-overview .product-price-wrap {
    padding: 0 0;
  }
  .item-box .details {
    min-height: 170px;
  }
  .gallery.sevenspikes-cloudzoom-gallery {
    display: block;
    overflow: hidden;
    clear: left;
  }
  .product-name {
    border-bottom: #000 solid 1px;
    float: left;
    width: 100%;
    text-align: left;
  }
  .nop-jcarousel.manufacturer-grid,
  .hpc-wrapper {
    padding: 32px 4vw;
  }
  .overview .add-to-cart-qty-wrapper + .add-to-cart-button {
    margin-bottom: 0;
  }
  .full-width {
    padding: 0;
  }
  .product-price-wrap {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    margin: 0 auto;
  }
  .overview .compare-products,
  .overview .add-to-wishlist,
  .compare-products .add-to-compare-list-button,
  .overview .add-to-wishlist button {
    display: block;
    width: 100%;
  }
  .overview .add-to-cart {
    max-width: 100%;
    display: block;
  }
  .overview .compare-products {
    margin-bottom: 0;
  }
  .hero {
    background-position: center !important;
  }
  .hero::after {
    opacity: 0.5;
  }
  .quick-view-button a,
  .item-box .btn-wrapper .button-2 {
    width: 42px !important;
  }
  /* .item-box .btn-wrapper {
        margin-top: 16px;
    } */
  .wctnz-home-description {
    min-height: 140px;
  }
  .home-n-business-content .cck-inner .overview-business {
    font-size: 16px;
  }
  .item-box .btn-wrapper {
    justify-content: center;
  }
  .item-box .details {
    min-height: 290px;
  }
  .also-purchased-products-grid,
  .related-products-grid {
    width: 90%;
  }
  .owl-theme .owl-nav button.owl-prev {
    left: -48px;
    position: absolute;
    top: 50%;
    margin: 0;
    height: 48px;
    display: block;
    width: 48px;
    padding: 0;
    line-height: 48px;
  }
  .owl-theme .owl-nav button.owl-next {
    right: -40px;
    position: absolute;
    top: 50%;
    font-size: 50px;
    background-color: transparent;
    margin: 0;
    height: 40px;
    display: block;
    width: 40px;
    padding: 0;
    line-height: 40px;
  }
  .owl-theme .owl-nav button.owl-prev span,
  .owl-theme .owl-nav button.owl-next span {
    font-size: 0;
  }
  .owl-theme .owl-nav button.owl-next:before {
    font-family: "emporium-icons";
    display: block;
    color: #000;
    font-size: 40px;
    transition: all 0.2s ease;
    text-transform: none;
    content: "\6a";
    width: 48px;
    line-height: 48px;
  }
  .owl-theme .owl-nav button.owl-prev:before {
    font-family: "emporium-icons";
    display: block;
    color: #000;
    font-size: 33px;
    line-height: 0;
    transition: all 0.2s ease;
    text-transform: none;
    content: "\6b";
    height: 48px;
    line-height: 48px;
  }
  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
  }
  .product-social-buttons {
    display: flex;
    justify-content: center;
  }
  .product-review-box {
    text-align: center;
    display: block;
  }
  .product-details-page .product-review-box {
    text-align: center;
    display: block;
  }
  .attributes-wrapper .attributes select {
    width: 100%;
  }
  .header-menu > ul > li > a,
  .header-menu > ul > li > span {
    padding: 0 10px;
  }
  .attributes-wrapper {
    max-width: 100%;
    margin: 0 auto 10px;
    float: left;
    width: 100%;
    border: none;
  }
  .product-price-heading {
    float: left;
    width: 100%;
  }
  .product-price-heading {
    margin: 15px auto 15px;
  }
  .overview .add-to-wishlist {
    margin-left: 0;
    width: 100%;
    float: left;
  }
  .variant-overview .attributes-wrapper .attributes .acc {
    margin: 0;
    max-width: 100%;
  }
  .variant-overview .product-prices-box .product-price-wrap {
    padding: 0;
  }
  .productTabs-body .custom-tab {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
  }
  .productTabs-body .custom-tab iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .variant-overview .add-to-cart-panel {
    display: block;
  }
  .variant-overview .add-to-cart-button {
    padding: 0 14px;
    margin: 16px 0px 16px 10px;
    height: 45px;
  }
  .variant-overview .attributes-wrapper {
    padding: 0;
  }
  .shipping-options label {
    margin-bottom: 14px;
  }
}

@media all and (max-width: 1024px) {
  .new-address-content {
    position: relative;
    top: 100%;
    left: 0;
    transform: none;
  }
  .filtersGroupPanel .checkbox-list label {
    line-height: 20px;
    padding: 0px 0 6px 30px;
  }
  li.checkbox-item {
    margin-bottom: 10px;
  }
  .variant-overview .add-to-wishlist button {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .page.topic-page {
    padding: 0 15px 10px;
  }
  .page.topic-page h1 span {
    font-size: 30px !important;
  }
  .ui-dialog {
    top: 1300px !important;
  }
  .inputs.accept-consent .read {
    margin-top: 3px;
  }
  .product-selectors > div.filters-button-wrapper {
    margin: 0 0 10px !important;
  }
  .search-box.store-search-box label {
    margin-bottom: 10px;
    display: block;
  }
  .search-box-select {
    top: 100px !important;
  }
  .p-10 {
    padding: 0 10px !important;
  }
  .html-account-page .edit-address .required-label {
    margin-bottom: 10px !important;
  }
  #billing-buttons-container {
    margin-top: 10px !important;
  }
  .coupon-box,
  .giftcard-box {
    text-align: left;
  }
  .advantages-item .info {
    text-align: center !important;
  }
  .shopping-cart-page .common-buttons {
    margin-bottom: 20px;
  }
  .checkout-page .cart-item-row label,
  .checkout-page .cart-total label,
  .checkout-page .order-review-data {
    margin-bottom: 0;
  }
  .checkout-page .inputs-group .inputs {
    margin-bottom: 15px;
  }
  .shopping-cart-page .tax-shipping-info {
    text-align: center !important;
  }
  .advantages-item .description {
    display: block;
  }
  .advantages-item .description p {
    font-size: 12px;
  }
  .wctnz-home-description {
    min-height: 160px;
  }
  .home-n-business-content .toilet-options li a .option-right span {
    font-size: 14px;
  }
  .home-n-business-content .toilet-options li a .option-right h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .home-n-business-content .cck-inner .small-desc {
    font-size: 14px;
  }
  .home-n-business-content .cck-inner .overview-business {
    font-size: 14px;
  }
  .home-n-business-content .cck-inner h2 {
    font-size: 24px;
  }
  .home-n-business-content .toilet-options li {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .sp-description p {
    font-size: 14px;
  }
  .signature-product-content .signature-products h2 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .html-home-page .half {
    width: 100%;
    float: none;
    padding-right: 10px !important;
    text-align: center;
  }
  .user-testimonials-demo-2 .two-boxes {
    width: 100%;
    clear: both;
  }
  .half {
    float: none;
    width: 100%;
  }
  .cck p {
    text-align: center;
  }
  .one-third {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  #ph-topic .page-title {
    margin-top: 15px;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .follow-us.footer-item {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff5e;
    padding: 0 30%;
    padding-bottom: 30px;
  }
  .follow-us.footer-item {
    padding: 0 0 16px 0;
  }
  .main-footer .Information .title {
    padding: 0;
    margin-bottom: 0;
  }
  .main-footer .footer-block .list {
    display: none;
  }
  .main-footer .footer-block {
    border-bottom: 1px solid #ffffff45;
    padding: 0 30px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .newsletter-email .newsletter-subscribe-text,
  #newsletter-subscribe-block .newsletter-email > * {
    width: 100%;
  }
  .socials-and-payments.footer-item {
    text-align: center;
    padding-top: 16px;
  }
  .main-footer .footer-item .title {
    margin-bottom: 0;
  }
  .socials-and-payments.footer-item .title {
    margin-bottom: 16px;
  }
  .newsletter-email .options {
    padding-bottom: 10px;
  }
  .main-footer .footer-item .title.open {
    margin-bottom: 16px;
  }
  .footer-container {
    padding: 0 2vw;
  }
  .top-footer .footer-row {
    align-items: flex-start;
  }
  .home-n-business-content .toilet-options li .option-right {
    padding-right: 50px;
  }
  .home-n-business-content .cck-inner h2 {
    padding: 0 32px 32px 32px;
  }
  .category-icon {
    width: 60px;
    height: 60px;
  }
  .wctnz-home-description {
    /* padding-bottom: 32px; */
    padding: 0 30px 30px 30px;
  }
  .home-n-business-content .cck-inner .overview-business {
    margin-bottom: 16px;
  }
  .product-list .item-box input .button-2.product-box-add-to-cart-button {
    width: 100% !important;
  }
  .product-list .details-rtl .buttons {
    min-height: 48px;
  }
  .block-wrapper .block {
    width: 100%;
  }
  .newsletter-email .newsletter-subscribe-button {
    background-position-x: 44%;
  }
  .wctnz-home-description {
    min-height: 100px;
  }
  .nop-jcarousel.product-grid {
    width: 90%;
    margin: 0 auto !important;
  }
  .also-purchased-products-grid.product-grid,
  .related-products-grid.product-grid {
    width: 90%;
  }
  .jCarouselMainWrapper:last-child .nop-jcarousel {
    margin: 0 auto;
  }
  .nop-jcarousel.manufacturer-grid,
  .hpc-wrapper {
    padding: 32px 4vw;
  }
  .markasnew-wrapper,
  .best-feature-section .bestseller-featured-content {
    padding: 0 4vw;
  }
  .product-list .item-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .center-2 .product-grid .item-grid,
  .sub-category-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0;
  }
  .product-selectors {
    display: flex;
    justify-content: center;
  }
  .filters-button-wrapper {
    margin: 0 !important;
  }
  .product-grid.featured-product-grid {
    width: 95%;
  }
  .product-list {
    width: 95%;
    margin: 0 auto;
  }
  .fns-reviewrewards-simple img {
    max-width: 100%;
    width: inherit !important;
    height: auto;
  }
  .fns-reviewrewards-simple {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .fns-reviewrewards-simple p {
    margin: 0 20px;
  }
  .block-wrapper .block {
    width: 98%;
  }
  .admin-header-links a {
    color: #fff;
  }
  .product-selectors.infinite-scroll-enabled .product-sorting {
    margin-left: 0;
    width: 100%;
  }
  .product-list .item-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .center-2 .product-grid .item-grid,
  .sub-category-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0;
  }
  .inputs-group .inputs {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .inputs.custom-attributes {
    text-align: left;
  }
}

@media all and (max-width: 768px) {
  .product-price-wrap {
    padding: 0 30px;
    display: block;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .sp-one,
  .sp-two,
  .sp-three {
    text-align: center !important;
    margin: 0 auto !important;
    margin-top: 30px !important;
    max-width: 450px;
  }
  .category-icon {
    width: 60px;
    height: 60px;
  }
  .hpc {
    padding: 70px 20px !important;
  }
  .in {
    max-width: 100%;
  }
  .sp-flex.desktop {
    display: none !important;
  }
  .testimonial-wrapper p {
    font-size: 16px !important;
    line-height: 1.4em;
  }
  .testimonials {
    padding: 70px 20px;
  }
  .in {
    max-width: 100%;
  }
  .hero {
    background-position: center center !important;
    background-size: cover;
  }
  .hero .in {
    width: 100%;
    max-width: 100%;
  }
  .in {
    max-width: 100%;
  }
  .half {
    width: 100%;
    float: none;
    padding-right: 10px !important;
  }
  .hero .cck h1 {
    text-align: center;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1em;
  }
  .hero .cck p {
    text-align: center;
  }
  .hero::after {
    opacity: 0.5;
  }
  div.lpad {
    padding: 70px 20px;
  }
  .in {
    max-width: 100%;
  }
  .hpc {
    padding: 70px 20px !important;
  }
  .testimonial-wrapper h4 {
    color: #000;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em !important;
    letter-spacing: 0.22px;
  }
  .testimonial-wrapper p {
    font-size: 16px !important;
    line-height: 1.4em;
  }
  .sp-flex {
    display: block !important;
  }
  .cck-inner h3,
  .cck-inner span {
    text-align: left;
    padding-left: 20px;
    padding-right: 60px;
  }
  .cck-inner span {
    font-size: 14px;
    line-height: 1.1em;
  }
  div.lpad {
    padding: 70px 20px;
  }
  .testimonials {
    padding: 70px 20px;
  }
  .hero {
    background-position: center center !important;
    background-size: cover;
  }
  .hero .in {
    width: 100%;
    max-width: 100%;
  }
  .in {
    max-width: 100%;
  }
  .half {
    width: 100%;
    float: none;
    padding-right: 10px !important;
  }
  .hero .cck h1 {
    text-align: center;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
  }
  .hero .cck p {
    text-align: center;
  }
  .hero::after {
    opacity: 0.5;
  }
  .html-home-page .item-box .picture a:before {
    padding-top: 100%;
  }
  .center-1 .slick-carousel {
    max-width: 100%;
    /* margin-left: 30px;*/
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .main-footer .footer-block,
  .follow-us.footer-item {
    width: 100%;
  }
  .follow-us.footer-item {
    padding: 0;
  }
  .top-footer .footer-row .footer-block:first-child,
  .top-footer .footer-row .footer-block:nth-child(2),
  .top-footer .footer-row .footer-block:last-child {
    width: 100%;
    text-align: center;
  }
  .top-footer .footer-row .footer-block {
    margin-bottom: 24px;
  }
  .nop-jcarousel.manufacturer-grid,
  .hpc-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .signature-product-content .signature-products {
    width: 100%;
    margin: 0 auto;
    padding: 5% 5%;
  }
  .signature-product-grid {
    display: none;
  }
  .selector.checkbox-wrapper {
    text-align: left;
  }
  .home-intro .topic-block-body h2 {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 24px;
  }
  .wrapper {
    overflow: hidden;
  }
  .home-page .topic-block-title h2 {
    font-size: 26px;
    color: #000;
  }
  .home-intro {
    padding: 32px 0;
  }
  .best-feature-section {
    margin-top: 30px;
  }
  .overview .add-to-cart {
    width: 100%;
    max-width: 100%;
  }
  button.slick-prev.slick-arrow {
    left: -42px;
    top: 34%;
  }
  button.slick-next.slick-arrow {
    right: -42px;
    top: 34%;
  }
  .owl-theme .owl-nav button.owl-next:before {
    font-size: 20px;
    width: 40px;
    line-height: 40px;
  }
  .owl-theme .owl-nav button.owl-prev:before {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
  /* .nop-jcarousel {
        padding: 0 30px 0 38px !important;
        }*/
  .owl-theme .owl-nav button.owl-next {
    right: -42px;
  }
  .owl-theme .owl-nav button.owl-prev {
    left: -42px;
  }
  .variant-overview .add-to-cart-panel {
    display: block;
  }
  .variant-overview .add-to-cart-button {
    padding: 0 14px;
    /*width: 100%; */
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .variant-overview .add-to-wishlist {
    margin-bottom: 16px;
    float: none !important;
  }
  .variant-overview .attributes {
    padding: 0;
  }
  .wizard .nav-tabs > li {
    width: 14%;
    margin-bottom: 14px;
  }
  .wizard .nav-tabs > li a i {
    font-size: 12px;
    margin-top: 36px;
  }
  span.round-tab {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  .connecting-line {
    top: 16px;
  }
  .billing-info-wrap,
  .shipping-info-wrap {
    width: 100%;
  }
  .section.order-completed {
    width: 90%;
    margin: 0 auto;
  }
  .section.order-completed .title {
    margin-bottom: 16px;
  }
  .order-completed .buttons {
    margin-bottom: 30px;
  }
  .order-completed-page .page-title h1 {
    text-align: center;
  }
  .admin-header-links a,
  .admin-header-links span {
    color: #fff;
  }
  .required-label label {
    margin-right: 0;
  }
}

@media all and (max-width: 480px) {
  .item-box .picture {
    min-height: 262px;
    height: auto;
  }
  .item-box .details {
    min-height: 170px;
    padding: 6px;
  }
  .product-social-buttons {
    display: flex;
    justify-content: center;
  }
  .product-selectors {
    display: block;
  }
  .newsletter-email .newsletter-subscribe-button {
    background-position-x: 40%;
  }
  .home-n-business-content .toilet-options li {
    background-image: none;
  }
  .category-icon {
    width: 80px;
    height: 80px;
  }
  .home-n-business-content .toilet-options li .option-right {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cck-inner h3,
  .cck-inner span {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .center-2 .product-grid .item-grid,
  .sub-category-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }
  /* .center-2 .product-grid .item-grid, .sub-category-grid .item-grid, .related-products-grid .item-grid {
        width: 100%;
        position: relative;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-column-gap: 0;
        grid-row-gap: 24px;
        }*/
  .checkout-page .page-title {
    padding-top: 16px;
  }
  .hero .cck p {
    font-size: 18px;
  }
  .jCarouselMainWrapper .slick-next:before,
  .jCarouselMainWrapper .slick-prev:before {
    font-size: 20px !important;
  }
  .spc-products .slick-slide {
    padding-right: 0;
  }
  ul.toilet-options li:hover {
    background-image: none;
  }
  .home-n-business-content .toilet-options li {
    padding-left: 0;
  }
  .product-review-box {
    text-align: center;
  }
  .attributes-wrapper .attributes select {
    width: 100%;
  }
  .next-prev-wrapper .next-prev-container {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .next-prev-wrapper .breadcrumb {
    display: block;
    /* border-top: 1px solid #ddd;*/
    padding: 10px 0;
  }
  .next-prev-wrapper {
    padding: 0;
  }
  /* .item-box .picture{
        height:auto;
        }*/
  .also-purchased-products-grid.product-grid,
  .related-products-grid.product-grid {
    width: 80%;
  }
  .fns-reviewrewards-simple {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .product-list .item-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .product-list .item-box .prices {
    margin-bottom: 20px;
  }
  .center-2 .product-grid .item-grid,
  .sub-category-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .item-box .picture {
    min-height: 160px;
    height: auto;
  }
  .product-grid .item-box {
    margin-bottom: 14px;
  }
  .manufacturer-description {
    padding: 0 14px;
  }
  .manufacturer-description h3 {
    display: inline-block;
  }
  .manufacturer-description h2 {
    color: #000;
    font-weight: 600;
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .productTabs-header ul li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .productTabs.ui-tabs .ui-tabs-nav li.active a {
    color: #97c300;
    border-bottom: 2px solid #576750 !important;
  }
  .contact-map {
    padding: 0 14px;
  }
  .wizard .nav-tabs > li {
    width: 33%;
    margin-bottom: 14px;
  }
  .connecting-line {
    display: none;
  }
  .payment-info .info td input[type="text"] {
    width: 100% !important;
    max-width: 100%;
  }
  .payment-info .info td {
    padding: 0;
    display: block;
    text-align: left !important;
  }
  .payment-info .info td select.dropdownlists {
    width: 100%;
    max-width: 100% !important;
  }
  .payment-info .info table {
    border: 0;
  }
  .payment-info .info tr:last-child td {
    padding-bottom: 0;
  }
  .payment-info .info tr:first-child td {
    padding-top: 0;
  }
}

@media all and (max-width: 360px) {
  .product-list .item-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }
  .center-2 .product-grid .item-grid,
  .sub-category-grid .item-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

/* products.less */

.product-prices-box-content {
  box-shadow: 0px 0px 0px 0px #aaa;
}

/*
 Submit a ticket button
 */

.item-box .btn-wrapper .submit-ticket:before {
  content: "\58";
}

.variant-overview .submit-ticket {
  display: block;
  vertical-align: top;
  font-size: 0;
  margin-left: 0;
  width: 100%;
}

.variant-overview .submit-ticket button {
  width: 100%;
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.variant-overview .submit-ticket button span {
  margin-left: 15px;
}

.variant-overview .submit-ticket-button {
  display: block;
  float: none;
  clear: both;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  font-size: 0;
  border: none;
  background-color: #f2f2f2;
  border-radius: 3px;
  transition: all 0.1s ease;
}

.variant-overview .submit-ticket-button:before {
  display: block;
  content: "\63";
  font-size: 20px;
  color: #8e8e8e;
  transition: all 0.2s ease;
}

.variant-overview .submit-ticket-button:hover {
  background-color: #eaeaea;
}

.overview button {
  background-color: #f1f1f1;
}

.overview .add-to-wishlist button:hover {
  background-color: #7da530;
  color: #fff;
}

.overview .compare-products button {
  background-color: #95c539;
  color: #fff;
  border-radius: 4px;
}

.overview .compare-products button:hover {
  background-color: #03a9f4;
}

.overview .submit-ticket {
  display: inline-block;
  margin-left: 5px;
  margin-left: 0px;
  width: 100%;
}

.overview .submit-ticket button {
  display: block;
  width: 45px;
  height: 48px;
  line-height: 45px;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  font-size: 0;
  text-transform: uppercase;
  text-align: center;
  background-color: #95c539;
  transition: all 0.1s ease;
}

.overview .submit-ticket button:hover {
  background-color: #7da530;
  color: #fff;
}

.overview .submit-ticket button:before {
  content: "\58";
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  font-size: 17px;
  text-transform: none;
  font-weight: normal;
}

.overview .submit-ticket button:hover:before {
  color: #fff;
}

.quickViewWindow .overview .submit-ticket {
  display: inline-block;
  margin-left: 5px;
  width: auto;
}

.quickViewWindow .overview .submit-ticket button {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  color: #8c8c8c;
  font-size: 0;
  text-transform: uppercase;
  text-align: center;
  background-color: #f1f1f1;
  transition: all 0.1s ease;
}

.quickViewWindow .overview .submit-ticket button:hover {
  background-color: #eaeaea;
}

.quickViewWindow .overview .submit-ticket button:before {
  margin: 0;
}

.quickViewWindow .product-prices-box {
  color: #576750;
}

.overview .submit-ticket button {
  font-size: 15px;
  width: 100%;
}

.compare-products .add-to-compare-list-button {
  background-color: inherit;
}

/*
 Product price box
 */

.page.product-details-page .product-price {
  color: black !important;
  font-size: 24px;
}

.product-modular-line select {
  max-width: 450px !important;
}

.product-modular-list .qty-input.ui-spinner-input {
  width: 100px !important;
}

.product-price-heading {
  margin: 15px auto 15px;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  clear: left;
  float: left;
  width: 100%;
}

.free-shipping {
  background-color: transparent;
  border: none;
  margin: 3px;
  padding: 0;
}

.product-prices-box {
  color: white;
}

.product-prices-box .free-shipping {
  color: white;
  text-transform: uppercase;
  margin: 10px auto 5px;
  font-size: 14px;
  font-weight: bold;
}

.product-prices-box .not-returnable {
  color: black;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.product-prices-box > div:first-child {
  padding: 0;
}

.product-prices-box-content {
  padding: 0;
}

.product-price-wrap {
  float: left;
  clear: none;
  width: 100%;
  padding-bottom: 15px;
}

.product-price-wrap .tax-shipping-info {
  color: black;
  text-align: left;
}

.overview .delivery-date {
  color: #000 !important;
}

.overview .pre-order-availability-date {
  color: green !important;
}

.product-price-wrap.green {
  background: linear-gradient(#37ae08, rgba(55, 174, 8, 0.5));
}

.product-price-wrap.red {
  background: linear-gradient(rgba(174, 8, 8, 0.9), rgba(174, 8, 8, 0.5));
}

.product-price-wrap.blue {
  background: linear-gradient(rgba(12, 123, 160, 0.9), rgba(12, 123, 160, 0.5));
}

.email-a-friend .email-a-friend-button {
  display: block;
  width: auto;
  height: 48px;
  line-height: 48px;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  background-color: #95c539;
  transition: all 0.1s ease;
  padding: 0px 20px 0px 20px;
}

.email-a-friend .email-a-friend-button:hover {
  background-color: #7da530 !important;
  color: #fff;
}

.product-details-page .overview .product-name .email-a-friend-button:hover {
  background-color: transparent !important;
}

.product-modular-page .submit-ticket {
  margin-left: 5px !important;
}

.add-to-compare-list-button:hover {
  background-color: #7da530 !important;
}

.add-to-wishlist button:hover,
.add-to-wishlist input:hover {
  background-color: #7da530 !important;
  color: #fff !important;
}

.submit-ticket button:hover,
.submit-ticket input:hover {
  background-color: #7da530 !important;
}

.add-to-cart-button {
  background-color: #95c539 !important;
  max-width: 200px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  margin-left: 5px;
}

.add-to-cart-button:hover {
  background-color: #7da530 !important;
}

.product-price-wrap .add-to-cart-button:hover {
  background-color: #7da530 !important;
}

.product-price-wrap .fns-rfq-button {
  background-color: #95c539 !important;
  color: #8c8c8c !important;
  font-size: 15px !important;
  padding: 12px 25px 12px 25px !important;
}

.product-price-wrap .fns-rfq-button:hover {
  background-color: #7da530 !important;
  color: white !important;
}

.home-how-it-work {
  background: url(../Themes/Emporium/Content/img/how-it-work-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 170px 0;
}

.home-how-it-work h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.home-how-it-work p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.home-how-it-work a {
  color: #fff;
  font-size: 18px;
  border: #fff solid 0px;
  padding: 15px 30px;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  margin-top: 40px;
  background: #95c539;
}

.home-how-it-work a:hover {
  background: #7da530;
}

.home-page .rich-blog-homepage {
  margin: 90px 0 70px;
  text-align: center;
}

.home-page .product-grid {
  margin: 90px 0 70px;
}

.home-page .rich-blog-homepage .title {
  margin: 0 0 70px;
  font-size: 48px;
  color: #000;
}

.home-page .rich-blog-homepage .view-all a {
  font-size: 16px;
  margin-top: 40px;
}

.full-width.hpc .cck .hpc-wrapper {
  max-width: 1354px;
  margin: 0 auto;
  padding: 0 !important;
}

.home-link-btn {
  color: #fff;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 2.8em;
  display: inline-block;
  text-decoration: none;
  text-shadow: 2px 2px 10px black;
  color: #95c539;
}

.home-link-btn::after {
  font-size: 0.8em;
  content: '\57';
  margin-left: 0.5em;
}

.hero .cck h1 {
  text-shadow: 4px 4px 10px #0005;
}

.hero .cck p {
  text-shadow: 2px 2px 6px black;
}

.home-link-btn:hover {
  color: #fff;
}

.outline-btn {
  color: #fff;
  font-size: 18px;
  border: #fff solid 0px;
  padding: 15px 30px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background: #95c539;
}

.outline-btn:hover {
  background: #7da530;
}

.footer .topic-block {
  max-width: 100%;
}
.footer {
  background: #222222;
  padding: 25px 0px;
}
.footer .upper-footer {
  color: #fff;
  padding: 0px;
}
.footer .upper-footer input {
  background: #222222;
  color: #ffffff;
}

.footer .lower-footer {
  padding: 0px;
}

.footer .foot-container {
  max-width: 1920px;
  margin: 0 auto;
}

.footer .upper-footer .foot-col {
  display: inline-block;
  /* width: 100%; */
  vertical-align: top;
}

.footer .lower-footer .about-col {
  display: inline-block;
  /* width: 33% */
  vertical-align: top;
  text-align: left;
}

.footer .lower-footer .about-col a {
  text-decoration: none;
  color: #fff;
}

.footer .foot-col.payment li {
  display: inline-block;
  width: 27.333%;
  margin-bottom: 10px;
}

.footer .upper-footer h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #8bc34a;
}

.footer .upper-footer li {
  color: #fff;
}

.footer .upper-footer li a {
  color: #fff;
  text-decoration: none;
}

.footer .upper-footer .foot-col.follow a:before {
  color: #fff;
}

.footer .upper-footer .foot-col.follow .product-social-sharing {
  clear: left;
  display: block;
}

.footer .upper-footer li a:hover {
  color: #8bc34a;
}

.footer .upper-footer .foot-col.account ul,
.footer .upper-footer .foot-col.service ul {
  margin-top: -10px;
}

.footer .upper-footer .foot-col.follow ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer .lower-footer p {
  color: #c3c3c3;
}

.footer .lower-footer .about-col p {
  max-width: 330px;
  margin-left: 50px;
}

.footer .lower-footer .about-col p:first-child {
  margin-bottom: 30px;
}

.footer .lower-footer p strong {
  color: #fff;
}

.home-page ul.slick-dots {
  display: none !important;
}

.footer .foot-col.payment li {
  padding-right: 10px;
}

.product-name {
  border-bottom: #000 solid 1px;
  float: left;
}

.product-details-page .ajax-cart-button-wrapper {
  float: left;
  margin: 0 0 0 10px;
}

.product-details-page .productbox-buttons .ajax-cart-button-wrapper {
  margin: 0 0 0 0px;
}

.product-details-page
  .add-to-cart-qty-wrapper
  + .ajax-cart-button-wrapper
  input {
  width: 100%;
  margin-top: 0px;
  border-radius: 2px;
  margin-bottom: 16px;
  height: 40px;
}

.html-product-details-page .add-to-cart-qty-wrapper {
  width: 40%;
}

.product-details-page .product-price-wrap .add-to-wishlist {
  margin-left: 0;
}

.hide {
  display: none;
}

.overview .compare-products {
  float: left;
}

.overview .add-to-wishlist {
  margin-left: 10px;
  width: auto;
  float: left;
}

.overview .fns-rfq-block {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.overview .add-to-wishlist button {
  font-size: 15px;
  width: 100%;
  padding: 1px 20px 12px 20px;
  height: 48px !important;
}

.overview .fns-rfq-block .discount {
  margin-top: 0px;
}

.overview .fns-rfq-block .discount {
  background: #95c539 !important;
  color: #fff !important;
}

.overview .fns-rfq-block .discount:hover {
  background: #7da530 !important;
  color: #fff !important;
}

.overview .add-to-wishlist button:hover:before {
  color: #fff;
}

.overview .compare-products button:hover:before {
  color: #fff;
}

.next-prev-wrapper .next-prev-container .previous-product {
  display: inline-block;
  float: unset;
  width: 50%;
}
.next-prev-wrapper .next-prev-container .previous-product a span {
  color: #95c539;
} 
.next-prev-wrapper .next-prev-container .previous-product ::before {
  color: #959595;
}
.next-prev-wrapper .next-prev-container .next-product {
  display: inline-block;
  float: unset;
  width: 50%;
}
.next-prev-wrapper .next-prev-container .next-product a span {
  color: #95c539;
}
.next-prev-wrapper .next-prev-container .next-product ::after {
  padding-left: 0.5em;
  color: #959595
}
.next-prev-wrapper .next-prev-container .breadcrumb {
  padding-top: 1em;
}


.gallery .picture-wrapper {
  border: #ccc solid 1px;
  position: relative;
  overflow: hidden;
  font-size: 0px;
}

.modal-footer {
  justify-content: space-around !important;
}

.footer .upper-footer .foot-col.follow {
  /*    padding-right: 60px; */
}

.footer .upper-footer .foot-col.follow p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

.footer .upper-footer .foot-col input[type="text"] {
  width: 100%;
  padding: 0 10px;
  border-radius: 4px;
}

.footer .upper-footer .foot-col.follow input[type="button"] {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #95c639;
  border: #95c739 solid 2px;
  color: #ffffff;
  width: 100%;
}

.footer .upper-footer .foot-col.follow input[type="button"]:hover {
  background-color: #7da530;
  border: #7da530 solid 2px;
}

body.open-overlay {
  overflow: hidden;
  padding-right: 20px;
}

.custom-overlay {
  position: fixed;
  /* Sit on top of the page content */
  /*display: none;*/
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 9999;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}

.open-overlay .custom-overlay {
  visibility: visible;
  opacity: 1;
}

.searchbox .search-icon {
  display: block;
  transition: all 0.8s ease;
}

.searchbox .close-icon {
  display: none;
  transition: all 0.8s ease;
}

.open-overlay .searchbox .search-icon {
  display: none;
  transition: all 0.8s ease;
}

.open-overlay .searchbox .close-icon {
  display: block;
  transition: all 0.8s ease;
}

.push {
  margin-left: auto;
}

.prev-next-holder {
  box-shadow: 0px 0px 0px 0px #eee !important;
}

.previous-product,
.next-product {
  display: none;
}

.attributes {
  max-width: 100%;
  padding: 0px;
}

.button-1.add-to-cart-button.grey {
  background-color: #eaeaea !important;
  color: #8c8c8c;
}

.tax-shipping-info {
  color: green;
  text-align: left;
  margin-top: 10px;
}

.product-modular-line .attributes ul.option-list {
  margin: 0;
  padding: 0;
  position: relative;
}

.product-modular-line .attributes ul.option-list li {
  position: relative;
}

.product-modular-line .attributes ul.option-list label {
  padding-left: 25px;
}

.product-modular-line input[type="radio"] + label:before,
.product-modular-line input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
}

.product-modular-line .attributes dl dt {
  text-align: left;
}

.product-modular-info .variant-name {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.product-modular-line .variant-description {
  clear: none;
  font-size: 14px !important;
  line-height: 24px;
}

.product-modular-line .attributes .attribute-description {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000;
  margin-bottom: 15px;
  line-height: 24px;
}

.product-modular-line .attributes ul.option-list label {
  padding-left: 25px;
  color: #000;
  font-weight: 400;
}

.product-modular-line .attributes .text-prompt {
  font-weight: 500 !important;
  font-size: 18px !important;
  margin-bottom: 10px !important;
  display: inline-block;
  width: 100%;
  color: #000;
}

.product-modular-list .sku {
  margin-top: 1em;
  font-size: 16px;
  margin-bottom: 15px;
}

.product-modular-list .sku span.value {
  color: green;
}

.gallery .picture-thumbs {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}

/* width */

.gallery .picture-thumbs::-webkit-scrollbar {
  height: 10px !important;
}

/* Track */

.gallery .picture-thumbs::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

/* Handle */

.gallery .picture-thumbs::-webkit-scrollbar-thumb {
  background: #95c539 !important;
}

/* Handle on hover */

.gallery .picture-thumbs::-webkit-scrollbar-thumb:hover {
  background: #7da530 !important;
}

.html-blog-page .blog-search-box .search-box-button {
  float: left;
  width: 45px;
  height: 47px;
  border: none;
  background: #969696 url(../Themes/Emporium/Content/img/search-button.png) center no-repeat;
  font-size: 0;
  border: 1px solid #969696;
  border-left: 0;
  border-radius: 0 0px 0px 0;
  transition: all 0.2s ease;
}

.html-blog-page .blog-search-box input[type="text"] {
  height: 47px;
  padding-left: 15px;
}

.html-blog-page .block .tags li a,
.html-blog-page .product-tags-all-page li a {
  float: left;
  line-height: normal;
  color: #fff;
  transition: all 0.2s ease;
  font-size: 12px !important;
  padding: 8px 5px;
  background: #3985c6;
  width: 100%;
  display: inline-block;
  border-radius: 4px;
}

.html-blog-page .block .title {
  position: relative;
  padding: 14px 20px 14px 15px;
  font-size: 17px;
  color: #fff;
  background-color: #95c539;
  cursor: pointer;
  text-align: left;
  font-weight: 600 !important;
}

.shopping-cart-page .tax-shipping-info {
  /* color: #03a9f4;*/
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
}

.shopping-cart-page .common-buttons button {
  overflow: visible;
}

.cart .product a {
  margin-bottom: 10px;
  clear: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.cart-collaterals > div > .title strong {
  font-weight: 500;
}

ul.toilet-options li a {
  max-width: 100%;
  padding: 10px;
}

.home-n-business-content .cck-left .toilet-options li a:hover {
  background: #49b8b3;
  color: #fff;
}

.home-n-business-content .cck-right .toilet-options li a:hover {
  background: #aed862;
  color: #fff;
}

.home-n-business-content .toilet-options li a .option-right h3 {
  margin-top: 0px;
}

.home-n-business-content .toilet-options li a:hover .option-right h3 {
  color: #fff;
}

.home-n-business-content .toilet-options li a:hover .option-right span {
  color: #fff;
}

.item-box .productbox-buttons .btn-wrapper .button-2:hover {
  background-color: transparent !important;
}

.jCarouselMainWrapper .slick-next:before,
.jCarouselMainWrapper .slick-prev:before {
  font-size: 20px !important;
}

.jCarouselMainWrapper .slick-next,
.jCarouselMainWrapper .slick-prev {
  top: 35% !important;
}

.ajaxCart .quickViewWindow .overview .compare-products + .delivery {
  clear: left;
}

.ajaxCart .miniProductDetailsView .product-essential {
  clear: left;
}

.ajaxCart .overview .ajax-cart-button-wrapper input {
  max-width: inherit !important;
  margin: 0 !important;
}

.ajaxCart .overview .ajax-cart-button-wrapper {
  float: left;
  margin: 10px 0 0 0;
  clear: left;
  width: 100%;
}

.ajaxCart .overview .add-to-cart-qty-wrapper {
  margin-right: 0 !important;
}

.ajaxCart .overview .add-to-cart .add-to-cart-button {
  background-color: #95c539 !important;
  max-width: 100%;
  margin-bottom: 0px !important;
  margin-top: 10px !important;
  margin-left: 0px !important;
}

.block.block-recently-viewed-products li {
  position: relative;
  padding-bottom: 40px !important;
}

.product-social-buttons.SocialCustom {
  float: left;
  clear: left;
  position: absolute;
  bottom: 10px;
  margin: 0px;
  width: 100%;
  padding-left: 100px;
}

.product-social-buttons.SocialCustom .product-social-sharing {
  width: 100%;
}

.product-social-buttons.SocialCustom a.product-name {
  display: none;
}

.product-social-buttons.SocialCustom .email-a-friend {
  width: auto !important;
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
  margin-left: 5px;
  transition: inherit !important;
}

.product-social-buttons.SocialCustom .email-a-friend input {
  background: none !important;
  transition: inherit !important;
}

.product-social-buttons.SocialCustom .email-a-friend:hover:before {
  transform: inherit !important;
}

.block.block-recently-viewed-products .product-picture {
  max-height: 80px;
}

.product-social-buttons.SocialCustom a {
  padding: 0px;
}

.footer-tax-shipping a {
  color: #95c539 !important;
}

/* .shipping-instructions .required {
    position: relative !important;
    display: inline-block !important;
    right: auto !important;
    float: none;
    margin: 0 0 0 10px !important;
} */

#liability-modal button.button-2 {
  background: #f44336;
  color: #fff;
  height: 45px;
  padding: 0 25px;
  display: inline-block;
  line-height: 42px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .checkout-page .wizard {
    width: 92%;
  }
  .blog-search-box .title:before {
    color: #fff !important;
    left: auto !important;
    right: 12px;
    top: 25px;
  }
  .mobile-name-holder .breadcrumb {
    padding: 3px 10px;
  }
  .product-details-page-body .estimate-shipping-popup {
    padding: 15px;
  }
  .product-details-page-body .estimate-shipping-row-item {
    float: none;
    width: 100%;
  }
  .product-details-page-body .estimate-shipping-row-item select,
  .product-details-page-body .estimate-shipping-row-item input {
    width: 96% !important;
  }
  .variant-overview .product-estimate-shipping {
    float: none !important;
    line-height: 22px;
  }
  .block.block-recently-viewed-products .product-social-buttons.SocialCustom {
    padding-left: 0 !important;
  }
  .add-to-cart-qty-wrapper,
  .add-to-cart-qty-wrapper .qty-input {
    height: 45px !important;
  }
  .add-to-cart-qty-wrapper span.plus,
  .add-to-cart-qty-wrapper span.minus {
    line-height: 47px !important;
  }
  .acc__card label.text-prompt {
    width: 90%;
    display: block;
  }
  span.i-icon {
    height: 15px !important;
    width: 15px !important;
    line-height: 15px !important;
  }
  .tooltip .tooltiptext {
    top: -4px !important;
    left: auto;
    right: 21px !important;
  }
  .page.order-details-page {
    padding-top: 0;
  }
  .order-details-area {
    margin-bottom: 20px;
  }
  .order-details-page .page-title {
    padding: 10px 0;
  }
  .inputs .option-list,
  .account-page .button-2 {
    margin-top: 10px;
  }
  .attribute-description {
    width: 90%;
  }
  .product-details-page .option-list li label {
    line-height: 24px;
  }
  .checkout-page .terms-of-service input[type="checkbox"] + label:before,
  .checkout-page .terms-of-service input[type="checkbox"] + label:after {
    right: auto;
    left: -40px !important;
  }
  .advantages-item .description {
    display: block;
    text-align: center !important;
  }
  .advantages-item .description p {
    font-size: 12px;
  }
  .product-list .item-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .category-page .productQuantityTextBox {
    float: left;
    width: 95%;
    text-align: center;
    font-size: 16px;
  }
  .category-page .add-to-cart-qty-wrapper span.plus {
    left: 0;
  }
  .category-page .add-to-cart-qty-wrapper span.minus {
    right: 7px;
  }
  .category-page .product-list .details-rtl .buttons {
    margin-top: 10px;
  }
  .footer .upper-footer .foot-col.follow {
    padding-right: 0;
  }
  .footer .upper-footer .foot-col input[type="text"] {
    width: 100%;
    padding: 0 10px;
    border-radius: 4px;
  }
  .footer .upper-footer .foot-col.follow input[type="button"] {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
  }
  .email-a-friend .email-a-friend-button {
    width: 100%;
  }
  .email-a-friend {
    width: 100%;
  }
  .product-modular-page .submit-ticket {
    margin-left: 0px !important;
  }
  .overview-buttons div {
    display: inline-block;
    margin: 0 0px 8px;
  }
  .prices-modularproducts {
    width: 100%;
  }
  .page.product-modular-page .product-price {
    font-size: 20px;
  }
  .add-to-cart-modularproduct {
    text-align: center !important;
  }
  .product-modular-list .variant-picture {
    width: 100% !important;
    text-align: center !important;
  }
  .product-modular-info {
    margin-left: 0 !important;
  }
  .product-details-page .product-price-heading {
    float: left;
    width: 100%;
    margin: 15px auto 15px;
  }
  .product-details-page .nop-jcarousel {
    padding: 0 0px 0 0px !important;
    max-width: 100%;
  }
  .product-details-page .nop-jcarousel.product-grid {
    width: 80% !important;
    margin: 0 auto !important;
  }
  .product-details-page .product-tags-box {
    margin: 30px 0 35px;
  }
  .also-purchased-products-grid.product-grid,
  .related-products-grid.product-grid {
    margin-top: 0px !important;
  }
  .product-details-page .productTabs-header {
    margin: 0 -10px;
  }
  .product-details-page .productTabs.ui-tabs .ui-tabs-nav li {
    display: inline-block;
    margin: 0 0.333%;
    text-align: center;
    vertical-align: top;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .product-details-page .productTabs.ui-tabs .ui-tabs-nav li:last-child a {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90px;
  }
  .product-details-page .ui-tabs .ui-tabs-nav li a {
    padding: 10px 5px;
    font-size: 10px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #8c8c8c;
    border: 1px solid #8c8c8c;
    text-transform: uppercase;
    transition: all 0.1s ease;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 0px;
  }
  .product-details-page .productTabs-body {
    border-top: 0px solid #5767507d;
    margin-top: -5px;
  }
  .product-details-page .attributes-wrapper {
    padding: 0px;
  }
  .product-details-page .attributes-wrapper {
    display: flex;
    flex-direction: column;
  }
  .product-details-page .attributes {
    order: 2;
    padding: 0;
  }
  .product-details-page .attributes-wrapper {
    border: 0px solid #eeeeee;
    margin-bottom: 0px;
  }
  .product-details-page .product-price-wrap .add-to-cart-button {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .product-details-page .overview .pre-order-availability-date {
    color: green !important;
    margin-bottom: 15px;
  }
  .product-details-page .product-price-wrap .tax-shipping-info {
    text-align: center;
  }
  .product-details-page .product-price-wrap {
    padding: 0 0px;
  }
  .product-details-page .overview .add-to-cart {
    max-width: 260px;
    display: block;
    margin: 0 auto;
    width: calc(100% - 15px);
  }
  .product-details-page .delivery {
    margin-bottom: 15px;
  }
  .product-details-page .overview .add-to-wishlist {
    margin-left: 0;
    width: 100%;
    float: left;
  }
  .product-details-page .overview .fns-rfq-block {
    display: inline-block;
    float: left;
    margin-left: 0px;
    width: 100%;
    margin-top: 8px;
  }
  .gallery {
    margin: 0 auto 15px;
  }
  .mobile-name-holder {
    margin-bottom: 15px;
  }
  .gallery .thumb-item {
    width: 45px;
  }
  .product-name {
    border-bottom: #000 solid 0px;
  }
  .product-social-buttons {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .product-name .manufacturers,
  .overview .manufacturers {
    width: 100%;
  }
  .hero {
    background-position: right top !important;
  }
  .full-width.hero {
    height: 570px !important;
    padding: 0 20px;
  }
  .hero .cck h4 {
    font-size: 23px;
  }
  .hero .cck p {
    max-width: 100%;
  }
  .home-intro-left-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-intro-right-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-intro-container h1 {
    font-size: 36px;
  }
  .intro-text1 {
    margin-top: 15px;
    padding: 0 15px;
    text-align: left;
    display: block;
  }
  .home-page .topic-block {
    width: 100%;
  }
  .home-intro .topic-block-body p {
    font-size: 18px;
    line-height: normal;
  }
  .home-intro-left-col.second-img {
    order: 1;
  }
  .intro-text2 {
    margin-top: 15px;
    padding: 0 15px;
    text-align: left;
  }
  .best-feature-section .item-box .picture {
    height: 100px;
    min-height: 100px;
  }
  .best-feature-section .jCarouselMainWrapper .slick-dots {
    display: none !important;
  }
  .home-intro-container img {
    height: auto;
    width: 100%;
    padding: 15px;
  }
  .topic-block {
    padding: 0 15px;
  }
  .home-page .topic-block-body {
    padding: 0 0px;
  }
  .best-feature-section {
    margin-top: 10px;
  }
  .products-mobile-navigation select {
    background: #ffffff url(../Themes/Emporium/Content/img/select-arrow-dark.svg) no-repeat right 15px
      center !important;
    margin-bottom: 10px !important;
  }
  .best-feature-section .bestseller-featured-content {
    padding-bottom: 10px !important;
    padding-top: 20px !important;
  }
  .spc-header .title {
    line-height: normal;
  }
  .home-n-business-content .toilet-options li .option-right {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-how-it-work h2 {
    font-size: 28px;
    line-height: normal;
  }
  .home-how-it-work {
    padding: 30px 0;
  }
  .home-how-it-work p {
    font-size: 16px;
    line-height: normal;
  }
  .home-how-it-work a {
    margin-top: 10px;
  }
  .home-page .rich-blog-homepage .title {
    margin: 0 0 20px;
    font-size: 28px;
  }
  .home-page .rich-blog-homepage {
    margin: 30px 0 30px;
    text-align: center;
  }
  .home-page .product-grid {
    margin: 30px 0 30px;
  }
  .blog-container {
    margin: 0 auto;
    padding: 0 15px;
  }
  .home-page .rich-blog-homepage .view-all a {
    margin-top: 20px;
  }
  .home-page .rich-blog-homepage .post-description,
  .home-page .rich-blog-homepage .read-more {
    display: block !important;
  }
  .rich-blog-homepage .post-description h3 {
    font-weight: normal;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .hpc h4 {
    max-width: 100%;
    font-size: 28px;
    text-align: center;
  }
  .hpc p {
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .outline-btn {
    display: block;
    text-align: center;
  }
  .hpc .tellus {
    font-size: 16px;
    max-width: 100%;
    margin-top: 25px;
  }
  .home-page .full-width.hpc {
    padding: 30px 20px 0px 20px !important;
  }
  .footer .upper-footer {
    padding: 20px 0;
  }
  .footer .topic-block {
    max-width: 100%;
    padding: 0 0;
  }
  .footer .foot-container {
    padding: 0 15px;
  }
  .footer .upper-footer .foot-col.follow ul li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }
  .footer .upper-footer h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer .upper-footer .foot-col.follow {
    width: 100%;
    text-align: center;
    border-bottom: #fff solid 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .footer .upper-footer .foot-col.follow img {
    max-width: 28px;
  }
  .footer .upper-footer .foot-col.payment {
    border-top: #fff solid 1px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
  }
  .footer .foot-col.payment li {
    display: inline-block;
    width: 16%;
    margin-bottom: 0px;
  }
  .footer .foot-col.payment li img {
    max-width: 40px;
  }
  .footer .upper-footer li {
    font-size: 12px;
    line-height: 22px;
  }
  .footer .lower-footer .brand-col,
  .footer .lower-footer .about-col,
  .footer .lower-footer .brand-col img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 180px;
  }
  .footer .lower-footer .about-col p {
    max-width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
  .footer .lower-footer .about-col p:first-child {
    margin-bottom: 10px;
  }
  .footer .lower-footer p {
    font-size: 14px;
  }
  .footer .lower-footer {
    padding: 20px 0;
  }
  .home-n-business-content .cck-right .cck-inner h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .home-n-business-content .cck-inner {
    padding: 20px 0;
  }
  .home-n-business-content .cck-inner h2 {
    padding: 0 32px 10px 32px;
  }
}

@media (min-width: 992px) {
  .contact-left {
    width: 50%;
  }
  .contact-right {
    width: 48%;
  }
}

@media (max-width: 1199px) {
  .overview .compare-products {
    padding-left: 0 !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .variant-picture + .variant-overview {
    margin: 0 0 0 350px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 0;
    width: calc(100% - 350px);
    margin-left: 20px;
    text-align: left;
  }
  /*Search header css*/
  /*.search-box {
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: 9px;
    left: 0px;
    background: none !important;
    border-radius: 4px;
    width: 73% !important;
  }*/
  #small-search-box-form label {
    left: 20px;
    font-size: 16px;
    color: white;
    float: left;
    top: 13px;
    position: absolute;
  }
  .header-selectors-wrapper select {
    left: 22%;
  }
  /*.store-search-box span.search-box-text.narrow {
        width: calc(90% - 247px) !important;
        margin: 0 0 0 40% !important;
    }*/
  .store-search-box .instantSearch {
    width: calc(100% - 250px) !important;
    margin: 0 0 0 250px !important;
  }
  /* #small-search-box-form span.search-box-text .k-input {
        width: 90% !important;
        float: right;
        margin-right: 10px;
    } */
  .search-box-select {
    width: 20% !important;
    border-radius: 3px 3px 3px 3px !important;
  }
  .search-box .search-box-button {
    position: absolute;
    right: 0;
  }
  /*End*/
  .header-menu {
    padding: 0 0vw !important;
  }
  .header-menu > ul > li > a,
  .header-menu > ul > li > span {
    font-size: 13px;
  }
  .category-navigation-title {
    font-size: 13px;
    width: 170px;
    padding: 0 5px;
  }
  .header-selectors-wrapper,
  .header-lower {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .email-a-friend .email-a-friend-button {
    width: 100%;
  }
  .email-a-friend {
    width: 100%;
  }
  .product-modular-page .submit-ticket {
    margin-left: 0px !important;
  }
  .overview-buttons div {
    display: inline-block;
    margin: 0 0px 8px;
  }
  .prices-modularproducts {
    width: 100%;
  }
  .page.product-modular-page .product-price {
    font-size: 20px;
  }
  .add-to-cart-modularproduct {
    text-align: center !important;
  }
  .product-modular-list .variant-picture {
    width: 30% !important;
    text-align: center !important;
  }
  .product-modular-info {
    margin-left: 31% !important;
  }
  .product-details-page .product-price-heading {
    float: left;
    width: 100%;
    margin: 15px auto 15px;
  }
  .next-prev-wrapper {
    padding: 16px 0px;
  }
  .next-prev-wrapper .next-prev-container {
    margin: 0 auto;
    width: 88%;
  }
  .product-details-page .attributes-wrapper {
    display: flex;
    flex-direction: column;
  }
  .overview .add-to-wishlist {
    margin-left: 0px !important;
  }
  .product-price-wrap .add-to-cart-button {
    margin-top: 0px !important;
  }
  .product-name {
    margin-bottom: 15px !important;
  }
  .product-details-page .attributes {
    order: 2;
    padding: 0;
  }
  .gallery .thumb-item {
    width: 50px;
  }
  .productTabs.ui-tabs .ui-tabs-panel {
    margin: 0 0px !important;
  }
  .product-price-heading {
    margin: 15px auto 15px;
  }
  .overview .add-to-cart-panel {
    display: inline-block;
    margin: 15px 0;
    width: 250px;
  }
  .product-price-wrap .tax-shipping-info {
    color: black;
    text-align: center;
  }
  .overview .fns-rfq-block {
    display: inline-block;
    float: left;
    margin-left: 0;
    margin-top: 10px;
  }
  .intro-text1 {
    margin-top: 50px;
    padding: 0 20px;
  }
  .home-intro-container h1 {
    font-size: 36px;
  }
  .intro-text2 {
    margin-top: 20px;
    padding: 0 20px;
    text-align: left;
  }
  .home-intro .topic-block-body p {
    font-size: 16px;
    line-height: 24px;
  }
  .product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper,
  .product-grid .item-box .productQuantityDropdown {
    margin-right: 0px !important;
  }
  .item-box .button-2 {
    font-size: 12px;
  }
  .home-n-business-content .cck-left {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .home-how-it-work {
    padding: 90px 0;
  }
  .full-width.hpc .in {
    padding-top: 50px !important;
  }
}
@media all and (max-width: 1024px) {
  .header-upper {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .email-a-friend .email-a-friend-button {
    width: 100%;
  }
  .email-a-friend {
    width: 100%;
  }
  .product-modular-page .submit-ticket {
    margin-left: 0px !important;
  }
  .overview-buttons div {
    display: inline-block;
    margin: 0 0px 8px;
  }
  .prices-modularproducts {
    width: 100%;
  }
  .page.product-modular-page .product-price {
    font-size: 20px;
  }
  .add-to-cart-modularproduct {
    text-align: center !important;
  }
  .product-modular-list .variant-picture {
    width: 30% !important;
    text-align: center !important;
  }
  .product-modular-info {
    margin-left: 31% !important;
  }
  .product-details-page .product-price-heading {
    float: left;
    width: 100%;
    margin: 15px auto 15px;
  }
  .next-prev-wrapper {
    padding: 16px 0px;
  }
  .next-prev-wrapper .next-prev-container {
    margin: 0 auto;
    width: 88%;
  }
  .product-details-page .attributes-wrapper {
    display: flex;
    flex-direction: column;
  }
  .overview .add-to-wishlist {
    margin-left: 0px !important;
  }
  .product-price-wrap .add-to-cart-button {
    margin-top: 0px !important;
  }
  .product-name {
    margin-bottom: 15px !important;
  }
  .product-details-page .attributes {
    order: 2;
    padding: 0;
  }
  .gallery .thumb-item {
    width: 50px;
  }
  .productTabs.ui-tabs .ui-tabs-panel {
    margin: 0 0px !important;
  }
  .product-price-heading {
    margin: 15px auto 15px;
  }
  .overview .add-to-cart-panel {
    display: inline-block;
    margin: 15px 0;
    width: 250px;
  }
  .product-price-wrap .tax-shipping-info {
    color: black;
    text-align: center;
  }
  .overview .fns-rfq-block {
    display: inline-block;
    float: left;
    margin-left: 0;
    margin-top: 10px;
  }
  .intro-text1 {
    margin-top: 50px;
    padding: 0 20px;
  }
  .home-intro-container h1 {
    font-size: 36px;
  }
  .intro-text2 {
    margin-top: 20px;
    padding: 0 20px;
    text-align: left;
  }
  .home-intro .topic-block-body p {
    font-size: 16px;
    line-height: 24px;
  }
  .product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper,
  .product-grid .item-box .productQuantityDropdown {
    margin-right: 0px !important;
  }
  .item-box .button-2 {
    font-size: 12px;
  }
  .home-n-business-content .cck-left {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .home-how-it-work {
    padding: 90px 0;
  }
  .full-width.hpc .in {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .email-a-friend .email-a-friend-button {
    width: 100%;
  }
  .variant-overview .add-to-wishlist button {
    margin-top: 10px;
    float: left;
  }
  .variant-picture + .variant-overview {
    margin: 0 0 0 350px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 0;
    width: calc(100% - 245px);
    margin-left: 20px;
    text-align: left;
  }
  .grouped-product-box {
    padding-top: 10px;
  }
  .variant-picture {
    max-width: 220px;
    max-height: 220px;
  }
  .rich-blog-homepage a.read-more {
    display: block !important;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .variant-overview .add-to-wishlist {
    width: 100% !important;
    float: none !important;
  }
  .variant-overview .product-variant-list .add-to-wishlist {
    width: 100%;
    margin-top: 10px;
  }
  .rich-blog-homepage .blog-post {
    height: 186px !important;
    position: relative !important;
  }
  .home-intro-container img {
    height: auto;
  }
  .email-a-friend {
    width: 100%;
  }
  .product-modular-page .submit-ticket {
    margin-left: 0px !important;
  }
  .overview-buttons div {
    display: inline-block;
    margin: 0 0px 8px;
  }
  .prices-modularproducts {
    width: 100%;
  }
  .page.product-modular-page .product-price {
    font-size: 20px;
  }
  .add-to-cart-modularproduct {
    text-align: center !important;
  }
  .product-modular-list .variant-picture {
    width: 30% !important;
    text-align: center !important;
  }
  .product-modular-info {
    margin-left: 31% !important;
  }
  .product-details-page .product-price-heading {
    float: left;
    width: 100%;
    margin: 15px auto 15px;
  }
  .product-details-page .ui-tabs .ui-tabs-nav li a {
    padding: 15px 10px !important;
    font-size: 13px !important;
  }
  .product-details-page .ui-tabs .ui-tabs-nav li {
    display: inline-block;
    margin: 0 5px !important;
  }
  .product-details-page .productTabs.ui-tabs .ui-tabs-panel {
    margin: 0 0px !important;
  }
  .gallery .thumb-item {
    width: 50px;
  }
  .product-price-heading {
    margin: 15px auto 15px;
  }
  .overview .add-to-cart-panel {
    display: inline-block;
    margin: 15px 0;
    width: 250px;
  }
  .product-details-page .attributes-wrapper {
    display: flex;
    flex-direction: column;
  }
  .product-details-page .attributes {
    order: 2;
    padding: 0;
  }
  .product-price-wrap .tax-shipping-info {
    color: black;
    text-align: center;
  }
  .overview .fns-rfq-block {
    display: inline-block;
    float: left;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .overview .add-to-wishlist {
    margin-left: 0;
    width: 100%;
    float: left;
  }
  .productTabs.ui-tabs .ui-tabs-panel {
    margin: 0 0px;
  }
  .product-details-page .nop-jcarousel {
    padding: 0 0px 0 0px !important;
  }
  .product-details-page .nop-jcarousel.product-grid {
    width: 100%;
    margin: 0 auto !important;
  }
  .product-name {
    margin-bottom: 20px;
  }
  .full-width.hero {
    background-position: right top !important;
    height: 500px !important;
    padding: 0 60px;
  }
  .hero .cck h4 {
    font-size: 33px;
    text-align: center;
  }
  .hero .cck h1 {
    font-size: 46px;
    text-align: center;
  }
  .hero .cck p {
    max-width: 100%;
  }
  .hero .cck {
    text-align: center;
  }
  .home-page .topic-block {
    width: 100%;
  }
  .intro-text1 {
    margin-top: 20px;
    padding: 0 20px;
    text-align: left;
    display: block;
  }
  .home-intro-container h1 {
    font-size: 28px;
  }
  .intro-text2 {
    margin-top: 20px;
    padding: 0 20px;
    text-align: left;
  }
  .buttons .ajax-cart-button-wrapper {
    display: inline-block !important;
    width: 100%;
  }
  .product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-right: auto !important;
    margin-left: auto;
    float: none;
    max-width: inherit;
  }
  .productbox-buttons .buttons {
    min-height: 112px;
    float: left;
    width: 100%;
  }
  .product-grid
    .ajax-cart-button-wrapper
    .add-to-cart-qty-wrapper
    input[type="text"] {
    border-right: 1px solid #969696;
  }
  ul.toilet-options li a {
    max-width: 100%;
  }
  .best-feature-section .bestseller-featured-content {
    padding-bottom: 10px !important;
    padding-top: 30px !important;
  }
  .spc-header .title {
    margin-bottom: 20px !important;
  }
  .spc.spc-products .tab {
    padding: 10px 0px;
    border-radius: 0px;
    font-size: 28px;
    font-weight: 300;
    border-bottom: transparent solid 1px;
  }
  .spc-products .spc-header li {
    letter-spacing: 0px !important;
    text-transform: none;
    margin-left: 30px !important;
  }
  .spc.spc-products .tab.active,
  .spc.spc-products .tab.active:hover {
    background-color: transparent;
    color: #000;
    border-bottom: #95c539 solid 1px;
  }
  .home-how-it-work {
    padding: 50px 0;
  }
  .home-page .rich-blog-homepage {
    margin: 50px 0 50px;
    text-align: center;
  }
  .blog-container {
    padding: 0 15px;
  }
  .rich-blog-homepage .blog-post {
    float: left;
    width: 47%;
    margin-left: 2% !important;
  }
  .full-width.hpc p,
  .hpc h4 {
    text-align: center !important;
    max-width: 100% !important;
  }
  .outline-btn {
    display: block;
    text-align: center;
  }
  .hpc .tellus {
    font-size: 24px;
    max-width: 440px;
    margin-top: 25px;
  }
  .footer .topic-block {
    max-width: 100%;
    padding: 0 0;
  }
  .footer .foot-container {
    padding: 0 20px;
  }
  .footer .upper-footer h3 {
    margin-bottom: 20px;
  }
  .footer .lower-footer .brand-col {
    width: 22%;
  }
  .footer .lower-footer .about-col {
    width: 45%;
  }
}

/* k start 1-12 */

.category-navigation-title {
  color: #000;
}

.header-menu > ul > li > a,
.header-menu > ul > li > span {
  color: #000;
}

#small-searchterms-list::-webkit-scrollbar-thumb {
  background: #586752 !important;
}

.store-search-box .k-list-scroller::-webkit-scrollbar-thumb {
  background-color: #95c639 !important;
}

.option-list input[type="radio"]:checked + label:before {
  background-color: #95c639;
  box-shadow: 0 0 0 1px #95c639;
}

.footer .upper-footer .foot-col.follow p span {
  color: #8bc34a;
}

#checkout-step-confirm-order .terms-of-service a {
  color: #95c639;
}

.bestseller-featured-content ul.navigation {
  margin-bottom: 20px !important;
}

.product-modular-list .qty-input.ui-spinner-input {
  font-weight: bold;
  color: #000;
  font-size: 18px !important;
}

.cart .product a.product-name:hover {
  color: #95c639 !important;
}

.mega-menu .sublist li > a.with-subcategories.hover:before {
  color: #95c639 !important;
  transform: rotate(90deg) translateY(10px);
}

.foot-p p.title {
  color: #8bc34a !important;
  margin-bottom: 0px !important;
}

.terms-of-service input[type="checkbox"] + label:before,
.terms-of-service input[type="checkbox"] + label:after {
  right: -70px;
  left: auto !important;
  margin: 0;
}

.terms-of-service input[type="checkbox"]:checked ~ label:before {
  right: -60px;
  top: 3px !important;
}

.terms-of-service input[type="checkbox"] + label {
  /* padding-left: 0 !important; */
}

div#checkout-payment-info-load > div {
  text-align: right;
}

.checkout-page .new-address-next-step-button {
  margin-bottom: 16px !important;
}

.checkout-page .new-address-next-step-button span {
  line-height: 26px;
}

.checkout-page .new-address-next-step-button span small {
  font-size: 20px;
}

button#btnprint {
  display: inline-block;
  border: 2px solid #95c639;
  background: #95c639;
  font-size: 16px;
  height: 45px;
  width: 40px;
  /* margin-right: 59px; */
  /* margin-bottom: 10px; */
  width: 100%;
  margin-left: auto;
  padding: 6px 14px;
  border-radius: 3px;
  font-weight: 500;
  color: #ffffff;
}

button#btnprint img {
  /* filter: invert(97%) sepia(25%) saturate(6682%) hue-rotate(21deg) brightness(96%) contrast(59%); */
  padding-right: 15px;
  height: 29px;
  filter: invert(1);
}

.quickViewWindow .overview .compare-products + .delivery {
  margin-top: 0 !important;
  display: inline-block;
  width: calc(100% - 280px);
  padding-left: 10px;
  vertical-align: middle;
}

.overview .compare-products {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.add-to-cart-qty-wrapper + .ajax-cart-button-wrapper input {
  margin-left: 0;
}

.quickView .overview .add-to-cart {
  margin-bottom: 10px !important;
}

.quickView .overview .stock,
.quickViewWindow .overview .purchase-area,
.quickViewWindow .overview .short-description {
  padding-left: 20px;
}

.quickViewWindow .overview #accordion .purchase-area .prices {
  margin: 15px 0 !important;
  text-align: left !important;
}

.block.block-recently-viewed-products .product-social-buttons.SocialCustom {
  float: none;
  clear: left;
  position: relative;
  bottom: auto;
  margin: 0px;
  width: 52%;
  padding-left: 10px;
}

.block.block-recently-viewed-products .product-review-box {
  text-align: left;
  display: block;
}

.block.block-recently-viewed-products .product-social-sharing a,
.block.block-recently-viewed-products
  .product-social-sharing
  .email-a-friend
  input {
  display: inline-block !important;
  width: 13px !important;
  border: 0;
  font-size: 15px !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: right;
}

.block-category-navigation .listbox > ul > li.active > a:before {
  filter: invert(73%) sepia(50%) saturate(483%) hue-rotate(42deg)
    brightness(87%) contrast(93%);
}

.footer .upper-footer .foot-col.follow p.foot-ttile {
  color: #95c639;
  margin-bottom: 0;
}

.item-box .details .productbox-buttons .buttons .add-to-cart-qty-wrapper {
  margin: 0 auto !important;
  float: none !important;
}

.item-box
  .details
  .productbox-buttons
  .buttons
  input.button-2.product-box-add-to-cart-button {
  margin: 0px auto !important;
}

#checkout-step-shipping-instructions .button-1,
#checkout-step-shipping .button-1,
#shipping-instructions-buttons-container .button-1,
#payment-method-buttons-container .button-1,
#checkout-step-payment-info .button-1,
#checkout-step-payment-info .print,
#checkout-step-confirm-order .button-1,
#checkout-step-shipping-method .button-1 {
  margin-bottom: 16px;
}

#checkout-step-shipping-instructions .modal-dialog .button-1 {
  margin-bottom: 0;
}

.order-completed-page .order-completed-continue-button {
  margin-bottom: 25px;
}

.attributes-wrapper p.please-select-attr {
  font-weight: 600;
  color: #95c539;
  font-size: 16px;
}

.checkout-page .edit-address .required-label {
  margin-bottom: 0 !important;
}

.shipping-instructions .required {
  position: relative !important;
  display: inline-block !important;
  right: auto !important;
  float: none;
  margin: -10px 0px 0 3px !important;
}

#site-delivery-char-limit-display,
#instructions-char-limit-display {
  margin-top: 10px;
}

.inputs .option-list {
  margin-top: 10px;
}

.shopping-cart-page .inputs label {
  margin: 0 10px 10px 0;
  font-weight: bold;
  display: inline-block;
}

.contact-right .required-label label {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}

.password-recovery-page label,
.login-page label {
  margin-bottom: 10px !important;
  display: inline-block;
}

.center-2 .product-list .item-box .buttons .button-2:hover {
  background-color: #7da530 !important;
}

.group-overview .compare-products {
  padding-left: 0 !important;
}

.product-variant-list .add-to-wishlist-button {
  width: auto;
  padding: 0;
  height: 40px;
  margin-left: 5px !important;
  padding: 0 13px;
}

.product-variant-list .add-to-wishlist {
  width: auto;
  display: inline;
  float: left;
}

.product-variant-list .add-to-cart-panel {
  display: block;
}

.two-thirds {
  width: 100%;
}

.one-third p {
  margin-bottom: 0;
}

.two-thirds p {
  text-align: left;
}

.topic-page .two-thirds ul {
  margin-bottom: 10px !important;
}

.variant-overview .add-to-wishlist-button:hover:before {
  color: #fff;
}

.variant-overview .group-btn .ajax-cart-button-wrapper {
  width: auto !important;
}

.button-2.estimate-shipping-button {
  font-size: 13px !important;
  padding: 0 0px 0 4px !important;
}
.product-modular-page .compare-products .add-to-compare-list-button {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .product-modular-page .overview-buttons {
    clear: both;
  }

  .product-modular-page .overview-buttons div {
    margin: 0;
    padding: 0 10px 0 10px;
  }
}

.overview .back-in-stock-subscription button {
  background-color: #f1f1f1;
  color: black;
  font-size: 15px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.overview .back-in-stock-subscription button:hover {
  background-color: #ddd9d9;
}

.back-in-stock-subscription:before {
  vertical-align: middle;
}

@media (min-width: 1281px) {
  .product-modular-page .overview .submit-ticket {
    padding-left: 0px;
  }
}
.old-product-price {
  display: block;
}
.overview .old-product-price {
  font-size: 14px;
}


/* homepage grid */


.rich-blog-homepage {
	margin: 0 0 50px;
    text-align: center;
}
.rich-blog-homepage .title {
    margin: 0 0 10px;
    font-size: 28px;
    color: #444444;
    font-weight: bold;
    text-align: center;
}

.rich-blog-homepage .blog-posts:after {
    content: "";
    display: block;
    clear: both;
}

.rich-blog-homepage .blog-post {
	margin: 0 0 2%;
    border: 1px solid #eee;
    border-radius: 5px 5px 3px 3px !important;
    overflow: hidden;
}

.rich-blog-homepage .post-title {
	display: block;
    margin: 0;
	font-size: 23px;
	font-weight: 300;
	color: #444;
}
.rich-blog-homepage .post-picture {
	display: block;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.rich-blog-homepage .post-picture:before {
	content: "";
	display: block;
	padding-top: 66%;
}
.rich-blog-homepage .post-picture img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	margin: auto;
}
.rich-blog-homepage .post-picture + .post-details {
    box-shadow: 0 -40px 50px rgba(0,0,0,.1);
}

.blog-post .post-details {
    padding: 25px 15px;
}
.rich-blog-homepage .post-date {
	margin: 0 0 15px;
}
.rich-blog-homepage .post-description,
.rich-blog-homepage .read-more {
    display: none !important;
}

.rich-blog-homepage .post-description p {
    line-height: 1.5;
}

.rich-blog-homepage .view-all {
    margin-bottom: 15px;
}

.rich-blog-homepage .view-all a {
    display: inline-block;
    line-height: 32px;
    font-size: 18px !important;
    color: white !important;
    border: #fff solid 0px;
    padding: 15px 30px;
    border-radius: 6px;
    text-decoration: none;
    background: #95c539;
}

/*.rich-blog-homepage .view-all a:after {
    content: "\57";
    display: inline-block;
    margin-left: 7px;
    font-size: 8px;
    color: #97c300;
    vertical-align: bottom;
    text-transform: none;
    transition: all .2s ease;
}*/

.rich-blog-homepage .view-all a:hover,
.rich-blog-homepage .view-all a:hover:after {
    background: #7da530;
}

/* search form */

.blog-search-box .listbox {
    text-align: center;
    padding-bottom: 20px;
}
.blog-search-box form {
	position: relative;
}
.blog-search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.blog-search-box span.search-box-text {
    float: left;
    width: calc(100% - 45px);
    margin: 0 -1px 0 0;
}
.blog-search-box input.search-box-text {
    width: 100%;
}
.blog-search-box .instant-search-busy {
    background: #fff url('../Plugins/SevenSpikes.Nop.Plugins.RichBlog/Themes/Emporium/Content/images/ajax-loader-small.gif') right center no-repeat !important;
}
.blog-search-box .search-box-button {
    float: left;
    width: 45px;
    height: 45px;
    border: none;
    background: #ccc url('../Plugins/SevenSpikes.Nop.Plugins.RichBlog/Themes/Emporium/Content/images/search-button.png') center no-repeat;
    font-size: 0;
    border: 1px solid #eeeeee;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    transition: all .2s ease;
}

.blog-search-box .search-box-button:hover {
    background-color: #97c300;
}

.blog-instant-search {
    height: auto !important;
    width: 100% !important;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}
.blog-instant-search .k-list-container {
    width: 100% !important;
    height: auto !important;
    position: static !important;
}
.blog-instant-search .k-item {
    border-top: 1px solid #eee;
	padding: 10px;
    text-align: left;
    cursor: pointer;
    color: #8c8c8c;
    font-size: 14px;
}
.blog-instant-search .k-item:first-child {
	border: 0;
}
.blog-instant-search .k-item.k-state-hover, 
.blog-instant-search .k-item.k-state-focused {
    background-color: #f6f6f6;
}
.blog-instant-search .k-item.rich-blog-autocomplete-last-item {
    color: #444;
}


/* blog list & blog post */



.blog-page .buttons {
	display: none !important;
}

.rich-blog-image {
	font-size: 0;
	line-height: normal;
}
.rich-blog-image img {
	max-width: 100%;
}

.post-footer {
	clear: both;
    margin-top: 20px;
}

.post-relations {
    display: none;
    font-size: 13px;
    color: #8c8c8c;
}

.blogpost-page .rich-blog-image {
    margin-bottom: 30px;
}

.blogpost-page .post-relations {
    display: block;
}

.blogpost-page .post-footer {
    margin-top: 0;
}

.blogpost-page .share-post li {
    margin: 0 5px;
}

.post-relations label {
    display: inline-block;
	margin: 0 3px 0 0;
	padding: 3px 0;
    font-weight: 700;
	color: #8c8c8c;
}
.post-relations ul,
.post-relations li {
	display: inline-block;
}
.post-relations li.separator {
    margin: 0 5px 0 0;
}
.post-relations li a {
    display: block;
    padding: 3px 0;
    color: #97c300;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .2s ease;
}
.post-relations li a:hover {
    color: #7c9a16;
}

.post-relations .category-list {
    margin-bottom: 5px;
}

.post-relations .related-posts-list li a {
    text-transform: none;
}

.post-footer .share-post {
    margin: 20px 0 0;
}

.share-post li {
	display: inline-block;
    vertical-align: middle;
	margin-right: 10px;
}

.share-post li a {
    display: block;
}

.share-post li a:hover:before {
    color: #97c300;
}

.share-post li a:before {
    display: block;
    font-size: 22px;
    color: #8e8e8e;
    transition: all .2s ease;
}

.share-post .twitter a:before {
	content: "\6f";
}

.share-post .facebook a:before {
	content: "\6e";
}

.share-post .pinterest a:before {
	content: "\44";
}

.share-post .linkedin a:before {
	content: "\75";
}

.share-post .google a:before {
	content: "\70";
}


.post-actions {
    overflow: hidden;
}

.post-navigation {
	overflow: hidden;
	margin: 0 0 6px;
}
.post-navigation a {
    position: relative;
    padding: 0 10px;
    width: calc(50% - 3px);
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    color: #959595;
    background-color: #f6f6f6;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .2s ease;
}
.post-navigation a:nth-child(2) {
    margin-left: 6px;
}

.post-navigation a:hover {
    background-color: #e9e9e9;
}

.post-navigation a:empty {
	opacity: 0.5;
}
.post-navigation .prev {
	float: left;
	text-align: left;
    padding-left: 30px;
}
.post-navigation .next {
    float: right;
    text-align: right;
    padding-right: 30px;
}
.post-navigation a:before,
.post-navigation a:after {
    position: absolute;
    display: inline-block;
    top: 0;
    color: #97c300;
    font-size: 10px;
    text-transform: none;
    font-weight: normal;
}
.post-navigation .prev:before {
    content: "\56";
    left: 10px;
}
.post-navigation .next:after {
    content: "\57";
    right: 10px;
}

/* search results */


.blog-search-results {
	text-align: center;
} 
.blog-search-results li {
    padding: 20px 15px;
    margin: 0 0 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.blog-search-results li > a {
	display: inline-block;
	position: relative;
    margin: 0 0 15px;
    padding: 0;
    font-size: 20px;
    color: #444;
    font-weight: 300;
}
.blog-search-results li p {
    line-height: 1.5;
    font-size: 16px;
    color: #8c8c8c;
}

.blog-search-results li p a {
    color: #97c300;
}

.blog-search-results .search-term-highlighter {
    font-weight: 700;
    color: #97c300;
}

.blog-page .rich-blog-image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 277px;
}

.blogpost-page .rich-blog-image img {
    max-width: 100%;
    max-height: 600px;
    height: 100%;
    width: 100%;
}

@media all and (min-width: 481px) {
	
    .blog-page .post-actions .share-post {
        margin: 10px 0 0;
        float: right;
    }
    .blog-page .post-actions .share-post li {
        margin: 0 0 0 10px;
    }
    
    .center-2 .blog-page .post-details {
        padding: 35px;
    }

    .post-footer {
        margin: 30px 0 0;
    }
    .post-navigation .prev {
        padding-left: 40px;
    }

    .post-navigation .next {
        padding-right: 40px;
    }

    .post-navigation .prev:before {
        left: 20px;
    }

    .post-navigation .next:after {
        right: 20px;
    }

	
}



@media all and (min-width: 769px) {

    .rich-blog-homepage .blog-post {
        float: left;
        width: 32%;
        margin-left: 2%;
    }

    .rich-blog-homepage .blog-post:nth-child(3n+1) {
        margin-left: 0%;
    }

    .blog-search-results li {
        padding: 30px;
    }
}



@media all and (min-width: 1024px) {

    .rich-blog-homepage .blog-posts {
	    overflow: hidden;
	    text-align: center;
    }
    .blog-post .post-details {
        padding: 30px;
    }
    .rich-blog-homepage .post-title {
        font-size: 25px;
        margin-bottom: 15px;
        height: 60px;
        overflow: hidden;
    }
    .rich-blog-homepage .post-description {
        display: block !important;
        font-size: 16px;
        color: #8c8c8c;
    }
    .blog-search-box {
	    display: block;
    }
    .blog-search-results {
	    text-align: left;
    }
    .blog-search-results li {
        padding: 45px 40px;
    }
    .blog-search-results li > a {
        font-size: 25px;
    }
	
}



@media all and (min-width: 1281px) {

    .rich-blog-homepage .blog-post {
        position: relative;
    }
    .rich-blog-homepage .post-title {
        height: auto;
        margin-bottom: 25px;
    }
    .rich-blog-homepage .read-more {
        position: absolute;
        top: auto;
        bottom: -45px;
        left: 0;
        display: block !important;
        width: 100%;
        border-radius: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all .3s ease;
    }
    .rich-blog-homepage .read-more:before {
        content: "\43";
        display: inline-block;
        vertical-align: bottom;
        margin-right: 10px;
        font-size: 22px;
        color: #fff;
        font-weight: normal;
        text-transform: none;
    }
    .rich-blog-homepage .post-details {
        position:relative;
        padding: 50px 30px;
        background-color:#fff;
        z-index: 1;
        transition: all .3s ease;
    }
    .rich-blog-homepage .blog-post .post-picture + .post-details {
        padding: 30px;
    }
    .rich-blog-homepage .blog-post:hover .post-details {
        margin-top: -45px;
    }
    .rich-blog-homepage .blog-post:hover .read-more {
        bottom: 0;
    }
	
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.category-navigation-list-wrapper.menuItemsAreClickable ul li:after {
    content: '';
    display: block;
    clear: both;
}

.category-navigation-list-wrapper.menuItemsAreClickable ul li .with-subcategories {
    float: left;
    width: calc(100% - 42px);
}

.category-navigation-list-wrapper.menuItemsAreClickable ul li .with-subcategories:after {
    display: none;
}

.category-navigation-list-wrapper.menuItemsAreClickable ul li .with-subcategories+.plus-button {
    position: relative;
    z-index: 1;
    display: inline-block !important;
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.category-navigation-list-wrapper.menuItemsAreClickable ul li .with-subcategories+.plus-button:before {
    content: "\6a";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "emporium-icons";
    font-size: 10px;
    color: #8c8c8c;
}

@media all and (max-width: 1024px) {
    /* .mega-menu {
	    display: none !important;
    }*/
    .desk-view {
        display: none;
    }
    .header-menu .mega-menu-responsive>li {
        border-bottom: 0;
    }
    ul.mega-menu-responsive.mobs.mega-menu-wctnz li.all-categories {
        display: none;
    }
    ul.mega-menu-responsive.mobs.mega-menu-manu li.all-categories {
        display: none;
    }
    .header-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
    }
    .header-menu .close-menu {
        width: 100%;
        order: 1;
        height: 48px;
    }
    .mega-menu-responsive.mobs.mega-menu-city {
        order: 2;
    }
    .mega-menu-responsive.mobs.mega-menu-manu {
        order: 3;
    }
    .mega-menu-responsive.mobs.mega-menu-wctnz {
        order: 4;
    }
    a.ico-compare {
        display: block;
        width: 100%;
        order: 5;
    }
    a.ico-wishlist {
        display: block;
        width: 100%;
        order: 6;
    }
    .header-menu .mega-menu-responsive {
        width: 100%;
    }
    li.subParentImage {
        text-align: center;
    }
    .header-menu>ul>li:hover>a,
    .header-menu>ul>li:hover>span {
        color: #8c8c8c !important;
    }
}

@media all and (min-width: 1025px) {
    /* RESETS */
    .menu-title,
    .plus-button,
    .mega-menu-responsive {
        display: none !important;
    }
    .mega-menu .root-category-items {
        display: none !important;
    }
    /* sublist */
    .mega-menu .sublist-wrap {
        display: none;
        position: absolute;
        width: 280px !important;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        background-color: #fff;
        padding: 10px 0;
        text-align: left;
        border: 1px solid #eeeeee;
        z-index: 1;
    }
    .mega-menu .sublist-wrap.active {
        display: block;
    }
    .mega-menu .sublist li {
        position: relative;
    }
    .mega-menu .sublist li a {
        position: relative;
        display: block;
        white-space: normal;
        padding: 15px 16px 15px 16px;
        text-align: left !important;
        color: #000;
        font-size: 14px;
        font-weight: 700 !important;
        transition: all .2s ease;
    }
    .mega-menu .sublist li:hover>a {
        color: #000 !important;
        background-color: #fff !important;
    }
    .mega-menu .sublist-wrap .sublist-wrap {
        top: 0;
        left: 100% !important;
    }
    .subParentImage-list {
        text-align: center;
        margin-bottom: 10px;
    }
    /* dropdown */
    .category-navigation-list>li .dropdown {
        position: absolute;
        top: -16px;
        left: 100%;
        padding: 15px 0;
        background: url(../Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Emporium/Content/img/shadow-top.png) top left repeat-x, url(../Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Emporium/Content/img/shadow-bottom.png) bottom left repeat-x;
        opacity: 0;
        max-width: calc(88vw - 290px);
        pointer-events: none;
        transition: all .3s ease;
    }
    .category-navigation-list .dropdown .row-wrapper {
        border: 1px solid #eee;
        padding: 30px;
        background: #fff;
    }
    .category-navigation-list>li:hover .dropdown {
        opacity: 1;
        pointer-events: auto;
    }
    .category-navigation-list .dropdown .row {
        white-space: nowrap;
        max-width: 100%;
        margin-top: 20px;
    }
    .category-navigation-list .dropdown .row:first-child {
        margin-top: 0;
    }
    .category-navigation-list .dropdown .box,
    .category-navigation-list .dropdown .empty-box {
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
        width: 210px;
    }
    .category-navigation-list .dropdown .box:first-child {
        margin-left: 0 !important;
    }
    .category-navigation-list .dropdown.boxes-4 .box {
        max-width: calc(25% - 14px);
    }
    .category-navigation-list .dropdown.boxes-5 .box {
        max-width: calc(20% - 15px);
    }
    .category-navigation-list .dropdown.boxes-6 .box {
        max-width: calc(16.66% - 16px);
    }
    .category-navigation-list .dropdown.boxes-7 .box {
        max-width: calc(14.28% - 17px);
    }
    .category-navigation-list .dropdown.boxes-8 .box {
        max-width: calc(12.5% - 18px);
    }
    .category-navigation-list .dropdown .box .title a {
        white-space: normal;
        text-overflow: initial;
        height: auto;
        line-height: 1.2;
        padding: 7px 0;
        color: #97c300;
    }
    .category-navigation-list .dropdown .box .title a:hover {
        color: #7c9a16;
    }
    .category-navigation-list .dropdown .box .subcategory-item a {
        height: auto;
        line-height: 1.2;
        padding: 7px 0;
        font-weight: 400;
        color: #8c8c8c;
        white-space: normal;
        text-overflow: initial;
    }
    .category-navigation-list .dropdown .box .subcategory-item a:hover {
        background-color: transparent;
        color: #97c300;
    }
    .category-navigation-list .dropdown .box .picture {
        margin-bottom: 10px;
    }
    .category-navigation-list .dropdown .box .picture a {
        white-space: normal;
        text-overflow: initial;
        padding: 0;
        height: auto;
        width: auto;
        font-size: 0;
        line-height: 1;
    }
    .category-navigation-list .dropdown .box .picture a:before {
        content: "";
        display: block;
        padding-top: 70%;
    }
    .category-navigation-list .dropdown .box .picture a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
        max-width: none;
    }
    .mega-menu .has-sublist {
        position: relative;
    }
    /*  .mega-menu .has-sublist .sublist-wrap {
        right: 0;
    }*/
    .mega-menu .has-sublist .sublist-wrap .plus-button,
    .mega-menu .has-sublist .sublist-wrap .sublist-wrap {
        display: none !important;
    }
    .mega-menu .has-sublist .sublist-wrap .sublist-wrap.active {
        display: block !important;
        background-color: #fff !important;
        width: 100%;
    }
    .mega-menu .has-sublist.with-dropdown-in-grid {
        position: static;
        overflow: hidden;
    }
    .mega-menu .has-sublist.with-dropdown-in-grid:hover {
        overflow: visible;
    }
    .mega-menu .dropdown {
        position: absolute;
        margin: 0;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        border-top: 1px solid #eee;
        z-index: 1;
        transition: all .3s ease;
    }
    .mega-menu .dropdown.fullWidth {
        padding: 30px 6%;
        margin-top: 10px;
        left: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
    }
    .mega-menu .dropdown.fullWidth.active {
        opacity: 1;
        margin-top: 0;
        pointer-events: auto;
    }
    .mega-menu .row {
        overflow: hidden;
    }
    .mega-menu .row+.row {
        margin-top: 20px;
    }
    .mega-menu .box {
        float: left;
        padding: 0 10px;
    }
    .mega-menu .boxes-1 .box {
        width: 100%;
    }
    .mega-menu .boxes-2 .box {
        width: 50%;
    }
    .mega-menu .boxes-3 .box {
        width: 33.333%;
    }
    .mega-menu .boxes-4 .box {
        width: 25%;
    }
    .mega-menu .boxes-5 .box {
        width: 20%;
    }
    .mega-menu .boxes-6 .box {
        width: 16.666%;
    }
    .mega-menu .boxes-7 .box {
        width: 14.28%;
    }
    .mega-menu .boxes-8 .box {
        width: 12.5%;
    }
    .mega-menu .boxes-9 .box {
        width: 11.1%;
    }
    .mega-menu .boxes-10 .box {
        width: 10%;
    }
    .mega-menu .manufacturers .box,
    .mega-menu .vendors .box {
        text-align: center;
    }
    .mega-menu .manufacturers .picture,
    .mega-menu .vendors .picture {
        position: relative;
        border: 1px solid #eee;
        border-radius: 3px;
        overflow: hidden;
        transition: all .2s ease;
    }
    .mega-menu .manufacturers .picture a:before,
    .mega-menu .vendors .picture a:before {
        content: "";
        display: block;
        padding-top: 70%;
    }
    .mega-menu .manufacturers .picture a img,
    .mega-menu .vendors .picture a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 100%;
    }
    .mega-menu .manufacturers .title,
    .mega-menu .vendors .title {
        padding: 7px 0;
        font-size: 15px;
        font-weight: 700;
        color: #8c8c8c;
        transition: all .2s ease;
    }
    .mega-menu .manufacturers .box:hover .title,
    .mega-menu .vendors .box:hover .title {
        color: #97c300;
    }
    .mega-menu .manufacturers .box:hover .picture,
    .mega-menu .vendors .box:hover .picture {
        opacity: .8;
    }
    /*** RESETING HOVER EVENTS FOR THE ON-CLICK FUNCTIONALITY ***/
    .category-navigation-list-wrapper.menuItemsAreClickable:hover {
        overflow: hidden;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable:hover .category-navigation-title {
        background-color: transparent;
        color: #444;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable:hover .category-navigation-title:before {
        color: #8c8c8c;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable:hover .category-navigation-list {
        margin-top: 10px;
        opacity: 0;
        pointer-events: none;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable ul li:hover>.sublist-wrap {
        opacity: 0;
        pointer-events: none;
        overflow: hidden;
        width: 0 !important;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable ul li:hover>.sublist-wrap>.sublist {
        border-width: 1px 0;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable ul li:hover>.sublist-wrap>.sublist>li {
        opacity: 0;
        transition: none;
    }
    .menuItemsAreClickable .category-navigation-list>li:hover .dropdown {
        opacity: 0;
        pointer-events: none;
    }
    /*** ON-CLICK MENU STYLING ***/
    .category-navigation-list-wrapper.menuItemsAreClickable .category-navigation-title {
        cursor: pointer;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable.opened {
        overflow: visible;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable.opened .category-navigation-title {
        background-color: #eebe00;
        color: #fff;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable.opened .category-navigation-title:before {
        color: #fff;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable.opened .category-navigation-list {
        margin-top: 0;
        opacity: 1;
        pointer-events: auto;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable.opened ul li>.sublist-wrap.active {
        opacity: 1;
        pointer-events: auto;
        overflow: visible;
        width: 100% !important;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable.opened ul li>.sublist-wrap.active>.sublist {
        border-width: 1px;
    }
    .category-navigation-list-wrapper.menuItemsAreClickable.opened ul li>.sublist-wrap.active>.sublist>li {
        opacity: 1;
        transition: all .1s ease-in .3s;
    }
    .menuItemsAreClickable .category-navigation-list>li .dropdown.active {
        opacity: 1;
        pointer-events: auto;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.search-box form {
	position: relative;
}
span.search-box-text {
    float: left;
    width: calc(100% - 45px);
}
span.search-box-text .k-input {
    width: 100% !important;
}

input.search-box-text.instant-search-busy {
    background: #fff url('../Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif') no-repeat center right 20px;
}

#small-searchterms-list {
    line-height: normal !important;
}

.search-box-select {
    position: absolute;
    left: 20px;
    top: 64px;
    width: calc(100% - 40px);
    border-radius: 0 0 3px 3px;
    border-color: #eee;
    padding: 0 25px 0 10px;
    background: #f6f6f6 url('../Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Themes/Emporium/Content/images/select-arrow-dark.svg') no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-box-select::-ms-expand {
    display: none;
}

/* AUTOCOMPLETE */

.instantSearch {
    width: calc(100% - 40px) !important;
    height: auto !important;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    border-radius: 0 0 3px 3px;
}

.instantSearch .k-list-container {
    width: 100% !important;
    position: static !important;
}
.instantSearch .k-list-scroller {
    height: 100% !important;
    overflow-y: auto;
}
.instantSearch .k-item {
    cursor: pointer;
}
.instantSearch .k-item:first-child {
    padding-top: 7px;
	border: 0;
}
.instantSearch .k-item:last-child {
    padding-bottom: 7px;
}
.instant-search-item {
    overflow: hidden;
    padding: 7px 10px;
}
.instantSearch .k-item.k-state-hover .instant-search-item,
.instantSearch .k-item.k-state-focused .instant-search-item {
    background: #f6f6f6;
}
.instant-search-item .img-block {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}
.instant-search-item .img-block img {
	max-width: 100%;
}
.instant-search-item .detail {
    margin-left: 70px;
    text-align: left;
}
.instant-search-item .detail .title {
    margin: 0 0 7px;
    font-size: 15px;
    color: #444;
}
.instant-search-item .detail .price {
    color: #97c300;
    font-size: 16px;
    font-weight: 700;
}
.instant-search-item .detail .sku {
    margin: 0 0 10px;
    font-size: 14px;
    color: #8c8c8c;
}

@media all and (max-width: 1024px) {
    .instantSearch.resize {
        top: 109px !important;
    }
    .instantSearch > div {
        max-height: calc(100vh - 160px);
        overflow: auto;
    }

    .instantSearch.resize > div {
        max-height: calc(100vh - 190px);

    }

}

@media all and (min-width: 1025px) {
    .instantSearch {
        width: calc(100% - 47px) !important;
        left: 0 !important;
    }

    span.search-box-text {
        width: calc(100% - 47px);
    }

    .search-box-select {
        top: 0;
        left: 0;
        border-radius: 3px 0 0 3px;
        width: 100px;
        height: 47px;
        background-color: #fff;
        border-right: 0;
    }

    .store-search-box span.search-box-text.narrow {
        width: calc(100% - 147px);
        margin: 0 0 0 100px;
    }

    .header-lower input.search-box-text.narrow {
        border-radius: 0;
    }

}

@media all and (min-width: 1281px) {
    .search-box-select {
        width: 150px;
        padding: 0 35px 0 20px;
        background-position: right 20px center;
    }
    .store-search-box span.search-box-text.narrow {
        width: calc(100% - 197px);
        margin: 0 0 0 150px;
    }

    .instantSearch .k-item:first-child {
        padding-top: 15px;
    }
    .instantSearch .k-item:last-child {
        padding-bottom: 15px;
    }

    .instant-search-item {
        padding: 7px 20px;
    }
    
    .instant-search-item .img-block {
        width: 77px;
        height: 77px;
    }

    .instant-search-item .detail {
        margin-left: 90px;
    }

}

@media all and (min-width: 1601px) {
    .search-box-select {
        width: 200px;
    }

    .store-search-box span.search-box-text.narrow {
        width: calc(100% - 247px);
        margin: 0 0 0 200px;
    }
}
/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: rgba(68, 68, 68, .6);
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1070;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, .7);
}

.miniProductDetailsPanelAjaxBusy {
    display: none;
}

.nopAjaxCartPanelAjaxBusy:before,
.nopAjaxCartPanelAjaxBusy:after,
.miniProductDetailsPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:after {
    content: "";
    position: fixed;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 0px solid #97c300;
    border-radius: 50%;
    -webkit-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
    -moz-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
    animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
}

.nopAjaxCartPanelAjaxBusy:after,
.miniProductDetailsPanelAjaxBusy:after {
    animation-delay: .8s;
}

.ajaxCart .product-grid .picture>a:before {
    padding-top: 100%;
}

.addProductVariantToCartErrors {
    color: #ff4f60;
    font-weight: 700;
    text-align: center;
}

.addProductVariantToCartErrors ul {
    margin: 20px;
}

.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}


/* item box styles */

.buttons .ajax-cart-button-wrapper {
    display: flex;
    justify-content: space-between;
}

select.productQuantityDropdown,
input.productQuantityTextBox {
    font-size: 14px !important;
    color: #444 !important;
}


/*.ajax-cart-button-wrapper .product-box-add-to-cart-button {
    width: 100%;
}*/

.product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper,
.product-grid .item-box .productQuantityDropdown {
    /*width: 60px;*/
    margin-right: 6px;
    vertical-align: top;
}

.product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper .plus,
.product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper .minus {
    height: 16px;
    line-height: 16px;
}

.product-grid .item-box .productQuantityDropdown {
    height: 40px;
    padding: 0 25px 0 10px;
    background-position: right 10px center;
}


/*.product-grid .item-box .productQuantityDropdown ~ .product-box-add-to-cart-button,
.product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper + .product-box-add-to-cart-button {
    width: calc(100% - 63px);
    vertical-align: top;
}

.add-to-cart-qty-wrapper + .ajax-cart-button-wrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
    max-width: 250px;
}*/

.variant-overview .add-to-cart-qty-wrapper+.ajax-cart-button-wrapper {
    width: 100%;
}

.add-to-cart-qty-wrapper+.ajax-cart-button-wrapper input {
    width: 100%;
    margin-top: 16px;
    border-radius: 2px;
    margin-bottom: 16px;
}

.qty-dropdown+.ajax-cart-button-wrapper {
    display: inline-block;
    vertical-align: top;
}

.product-prices-box .qty-dropdown+.ajax-cart-button-wrapper {
    width: calc(100% - 83px);
}

.product-prices-box .qty-dropdown+.ajax-cart-button-wrapper input {
    width: 100%;
}

.product-grid .item-box .productQuantityTextBox {
    width: 100%;
    height: 48px;
    padding-left: 0;
}


/* general styles */

.ajaxCart {
    position: absolute;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 !important;
    width: 700px !important;
    max-width: 100%;
    height: auto !important;
    background: #fff;
    text-align: left;
    z-index: 1070;
}

.ajaxCart li {
    list-style: none;
}

.ajaxCart .k-window-titlebar.k-header {
    padding: 0;
    font-size: 0;
    margin: 0 !important;
    overflow: hidden;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 0;
    z-index: 1;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a,
.ajaxCart .k-window-titlebar.k-header .k-window-actions .k-icon {
    display: block;
    font-size: 0;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions .k-icon:before {
    content: "\7a";
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #444;
    opacity: .6;
    transition: opacity .1s ease;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions .k-icon:hover:before {
    color: #97c300;
}

.productAddedToCartWindow,
.miniProductDetailsView {
    padding: 0;
    color: #444;
}

.productAddedToCartItem {
    padding: 0 30px 30px;
    overflow: hidden;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 !important;
    width: 35%;
    height: auto;
    text-align: left;
}

.productAddedToCartWindowImage a {
    display: block;
    overflow: hidden;
    line-height: 0;
    border-radius: 3px;
}

.productAddedToCartWindowImage img {
    max-width: 100%;
}

.productAddedToCartWindowDescription {
    margin: 0 0 0 38%;
    padding: 10px 0 0;
    width: auto;
}

.productAddedToCartWindowDescription h1 {
    margin: 0 0 15px;
    font-weight: normal;
    font-size: 18px;
    color: #444;
}

.productAddedToCartWindowDescription strong {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 24px;
    color: #97c300;
    font-weight: bold;
}

.productAddedToCartWindowDescription span {
    font-size: 15px;
    color: #8c8c8c;
}

.productAddedToCartWindowSummary {
    clear: both;
    padding: 30px;
    text-align: center;
    font-size: 0;
}

.productAddedToCartWindowSummary a,
.productAddedToCartWindowSummary div {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
    font-size: 14px;
}

.productAddedToCartWindowSummary div,
.productAddedToCartWindowSummary a+a {
    margin-left: 10px;
}

.productAddedToCartWindowSummary a+a+div {
    margin: 10px 0 0;
    width: 100%;
}

.productAddedToCartWindowSummary a {
    border: none;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #f1f1f1;
    color: #8c8c8c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .2s ease;
}

.productAddedToCartWindowSummary a:hover {
    background-color: #e7e7e7;
}

.ajaxCart .productAddedToCartWindowCheckout {
    width: 100%;
}


/* grouped */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.ajaxCart .product-name,
.ajaxCart .productAddedToCartWindowTitle,
.ajaxCart .k-window-title {
    display: block;
    padding: 25px 0;
    margin: 0 auto;
    width: calc(100% - 100px);
    font-size: 22px;
    text-transform: none;
    font-weight: 700;
    color: #444;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ajaxCart .k-window-title:empty {
    display: none;
}

.ajaxCart .product-details-page {
    padding: 0;
}

.miniProductDetailsView .product-variant-line {
    margin: 0;
}

.ajaxCart .product-overview-line {
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
}

.ajaxCart .product-overview-line:first-child {
    border-top: 0;
    padding-top: 0;
}

.miniProductDetailsView .product-essential {
    margin: 0;
    overflow: hidden;
    padding: 0 30px 30px;
    border: 0;
}

.miniProductDetailsView .product-essential .gallery {
    display: block;
    /*Cloud Zoom css override*/
    float: left;
    overflow: hidden;
    width: 35%;
    margin: 0;
}

.miniProductDetailsView .product-essential .picture {
    margin: 0;
    float: none;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
}

.miniProductDetailsView .product-essential .picture img {
    z-index: 0 !important;
}

.ajaxCart .overview {
    position: static;
    width: auto;
    float: none;
    padding: 10px 0 0 !important;
    margin: 0 0 0 38%;
}

.miniProductDetailsView .product-variant-name,
.productAddedToCartWindowDescription h1 a {
    margin-bottom: 12px;
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
    color: #444;
}

.miniProductDetailsView .product-variant-name {
    display: none;
}

.miniProductDetailsView .short-description {
    margin: 0 0 20px;
    padding-top: 0;
    font-size: 15px;
    line-height: 1.5;
    border-top: none;
}

.miniProductDetailsView .prices {
    margin: 0 0 25px;
}

.miniProductDetailsView .overview .product-price {
    font-size: 24px;
}

.miniProductDetailsView .tax-shipping-info {
    display: inline;
    text-align: left;
}

.miniProductDetailsView .customer-entered-price {
    margin: 0 0 30px;
    padding: 0;
}

.miniProductDetailsView .enter-price-input {
    padding: 4px;
    width: 69px;
}

.miniProductDetailsView .product-overview-line .add-to-cart {
    margin: 0;
    overflow: hidden;
}

.ajaxCart .add-to-cart-qty-wrapper {
    margin-right: 6px;
}

.ajaxCart .attributeInfo {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
    color: #8c8c8c;
}

.ajaxCart .attributeInfo:empty {
    margin-bottom: 0;
}


/*.ajaxCart .qty-input,*/

.miniProductDetailsView .add-info input[type="text"] {
    margin: 0;
    width: 43px;
    height: 43px;
    font-size: 16px;
    padding: 0;
    float: left;
}


/*.nopAjaxCartProductVariantAddToCartButton {
    float: left;
}*/

.ajaxCart .product-collateral {
    margin: 0;
    padding: 20px 20px 0;
}

.miniProductDetailsView .message-error {
    display: block;
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    color: #c00;
}

.miniProductDetailsView .message-error li {
    margin: 5px 0;
}


/* attributes */

.ajaxCart .attributes {
    margin: 0 0 20px;
    padding: 0;
}

.ajaxCart .attributes dt,
.attributes dd {
    text-align: left;
}

.ajaxCart .attributes select {
    max-width: 100%;
}

.ajaxCart .overview .add-to-cart {
    width: 100%;
    max-width: 320px;
    font-size: 0;
}


/* giftcard */

.miniProductDetailsView .giftcard {
    margin: 0;
    padding: 0 20px 20px;
    background: #fff;
    text-align: left;
}


/* product grid */

.ajaxCart .product-grid {
    margin: 0 0 40px;
}

.ajaxCart .product-grid .title {
    padding: 0 30px 20px;
    margin: 0;
    font-size: 20px;
    text-align: center;
}

.ajaxCart .product-grid .item-grid {
    padding: 0 25px;
}


/*.ajaxCart .product-grid .item-box {
    text-align: center;
    width: calc(25% - 10px);
    margin: 0 5px;
}

.ajaxCart .product-grid .item-box .picture {
    margin: 0;
}

.ajaxCart .product-grid .item-box .product-title {
    height: 38px;
    margin: 0;
    font-size: 14px;
    overflow: hidden;
}
.ajaxCart .item-box .add-info,
.ajaxCart .item-box .description,
.ajaxCart .item-box .quick-view-button,
.ajaxCart .item-box .product-rating-box {
    display: none !important;
}*/

.ajaxCart .product-grid {
    font-size: 0;
}

.ajaxCart .product-grid .item-box {
    margin: 0 0 10px 0;
    width: 50%;
    max-height: 120px;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

.ajaxCart .product-grid .item-box .picture>a:after {
    content: none;
    display: none;
}

.ajaxCart .product-grid .item-box:nth-child(2n+1) {
    border-left: 1px solid #eee;
    margin-right: -1px;
    border-radius: 3px 0 0 3px;
}

.ajaxCart .product-grid .item-box .product-item>div {
    display: inline-block;
    vertical-align: top;
}

.ajaxCart .product-grid .item-box .product-item>div:first-child {
    width: 120px;
}

.ajaxCart .product-grid .item-box .picture {
    border-radius: 0;
}

.ajaxCart .product-grid .item-box .details {
    padding: 12px 4%;
    width: calc(100% - 120px);
    text-align: left;
}

.ajaxCart .product-grid .item-box .title,
.ajaxCart .product-grid .item-box .product-title {
    padding: 0;
    height: auto;
    max-height: 39px;
}

.ajaxCart .product-grid .item-box .prices {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ajaxCart .product-grid .item-box .prices>*:last-child:not(:empty) {
    margin: 0;
}

.ajaxCart .product-grid .item-box .buttons,
.ajaxCart .product-grid .item-box .btn-wrapper {
    display: none;
}


/* out of stock */

.ajaxCart .addProductToCartErrors {
    padding: 0 20px 30px;
    color: #8c8c8c;
    text-align: center;
    font-size: 15px;
}

.product-list .ajax-cart-button-wrapper .add-to-cart-qty-wrapper,
.product-list .item-box .productQuantityDropdown {
    width: 100%;
    margin-right: 0;
    vertical-align: top;
    overflow: hidden;
}

@media all and (min-width:768px) {
    .ajaxCart .product-details-page {
        text-align: left;
    }
}

@media (max-width: 1024px) {
    /* .category-page .item-box .add-to-cart-qty-wrapper,
    .category-page .item-box .ajax-cart-button-wrapper select {
        display: none;
    }
    .item-box .ajax-cart-button-wrapper .add-to-cart-qty-wrapper,
    .item-box .productQuantityDropdown {
        display: none;
    }*/
    .product-grid .item-box .productQuantityDropdown~.product-box-add-to-cart-button,
    .product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper+.product-box-add-to-cart-button {
        width: 100%;
    }
}

@media all and (min-width:1025px) {
    .product-list .item-box .productQuantityDropdown {
        height: 40px;
        padding: 0 25px 0 13px;
        background-position: right 10px center;
    }
    .product-list .item-box .productQuantityTextBox {
        width: 100%;
        height: 40px;
        padding-left: 2px;
    }
    .product-list .item-box .ajax-cart-button-wrapper .button-2 {
        max-width: calc(100% - 65px);
    }
}
/*
* 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 {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	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
*/

.gallery .ribbon-wrapper {
    font-size: 0;
    overflow: hidden;
}
.gallery .ribbon-wrapper img {
	max-width: 100%;
}
.ribbon-position.top-right {
    top: 5px;
    right: 5px;
}

.ribbon-position.top-left {
    top: 5px;
    left: 5px;
}
.ribbon-position.top-middle {
    top: 5px;
}


.ribbon-position.bottom-right {
    bottom: 5px;
    right: 5px;
}

.ribbon-position.bottom-left {
    bottom: 5px;
    left: 5px;
}

.ribbon-position.bottom-middle {
    bottom: 5px;
}

.ribbon-position.right-middle {
    right: 5px;
}
.ribbon-position.left-middle {
    left: 5px;
}

@media all and (max-width:1024px) {
    .product-list .ribbon-wrapper {
        float: none !important;
    }
}


@media all and (min-width: 1025px) {
    .product-list .ribbon-wrapper + .details {
        margin: 0 0 0 240px;
    }

    .spc-categories .ribbon-wrapper {
	    float: left;
	    width: 45%;
    }
    .spc-categories .ribbon-wrapper .picture {
	    width: 100%;
    }

}

@media all and (min-width: 1367px) {
	
.spc-categories .ribbon-wrapper {
	width: 40%;
}

}

/* quick view button */

.quick-view-button {
    display: inline-block;
    backface-visibility: hidden;
    vertical-align: top;
}

.quick-view-button:only-child a {
    padding: 0 15px;
    font-size: 13px;
    width: auto;
    white-space: nowrap;
}

.quick-view-button:only-child a:before {
    margin-right: 10px;
}

.quick-view-button a {
    display: block;
    width: 32px;
    height: 48px;
    border-radius: 0;
    background: #f1f1f1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 0;
    line-height: 48px;
    color: #8e8e8e;
    backface-visibility: hidden;
    transition: all .1s ease;
}

.quick-view-button a:hover {
    background: #97c300;
    color: #fff;
}

.quick-view-button a:hover:before {
    color: #fff;
}

.quick-view-button a:before {
    content: "\e905";
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    color: #8e8e8e;
    font-weight: normal;
    transition: all .1s ease;
    text-transform: none;
}

.quickViewData {
    display: none;
}


/********* SCREEN OVERLAY & DATA LOADER *********/

.k-overlay {
    position: fixed;
    z-index: 1060;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #444;
    opacity: 0.6;
}

.quickView .k-loading-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
}

.quickView .k-loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.quickView .k-loading-image:before,
.quickView .k-loading-image:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 0px solid #97c300;
    border-radius: 50%;
    -webkit-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
    -moz-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
    animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
}

.quickView .k-loading-image:after {
    animation-delay: .8s;
}


/********** MAIN QUICKVIEW WINDOW *********/


/********** PRODUCT OVERVIEW *********/

.quickView {
    position: absolute;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 0 !important;
    background: #fff;
    z-index: 1070;
}

.quickViewWindow {
    z-index: 100;
    /*check if z-index is necessary*/
}

.quickView,
.quickViewWindow {
    min-width: 0 !important;
    width: 915px !important;
    max-width: 100%;
}

.quickViewWindow input[type=button],
.quickViewWindow a {
    cursor: pointer;
}

.quickView .k-window-titlebar.k-header {
    font-size: 0;
    margin-top: 0 !important;
    background: none !important;
}

.quickView .k-window-titlebar.k-header .k-window-actions {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
    font-size: 0;
}

.quickView .k-window-titlebar.k-header .k-window-actions a {
    display: block;
    font-size: 0;
}

.quickView .k-window-titlebar.k-header .k-window-actions a:before {
    content: "\7a";
    display: block;
    font-size: 20px;
    color: #444;
    opacity: .6;
    transition: color .1s ease;
}

.quickView .k-window-titlebar.k-header .k-window-actions a:hover:before {
    color: #97c300;
}

.quickViewWindow .product-essential {
    float: none;
    width: auto;
    border: 0;
    margin: 0;
    overflow: visible;
}

.quickViewWindow .product-essential:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.quickViewWindow .popup-header {
    display: block;
    padding: 0px 20px;
    margin: 0 auto;
    /* width: calc(100% - 100px); */
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    color: #444;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
}

.quickViewWindow .product-name {
    font-size: 22px;
}

.quickViewWindow .product-content {
    overflow: hidden;
    padding: 10px 20px 20px;
}

.quickView .product-name .manufacturers,
.quickView .overview .manufacturers {
    margin-bottom: 10px;
    padding: 0 20px
}


/*
 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/Themes/Emporium/Content/images/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;
    height: 100% !important;
}

.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.quickView .cloudzoom-ajax-loader {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.quickView .cloudzoom-ajax-loader:before,
.quickView .cloudzoom-ajax-loader:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 0px solid #97c300;
    border-radius: 50%;
    -webkit-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
    -moz-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
    animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
}

.quickView .cloudzoom-ajax-loader:after {
    animation-delay: .8s;
}

.quickView .picture a+img {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}


/* transitional image (on thumbnail click) */

.quickViewWindow .gallery {
    display: block;
    /*Cloud Zoom css override*/
    float: left;
    margin-bottom: 0;
    overflow: visible;
    width: 40%;
}

.quickViewWindow .gallery .picture {
    margin: 0 0 10px;
    line-height: 0;
}

.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img,
.quickViewWindow .also-purchased-products-grid .picture img {
    z-index: 0 !important;
}

.quickViewWindow .product-grid .picture>a:before {
    padding-top: 100%;
}

.quickViewWindow .gallery .thumbnails {
    margin: 0 0 10px;
    overflow: hidden;
}

.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails>img {
    position: relative;
    float: left;
    margin: 0 0 5px 5px;
    border: 1px solid #dadada;
    width: calc(25% - 3.75px);
    overflow: hidden;
}

.quickViewWindow .gallery .thumbnails a:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.quickViewWindow .gallery .thumbnails a:nth-child(4n+1),
.quickViewWindow .gallery .thumbnails>img:nth-child(4n+1) {
    margin-left: 0;
}

.quickViewWindow .gallery .thumbnails a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all .2s ease;
}

.quickViewWindow .gallery .thumbnails a img:hover {
    opacity: 0.7;
    /*cloud zoom only*/
}

.quickViewWindow .links-panel a {
    display: block;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #f1f1f1;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .2s ease;
}

.quickViewWindow .links-panel a:after {
    content: "\6a";
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
    font-size: 9px;
    color: #8c8c8c;
    text-transform: none;
    font-weight: normal;
}

.quickViewWindow .links-panel a:hover {
    background-color: #e7e7e7;
}

.quickViewWindow .overview {
    float: none;
    padding: 0;
    margin: 0 0 0 43%;
    width: auto;
    text-align: center;
}

.quickViewWindow #accordion>h3 {
    position: relative;
    padding: 0 55px;
    margin-top: 8px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 3px;
    line-height: 50px;
    background: #f9f9f9;
    font-size: 18px;
    font-weight: 300;
    color: #444;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 0s ease .3s;
}

.quickViewWindow #accordion>h3.ui-accordion-header-active {
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
    transition: all 0s ease 0s;
}

.quickViewWindow #accordion>h3:first-child {
    margin-top: 0;
}

.quickViewWindow #accordion>h3 span {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.quickViewWindow #accordion>h3 span:before {
    content: "\57";
    display: block;
    font-size: 10px;
    color: #97c300;
    text-transform: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all .3s ease;
}

.quickViewWindow .overview #accordion>h3 span.ui-icon-circle-arrow-e:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.quickViewWindow #accordion .product-details {
    position: relative;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    text-align: left;
}

.quickViewWindow .overview .additional-details {
    margin-bottom: 0;
    padding: 0 20px;
}

.quickView .overview div .availability {
    margin: 20px 0 30px;
}

.quickView .overview .stock {
    display: inline-block;
    margin: 0;
}

.quickView .overview .stock+.back-in-stock-subscription {
    margin: 20px 0 0;
}

.quickView .overview .qty-dropdown {}

.quickView .qty-dropdown+.ajax-cart-button-wrapper {
    width: calc(100% - 85px);
}

.quickView .qty-dropdown+.ajax-cart-button-wrapper input {
    width: 100%;
}

.quickView .overview .add-to-cart {
    display: inline-block;
    width: calc(100% - 55px);
    max-width: 320px;
    margin-bottom: 20px;
}

.quickViewWindow .overview .add-to-wishlist {
    display: inline-block;
    margin-left: 5px;
    width: auto;
}

.quickViewWindow .overview .add-to-wishlist button {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    color: #8c8c8c;
    font-size: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: #f1f1f1;
    transition: all .1s ease;
}

.quickViewWindow .overview .add-to-wishlist button:hover {
    background-color: #eaeaea;
}

.quickViewWindow .overview .add-to-wishlist button:before {
    margin: 0;
}

.quickViewWindow .overview .compare-products+.delivery {
    margin-top: 10px;
}

.quickViewWindow .overview .delivery {
    margin: 0;
}

.quickViewWindow .overview .delivery .free-shipping {
    margin: 0;
}

.quickViewWindow .overview .delivery-date {
    margin: 5px 0 0;
}

.quickViewWindow .tier-prices {
    clear: both;
    margin: 20px 0;
}

.quickViewWindow .tier-prices .field-header {
    min-width: 0;
}

.quickViewWindow .tier-prices table td {
    font-size: 12px !important;
}

.quickViewWindow .overview .purchase-area {}

.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}

.quickViewWindow .overview #accordion .purchase-area .prices {
    margin: 15px 0;
    text-align: center;
}

.quickViewWindow .overview #accordion .overview .product-price {
    font-size: 24px;
}

.quickViewWindow .overview #accordion .purchase-area .prices label {
    display: none;
}

.quickViewWindow .overview #accordion .purchase-area .prices .old-product-price {
    margin: 0;
}

.quickViewWindow .customer-entered-price {
    padding: 0;
    margin: 20px 0;
}

.quickViewWindow .overview .short-description {
    margin: 0;
    font-size: 15px;
    text-align: left;
}

.quickViewWindow .overview .full-description {
    background: transparent;
    text-align: left;
}

.quickViewWindow .overview .short-description+.full-description {
    margin: 20px 0 0;
}

.quickViewWindow .overview .full-description,
.quickViewWindow .overview .product-specs-box {
    margin: 0;
    padding: 0;
}


/* variants */

.quickViewWindow #accordion .variants-in-grid {
    padding: 20px;
}

.quickViewWindow .product-variant-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

.quickViewWindow .product-variant-list .item-row {
    overflow: hidden;
    margin-bottom: 10px;
}

.quickViewWindow .variant-grid-info {
    margin-bottom: 10px;
}

.quickViewWindow .product-variant {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    float: left;
    width: 100%;
    height: 90px;
    font-size: 0;
    overflow: hidden;
}

.quickViewWindow .variant-picture {
    vertical-align: middle;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.quickViewWindow .variant-picture a {
    display: block;
}

.quickViewWindow .moreInfoHover {
    display: none;
}

.quickViewWindow .variant-info {
    width: calc(100% - 90px);
    padding: 12px 18px;
    margin: 0;
    text-align: left;
}

.quickViewWindow .variant-info .variant-name {
    margin-bottom: 8px;
    max-height: 38px;
    overflow: hidden;
    font-size: 16px;
    color: #444;
    font-weight: 400;
}

.quickViewWindow .variant-info .prices {
    margin: 0;
}

.quickViewWindow .product-variant .product-price {
    display: inline-block;
    font-size: 18px;
    color: #97c300;
}

.quickViewWindow .product-variant .tax-shipping-info {
    margin-left: 5px;
    text-align: left;
}

.quickViewWindow .tax-shipping-info a {
    display: inline-block;
    color: #444;
}


/* related/also-purchased products */

.quickViewWindow .product-grid {
    margin: 0 0 40px;
}

.quickViewWindow .product-grid .title {
    padding: 0 55px 20px;
    margin: 0;
    font-size: 20px;
    text-align: center;
}

.quickViewWindow .product-grid .item-grid {
    padding: 0 0;
}

.quickViewWindow .product-grid .item-box {}

.quickViewWindow .product-grid .item-grid {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.quickViewWindow .product-grid .product-item {
    width: 100%;
    position: relative;
    /* display: grid; */
    /* grid-template-columns: repeat(2,1fr); */
    /* grid-column-gap: 24px; */
    /* grid-row-gap: 24px; */
    display: flex;
    justify-content: space-between;
}

.quickViewWindow .product-grid .item-box .picture {
    border-radius: 0;
    height: 144px;
    visibility: visible;
    margin: 0;
}

.quickViewWindow .product-grid .item-box .picture img {
    max-width: 100%;
    height: 140px;
}

.quickViewWindow .product-grid .item-box .details {
    padding: 10px;
}

.quickViewWindow .product-grid {
    font-size: 0;
    padding: 0 1vw;
}

.quickViewWindow .product-grid .item-box {
    display: none;
    margin: 0 0 10px 0;
    width: 100%;
    max-height: 150px;
    border-left: 1px solid #d0cdcd;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

.quickViewWindow .product-grid .item-box .picture>a:after {
    content: none;
    display: none;
}

.quickViewWindow .product-grid .item-box:nth-child(1),
.quickViewWindow .product-grid .item-box:nth-child(2) {
    display: inline-block;
}

.quickViewWindow .product-grid .item-box:nth-child(2n+1) {
    border-left: 1px solid #828080;
    margin-right: 0;
    border-radius: 3px 0 0 3px;
}


/*.quickViewWindow .product-grid .item-box .product-item > div {
    display: inline-block;
    vertical-align: top;
}*/


/*.quickViewWindow .product-grid .item-box .product-item > div:first-child {
    width: 150px;
}*/

.quickViewWindow .product-grid .item-box .picture {
    border-radius: 0;
}


/*.quickViewWindow .product-grid .item-box .details {
    padding: 27px 5%;
    width: calc(100% - 150px);
    text-align: left;
}*/

.quickViewWindow .product-grid .item-box .title,
.quickViewWindow .product-grid .item-box .product-title {
    padding: 0;
    height: auto;
    /* max-height: 39px;*/
}

.quickViewWindow .product-grid .item-box .prices {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.quickViewWindow .product-grid .item-box .prices>*:last-child:not(:empty) {
    margin: 0;
}

.quickViewWindow .product-grid .item-box .buttons,
.quickViewWindow .product-grid .item-box .btn-wrapper {
    display: none;
}


/* gift card */

.quickView .giftcard textarea {
    resize: none;
}

.quickView .giftcard label {
    text-align: left;
}


/* attributes */

.quickViewWindow .overview .attributes {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.quickViewWindow .overview .attributes dl>* {
    max-width: 100%;
}

@media all and (min-width:1025px) {
    .product-list .quick-view-button a {
        /*  background-color: #f2f2f2;*/
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 3px;
    }
    .product-list .quick-view-button a:before {
        color: #8c8c8c;
        font-size: 19px;
    }
    .product-list .quick-view-button a:hover {
        background-color: #eaeaea;
    }
    .product-list .quick-view-button:only-child a {
        width: auto;
    }
    .product-list .quick-view-button:only-child a:hover {
        color: #8e8e8e;
    }
}
.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-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-failed-text,.qq-upload-file,.qq-upload-pause,.qq-upload-retry,.qq-upload-size,.qq-upload-spinner{margin-right:12px;display:inline}.qq-upload-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-continue,.qq-upload-delete,.qq-upload-pause{display:inline}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry{color:#000}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry,.qq-upload-size{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}.qq-total-progress-bar{height:25px;border-radius:9px}.qq-total-progress-bar-container{margin:9px}INPUT.qq-edit-filename{position:absolute;opacity:0;z-index:-1}.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}.qq-edit-filename-icon{display:none;background:url(../lib_npm/fine-uploader/fine-uploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}.qq-hide{display:none}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG .qq-dialog-buttons{text-align:center;padding-top:10px}.qq-uploader DIALOG .qq-dialog-buttons BUTTON{margin-left:5px;margin-right:5px}.qq-uploader DIALOG .qq-dialog-message-selector{padding-bottom:10px}.qq-uploader DIALOG::backdrop{background-color:rgba(0,0,0,.7)}/*# sourceMappingURL=fine-uploader.min.css.map */
.fns-rfq-block {
    display: block !important;
}

.fns-rfq-block .fns-rfq-button {
    background: #8e807a none no-repeat scroll 18px center;
    border: medium none;
    color: #ffffff;
    font-size: 16px;
    min-height: 48px;
    white-space: normal;
    padding: 12px 25px 12px 50px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    font-weight: bold;
    letter-spacing: normal;
}

.fns-rfq-block .phone {
    background: url("../Plugins/FoxNetSoft.CustomerRequests/Styles/images/phone.png") no-repeat scroll 18px center #016B9B;
}

.fns-rfq-block .discount {
    background: url("../Plugins/FoxNetSoft.CustomerRequests/Styles/images/discount.png") no-repeat scroll 18px center #03A9F4;
}

.fns-rfq-block .matchtheprice {
    background: url("../Plugins/FoxNetSoft.CustomerRequests/Styles/images/matchtheprice.png") no-repeat scroll 18px center #8e807a;
}

.send-rfq-form {
    clear: both;
    margin: 10px;
    text-align: left;
}

.send-rfq-form .product-block {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

.send-rfq-form .product-block .picture {
    float: left;
    margin: 0 20px 0 0;
}

.send-rfq-form .product-block .details {}

.send-rfq-form .product-block .details .attributes dl {
    overflow: hidden;
    padding: 0 2px;
}

.send-rfq-form .unregistered-version {
    display: block;
    clear: both;
}

.send-rfq-form .customerdata {
    display: block;
    clear: both;
}

.send-rfq-form .customerdata .inputs {
    position: relative;
    margin: 15px 0 0;
    text-align: left;
    white-space: nowrap;
    /*fix for 'required' elements*/
}

.send-rfq-form .customerdata .inputs:after {
    content: "";
    display: block;
    clear: both;
}

.inputs label {
    margin: 0 10px 0 0;
}

.send-rfq-form .customerdata .inputs label {
    display: inline-block;
    margin: 0 0 0 0;
    text-align: right;
    width: auto;
    font-weight: normal !important;
}


/*.send-rfq-form .customerdata .inputs input[type="text"],
.send-rfq-form .customerdata .inputs input[type="password"],
.send-rfq-form .customerdata .inputs select,
.send-rfq-form .customerdata .inputs textarea,
.send-rfq-form .customerdata .inputs .couponblock,
.send-rfq-form .customerdata .attribute-fileupload {
    width: 350px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}*/

.send-rfq-form .customerdata .inputs select,
.send-rfq-form .customerdata .inputs textarea {
    background-color: #fff;
    vertical-align: middle;
}

.send-rfq-form .customerdata .inputs.custom-attributes {
    white-space: normal;
    font-size: 14px;
}

.send-rfq-form .customerdata .inputs .option-list {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
}

.send-rfq-form .customerdata .inputs .option-list li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
}

.send-rfq-form .customerdata .inputs .option-list label {
    display: inline-block;
    width: auto !important;
    margin: 0 0 0 5px;
}

.send-rfq-form .customerdata .inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
}

.send-rfq-form .customerdata .required {
    margin: 0x;
    /*siblings offset*/
    vertical-align: top;
    font-size: 15px;
    font-weight: normal;
    color: #e4434b;
}

.send-rfq-form .customerdata .field-validation-error {
    color: #e4434b;
    display: block;
    font-size: 13px;
    left: 165px;
    margin-top: 5px;
    position: relative;
    text-align: left;
}

.send-rfq-form .product-block .details .product-title {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    padding-left: 10px;
}

.send-rfq-form .product-block .details .product-title a {
    display: block;
    font-weight: 700;
    height: auto;
    line-height: 1.3em;
    overflow: hidden;
    padding: 4px 10px 8px 0;
}

.send-rfq-form .product-block .details .description {
    color: #555555;
    padding: 0 0 0 10px;
    text-align: left;
}

.send-rfq-form .attributes {
    margin-bottom: 10px;
}

.send-rfq-form .attributes dl dt {
    margin: 10px 0 0;
}

.send-rfq-form .attributes .text-prompt {
    font-weight: bold;
    display: inline;
}

.send-rfq-form .attributes ul.option-list {
    margin: 0;
    padding: 0;
}

.send-rfq-form .attributes ul.option-list li {
    list-style: none outside none;
}

.send-rfq-form .buttons {
    margin-top: 10px;
    left: 0;
    position: relative;
}

.send-rfq-form .sendemailafriendbutton {
    transition: all 0.2s ease 0s;
    float: left;
    max-width: 200px;
    min-width: 200px;
    width: auto;
    background-color: #576750;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: block;
    /* font-family: "Arvo"; */
    font-size: 16px;
    height: 60px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}


/* REQUEST DETAILS */

.request-customer-message,
.request-answer-message {
    background-color: #f9f9f9;
    color: #444;
    margin: 0 auto 40px;
    max-width: 100%;
    padding: 20px;
}

.request-customer-message strong,
.request-answer-message strong {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.send-rfq-form .overview {
    padding: 0;
}

.send-rfq-form .gallery>div:first-child {
    width: 100%;
    float: none;
    border: 1px solid #ddd;
}

.send-rfq-form .customerdata .inputs label {
    display: inline-block;
    text-align: left;
    width: auto;
}

.attrobutr .attributes {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 16px;
}

.send-rfq-form input[type="text"] {
    border: 1px solid #dadada
}

.attrobutr .attribute-description {
    width: 90%;
}

.emailafriend-page .page-title {
    padding: 30px 0 !important;
}

.emailafriend-page .page-title h2 {
    font-size: 24px;
    font-weight: 300;
}

.emailafriend-page .page-title h2 {
    font-size: 24px;
    font-weight: 400;
}

.emailafriend-page .page-title p {
    font-size: 18px;
    font-style: normal !important;
    padding-top: 16px;
    margin: 0 auto;
}

.emailafriend-page .page-title p em {
    font-style: normal;
    font-weight: 300;
}

@media all and (min-width: 1281px) {
    .send-rfq-form .gallery {
        width: 50%;
    }
    .send-rfq-form .overview {
        padding: 0;
        width: 48%;
    }
}

@media all and (min-width: 1601px) {
    .send-rfq-form .gallery {
        width: 50%;
    }
    .send-rfq-form .overview {
        padding: 0;
        width: 48%;
    }
    .emailafriend-page .page-title p {
        width: 50%;
    }
}

@media all and (max-width: 1000px) {
    .send-rfq-form .customerdata .inputs input[type="text"],
    .send-rfq-form .customerdata .inputs input[type="password"],
    .send-rfq-form .customerdata .inputs select,
    .send-rfq-form .customerdata .inputs textarea,
    .send-rfq-form .customerdata .inputs .couponblock,
    .send-rfq-form .customerdata .attribute-fileupload {
        width: 100%;
    }
    /* .send-rfq-form .customerdata .inputs label {
        display: block;
        text-align: center;
        width: 100%;
    }*/
    .send-rfq-form .buttons {
        left: 0;
    }
}

@media all and (max-width: 1280px) {
    .send-rfq-form .gallery {
        width: 100%;
        max-width: 100%;
    }
}

.send-rfq-form .customerdata .inputs label {
    padding-bottom: 10px;
    margin-bottom: 0px !important;
}
.item-box .btn-wrapper button:hover,
input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before,
.select input[type="checkbox"]:checked + label,
.select-boxes input[type="checkbox"]:checked + label,
.two-row-carousels .slick-arrow:hover,
.home-page-polls .answer input[type="radio"]:checked + label:before,
.answer input[type="radio"]:checked + label:before,
.pager li a:hover,
.pager li span,
.pager li.previous-page a:hover,
.pager li.next-page a:hover,
.pager li.first-page a:hover,
.pager li.last-page a:hover,
.ui-datepicker-header,
.ui-datepicker-calendar a.ui-state-active:hover,
.ui-datepicker-calendar a.ui-state-active,
.order-progress .active-step:not(.last) a:hover:before,
.opc .selector input[type="checkbox"]:checked ~ label:before,
.forum-search-box.search-box .search-box-button:hover,
.ico-wishlist .wishlist-qty,
.ico-cart .cart-qty,
.shopping-cart-link .cart-qty,
.selected-options-list > li span,
.header-menu .close-menu,
.close-side-menu,
.mobile-flyout-wrapper .close-side-menu,
.header-menu ul li.back-button,
.avatar-page .upload-image.valid + label,
.ui-slider-range,
.filters-button,
.quick-view-button a:hover,
.jCarouselMainWrapper .slick-next:hover,
.jCarouselMainWrapper .slick-prev:hover,
.blog-search-box .search-box-button:hover,
.sale-of-the-day-offer .timer-info-box,
.spc-products .slick-arrow:hover,
.nivo-directionNav a:hover,
.anywhere-slider .slick-arrow:hover,
.theme-roller .open-button,
.product-filters .ui-slider-range,
.buttons .k-button {
  background-color: #95c539;
}
.selected-options-list > li span:hover,
.theme-roller .open-button:hover,
.avatar-page .upload-image.valid + label:hover,
.buttons .k-button:hover {
  background-color: #688a28;
}
.link-rss:hover:before,
.field-validation-valid,
.username-available-status,
.cart a,
.data-table a,
.compare-products-table a,
.forums-table-section a,
.cart .product a:hover,
.data-table .product a:hover,
.compare-products-table .product a:hover,
.forums-table-section .product a:hover,
.cart .edit-item a,
.data-table .edit-item a,
.compare-products-table .edit-item a,
.forums-table-section .edit-item a,
.mini-shopping-cart .count a:hover,
.mini-shopping-cart .price,
.mini-shopping-cart .totals strong,
.login-form-in-header .in-header-register .register-button:hover,
.login-form-in-header .inputs input:focus + .inputs-icons,
.footer-block a:hover,
.social-sharing a:hover:before,
.footer-block .title:before,
.footer-block .title:after,
.block .title:before,
.block .list li.active > a,
.block .list a:hover,
.block .view-all a,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.poll > strong,
.block .answer label:hover,
.breadcrumb a:hover,
.breadcrumb a:hover span,
.item-box .actual-price,
.item-box .tax-shipping-info a,
.vendor-item:hover .title a,
.manufacturer-item:hover .title a,
.category-grid .item-box:hover .title a,
.product-name .manufacturers .value,
.overview .manufacturers .value,
.product-review-links a:hover,
.product-no-reviews a:hover,
.compare-products .add-to-compare-list-button:hover,
.compare-products .add-to-compare-list-button:hover:before,
.back-in-stock-subscription:hover:before,
.overview .additional-details div .value a,
.variant-overview .additional-details div .value a,
.download-sample a,
.product-social-sharing li a:hover:before,
.email-a-friend:hover:before,
.overview .product-price,
.variant-overview .product-price,
.tier-prices .item-price,
.product-tags-list a,
.ui-tabs .ui-tabs-nav li a:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
.ui-tabs .submitReviewResult,
.product-review-helpfulness .vote:hover:before,
.wishlist-page .share-info a,
.compare-products-mobile .price .item span,
.email-a-friend-page .title a,
.accept-privacy-policy .read,
.account-page .button-2.return-items-button:hover,
.account-page .button-2.return-items-button:hover:before,
.order-total td label,
.order-total td span,
.cart-total .order-total,
.terms-of-service .read,
.cart-collaterals > div > .title:hover,
.cart-collaterals > div > .title:before,
.cart-collaterals .message-success,
.checkout-page .add-button .btn-holder.open:before,
.order-completed .order-number,
.opc > li.allow:not(.active) .step-title:after,
.opc > li.active .step-title .number,
.opc > li.active .step-title .title,
.order-details-page .order-overview .order-number,
.sitemap-page a,
.post-date,
.news-date,
.post-navigation a:before,
.post-navigation a:after,
.back-to-all-button:hover,
.back-to-all-button:hover:before,
.blog-page .tags li,
.blogpost-page .tags a,
.read-comments:hover,
.read-comments:hover:before,
.new-comment .result,
.news-list-homepage .view-all a,
.news-list-homepage .view-all a:after,
.current-time,
.forum-search-box .advanced > a:hover,
.forum-table a:hover,
.topic-post .pm-button:before,
.topic-post .post-vote > .vote.up:hover:before,
.topic-post .post-vote > .vote.down:hover:before,
.compare-products-table .product-price td,
.order-progress .active-step.last a span,
.category-navigation-list-wrapper ul li:hover > a,
.category-navigation-list-wrapper ul li:hover > span,
.category-navigation-list-wrapper ul li:hover > a:after,
.header-links a:hover,
.header-links a:hover:before,
.block.block-recently-viewed-products .list a:hover,
.block-account-navigation.block .list a:hover,
.block-account-navigation.block .list a:hover:after,
.block-account-navigation.block .list a.active,
.block-account-navigation.block .list a.active:after,
.header-selectors-wrapper > div input[type="radio"]:checked + label,
.ajaxCart .k-window-titlebar.k-header .k-window-actions .k-icon:hover:before,
.productAddedToCartWindowDescription strong,
.clearFilterOptionsAll:hover,
.filter-block .toggleControl:before,
.filter-block a.clearFilterOptions:hover:before,
.filter-block a.clearPriceRangeFilter:hover:before,
.picture-thumbs .slick-prev:hover:before,
.picture-thumbs .slick-next:hover:before,
.instant-search-item .detail .price,
.home-page .jCarouselMainWrapper.small-products .nop-jcarousel .carousel-title:before,
.mega-menu .sublist li:hover > a,
.category-navigation-list .dropdown .box .title a,
.category-navigation-list .dropdown .box .subcategory-item a:hover,
.mega-menu .manufacturers .box:hover .title,
.mega-menu .vendors .box:hover .title,
.previous-product a:before,
.next-product a:before,
.quickView .k-window-titlebar.k-header .k-window-actions a:hover:before,
.quickViewWindow #accordion > h3 span:before,
.quickViewWindow .product-variant .product-price,
.ropc .section .title:after,
.ropc .coupon-box-panel .message-success,
.ropc .giftcard-box-panel .message-success,
.ropc .cart-total .cart-total-row span,
.sale-of-the-day-offer .product-name a:hover,
.sale-of-the-day-offer .price.actual-price,
.sale-of-the-day-offer .slick-arrow:hover:before,
.rich-blog-homepage .view-all a,
.rich-blog-homepage .view-all a:after,
.blog-search-results .search-term-highlighter,
.share-post li a:hover:before,
.post-relations li a,
.spc-products .spc-header li:hover,
.spc-categories .navigation li:hover,
.spc-header li.active,
.spc-categories .navigation li.active,
.spc-categories .category-title,
.spc-categories .category-sublist a:hover,
.spc-categories .slick-prev:hover:before,
.spc-categories .slick-next:hover:before,
.advantages-item .title a:hover,
.scroll-back-button:before,
.inputs.accept-consent .read,
.product-filters .selected-price-range {
  color: #95c539;
}
.product-name .manufacturers .value:hover,
.product-tags-list a:hover:hover,
.overview .additional-details div .value a:hover,
.variant-overview .additional-details div .value a:hover,
.terms-of-service .read:hover,
.download-sample a:hover,
.sitemap-page a:hover,
.blog-page .tags a:hover,
.blogpost-page .tags a:hover,
.product-tags-list a:hover,
.cart .edit-item a:hover,
.news-list-homepage .view-all a:hover,
.news-list-homepage .view-all a:hover:after,
.manufacturers .value:hover,
.block .view-all a:hover,
.data-table a:hover,
.forums-table-section a:hover,
.category-navigation-list .dropdown .box .title a:hover,
.rich-blog-homepage .view-all a:hover,
.rich-blog-homepage .view-all a:hover:after,
.post-relations li a:hover,
.spc-categories .category-title a:hover {
  color: #688a28;
}
.ajax-loading-block-window:before,
.ajax-loading-block-window:after,
.two-row-carousels .slick-arrow:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
.order-progress .active-step.last a:before,
.block-account-navigation.block .list a.active,
.nopAjaxCartPanelAjaxBusy:before,
.nopAjaxCartPanelAjaxBusy:after,
.miniProductDetailsPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:after,
.ui-slider-handle,
.product-filters .ui-slider-handle,
.productPanelAjaxBusy:before,
.productPanelAjaxBusy:after,
.infinite-scroll-loader:before,
.infinite-scroll-loader:after,
.cloudzoom-ajax-loader:before,
.cloudzoom-ajax-loader:after,
.jCarouselMainWrapper .slick-next:hover,
.jCarouselMainWrapper .slick-prev:hover,
.quickView .k-loading-image:before,
.quickView .k-loading-image:after,
.quickView .cloudzoom-ajax-loader:before,
.quickView .cloudzoom-ajax-loader:after,
.panel-loader-effect .spinner:before,
.panel-loader-effect .spinner:after,
.spc-categories .loading-overlay:before,
.spc-categories .loading-overlay:after,
.spc-body .loading-overlay:before,
.spc-body .loading-overlay:after,
.spc-products .slick-arrow:hover,
.scroll-back-button,
.nivoSlider:before,
.nivoSlider:after,
.anywhere-slider:before,
.anywhere-slider:after,
.jCarouselMainWrapper .loading-overlay:before,
.jCarouselMainWrapper .loading-overlay:after {
  border-color: #95c539;
}
.pager li a:hover,
.pager li span {
  border-color: #95c539 !important;
}
.button-1,
.eu-cookie-bar-notification button,
.login-form-in-header .login-button,
.category-navigation-list-wrapper:hover .category-navigation-title,
.category-navigation-list-wrapper.menuItemsAreClickable.opened .category-navigation-title,
.newsletter-email .newsletter-subscribe-button,
.home-page-polls .poll button,
.contact-vendor-button,
.item-box .buttons .button-2:hover,
.grouped-btn:hover,
.write-review .title strong,
.comment-form-btn strong,
.mfp-container .apply-shipping-button,
.write-review .button-1,
.qq-uploader .qq-upload-button,
.blog-posts .read-more,
.news-items .read-more,
.forums-table-section .view-all a,
.topic-post .post-actions .quote-post-button,
.ropc .complete-button button,
.spc-categories .category-picture .spc-to-all-products,
.jCarouselMainWrapper .slick-dots .slick-active button,
.sale-of-the-day-offer li.slick-active button,
.spc .slick-dots .slick-active button {
  background-color: #669933;
}
.button-1:hover,
.eu-cookie-bar-notification button:hover,
.mini-shopping-cart .buttons button:hover,
.login-form-in-header .login-button:hover,
.search-box .search-box-button:hover,
.newsletter-email .newsletter-subscribe-button:hover,
.poll .buttons button:hover,
.contact-vendor-button:hover,
.product-reviews-page .title .write-review-title:hover,
.mfp-container .apply-shipping-button:hover,
.write-review .button-1:hover,
.qq-uploader .qq-upload-button:hover,
.blog-posts .read-more:hover,
.news-items .read-more:hover,
.open-comment-form:hover,
.forums-table-section .view-all a:hover,
.topic-post .post-actions .quote-post-button:hover,
.ropc .complete-button button:hover {
  background-color: #527a29;
}
@media all and (min-width: 1025px) {
  .search-box .search-box-button,
  .center-2 .product-list .item-box .buttons .button-2 {
    background-color: #669933;
  }
  .center-2 .product-list .item-box .buttons .button-2:hover {
    background-color: #527a29;
  }
  .block-account-navigation.block .list .active a,
  .block-account-navigation.block .list .active a:after {
    color: #95c539;
  }
  .block-account-navigation.block .list .active a {
    border-color: #95c539;
  }
}
.item-box .btn-wrapper button:hover,
input[type="radio"]:checked + label:before,
.two-row-carousels .slick-arrow:hover,
.pager li a:hover,
.pager li span,
.pager li.previous-page a:hover,
.pager li.next-page a:hover,
.pager li.first-page a:hover,
.pager li.last-page a:hover,
.ui-datepicker-header,
.ui-datepicker-calendar a.ui-state-active:hover,
.ui-datepicker-calendar a.ui-state-active,
.order-progress .active-step:not(.last) a:hover:before,
.forum-search-box.search-box .search-box-button:hover,
.ico-wishlist .wishlist-qty,
.ico-cart .cart-qty,
.shopping-cart-link .cart-qty,
.selected-options-list > li span,
.header-menu .close-menu,
.close-side-menu,
.mobile-flyout-wrapper .close-side-menu,
.header-menu ul li.back-button,
.avatar-page .upload-image.valid + label,
.ui-slider-range,
.filters-button,
.quick-view-button a:hover,
.jCarouselMainWrapper .slick-next:hover,
.jCarouselMainWrapper .slick-prev:hover,
.blog-search-box .search-box-button:hover,
.sale-of-the-day-offer .timer-info-box,
.spc-products .slick-arrow:hover,
.nivo-directionNav a:hover,
.theme-roller .open-button {
  background-color: #95c539;
}
.selected-options-list > li span:hover,
.theme-roller .open-button:hover,
.avatar-page .upload-image.valid + label:hover {
  background-color: #333c2f;
}
.link-rss:hover:before,
.field-validation-valid,
.username-available-status,
.cart a,
.data-table a,
.compare-products-table a,
.forums-table-section a,
.cart .product a:hover,
.data-table .product a:hover,
.compare-products-table .product a:hover,
.forums-table-section .product a:hover,
.cart .edit-item a,
.data-table .edit-item a,
.compare-products-table .edit-item a,
.forums-table-section .edit-item a,
.mini-shopping-cart .count a:hover,
.mini-shopping-cart .price,
.mini-shopping-cart .totals strong,
.login-form-in-header .in-header-register .register-button:hover,
.login-form-in-header .inputs input:focus + .inputs-icons,
.footer-block a:hover,
.social-sharing a:hover:before,
.footer-block .title:before,
.footer-block .title:after,
.block .title:before,
.block .list li.active > a,
.block .list a:hover,
.block .view-all a,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.poll > strong,
.block .answer label:hover,
.breadcrumb a:hover,
.breadcrumb a:hover span,
.item-box .actual-price,
.item-box .tax-shipping-info a,
.vendor-item:hover .title a,
.manufacturer-item:hover .title a,
.category-grid .item-box:hover .title a,
.product-name .manufacturers .value,
.overview .manufacturers .value,
.product-review-links a:hover,
.product-no-reviews a:hover,
.compare-products .add-to-compare-list-button:hover,
.compare-products .add-to-compare-list-button:hover:before,
.back-in-stock-subscription:hover:before,
.overview .additional-details div .value a,
.variant-overview .additional-details div .value a,
.download-sample a,
.product-social-sharing li a:hover:before,
.email-a-friend:hover:before,
.overview .product-price,
.variant-overview .product-price,
.tier-prices .item-price,
.product-tags-list a,
.ui-tabs .ui-tabs-nav li a:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
.ui-tabs .submitReviewResult,
.product-review-helpfulness .vote:hover:before,
.wishlist-page .share-info a,
.compare-products-mobile .price .item span,
.email-a-friend-page .title a,
.accept-privacy-policy .read,
.account-page .button-2.return-items-button:hover,
.account-page .button-2.return-items-button:hover:before,
.order-total td label,
.order-total td span,
.cart-total .order-total,
.terms-of-service .read,
.cart-collaterals > div > .title:hover,
.cart-collaterals > div > .title:before,
.cart-collaterals .message-success,
.checkout-page .add-button .btn-holder.open:before,
.order-completed .order-number,
.opc > li.allow:not(.active) .step-title:after,
.opc > li.active .step-title .number,
.opc > li.active .step-title .title,
.order-details-page .order-overview .order-number,
.sitemap-page a,
.post-date,
.news-date,
.post-navigation a:before,
.post-navigation a:after,
.back-to-all-button:hover,
.back-to-all-button:hover:before,
.blog-page .tags li,
.blogpost-page .tags a,
.read-comments:hover,
.read-comments:hover:before,
.new-comment .result,
.news-list-homepage .view-all a,
.news-list-homepage .view-all a:after,
.current-time,
.forum-search-box .advanced > a:hover,
.forum-table a:hover,
.topic-post .pm-button:before,
.topic-post .post-vote > .vote.up:hover:before,
.topic-post .post-vote > .vote.down:hover:before,
.compare-products-table .product-price td,
.order-progress .active-step.last a span,
.category-navigation-list-wrapper ul li:hover > a,
.category-navigation-list-wrapper ul li:hover > span,
.category-navigation-list-wrapper ul li:hover > a:after,
.header-links a:hover,
.header-links a:hover:before,
.block.block-recently-viewed-products .list a:hover,
.block-account-navigation.block .list a:hover,
.block-account-navigation.block .list a:hover:after,
.block-account-navigation.block .list a.active,
.block-account-navigation.block .list a.active:after,
.ajaxCart .k-window-titlebar.k-header .k-window-actions .k-icon:hover:before,
.productAddedToCartWindowDescription strong,
.clearFilterOptionsAll:hover,
.filter-block .toggleControl:before,
.filter-block a.clearFilterOptions:hover:before,
.filter-block a.clearPriceRangeFilter:hover:before,
.picture-thumbs .slick-prev:hover:before,
.picture-thumbs .slick-next:hover:before,
.instant-search-item .detail .price,
.home-page .jCarouselMainWrapper.small-products .nop-jcarousel .carousel-title:before,
.mega-menu .sublist li:hover > a,
.category-navigation-list .dropdown .box .title a,
.category-navigation-list .dropdown .box .subcategory-item a:hover,
.mega-menu .manufacturers .box:hover .title,
.mega-menu .vendors .box:hover .title,
.previous-product a:before,
.next-product a:before,
.quickView .k-window-titlebar.k-header .k-window-actions a:hover:before,
.quickViewWindow #accordion > h3 span:before,
.quickViewWindow .product-variant .product-price,
.ropc .section .title:after,
.ropc .coupon-box-panel .message-success,
.ropc .giftcard-box-panel .message-success,
.ropc .cart-total .cart-total-row span,
.sale-of-the-day-offer .product-name a:hover,
.sale-of-the-day-offer .price.actual-price,
.sale-of-the-day-offer .slick-arrow:hover:before,
.rich-blog-homepage .view-all a,
.rich-blog-homepage .view-all a:after,
.blog-search-results .search-term-highlighter,
.share-post li a:hover:before,
.post-relations li a,
.spc-products .spc-header li:hover,
.spc-categories .navigation li:hover,
.spc-header li.active,
.spc-categories .navigation li.active,
.spc-categories .category-title,
.spc-categories .category-sublist a:hover,
.spc-categories .slick-prev:hover:before,
.spc-categories .slick-next:hover:before,
.advantages-item .title a:hover {
  color: #95c539;
}
.product-name .manufacturers .value:hover,
.product-tags-list a:hover:hover,
.overview .additional-details div .value a:hover,
.variant-overview .additional-details div .value a:hover,
.terms-of-service .read:hover,
.download-sample a:hover,
.sitemap-page a:hover,
.blog-page .tags a:hover,
.blogpost-page .tags a:hover,
.product-tags-list a:hover,
.cart .edit-item a:hover,
.news-list-homepage .view-all a:hover,
.news-list-homepage .view-all a:hover:after,
.manufacturers .value:hover,
.block .view-all a:hover,
.data-table a:hover,
.forums-table-section a:hover,
.category-navigation-list .dropdown .box .title a:hover,
.rich-blog-homepage .view-all a:hover,
.rich-blog-homepage .view-all a:hover:after,
.post-relations li a:hover,
.spc-categories .category-title a:hover {
  color: #333c2f;
}
.ajax-loading-block-window:before,
.ajax-loading-block-window:after,
.two-row-carousels .slick-arrow:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
.order-progress .active-step.last a:before,
.block-account-navigation.block .list a.active,
.nopAjaxCartPanelAjaxBusy:before,
.nopAjaxCartPanelAjaxBusy:after,
.miniProductDetailsPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:after,
.ui-slider-handle,
.productPanelAjaxBusy:before,
.productPanelAjaxBusy:after,
.infinite-scroll-loader:before,
.infinite-scroll-loader:after,
.cloudzoom-ajax-loader:before,
.cloudzoom-ajax-loader:after,
.jCarouselMainWrapper .slick-next:hover,
.jCarouselMainWrapper .slick-prev:hover,
.quickView .k-loading-image:before,
.quickView .k-loading-image:after,
.quickView .cloudzoom-ajax-loader:before,
.quickView .cloudzoom-ajax-loader:after,
.panel-loader-effect .spinner:before,
.panel-loader-effect .spinner:after,
.spc-categories .loading-overlay:before,
.spc-categories .loading-overlay:after,
.spc-body .loading-overlay:before,
.spc-body .loading-overlay:after,
.spc-products .slick-arrow:hover {
  border-color: #95c539;
}
.pager li a:hover,
.pager li span {
  border-color: #95c539 !important;
}
.button-1,
.eu-cookie-bar-notification button,
.login-form-in-header .login-button,
.category-navigation-list-wrapper:hover .category-navigation-title,
.category-navigation-title:hover,
.newsletter-email .newsletter-subscribe-button,
.home-page-polls .poll .buttons input,
.contact-vendor-button,
.item-box .buttons .button-2:hover,
.grouped-btn:hover,
.write-review .title strong,
.comment-form-btn strong,
.write-review .button-1,
.qq-uploader .qq-upload-button,
.blog-posts .read-more,
.news-items .read-more,
.forums-table-section .view-all a,
.topic-post .post-actions .quote-post-button,
.ropc .complete-button button,
.spc-categories .category-picture .spc-to-all-products,
.jCarouselMainWrapper .slick-dots .slick-active button,
.sale-of-the-day-offer .owl-dot.active {
  background-color: #95c539;
}
.category-navigation-list-wrapper:hover .category-navigation-title {
  background-color: transparent;
}
.button-1:hover,
.eu-cookie-bar-notification button:hover,
.mini-shopping-cart input[type="button"]:hover,
.login-form-in-header .login-button:hover,
.search-box .search-box-button:hover,
.newsletter-email .newsletter-subscribe-button:hover,
.poll .buttons input:hover,
.contact-vendor-button:hover,
.product-reviews-page .title .write-review-title:hover,
.write-review .button-1:hover,
.qq-uploader .qq-upload-button:hover,
.blog-posts .read-more:hover,
.news-items .read-more:hover,
.open-comment-form:hover,
.forums-table-section .view-all a:hover,
.topic-post .post-actions .quote-post-button:hover,
.ropc .complete-button button:hover {
  background-color: #7da530;
}
@media all and (min-width: 1025px) {
  .search-box .search-box-button,
  .center-2 .product-list .item-box .buttons .button-2 {
    background-color: #95c539;
  }
  .center-2 .product-list .item-box .buttons .button-2:hover {
    background-color: #7da530;
  }
}
/*Fix padding below jslider on homepage*/
.center-1 .nop-jcarousel.manufacturer-grid,
.center-1 .nop-jcarousel.vendor-grid {
  margin: 0 !important;
  background: #ffffff;
}
.center-1 .nop-jcarousel.manufacturer-grid::before,
.center-1 .nop-jcarousel.vendor-grid::before {
  background-color: #95c539;
}
.footer-block a:hover {
  color: #95c539;
}
.footer-block input[type="radio"] + label {
  color: #95c539;
}
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span {
  color: #95c539;
}
/* Mega Menu */
.mega-menu .sublist li a {
  font-weight: lighter;
  text-align: right;
  letter-spacing: 1px;
}
.mega-menu .sublist li a:hover {
  background-color: #95c539;
  color: white;
}
.mega-menu .sublist-wrap {
  padding: 0;
  width: auto;
  border: none;
}
.dropdown.categories.fullWidth.boxes-5 {
  text-align: left;
}
/* PrevNextProduct plugin overrides */
.previous-product,
.next-product {
  width: auto;
}
.mobile-prev-next-holder {
  max-width: 100%;
}
.prev-next-holder {
  box-shadow: 2px 2px 15px 1px #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prev-next-holder > .previous-product {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  order: 1;
}
.prev-next-holder > .next-product {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  order: 3;
}
.prev-next-holder > .breadcrumb {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  order: 2;
  font-size: 12px;
  width: 100%;
  padding: 5px;
  height: 47px;
}
.prev-next-holder > .breadcrumb li > a {
  color: #95c539;
}
.prev-next-holder > .breadcrumb li > a:hover {
  color: #95c539;
}
.breadcrumb {
  margin: 0;
}
.home-page-advantages {
	margin: 0 -6vw 0 !important;
}
.product-modular-page .compare-products .add-to-compare-list-button{
    margin-bottom: 2px;
}
@media (min-width: 768px){
.product-modular-page .overview-buttons {
    clear: both;
}
.product-modular-page .overview-buttons div {
    margin: 0;
    padding: 0 10px 0 10px;
}
}
.overview .back-in-stock-subscription button{
background-color: #f1f1f1;
    color: black;
font-size: 15px;
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.overview .back-in-stock-subscription button:hover {
    background-color: #95c539;
}
.back-in-stock-subscription:before{
vertical-align: middle;
}
@media (min-width: 1281px){
.product-modular-page .overview .submit-ticket{
padding-left: 0px;
}
}
.testimonials {
  background-color: unset;
  padding: 30px 0px;
}
