/* input(14714,33): run-time error CSS1046: Expect comma, found '0'
input(14714,37): run-time error CSS1046: Expect comma, found '/'
input(16180,12): run-time error CSS1030: Expected identifier, found '.'
input(16180,24): run-time error CSS1025: Expected comma or open brace, found ')'
input(17011,35): run-time error CSS1046: Expect comma, found '0'
input(17011,39): run-time error CSS1046: Expect comma, found '/'
input(17103,35): run-time error CSS1046: Expect comma, found '0'
input(17103,39): run-time error CSS1046: Expect comma, found '/'
input(17151,36): run-time error CSS1046: Expect comma, found '0'
input(17151,40): run-time error CSS1046: Expect comma, found '/' */
/*! 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;
}

@-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: .2;
	}
	65% {
		width: 50%;
		opacity: .6;
	}
	100% {
		width: 100%;
		opacity: .4;
	}
}

@-moz-keyframes widthplay {
	30% {
		width: 55%;
		opacity: .2;
	}
	65% {
		width: 50%;
		opacity: .6;
	}
	100% {
		width: 100%;
		opacity: .4;
	}
}

@keyframes widthplay {
	30% {
		width: 55%;
		opacity: .2;
	}
	65% {
		width: 50%;
		opacity: .6;
	}
	100% {
		width: 100%;
		opacity: .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(.2);
		-ms-transform: scale(.2);
		transform: scale(.2);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes emailing {
	0% {
		-webkit-transform: scale(.2);
		-ms-transform: scale(.2);
		transform: scale(.2);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes emailing {
	0% {
		-webkit-transform: scale(.2);
		-ms-transform: scale(.2);
		transform: scale(.2);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}


@-webkit-keyframes stars {
	0%{
		-webkit-transform: scale(.8) rotate(-15deg);
		-ms-transform: scale(.8) rotate(-15deg);
		transform: scale(.8) rotate(-15deg);
	}
	25% {
		-webkit-transform: scale(.8) rotate(15deg);
		-ms-transform: scale(.8) rotate(15deg);
		transform: scale(.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(.8) rotate(-15deg);
		-ms-transform: scale(.8) rotate(-15deg);
		transform: scale(.8) rotate(-15deg);
	}
	25% {
		-webkit-transform: scale(.8) rotate(15deg);
		-ms-transform: scale(.8) rotate(15deg);
		transform: scale(.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(.8) rotate(-15deg);
		-ms-transform: scale(.8) rotate(-15deg);
		transform: scale(.8) rotate(-15deg);
	}
	25% {
		-webkit-transform: scale(.8) rotate(15deg);
		-ms-transform: scale(.8) rotate(15deg);
		transform: scale(.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;
}
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 **********/


@font-face {
	font-family: 'emporium-icons';
	src: url('../Themes/Emporium/Content/icons/emporium-icons.woff') format('woff'),
		 url('../Themes/Emporium/Content/icons/emporium-icons.svg#emporium-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	max-width: 100%;
	overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
	background-color: #fff;
	font: normal 12px 'Roboto', sans-serif;
	color: #000;
	
}
table {
	width: 100%;
	border-collapse: collapse;
}
p {
	line-height: 20px;
}
a {
	color: inherit;
	cursor: pointer;
}
img {
	max-width: 100%;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
	height: 45px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 15px;
	color: #8c8c8c;
	font-family: 'Roboto', sans-serif;
}

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: 150px;
	padding: 15px 20px;
}
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: 300;
	color: #8c8c8c;
	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 #e7e7e7;
	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 #e7e7e7;
	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;
	padding: 40px 10px 80px;
}

.master-wrapper-content select,
.k-window select {
	height: 45px;
	width: auto;
	max-width: 100%;
	padding: 0 35px 0 20px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	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 .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: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
	text-align: left;
	font-size: 15px;
	color: #8c8c8c;
	font-weight: 400;
}
.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;
	font-size: 15px;
	color: #8c8c8c;
	font-weight: 400;
}
.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: 15px;
    color: #8c8c8c;
    font-weight: 400;
}


/*********** 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: 45px;
	color: #8c8c8c;
	border-radius: 3px;
	width: 100%;
	vertical-align: middle;
}

.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 ***********/


.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: #f9f9f9;
	padding: 20px;
	white-space: nowrap;
	font-size: 17px;
	color: #959595;
	font-weight: 300;
}
.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: #444;
	font-weight: 400;
}

td.product-picture {
	font-size: 0 !important;
}

td.product-picture a {
	display: inline-block;
	width: 80px;
}

.data-table td {
	font-size: 17px;
}

.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 .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: 15px;
	color: #8c8c8c;
	max-width: none;
}

.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;
}
.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: #444;
	white-space: nowrap;
	font-weight: 700;
}
.cart .subtotal .discount,
.cart .discount-additional-info {
	white-space: nowrap;
	font-size: 12px;
}

.cart .remove-from-cart {
	position: relative;
}
.cart .remove-from-cart button {
	/*position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	margin: auto;*/
	width: 24px;
	height: 24px;
	border: none;
	background: none;
	transition: 0.2s ease;
}
.cart .remove-from-cart button:after {
    content: "\7a";
	display: block;
    font-size: 18px;
	color: #444;
}
.cart .remove-from-cart button:hover {
	transform: rotate(-90deg);
}

.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 .2s ease;
}

.button-1:hover {
	background-color: #e8af00;
}


/*********** 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,.8);
}
.bar-notification.warning {
	background-color: rgba(255,79,96,.8);
}
.bar-notification.error {
	background-color: rgba(255,79,96,.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,.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: .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,.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 .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,.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;
}

.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: 50%;
	-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,.16);
	z-index: 1020;
	transition: all .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 .2s ease;
}

a.ico-cart:before {
	display: block;
	margin-bottom: 4px;
	font-size: 26px;
	color: #8e8e8e;
	transition: color .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 .1s ease;
}

.mini-shopping-cart .product .remove-item:after {
	content: "\7a";
	display: block;
	font-size: 8px;
	line-height: 18px;
	color: #8e8e8e;
	transition: all .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 .buttons button {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
}
.mini-shopping-cart button + button {
    margin-top: 10px;
    background-color: #ddd;
    color: #8c8c8c;
}
.mini-shopping-cart .buttons button:hover {
    background-color: #e8af00;
}
.mini-shopping-cart button + button: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 .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;
}

.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,.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*/
}


/*********** FOOTER ***********/



.footer {
	border-top: 3px solid #f6f6f6;
	background-color: #fff;
	text-align: center;
    overflow: hidden;
}

.footer-upper {
	margin: 55px 0;
	overflow: hidden;
}

.footer-logo {
	margin: 0 0 25px;
}

.footer-block a {
	font-size: 15px;
	color: #959595;
	transition: color .2s ease;
}

.footer-block a:hover {
	color: #97c300;
}

.footer .newsletter .title {
	margin: 0 0 13px;
	font-size: 15px;
	color: #8c8c8c;
	text-transform: none;
}

.newsletter .title strong {
	font-weight: normal;
}

.newsletter-email { 
	display: block;
	overflow: hidden; 
	max-width: 255px;
	margin: 0 auto;
}
.newsletter-email .newsletter-subscribe-text {
	float: left;
	width: calc(100% - 47px);
	height: 47px;
	border-radius: 3px 0 0 3px;
	border-right: 0;
}

.newsletter-email .newsletter-subscribe-text:focus {
	border-color: #e7e7e7;
}

.newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #959595;
}
.newsletter-email .newsletter-subscribe-text::-moz-placeholder { /* Firefox 19+ */
	color: #959595;
}
.newsletter-email .newsletter-subscribe-text:-ms-input-placeholder { /* IE 10+ */
	color: #959595;
}
.newsletter-email .newsletter-subscribe-text:-moz-placeholder { /* Firefox 18- */
	color: #959595;
}

.newsletter-email .newsletter-subscribe-button {
	float: left;
	width: 47px;
	height: 47px;
	padding: 0;
	border: none;
	border-radius: 0 3px 3px 0;
	background: #eebe00 url('../Themes/Emporium/Content/img/subscribe-button.png') center no-repeat;
	font-size: 0;
	transition: all .2s ease;
}

.newsletter-email .newsletter-subscribe-button:hover {
    background-color: #e8af00;
}
.newsletter-email .options {
	height: 0;
	overflow: hidden;
	clear: both;
}
.newsletter-validation, 
.newsletter-result {
	margin: 10px 0;
	line-height: 20px;
	font-size: 13px;
	color: #444;
}
.newsletter-validation .please-wait {
	display: none !important; 
}

.footer-middle {
	margin-bottom: 50px;
	overflow: hidden;
}

.footer-middle .social-icons,
.footer-middle .pay-options {
	margin-top: 40px;
}

.pay-options img {
	margin: 0 2px;
    max-width: 30px;
}

.social-sharing ul {
	font-size: 0;
}
.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: #8e8e8e;
	transition: color .2s ease;
}

.social-sharing a:hover:before {
	color: #97c300;
}

.social-sharing .facebook:before {
	content: "\6e";
}
.social-sharing .twitter:before {
	content: "\6f";
}
.social-sharing .google:before {
	content: "\70";
}
.social-sharing .pinterest:before {
	content: "\44";
}
.social-sharing .instagram:before {
	content: "\74";
}
.social-sharing .linkedin:before {
	content: "\75";
}
.social-sharing .vimeo:before {
	content: "\71";
}
.social-sharing .youtube:before {
	content: "\72";
}
.social-sharing .rss:before {
	content: "\73";
}

.footer-lower {
	overflow: hidden;
	font-size: 11px;
}
.footer-lower > div {
	display: block;
	margin: 5px 10px 0;
	color: #a0a0a0;
	font-size: 14px;
}

.footer-lower > div:first-child {
	margin-top: 0;
}

.footer-lower > div a {
	color: #ededed;
}
.footer-lower .theme-selector {
	margin: 15px 0 0;
}
.theme-selector select {
	width: 170px;
	height: 36px;
}

.footer-block ul {
	display: none;
	padding: 10px 0;
	background-color: #f6f6f6;
}

.footer-block ul li {
	padding: 8px;
}

.footer-block {
	border-bottom: 1px solid #eeeeee;
}

.footer-block:first-child {
	border-top: 1px solid #eeeeee;

}

.footer .title {
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #444444;
	font-size: 14px;	
}

.footer-block .title {
	position: relative;
	margin: 0;
	padding: 15px 45px;
	text-transform: uppercase;
	color: #444444;
	font-size: 14px;
	cursor: pointer;
}

.footer-block .title:before,
.footer-block .title:after {
	content: "\77";
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 9px;
	color: #97c300;
	text-transform: none;
	transition: all .3s ease;
}

.footer-block .title:after {
	left: auto;
	right: 20px;
}

.footer-block .title.open:before,
.footer-block .title.open:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.footer-lower {
	padding: 30px 20px;
	background-color: #444444;
}



/*********** 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 .2s ease;
	z-index: 1;
}

.two-row-carousels .slick-arrow:before {
	display: block;
	color: #d0d0d0;
	font-size: 12px;
	line-height: 40px;
	transition: all .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;
	height: 0; /*hidden until fully loaded*/
	overflow: hidden;
}

.two-row-carousels .slick-slide .item-box {
	height: auto;
}




/*********** 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: #444444;
	background-color: #f6f6f6;
	cursor: pointer;
	text-align: left;
}
.block .title strong {
	font-weight: 300;
	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 .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: 8px 0;
	font-size: 15px;
	color: #8c8c8c;
	transition: all .2s ease;
}

.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 .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: #8c8c8c;
	transition: all .2s ease;
}

.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #97c300
}

.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 .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;
}

.poll .buttons button {
	padding: 10px 20px;
	border: none;
	background-color: #f1f1f1;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #8c8c8c;
	transition: all .2s ease;
}
.poll .buttons button:hover {
    background-color: #e8af00;
    color: #fff;
}
.home-page-polls .poll button {
	border-radius: 3px;
	background-color: #eebe00;
	padding: 15px 30px;
	color: #fff;
}

.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 .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;
}

.block.product-filters .listbox {
	color: #444444;
	padding: 18px 30px;
	font-size: 15px;
}
.product-filters .listbox .filter-title {
	padding: 5px 0px;
	color: #444;
	font-size: 15px;
}
.product-filters .selected-price-range {
	overflow: hidden;
	margin: 5px 0 12px;
	font-size: 15px;
}
.product-filters .selected-price-range .from {
	float: left;
}
.product-filters .selected-price-range .to {
	float: right;
}
.product-filters .listbox .filter-content .group {
	padding: 0px 0px 0px 0px;
}
.product-filters .listbox .filter-content .name {
	padding: 5px 0px 3px 0px;
}
.product-filters .listbox .filter-title strong {
	font-size: 16px;
}
.product-filters .listbox .filter-title strong,
.product-filters .listbox .filter-content .name strong {
	font-weight: 400;
}
.product-filters .listbox .product-spec-filter .filter-content {
	padding: 10px 0px 10px 0px;
}
.product-filters .listbox .filter-content li.item {
	padding: 8px 0px;
}
.product-filters .ui-slider {
	position: relative;
	width: auto;
	height: 10px;
	margin: 0 10px 22px;
	max-width: 257px;
	padding: 10px 0 0;
	border-bottom: 3px solid #c5c5c5;
}
.product-filters .ui-slider-range {
	position: absolute;
	height: 3px;
	background-color: #97c300;
}
.product-filters .ui-slider-handle {
	position: absolute;
	top: 2px;
	width: 19px;
	height: 19px;
	margin-left: -8px;
	background: #fff;
	border: 1px solid #97c300;
	border-radius: 50%;
}
.product-filters .ui-slider-handle span {
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -19px;
	min-width: 38px;
	height: 18px;
	padding: 0 2px;
	line-height: 18px;
	color: rgba(255,255,255,.7);
	font-size: 11px;
	text-align: center;
	background: #2c2c2c;
}
.product-filters .ui-slider-handle span:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #2c2c2c transparent transparent transparent;
}


/********** 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; /*reset zeroing*/
	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;
}

.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 .1s ease;
}

.contact-vendor-button:hover {
    background-color: #e8af00;
}

.filters-button-wrapper {
    display: none !important;
}


.product-selectors {
	margin: 0 0 20px;
	text-align: center;
	font-size: 0;
}
.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 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;
	width: 49%;
	float: left;
	margin: 0 0 2% 2%;
	border: 1px solid #eeeeee;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.item-box:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}

.item-box .picture {
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
	margin: 0 0 5px;
	border-radius: 2px 2px 0 0;
}
.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%);
	max-width: none;
	height: 100%;
}

.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;
}

.item-box .details {
	padding: 10px;
}

.item-box .product-title,
.item-box .title {
	height: 39px;
	margin: 0 0 7px;
	overflow: hidden;
	font-size: 15px;
	font-weight: normal;
	color: #444444;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
}
.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;
}

.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;
}
.item-box .actual-price {
	font-size: 18px;
	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: #8c8c8c;
}
.item-box .tax-shipping-info a {
	color: #97c300;
}

.item-box .base-price-pangv {
    color: #8c8c8c;
}
.item-box .buttons {
	display: none;
	font-size: 0;
}
.item-box button {
	height: 40px;
	padding: 0 5%;
	vertical-align: middle;
	border: none;
	text-overflow: ellipsis;
	overflow: hidden;
}

.item-box .button-2 {
	width: 100%;
	background-color: #f1f1f1;
	border-radius: 3px;
	font-weight: bold;
	font-size: 14px;
	color: #8c8c8c;
	text-transform: uppercase;
	transition: all .2s ease;
}

.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;
}

.item-box .btn-wrapper .button-2 {
	margin-left: 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	border-radius: 30px;
	background-color: #f1f1f1;
	border: 0;
	font-size: 0;
	backface-visibility: hidden;
	transition: all .1s ease;
}
.item-box .btn-wrapper button:before {
	transition: all .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 .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: #444444;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.advantages-item .title a {
	transition: all .2s ease;
}

.advantages-item .title a:hover {
	color: #97c300;
}

.product-grid .title {
	margin: 0 0 25px;
	font-size: 28px;
	color: #444444;
	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 .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 .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: 85px;
	margin: 0 4px 10px;
	border-radius: 3px;
	border: 1px solid #eeeeee;
	overflow: hidden;
	background-color: #fff;
	cursor: pointer;
}

.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: #8c8c8c;
}

.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: #444444;
	font-weight: bold;
}
.overview .short-description {
	margin: 0 0 30px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #8c8c8c;
}
.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;
}
.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 .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 .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 .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 .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: 10px 20px;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 13px;
	color: #8c8c8c;
	text-transform: uppercase;
	background-color: #f6f6f6;
	border-radius: 2px;
}

.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 .2s ease;
}

.back-in-stock-subscription:hover:before {
	color:#97c300;
	-webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	-moz-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

.back-in-stock-subscription button {
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #8c8c8c;
	text-transform: uppercase;
	transition: color .2s ease;
}

.overview .additional-details,
.variant-overview .additional-details {
	margin-bottom: 30px;
}

.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 0 0 5px;
	font-size: 15px;
	color: #8c8c8c;
}

.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 {
	margin: 20px 0 10px;
}
.variant-overview .delivery {
	margin: 20px 0 0;
}
.delivery .free-shipping {
	color: #8c8c8c;
	font-size: 14px;
} 
.delivery .delivery-date {
	font-size: 14px;
	color: #8c8c8c;
}
.free-shipping + .delivery-date {
	margin: 5px 0 0;
}

.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 option.disabled {
	color: #ddd;
}
.attributes li.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.attributes li.disabled label {
	text-decoration: line-through;
}
.attribute-squares li.disabled {
	position: relative;
	opacity: 1;
}
.attribute-squares li.disabled:before {
	content: "\7a";
	position: absolute;
	top: 1px; bottom: 1px;
    left: 1px; right: 1px;
	border-radius: 2px;
	background-color: #fff;
	text-align: center;
	font-size: 19px;
	line-height: 30px;
	color: rgb(255,79,96);
}

.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-estimate-shipping {
	margin: 20px 0 10px;
	color: #8c8c8c;
}
.product-estimate-shipping a {
	display: block;
}
.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 0 3px 9px;
	border: solid black;
	border-width: 0 1px 1px 0;
	padding: 3px 3px;
	vertical-align: middle;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
	font-size: 15px;
}
.product-estimate-shipping .shipping-price {
	margin: 0 0 0 5px;
	vertical-align: middle;
	color: #000;
}
.product-estimate-shipping .shipping-address {
	white-space: nowrap;
	font-size: 12px;
}
.product-estimate-shipping .shipping-address span {
	display: inline-block;
    max-width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
	vertical-align: middle;
}
.product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
	font-size: 14px;
}

.product-social-buttons {
	margin-bottom: 30px;
}

.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 .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.facebook:before {
	content: "\6e";
}

.product-social-sharing a.pinterest:before {
	content: "\44";
}

.product-social-sharing a.google:before {
	content: "\70";
}

.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 button {
	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 .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,.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 .2s ease;
}

.ui-datepicker-header a:hover {
	background-color: rgba(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 .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;
}

.image-squares .tooltip-container {
    position: absolute;
    display: block;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}
.image-squares .tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0; height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.image-squares .tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0; height: 0;
    border-bottom: 6px solid #f6f6f6;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.image-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}
.image-squares .tooltip-header {
    background-color:#f6f6f6;
    height:25px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    padding-left:10px;
    padding-top:5px;
    text-align:left;
    color: #8c8c8c;
    width: 198px;
    font-size: 13px;
    border-bottom: 1px #EEEEEE solid;
}
.image-squares .tooltip-body {
    margin:5px;
}
.image-squares .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}

.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;
}
.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 {
	margin-bottom: 40px;
}

.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: 13px;
	color: #8c8c8c;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .2s ease;
}

.grouped-btn:before {
	content: "\4b";
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	font-size: 12px;
	color: #8e8e8e;
	text-transform: none;
	transition: all .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: inline-block;
	vertical-align: top;
	font-size: 0;
	margin-left: 5px;
}

.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;
}

.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: 3px;
	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: 27px;
	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;
	width: calc(100% - 90px);
	max-width: 250px;
}

.add-to-cart-qty-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

/*iOS bug fix start*/
.add-to-cart-qty-wrapper {
	width: 80px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #e7e7e7;
    text-align: left;
}
.add-to-cart-qty-wrapper .qty-input,
.add-to-cart-qty-wrapper .qty-dropdown {
	width: 62px;
	border: none;
    background: none;
    padding-right: 9px;
}/*iOS bug fix end, makes buttons clickable*/

.add-to-cart-qty-wrapper .plus,
.add-to-cart-qty-wrapper .minus {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	display: inline-block;
	width: 15px;
	height: 18px;
	margin: 3px;
	background-color: #f1f1f1;
	text-align: center;
	font-family: "emporium-icons";
	font-size: 7px;
	line-height: 18px;
	color: #8e8e8e;
	cursor: pointer;
	user-select: none;
	transition: all .2s ease;
}

.add-to-cart-qty-wrapper .minus {
	top: auto;
	bottom: 0;
}

.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: #8c8c8c;
	font-size: 0;
	text-transform: uppercase;
	text-align: center;
	background-color: #f1f1f1;
	transition: all .1s ease;
}

.overview .add-to-wishlist button:hover {
	background-color: #eaeaea;
}

.overview .add-to-wishlist button:before {
	content: "\63";
	display: inline-block;
	vertical-align: bottom;
	color: #8c8c8c;
	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-specs-box thead {
    display: none;
}
.product-specs-box .spec-group-name {
	display: none !important;
}

.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: 20px 25px;
	border: none;
}

.data-table td .color-squares {
	margin: -5px 0;
	display: inline-block;
    vertical-align: middle;
}

.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 .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 10px;
}
.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 .1s ease;
}

.variant-overview .add-to-wishlist-button:before {
	display: block;
	content: "\63";
	font-size: 20px;
	color: #8e8e8e;
	transition: all .2s ease;
}

.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: #8c8c8c;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	transition: all .1s ease;
}

.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;
}



/********** ESTIMATE SHIPPING **********/



.estimate-shipping-popup {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	transform: scale(0.8);
	transition: all 0.2s ease;
	opacity: 0;
}
.estimate-shipping-popup strong {
	visibility: hidden;
	font-weight: 300;
    text-transform: uppercase;
    color: #222;
}
.mfp-ready .estimate-shipping-popup {
	transform: scale(1);
	opacity: 1;
}
.mfp-removing .estimate-shipping-popup {
	transform: scale(0.8);
	opacity: 0;
}
.estimate-shipping-popup-zoom-in.mfp-removing {
	transition: all 0.3s ease;
	opacity: 0;
}

.estimate-shipping-row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.estimate-shipping-row-item {
	flex: 0 1 100%;
}

.mfp-container .address-item {
	display: block;
	width: auto;
	margin: 10px 0 0 !important;
	border: none;
	padding: 0;
}
.mfp-container .address-item + div {
	padding: 0 0 0 15px;
}
.estimate-shipping-address-control {
	width: 100%;
}
select.estimate-shipping-address-control {
	padding: 0 27px 0 20px;
	background: #fff url(../Themes/Emporium/Content/img/select-arrow-dark.svg) no-repeat right 10px center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.mfp-container .address-item .required {
    position: absolute;
	top: -6px; right: -9px;
}
.mfp-container .shipping-options {
	position: relative; /*preloader referrence*/
	margin: 10px 0 30px;
}
.mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	font-size: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #f0f0f0;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	font-size: 14px;
	cursor: pointer;
}
.mfp-container .shipping-option.active {
	background-color: #f2f2f2;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px solid #f0f0f0;
	padding: 12px 11px 11px;
}
.mfp-container .shipping-item {
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
}
.estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
}
.estimate-shipping-radio {
	display: none;
}
.estimate-shipping-radio:checked + label:before {
	margin: 0 !important;
	position: relative;
	bottom: 1px;
}
.estimate-shipping-radio:checked + label:after {
	display: none;
}

.apply-shipping-button-container {
	text-align: center;
}
.mfp-container .apply-shipping-button {
	min-width: 120px;
    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 .2s ease;
}
.mfp-container .apply-shipping-button:hover {
	background-color: #e8af00;
}

.mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
}
.mfp-container .message-failure {
	margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {

	.estimate-shipping-popup {
		padding: 25px 3%;
	}
	.mfp-container .shipping-address {
		flex-flow: column;
	}
	.mfp-container .address-item {
		width: 100%;
	}
	.mfp-container .address-item + div {
		padding: 0;
	}
}



/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	font-style: italic;
	transition: all .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 .3s ease;
}
.write-review .title strong span,
.comment-form-btn strong span {
	transition: all .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 .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: .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: .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 .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .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: .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 .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .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 .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 .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 .7s linear;
	-moz-animation: stars .7s linear;
	animation: stars .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 .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 .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;
}

.review-type-rating-ext .review-title {
    display: none;
}

.product-review-item .review-text:last-child {
    margin-bottom: 0;
}

.product-review-item .review-info {
	margin: 0 0 10px;
}

.product-review-item .review-info .avatar {
	margin: 15px 0;
	font-size: 0;
}
.product-review-item .review-info .avatar a {
	display: block;
	font-size: 0;
	line-height: normal;
}

.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 .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;
	visibility: hidden;
}

.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 .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;
}
.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-color: #f1f1f1;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
	color: #8c8c8c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .1s ease;
}

.wishlist-content .button-2:hover {
	background-color: #eaeaea;
}

.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: .6;
    transition: all .5s ease-in;
}

.email-a-friend-wishlist-button:before {
	content: "\6d";
}

.email-a-friend-wishlist-button:hover:before {
	-webkit-animation: emailing .2s linear;
	-moz-animation: emailing .2s linear;
	animation: emailing .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 .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 .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.290) both;
	-moz-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) both;
	animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) 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 .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-squares {
    display: inline-block;
    vertical-align: middle;
}
.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 {
	line-height: 20px;
	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 50px;
	text-align: center;
}
.home-page .topic-block-title h2 {
	font-size: 28px;
	color: #444444;
}

.home-page .topic-block-body {
	padding: 0 10px;
}

.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 button {
	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-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 .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 .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 button,
.private-message-send-page .buttons button,
.move-topic-page .buttons button {
	width: 49%;
	margin: 0 0 0 2%;
}

.forum-edit-page .buttons button:nth-child(2n+1),
.private-message-send-page .buttons button:nth-child(2n+1),
.move-topic-page .buttons button: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,
.contact-page .page-body form,
.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,
.contact-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: 40px;
}

.registration-page .fieldset {
	margin-bottom: 20px;
}

.account-page .section > .title,
.reward-points-overview,
.forum-subscriptions-page .description {
	text-align: center;
}

.account-page .title {
	margin-bottom: 20px;
	font-size: 18px;
	color: #8c8c8c;
	text-align: center;
}

.account-page .title strong {
	font-size: 18px;
	color: #8c8c8c;
	font-weight: 300;
}

.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;
}

.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 .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 .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 .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: 17px;
    color: #8c8c8c;
    font-weight: 300;
    text-align: center;
}

.result {
	text-align: center;
}
.html-account-page .multi-factor-authentication-page .page-title {
	padding: 0 0 0 0;
}
.multi-factor-authentication-page .page-body  {
	width: 90%;
	margin: 0 auto;
}
.multi-factor-authentication-page .page-body .description {
	text-align: left;
	line-height: 26px;
}
.multi-factor-authentication-page .form-fields {
	position: relative;
	padding: 30px 15px;
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px solid #eeeeee;
}
.multi-factor-authentication-page .fieldset {
	padding: 20px 0px 0px 0px;
}
.account-page.multi-factor-authentication-page .buttons {
	text-align: center;
	margin: 40px auto 10px;
}
.multi-factor-authentication-page .payment-method .method-list li {
	padding: 0;
}
.multi-factor-authentication-page .payment-method .payment-logo {
	text-align: center;
}
.multi-factor-authentication-config-page table {
	margin: 20px 0px;
}
.multi-factor-authentication-config-page .buttons {
	margin-top: 20px;
}

.account-page.multi-factor-authentication-page .payment-method .method-list input[type="radio"] + label:before {
	position: initial;
	left: 0;
	top: 0;
	margin-top: 2px;
	transform: none;
}
.account-page.multi-factor-authentication-page .payment-method .method-list li {
	max-width: 740px;
	padding: 30px 65px;
}
.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;
}

.add-button:before {
	display: block;
	margin-bottom: 40px;
	content: "\55";
	font-size: 100px;
	color: #8e8e8e;
}

.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: 16px;
	color: #959595;
	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: 13px;
	font-weight: 700;
}

.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 .5s ease 0s, color .4s ease .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,.2);
}

.order-progress a:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	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 .3s ease;
}

.order-progress li.inactive-step a {
	cursor: default;
}

.checkout-buttons .button-1 {
	width: 100%;
	font-size: 15px;
}

.no-data {
	text-align: center;
	font-size: 15px;
	color: #8c8c8c;
}

.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 {
	display: inline-block;
	border: none;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	margin: 0 2px;
	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: all .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: #eaeaea;
}

.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: #8c8c8c;
	font-weight: normal;
	text-transform: none;
	transition: all .2s ease !important;
	z-index: 1;
}

.continue-shopping-button:before {
	content: "\64";
}

.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.290) both;
	-moz-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) both;
	animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) 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;
}

.shopping-cart-page .tax-shipping-info {
    margin: 0 0 30px;
    font-size: 14px;
    color: #444;
}

.shopping-cart-page .product-grid {
	clear: both;
	float: left;
	width: 100%;
	margin: 70px 0 0;
}

.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 button {
	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: 15px;
	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: 50px 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: 16px;
	color: #444;
	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: 22px;
	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;
}

.cart-collaterals > div > .title {
	position: relative;
	display: block;
	height: 60px;
	padding: 0 20px 0 20px;
	margin: 0;
	line-height: 60px;
	color: #444;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	background-color: #f6f6f6;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .1s ease;
}
.cart-collaterals > div > .title a {
	display: block;
	margin: 0 -20px;
	padding: 0 20px;
}

.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 .3s ease;
}

.cart-collaterals .deals .title.open:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.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 button {
	float: left;
	width: 100px;
	padding: 0 15px;
	height: 45px;
	margin: 0 0 0 5px;
	border-radius: 3px;
}
.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 50px;
}

.checkout-page .section .title {
	margin: 0 0 30px;
	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;
}

.checkout-page .min-amount-warning {
	display: block;
    margin: 0 0 25px;
	text-align: center;
	font-size: 13px;
    color: #ff4f60;
    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 .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 .3s ease;
}


.add-button .btn-holder .open-address-form {
	transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
	opacity: 1;
}

.add-button .btn-holder.open .open-address-form {
	max-width: 0;
	padding: 0;
	opacity: .4;
	transition-delay: 0s;
}
.checkout-page .btn-holder .close-address-form {
	max-width: 0;
	padding: 0;
	opacity: .4;
}

.add-button .btn-holder.open .close-address-form {
	max-width: 280px;
	padding: 0 25px;
	opacity: 1;
	transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .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 #eee;
	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;
}

.shipping-method .pickup-points ~
.method-list[style*="display: none;"] ~ .buttons {
	display: none;
}
.checkout-page .select-pickup-point label {
	display: none;
}

.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 #eee;
	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;
}

.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 .step-title .number {
    margin: 0 5px 0 0;
}
.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 .pickup-points .buttons {
	display: none;
}

.opc #opc-confirm_order .buttons,
.opc #opc-payment_info .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: 40px;
}

.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: #8c8c8c;
}
.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 button {
	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 button: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 .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 .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 button {
	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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 button,
.move-topic-page .buttons button,
.private-messages .buttons button {
	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 .1s ease;
}

.forum-edit-page button.button-2,
.move-topic-page button.button-2,
.private-messages button.button-2 {
	color: #8c8c8c;
	background-color: #f1f1f1;
}

.forum-edit-page button.button-2:hover,
.move-topic-page button.button-2:hover,
.private-messages button.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 button {
	width: 80%;
	max-width: 200px;
	margin: 0 5px;
}

.private-messages-page buttons + button {
	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 .1s ease, padding .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 .3s linear !important;
	font-weight: normal;
}

.pm-button:hover::before {
	-webkit-animation: emailing .2s linear;
	-moz-animation: emailing .2s linear;
	animation: emailing .2s linear;
}

.csharpcode {
	margin: 10px 0;
	padding: 10px 15px;
	color: #444;
	white-space: normal;
	text-align: left;
	border: 1px dotted #cacaca;
	border-radius: 3px;
}


@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: 65%;
		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: 62%;
		height: 35px;
		border: none !important;
		padding: 0px 20px 9px 10px;
		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: 38%;
		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;
}

.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 rgba(0,0,0,0.5); 
	overflow-y: auto;
	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;
}


.item-box .btn-wrapper {
	display: none !important;
}


}








@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 .title {
	padding: 0 15px 5px;
	border: none;
}

.footer-block:first-child {
	border-top: none;
}

.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 */

.item-box {
	width: 32%;
	text-align: center;
}

.item-box:nth-child(2n+1) {
	margin-left: 2%;
	clear: none;
}

.item-box:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}



/* 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;
	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: 40px 20px 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) {

/* GLOBAL STYLES */
.master-wrapper-content,
.html-account-page .master-wrapper-content {
	padding: 60px 20px;
}

.page {
	clear: both;
	text-align: left;
}
.link-rss {
	display: block;
	float: right;
	margin: 5px 0 0;
}

/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification {
	padding: 50px;
}

.bar-notification {
	padding: 14px 20px 14px 40px;
}

.bar-notification .content {
	font-size: 17px;
	line-height: 32px;
}

/* LEFT/RIGHT COLUMN */

.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;
}

/* CATEGORY PAGE & GRIDS */

.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 {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	min-width: 130px;
	pointer-events: none;
	transition: opacity .2s ease;
}

.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 PAGE */

.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;
}



/* REVIEW PAGE */

.write-review-collapse {
	padding: 40px 60px;
}


/* TABLES */



/* WISHLIST & COMPARE LIST */


.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;
}


/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */

.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%;
}


/* REGISTRATION, LOGIN, MY ACCOUNT */

.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;
}

/* SHOPPING CART & CHECKOUT */

.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: 40px;
}
.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 & SITEMAP */

.search-page .search-input form {
	margin: 0 -20px 40px;
	padding: 45px 0;
}


/* BLOG & NEWS */



.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 & PROFILE */


.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) {

/* GLOBAL STYLES */

.mobile {
	display: none !important;
}

.admin-header-links {
	float: left;
	font-size: 12px;
    background: none;
	color: #bbb;
}
.admin-header-links:only-child {
	float: none;
	display: block;
}
.admin-header-links a,
.admin-header-links span {
	line-height: 30px;
    font-weight: normal;
	transition: 0.2s ease;
}
.admin-header-links a:hover {
	color: #fff;
}

.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 {
	border: 1px solid #eeeeee;
	float: left;
	width: 27%;
}
.inputs {
	text-align: left;
}

/* HEADER */

.header {
	position: relative;
	z-index: 1020;
	margin: 0 auto;
	text-align: left;
}

.header-upper {
	background-color: #444444;
	text-align: right;
}

.header-selectors-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.header-selectors-wrapper select {
	padding: 0 15px 0 0;
	background: transparent;
	border: none;
	color: #ababab;
	height: 30px;
	font-size: 13px;
	min-width: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.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: "\6b";
	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-lower {
	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 #eeeeee;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	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 #eeeeee;
	border-width: 1px 0;
	padding: 10px 0;
	background-color: #fff;
}

.category-navigation-list .plus-button {
	display: none;
}

.category-navigation-list-wrapper .sublist > li {
	opacity: 0;
}

.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: #8c8c8c;
	font-size: 15px;
	font-weight: bold;
	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: 280px;
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    color: #444444;
    font-weight: bold;
    transition: all .2s ease;
}

.category-navigation-title: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;
}

.category-navigation-list-wrapper:hover {
	overflow: visible;
}

.category-navigation-list-wrapper:hover .category-navigation-title {
	background-color: #eebe00;
	color: #fff;
}

.category-navigation-list-wrapper:hover .category-navigation-title:before {
	color: #fff;
}

.category-navigation-list-wrapper:hover .category-navigation-list {
	margin-top: 0;
	opacity: 1;
	pointer-events: auto;
}

.category-navigation-list-wrapper .with-subcategories:after {
	content: "\6a";
	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: #8e8e8e;
}


.header-lower {
	padding: 20px 0 18px;
	text-align: center;
	font-size: 0;
}

.header-lower:after {
    content: '';
    display: block;
    clear: both;
}

.header-logo {
	float: left;
    width: 25%;
    text-align: left;
    padding-right: 10px;
}

.header-links-wrapper {
	float: right;
    width: 35%;
	margin-bottom: 0;
    text-align: right;
}

.header-links {
    display: table;
    width: 100%;
}

.header-links ul {
    font-size: 0;
    padding-left: 10px;
    display: inline-table;
}

.header-links li {
	position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.header-links li + li {
    padding-left: 10px;
}

.header-links a {
	display: inline-block;
	font-size: 13px;
	color: #8c8c8c;
	transition: color .2s ease;
}

.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;
}

.header-links span:before,
.header-links a:before {
	display: block;
	margin-bottom: 4px;
	font-family: "emporium-icons";
	font-size: 24px;
	color: #8e8e8e;
	transition: color .2s ease;
}

.header-links a.ico-cart:before {
	font-size: 26px;
}

.header-links a:hover,
.header-links a:hover:before {
	color: #97c300;
}

.ico-wishlist .wishlist-qty,
.ico-cart .cart-qty {
	position: absolute;
	display: inline-block;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateX(25px);
	-ms-transform: translateX(-50%) translateX(25px);
	transform: translateX(-50%) translateX(25px);
	background-color: #97c300;
	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-label {
	font-weight: bold;
	display: inline-block;
	height: 15px;
	white-space: nowrap;
}
.search-box {
	display: inline-block;
	font-size: 0;
}

.header-lower .search-box {
    float: left;
	width: 40%;
}

.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: table-cell;
    width: 1%;
    vertical-align: top;
    text-align: center;
	padding-left: 10px;
	z-index: 1200;
}

.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,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; /*should be lower than header but equal or higher than header-menu*/
}

.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;
}


/* HEADER MENU */


.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; /*reset zeroing*/
	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: #444444;
}

.top-menu {
	display: block;
}

.header-menu .sublist .back-button {
	display: none;
}



/* FOOTER */


.footer:after {
	content: "";
	display: block;
	clear: both;
}

.footer-upper {
	width: 28%;
	float: left;
	clear: left;
	text-align: left;
	padding-left: 3%;
}

.footer-middle {
	float: right;
	width: 72%;
	margin: 55px 0;
	padding: 0 3% 0 1.5%;
	clear: right;
	text-align: left;
}

.footer-lower {
	clear: both;
}

.footer-logo {
	margin-top: 0;
}

.footer-block {
	width: 20.5%;
	margin: 0 1.5%;
}

.footer-block ul {
	padding-bottom: 0;
}

.footer-block .title {
	padding: 0;
	margin-bottom: 7px;
}

.footer-block ul li {
	padding: 9px 0;
}

.footer-middle .socials-and-payments {
	width: 27%;
	float: right;
}

.footer-middle .social-icons {
	padding: 0;
	border: none;
	margin-top: 0;
}

.footer-lower {
	padding: 13px;
}


.footer-lower > div {
	display: inline-block;
	margin: 0 0 0 5px;
}

.footer-lower > div:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 4px;
	height: 4px;
	vertical-align: middle;
	border-radius: 50%;
	font-size: 0;
	background-color: #c8c8c8;
}
.footer-lower > div:first-child {
	margin-left: 0;
}

.footer-lower > div:first-child:before,
.footer-lower > div.theme-selector:before {
	display: none;
}
.footer-lower > div.theme-selector {
	margin: -9px 0 -9px 5px;
}


/* LEFT/RIGHT COLUMN */

.product-selectors {
	margin: 0 0 20px;
}


.block {
	float: none;
	width: auto;
	margin: 0 0 3px;
}


.block .title {
	cursor: default;
    padding: 14px 30px;
}

.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 #eeeeee;
}

.block.block-recently-viewed-products .listbox li:first-child {
	border-top: 0;
}

.block.block-recently-viewed-products .list a {
	color: #444444;
}

.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;
}


/* CATEGORY PAGE & GRIDS */


.vendor-item .title a,
.manufacturer-item .title a,
.category-grid .item-box .title a {
	font-size: 17px;
}


.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: 70px;
}

.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;
}


.item-box {
	width: 24.25%;
	margin: 0 0 1% 1%;
}

.item-box:nth-child(2n+1),
.item-box:nth-child(3n+1) {
	margin-left: 1%;
	clear: none;
}

.item-box:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}

.product-grid .item-box .picture > a:after {
	content:"";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #444;
	opacity: 0;
	transition: all .1s ease;
}

.product-grid .item-box:hover .picture > a:after {
	opacity: .4;
}

.carousel-wrapper .item-box .picture > a:after,
.two-row-carousels .item-box .picture > a:after {
	content: none;
	display: none;
}


.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;
}

.center-2 .product-list .product-item:after {
	content: "";
	display: block;
	clear: both;
}

.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 {
	float: left;
	width: 260px;
	margin-bottom: 0;
	overflow: visible;
}

.center-2 .product-list .item-box .picture > a:before {
    padding-top: 100% !important;
}

.center-2 .product-list .item-box .picture img {
	border-radius: 3px 0 0 3px;
}

.center-2 .product-list .item-box .details {
	margin: 0 30% 0 290px;
	padding: 30px 0 0;
	max-height: 172px;
	overflow: hidden;
}

.center-2 .product-list .item-box .add-info {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30%;
	padding: 0 20px;
	text-align: center;
}

.product-list .prices > span {
	display: block;
}

.product-list .item-box .old-price {
	font-size: 16px;
	color: #444444;
}

.product-list .item-box .actual-price {
	font-size: 20px;
	margin: 4px 0;
}

.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 {
	line-height: 45px;
	border-radius: 3px;
	background-color: #f2f2f2;
}

.center-2 .product-list .item-box .btn-wrapper button:hover {
	background-color: #eaeaea;
}

.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 .btn-wrapper {
	left: 100%;
	top: auto;
	bottom: 30px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	width: 200px;
	padding-left: 30px;
}

.product-list .item-box button,
.product-list .item-box .btn-wrapper .button-2 {
	width: 45px;
	height: 45px;
}

.product-list .item-box button:hover {
	background-color: #eaeaea;
}

.page-title h1 {
	font-size: 30px;
}

.topic-block-title h2 {
	font-size: 25px;
}

.center-2 .page-title {
	padding: 0;
}

.center-2 .item-box {
	width: 32.66%;
}

.center-2 .item-box:nth-child(2n+1),
.center-2 .item-box:nth-child(4n+1) {
	margin-left: 1%;
	clear: none;
}

.center-2 .item-box:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.news-list-homepage .news-item {
	width: 32.4%;
}

.news-list-homepage .news-item:nth-child(2n+1) {
	margin-left: 1.4%;
	clear: none;
}

.news-list-homepage .news-item:nth-child(3n+1) {
	margin-left: 0;
	clear: left;
}

/* PRODUCT PAGE */



.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;
}


/* REVIEW PAGE */

.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;
}


/* TABLES */


.data-table td label,
.td-title {
	display: none;
}

td.remove-from-cart label, td.add-to-cart label {
	font-size: 0;
}	


/* WISHLIST & COMPARE LIST */

.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;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */



.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,
.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 {
	padding: 45px 13%;
}


.html-account-page .center-2 {
	width: 73%;
}

.account-page {
	padding: 40px;
}

.account-page .address-item > .title,
.account-page .order-item > .title,
.account-page .request-item > .title {
	text-align: center;
}

.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: 30px;
}

.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: "\61";
}

.block-account-navigation .customer-addresses a:after {
	content: "\4e";
}

.block-account-navigation .customer-orders a:after {
	content: "\64";
}

.block-account-navigation .return-requests a:after {
	content: "\4f";
}

.block-account-navigation .downloadable-products a:after {
	content: "\4a";
}

.block-account-navigation .back-in-stock-subscriptions a:after {
	content: "\45";
}

.block-account-navigation .reward-points a:after {
	content: "\50";
}

.block-account-navigation .change-password a:after {
	content: "\78";
}

.block-account-navigation .customer-check-gift-card-balance a:after {
    content: "\e90b";
}

.block-account-navigation .customer-avatar a:after {
	content: "\51";
}

.block-account-navigation .forum-subscriptions a:after {
	content: "\52";
}

.block-account-navigation .customer-reviews a:after {
	content: "\53";
}

.block-account-navigation .customer-gdpr a:after {
	content: "\e90a";
}

.block-account-navigation .customer-multiFactor-authentication a:after {
	content: "\e90c";
	font-size: 17px !important;
}

.block-account-navigation .vendor-info a:after {
	content: "\54";
}

.address-item .info {
	margin-bottom: 0;
}

.address-item .buttons {
	position: absolute;
	top: 10px;
	right: 10px;
}

.address-item .title {
	padding: 0 80px;
}

.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 & CHECKOUT */

.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 & SITEMAP */

.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;
}


/* BLOG & NEWS */


.news-item-page .inputs:first-child label {
	display: inline-block;
}
.new-comment textarea {
	display: block;
	margin: auto;
}

/* FORUM & PROFILE */

.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; 
}


}

@media all and (min-width: 1281px) {

/* GLOBAL STYLES */

.master-wrapper-content,
.html-account-page .master-wrapper-content {
	padding: 70px 6vw;
}

.home-page .topic-block {
	width: 80%;
}

/* HEADER-MENU */

.header-selectors-wrapper,
.header-lower {
	width: 88%;
}

.header-menu {
	padding: 0 6vw;
}

.header-logo {
    padding-right: 20px;
}

.header-links li + li {
    padding-left: 20px;
}

/* FOOTER */

.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;
}

/* SMALL PRODUCTS CAROUSELS */

.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;
}

/* LEFT/RIGHT COLUMN */

.side-2 {
	width: 24%;
}

.center-2 {
	width: 73%;
}

.html-account-page .center-2 {
	width: calc(100% - 280px);
}

.html-account-page .side-2 {
	width: 280px;
}

.html-account-page .page-title {
	padding: 0 0 0 280px;
}

/* CATEGORY PAGE & GRIDS */

.news-list-homepage .news-item {
	padding: 40px;
}

.home-page-advantages {
	padding: 35px 7%;
	margin: -70px -6vw 70px;
}

.advantages-item {
	padding: 0 2%;
}

.item-box {
	width: 19.2%;
}

.item-box:nth-child(4n+1) {
	margin-left: 1%;
	clear: none;
}
.item-box:nth-child(5n+1) {
	margin-left: 0;
	clear: both;
}

.center-2 .item-box {
	width: 24.25%;
}

.center-2 .item-box:nth-child(3n+1),
.center-2 .item-box:nth-child(5n+1) {
	margin-left: 1%;
	clear: none;
}

.center-2 .item-box:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}

.center-2 .product-list .item-box .details {
    margin: 0 25% 0 290px;
}

.center-2 .product-list .item-box .add-info {
	width: 25%;
}

.block .listbox {
	padding: 18px 30px;
}

/* PRODUCT PAGE */

.product-details-page .breadcrumb {
	text-align: left;
}

.full-description,
.product-specs-box {
	margin: 0 -6vw;
	padding: 40px 22%;
}

.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: 325px;
	margin-left: 0;
	text-align: left;
}

.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 30px;
	width: calc(100% - 40px);
	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 {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: 300px;
	text-align: center;
}

.grouped-product-box {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: 300px;
	text-align: center;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding: 10px;
}

.grouped-product-box label {
	margin: 10px 0 20px;
}

.product-prices-box > div:first-child {
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding: 0 10px 10px;
}

.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: 3px 3px 0 0;
	margin: 0 -10px 12px;
}

.breadcrumb li > a,
.breadcrumb li > span,
.breadcrumb li > strong {
	margin: 0 6px 0 0;
}

.breadcrumb .delimiter {
	margin-right: 10px;
}

.overview .product-name {
	display: inline-block;
	width: 59%;
	min-height: 100px;
}

.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: 10px 0 5px 0;
}

.ui-tabs .inputs label {
	width: 290px;
}

.product-social-label {
	margin: 0 10px 0 0;
}

.product-social-sharing {
	display: inline-block;
}

/* REVIEW PAGE */

.product-review-item {
	padding: 40px 3%;
}

/* WISHLIST & COMPARE LIST */

.wishlist-page .share-info {
	margin: 70px 0 50px;
}

.compare-products-page .page-body {
    margin: 0;
}

.compare-products-table td {
	padding: 20px;
}

.compare-products-table tr td:first-child {
	min-width: 200px;
	max-width: 200px;
}

.compare-products-page .clear-list {
	width: 200px;
}

/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

/* SHOPPING CART & CHECKOUT */

.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;
}
.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%;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.new-comment, .comment-list {
	margin-left: -6vw;
	margin-right: -6vw;
}

/* FORUM & PROFILE */

.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%;
}

}

@media all and (min-width:1601px) {

/*HEADER*/

.header-lower .search-box {
	width: 50%;
}

.header-links-wrapper {
    width: 30%;
}

.header-logo {
    width: 20%;
}

/* CATEGORY PAGE */

.center-2 {
	width: 78%;
}
.side-2 {
	width: 20%;
}

.item-box {
	width: 15.83%;
}

.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 {
	width: 19.2%;
}

.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 button {
	width: auto;
	background-color: #f3cb2d;
	color: #fff;
}

.category-page .featured-product-grid .item-box .buttons button:hover {
	background-color: #e8af00;
}*/

/*PRODUCT PAGE*/

.overview {
	width: 62%;
	padding-right: 415px;
}
.product-prices-box,
.grouped-product-box {
	width: 380px;
}
.gallery {
	width: 36%;
}
.gallery:after {
	content: '';
	display: block;
	clear: both;
}
.gallery > div:first-child {
	float: right;
	width: calc(100% - 95px);
}
.gallery .picture {
	max-width: none;
}
.gallery .picture-thumbs {
	float: left;
	width: 15%;
	max-width: 87px;
	margin: 0;
}
.gallery .thumb-item {
	display: block;
	margin: 0 0 10px;
	max-width: none;
}
.overview .reviews-and-compare {
	width: 33%;
}
.overview .product-name {
	width: 64%;
}

/* 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;
}

}
.white-popup-discount {
    position: relative;
    background: #F9F9F9;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.modal-header-discount {
    padding: 9px 0px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.modal-header-discount h1 {
    margin: 0;
    line-height: 30px;
}

.modal-body-discount {
    position: relative;
    max-height: 400px;
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
    overflow-y: auto;
    text-align: left;
}

.modal-footer-discount {
    padding: 10px 15px 10px;
    margin-bottom: 0;
    text-align: right;
/*    border-top: 1px solid #ddd;*/
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    display: table;
    margin: 0 auto;
}

.modal-footer-discount:before,
.modal-footer-discount:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer-discount:after {
    clear: both;
}

.newsletter-subscribe-text {
    width: 100%;
    margin: 15px 0 5px;
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.discount-newsletter-block-description {
    margin-top: 9px;
    margin-bottom: 9px;
    text-align:center;
}

.button-1.newsletter-subscribe-button.modal {
    cursor: pointer;
    width: 100%;
    position: relative;
    display: block;
    padding: 0px 20px;
    border: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #222;
    height:38px;
}
.button-1.newsletter-subscribe-button.central {
    text-align: center;
}

.footer .newsletter-subscribe-text {
    margin-top: 0px;
}

.discount-newsletter-email input{
    width:100%;
}

#discount-newsletter-result-error{
    color:red;
    text-align:center;
}

.mfp-bg {
    z-index: 1042 !important;
}
.image img {
    height: 200px;
    width: 200px;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.wsmenu .menu {
    width: 13%;
    border-right: 1px solid #999;
    height: 100%;
}

.full-wsmenu .menu {
    width: 13%;
    border-right: 1px solid #999;
    height: 100%;
}

.menu > li {
    display: block;
    text-align: center;
    margin-left: -4px;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.menu > li > a {
    padding: 20px 18px;
    display: block;
}

.menu > li:hover > a {
    color: #227087;
}

.menu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    right: 0px;
    width: 86%;
    min-height: auto;
    text-align: left;
    margin-top: 30px;
    padding: 0px;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.menu ul li:hover:after {
    color: #227087;
}

.menu .col {
    width: 20%;
    float: left;
    margin: 0 0 0 0%;
    height: auto;
}

.menu .col ul {
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 11px;
    border: none;
}

.menu .col h3 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #227087;
    background: #eee;
}

.menu .col ul li a {
    display: block;
    padding: 0 0 15px 0;
    color: #222;
    font-size: 14px;
}

.menu .col ul li a:hover {
    color: #1E5474;
}

.menu .col ul li:hover {
    background: none !important;
}

.menu > li > ul li ul, .menu li > ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

/*Desktop css*/
.wsmenuexpandermain {
    position: relative;
}

.overlapblackbg {
    display: none;
}

.wsmenu {
    color: #fff;
    position: relative;
    font-size: 17px;
    padding: 5px;
    margin: 0px auto;
    width: auto;
    margin-bottom: 15px;
}

.wsmenu-list {
    text-align: center;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
}

.wsmenu-list > li {
    text-align: left;
    display: inline-block;
    margin:0px 15px;
}
.megamenu-navigation-list .wsmenu-list > li {
    display: block;
    margin:0px;
    position:initial !important;
}
.megamenu-navigation-list .wsmenu-list > li > a{
    padding:0px 15px;
}

.wsmenu-list > li > a .fa {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 0px;
}

.wsmenu-list li ul li a .fa.fa-angle-double-right {
    font-size: 12px;
    margin: 0 3px 0 -4px;
}

.wsmenu-list > li > a {
    display: block;
    color: #8c8c8c;
    line-height: 50px;
    text-decoration: none;
    position: relative;
    font-size: 16px;
}

.megamenu-navigation-list  .wsmenu-list > li > a {
    line-height: normal;
    padding:15px;
}
.wsmenu-list > li > a:hover{
    color: #97c300;
}

.wsmenu-list li:hover .megamenu {
    opacity: 1;
}

.megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 35px;
    color: #fff;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    padding: 14px;
    font-size: 15px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 3px 8px rgb(0 0 0 / 8%);
}

.megacollink {
    width: calc(100% - 10px);
    float: left;
    margin: 0% 1%;
    display: grid;
}

.megacollink li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 8.5px;
    background-image: none !important;
    color: #666666 !important;
    border-right: 0 none !important;
    display: block;
    border-right: 1px solid #e7e7e7;
    color: #909090;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.megacollink li a span.Category-Name {
    margin-left: 5px;
    text-transform: capitalize;
}

.megacollink .fa {
    font-size: 11px;
}

.megacolimage li {
    width: 100%;
    float: none;
}

.wsmenu-list .megamenu li:hover {
    font-weight: normal;
    cursor: pointer;
}

.wsmenu-list .megamenu li h3 {
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.wsmenu-list .megamenu li {
    text-align: left;
    font-weight: normal !important;
    padding: 10px;
}

.wsmenu-list .megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

.wsmenu-list li > .megamenu {
    transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
}

.wsmenu-list li:hover > .megamenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}


@media (min-width: 1367px) {
    .full-header-menu {
        width: 100% !important;
    }
}

.html-topic-menu-page .center-1 {
    width: 100%;
    float: right;
    margin: 0 0 50px
}

.html-topic-menu-page .side-2 li {
    display: block;
    text-decoration: none !important;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 1px;
    border-bottom: 1px solid #CFCFCF;
    font-weight: normal;
    position: relative;
    color: #909090;
}

.html-topic-menu-page .side-2 .sublist li {
    border-bottom: 0;
}

/*Show Single In Topic Page */
.showsidemenuitem .showSingleIteminactive {
    display: none;
}

.html-topic-menu-page .page-title {
    padding: 15px 0;
    margin: 0 0 12px;
}

.html-topic-menu-page .topic-block-title h2 {
    text-align: left !important;
}

.html-topic-menu-page .service .topic-block-body {
    font-size: 14px;
}

.html-topic-menu-page .service p {
    color: #909090;
    line-height: 25px;
}

.html-topic-menu-page .service h3 {
    margin: 10px 0;
    color: #909090;
}

@media only screen and (max-width: 600px) {
    .html-topic-menu-page .side-2 {
        width: 100%;
    }
    .html-topic-menu-page .center-1 {
        width: 100%;
        float: none;
        margin: 0;
    }
    .html-topic-menu-page .topic-block-title h2 {
        font-size: 21px;
    }
    .html-topic-menu-page .topic-block-title {
        min-height: 35px;
        margin: 0;
        border-bottom: 1px solid #ddd;
        padding: 0;
    }
}

.more-menu-arrow {
    background: url('../Plugins/nop4all.megamenu4all/Themes/Emporium/Content/img/arrow-grey.png') no-repeat center;
    text-align: center;
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 1.4em;
    color: #fff;
    top: 50%;
    right: 10px;
    bottom: 0;
    padding: 4px;
    background-size: 6px;
    transform: translateY(-50%);
}

.simple-menu li {
    list-style-type: none;
    white-space: nowrap;
    position: relative;
}

.simple-menu a {
    display: block;
    padding: 10px 40px 10px 20px;
    min-width: 100px;
    font-size: 14px;
    line-height:normal;
    font-weight: normal;
    color:#8c8c8c;
}
.simple-menu a:hover{
    color: #97c300;
}

.simple-menu {
    position: absolute;
    top: 35px;
    background-color: #fff;
    display: none;
    left: 50%;
    padding: 0;
    margin: 0;
    z-index: 3;
    transform: translateX(-50%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wsmenu-list > li:hover > .simple-menu, #ulnoMobile > li:hover > .regular-menu, #ulnoMobile > li:hover > .tabbed-menu {
    display: block;
}

.simple-menu-submenu {
    position: absolute;
    background-color: #fff;
    left: 100%;
    top: -1px;
    display: none;
}

.simple-menu li:hover > .simple-menu-submenu {
    display: block;
}

.heading-link-li a {
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    display: block;
}

.grid-link-li a {
    display: block;
    text-align: center;
    font-size: 14px;
}

.grid-link-li img {
    padding: 7px 10px;
}

.grid-link-li div {
    margin: 6px;
}

.regular {
    top: 30px;
}

.sub-category {
    display: none;
}

.html-topic-menu-page .side-2 .sub-category {
    display: block;
}

.sublist li:hover > .sub-category {
    display: block;
}

.regular-megamenu {
    width: 100%;
}

.simple-link-li a {
    padding: 10px;
    min-width: 100px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.simple-link-li a:hover{
    color:#97c300;
}

.simple-link-li.list-left .menuitemdetails {
    width: calc(80% - 35px);
    text-align: left;
    margin-top: 0;
    margin-left: 10px;
}

@media (min-width:1001px) and (max-width:1366px) {
    .menu .col {
        width: 20% !important;
    }
}

.wsmenu-click {
    display: none;
}

.wsmenu li a:hover {
    color: #4ab2f1;
}


.MegaMenuTitle {
    padding: 11px;
    width: 96%;
}

.MegaDropTtl {
    display: block;
    padding: 11px;
    width: 96%;
    border-bottom: 1px solid #95e7ff;
    margin-bottom: 10px;
    position: relative;
    color: #fff;
}

.MegaDropTtl:before {
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: -2px;
    margin: auto;
    background: #f3cc2e;
    background-color: #97c300;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.IMG-Hori {
    display: block;
    width: 100%;
    height: 127px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 0px;
}

.IMG-Hori-Sec {
    display: block;
    border-radius: 4px;
    margin-bottom: 0px;
    max-width: 100%;
}

.Hori-Des.full-width-img .IMG-Hori {
    height: 100%;
}

.Hori-title {
    display: block;
    padding: 11px;
    width: 96%;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    position: relative;
}

.Hori-title:before {
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: -2px;
    margin: auto;
    background: #97c300;
    background-color:#97c300;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.Hori-title a:hover {
    color: #fff !important;
}

.Hori-Des {
    padding: 5px;
    display: block;
    width: 95%;
    height: 150px;
    border-radius: 3px;
}

.Hori-Des.full-width-img {
    height: 100%;
}

.hori-sub-img {
    width: 25px;
    height: 25px;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 4px;
}

.megacol-img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}

.simple-link-li .menuitemdetails {
    width: 100%;
}

.simple-link-li .menuitemdetails {
    margin-top: 5px;
}

.simple-link-li .menuitemdetails p {
    margin: 0;
}

.simple-menu li {
    width: 100%;
    text-align: left;
    border-bottom:0px;
}

.with_children {
    word-break: break-word;
    white-space: normal;
}

.sublist-toggle {
    border: none;
}

.top-menu .sublist a {
    color: #fff !important;
    font-weight: 400;
}

.top-menu .sublist li {
    position: relative;
    margin: 0px;
}

.header-menu .menu-open {
    background: #0188cc !important;
    border: #0188cc !important;
}

.sublist-toggle, .sublist-toggle-sub {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    cursor: pointer;
    background: none;
    height: 50px;
    width: 50px;
    border:0;
}

.html-topic-menu-page .side-2 .active .sublist-toggle, .html-topic-menu-page .side-2 .sublist-toggle-sub {
    position: relative;
    right: 0;
    top: 0px;
    left: 0px;
    float: right;
    background-color:transparent !important;
    width: 19px;
    height: 18px;
    padding: 0px !important;
}
.html-topic-menu-page .side-2 .active .sublist-toggle::after,.html-topic-menu-page .side-2 .sublist-toggle-sub::after,
.html-topic-menu-page .side-2 .inactive .sublist-toggle::after{
    content: "j";
    font-size: 12px;
    color: #97c300;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#custom_add_page .page-title{
    padding:0px;
    margin:0;
}
.html-topic-menu-page .side-2 .active.inactive .sublist-toggle {
    transform: rotate(90deg);
}

.html-topic-menu-page .side-2 .active .sublist-toggle.slow, .html-topic-menu-page .side-2 .sublist-toggle-sub.slow {
    background: #fff;
}

.html-topic-menu-page .side-2 .inactive .sublist-toggle, .html-topic-menu-page .side-2 .sublist-toggle-sub {
    position: relative;
    right: 0;
    top: 0px;
    left: 0px;
    float: right;
    background: transparent !important;
    width: 19px;
    height: 18px;
    padding: 0px !important;
}

.html-topic-menu-page .side-2 .inactive .sublist-toggle.slow, .html-topic-menu-page .side-2 .sublist-toggle-sub.slow {
    background: #fff;
}

.sublist-toggle-sub::after {
    content: "j";
    font-size: 10px;
    color: #222;
}

.html-topic-menu-page .sublist-toggle,
.html-topic-menu-page .sublist-toggle-sub {
    position: absolute;
    color: #2c2c2c;
    cursor: pointer;
}

.html-topic-menu-page .sublist-toggle.slow,
.html-topic-menu-page .sublist-toggle-sub.slow {
    position: absolute;
    color: #2c2c2c;
    cursor: pointer;
}

.html-topic-menu-page .sublist,
.html-topic-menu-page .sublist-sub {
    display: none;
}

.sublist-sub {
    text-transform: capitalize;
}

.full-header-menu .navigation-header,
.header-menu .navigation-header {
    display: none;
}

.side-2 .test li a {
    display: block;
    min-height: 55px;
    padding: 18px;
    font-size: 19px;
    text-transform: capitalize;
}

.megacolimage {
    position: relative;
    display: inline-block;
    width: 100%;
}

.Category-Name {
    padding-left: 10px;
}

.megacolimage li {
    width: 100%;
    height: 30%;
    position: relative;
    display: inline-block;
}

.expand {
    display: none !important;
}

.theme-custom {
    margin: 10px auto 60px !important;
}

.menu-open {
    font-size: 0;
    border: 0;
}

.MEGADrop {
    padding: 10px;
    width: 84%;
    display: flex;
    flex-wrap: wrap;
}

.megadrop {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-device-width: 1201px) and (max-device-width: 1260px) {
    .MEGADrop {
        width: 80%;
    }
}

.service {
    width: 100%;
    /*position: relative;*/
}

.html-topic-menu-page .side-2 li {
    display: list-item;
}

.menu .img-column {
    width: 16%;
}

@media (min-width:1261px) and (max-width:1800px) {
    .MEGADrop {
        width: 79.5%;
    }
    .menu .img-column {
        width: 20%;
    }
    .nav-featured-img {
        text-align: center;
    }
}

#ulnoMobile {
    background-color: #2c2c2c;
}

.menu-open {
    display: none !important;
}

.megadrop .img-column .image img {
    max-width: 100% !important;
    height: 100%;
    width: 100%;
    padding: 10px;
}

.header-menu .active-menu .menu-open:after {
    content: '';
    position: fixed;
    background-color: #fff;
    width: calc(100% - 45px);
    height: 50px;
    top: 0;
    right: 0;
}

.header-menu {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

/*new-topic-page css Add */

.html-topic-menu-page .service {
    margin-top: 1.5rem;
}

@media (min-width: 1001px) {
    .html-topic-menu-page .topic-side-2 {
        float: left;
        width: 100%;
    }
    .html-topic-menu-page .side-2 .active .sublist-toggle {
        display: block;
    }
}

.html-topic-menu-page .custome-topic .topic-text-block-1 {
    width: 70%;
    padding: 0;
    text-align: justify;
}

.html-topic-menu-page .custome-topic .topic-img-block {
    width: 30%;
}

.html-topic-menu-page .custome-topic .topic-img-block img {
    width: calc(100% - 15px);
}

.html-topic-menu-page .side-2 .inactive .sublist-toggle,
.html-topic-menu-page .side-2 .sublist-toggle-sub {
    position: relative;
    right: 0;
    top: 0px;
    left: 0px;
    float: right;
}

.html-topic-menu-page .custome-topic #topic-li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

h2.service-content-title-blue a {
    font-size: 17px !important;
    color: #2c2c2c !important;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
}

.service-item-content-text p a {
    font-size: 14px !important;
    color: #2c2c2c !important;
    text-decoration: underline;
}

.html-topic-menu-page #topic-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.html-topic-menu-page .custome-topic #topic-ul:nth-child(odd) .topic-text-block-1:nth-child(odd) {
    order: 2;
}

.html-topic-menu-page .custome-topic #topic-ul :nth-child(odd) {
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .html-topic-menu-page #jkui {
        padding: 0;
    }

    .html-topic-menu-page #topic-ul {
        padding: 0;
    }

    .html-topic-menu-page #topic-li {
        flex-direction: column-reverse;
        padding: 0;
    }

    .html-topic-menu-page #topic-li .topic-text-block-1 {
        width: 100%;
    }

    .html-topic-menu-page #topic-li .topic-img-block {
        width: 100%;
    }

    .html-topic-menu-page .custome-topic #topic-li .topic-img-block img {
        width: 100%;
    }

    .html-topic-menu-page #topic-ul:nth-child(odd) .topic-text-block-1:nth-child(odd) {
        order: 0;
    }

    .html-topic-menu-page #topic-ul :nth-child(odd) {
        flex-direction: column-reverse;
    }

    .html-topic-menu-page .topic-text-block-1 {
        padding: 20px 0 20px 0;
    }

    .html-topic-menu-page #topic-ul:nth-child(2n) .topic-text-block-1 {
        text-align: left !important;
    }
}

.topic-text-block-1 a:hover {
    color: #97c300;
}

.megadrop .img-column .image img {
    max-width: 100% !important;
    height: 100%;
    width: 100%;
    padding: 10px;
}

.header-menu .active-menu .menu-open:after {
    content: '';
    position: fixed;
    background-color: #fff;
    width: calc(100% - 45px);
    height: 50px;
    top: 0;
    right: 0;
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1260px) {
    .MEGADrop {
        width: 80%;
    }
}

.full-header-menu .full-wsmenu .megamenu, .header-menu .wsmenu .full-menu {
    width: calc(100vw - 3vw);
    left: calc(-50vw + 50.9%);
}

.header-second-menu .wsmenu .megamenu {
    width: 100%;
    margin: 0 auto !important;
    right: 0;
    max-width: 1200px;
}

.header-second-menu .hader-master-under .full-menu {
    margin-left: 0 auto !important;
    width: 100% !important;
    max-width: calc(100% - 30px);
}

.master-wrapper-content .full-wsmenu {
    width: calc(100vw - 55px);
    position: relative;
    left: 52%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 10px;
}

@media (max-width: 1365px) {
    .master-wrapper-content .full-wsmenu {
        width: calc(100vw - 55px);
        position: relative;
        left: 53%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
}

.regular-megamenu {
    margin-left: 0 !important;
}

.SUBMENU #MEGAMENULIST .title {
    text-align: left !important;
}

.topic-text-block-1 a {
    color: #2c2c2c;
    font-size: 18px;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 10em;
    margin-top: 10px;
}

.showContent {
    line-height: 1em;
    height: auto;
    margin-top: 10px;
}

.showContent {
    height: auto;
    margin-top: 10px;
}

.show-more {
    padding: 10px 0;
    text-align: center;
}

.moblie-sub-menu {
    display: flex;
    align-items: center;
}

.moblie-sub-menu .menu-iem-img {
    width: 40px;
    margin-right: 10px;
}

.simple-link-li.list-left .menuitemdetails, .moblie-sub-menu .menuitemdetails {
    width: calc(90% - 35px);
    text-align: left;
    margin-top: 0;
    margin-left: 0;
}

.simple-link-li.list-left .menu-iem-img, .moblie-sub-menu .menu-iem-img {
    margin-right: 10px;
}

.simple-link-li .menu-item-name {
    margin-left: 15px;
}

#ulnoMobile .regular-menu, #megamenu-mega-menu .tabbed-menu {
    width: 100%;
}

.regular-menu .menu-block-column, #megamenu-mega-menu .tabbed-menu .menu-block-column {
    float: left;
    position: relative;
}

.regular-menu .menu-block-column img, #megamenu-mega-menu .tabbed-menu .menu-block-column img {
    max-width: 100%;
}

@media(min-width:992px) {
    .megamenu-col-md-1,
    .megamenu-col-md-2,
    .megamenu-col-md-3,
    .megamenu-col-md-4,
    .megamenu-col-md-5,
    .megamenu-col-md-6,
    .megamenu-col-md-7,
    .megamenu-col-md-8,
    .megamenu-col-md-9,
    .megamenu-col-md-10,
    .megamenu-col-md-11,
    .megamenu-col-md-12 {
        float: left;
    }

    .megamenu-col-md-12 {
        width: 100%;
    }

    .megamenu-col-md-11 {
        width: 91.66666667%;
    }

    .megamenu-col-md-10 {
        width: 83.33333333%;
    }

    .megamenu-col-md-9 {
        width: 75%;
    }

    .megamenu-col-md-8 {
        width: 66.66666667%;
    }

    .megamenu-col-md-7 {
        width: 58.33333333%;
    }

    .megamenu-col-md-6 {
        width: 50%;
    }

    .megamenu-col-md-5 {
        width: 41.66666667%;
    }

    .megamenu-col-md-4 {
        width: 33.33333333%;
    }

    .megamenu-col-md-3 {
        width: 25%;
    }

    .megamenu-col-md-2 {
        width: 16.66666667%;
    }

    .megamenu-col-md-1 {
        width: 8.33333333%;
    }

    .megamenu-col-md-pull-12 {
        right: 100%;
    }

    .megamenu-col-md-pull-11 {
        right: 91.66666667%;
    }

    .megamenu-col-md-pull-10 {
        right: 83.33333333%;
    }

    .megamenu-col-md-pull-9 {
        right: 75%;
    }

    .megamenu-col-md-pull-8 {
        right: 66.66666667%;
    }

    .megamenu-col-md-pull-7 {
        right: 58.33333333%;
    }

    .megamenu-col-md-pull-6 {
        right: 50%;
    }

    .megamenu-col-md-pull-5 {
        right: 41.66666667%;
    }

    .megamenu-col-md-pull-4 {
        right: 33.33333333%;
    }

    .megamenu-col-md-pull-3 {
        right: 25%;
    }

    .megamenu-col-md-pull-2 {
        right: 16.66666667%;
    }

    .megamenu-col-md-pull-1 {
        right: 8.33333333%;
    }

    .megamenu-col-md-pull-0 {
        right: auto;
    }

    .megamenu-col-md-push-12 {
        left: 100%;
    }

    .megamenu-col-md-push-11 {
        left: 91.66666667%;
    }

    .megamenu-col-md-push-10 {
        left: 83.33333333%;
    }

    .megamenu-col-md-push-9 {
        left: 75%;
    }

    .megamenu-col-md-push-8 {
        left: 66.66666667%;
    }

    .megamenu-col-md-push-7 {
        left: 58.33333333%;
    }

    .megamenu-col-md-push-6 {
        left: 50%;
    }

    .megamenu-col-md-push-5 {
        left: 41.66666667%;
    }

    .megamenu-col-md-push-4 {
        left: 33.33333333%;
    }

    .megamenu-col-md-push-3 {
        left: 25%;
    }

    .megamenu-col-md-push-2 {
        left: 16.66666667%;
    }

    .megamenu-col-md-push-1 {
        left: 8.33333333%;
    }

    .megamenu-col-md-push-0 {
        left: auto;
    }

    .megamenu-col-md-offset-12 {
        margin-left: 100%;
    }

    .megamenu-col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .megamenu-col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .megamenu-col-md-offset-9 {
        margin-left: 75%;
    }

    .megamenu-col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .megamenu-col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .megamenu-col-md-offset-6 {
        margin-left: 50%;
    }

    .megamenu-col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .megamenu-col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .megamenu-col-md-offset-3 {
        margin-left: 25%;
    }

    .megamenu-col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .megamenu-col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .megamenu-col-md-offset-0 {
        margin-left: 0;
    }
}

@media(min-width:1025px) {
    .megamenu-col-lg-1,
    .megamenu-col-lg-2,
    .megamenu-col-lg-3,
    .megamenu-col-lg-4,
    .megamenu-col-lg-5,
    .megamenu-col-lg-6,
    .megamenu-col-lg-7,
    .megamenu-col-lg-8,
    .megamenu-col-lg-9,
    .megamenu-col-lg-10,
    .megamenu-col-lg-11,
    .megamenu-col-lg-12 {
        float: left;
    }

    .megamenu-col-lg-12 {
        width: 100%;
    }

    .megamenu-col-lg-11 {
        width: 91.66666667%;
    }

    .megamenu-col-lg-10 {
        width: 83.33333333%;
    }

    .megamenu-col-lg-9 {
        width: 75%;
    }

    .megamenu-col-lg-8 {
        width: 66.66666667%;
    }

    .megamenu-col-lg-7 {
        width: 58.33333333%;
    }

    .megamenu-col-lg-6 {
        width: 50%;
    }

    .megamenu-col-lg-5 {
        width: 41.66666667%;
    }

    .megamenu-col-lg-4 {
        width: 33.33333333%;
    }

    .megamenu-col-lg-3 {
        width: 25%;
    }

    .megamenu-col-lg-2 {
        width: 16.66666667%;
    }

    .megamenu-col-lg-1 {
        width: 8.33333333%;
    }

    .megamenu-col-lg-pull-12 {
        right: 100%;
    }

    .megamenu-col-lg-pull-11 {
        right: 91.66666667%;
    }

    .megamenu-col-lg-pull-10 {
        right: 83.33333333%;
    }

    .megamenu-col-lg-pull-9 {
        right: 75%;
    }

    .megamenu-col-lg-pull-8 {
        right: 66.66666667%;
    }

    .megamenu-col-lg-pull-7 {
        right: 58.33333333%;
    }

    .megamenu-col-lg-pull-6 {
        right: 50%;
    }

    .megamenu-col-lg-pull-5 {
        right: 41.66666667%;
    }

    .megamenu-col-lg-pull-4 {
        right: 33.33333333%;
    }

    .megamenu-col-lg-pull-3 {
        right: 25%;
    }

    .megamenu-col-lg-pull-2 {
        right: 16.66666667%;
    }

    .megamenu-col-lg-pull-1 {
        right: 8.33333333%;
    }

    .megamenu-col-lg-pull-0 {
        right: auto;
    }

    .megamenu-col-lg-push-12 {
        left: 100%;
    }

    .megamenu-col-lg-push-11 {
        left: 91.66666667%;
    }

    .megamenu-col-lg-push-10 {
        left: 83.33333333%;
    }

    .megamenu-col-lg-push-9 {
        left: 75%;
    }

    .megamenu-col-lg-push-8 {
        left: 66.66666667%;
    }

    .megamenu-col-lg-push-7 {
        left: 58.33333333%;
    }

    .megamenu-col-lg-push-6 {
        left: 50%;
    }

    .megamenu-col-lg-push-5 {
        left: 41.66666667%;
    }

    .megamenu-col-lg-push-4 {
        left: 33.33333333%;
    }

    .megamenu-col-lg-push-3 {
        left: 25%;
    }

    .megamenu-col-lg-push-2 {
        left: 16.66666667%;
    }

    .megamenu-col-lg-push-1 {
        left: 8.33333333%;
    }

    .megamenu-col-lg-push-0 {
        left: auto;
    }

    .megamenu-col-lg-offset-12 {
        margin-left: 100%;
    }

    .megamenu-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .megamenu-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .megamenu-col-lg-offset-9 {
        margin-left: 75%;
    }

    .megamenu-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .megamenu-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .megamenu-col-lg-offset-6 {
        margin-left: 50%;
    }

    .megamenu-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .megamenu-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .megamenu-col-lg-offset-3 {
        margin-left: 25%;
    }

    .megamenu-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .megamenu-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .megamenu-col-lg-offset-0 {
        margin-left: 0;
    }

    .top-menu.mobile, .navigation-header {
        display: none !important;
    }

    .header-menu .hader-master-under {
        max-width: 1200px;
        margin: auto;
        display: block;
        top: 5px;
    }

    .header-left {
        z-index: 1 !important;
    }

    .html-topic-menu-page .side-2 .title {
        padding: 14px 30px;
        font-size: 17px;
        background:#f6f6f6;
        color: #444;
        border-bottom: 1px solid #ddd;
    }
    .header-second-menu{
        display:none;
    }
    .header .header-second-menu {
        display:block;
        float: right;
    }
    .menu-open {
        display: none;
    }
    .ajax-filter-section .product-section, .ajax-filter-section .sale-section {
        margin-bottom: 0px !important;
    }
    .megamenu-navigation-list-wrapper {
        display: inline-block;
        position: relative;
        border-right: 3px solid #fff;
        overflow: hidden;
    }
    .megamenu-navigation-list {
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 10px;
        padding: 10px 0;
        border: 1px solid #eee;
        opacity: 0;
        pointer-events: none;
        width: 100%;
        background-color: #fff;
        transition: all .3s ease;
        z-index: 1099;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    }
    .megamenu-navigation-list-wrapper:hover .megamenu-navigation-list {
        margin-top: 0;
        opacity: 1;
        pointer-events: auto;
    }
    .megamenu-navigation-list-wrapper:hover {
        overflow: visible;
    }
    .megamenu-navigation-list-wrapper:hover .category-navigation-title {
        background-color: #eebe00;
        color: #fff;
    }
    .megamenu-navigation-list-wrapper:hover .category-navigation-title:before {
        color: #fff;
    }
    .megamenu-navigation-list .simple-menu {
        left: 100%;
        transform:none;
        top: 0px;
        min-width: 250px;
        max-width: max-content;
        height:100%;
        /*overflow-y: auto;*/
    }
    .megamenu-navigation-list .simple-menu a.with-image img{
        width: 100%;
        height: 100%;
        margin-top: 10px;
        max-width:80%;
    }
    .megamenu-navigation-list .simple-menu a{
        padding:10px 30px;
        font-size:15px;
    }
    .megamenu-navigation-list .simple-menu-submenu {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        top:0;
    }
    .megamenu-navigation-list .full-header-menu .full-wsmenu .megamenu {
        top: 0;
        left: 279px;
        height:100%;
        width: calc(80vw - 3vw);
    }
    li:has(.simple-menu), li:has(.simple-menu-submenu),li:has(.megamenu ) {
        background-image: url('../Plugins/nop4all.megamenu4all/Themes/Emporium/Content/img/right-arrow.png');
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-position-x: 98%;
    }
    .header-second-menu .wsmenu-list > li{
        background-image:none;
    }
    .header-second-menu .wsmenu-list > li .simple-menu{
        min-width:200px;
        max-width:max-content;

    }
}

@media only screen and (max-width: 600px) {
    .menu-width {
        width: 100% !important;
    }
    .center-2 .service img {
        height: 100%;
        width: 100%;
    }
    .html-topic-menu-page .center-1 {
        margin: 0 !important;
    }
    .service .service-item-content-img img {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
    .html-topic-menu-page .center-1, .html-topic-menu-page .side-2 {
        margin: 0 0 10px;
    }
}

.megamenu-topic-body {
    margin: 10px 0 0 0;
}

.service-item-content-text p {
    margin: 20px 0px;
}

.topic-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 6px 0px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
}

.topic-block-title {
    display: none;
}

@media (min-width: 1001px) {
    .center-1.menu-width {
        float: right;
        width: 73%;
    }
}

@media (min-width: 600px) {
    .item-box .details {
        padding: 30px 55px 25px 25px !important;
    }
}

.menu #MEGAMENULIST .megadrop .MegaDropTtl:hover {
    color: #fff;
}

.heading-link-li a, .grid-link-li a {
    color: #fff;
}

.menu #MEGAMENULIST .megadrop .sub-items a {
    display: inline-block;
    text-align: left;
    padding: 8.5px;
    font-size: 14px;
    text-transform: none;
    color: #909090;
    font-family: 'Lato',sans-serif;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.subbbb .menu #MEGAMENULIST {
    border: none;
}

.subbbb .menu #MEGAMENULIST p a {
    color: #fff;
}
.subbbb .menu #MEGAMENULIST p:hover a{
    color:#97c300;
}

/*Topic Page Css Start*/
.html-topic-menu-page .custome-topic #topic-ul:nth-child(even) .topic-text-block-1 {
    text-align: right;
}

.topic-block-body {
    max-width: 100%;
}

/*.topic-block {
    text-align: left;
}*/

.topic-block a, .topic-page a {
    color: #909090;
}

.html-topic-menu-page .master-column-wrapper .sublist-toggle.slow:before {
    transform: rotate(180deg)
}

/*Topic Page Css End*/

.header-right {
    z-index: 0;
}

.html-home-page .master-wrapper-content .sublist-toggle {
    color: #fff;
}

.selectedOptions .btn:first-of-type {
    font-family: Fjalla One;
}

#block-category-navigation .list .active.last .sublist{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .head-local .menu-toggle-open span {
        display: block;
        transition: .25s ease;
        font-size: 15px;
        color: #fff;
        text-align: left;
    }

    .full-header-menu .top-menu.mobile, .header-menu .top-menu.mobile {
        display: block !important;
    }

    .full-header-menu > ul li > a, .full-header-menu > ul li > span, .header-second-menu .head-local .top-menu a {
        display: block;
        padding: 16px 25px !important;
        line-height: 18px;
        color: #222;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        z-index: 0;
        width: calc(100% - 50px);
    }
    .sublist-toggle {
        z-index: 1;
    }
    .sublist-toggle::after{
        content:"j";
	    font-size: 10px;
	    color: #222;
    }
    .header-menu .back-button span {
        padding: 5px 5px !important;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        color:#fff;
        width:100%;
    }
    .header-menu .back-button {
        height: 60px;
        background-color: #222;
        padding: 15px 20px;
        line-height: 30px;
        color: #fff;
    }

    .navigation-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-color: #2c2c2c;
        padding: 10px 22px;
    }

    .navigation-header h2 {
        color: #fff;
        margin-bottom: 0;
    }

    .menu-toggle-open {
        display: block;
        cursor: pointer;
        top: 0;
        padding: 10px;
        background-color: transparent;
        border: 1px solid #909090 !important;
    }

    .html-category-page .footer {
        z-index: 0;
        position: relative;
    }

    .html-category-page .master-wrapper-content {
        z-index: 1;
        position:relative;
    }

    .top-menu.mobile {
        display: none;
        overflow: hidden;
        height: 100%;
    }

    .top-menu > li {
        position: relative;
        margin: 0;
    }

    .sublist, .sublist-sub {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1070;
        width: 320px;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
        text-align: left;
        transition: all .3s ease;
        transform: translateX(-100%);
    }

    .header-menu .sublist.slow, .header-menu .sublist-sub.slow {
        box-shadow: 0 0 5px rgba(0,0,0,.3);
        transition: all .3s ease;
        padding:0px;
        transform: translateX(0)
    }

    .header-second-menu .top-menu.mobile {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        overflow-y: scroll;
        max-height: 500px;
    }
    .top-menu .sublist li a {
        display: block;
        padding: 15px 10px !important;
        width:100%;
        font-size: 14px;
        min-height: 60px;
        background-color: #fff;
        line-height: 24px;
        color: #aaa !important;
        text-transform: uppercase;

    }

    .header-menu .wsmenu {
        display: none;
    }

    .header-second-menu {
        border-top: 1px solid #909090;
    }

    .header-second-menu .head-local .sublist,
    .header-second-menu .head-local .sublist-sub {
        position: relative !important;
        transform: none !important;
    }

    .header-second-menu .head-local .sublist .back-button,
    .header-second-menu.head-local .sublist-sub .back-button {
        display: none
    }

    .html-topic-menu-page .master-column-wrapper .sublist,
    .html-topic-menu-page .master-column-wrapper .sublist-sub {
        background-color: transparent !important;
    }

    .master-wrapper-content .sublist,
    .master-wrapper-content .sublist-sub {
        position: relative !important;
        transform: none !important;
    }

    .wsmenu, .full-wsmenu {
        display: none;
    }

    .master-wrapper-content .back-button {
        display: none;
    }

    .html-topic-menu-page .side-2 .title {
        display: none;
    }

    .menuitemdes {
        color: #fff;
        font-size: 12px;
        padding: 5px 0px 0px 0px !important;
    }

    .menu-iem-img:empty {
        width: 0 !important;
        margin-right: 0 !important;
    }

    .menuitemdes:empty, #block-category-navigation .title strong {
        padding: 0 !important;
    }
    #block-category-navigation .list .active.last .sublist,
    #block-category-navigation .list .inactive .sublist,
    #block-category-navigation .listbox .sublist {
        display: block !important;
        background-color: transparent !important;
    }
    .header-second-menu {
        display: block;
    }
    .header .header-second-menu {
        display: none;
    }
    .megamenu-navigation-list-wrapper{
        display:none;
    }
}
@media (min-width: 1025px) {
    .n4you-ajax-filters .filterbutton, .n4you-ajax-filters .filtercolsebutton {
        display: none;
    }
    .desktop-nav-wrapper.stick{
        position:initial;
    }
    .full-header-menu .full-wsmenu .megamenu {
        top: auto;
    }
    .category-page-body .side-2{
        margin-top:30px !important;
    }
    .mega-menu-responsive{
        display:none;
    }
}

@media (min-width: 1025px) {
    .html-topic-menu-page .inactive .sublist-toggle, .html-topic-menu-page .inactive .sublist-toggle-sub {
        position: relative;
        right: 0;
        top: 0 !important;
        left: 0px;
        float: right;
    }
}

/*Swiper Css For Voyage Theme*/

#nop4youSlider.swiper-container {
    margin-bottom: 15px;
}

.Hori-Des:empty {
    box-shadow: none;
    height: 0;
    padding: 0;
    margin: 0;
}

.html-topic-menu-page .activeparent {
    display: block !important;
}

.html-topic-menu-page .inactiveparent, .html-topic-menu-page .inactiveparentshownow {
    display: none !important;
}


/*MegaSlider Plugin Slider related Css*/

.cd-hero.full-width-slider {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-bottom: 10px !important;
}


/*Header Custom Change*/
.responsive-nav-wrapper .personal-button span {
    position: relative;
}

.responsive-nav-wrapper .personal-button .header-links-wrapper {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    transition: all .1s ease-in-out;
    visibility: hidden;
    transition: all 0.5s ease;
    opacity: 0;
}

.responsive-nav-wrapper .personal-button .header-links {
    position: fixed;
    background-color: #fff;
    width: 50%;
    left: 5px;
}

.responsive-nav-wrapper .personal-button .header-links-wrapper.open, .responsive-nav-wrapper .personal-button .header-links-wrapper.opened {
    visibility: visible;
    opacity: 1;
    display: block;
}

.responsive-nav-wrapper .personal-button .header-links-box-bottom {
    display: none;
}

.responsive-nav-wrapper .personal-button .header-links-box::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 65px;
    border-width: 0 10px 10px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
    filter: drop-shadow(0 -3px 2px rgba(0,0,0,.03));
    cursor: pointer;
}

.responsive-nav-wrapper .personal-button .header-links-wrapper {
    text-align: left;
    box-shadow: 0 0 20px rgba(0,0,0,.16);
}

.header-links .ico-logout, .header-links .ico-register {
    border: 0;
}

.full-header-menu .mobile-menu-items .header-links-box-top, .header-menu .mobile-menu-items .header-links-box-top {
    display: none;
}
/*refrences Plugin*/
.reference-container img {
    max-width: 100%;
}

@media only screen and (max-width: 600px) {
    .reference-container a {
        width: 100% !important;
    }
    .reference-container {
        flex-direction: column;
        gap: 10px;
    }
    .reference-container .tiles {
        justify-content: center;
        border: 0px !important;
    }
}

.product-hover-img {
    display: none;
    overflow: hidden;
}

.product-item:hover .product-hover-img {
    display: block;
}

.product-item:hover .product-img {
    display: none;
}

.product-details-page-body .master-wrapper-content {
    padding-top: 80px;
}


.ZeroParent{
    pointer-events:none;
}
@media (min-width: 768px) {
    #right_filter_box .ajax-filter-section {
        margin-bottom:15px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .product-selectors.sort-right {
        font-size:15px;
    }
    .product-selectors > .product-sorting{
        margin-left:0px;
    }
    .product-selectors > .product-page-size{
        margin-left:10px;
    }
}

.search-input .inputs label {
    visibility: visible;
}

/*new css add (side menu like case study design)*/
.html-topic-menu-page .side-2#custom_add_page li,
.html-topic-menu-page .side-2#custom_add_page .sublist li {
    border: 0px;
}
.html-topic-menu-page .side-2#custom_add_page li a {
    color: #888 !important;
}

@media (max-width:1024px){
    #custom_add_page .title {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        padding: 10px 15px;
        font-size: 20px;
        cursor: pointer;
        border:none;
        position:relative;
    }
    #custom_add_page .viewBox.listbox {
        border: 5px solid #fff;
        background: #f5f5f5;
        border-width: 0 5px 5px;
    }
    #custom_add_page .viewBox{
        display:none;
    }
    #custom_add_page .open-viewbox {
        display: block;
    }
    #custom_add_page.side-2{
        box-shadow:0 0 14px rgba(0,0,0,0.06);
    }
}
@media (min-width:1025px){
    #custom_add_page .viewBox{
        padding:11px 30px;
    }
    .service .topic-block{
        max-width:100%;
        text-align:left;
    }
}

/*blog page tag design css */
.html-topic-menu-page .tags {
    margin-top: 30px;
    padding-left:20px;
}
.html-topic-menu-page .service{
    padding:0px 20px;
    text-align:left;
}

/*custom news page css*/
.html-topic-menu-page .service.news-item-page .page-title{
    margin:0px !important;
}
.html-topic-menu-page .service.news-item-page{
    padding-bottom:30px;
}

.html-topic-menu-page .side-2.custom-topic-navigation li.active.last .sublist {
    display: block !important;
}

.html-topic-menu-page .side-2.custom-topic-navigation li.active.last.inactive .sublist {
    display: none !important;
}

.html-topic-menu-page .side-2 li.inactive .sublist {
    display: block;
}
.news-item-page, .blogpost-page{
    padding:10px;
    background-color:transparent;
    box-shadow:none;
}
.news-item-page .new-comment, .blogpost-page .new-comment,.comment-list,
.news-item-page .new-comment .title, .blogpost-page .new-comment .title{
    background-color:#fff;
}
.news-item-page .new-comment .inputs, .blogpost-page .new-comment .inputs{
    text-align:center;
}
.news-item-page .new-comment .inputs input, .blogpost-page .new-comment .inputs input{
    height:40px;
    width:100%;
    padding:10px;
}
.news-item-page .new-comment form .form-fields, .blogpost-page .new-comment form .form-fields{
    width:100%;
    max-width:70%;
    margin:0 auto;
}
.html-shopping-cart-page .mfp-hide, .html-product-details-page .mfp-hide {
    display: none !important;
}

.category-grid.sub-category-grid .sub-category-item{
    display:block;
}
.category-grid.sub-category-grid .item-box .picture a:before{
    padding-top:70%;
}
.megamenu-navigation-list .menu-block-column {
    max-height: 850px;
    overflow-y: auto;
}

@media (min-width:1025px) and (max-width:1680px){
    .megamenu-navigation-list .full-header-menu .full-wsmenu .menu {
        width: 25%;
    }
    .megamenu-navigation-list .full-header-menu .menu > li > .megadrop {
        width: 75%;
    }
    .megamenu-navigation-list .MegaDropTtl {
        width: max-content;
        padding-left:0px;
    }
    .megamenu-navigation-list .menu .col {
        width: max-content !important;
    }
    .megamenu-navigation-list .menu #MEGAMENULIST .megadrop .sub-items a {
        padding-left: 0;
    }
}

@media (min-width:1025px) and (max-width:1366px){
    .megamenu-navigation-list .full-header-menu .full-wsmenu .megamenu {
        width: calc(69vw - 3vw);
    }
}
@media (min-width:1367px) and (max-width:1680px){
    .megamenu-navigation-list .full-header-menu .full-wsmenu .megamenu {
        width: calc(75vw - 3vw);
    }
}
/*case-studies_css*/
.case_gallery_section .titel_section {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case_gallery_section .case_gallery_text .case-study-box, .case_gallery_section .case_gallery_image {
    height: 300px;
    overflow: hidden;
}

.case_gallery_section .case_gallery_text {
    padding: 10px;
    text-align: left;
}

.case_gallery_section .Pictur_gallery img, .case_gallery_section .case_gallery_text img {
    width: 100% !important;
    height: 100%;
}

.case_gallery_section {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 5px;
}

.case_gallery_section .text-heading {
    display: block;
    word-wrap: break-word;
}

.case_gallery_section .case_gallery_text {
    padding: 10px;
    overflow: hidden;
}

.case_gallery_section .case_gallery_image img, .case_gallery_section .case_gallery_image iframe, .case_gallery_section.case_gallery_text img {
    width: 100%;
    height: 100%;
    max-height: 345px !important;
    padding: 10px;
}
.case_gallery_media {
    height: 100px;
}

.item-media-logo img {
    height: 70px !important;
}

.case_gallery_section a {
    text-decoration: none;
}

.case_gallery_text h2, .titel_section h2 {
    font-size: 22px !important;
    margin: 0px !important;
    font-weight: 400 !important;
}

.case_gallery_item:hover {
    opacity: 0.8;
}

/*case study menu css */
.casestudymaster-page {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 100px 0;
}
.casestudymaster-page .master-page-left {
    width: 25%;
}
.casestudymaster-page .master-page-right {
    width: 73%;
}
.master-casestudygroups-grid .item-grid{
   display:grid;
   column-gap:20px;
}
.master-casestudygroups-grid .item-grid .item-box .picture img{
    width:100%;
}
.block-casestudygroups-navigation .title strong, .master-casestudygroups-grid .page-title h1,
.FeaturedMaster-section .page-title h1 {
    text-transform: capitalize;
}
.master-casestudygroups-grid .page-title h1 {
    margin: 0px;
}
.master-casestudygroups-grid .item-box .master-casestudygroups-item .title {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin:0px;
}
.master-casestudygroups-grid .item-box .master-casestudygroups-item .title a{
    display: block;
    padding: 0 0 10px;
    text-transform:capitalize;
}
.master-casestudygroups-grid .item-box .picture a:before {
    padding-top: 65%;
}
.master-casestudygroups-grid .item-box .picture {
    margin:0px;
}

.master-casestudygroups-grid .item-box .picture a:before {
    padding-top: 65%;
}
.master-casestudygroups-grid .item-box .picture {
    margin:0px;
}
.item-box .picture a {
    display: block;
    position: relative;
}
.item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.master-casestudygroups-grid .item-box .picture a:before {
    padding-top: 65%;
}
.item-box .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.casestudymaster-page .master-page-right .master-casestudygroups-grid .item-grid .item-box .picture img {
    width: 100%;
}
.item-box:hover .picture a img {
    opacity: 0.85;
}
.FeaturedMaster-section {
    padding-top: 50px;
}
.FeaturedMaster-section:first-child{
    padding:0;
}
.master-casestudygroups-grid .item-grid .item-box {
    width: 100%;
    margin: 0px 0px 20px 0;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 5%);
}
.master-casestudygroups-grid .item-box .master-casestudygroups-item .item__text {
    text-align: center;
    padding:20px 10px;
}
.master-casestudygroups-grid .item-box .master-casestudygroups-item .item__text .text-heading {
    margin-bottom: 10px;
    display: block;
}
.master-casestudygroups-grid .item-box .master-casestudygroups-item .item__text .learn-more {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #1476f2;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    transition: all .25s ease-out;
    transition-delay: 0s;
    cursor:pointer;
    margin: 15px 0px;
}
.ReferencesHeader .page-title{
    text-align:center;
}

@media screen and (max-width: 600px) {
    .case_gallery_section .case_gallery_item {
        width: 100%;
    }
    .titel_section {
        display: block;
        text-align: center;
    }
}

@media (max-width:1200px) {
    .casestudymaster-page .master-page-right, .casestudymaster-page .master-page-left {
        width: 100%;
    }
    .master-casestudygroups-grid .page-title{
        text-align:center;
    }
    .casestudymaster-page{
        padding:0px;
    }
    .block-casestudygroups-navigation{
        max-width:100% !important;
        width:100%;
        margin:0;
    }
}

@media screen and (min-width: 601px) {
    .case_gallery_section .case_gallery_item {
        width: 49%;
    }
}

@media screen and (min-width: 1001px) {
    .case_gallery_section .case_gallery_item {
        width: 32%;
    }
    .case_gallery_section {
        justify-content: space-between;
    }
}
@media (min-width:481px){
    .master-casestudygroups-grid .item-grid {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (min-width:769px) {
    .master-casestudygroups-grid .item-grid {
        grid-template-columns: repeat(3,1fr);
    }
}


/*casestudygroup css */
.case-studies__items {
    display: grid;
    gap:15px;
}
.case-item-main {
    margin-bottom: 20px;
}
.case-studies__items .item {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 5%);
    overflow: hidden;
    transition: all .25s ease-out;
    cursor: pointer;
}

.case-studies__items .item:hover .item__media .item__media-logo {
    width: 101%;
    height: 100%;
    bottom: 0;
    opacity: .6;
    border-radius: 0;
    box-shadow: unset;
    animation: animLogo .3s ease;
    display: flex;
}

.case-studies__items .item .item__media {
    position: relative;
    height: auto;
    overflow:hidden;
}

.case-studies__items .item .item__media .item__media-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.case-studies__items .item .item__media .item__media-wrap .item__media-inner {
    width: 100%;
    height: 100%;
    padding-top:65%;
    background-size: cover;
    transition: all .35s ease-out;
}

.case-studies__items .item .item__media .item__media-logo {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
    opacity: 1;
    z-index: 1;
    display:none;
}

.case-studies__items .item .item__media .item__media-logo img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 2;
    padding: 0px 4px;
    width:100%;
    height:70px;
}

.case-studies__items .item .item__text {
    height: auto;
    position: relative;
    padding: 38px 16px 30px;
    transition: all .45s ease-out;
}

.case-studies__items .item .item__text h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: unset;
    color: #323232;
}

.case-studies__items .item .item__text p {
    opacity: .7;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    color: #323232;
    margin: 20px 0px;
}

.case-studies__items .item .item__text a.learn-more {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #97c300;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    transition: all .25s ease-out;
    transition-delay: 0s;
    margin-top:20px;
}

.case-studies__items .item:hover .item__text a {
    opacity: 1;
    bottom: 23px;
    transition: all .25s ease-in-out;
    transition-delay: .25s;
}

@-webkit-keyframes animLogo {
    0% {
        width: 80px;
        height: 80px;
        bottom: -20px;
        opacity: 1;
        border-radius: 5px;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
    }

    40% {
        width: 30%;
        height: 30%;
        bottom: 5%;
        opacity: .8;
        border-radius: 5px;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
    }

    50% {
        width: 40%;
        height: 40%;
        border-radius: 5px;
        opacity: .6;
        bottom: 10%
    }

    70% {
        width: 70%;
        height: 70%;
        bottom: 15%;
        border-radius: 5px;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
    }

    99% {
        width: 101%;
        height: 100%;
        border-radius: 0;
        bottom: 0;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
    }

    to {
        -webkit-box-shadow: unset;
        box-shadow: unset
    }
}

@media (max-width:767px){
    .case-studies__items .item{
        height:auto;
    }
}
@media (min-width:768px){
    .case-studies__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .case-studies__items.case-studies_4 .item,.case-studies__items.case-studies_5 .item,
    .case-studies__items.case-studies_6 .item{
        height:auto;
    }
}

@media (min-width: 900px) {
    .case-studies__items {
        grid-template-columns: repeat(3, 1fr);
    }
    .case-studies__items.case-studies_4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .case-studies__items.case-studies_5 {
        grid-template-columns: repeat(3, 1fr);
    }
    .case-studies__items.case-studies_6 {
        grid-template-columns: repeat(3, 1fr);
    }
    .case-studies__items .item .item__text h2 {
        font-size: 18px;
        font-weight: 600;
    }
    .case-studies__items .item:hover .item__text {
        transform:translateY(-10px);
    }
}

@media (min-width:1201px){
   .case-studies__items.case-studies_5 {
        grid-template-columns: repeat(5, 1fr);
   }
   .case-studies__items.case-studies_6 {
       grid-template-columns: repeat(4, 1fr);
   }
   .case-studies__items .item .item__text .text-heading{
       display:block;
   }
}

@media (min-width:1261px){
    .case-studies__items.case-studies_5 .item .item__text{
        padding:20px 10px;
    }
}

@media (min-width: 1280px) {
    .case-studies__items.case-studies_6 {
        grid-template-columns: repeat(6, 1fr);
    }
    .case-studies__items.case-studies_6  .item .item__text{
        padding:20px 10px;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .case-studie-heading2 {
    left: 90px !important;
  }
}

@media screen and (min-device-width: 1201px) {
  .case-studie-heading2 {
    left: 100px !important;
  }
}
.html-topic-menu-page .service.news-item-page .page-title,.html-product-details-page .case-item-main .page-title,
.html-category-page .case-item-main .page-title{
    text-align: center !important;
}
.casestudymaster-page > .page-title{
    display:none;
}
.block-casestudygroups-navigation {
    border: 1px solid #eee;
}

/*********** CUSTOMER ACTION POPUP **************/

#action_modal {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 650px;
    margin: 20px auto;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *//*@font-face{font-family:'FontAwesome';src:url('../Plugins/nop4all.megamenu4all/Content/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../Plugins/nop4all.megamenu4all/Content/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../Plugins/nop4all.megamenu4all/Content/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../Plugins/nop4all.megamenu4all/Content/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../Plugins/nop4all.megamenu4all/Content/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}*/
